diff --git a/clients/client-accessanalyzer/commands/ApplyArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/ApplyArchiveRuleCommand.ts index 5c95567827cd..a69ed2a77b95 100644 --- a/clients/client-accessanalyzer/commands/ApplyArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/commands/ApplyArchiveRuleCommand.ts @@ -24,7 +24,7 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {} *

Retroactively applies the archive rule to existing findings that meet the archive rule * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ApplyArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ApplyArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/CancelPolicyGenerationCommand.ts b/clients/client-accessanalyzer/commands/CancelPolicyGenerationCommand.ts index a29ad04eefbe..7919031a08db 100644 --- a/clients/client-accessanalyzer/commands/CancelPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/commands/CancelPolicyGenerationCommand.ts @@ -23,7 +23,7 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat /** *

Cancels the requested policy generation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, CancelPolicyGenerationCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, CancelPolicyGenerationCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/CreateAccessPreviewCommand.ts b/clients/client-accessanalyzer/commands/CreateAccessPreviewCommand.ts index 58f441359eb7..960ebc2ff8f8 100644 --- a/clients/client-accessanalyzer/commands/CreateAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/commands/CreateAccessPreviewCommand.ts @@ -24,7 +24,7 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes *

Creates an access preview that allows you to preview Access Analyzer findings for your resource * before deploying resource permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, CreateAccessPreviewCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, CreateAccessPreviewCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts b/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts index 3618fa6c9600..2eaa39350156 100644 --- a/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts @@ -23,7 +23,7 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M /** *

Creates an analyzer for your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, CreateAnalyzerCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, CreateAnalyzerCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts index 9c21f874a228..eb47771ce1ab 100644 --- a/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts @@ -26,7 +26,7 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {} *

To learn about filter keys that you can use to create an archive rule, see Access Analyzer filter keys in the IAM User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, CreateArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, CreateArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts b/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts index d8e09e000435..b736b583c242 100644 --- a/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {} * account or organization in the current or specific Region. All findings that were generated * by the analyzer are deleted. You cannot undo this action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, DeleteAnalyzerCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, DeleteAnalyzerCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts index 7fb7740eb876..816b3190aebc 100644 --- a/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {} /** *

Deletes the specified archive rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, DeleteArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, DeleteArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/GetAccessPreviewCommand.ts b/clients/client-accessanalyzer/commands/GetAccessPreviewCommand.ts index 800ac9f80a2a..d8068c908b19 100644 --- a/clients/client-accessanalyzer/commands/GetAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/commands/GetAccessPreviewCommand.ts @@ -23,7 +23,7 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse, /** *

Retrieves information about an access preview for the specified analyzer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, GetAccessPreviewCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, GetAccessPreviewCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts b/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts index 2308df8ee74e..f6aa2ff8ca0b 100644 --- a/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts +++ b/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts @@ -23,7 +23,7 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes /** *

Retrieves information about a resource that was analyzed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, GetAnalyzedResourceCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, GetAnalyzedResourceCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts b/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts index 599e3eff9948..04016e6d45cb 100644 --- a/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts @@ -23,7 +23,7 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat /** *

Retrieves information about the specified analyzer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, GetAnalyzerCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, GetAnalyzerCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts index 07f91779a028..ac7170f4d264 100644 --- a/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts @@ -25,7 +25,7 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M *

To learn about filter keys that you can use to create an archive rule, see Access Analyzer filter keys in the IAM User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, GetArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, GetArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/GetFindingCommand.ts b/clients/client-accessanalyzer/commands/GetFindingCommand.ts index a528a3e80a52..9aed06e3d645 100644 --- a/clients/client-accessanalyzer/commands/GetFindingCommand.ts +++ b/clients/client-accessanalyzer/commands/GetFindingCommand.ts @@ -23,7 +23,7 @@ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataB /** *

Retrieves information about the specified finding.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, GetFindingCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, GetFindingCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/GetGeneratedPolicyCommand.ts b/clients/client-accessanalyzer/commands/GetGeneratedPolicyCommand.ts index ca4af6071ec2..55a91d36ada7 100644 --- a/clients/client-accessanalyzer/commands/GetGeneratedPolicyCommand.ts +++ b/clients/client-accessanalyzer/commands/GetGeneratedPolicyCommand.ts @@ -24,7 +24,7 @@ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyRespo *

Retrieves the policy that was generated using StartPolicyGeneration. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, GetGeneratedPolicyCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, GetGeneratedPolicyCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListAccessPreviewFindingsCommand.ts b/clients/client-accessanalyzer/commands/ListAccessPreviewFindingsCommand.ts index 8e9d3daf6cd6..13669276abca 100644 --- a/clients/client-accessanalyzer/commands/ListAccessPreviewFindingsCommand.ts +++ b/clients/client-accessanalyzer/commands/ListAccessPreviewFindingsCommand.ts @@ -24,7 +24,7 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie *

Retrieves a list of access preview findings generated by the specified access * preview.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListAccessPreviewFindingsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListAccessPreviewFindingsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListAccessPreviewsCommand.ts b/clients/client-accessanalyzer/commands/ListAccessPreviewsCommand.ts index 31b1c061b9f9..d7d7187f2279 100644 --- a/clients/client-accessanalyzer/commands/ListAccessPreviewsCommand.ts +++ b/clients/client-accessanalyzer/commands/ListAccessPreviewsCommand.ts @@ -23,7 +23,7 @@ export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsRespo /** *

Retrieves a list of access previews for the specified analyzer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListAccessPreviewsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListAccessPreviewsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts b/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts index b0029d042da3..2f05d5796e3e 100644 --- a/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts +++ b/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts @@ -24,7 +24,7 @@ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResource *

Retrieves a list of resources of the specified type that have been analyzed by the * specified analyzer..

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListAnalyzedResourcesCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListAnalyzedResourcesCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts b/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts index 3e22d22d46b7..2c69d44ebacd 100644 --- a/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts +++ b/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts @@ -23,7 +23,7 @@ export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __Met /** *

Retrieves a list of analyzers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListAnalyzersCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListAnalyzersCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts b/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts index beff5f2ebcd3..253dd870f072 100644 --- a/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts +++ b/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts @@ -23,7 +23,7 @@ export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse, /** *

Retrieves a list of archive rules created for the specified analyzer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListArchiveRulesCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListArchiveRulesCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListFindingsCommand.ts b/clients/client-accessanalyzer/commands/ListFindingsCommand.ts index 009066c5cfcb..e5e7689bb5d9 100644 --- a/clients/client-accessanalyzer/commands/ListFindingsCommand.ts +++ b/clients/client-accessanalyzer/commands/ListFindingsCommand.ts @@ -25,7 +25,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad *

To learn about filter keys that you can use to retrieve a list of findings, see Access Analyzer filter keys in the IAM User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListFindingsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListFindingsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListPolicyGenerationsCommand.ts b/clients/client-accessanalyzer/commands/ListPolicyGenerationsCommand.ts index f9018c91f2cf..e11a461a81d5 100644 --- a/clients/client-accessanalyzer/commands/ListPolicyGenerationsCommand.ts +++ b/clients/client-accessanalyzer/commands/ListPolicyGenerationsCommand.ts @@ -23,7 +23,7 @@ export interface ListPolicyGenerationsCommandOutput extends ListPolicyGeneration /** *

Lists all of the policy generations requested in the last seven days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListPolicyGenerationsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListPolicyGenerationsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts b/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts index f5fa5a7b72b3..f4588c0d6f54 100644 --- a/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts +++ b/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves a list of tags applied to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ListTagsForResourceCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/StartPolicyGenerationCommand.ts b/clients/client-accessanalyzer/commands/StartPolicyGenerationCommand.ts index 244b43d97ebf..e5b357a5ecc3 100644 --- a/clients/client-accessanalyzer/commands/StartPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/commands/StartPolicyGenerationCommand.ts @@ -23,7 +23,7 @@ export interface StartPolicyGenerationCommandOutput extends StartPolicyGeneratio /** *

Starts the policy generation request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, StartPolicyGenerationCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, StartPolicyGenerationCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts b/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts index d77b05368ffb..0eb58fc63e0f 100644 --- a/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts +++ b/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts @@ -23,7 +23,7 @@ export interface StartResourceScanCommandOutput extends __MetadataBearer {} /** *

Immediately starts a scan of the policies applied to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, StartResourceScanCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, StartResourceScanCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/TagResourceCommand.ts b/clients/client-accessanalyzer/commands/TagResourceCommand.ts index 48abc0e7c0c2..82c0053b4d1d 100644 --- a/clients/client-accessanalyzer/commands/TagResourceCommand.ts +++ b/clients/client-accessanalyzer/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds a tag to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, TagResourceCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, TagResourceCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/UntagResourceCommand.ts b/clients/client-accessanalyzer/commands/UntagResourceCommand.ts index e62f015f729e..b6667ddc99d2 100644 --- a/clients/client-accessanalyzer/commands/UntagResourceCommand.ts +++ b/clients/client-accessanalyzer/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, UntagResourceCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, UntagResourceCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts index efe5689c21e0..556fd802969f 100644 --- a/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {} /** *

Updates the criteria and values for the specified archive rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, UpdateArchiveRuleCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, UpdateArchiveRuleCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts b/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts index dc6ba5046d7f..ef763af65a6b 100644 --- a/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts +++ b/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFindingsCommandOutput extends __MetadataBearer {} /** *

Updates the status for the specified findings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, UpdateFindingsCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, UpdateFindingsCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-accessanalyzer/commands/ValidatePolicyCommand.ts b/clients/client-accessanalyzer/commands/ValidatePolicyCommand.ts index 4b2d49b53615..38e49870d850 100644 --- a/clients/client-accessanalyzer/commands/ValidatePolicyCommand.ts +++ b/clients/client-accessanalyzer/commands/ValidatePolicyCommand.ts @@ -25,7 +25,7 @@ export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __M * you identify issues and provide actionable recommendations to resolve the issue and enable * you to author functional policies that meet security best practices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AccessAnalyzerClient, ValidatePolicyCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import * // const { AccessAnalyzerClient, ValidatePolicyCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import diff --git a/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts index 2e5557b6483d..3609ca6d75a7 100644 --- a/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts @@ -44,7 +44,7 @@ export interface CreateCertificateAuthorityAuditReportCommandOutput * For more information, see Encrypting Your Audit * Reports.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, CreateCertificateAuthorityAuditReportCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, CreateCertificateAuthorityAuditReportCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts index d4336f35312b..9c9321a4995c 100644 --- a/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts @@ -41,7 +41,7 @@ export interface CreateCertificateAuthorityCommandOutput extends CreateCertifica * Access to ACM Private CA.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, CreateCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, CreateCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/CreatePermissionCommand.ts b/clients/client-acm-pca/commands/CreatePermissionCommand.ts index ee0fd76b02b6..071dc0c7437f 100644 --- a/clients/client-acm-pca/commands/CreatePermissionCommand.ts +++ b/clients/client-acm-pca/commands/CreatePermissionCommand.ts @@ -49,7 +49,7 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, CreatePermissionCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, CreatePermissionCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts index b1e98443f491..3e99acc11095 100644 --- a/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts @@ -42,7 +42,7 @@ export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBeare * restoration window of a private CA in the DELETED state. To restore an * eligible CA, call the RestoreCertificateAuthority action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, DeleteCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, DeleteCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/DeletePermissionCommand.ts b/clients/client-acm-pca/commands/DeletePermissionCommand.ts index 057c57e36088..3a692aa9af43 100644 --- a/clients/client-acm-pca/commands/DeletePermissionCommand.ts +++ b/clients/client-acm-pca/commands/DeletePermissionCommand.ts @@ -51,7 +51,7 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, DeletePermissionCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, DeletePermissionCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/DeletePolicyCommand.ts b/clients/client-acm-pca/commands/DeletePolicyCommand.ts index d2120716d75c..e9e68cd97c92 100644 --- a/clients/client-acm-pca/commands/DeletePolicyCommand.ts +++ b/clients/client-acm-pca/commands/DeletePolicyCommand.ts @@ -57,7 +57,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, DeletePolicyCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, DeletePolicyCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts index 6b4e11969fd1..328df2184399 100644 --- a/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts @@ -32,7 +32,7 @@ export interface DescribeCertificateAuthorityAuditReportCommandOutput * when you call the IssueCertificate action or the * RevokeCertificate action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, DescribeCertificateAuthorityAuditReportCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, DescribeCertificateAuthorityAuditReportCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts index bfa2df5e4c78..3c6111218bf6 100644 --- a/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts @@ -65,7 +65,7 @@ export interface DescribeCertificateAuthorityCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, DescribeCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, DescribeCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts index 26b54ba92ccd..aeb70295ee0e 100644 --- a/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts @@ -31,7 +31,7 @@ export interface GetCertificateAuthorityCertificateCommandOutput * PEM-encoded. The chain does not include the CA certificate. Each certificate in the * chain signs the one before it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, GetCertificateAuthorityCertificateCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, GetCertificateAuthorityCertificateCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts b/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts index 60df5eceda86..49765cf92094 100644 --- a/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts +++ b/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts @@ -27,7 +27,7 @@ export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateA * by calling the ImportCertificateAuthorityCertificate action. The CSR is returned as a * base64 PEM-encoded string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, GetCertificateAuthorityCsrCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, GetCertificateAuthorityCsrCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/GetCertificateCommand.ts b/clients/client-acm-pca/commands/GetCertificateCommand.ts index a165a63271de..df9eb2b83729 100644 --- a/clients/client-acm-pca/commands/GetCertificateCommand.ts +++ b/clients/client-acm-pca/commands/GetCertificateCommand.ts @@ -30,7 +30,7 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M * contains information about all of the certificates issued and revoked by your private * CA.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, GetCertificateCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, GetCertificateCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/GetPolicyCommand.ts b/clients/client-acm-pca/commands/GetPolicyCommand.ts index dacb5fc215f9..6ac8218467c6 100644 --- a/clients/client-acm-pca/commands/GetPolicyCommand.ts +++ b/clients/client-acm-pca/commands/GetPolicyCommand.ts @@ -50,7 +50,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, GetPolicyCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, GetPolicyCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts index 907dccc12786..66aa94b4dc9a 100644 --- a/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts @@ -151,7 +151,7 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, ImportCertificateAuthorityCertificateCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, ImportCertificateAuthorityCertificateCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/IssueCertificateCommand.ts b/clients/client-acm-pca/commands/IssueCertificateCommand.ts index cf75589475cf..cdabb67cd13a 100644 --- a/clients/client-acm-pca/commands/IssueCertificateCommand.ts +++ b/clients/client-acm-pca/commands/IssueCertificateCommand.ts @@ -30,7 +30,7 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse, * certificates that you issue by using ACM Private CA.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, IssueCertificateCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, IssueCertificateCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts b/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts index 500145234e21..5cbc8f85a6d5 100644 --- a/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts +++ b/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts @@ -23,7 +23,7 @@ export interface ListCertificateAuthoritiesCommandOutput extends ListCertificate /** *

Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, ListCertificateAuthoritiesCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, ListCertificateAuthoritiesCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/ListPermissionsCommand.ts b/clients/client-acm-pca/commands/ListPermissionsCommand.ts index f411e1b24bba..3925b8e338ef 100644 --- a/clients/client-acm-pca/commands/ListPermissionsCommand.ts +++ b/clients/client-acm-pca/commands/ListPermissionsCommand.ts @@ -50,7 +50,7 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, ListPermissionsCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, ListPermissionsCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/ListTagsCommand.ts b/clients/client-acm-pca/commands/ListTagsCommand.ts index d76ea009797a..125fb273b792 100644 --- a/clients/client-acm-pca/commands/ListTagsCommand.ts +++ b/clients/client-acm-pca/commands/ListTagsCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare * Each tag consists of a key and an optional value. Call the TagCertificateAuthority * action to add one or more tags to your CA. Call the UntagCertificateAuthority action to remove tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, ListTagsCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, ListTagsCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/PutPolicyCommand.ts b/clients/client-acm-pca/commands/PutPolicyCommand.ts index 71a7210efcef..f82e45ab7473 100644 --- a/clients/client-acm-pca/commands/PutPolicyCommand.ts +++ b/clients/client-acm-pca/commands/PutPolicyCommand.ts @@ -51,7 +51,7 @@ export interface PutPolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, PutPolicyCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, PutPolicyCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts index 7c8b7600e935..aea9b22fb62b 100644 --- a/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts @@ -33,7 +33,7 @@ export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBear * authority into the private CA before it can be activated. You cannot restore a CA after * the restoration period has ended.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, RestoreCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, RestoreCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/RevokeCertificateCommand.ts b/clients/client-acm-pca/commands/RevokeCertificateCommand.ts index 9bff86df3ea8..e83f5deeed93 100644 --- a/clients/client-acm-pca/commands/RevokeCertificateCommand.ts +++ b/clients/client-acm-pca/commands/RevokeCertificateCommand.ts @@ -42,7 +42,7 @@ export interface RevokeCertificateCommandOutput extends __MetadataBearer {} *

You cannot revoke a root CA self-signed certificate.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, RevokeCertificateCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, RevokeCertificateCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts index e207783adb64..45bd8cf7cd84 100644 --- a/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts @@ -30,7 +30,7 @@ export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer { * one or more tags, use the UntagCertificateAuthority action. Call the ListTags action to see what tags are * associated with your CA.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, TagCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, TagCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts index 229e2442145c..c7b70be61d4f 100644 --- a/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts @@ -27,7 +27,7 @@ export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer * associated with the specified value. To add tags to a private CA, use the TagCertificateAuthority. Call the ListTags action to see what tags are * associated with your CA.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, UntagCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, UntagCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts index 7662a98d5383..c48a9c37aec8 100644 --- a/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts @@ -33,7 +33,7 @@ export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBeare * Access to ACM Private CA.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMPCAClient, UpdateCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import * // const { ACMPCAClient, UpdateCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import diff --git a/clients/client-acm/commands/AddTagsToCertificateCommand.ts b/clients/client-acm/commands/AddTagsToCertificateCommand.ts index d2c33dd90970..d0bbb16ad9ab 100644 --- a/clients/client-acm/commands/AddTagsToCertificateCommand.ts +++ b/clients/client-acm/commands/AddTagsToCertificateCommand.ts @@ -38,7 +38,7 @@ export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {} *

To remove one or more tags, use the RemoveTagsFromCertificate action. To * view all of the tags that have been applied to the certificate, use the ListTagsForCertificate action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, AddTagsToCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, AddTagsToCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/DeleteCertificateCommand.ts b/clients/client-acm/commands/DeleteCertificateCommand.ts index 5a1071d12bb2..813324f5238f 100644 --- a/clients/client-acm/commands/DeleteCertificateCommand.ts +++ b/clients/client-acm/commands/DeleteCertificateCommand.ts @@ -30,7 +30,7 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {} * removed.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, DeleteCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, DeleteCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/DescribeCertificateCommand.ts b/clients/client-acm/commands/DescribeCertificateCommand.ts index 2ea3809b2e0a..6224f4e681dd 100644 --- a/clients/client-acm/commands/DescribeCertificateCommand.ts +++ b/clients/client-acm/commands/DescribeCertificateCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes /** *

Returns detailed metadata about the specified ACM certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, DescribeCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, DescribeCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/ExportCertificateCommand.ts b/clients/client-acm/commands/ExportCertificateCommand.ts index 64ea04a23b09..5e55d7ca0693 100644 --- a/clients/client-acm/commands/ExportCertificateCommand.ts +++ b/clients/client-acm/commands/ExportCertificateCommand.ts @@ -29,7 +29,7 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons * CLI, see Export a * Private Certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, ExportCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, ExportCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/GetAccountConfigurationCommand.ts b/clients/client-acm/commands/GetAccountConfigurationCommand.ts index e770789f5361..b1a980330c36 100644 --- a/clients/client-acm/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-acm/commands/GetAccountConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface GetAccountConfigurationCommandOutput extends GetAccountConfigur *

Returns the account * configuration options associated with an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, GetAccountConfigurationCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, GetAccountConfigurationCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/GetCertificateCommand.ts b/clients/client-acm/commands/GetCertificateCommand.ts index 97d017f7b5dd..7c97e0ffe2b8 100644 --- a/clients/client-acm/commands/GetCertificateCommand.ts +++ b/clients/client-acm/commands/GetCertificateCommand.ts @@ -26,7 +26,7 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M * CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode * the certificates and inspect individual fields.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, GetCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, GetCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/ImportCertificateCommand.ts b/clients/client-acm/commands/ImportCertificateCommand.ts index e496b1ce6149..0a254c46be9d 100644 --- a/clients/client-acm/commands/ImportCertificateCommand.ts +++ b/clients/client-acm/commands/ImportCertificateCommand.ts @@ -95,7 +95,7 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons *

This operation returns the Amazon * Resource Name (ARN) of the imported certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, ImportCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, ImportCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/ListCertificatesCommand.ts b/clients/client-acm/commands/ListCertificatesCommand.ts index 8862e04991e9..74da8f3d1678 100644 --- a/clients/client-acm/commands/ListCertificatesCommand.ts +++ b/clients/client-acm/commands/ListCertificatesCommand.ts @@ -26,7 +26,7 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse, * attributes of the certificate. Default filtering returns only RSA_2048 * certificates. For more information, see Filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, ListCertificatesCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, ListCertificatesCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/ListTagsForCertificateCommand.ts b/clients/client-acm/commands/ListTagsForCertificateCommand.ts index 92f3d911dd61..eeb486fcb8e8 100644 --- a/clients/client-acm/commands/ListTagsForCertificateCommand.ts +++ b/clients/client-acm/commands/ListTagsForCertificateCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific * Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate, * use the AddTagsToCertificate action. To delete a tag, use the RemoveTagsFromCertificate action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, ListTagsForCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, ListTagsForCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/PutAccountConfigurationCommand.ts b/clients/client-acm/commands/PutAccountConfigurationCommand.ts index 571d56a0fe31..bb1b21e7c2a6 100644 --- a/clients/client-acm/commands/PutAccountConfigurationCommand.ts +++ b/clients/client-acm/commands/PutAccountConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface PutAccountConfigurationCommandOutput extends __MetadataBearer { * certificate expires. By default, accounts receive events starting 45 days before certificate * expiration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, PutAccountConfigurationCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, PutAccountConfigurationCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts b/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts index 6f08fc169f39..ed798b887d26 100644 --- a/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts +++ b/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts @@ -29,7 +29,7 @@ export interface RemoveTagsFromCertificateCommandOutput extends __MetadataBearer *

To add tags to a certificate, use the AddTagsToCertificate action. To * view all of the tags that have been applied to a specific ACM certificate, use the ListTagsForCertificate action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, RemoveTagsFromCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, RemoveTagsFromCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/RenewCertificateCommand.ts b/clients/client-acm/commands/RenewCertificateCommand.ts index 65c65280d0ab..20d52400ac28 100644 --- a/clients/client-acm/commands/RenewCertificateCommand.ts +++ b/clients/client-acm/commands/RenewCertificateCommand.ts @@ -27,7 +27,7 @@ export interface RenewCertificateCommandOutput extends __MetadataBearer {} * service principal permission to do so. For more information, see Testing Managed Renewal * in the ACM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, RenewCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, RenewCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/RequestCertificateCommand.ts b/clients/client-acm/commands/RequestCertificateCommand.ts index deffd966306e..e760c9b957c1 100644 --- a/clients/client-acm/commands/RequestCertificateCommand.ts +++ b/clients/client-acm/commands/RequestCertificateCommand.ts @@ -32,7 +32,7 @@ export interface RequestCertificateCommandOutput extends RequestCertificateRespo * We recommend that you use DNS validation. ACM issues public certificates after receiving * approval from the domain owner.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, RequestCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, RequestCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/ResendValidationEmailCommand.ts b/clients/client-acm/commands/ResendValidationEmailCommand.ts index 1e4dbf191c8e..19a7d9ad7b9e 100644 --- a/clients/client-acm/commands/ResendValidationEmailCommand.ts +++ b/clients/client-acm/commands/ResendValidationEmailCommand.ts @@ -31,7 +31,7 @@ export interface ResendValidationEmailCommandOutput extends __MetadataBearer {} * your last attempt to resend validation mail, you must request a new certificate. For more * information about setting up your contact email addresses, see Configure Email for your Domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, ResendValidationEmailCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, ResendValidationEmailCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts b/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts index 76c383d9aa4e..a0a9909b3a43 100644 --- a/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts +++ b/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts @@ -26,7 +26,7 @@ export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer * information, see Opting Out of * Certificate Transparency Logging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ACMClient, UpdateCertificateOptionsCommand } from "@aws-sdk/client-acm"; // ES Modules import * // const { ACMClient, UpdateCertificateOptionsCommand } = require("@aws-sdk/client-acm"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts b/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts index 13463798fb2b..33104457168a 100644 --- a/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts +++ b/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts @@ -24,7 +24,7 @@ export interface ApproveSkillCommandOutput extends ApproveSkillResponse, __Metad *

Associates a skill with the organization under the customer's AWS account. If a skill * is private, the user implicitly accepts access to this skill during enablement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ApproveSkillCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ApproveSkillCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts b/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts index 10b3baa8c8f5..c8a4e8588a80 100644 --- a/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts +++ b/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts @@ -25,7 +25,7 @@ export interface AssociateContactWithAddressBookCommandOutput /** *

Associates a contact with a given address book.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, AssociateContactWithAddressBookCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, AssociateContactWithAddressBookCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts index b3649514fd61..b407e77ef101 100644 --- a/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts @@ -28,7 +28,7 @@ export interface AssociateDeviceWithNetworkProfileCommandOutput /** *

Associates a device with the specified network profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, AssociateDeviceWithNetworkProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, AssociateDeviceWithNetworkProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts b/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts index 3a36f1efb65a..755c8f7bd5f7 100644 --- a/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts @@ -25,7 +25,7 @@ export interface AssociateDeviceWithRoomCommandOutput extends AssociateDeviceWit * profile to the device, and all the skills in any skill groups added to that room. This * operation requires the device to be online, or else a manual sync is required.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, AssociateDeviceWithRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, AssociateDeviceWithRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts b/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts index b43d068946a5..175950671567 100644 --- a/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts @@ -26,7 +26,7 @@ export interface AssociateSkillGroupWithRoomCommandOutput *

Associates a skill group with a given room. This enables all skills in the associated * skill group on all devices in the room.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, AssociateSkillGroupWithRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, AssociateSkillGroupWithRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts index f89d9b89db26..e9c5239cdeaa 100644 --- a/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts @@ -25,7 +25,7 @@ export interface AssociateSkillWithSkillGroupCommandOutput /** *

Associates a skill with a skill group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, AssociateSkillWithSkillGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, AssociateSkillWithSkillGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts b/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts index dfb3cec645a7..2eed1973d01f 100644 --- a/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts +++ b/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts @@ -23,7 +23,7 @@ export interface AssociateSkillWithUsersCommandOutput extends AssociateSkillWith /** *

Makes a private skill available for enrolled users to enable on their devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, AssociateSkillWithUsersCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, AssociateSkillWithUsersCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts b/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts index 83e218519fda..d8151e6aab27 100644 --- a/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts @@ -23,7 +23,7 @@ export interface CreateAddressBookCommandOutput extends CreateAddressBookRespons /** *

Creates an address book with the specified details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateAddressBookCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateAddressBookCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts index 27a271ea4ee6..5c578115ce4d 100644 --- a/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts @@ -26,7 +26,7 @@ export interface CreateBusinessReportScheduleCommandOutput *

Creates a recurring schedule for usage reports to deliver to the specified S3 * location with a specified daily or weekly interval.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateBusinessReportScheduleCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateBusinessReportScheduleCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts index fe6d36cf4505..d5e9f6c4fe6b 100644 --- a/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts @@ -23,7 +23,7 @@ export interface CreateConferenceProviderCommandOutput extends CreateConferenceP /** *

Adds a new conference provider under the user's AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateConferenceProviderCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateConferenceProviderCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateContactCommand.ts b/clients/client-alexa-for-business/commands/CreateContactCommand.ts index a4b1d3063646..c4b8554febda 100644 --- a/clients/client-alexa-for-business/commands/CreateContactCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateContactCommand.ts @@ -23,7 +23,7 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met /** *

Creates a contact with the specified details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateContactCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateContactCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts index ec34e4f778c5..c2d4ee13b359 100644 --- a/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateGatewayGroupCommandOutput extends CreateGatewayGroupRespo /** *

Creates a gateway group with the specified details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateGatewayGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateGatewayGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts index 18ffea530712..151ba263ec4c 100644 --- a/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR /** *

Creates a network profile with the specified details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateNetworkProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateNetworkProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateProfileCommand.ts b/clients/client-alexa-for-business/commands/CreateProfileCommand.ts index df9e95eb1cfe..45fdb0361050 100644 --- a/clients/client-alexa-for-business/commands/CreateProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met /** *

Creates a new room profile with the specified details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateRoomCommand.ts b/clients/client-alexa-for-business/commands/CreateRoomCommand.ts index 1443412a5b78..7878302e061d 100644 --- a/clients/client-alexa-for-business/commands/CreateRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateRoomCommand.ts @@ -23,7 +23,7 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB /** *

Creates a room with the specified details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts index 39f369437866..f91fcad8c5f1 100644 --- a/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateSkillGroupCommandOutput extends CreateSkillGroupResponse, /** *

Creates a skill group with a specified name and description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateSkillGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateSkillGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/CreateUserCommand.ts b/clients/client-alexa-for-business/commands/CreateUserCommand.ts index ca6d9b80fd58..b74245493197 100644 --- a/clients/client-alexa-for-business/commands/CreateUserCommand.ts +++ b/clients/client-alexa-for-business/commands/CreateUserCommand.ts @@ -23,7 +23,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** *

Creates a user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, CreateUserCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, CreateUserCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts b/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts index ce0b1fa628e4..44ecc86a1839 100644 --- a/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAddressBookCommandOutput extends DeleteAddressBookRespons /** *

Deletes an address book by the address book ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteAddressBookCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteAddressBookCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts index 70d2b211051b..99c46e26b153 100644 --- a/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts @@ -26,7 +26,7 @@ export interface DeleteBusinessReportScheduleCommandOutput *

Deletes the recurring report delivery schedule with the specified schedule * ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteBusinessReportScheduleCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteBusinessReportScheduleCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts index ac5ef6133994..7fadae5782d6 100644 --- a/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConferenceProviderCommandOutput extends DeleteConferenceP /** *

Deletes a conference provider.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteConferenceProviderCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteConferenceProviderCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteContactCommand.ts b/clients/client-alexa-for-business/commands/DeleteContactCommand.ts index 8c5a87287cd1..d8b21643f94d 100644 --- a/clients/client-alexa-for-business/commands/DeleteContactCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteContactCommand.ts @@ -23,7 +23,7 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met /** *

Deletes a contact by the contact ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteContactCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteContactCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts b/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts index 0e6f470feeb2..b03e9463a2a8 100644 --- a/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad /** *

Removes a device from Alexa For Business.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteDeviceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteDeviceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts b/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts index 8e20f096cd8a..b511900416a6 100644 --- a/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDeviceUsageDataCommandOutput extends DeleteDeviceUsageDat * delete the device's entire previous history of voice input data and associated response * data. This action can be called once every 24 hours for a specific shared device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteDeviceUsageDataCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteDeviceUsageDataCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts index 9b1e5d5d9509..2e60dffc6811 100644 --- a/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGatewayGroupCommandOutput extends DeleteGatewayGroupRespo /** *

Deletes a gateway group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteGatewayGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteGatewayGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts index 9d15fd961b83..ebfb567d2105 100644 --- a/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR /** *

Deletes a network profile by the network profile ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteNetworkProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteNetworkProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts b/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts index 577f90a20173..fa6bf4154df9 100644 --- a/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met /** *

Deletes a room profile by the profile ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts b/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts index fcd7bbf557d1..f9d20e1c285b 100644 --- a/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRoomCommandOutput extends DeleteRoomResponse, __MetadataB /** *

Deletes a room by the room ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts index 6ea2f0c90a69..ba0ee0767f3f 100644 --- a/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRoomSkillParameterCommandOutput extends DeleteRoomSkillPa /** *

Deletes room skill parameter details by room, skill, and parameter key ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteRoomSkillParameterCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteRoomSkillParameterCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts index 2ee504a45f91..7ee53ecb6385 100644 --- a/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSkillAuthorizationCommandOutput extends DeleteSkillAuthor /** *

Unlinks a third-party account from a skill.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteSkillAuthorizationCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteSkillAuthorizationCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts index 9e3212c78ff5..2db3f17acca3 100644 --- a/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSkillGroupCommandOutput extends DeleteSkillGroupResponse, /** *

Deletes a skill group by skill group ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteSkillGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteSkillGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DeleteUserCommand.ts b/clients/client-alexa-for-business/commands/DeleteUserCommand.ts index 5d875a163da5..cdec4d5ecd5b 100644 --- a/clients/client-alexa-for-business/commands/DeleteUserCommand.ts +++ b/clients/client-alexa-for-business/commands/DeleteUserCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB /** *

Deletes a specified user by user ARN and enrollment ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DeleteUserCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DeleteUserCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts b/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts index c123f15b05c0..bfa3b3bead09 100644 --- a/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts +++ b/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateContactFromAddressBookCommandOutput /** *

Disassociates a contact from a given address book.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DisassociateContactFromAddressBookCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DisassociateContactFromAddressBookCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts b/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts index 7951155a16e7..cb8548950ac3 100644 --- a/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateDeviceFromRoomCommandOutput extends DisassociateDev * the Wi-Fi network and is still registered to the account. The device settings and skills * are removed from the room.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DisassociateDeviceFromRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DisassociateDeviceFromRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts index f741f6a2a17b..6b3d2b86a288 100644 --- a/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateSkillFromSkillGroupCommandOutput /** *

Disassociates a skill from a skill group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DisassociateSkillFromSkillGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DisassociateSkillFromSkillGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts b/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts index 8e419b9737d1..806c7a4ef8b6 100644 --- a/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts +++ b/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateSkillFromUsersCommandOutput extends DisassociateSki *

Makes a private skill unavailable for enrolled users and prevents them from enabling it * on their devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DisassociateSkillFromUsersCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DisassociateSkillFromUsersCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts b/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts index e8f7b4fba5f2..24774a426545 100644 --- a/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts @@ -26,7 +26,7 @@ export interface DisassociateSkillGroupFromRoomCommandOutput *

Disassociates a skill group from a specified room. This disables all skills in the * skill group on all devices in the room.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, DisassociateSkillGroupFromRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, DisassociateSkillGroupFromRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts index a5bc88a66172..b18121810fa3 100644 --- a/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts @@ -23,7 +23,7 @@ export interface ForgetSmartHomeAppliancesCommandOutput extends ForgetSmartHomeA /** *

Forgets smart home appliances associated to a room.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ForgetSmartHomeAppliancesCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ForgetSmartHomeAppliancesCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts b/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts index 5d19f7911243..150512be9f53 100644 --- a/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts +++ b/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts @@ -23,7 +23,7 @@ export interface GetAddressBookCommandOutput extends GetAddressBookResponse, __M /** *

Gets address the book details by the address book ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetAddressBookCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetAddressBookCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts b/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts index 83cfff5102d9..10e84ec307d5 100644 --- a/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts @@ -23,7 +23,7 @@ export interface GetConferencePreferenceCommandOutput extends GetConferencePrefe /** *

Retrieves the existing conference preferences.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetConferencePreferenceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetConferencePreferenceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts index 02cbe0a04ab7..87127ae72646 100644 --- a/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts @@ -23,7 +23,7 @@ export interface GetConferenceProviderCommandOutput extends GetConferenceProvide /** *

Gets details about a specific conference provider.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetConferenceProviderCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetConferenceProviderCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetContactCommand.ts b/clients/client-alexa-for-business/commands/GetContactCommand.ts index fb1e932806b5..5972a5c60adc 100644 --- a/clients/client-alexa-for-business/commands/GetContactCommand.ts +++ b/clients/client-alexa-for-business/commands/GetContactCommand.ts @@ -23,7 +23,7 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB /** *

Gets the contact details by the contact ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetContactCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetContactCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetDeviceCommand.ts b/clients/client-alexa-for-business/commands/GetDeviceCommand.ts index 7c44a7d475c4..ce72626bdcf5 100644 --- a/clients/client-alexa-for-business/commands/GetDeviceCommand.ts +++ b/clients/client-alexa-for-business/commands/GetDeviceCommand.ts @@ -20,7 +20,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea /** *

Gets the details of a device by device ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetDeviceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetDeviceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetGatewayCommand.ts b/clients/client-alexa-for-business/commands/GetGatewayCommand.ts index 474e7d6aa816..9b9b583b521f 100644 --- a/clients/client-alexa-for-business/commands/GetGatewayCommand.ts +++ b/clients/client-alexa-for-business/commands/GetGatewayCommand.ts @@ -23,7 +23,7 @@ export interface GetGatewayCommandOutput extends GetGatewayResponse, __MetadataB /** *

Retrieves the details of a gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetGatewayCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetGatewayCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts index 5cfa44ac638b..1662b7ad1284 100644 --- a/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetGatewayGroupCommandOutput extends GetGatewayGroupResponse, _ /** *

Retrieves the details of a gateway group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetGatewayGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetGatewayGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts index 680bbb181a79..b3809d7b5766 100644 --- a/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface GetInvitationConfigurationCommandOutput extends GetInvitationCo *

Retrieves the configured values for the user enrollment invitation email * template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetInvitationConfigurationCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetInvitationConfigurationCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts index f46c32934b74..4cf5c14c22ee 100644 --- a/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileRespons /** *

Gets the network profile details by the network profile ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetNetworkProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetNetworkProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetProfileCommand.ts b/clients/client-alexa-for-business/commands/GetProfileCommand.ts index b4abb73321d8..79dd88d21855 100644 --- a/clients/client-alexa-for-business/commands/GetProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/GetProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB /** *

Gets the details of a room profile by profile ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetRoomCommand.ts b/clients/client-alexa-for-business/commands/GetRoomCommand.ts index 1f9090263a46..1c3b24f88c0e 100644 --- a/clients/client-alexa-for-business/commands/GetRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/GetRoomCommand.ts @@ -20,7 +20,7 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer /** *

Gets room details by room ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts index e389a1e0d039..3a1a5c2c7994 100644 --- a/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts @@ -23,7 +23,7 @@ export interface GetRoomSkillParameterCommandOutput extends GetRoomSkillParamete /** *

Gets room skill parameter details by room, skill, and parameter key ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetRoomSkillParameterCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetRoomSkillParameterCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts index e188ab5b26e6..74fb62af5812 100644 --- a/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetSkillGroupCommandOutput extends GetSkillGroupResponse, __Met /** *

Gets skill group details by skill group ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, GetSkillGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, GetSkillGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts b/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts index 14901f99c3ba..44a7f2fd618c 100644 --- a/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts +++ b/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts @@ -25,7 +25,7 @@ export interface ListBusinessReportSchedulesCommandOutput /** *

Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListBusinessReportSchedulesCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListBusinessReportSchedulesCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts b/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts index b1261c226120..9fbdb1329fc2 100644 --- a/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts +++ b/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts @@ -23,7 +23,7 @@ export interface ListConferenceProvidersCommandOutput extends ListConferenceProv /** *

Lists conference providers under a specific AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListConferenceProvidersCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListConferenceProvidersCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts b/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts index aa310de29867..f5b419f73740 100644 --- a/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts +++ b/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts @@ -24,7 +24,7 @@ export interface ListDeviceEventsCommandOutput extends ListDeviceEventsResponse, *

Lists the device event history, including device connection status, for up to 30 * days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListDeviceEventsCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListDeviceEventsCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts b/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts index f996d3da0c74..d8df37cffb0e 100644 --- a/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts +++ b/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts @@ -24,7 +24,7 @@ export interface ListGatewayGroupsCommandOutput extends ListGatewayGroupsRespons *

Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of * a specific gateway group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListGatewayGroupsCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListGatewayGroupsCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts b/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts index 557036bc5c7f..83079de8874d 100644 --- a/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts +++ b/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts @@ -25,7 +25,7 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad * gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries * of gateways that are associated with that gateway group ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListGatewaysCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListGatewaysCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListSkillsCommand.ts b/clients/client-alexa-for-business/commands/ListSkillsCommand.ts index bf691083511d..298dd95ee1cb 100644 --- a/clients/client-alexa-for-business/commands/ListSkillsCommand.ts +++ b/clients/client-alexa-for-business/commands/ListSkillsCommand.ts @@ -23,7 +23,7 @@ export interface ListSkillsCommandOutput extends ListSkillsResponse, __MetadataB /** *

Lists all enabled skills in a specific skill group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListSkillsCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListSkillsCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts b/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts index f01e9c8e2408..b5f56e711ed8 100644 --- a/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts +++ b/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts @@ -23,7 +23,7 @@ export interface ListSkillsStoreCategoriesCommandOutput extends ListSkillsStoreC /** *

Lists all categories in the Alexa skill store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListSkillsStoreCategoriesCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListSkillsStoreCategoriesCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts b/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts index b74e3df9fda0..bcd0d07f6442 100644 --- a/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts +++ b/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts @@ -25,7 +25,7 @@ export interface ListSkillsStoreSkillsByCategoryCommandOutput /** *

Lists all skills in the Alexa skill store by category.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListSkillsStoreSkillsByCategoryCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListSkillsStoreSkillsByCategoryCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts index 3372222ee40a..5e327a410eef 100644 --- a/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts @@ -23,7 +23,7 @@ export interface ListSmartHomeAppliancesCommandOutput extends ListSmartHomeAppli /** *

Lists all of the smart home appliances associated with a room.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListSmartHomeAppliancesCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListSmartHomeAppliancesCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ListTagsCommand.ts b/clients/client-alexa-for-business/commands/ListTagsCommand.ts index 121d5fa37c89..d6f93b58be6f 100644 --- a/clients/client-alexa-for-business/commands/ListTagsCommand.ts +++ b/clients/client-alexa-for-business/commands/ListTagsCommand.ts @@ -20,7 +20,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare /** *

Lists all tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ListTagsCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ListTagsCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts b/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts index cac0795ccc9c..f63c3e1372fa 100644 --- a/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts @@ -24,7 +24,7 @@ export interface PutConferencePreferenceCommandOutput extends PutConferencePrefe *

Sets the conference preferences on a specific conference provider at the account * level.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, PutConferencePreferenceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, PutConferencePreferenceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts index 9e35178315bd..57c576129ec9 100644 --- a/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface PutInvitationConfigurationCommandOutput extends PutInvitationCo *

Configures the email template for the user enrollment invitation with the specified * attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, PutInvitationConfigurationCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, PutInvitationConfigurationCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts index 0c135c1ad903..75c8d45144fd 100644 --- a/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts @@ -24,7 +24,7 @@ export interface PutRoomSkillParameterCommandOutput extends PutRoomSkillParamete *

Updates room skill parameter details by room, skill, and parameter key ID. Not all * skills have a room skill parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, PutRoomSkillParameterCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, PutRoomSkillParameterCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts index e7055fc52d42..ae442d57adfc 100644 --- a/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts @@ -25,7 +25,7 @@ export interface PutSkillAuthorizationCommandOutput extends PutSkillAuthorizatio * called by an assumed IAM role, the skill being linked must be a private skill. Also, the * skill must be owned by the AWS account that assumed the IAM role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, PutSkillAuthorizationCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, PutSkillAuthorizationCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts b/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts index e711b1c12ba2..c425854a2999 100644 --- a/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts +++ b/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts @@ -24,7 +24,7 @@ export interface RegisterAVSDeviceCommandOutput extends RegisterAVSDeviceRespons *

Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) * using Alexa Voice Service (AVS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, RegisterAVSDeviceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, RegisterAVSDeviceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/RejectSkillCommand.ts b/clients/client-alexa-for-business/commands/RejectSkillCommand.ts index f153c26f94bd..a6a64ac73f69 100644 --- a/clients/client-alexa-for-business/commands/RejectSkillCommand.ts +++ b/clients/client-alexa-for-business/commands/RejectSkillCommand.ts @@ -25,7 +25,7 @@ export interface RejectSkillCommandOutput extends RejectSkillResponse, __Metadat * is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill * that is rejected can be added later by calling the ApproveSkill API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, RejectSkillCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, RejectSkillCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts b/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts index a4040de109b6..dc49015ceaba 100644 --- a/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts @@ -29,7 +29,7 @@ export interface ResolveRoomCommandOutput extends ResolveRoomResponse, __Metadat * custom web service must be manually authorized. To get your skill authorized, contact AWS * Support with your AWS account ID that queries the ResolveRoom API and skill ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, ResolveRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, ResolveRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts b/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts index 9940ba8440a3..e9df990a3805 100644 --- a/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts +++ b/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts @@ -23,7 +23,7 @@ export interface RevokeInvitationCommandOutput extends RevokeInvitationResponse, /** *

Revokes an invitation and invalidates the enrollment URL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, RevokeInvitationCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, RevokeInvitationCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts b/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts index 835e5c80e630..78337af18848 100644 --- a/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts @@ -24,7 +24,7 @@ export interface SearchAddressBooksCommandOutput extends SearchAddressBooksRespo *

Searches address books and lists the ones that meet a set of filter and sort * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchAddressBooksCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchAddressBooksCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchContactsCommand.ts b/clients/client-alexa-for-business/commands/SearchContactsCommand.ts index 074f60a581a5..d745959961df 100644 --- a/clients/client-alexa-for-business/commands/SearchContactsCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchContactsCommand.ts @@ -24,7 +24,7 @@ export interface SearchContactsCommandOutput extends SearchContactsResponse, __M *

Searches contacts and lists the ones that meet a set of filter and sort * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchContactsCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchContactsCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts b/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts index 26fb3377b318..66a21f4da1a4 100644 --- a/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts @@ -23,7 +23,7 @@ export interface SearchDevicesCommandOutput extends SearchDevicesResponse, __Met /** *

Searches devices and lists the ones that meet a set of filter criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchDevicesCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchDevicesCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts b/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts index ed47088d9f4c..d2e683acfb2c 100644 --- a/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts @@ -24,7 +24,7 @@ export interface SearchNetworkProfilesCommandOutput extends SearchNetworkProfile *

Searches network profiles and lists the ones that meet a set of filter and sort * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchNetworkProfilesCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchNetworkProfilesCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts b/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts index c478bd5fd74d..55b9c5d182d6 100644 --- a/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts @@ -24,7 +24,7 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M *

Searches room profiles and lists the ones that meet a set of filter * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchProfilesCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchProfilesCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts b/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts index 91be78153d67..31b20e3cf8c8 100644 --- a/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts @@ -24,7 +24,7 @@ export interface SearchRoomsCommandOutput extends SearchRoomsResponse, __Metadat *

Searches rooms and lists the ones that meet a set of filter and sort * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchRoomsCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchRoomsCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts b/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts index a8b1f8df1c2a..f0c0f77d3d7a 100644 --- a/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts @@ -24,7 +24,7 @@ export interface SearchSkillGroupsCommandOutput extends SearchSkillGroupsRespons *

Searches skill groups and lists the ones that meet a set of filter and sort * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchSkillGroupsCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchSkillGroupsCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SearchUsersCommand.ts b/clients/client-alexa-for-business/commands/SearchUsersCommand.ts index 00a6a1544474..ba36ded8b016 100644 --- a/clients/client-alexa-for-business/commands/SearchUsersCommand.ts +++ b/clients/client-alexa-for-business/commands/SearchUsersCommand.ts @@ -24,7 +24,7 @@ export interface SearchUsersCommandOutput extends SearchUsersResponse, __Metadat *

Searches users and lists the ones that meet a set of filter and sort * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SearchUsersCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SearchUsersCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts b/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts index 71b06e7ca621..63a41a1aed4a 100644 --- a/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts +++ b/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts @@ -24,7 +24,7 @@ export interface SendAnnouncementCommandOutput extends SendAnnouncementResponse, *

Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that * are identified by a search or filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SendAnnouncementCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SendAnnouncementCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/SendInvitationCommand.ts b/clients/client-alexa-for-business/commands/SendInvitationCommand.ts index 8ae856507e2b..d966b675aed5 100644 --- a/clients/client-alexa-for-business/commands/SendInvitationCommand.ts +++ b/clients/client-alexa-for-business/commands/SendInvitationCommand.ts @@ -24,7 +24,7 @@ export interface SendInvitationCommandOutput extends SendInvitationResponse, __M *

Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 * days or until you call this operation again, whichever comes first.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, SendInvitationCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, SendInvitationCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts b/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts index 2e1d4fce9af4..67620885ba8c 100644 --- a/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts +++ b/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts @@ -44,7 +44,7 @@ export interface StartDeviceSyncCommandOutput extends StartDeviceSyncResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, StartDeviceSyncCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, StartDeviceSyncCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts b/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts index 1000fd42cba0..4d0bf388cfa4 100644 --- a/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts +++ b/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts @@ -26,7 +26,7 @@ export interface StartSmartHomeApplianceDiscoveryCommandOutput *

Initiates the discovery of any smart home appliances associated with the * room.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, StartSmartHomeApplianceDiscoveryCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, StartSmartHomeApplianceDiscoveryCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/TagResourceCommand.ts b/clients/client-alexa-for-business/commands/TagResourceCommand.ts index a372f309b148..bc51c35140eb 100644 --- a/clients/client-alexa-for-business/commands/TagResourceCommand.ts +++ b/clients/client-alexa-for-business/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds metadata tags to a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, TagResourceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, TagResourceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UntagResourceCommand.ts b/clients/client-alexa-for-business/commands/UntagResourceCommand.ts index 77a763b16dfa..41a5c92fdaf5 100644 --- a/clients/client-alexa-for-business/commands/UntagResourceCommand.ts +++ b/clients/client-alexa-for-business/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes metadata tags from a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UntagResourceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UntagResourceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts b/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts index 1e81dc3e418b..db63c377c3f4 100644 --- a/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAddressBookCommandOutput extends UpdateAddressBookRespons /** *

Updates address book details by the address book ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateAddressBookCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateAddressBookCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts index fd738894572a..607661fb4155 100644 --- a/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts @@ -26,7 +26,7 @@ export interface UpdateBusinessReportScheduleCommandOutput *

Updates the configuration of the report delivery schedule with the specified schedule * ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateBusinessReportScheduleCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateBusinessReportScheduleCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts index de54e7a1333a..47a501b61173 100644 --- a/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConferenceProviderCommandOutput extends UpdateConferenceP /** *

Updates an existing conference provider's settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateConferenceProviderCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateConferenceProviderCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateContactCommand.ts b/clients/client-alexa-for-business/commands/UpdateContactCommand.ts index e042b4368f9a..9d7784fbc398 100644 --- a/clients/client-alexa-for-business/commands/UpdateContactCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateContactCommand.ts @@ -23,7 +23,7 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met /** *

Updates the contact details by the contact ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateContactCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateContactCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts b/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts index 75c4825b4e45..71aeaa1e72ef 100644 --- a/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad /** *

Updates the device name by device ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateDeviceCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateDeviceCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts b/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts index e0024e2bbdce..a7f420f7e82a 100644 --- a/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts @@ -24,7 +24,7 @@ export interface UpdateGatewayCommandOutput extends UpdateGatewayResponse, __Met *

Updates the details of a gateway. If any optional field is not provided, the existing * corresponding value is left unmodified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateGatewayCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateGatewayCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts index 260b28dc4bba..e5dd7f9055e1 100644 --- a/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts @@ -24,7 +24,7 @@ export interface UpdateGatewayGroupCommandOutput extends UpdateGatewayGroupRespo *

Updates the details of a gateway group. If any optional field is not provided, the * existing corresponding value is left unmodified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateGatewayGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateGatewayGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts index d5394d072c13..f289d0a5c5cb 100644 --- a/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR /** *

Updates a network profile by the network profile ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateNetworkProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateNetworkProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts b/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts index b047f424b41f..48744dcdcb66 100644 --- a/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met /** *

Updates an existing room profile by room profile ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateProfileCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateProfileCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts b/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts index a33311218069..5ae81ea469c9 100644 --- a/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB /** *

Updates room details by room ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateRoomCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateRoomCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts index 04c211206e74..2f692fa82574 100644 --- a/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSkillGroupCommandOutput extends UpdateSkillGroupResponse, /** *

Updates skill group details by skill group ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AlexaForBusinessClient, UpdateSkillGroupCommand } from "@aws-sdk/client-alexa-for-business"; // ES Modules import * // const { AlexaForBusinessClient, UpdateSkillGroupCommand } = require("@aws-sdk/client-alexa-for-business"); // CommonJS import diff --git a/clients/client-amp/commands/CreateWorkspaceCommand.ts b/clients/client-amp/commands/CreateWorkspaceCommand.ts index 6f01cca3444c..ff69b0e5fcb0 100644 --- a/clients/client-amp/commands/CreateWorkspaceCommand.ts +++ b/clients/client-amp/commands/CreateWorkspaceCommand.ts @@ -23,7 +23,7 @@ export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, _ /** * Creates a new AMP workspace. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmpClient, CreateWorkspaceCommand } from "@aws-sdk/client-amp"; // ES Modules import * // const { AmpClient, CreateWorkspaceCommand } = require("@aws-sdk/client-amp"); // CommonJS import diff --git a/clients/client-amp/commands/DeleteWorkspaceCommand.ts b/clients/client-amp/commands/DeleteWorkspaceCommand.ts index 5d1e79360693..d95af03b004d 100644 --- a/clients/client-amp/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-amp/commands/DeleteWorkspaceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWorkspaceCommandOutput extends __MetadataBearer {} /** * Deletes an AMP workspace. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmpClient, DeleteWorkspaceCommand } from "@aws-sdk/client-amp"; // ES Modules import * // const { AmpClient, DeleteWorkspaceCommand } = require("@aws-sdk/client-amp"); // CommonJS import diff --git a/clients/client-amp/commands/DescribeWorkspaceCommand.ts b/clients/client-amp/commands/DescribeWorkspaceCommand.ts index 9d4a62de81ee..e9b82e93b5c6 100644 --- a/clients/client-amp/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-amp/commands/DescribeWorkspaceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeWorkspaceCommandOutput extends DescribeWorkspaceRespons /** * Describes an existing AMP workspace. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmpClient, DescribeWorkspaceCommand } from "@aws-sdk/client-amp"; // ES Modules import * // const { AmpClient, DescribeWorkspaceCommand } = require("@aws-sdk/client-amp"); // CommonJS import diff --git a/clients/client-amp/commands/ListWorkspacesCommand.ts b/clients/client-amp/commands/ListWorkspacesCommand.ts index 209e3498f9f9..d832c0bb1e65 100644 --- a/clients/client-amp/commands/ListWorkspacesCommand.ts +++ b/clients/client-amp/commands/ListWorkspacesCommand.ts @@ -23,7 +23,7 @@ export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __M /** * Lists all AMP workspaces, including workspaces being created or deleted. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmpClient, ListWorkspacesCommand } from "@aws-sdk/client-amp"; // ES Modules import * // const { AmpClient, ListWorkspacesCommand } = require("@aws-sdk/client-amp"); // CommonJS import diff --git a/clients/client-amp/commands/UpdateWorkspaceAliasCommand.ts b/clients/client-amp/commands/UpdateWorkspaceAliasCommand.ts index 1a9f46e0575a..d53a9d1c2705 100644 --- a/clients/client-amp/commands/UpdateWorkspaceAliasCommand.ts +++ b/clients/client-amp/commands/UpdateWorkspaceAliasCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {} /** * Updates an AMP workspace alias. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmpClient, UpdateWorkspaceAliasCommand } from "@aws-sdk/client-amp"; // ES Modules import * // const { AmpClient, UpdateWorkspaceAliasCommand } = require("@aws-sdk/client-amp"); // CommonJS import diff --git a/clients/client-amplify/commands/CreateAppCommand.ts b/clients/client-amplify/commands/CreateAppCommand.ts index f4e797ddf2f7..764c721be96a 100644 --- a/clients/client-amplify/commands/CreateAppCommand.ts +++ b/clients/client-amplify/commands/CreateAppCommand.ts @@ -23,7 +23,7 @@ export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBeare /** *

Creates a new Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, CreateAppCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, CreateAppCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts b/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts index 786138f2d5b5..d7d361645e69 100644 --- a/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts +++ b/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvi /** *

Creates a new backend environment for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, CreateBackendEnvironmentCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, CreateBackendEnvironmentCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/CreateBranchCommand.ts b/clients/client-amplify/commands/CreateBranchCommand.ts index 04266888f258..b18b943d74e6 100644 --- a/clients/client-amplify/commands/CreateBranchCommand.ts +++ b/clients/client-amplify/commands/CreateBranchCommand.ts @@ -23,7 +23,7 @@ export interface CreateBranchCommandOutput extends CreateBranchResult, __Metadat /** *

Creates a new branch for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, CreateBranchCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, CreateBranchCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/CreateDeploymentCommand.ts b/clients/client-amplify/commands/CreateDeploymentCommand.ts index 73505d3568d1..5dd03581c9f5 100644 --- a/clients/client-amplify/commands/CreateDeploymentCommand.ts +++ b/clients/client-amplify/commands/CreateDeploymentCommand.ts @@ -24,7 +24,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, _ *

Creates a deployment for a manually deployed Amplify app. Manually deployed apps are * not connected to a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, CreateDeploymentCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, CreateDeploymentCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/CreateDomainAssociationCommand.ts b/clients/client-amplify/commands/CreateDomainAssociationCommand.ts index dc2caf292a36..0558fb1c6200 100644 --- a/clients/client-amplify/commands/CreateDomainAssociationCommand.ts +++ b/clients/client-amplify/commands/CreateDomainAssociationCommand.ts @@ -24,7 +24,7 @@ export interface CreateDomainAssociationCommandOutput extends CreateDomainAssoci *

Creates a new domain association for an Amplify app. This action associates a custom * domain with the Amplify app

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, CreateDomainAssociationCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, CreateDomainAssociationCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/CreateWebhookCommand.ts b/clients/client-amplify/commands/CreateWebhookCommand.ts index 9b64b331330e..705e19e16c10 100644 --- a/clients/client-amplify/commands/CreateWebhookCommand.ts +++ b/clients/client-amplify/commands/CreateWebhookCommand.ts @@ -23,7 +23,7 @@ export interface CreateWebhookCommandOutput extends CreateWebhookResult, __Metad /** *

Creates a new webhook on an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, CreateWebhookCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, CreateWebhookCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/DeleteAppCommand.ts b/clients/client-amplify/commands/DeleteAppCommand.ts index 5cd426e64993..08b669f516c1 100644 --- a/clients/client-amplify/commands/DeleteAppCommand.ts +++ b/clients/client-amplify/commands/DeleteAppCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBeare /** *

Deletes an existing Amplify app specified by an app ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, DeleteAppCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, DeleteAppCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts b/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts index e8440fa9671e..4add0e3b8d5f 100644 --- a/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts +++ b/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvi /** *

Deletes a backend environment for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, DeleteBackendEnvironmentCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, DeleteBackendEnvironmentCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/DeleteBranchCommand.ts b/clients/client-amplify/commands/DeleteBranchCommand.ts index fc5eff907f0c..fad856cbfdbd 100644 --- a/clients/client-amplify/commands/DeleteBranchCommand.ts +++ b/clients/client-amplify/commands/DeleteBranchCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBranchCommandOutput extends DeleteBranchResult, __Metadat /** *

Deletes a branch for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, DeleteBranchCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, DeleteBranchCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts b/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts index 917851fc4571..0a341936e193 100644 --- a/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts +++ b/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssoci /** *

Deletes a domain association for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, DeleteDomainAssociationCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, DeleteDomainAssociationCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/DeleteJobCommand.ts b/clients/client-amplify/commands/DeleteJobCommand.ts index 5c6c0966fef6..e04c73be86a5 100644 --- a/clients/client-amplify/commands/DeleteJobCommand.ts +++ b/clients/client-amplify/commands/DeleteJobCommand.ts @@ -23,7 +23,7 @@ export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBeare /** *

Deletes a job for a branch of an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, DeleteJobCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, DeleteJobCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/DeleteWebhookCommand.ts b/clients/client-amplify/commands/DeleteWebhookCommand.ts index 2bead719c9df..1645bb33ee41 100644 --- a/clients/client-amplify/commands/DeleteWebhookCommand.ts +++ b/clients/client-amplify/commands/DeleteWebhookCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __Metad /** *

Deletes a webhook.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, DeleteWebhookCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, DeleteWebhookCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GenerateAccessLogsCommand.ts b/clients/client-amplify/commands/GenerateAccessLogsCommand.ts index a7bf28d8ff22..81c74607604a 100644 --- a/clients/client-amplify/commands/GenerateAccessLogsCommand.ts +++ b/clients/client-amplify/commands/GenerateAccessLogsCommand.ts @@ -24,7 +24,7 @@ export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResul *

Returns the website access logs for a specific time range using a presigned URL. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GenerateAccessLogsCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GenerateAccessLogsCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GetAppCommand.ts b/clients/client-amplify/commands/GetAppCommand.ts index 6a7fbcfe7454..9f41a454317d 100644 --- a/clients/client-amplify/commands/GetAppCommand.ts +++ b/clients/client-amplify/commands/GetAppCommand.ts @@ -20,7 +20,7 @@ export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {} /** *

Returns an existing Amplify app by appID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GetAppCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GetAppCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GetArtifactUrlCommand.ts b/clients/client-amplify/commands/GetArtifactUrlCommand.ts index cba112f42dca..99eba2e0febe 100644 --- a/clients/client-amplify/commands/GetArtifactUrlCommand.ts +++ b/clients/client-amplify/commands/GetArtifactUrlCommand.ts @@ -23,7 +23,7 @@ export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __Met /** *

Returns the artifact info that corresponds to an artifact id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GetArtifactUrlCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GetArtifactUrlCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts b/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts index 86a508927583..2b28256689b1 100644 --- a/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts +++ b/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmen /** *

Returns a backend environment for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GetBackendEnvironmentCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GetBackendEnvironmentCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GetBranchCommand.ts b/clients/client-amplify/commands/GetBranchCommand.ts index 26f867c058e1..11c5fe7b90cc 100644 --- a/clients/client-amplify/commands/GetBranchCommand.ts +++ b/clients/client-amplify/commands/GetBranchCommand.ts @@ -23,7 +23,7 @@ export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBeare /** *

Returns a branch for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GetBranchCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GetBranchCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GetDomainAssociationCommand.ts b/clients/client-amplify/commands/GetDomainAssociationCommand.ts index 3d370a130da9..07d25713746d 100644 --- a/clients/client-amplify/commands/GetDomainAssociationCommand.ts +++ b/clients/client-amplify/commands/GetDomainAssociationCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainAssociationCommandOutput extends GetDomainAssociationR /** *

Returns the domain information for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GetDomainAssociationCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GetDomainAssociationCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GetJobCommand.ts b/clients/client-amplify/commands/GetJobCommand.ts index b9e1e3de1c07..44f04a729de1 100644 --- a/clients/client-amplify/commands/GetJobCommand.ts +++ b/clients/client-amplify/commands/GetJobCommand.ts @@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {} /** *

Returns a job for a branch of an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GetJobCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GetJobCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/GetWebhookCommand.ts b/clients/client-amplify/commands/GetWebhookCommand.ts index 964981b8c333..1be35081a9d0 100644 --- a/clients/client-amplify/commands/GetWebhookCommand.ts +++ b/clients/client-amplify/commands/GetWebhookCommand.ts @@ -23,7 +23,7 @@ export interface GetWebhookCommandOutput extends GetWebhookResult, __MetadataBea /** *

Returns the webhook information that corresponds to a specified webhook ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, GetWebhookCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, GetWebhookCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListAppsCommand.ts b/clients/client-amplify/commands/ListAppsCommand.ts index bf708b7201e3..d4a56b9442ea 100644 --- a/clients/client-amplify/commands/ListAppsCommand.ts +++ b/clients/client-amplify/commands/ListAppsCommand.ts @@ -23,7 +23,7 @@ export interface ListAppsCommandOutput extends ListAppsResult, __MetadataBearer /** *

Returns a list of the existing Amplify apps.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListAppsCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListAppsCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListArtifactsCommand.ts b/clients/client-amplify/commands/ListArtifactsCommand.ts index 3fc10e8b110a..570239cbaa96 100644 --- a/clients/client-amplify/commands/ListArtifactsCommand.ts +++ b/clients/client-amplify/commands/ListArtifactsCommand.ts @@ -23,7 +23,7 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad /** *

Returns a list of artifacts for a specified app, branch, and job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListArtifactsCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListArtifactsCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts b/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts index 4bf914b851d6..6827e08956d9 100644 --- a/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts +++ b/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts @@ -23,7 +23,7 @@ export interface ListBackendEnvironmentsCommandOutput extends ListBackendEnviron /** *

Lists the backend environments for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListBackendEnvironmentsCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListBackendEnvironmentsCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListBranchesCommand.ts b/clients/client-amplify/commands/ListBranchesCommand.ts index 88f05ce2451d..38fd2b5dcfc8 100644 --- a/clients/client-amplify/commands/ListBranchesCommand.ts +++ b/clients/client-amplify/commands/ListBranchesCommand.ts @@ -23,7 +23,7 @@ export interface ListBranchesCommandOutput extends ListBranchesResult, __Metadat /** *

Lists the branches of an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListBranchesCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListBranchesCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListDomainAssociationsCommand.ts b/clients/client-amplify/commands/ListDomainAssociationsCommand.ts index 138dc7c4adf7..6f55ac20b77c 100644 --- a/clients/client-amplify/commands/ListDomainAssociationsCommand.ts +++ b/clients/client-amplify/commands/ListDomainAssociationsCommand.ts @@ -23,7 +23,7 @@ export interface ListDomainAssociationsCommandOutput extends ListDomainAssociati /** *

Returns the domain associations for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListDomainAssociationsCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListDomainAssociationsCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListJobsCommand.ts b/clients/client-amplify/commands/ListJobsCommand.ts index 87a24b1b7873..2c74a63e38e7 100644 --- a/clients/client-amplify/commands/ListJobsCommand.ts +++ b/clients/client-amplify/commands/ListJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer /** *

Lists the jobs for a branch of an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListJobsCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListJobsCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListTagsForResourceCommand.ts b/clients/client-amplify/commands/ListTagsForResourceCommand.ts index 084e5ab4fc5d..7f7ee0c8f375 100644 --- a/clients/client-amplify/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amplify/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of tags for a specified Amazon Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListTagsForResourceCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/ListWebhooksCommand.ts b/clients/client-amplify/commands/ListWebhooksCommand.ts index f8342e790c66..b643a2b577ad 100644 --- a/clients/client-amplify/commands/ListWebhooksCommand.ts +++ b/clients/client-amplify/commands/ListWebhooksCommand.ts @@ -23,7 +23,7 @@ export interface ListWebhooksCommandOutput extends ListWebhooksResult, __Metadat /** *

Returns a list of webhooks for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, ListWebhooksCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, ListWebhooksCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/StartDeploymentCommand.ts b/clients/client-amplify/commands/StartDeploymentCommand.ts index a5a07e455ad1..b4634b3b119c 100644 --- a/clients/client-amplify/commands/StartDeploymentCommand.ts +++ b/clients/client-amplify/commands/StartDeploymentCommand.ts @@ -24,7 +24,7 @@ export interface StartDeploymentCommandOutput extends StartDeploymentResult, __M *

Starts a deployment for a manually deployed app. Manually deployed apps are not * connected to a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, StartDeploymentCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, StartDeploymentCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/StartJobCommand.ts b/clients/client-amplify/commands/StartJobCommand.ts index 5f784d253e07..a17f226e4600 100644 --- a/clients/client-amplify/commands/StartJobCommand.ts +++ b/clients/client-amplify/commands/StartJobCommand.ts @@ -23,7 +23,7 @@ export interface StartJobCommandOutput extends StartJobResult, __MetadataBearer /** *

Starts a new job for a branch of an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, StartJobCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, StartJobCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/StopJobCommand.ts b/clients/client-amplify/commands/StopJobCommand.ts index 818c51ba02f5..31076c48e84e 100644 --- a/clients/client-amplify/commands/StopJobCommand.ts +++ b/clients/client-amplify/commands/StopJobCommand.ts @@ -23,7 +23,7 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {} /** *

Stops a job that is in progress for a branch of an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, StopJobCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, StopJobCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/TagResourceCommand.ts b/clients/client-amplify/commands/TagResourceCommand.ts index 6e3c8f1ea9ea..3516e80ed4a3 100644 --- a/clients/client-amplify/commands/TagResourceCommand.ts +++ b/clients/client-amplify/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Tags the resource with a tag key and value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, TagResourceCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, TagResourceCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/UntagResourceCommand.ts b/clients/client-amplify/commands/UntagResourceCommand.ts index 1a65fbe8452d..8476a7cbe487 100644 --- a/clients/client-amplify/commands/UntagResourceCommand.ts +++ b/clients/client-amplify/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Untags a resource with a specified Amazon Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, UntagResourceCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, UntagResourceCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/UpdateAppCommand.ts b/clients/client-amplify/commands/UpdateAppCommand.ts index ae2934e5e296..0386d679adac 100644 --- a/clients/client-amplify/commands/UpdateAppCommand.ts +++ b/clients/client-amplify/commands/UpdateAppCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAppCommandOutput extends UpdateAppResult, __MetadataBeare /** *

Updates an existing Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, UpdateAppCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, UpdateAppCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/UpdateBranchCommand.ts b/clients/client-amplify/commands/UpdateBranchCommand.ts index 9ff286bd1530..0aae138226cd 100644 --- a/clients/client-amplify/commands/UpdateBranchCommand.ts +++ b/clients/client-amplify/commands/UpdateBranchCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBranchCommandOutput extends UpdateBranchResult, __Metadat /** *

Updates a branch for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, UpdateBranchCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, UpdateBranchCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts b/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts index c2e388f0987a..87dd7f310c83 100644 --- a/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts +++ b/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDomainAssociationCommandOutput extends UpdateDomainAssoci /** *

Creates a new domain association for an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, UpdateDomainAssociationCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, UpdateDomainAssociationCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplify/commands/UpdateWebhookCommand.ts b/clients/client-amplify/commands/UpdateWebhookCommand.ts index e023e5540c45..0af1ad3e0f97 100644 --- a/clients/client-amplify/commands/UpdateWebhookCommand.ts +++ b/clients/client-amplify/commands/UpdateWebhookCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookResult, __Metad /** *

Updates a webhook.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyClient, UpdateWebhookCommand } from "@aws-sdk/client-amplify"; // ES Modules import * // const { AmplifyClient, UpdateWebhookCommand } = require("@aws-sdk/client-amplify"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/CloneBackendCommand.ts b/clients/client-amplifybackend/commands/CloneBackendCommand.ts index 2d6e50edd097..903a2bbb08f2 100644 --- a/clients/client-amplifybackend/commands/CloneBackendCommand.ts +++ b/clients/client-amplifybackend/commands/CloneBackendCommand.ts @@ -23,7 +23,7 @@ export interface CloneBackendCommandOutput extends CloneBackendResponse, __Metad /** *

This operation clones an existing backend.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, CloneBackendCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, CloneBackendCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts b/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts index a0844215c075..92957f3ab7c7 100644 --- a/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts +++ b/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts @@ -23,7 +23,7 @@ export interface CreateBackendAPICommandOutput extends CreateBackendAPIResponse, /** *

Creates a new backend API resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, CreateBackendAPICommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, CreateBackendAPICommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts b/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts index c3fcaf17f0f3..ef723d8f3dc5 100644 --- a/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts @@ -23,7 +23,7 @@ export interface CreateBackendAuthCommandOutput extends CreateBackendAuthRespons /** *

Creates a new backend authentication resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, CreateBackendAuthCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, CreateBackendAuthCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/CreateBackendCommand.ts b/clients/client-amplifybackend/commands/CreateBackendCommand.ts index b71618037a26..aead86da3f28 100644 --- a/clients/client-amplifybackend/commands/CreateBackendCommand.ts +++ b/clients/client-amplifybackend/commands/CreateBackendCommand.ts @@ -23,7 +23,7 @@ export interface CreateBackendCommandOutput extends CreateBackendResponse, __Met /** *

This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, CreateBackendCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, CreateBackendCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts b/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts index 37a3fb21c541..ac9b0d32c343 100644 --- a/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts @@ -23,7 +23,7 @@ export interface CreateBackendConfigCommandOutput extends CreateBackendConfigRes /** *

Creates a config object for a backend.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, CreateBackendConfigCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, CreateBackendConfigCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/CreateTokenCommand.ts b/clients/client-amplifybackend/commands/CreateTokenCommand.ts index 06060cc7efef..d10ac0abc16d 100644 --- a/clients/client-amplifybackend/commands/CreateTokenCommand.ts +++ b/clients/client-amplifybackend/commands/CreateTokenCommand.ts @@ -23,7 +23,7 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat /** *

Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, CreateTokenCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, CreateTokenCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts b/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts index 21e58c78f0a2..495709392d2c 100644 --- a/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts +++ b/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts @@ -23,7 +23,7 @@ export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse, /** *

Deletes an existing backend API resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, DeleteBackendAPICommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, DeleteBackendAPICommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts b/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts index ef75137219dc..273864213fa2 100644 --- a/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts +++ b/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthRespons /** *

Deletes an existing backend authentication resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, DeleteBackendAuthCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, DeleteBackendAuthCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/DeleteBackendCommand.ts b/clients/client-amplifybackend/commands/DeleteBackendCommand.ts index 3b667ee221a8..48562d0b7962 100644 --- a/clients/client-amplifybackend/commands/DeleteBackendCommand.ts +++ b/clients/client-amplifybackend/commands/DeleteBackendCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __Met /** *

Removes an existing environment from your Amplify project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, DeleteBackendCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, DeleteBackendCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/DeleteTokenCommand.ts b/clients/client-amplifybackend/commands/DeleteTokenCommand.ts index 52120a45074d..0e6652f0ab06 100644 --- a/clients/client-amplifybackend/commands/DeleteTokenCommand.ts +++ b/clients/client-amplifybackend/commands/DeleteTokenCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat /** *

Deletes the challenge token based on the given appId and sessionId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, DeleteTokenCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, DeleteTokenCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts b/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts index 2a4fcb5eabb2..6dac2de16668 100644 --- a/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts @@ -23,7 +23,7 @@ export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAP /** *

Generates a model schema for an existing backend API resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, GenerateBackendAPIModelsCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, GenerateBackendAPIModelsCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/GetBackendAPICommand.ts b/clients/client-amplifybackend/commands/GetBackendAPICommand.ts index 147b7f3aa9c3..86ad6c59d787 100644 --- a/clients/client-amplifybackend/commands/GetBackendAPICommand.ts +++ b/clients/client-amplifybackend/commands/GetBackendAPICommand.ts @@ -23,7 +23,7 @@ export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __Met /** *

Gets the details for a backend API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, GetBackendAPICommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, GetBackendAPICommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts b/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts index e17add002f43..26633a99c683 100644 --- a/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts @@ -23,7 +23,7 @@ export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsRes /** *

Generates a model schema for existing backend API resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, GetBackendAPIModelsCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, GetBackendAPIModelsCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts b/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts index 49825d0fccd9..a43df844a4ce 100644 --- a/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts +++ b/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts @@ -23,7 +23,7 @@ export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __M /** *

Gets backend auth details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, GetBackendAuthCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, GetBackendAuthCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/GetBackendCommand.ts b/clients/client-amplifybackend/commands/GetBackendCommand.ts index 6b6ff2405e9c..e7d19571ca49 100644 --- a/clients/client-amplifybackend/commands/GetBackendCommand.ts +++ b/clients/client-amplifybackend/commands/GetBackendCommand.ts @@ -23,7 +23,7 @@ export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataB /** *

Provides project-level details for your Amplify UI project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, GetBackendCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, GetBackendCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/GetBackendJobCommand.ts b/clients/client-amplifybackend/commands/GetBackendJobCommand.ts index 4ff1532ab5b3..bd9675f21e9e 100644 --- a/clients/client-amplifybackend/commands/GetBackendJobCommand.ts +++ b/clients/client-amplifybackend/commands/GetBackendJobCommand.ts @@ -23,7 +23,7 @@ export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __Met /** *

Returns information about a specific job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, GetBackendJobCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, GetBackendJobCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/GetTokenCommand.ts b/clients/client-amplifybackend/commands/GetTokenCommand.ts index b4834422d322..5674e394b7fe 100644 --- a/clients/client-amplifybackend/commands/GetTokenCommand.ts +++ b/clients/client-amplifybackend/commands/GetTokenCommand.ts @@ -23,7 +23,7 @@ export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBeare /** *

Gets the challenge token based on the given appId and sessionId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, GetTokenCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, GetTokenCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts b/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts index 12e1d546dcd9..02953d24ef9d 100644 --- a/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts +++ b/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, _ /** *

Lists the jobs for the backend of an Amplify app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, ListBackendJobsCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, ListBackendJobsCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts b/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts index 3bb12128846d..0c04c82426e9 100644 --- a/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts +++ b/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts @@ -23,7 +23,7 @@ export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsRespons /** *

Removes all backend environments from your Amplify project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, RemoveAllBackendsCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, RemoveAllBackendsCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts b/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts index c0ff791ca942..9b3f27752026 100644 --- a/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts +++ b/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts @@ -23,7 +23,7 @@ export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigRes /** *

Removes the AWS resources that are required to access the Amplify Admin UI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, RemoveBackendConfigCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, RemoveBackendConfigCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts b/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts index f9eab3b2551b..612a4a4c67d4 100644 --- a/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts +++ b/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts @@ -23,7 +23,7 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse, /** *

Updates an existing backend API resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, UpdateBackendAPICommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, UpdateBackendAPICommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts b/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts index 393a0e8966df..05bf2ceb1485 100644 --- a/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons /** *

Updates an existing backend authentication resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, UpdateBackendAuthCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, UpdateBackendAuthCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts b/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts index 72181a2d1765..a3ed9a1c694c 100644 --- a/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes /** *

Updates the AWS resources that are required to access the Amplify Admin UI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, UpdateBackendConfigCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, UpdateBackendConfigCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts b/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts index 37c243d7c7f6..0803a8914d6a 100644 --- a/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts +++ b/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse, /** *

Updates a specific job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AmplifyBackendClient, UpdateBackendJobCommand } from "@aws-sdk/client-amplifybackend"; // ES Modules import * // const { AmplifyBackendClient, UpdateBackendJobCommand } = require("@aws-sdk/client-amplifybackend"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateApiKeyCommand.ts b/clients/client-api-gateway/commands/CreateApiKeyCommand.ts index 1e6cf15df6e2..3529d7f620b5 100644 --- a/clients/client-api-gateway/commands/CreateApiKeyCommand.ts +++ b/clients/client-api-gateway/commands/CreateApiKeyCommand.ts @@ -24,7 +24,7 @@ export interface CreateApiKeyCommandOutput extends ApiKey, __MetadataBearer {} *

Create an ApiKey resource.

*
AWS CLI
* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateApiKeyCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateApiKeyCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts b/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts index 890eda75409e..4a46a93f3060 100644 --- a/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts +++ b/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts @@ -24,7 +24,7 @@ export interface CreateAuthorizerCommandOutput extends Authorizer, __MetadataBea *

Adds a new Authorizer resource to an existing RestApi resource.

*
AWS CLI
* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateAuthorizerCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateAuthorizerCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts b/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts index 55e4296cba8f..cd0de0745cf5 100644 --- a/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts @@ -23,7 +23,7 @@ export interface CreateBasePathMappingCommandOutput extends BasePathMapping, __M /** *

Creates a new BasePathMapping resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateBasePathMappingCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateBasePathMappingCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateDeploymentCommand.ts b/clients/client-api-gateway/commands/CreateDeploymentCommand.ts index d4514630b2e9..673814f63c3f 100644 --- a/clients/client-api-gateway/commands/CreateDeploymentCommand.ts +++ b/clients/client-api-gateway/commands/CreateDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeploymentCommandOutput extends Deployment, __MetadataBea /** *

Creates a Deployment resource, which makes a specified RestApi callable over the internet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateDeploymentCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateDeploymentCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateDomainNameCommand.ts b/clients/client-api-gateway/commands/CreateDomainNameCommand.ts index 9a170b43181e..e33929732bf2 100644 --- a/clients/client-api-gateway/commands/CreateDomainNameCommand.ts +++ b/clients/client-api-gateway/commands/CreateDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface CreateDomainNameCommandOutput extends DomainName, __MetadataBea /** *

Creates a new domain name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateDomainNameCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateDomainNameCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateModelCommand.ts b/clients/client-api-gateway/commands/CreateModelCommand.ts index 4057923c702d..201fb512a423 100644 --- a/clients/client-api-gateway/commands/CreateModelCommand.ts +++ b/clients/client-api-gateway/commands/CreateModelCommand.ts @@ -23,7 +23,7 @@ export interface CreateModelCommandOutput extends Model, __MetadataBearer {} /** *

Adds a new Model resource to an existing RestApi resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateModelCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateModelCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts b/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts index 67a8d037e21a..999c2c431baf 100644 --- a/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts @@ -23,7 +23,7 @@ export interface CreateRequestValidatorCommandOutput extends RequestValidator, _ /** *

Creates a ReqeustValidator of a given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateRequestValidatorCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateRequestValidatorCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateResourceCommand.ts b/clients/client-api-gateway/commands/CreateResourceCommand.ts index 013ce1d0908e..0b62e348f3a6 100644 --- a/clients/client-api-gateway/commands/CreateResourceCommand.ts +++ b/clients/client-api-gateway/commands/CreateResourceCommand.ts @@ -23,7 +23,7 @@ export interface CreateResourceCommandOutput extends Resource, __MetadataBearer /** *

Creates a Resource resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateResourceCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateResourceCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateRestApiCommand.ts b/clients/client-api-gateway/commands/CreateRestApiCommand.ts index c2994184b952..7fdf1830b7a7 100644 --- a/clients/client-api-gateway/commands/CreateRestApiCommand.ts +++ b/clients/client-api-gateway/commands/CreateRestApiCommand.ts @@ -23,7 +23,7 @@ export interface CreateRestApiCommandOutput extends RestApi, __MetadataBearer {} /** *

Creates a new RestApi resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateRestApiCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateRestApiCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateStageCommand.ts b/clients/client-api-gateway/commands/CreateStageCommand.ts index e8c64956fc96..e03d39825a2a 100644 --- a/clients/client-api-gateway/commands/CreateStageCommand.ts +++ b/clients/client-api-gateway/commands/CreateStageCommand.ts @@ -24,7 +24,7 @@ export interface CreateStageCommandOutput extends Stage, __MetadataBearer {} *

Creates a new Stage resource that references a pre-existing Deployment for the API.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateStageCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateStageCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts b/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts index 7e2a9414abe6..a523d74cf42c 100644 --- a/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts +++ b/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts @@ -23,7 +23,7 @@ export interface CreateUsagePlanCommandOutput extends UsagePlan, __MetadataBeare /** *

Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateUsagePlanCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateUsagePlanCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts b/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts index 88129ba685ac..3af71488959c 100644 --- a/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts @@ -23,7 +23,7 @@ export interface CreateUsagePlanKeyCommandOutput extends UsagePlanKey, __Metadat /** *

Creates a usage plan key for adding an existing API key to a usage plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateUsagePlanKeyCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateUsagePlanKeyCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts b/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts index 24250f895130..91d8e23e4a84 100644 --- a/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts +++ b/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface CreateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {} /** *

Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. The caller must have permissions to create and update VPC Endpoint services.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, CreateVpcLinkCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, CreateVpcLinkCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts b/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts index ff5161334c06..3452bcf99f04 100644 --- a/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts +++ b/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApiKeyCommandOutput extends __MetadataBearer {} /** *

Deletes the ApiKey resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteApiKeyCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteApiKeyCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts b/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts index 9f4e0733ab58..4cb57a72de31 100644 --- a/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {} *

Deletes an existing Authorizer resource.

*
AWS CLI
* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteAuthorizerCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteAuthorizerCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts b/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts index 160b639e8601..7b48c49cee70 100644 --- a/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts +++ b/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBasePathMappingCommandOutput extends __MetadataBearer {} /** *

Deletes the BasePathMapping resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteBasePathMappingCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteBasePathMappingCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts b/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts index 6c6e11c67717..5e9f4c30e1e6 100644 --- a/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts +++ b/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteClientCertificateCommandOutput extends __MetadataBearer { /** *

Deletes the ClientCertificate resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteClientCertificateCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteClientCertificateCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts b/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts index 21365614d647..bead43020830 100644 --- a/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts +++ b/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {} /** *

Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteDeploymentCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteDeploymentCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts b/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts index 9ab0eac99f74..0e9306c331ee 100644 --- a/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts +++ b/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {} /** *

Deletes the DomainName resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteDomainNameCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteDomainNameCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts b/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts index 6734587c4ccf..292dc307df49 100644 --- a/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts +++ b/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGatewayResponseCommandOutput extends __MetadataBearer {} /** *

Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteGatewayResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteGatewayResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts b/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts index 50354f70710f..2c22d0825372 100644 --- a/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts +++ b/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {} /** *

Represents a delete integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteIntegrationCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteIntegrationCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts b/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts index 9ceaa879dcd2..59a4b9ef4c55 100644 --- a/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer /** *

Represents a delete integration response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteIntegrationResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteIntegrationResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteMethodCommand.ts b/clients/client-api-gateway/commands/DeleteMethodCommand.ts index e2f52ba90755..bc63517c5968 100644 --- a/clients/client-api-gateway/commands/DeleteMethodCommand.ts +++ b/clients/client-api-gateway/commands/DeleteMethodCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMethodCommandOutput extends __MetadataBearer {} /** *

Deletes an existing Method resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteMethodCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteMethodCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts b/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts index 14989360f8bb..ca71f33162bc 100644 --- a/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts +++ b/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMethodResponseCommandOutput extends __MetadataBearer {} /** *

Deletes an existing MethodResponse resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteMethodResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteMethodResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteModelCommand.ts b/clients/client-api-gateway/commands/DeleteModelCommand.ts index a8f38d7857ed..36727e926f46 100644 --- a/clients/client-api-gateway/commands/DeleteModelCommand.ts +++ b/clients/client-api-gateway/commands/DeleteModelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {} /** *

Deletes a model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteModelCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteModelCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts b/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts index 32f6b780183f..f4bf19976344 100644 --- a/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts +++ b/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRequestValidatorCommandOutput extends __MetadataBearer {} /** *

Deletes a RequestValidator of a given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteRequestValidatorCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteRequestValidatorCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteResourceCommand.ts b/clients/client-api-gateway/commands/DeleteResourceCommand.ts index a67c811eacb4..096dc62d29b7 100644 --- a/clients/client-api-gateway/commands/DeleteResourceCommand.ts +++ b/clients/client-api-gateway/commands/DeleteResourceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourceCommandOutput extends __MetadataBearer {} /** *

Deletes a Resource resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteResourceCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteResourceCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteRestApiCommand.ts b/clients/client-api-gateway/commands/DeleteRestApiCommand.ts index d445bf6c092a..af4bb670e689 100644 --- a/clients/client-api-gateway/commands/DeleteRestApiCommand.ts +++ b/clients/client-api-gateway/commands/DeleteRestApiCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRestApiCommandOutput extends __MetadataBearer {} /** *

Deletes the specified API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteRestApiCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteRestApiCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteStageCommand.ts b/clients/client-api-gateway/commands/DeleteStageCommand.ts index 326b9fb327e1..cb7794809bc7 100644 --- a/clients/client-api-gateway/commands/DeleteStageCommand.ts +++ b/clients/client-api-gateway/commands/DeleteStageCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {} /** *

Deletes a Stage resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteStageCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteStageCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts b/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts index 9b3a5e28acae..85fa35f02d60 100644 --- a/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts +++ b/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUsagePlanCommandOutput extends __MetadataBearer {} /** *

Deletes a usage plan of a given plan Id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteUsagePlanCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteUsagePlanCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts b/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts index 41b23f7c1326..6035736fdd8d 100644 --- a/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUsagePlanKeyCommandOutput extends __MetadataBearer {} /** *

Deletes a usage plan key and remove the underlying API key from the associated usage plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteUsagePlanKeyCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteUsagePlanKeyCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts b/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts index 5d935a38b937..db679e64f2d9 100644 --- a/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVpcLinkCommandOutput extends __MetadataBearer {} /** *

Deletes an existing VpcLink of a specified identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, DeleteVpcLinkCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, DeleteVpcLinkCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts b/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts index e96040baa6b9..67b8ef6a9b7a 100644 --- a/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts +++ b/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts @@ -23,7 +23,7 @@ export interface FlushStageAuthorizersCacheCommandOutput extends __MetadataBeare /** *

Flushes all authorizer cache entries on a stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, FlushStageAuthorizersCacheCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, FlushStageAuthorizersCacheCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/FlushStageCacheCommand.ts b/clients/client-api-gateway/commands/FlushStageCacheCommand.ts index 1c53dd4381cc..b6d33368562f 100644 --- a/clients/client-api-gateway/commands/FlushStageCacheCommand.ts +++ b/clients/client-api-gateway/commands/FlushStageCacheCommand.ts @@ -23,7 +23,7 @@ export interface FlushStageCacheCommandOutput extends __MetadataBearer {} /** *

Flushes a stage's cache.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, FlushStageCacheCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, FlushStageCacheCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts b/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts index c69f4d015c0e..c2a03df72592 100644 --- a/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts +++ b/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts @@ -23,7 +23,7 @@ export interface GenerateClientCertificateCommandOutput extends ClientCertificat /** *

Generates a ClientCertificate resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GenerateClientCertificateCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GenerateClientCertificateCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetAccountCommand.ts b/clients/client-api-gateway/commands/GetAccountCommand.ts index a52c7bf64e0d..dea6183e1778 100644 --- a/clients/client-api-gateway/commands/GetAccountCommand.ts +++ b/clients/client-api-gateway/commands/GetAccountCommand.ts @@ -23,7 +23,7 @@ export interface GetAccountCommandOutput extends Account, __MetadataBearer {} /** *

Gets information about the current Account resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetAccountCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetAccountCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetApiKeyCommand.ts b/clients/client-api-gateway/commands/GetApiKeyCommand.ts index 9b82d7aaad6a..158f597536f9 100644 --- a/clients/client-api-gateway/commands/GetApiKeyCommand.ts +++ b/clients/client-api-gateway/commands/GetApiKeyCommand.ts @@ -23,7 +23,7 @@ export interface GetApiKeyCommandOutput extends ApiKey, __MetadataBearer {} /** *

Gets information about the current ApiKey resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetApiKeyCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetApiKeyCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetApiKeysCommand.ts b/clients/client-api-gateway/commands/GetApiKeysCommand.ts index 9bc86ca40b34..b37ef612ef82 100644 --- a/clients/client-api-gateway/commands/GetApiKeysCommand.ts +++ b/clients/client-api-gateway/commands/GetApiKeysCommand.ts @@ -23,7 +23,7 @@ export interface GetApiKeysCommandOutput extends ApiKeys, __MetadataBearer {} /** *

Gets information about the current ApiKeys resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetApiKeysCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetApiKeysCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetAuthorizerCommand.ts b/clients/client-api-gateway/commands/GetAuthorizerCommand.ts index 55d8dfc24ecc..f3f0b24a6702 100644 --- a/clients/client-api-gateway/commands/GetAuthorizerCommand.ts +++ b/clients/client-api-gateway/commands/GetAuthorizerCommand.ts @@ -24,7 +24,7 @@ export interface GetAuthorizerCommandOutput extends Authorizer, __MetadataBearer *

Describe an existing Authorizer resource.

*
AWS CLI
* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetAuthorizerCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetAuthorizerCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetAuthorizersCommand.ts b/clients/client-api-gateway/commands/GetAuthorizersCommand.ts index c8e47bdd882c..b16d0f50a2b1 100644 --- a/clients/client-api-gateway/commands/GetAuthorizersCommand.ts +++ b/clients/client-api-gateway/commands/GetAuthorizersCommand.ts @@ -24,7 +24,7 @@ export interface GetAuthorizersCommandOutput extends Authorizers, __MetadataBear *

Describe an existing Authorizers resource.

*
AWS CLI
* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetAuthorizersCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetAuthorizersCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts b/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts index 09d311a73992..95eaace1ae19 100644 --- a/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts +++ b/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts @@ -23,7 +23,7 @@ export interface GetBasePathMappingCommandOutput extends BasePathMapping, __Meta /** *

Describe a BasePathMapping resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetBasePathMappingCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetBasePathMappingCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts b/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts index 92e6ffb036ca..fc145c136bce 100644 --- a/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts +++ b/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts @@ -23,7 +23,7 @@ export interface GetBasePathMappingsCommandOutput extends BasePathMappings, __Me /** *

Represents a collection of BasePathMapping resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetBasePathMappingsCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetBasePathMappingsCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetClientCertificateCommand.ts b/clients/client-api-gateway/commands/GetClientCertificateCommand.ts index 43fa859a4c11..29d256a5d992 100644 --- a/clients/client-api-gateway/commands/GetClientCertificateCommand.ts +++ b/clients/client-api-gateway/commands/GetClientCertificateCommand.ts @@ -23,7 +23,7 @@ export interface GetClientCertificateCommandOutput extends ClientCertificate, __ /** *

Gets information about the current ClientCertificate resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetClientCertificateCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetClientCertificateCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts b/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts index 10b233325e66..5fd6fa57d63e 100644 --- a/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts +++ b/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts @@ -23,7 +23,7 @@ export interface GetClientCertificatesCommandOutput extends ClientCertificates, /** *

Gets a collection of ClientCertificate resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetClientCertificatesCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetClientCertificatesCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetDeploymentCommand.ts b/clients/client-api-gateway/commands/GetDeploymentCommand.ts index 658312c3be5c..b8777ce8371a 100644 --- a/clients/client-api-gateway/commands/GetDeploymentCommand.ts +++ b/clients/client-api-gateway/commands/GetDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer /** *

Gets information about a Deployment resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetDeploymentCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetDeploymentCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetDeploymentsCommand.ts b/clients/client-api-gateway/commands/GetDeploymentsCommand.ts index 10197a67a2e7..38bcce9f059b 100644 --- a/clients/client-api-gateway/commands/GetDeploymentsCommand.ts +++ b/clients/client-api-gateway/commands/GetDeploymentsCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentsCommandOutput extends Deployments, __MetadataBear /** *

Gets information about a Deployments collection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetDeploymentsCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetDeploymentsCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetDomainNameCommand.ts b/clients/client-api-gateway/commands/GetDomainNameCommand.ts index bc4399754681..bfaf5e9dc9bc 100644 --- a/clients/client-api-gateway/commands/GetDomainNameCommand.ts +++ b/clients/client-api-gateway/commands/GetDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainNameCommandOutput extends DomainName, __MetadataBearer /** *

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetDomainNameCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetDomainNameCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetDomainNamesCommand.ts b/clients/client-api-gateway/commands/GetDomainNamesCommand.ts index f67363c499e9..6a5ca3436ceb 100644 --- a/clients/client-api-gateway/commands/GetDomainNamesCommand.ts +++ b/clients/client-api-gateway/commands/GetDomainNamesCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainNamesCommandOutput extends DomainNames, __MetadataBear /** *

Represents a collection of DomainName resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetDomainNamesCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetDomainNamesCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetExportCommand.ts b/clients/client-api-gateway/commands/GetExportCommand.ts index 7aaa4e086737..aa2ba1c345cf 100644 --- a/clients/client-api-gateway/commands/GetExportCommand.ts +++ b/clients/client-api-gateway/commands/GetExportCommand.ts @@ -23,7 +23,7 @@ export interface GetExportCommandOutput extends ExportResponse, __MetadataBearer /** *

Exports a deployed version of a RestApi in a specified format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetExportCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetExportCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts b/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts index 243b7852c15a..ddbe2a5475f2 100644 --- a/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts +++ b/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts @@ -23,7 +23,7 @@ export interface GetGatewayResponseCommandOutput extends GatewayResponse, __Meta /** *

Gets a GatewayResponse of a specified response type on the given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetGatewayResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetGatewayResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts b/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts index c04ec44d9be7..ae1d93e1fb6d 100644 --- a/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts +++ b/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts @@ -23,7 +23,7 @@ export interface GetGatewayResponsesCommandOutput extends GatewayResponses, __Me /** *

Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetGatewayResponsesCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetGatewayResponsesCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetIntegrationCommand.ts b/clients/client-api-gateway/commands/GetIntegrationCommand.ts index 92a50ae79389..7fe32f5b4c9e 100644 --- a/clients/client-api-gateway/commands/GetIntegrationCommand.ts +++ b/clients/client-api-gateway/commands/GetIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface GetIntegrationCommandOutput extends Integration, __MetadataBear /** *

Get the integration settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetIntegrationCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetIntegrationCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts b/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts index c40ee8b94d1c..36c6240d7cf0 100644 --- a/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface GetIntegrationResponseCommandOutput extends IntegrationResponse /** *

Represents a get integration response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetIntegrationResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetIntegrationResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetMethodCommand.ts b/clients/client-api-gateway/commands/GetMethodCommand.ts index 2e1a1f693ace..3365bb8b97bf 100644 --- a/clients/client-api-gateway/commands/GetMethodCommand.ts +++ b/clients/client-api-gateway/commands/GetMethodCommand.ts @@ -23,7 +23,7 @@ export interface GetMethodCommandOutput extends Method, __MetadataBearer {} /** *

Describe an existing Method resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetMethodCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetMethodCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetMethodResponseCommand.ts b/clients/client-api-gateway/commands/GetMethodResponseCommand.ts index 751885daa0e6..f6eca840a03d 100644 --- a/clients/client-api-gateway/commands/GetMethodResponseCommand.ts +++ b/clients/client-api-gateway/commands/GetMethodResponseCommand.ts @@ -23,7 +23,7 @@ export interface GetMethodResponseCommandOutput extends MethodResponse, __Metada /** *

Describes a MethodResponse resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetMethodResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetMethodResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetModelCommand.ts b/clients/client-api-gateway/commands/GetModelCommand.ts index ed7e6a180ba4..dc3c15cd4c05 100644 --- a/clients/client-api-gateway/commands/GetModelCommand.ts +++ b/clients/client-api-gateway/commands/GetModelCommand.ts @@ -23,7 +23,7 @@ export interface GetModelCommandOutput extends Model, __MetadataBearer {} /** *

Describes an existing model defined for a RestApi resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetModelCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetModelCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetModelTemplateCommand.ts b/clients/client-api-gateway/commands/GetModelTemplateCommand.ts index 2849d42ba171..1e25bbecd9c3 100644 --- a/clients/client-api-gateway/commands/GetModelTemplateCommand.ts +++ b/clients/client-api-gateway/commands/GetModelTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetModelTemplateCommandOutput extends Template, __MetadataBeare /** *

Generates a sample mapping template that can be used to transform a payload into the structure of a model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetModelTemplateCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetModelTemplateCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetModelsCommand.ts b/clients/client-api-gateway/commands/GetModelsCommand.ts index e9fa8d74520a..60e4aad1503f 100644 --- a/clients/client-api-gateway/commands/GetModelsCommand.ts +++ b/clients/client-api-gateway/commands/GetModelsCommand.ts @@ -23,7 +23,7 @@ export interface GetModelsCommandOutput extends Models, __MetadataBearer {} /** *

Describes existing Models defined for a RestApi resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetModelsCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetModelsCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts b/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts index 49e26e13a8ef..cddd32157bd1 100644 --- a/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts +++ b/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts @@ -23,7 +23,7 @@ export interface GetRequestValidatorCommandOutput extends RequestValidator, __Me /** *

Gets a RequestValidator of a given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetRequestValidatorCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetRequestValidatorCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts b/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts index db703b95c004..b2b5ecc0ada6 100644 --- a/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts +++ b/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts @@ -23,7 +23,7 @@ export interface GetRequestValidatorsCommandOutput extends RequestValidators, __ /** *

Gets the RequestValidators collection of a given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetRequestValidatorsCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetRequestValidatorsCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetResourceCommand.ts b/clients/client-api-gateway/commands/GetResourceCommand.ts index c7833cee1a99..8716c329aaaf 100644 --- a/clients/client-api-gateway/commands/GetResourceCommand.ts +++ b/clients/client-api-gateway/commands/GetResourceCommand.ts @@ -23,7 +23,7 @@ export interface GetResourceCommandOutput extends Resource, __MetadataBearer {} /** *

Lists information about a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetResourceCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetResourceCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetResourcesCommand.ts b/clients/client-api-gateway/commands/GetResourcesCommand.ts index 82cea28349ae..d3facdabecc1 100644 --- a/clients/client-api-gateway/commands/GetResourcesCommand.ts +++ b/clients/client-api-gateway/commands/GetResourcesCommand.ts @@ -23,7 +23,7 @@ export interface GetResourcesCommandOutput extends Resources, __MetadataBearer { /** *

Lists information about a collection of Resource resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetResourcesCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetResourcesCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetRestApiCommand.ts b/clients/client-api-gateway/commands/GetRestApiCommand.ts index 20b1c561b66d..8f5dc541eeb3 100644 --- a/clients/client-api-gateway/commands/GetRestApiCommand.ts +++ b/clients/client-api-gateway/commands/GetRestApiCommand.ts @@ -23,7 +23,7 @@ export interface GetRestApiCommandOutput extends RestApi, __MetadataBearer {} /** *

Lists the RestApi resource in the collection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetRestApiCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetRestApiCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetRestApisCommand.ts b/clients/client-api-gateway/commands/GetRestApisCommand.ts index ca19f3fe2281..977b2b138c56 100644 --- a/clients/client-api-gateway/commands/GetRestApisCommand.ts +++ b/clients/client-api-gateway/commands/GetRestApisCommand.ts @@ -23,7 +23,7 @@ export interface GetRestApisCommandOutput extends RestApis, __MetadataBearer {} /** *

Lists the RestApis resources for your collection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetRestApisCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetRestApisCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetSdkCommand.ts b/clients/client-api-gateway/commands/GetSdkCommand.ts index 57fb22cec884..e52083d1be9f 100644 --- a/clients/client-api-gateway/commands/GetSdkCommand.ts +++ b/clients/client-api-gateway/commands/GetSdkCommand.ts @@ -20,7 +20,7 @@ export interface GetSdkCommandOutput extends SdkResponse, __MetadataBearer {} /** *

Generates a client SDK for a RestApi and Stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetSdkCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetSdkCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetStageCommand.ts b/clients/client-api-gateway/commands/GetStageCommand.ts index 580bd85e592d..65d4edc57537 100644 --- a/clients/client-api-gateway/commands/GetStageCommand.ts +++ b/clients/client-api-gateway/commands/GetStageCommand.ts @@ -23,7 +23,7 @@ export interface GetStageCommandOutput extends Stage, __MetadataBearer {} /** *

Gets information about a Stage resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetStageCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetStageCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetStagesCommand.ts b/clients/client-api-gateway/commands/GetStagesCommand.ts index 012bd7355263..6806d811dcef 100644 --- a/clients/client-api-gateway/commands/GetStagesCommand.ts +++ b/clients/client-api-gateway/commands/GetStagesCommand.ts @@ -23,7 +23,7 @@ export interface GetStagesCommandOutput extends Stages, __MetadataBearer {} /** *

Gets information about one or more Stage resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetStagesCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetStagesCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetTagsCommand.ts b/clients/client-api-gateway/commands/GetTagsCommand.ts index 738bb38433e7..8b071084a00b 100644 --- a/clients/client-api-gateway/commands/GetTagsCommand.ts +++ b/clients/client-api-gateway/commands/GetTagsCommand.ts @@ -23,7 +23,7 @@ export interface GetTagsCommandOutput extends Tags, __MetadataBearer {} /** *

Gets the Tags collection for a given resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetTagsCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetTagsCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetUsageCommand.ts b/clients/client-api-gateway/commands/GetUsageCommand.ts index e2c5e4dde683..aa8df1361eb1 100644 --- a/clients/client-api-gateway/commands/GetUsageCommand.ts +++ b/clients/client-api-gateway/commands/GetUsageCommand.ts @@ -23,7 +23,7 @@ export interface GetUsageCommandOutput extends Usage, __MetadataBearer {} /** *

Gets the usage data of a usage plan in a specified time interval.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetUsageCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetUsageCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetUsagePlanCommand.ts b/clients/client-api-gateway/commands/GetUsagePlanCommand.ts index 1a2f4e8c55be..cf0f49a4f95c 100644 --- a/clients/client-api-gateway/commands/GetUsagePlanCommand.ts +++ b/clients/client-api-gateway/commands/GetUsagePlanCommand.ts @@ -23,7 +23,7 @@ export interface GetUsagePlanCommandOutput extends UsagePlan, __MetadataBearer { /** *

Gets a usage plan of a given plan identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetUsagePlanCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetUsagePlanCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetUsagePlanKeyCommand.ts b/clients/client-api-gateway/commands/GetUsagePlanKeyCommand.ts index 45eead692eb0..4f137b270841 100644 --- a/clients/client-api-gateway/commands/GetUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/commands/GetUsagePlanKeyCommand.ts @@ -23,7 +23,7 @@ export interface GetUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBe /** *

Gets a usage plan key of a given key identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetUsagePlanKeyCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetUsagePlanKeyCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetUsagePlanKeysCommand.ts b/clients/client-api-gateway/commands/GetUsagePlanKeysCommand.ts index 26f158dbc01e..24fa79e5f740 100644 --- a/clients/client-api-gateway/commands/GetUsagePlanKeysCommand.ts +++ b/clients/client-api-gateway/commands/GetUsagePlanKeysCommand.ts @@ -23,7 +23,7 @@ export interface GetUsagePlanKeysCommandOutput extends UsagePlanKeys, __Metadata /** *

Gets all the usage plan keys representing the API keys added to a specified usage plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetUsagePlanKeysCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetUsagePlanKeysCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetUsagePlansCommand.ts b/clients/client-api-gateway/commands/GetUsagePlansCommand.ts index 3d5563a83d6d..bab93e9c58b4 100644 --- a/clients/client-api-gateway/commands/GetUsagePlansCommand.ts +++ b/clients/client-api-gateway/commands/GetUsagePlansCommand.ts @@ -23,7 +23,7 @@ export interface GetUsagePlansCommandOutput extends UsagePlans, __MetadataBearer /** *

Gets all the usage plans of the caller's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetUsagePlansCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetUsagePlansCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetVpcLinkCommand.ts b/clients/client-api-gateway/commands/GetVpcLinkCommand.ts index 04330d677aaa..071ce9dd348d 100644 --- a/clients/client-api-gateway/commands/GetVpcLinkCommand.ts +++ b/clients/client-api-gateway/commands/GetVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface GetVpcLinkCommandOutput extends VpcLink, __MetadataBearer {} /** *

Gets a specified VPC link under the caller's account in a region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetVpcLinkCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetVpcLinkCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/GetVpcLinksCommand.ts b/clients/client-api-gateway/commands/GetVpcLinksCommand.ts index 550f053b2c09..84ccc854a1d1 100644 --- a/clients/client-api-gateway/commands/GetVpcLinksCommand.ts +++ b/clients/client-api-gateway/commands/GetVpcLinksCommand.ts @@ -23,7 +23,7 @@ export interface GetVpcLinksCommandOutput extends VpcLinks, __MetadataBearer {} /** *

Gets the VpcLinks collection under the caller's account in a selected region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, GetVpcLinksCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, GetVpcLinksCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/ImportApiKeysCommand.ts b/clients/client-api-gateway/commands/ImportApiKeysCommand.ts index ae5202c84a8b..2b00dbcbd43a 100644 --- a/clients/client-api-gateway/commands/ImportApiKeysCommand.ts +++ b/clients/client-api-gateway/commands/ImportApiKeysCommand.ts @@ -23,7 +23,7 @@ export interface ImportApiKeysCommandOutput extends ApiKeyIds, __MetadataBearer /** *

Import API keys from an external source, such as a CSV-formatted file.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, ImportApiKeysCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, ImportApiKeysCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/ImportRestApiCommand.ts b/clients/client-api-gateway/commands/ImportRestApiCommand.ts index 76ef37c015e0..d318e7048048 100644 --- a/clients/client-api-gateway/commands/ImportRestApiCommand.ts +++ b/clients/client-api-gateway/commands/ImportRestApiCommand.ts @@ -23,7 +23,7 @@ export interface ImportRestApiCommandOutput extends RestApi, __MetadataBearer {} /** *

A feature of the API Gateway control service for creating a new API from an external API definition file.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, ImportRestApiCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, ImportRestApiCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/PutGatewayResponseCommand.ts b/clients/client-api-gateway/commands/PutGatewayResponseCommand.ts index 18d77dd0088d..9ca62c87d3db 100644 --- a/clients/client-api-gateway/commands/PutGatewayResponseCommand.ts +++ b/clients/client-api-gateway/commands/PutGatewayResponseCommand.ts @@ -23,7 +23,7 @@ export interface PutGatewayResponseCommandOutput extends GatewayResponse, __Meta /** *

Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, PutGatewayResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, PutGatewayResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/PutIntegrationCommand.ts b/clients/client-api-gateway/commands/PutIntegrationCommand.ts index 110ff47d14f0..27440d091e0b 100644 --- a/clients/client-api-gateway/commands/PutIntegrationCommand.ts +++ b/clients/client-api-gateway/commands/PutIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface PutIntegrationCommandOutput extends Integration, __MetadataBear /** *

Sets up a method's integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, PutIntegrationCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, PutIntegrationCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/PutIntegrationResponseCommand.ts b/clients/client-api-gateway/commands/PutIntegrationResponseCommand.ts index d48c699408a4..98f9f1c4dbfb 100644 --- a/clients/client-api-gateway/commands/PutIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/commands/PutIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface PutIntegrationResponseCommandOutput extends IntegrationResponse /** *

Represents a put integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, PutIntegrationResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, PutIntegrationResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/PutMethodCommand.ts b/clients/client-api-gateway/commands/PutMethodCommand.ts index 19189fd4a48f..afd1010c768f 100644 --- a/clients/client-api-gateway/commands/PutMethodCommand.ts +++ b/clients/client-api-gateway/commands/PutMethodCommand.ts @@ -23,7 +23,7 @@ export interface PutMethodCommandOutput extends Method, __MetadataBearer {} /** *

Add a method to an existing Resource resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, PutMethodCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, PutMethodCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/PutMethodResponseCommand.ts b/clients/client-api-gateway/commands/PutMethodResponseCommand.ts index 55e0c7ef4bba..256b4fd4e638 100644 --- a/clients/client-api-gateway/commands/PutMethodResponseCommand.ts +++ b/clients/client-api-gateway/commands/PutMethodResponseCommand.ts @@ -23,7 +23,7 @@ export interface PutMethodResponseCommandOutput extends MethodResponse, __Metada /** *

Adds a MethodResponse to an existing Method resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, PutMethodResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, PutMethodResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/PutRestApiCommand.ts b/clients/client-api-gateway/commands/PutRestApiCommand.ts index b1d960dc5369..fb5daa39a616 100644 --- a/clients/client-api-gateway/commands/PutRestApiCommand.ts +++ b/clients/client-api-gateway/commands/PutRestApiCommand.ts @@ -24,7 +24,7 @@ export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {} *

A feature of the API Gateway control service for updating an existing API with an input of external API definitions. * The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, PutRestApiCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, PutRestApiCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/TagResourceCommand.ts b/clients/client-api-gateway/commands/TagResourceCommand.ts index 2fd8ea7cdde1..e414b7f53578 100644 --- a/clients/client-api-gateway/commands/TagResourceCommand.ts +++ b/clients/client-api-gateway/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Adds or updates a tag on a given resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, TagResourceCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, TagResourceCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/TestInvokeAuthorizerCommand.ts b/clients/client-api-gateway/commands/TestInvokeAuthorizerCommand.ts index dd0af81e0627..808a52f9dcc1 100644 --- a/clients/client-api-gateway/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-api-gateway/commands/TestInvokeAuthorizerCommand.ts @@ -27,7 +27,7 @@ export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerR * Use Cognito User Pool as Authorizer * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, TestInvokeAuthorizerCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, TestInvokeAuthorizerCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/TestInvokeMethodCommand.ts b/clients/client-api-gateway/commands/TestInvokeMethodCommand.ts index bd7383a1d10c..e7fa00b84ac6 100644 --- a/clients/client-api-gateway/commands/TestInvokeMethodCommand.ts +++ b/clients/client-api-gateway/commands/TestInvokeMethodCommand.ts @@ -23,7 +23,7 @@ export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse, /** *

Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, TestInvokeMethodCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, TestInvokeMethodCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UntagResourceCommand.ts b/clients/client-api-gateway/commands/UntagResourceCommand.ts index a81c52b7bb7d..a62ebab8d5a7 100644 --- a/clients/client-api-gateway/commands/UntagResourceCommand.ts +++ b/clients/client-api-gateway/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes a tag from a given resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UntagResourceCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UntagResourceCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateAccountCommand.ts b/clients/client-api-gateway/commands/UpdateAccountCommand.ts index 252c29fdb971..0ef08fd042aa 100644 --- a/clients/client-api-gateway/commands/UpdateAccountCommand.ts +++ b/clients/client-api-gateway/commands/UpdateAccountCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {} /** *

Changes information about the current Account resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateAccountCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateAccountCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateApiKeyCommand.ts b/clients/client-api-gateway/commands/UpdateApiKeyCommand.ts index e9ba19605928..f9284c717d9b 100644 --- a/clients/client-api-gateway/commands/UpdateApiKeyCommand.ts +++ b/clients/client-api-gateway/commands/UpdateApiKeyCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {} /** *

Changes information about an ApiKey resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateApiKeyCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateApiKeyCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateAuthorizerCommand.ts b/clients/client-api-gateway/commands/UpdateAuthorizerCommand.ts index 00d2e5762c17..21f86ef9b511 100644 --- a/clients/client-api-gateway/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-api-gateway/commands/UpdateAuthorizerCommand.ts @@ -24,7 +24,7 @@ export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBea *

Updates an existing Authorizer resource.

*
AWS CLI
* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateAuthorizerCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateAuthorizerCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateBasePathMappingCommand.ts b/clients/client-api-gateway/commands/UpdateBasePathMappingCommand.ts index 2ae4e2aee0e9..6390aebc0018 100644 --- a/clients/client-api-gateway/commands/UpdateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/commands/UpdateBasePathMappingCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __M /** *

Changes information about the BasePathMapping resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateBasePathMappingCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateBasePathMappingCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateClientCertificateCommand.ts b/clients/client-api-gateway/commands/UpdateClientCertificateCommand.ts index 13f39e067c85..3afed6a7ff18 100644 --- a/clients/client-api-gateway/commands/UpdateClientCertificateCommand.ts +++ b/clients/client-api-gateway/commands/UpdateClientCertificateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateClientCertificateCommandOutput extends ClientCertificate, /** *

Changes information about an ClientCertificate resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateClientCertificateCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateClientCertificateCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateDeploymentCommand.ts b/clients/client-api-gateway/commands/UpdateDeploymentCommand.ts index dbe11aa369c8..55ed72d221a2 100644 --- a/clients/client-api-gateway/commands/UpdateDeploymentCommand.ts +++ b/clients/client-api-gateway/commands/UpdateDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeploymentCommandOutput extends Deployment, __MetadataBea /** *

Changes information about a Deployment resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateDeploymentCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateDeploymentCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateDomainNameCommand.ts b/clients/client-api-gateway/commands/UpdateDomainNameCommand.ts index a67b9e092997..3724e7f9a2b6 100644 --- a/clients/client-api-gateway/commands/UpdateDomainNameCommand.ts +++ b/clients/client-api-gateway/commands/UpdateDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDomainNameCommandOutput extends DomainName, __MetadataBea /** *

Changes information about the DomainName resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateDomainNameCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateDomainNameCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateGatewayResponseCommand.ts b/clients/client-api-gateway/commands/UpdateGatewayResponseCommand.ts index 7ce0fb18c35d..373e62d22fff 100644 --- a/clients/client-api-gateway/commands/UpdateGatewayResponseCommand.ts +++ b/clients/client-api-gateway/commands/UpdateGatewayResponseCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGatewayResponseCommandOutput extends GatewayResponse, __M /** *

Updates a GatewayResponse of a specified response type on the given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateGatewayResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateGatewayResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateIntegrationCommand.ts b/clients/client-api-gateway/commands/UpdateIntegrationCommand.ts index bef447c7bc5c..504da5661269 100644 --- a/clients/client-api-gateway/commands/UpdateIntegrationCommand.ts +++ b/clients/client-api-gateway/commands/UpdateIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateIntegrationCommandOutput extends Integration, __MetadataB /** *

Represents an update integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateIntegrationCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateIntegrationCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateIntegrationResponseCommand.ts b/clients/client-api-gateway/commands/UpdateIntegrationResponseCommand.ts index 9eb963b7967d..60460761c67a 100644 --- a/clients/client-api-gateway/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/commands/UpdateIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface UpdateIntegrationResponseCommandOutput extends IntegrationRespo /** *

Represents an update integration response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateIntegrationResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateIntegrationResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateMethodCommand.ts b/clients/client-api-gateway/commands/UpdateMethodCommand.ts index 12657973be91..c9663bab8b96 100644 --- a/clients/client-api-gateway/commands/UpdateMethodCommand.ts +++ b/clients/client-api-gateway/commands/UpdateMethodCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMethodCommandOutput extends Method, __MetadataBearer {} /** *

Updates an existing Method resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateMethodCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateMethodCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateMethodResponseCommand.ts b/clients/client-api-gateway/commands/UpdateMethodResponseCommand.ts index da8cf4c20831..2cdd47040d43 100644 --- a/clients/client-api-gateway/commands/UpdateMethodResponseCommand.ts +++ b/clients/client-api-gateway/commands/UpdateMethodResponseCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMethodResponseCommandOutput extends MethodResponse, __Met /** *

Updates an existing MethodResponse resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateMethodResponseCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateMethodResponseCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateModelCommand.ts b/clients/client-api-gateway/commands/UpdateModelCommand.ts index e0e4f2d16f6e..a81ab4813196 100644 --- a/clients/client-api-gateway/commands/UpdateModelCommand.ts +++ b/clients/client-api-gateway/commands/UpdateModelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateModelCommandOutput extends Model, __MetadataBearer {} /** *

Changes information about a model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateModelCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateModelCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateRequestValidatorCommand.ts b/clients/client-api-gateway/commands/UpdateRequestValidatorCommand.ts index 4d88e99dc52c..6a533305482f 100644 --- a/clients/client-api-gateway/commands/UpdateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/commands/UpdateRequestValidatorCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRequestValidatorCommandOutput extends RequestValidator, _ /** *

Updates a RequestValidator of a given RestApi.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateRequestValidatorCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateRequestValidatorCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateResourceCommand.ts b/clients/client-api-gateway/commands/UpdateResourceCommand.ts index b733744f2788..76f331876278 100644 --- a/clients/client-api-gateway/commands/UpdateResourceCommand.ts +++ b/clients/client-api-gateway/commands/UpdateResourceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateResourceCommandOutput extends Resource, __MetadataBearer /** *

Changes information about a Resource resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateResourceCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateResourceCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateRestApiCommand.ts b/clients/client-api-gateway/commands/UpdateRestApiCommand.ts index 0dc6e6f041bf..2309c8736a31 100644 --- a/clients/client-api-gateway/commands/UpdateRestApiCommand.ts +++ b/clients/client-api-gateway/commands/UpdateRestApiCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRestApiCommandOutput extends RestApi, __MetadataBearer {} /** *

Changes information about the specified API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateRestApiCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateRestApiCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateStageCommand.ts b/clients/client-api-gateway/commands/UpdateStageCommand.ts index 7b534416c655..e6bd8cc8f925 100644 --- a/clients/client-api-gateway/commands/UpdateStageCommand.ts +++ b/clients/client-api-gateway/commands/UpdateStageCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStageCommandOutput extends Stage, __MetadataBearer {} /** *

Changes information about a Stage resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateStageCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateStageCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateUsageCommand.ts b/clients/client-api-gateway/commands/UpdateUsageCommand.ts index fc5b51f29599..bab44c52da37 100644 --- a/clients/client-api-gateway/commands/UpdateUsageCommand.ts +++ b/clients/client-api-gateway/commands/UpdateUsageCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUsageCommandOutput extends Usage, __MetadataBearer {} /** *

Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateUsageCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateUsageCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateUsagePlanCommand.ts b/clients/client-api-gateway/commands/UpdateUsagePlanCommand.ts index dade25efeee4..905bc13c9f68 100644 --- a/clients/client-api-gateway/commands/UpdateUsagePlanCommand.ts +++ b/clients/client-api-gateway/commands/UpdateUsagePlanCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUsagePlanCommandOutput extends UsagePlan, __MetadataBeare /** *

Updates a usage plan of a given plan Id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateUsagePlanCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateUsagePlanCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-api-gateway/commands/UpdateVpcLinkCommand.ts b/clients/client-api-gateway/commands/UpdateVpcLinkCommand.ts index c38421e7722b..328c094af1d7 100644 --- a/clients/client-api-gateway/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-api-gateway/commands/UpdateVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {} /** *

Updates an existing VpcLink of a specified identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { APIGatewayClient, UpdateVpcLinkCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import * // const { APIGatewayClient, UpdateVpcLinkCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import diff --git a/clients/client-apigatewaymanagementapi/commands/DeleteConnectionCommand.ts b/clients/client-apigatewaymanagementapi/commands/DeleteConnectionCommand.ts index 991eee3356b6..1f60d77d555f 100644 --- a/clients/client-apigatewaymanagementapi/commands/DeleteConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/commands/DeleteConnectionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteConnectionCommandOutput extends __MetadataBearer {} /** *

Delete the connection with the provided id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayManagementApiClient, DeleteConnectionCommand } from "@aws-sdk/client-apigatewaymanagementapi"; // ES Modules import * // const { ApiGatewayManagementApiClient, DeleteConnectionCommand } = require("@aws-sdk/client-apigatewaymanagementapi"); // CommonJS import diff --git a/clients/client-apigatewaymanagementapi/commands/GetConnectionCommand.ts b/clients/client-apigatewaymanagementapi/commands/GetConnectionCommand.ts index ab06d1e286a9..c8fe89d443f0 100644 --- a/clients/client-apigatewaymanagementapi/commands/GetConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/commands/GetConnectionCommand.ts @@ -27,7 +27,7 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met /** *

Get information about the connection with the provided id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayManagementApiClient, GetConnectionCommand } from "@aws-sdk/client-apigatewaymanagementapi"; // ES Modules import * // const { ApiGatewayManagementApiClient, GetConnectionCommand } = require("@aws-sdk/client-apigatewaymanagementapi"); // CommonJS import diff --git a/clients/client-apigatewaymanagementapi/commands/PostToConnectionCommand.ts b/clients/client-apigatewaymanagementapi/commands/PostToConnectionCommand.ts index a15563a8fc2c..451e0288ea06 100644 --- a/clients/client-apigatewaymanagementapi/commands/PostToConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/commands/PostToConnectionCommand.ts @@ -27,7 +27,7 @@ export interface PostToConnectionCommandOutput extends __MetadataBearer {} /** *

Sends the provided data to the specified connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayManagementApiClient, PostToConnectionCommand } from "@aws-sdk/client-apigatewaymanagementapi"; // ES Modules import * // const { ApiGatewayManagementApiClient, PostToConnectionCommand } = require("@aws-sdk/client-apigatewaymanagementapi"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateApiCommand.ts b/clients/client-apigatewayv2/commands/CreateApiCommand.ts index 77ba2665b2b6..36e002d70ade 100644 --- a/clients/client-apigatewayv2/commands/CreateApiCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateApiCommand.ts @@ -23,7 +23,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea /** *

Creates an Api resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateApiMappingCommand.ts b/clients/client-apigatewayv2/commands/CreateApiMappingCommand.ts index c14cf2c2b30a..4ebb69fea2f2 100644 --- a/clients/client-apigatewayv2/commands/CreateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateApiMappingCommand.ts @@ -23,7 +23,7 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse, /** *

Creates an API mapping.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateAuthorizerCommand.ts b/clients/client-apigatewayv2/commands/CreateAuthorizerCommand.ts index 38cc77734d49..028702de1ace 100644 --- a/clients/client-apigatewayv2/commands/CreateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse, /** *

Creates an Authorizer for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateDeploymentCommand.ts b/clients/client-apigatewayv2/commands/CreateDeploymentCommand.ts index 5c009fff64bb..8c9dcab0559e 100644 --- a/clients/client-apigatewayv2/commands/CreateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, /** *

Creates a Deployment for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateDomainNameCommand.ts b/clients/client-apigatewayv2/commands/CreateDomainNameCommand.ts index c304d2b05ab5..1c9bfabe6a1d 100644 --- a/clients/client-apigatewayv2/commands/CreateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, /** *

Creates a domain name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateIntegrationCommand.ts b/clients/client-apigatewayv2/commands/CreateIntegrationCommand.ts index 65aa14a9acf9..559b6dd2be5f 100644 --- a/clients/client-apigatewayv2/commands/CreateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult, /** *

Creates an Integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/commands/CreateIntegrationResponseCommand.ts index e84024069f31..33e797b26237 100644 --- a/clients/client-apigatewayv2/commands/CreateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio /** *

Creates an IntegrationResponses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateModelCommand.ts b/clients/client-apigatewayv2/commands/CreateModelCommand.ts index b78b2e4308c9..213f34aef956 100644 --- a/clients/client-apigatewayv2/commands/CreateModelCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateModelCommand.ts @@ -23,7 +23,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat /** *

Creates a Model for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateRouteCommand.ts b/clients/client-apigatewayv2/commands/CreateRouteCommand.ts index 1d8bd5064c90..d3151b7bd3a4 100644 --- a/clients/client-apigatewayv2/commands/CreateRouteCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateRouteCommand.ts @@ -23,7 +23,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB /** *

Creates a Route for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateRouteResponseCommand.ts b/clients/client-apigatewayv2/commands/CreateRouteResponseCommand.ts index 96f54373e4cb..1d7c14be9da8 100644 --- a/clients/client-apigatewayv2/commands/CreateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateRouteResponseCommand.ts @@ -23,7 +23,7 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes /** *

Creates a RouteResponse for a Route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateStageCommand.ts b/clients/client-apigatewayv2/commands/CreateStageCommand.ts index ed7c1a0785b5..3ddb4c621a8f 100644 --- a/clients/client-apigatewayv2/commands/CreateStageCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateStageCommand.ts @@ -23,7 +23,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat /** *

Creates a Stage for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/CreateVpcLinkCommand.ts b/clients/client-apigatewayv2/commands/CreateVpcLinkCommand.ts index 46e32fc900c4..9e30e7942173 100644 --- a/clients/client-apigatewayv2/commands/CreateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/commands/CreateVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met /** *

Creates a VPC link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, CreateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, CreateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteAccessLogSettingsCommand.ts b/clients/client-apigatewayv2/commands/DeleteAccessLogSettingsCommand.ts index 10999427fe80..e515f6e4d8bb 100644 --- a/clients/client-apigatewayv2/commands/DeleteAccessLogSettingsCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteAccessLogSettingsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer { /** *

Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteAccessLogSettingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteAccessLogSettingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteApiCommand.ts b/clients/client-apigatewayv2/commands/DeleteApiCommand.ts index 7663822e65f0..fc0af72773ca 100644 --- a/clients/client-apigatewayv2/commands/DeleteApiCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteApiCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {} /** *

Deletes an Api resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteApiMappingCommand.ts b/clients/client-apigatewayv2/commands/DeleteApiMappingCommand.ts index 420a068b85b7..bfac1487d0bf 100644 --- a/clients/client-apigatewayv2/commands/DeleteApiMappingCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteApiMappingCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {} /** *

Deletes an API mapping.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteAuthorizerCommand.ts b/clients/client-apigatewayv2/commands/DeleteAuthorizerCommand.ts index 1e1a5de605c0..53ae50361547 100644 --- a/clients/client-apigatewayv2/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {} /** *

Deletes an Authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteCorsConfigurationCommand.ts b/clients/client-apigatewayv2/commands/DeleteCorsConfigurationCommand.ts index 744d502bc1a8..a78d48bbdc8c 100644 --- a/clients/client-apigatewayv2/commands/DeleteCorsConfigurationCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteCorsConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer { /** *

Deletes a CORS configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteCorsConfigurationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteCorsConfigurationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteDeploymentCommand.ts b/clients/client-apigatewayv2/commands/DeleteDeploymentCommand.ts index da5e09a301e6..a8550ba0eaea 100644 --- a/clients/client-apigatewayv2/commands/DeleteDeploymentCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {} /** *

Deletes a Deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteDomainNameCommand.ts b/clients/client-apigatewayv2/commands/DeleteDomainNameCommand.ts index c4906aabe64d..403747170c4d 100644 --- a/clients/client-apigatewayv2/commands/DeleteDomainNameCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {} /** *

Deletes a domain name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteIntegrationCommand.ts b/clients/client-apigatewayv2/commands/DeleteIntegrationCommand.ts index 1cf5014238fd..f4175483b8fb 100644 --- a/clients/client-apigatewayv2/commands/DeleteIntegrationCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {} /** *

Deletes an Integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteIntegrationResponseCommand.ts b/clients/client-apigatewayv2/commands/DeleteIntegrationResponseCommand.ts index 48af1b007d83..113534389dd9 100644 --- a/clients/client-apigatewayv2/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer /** *

Deletes an IntegrationResponses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteModelCommand.ts b/clients/client-apigatewayv2/commands/DeleteModelCommand.ts index ea6a2b965c5a..e0fa9e5d1228 100644 --- a/clients/client-apigatewayv2/commands/DeleteModelCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteModelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {} /** *

Deletes a Model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteRouteCommand.ts b/clients/client-apigatewayv2/commands/DeleteRouteCommand.ts index 8ffa47134155..9e07851f7878 100644 --- a/clients/client-apigatewayv2/commands/DeleteRouteCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteRouteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {} /** *

Deletes a Route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteRouteRequestParameterCommand.ts b/clients/client-apigatewayv2/commands/DeleteRouteRequestParameterCommand.ts index 8a97c41b18a0..2b9c3b15b6f0 100644 --- a/clients/client-apigatewayv2/commands/DeleteRouteRequestParameterCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteRouteRequestParameterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear /** *

Deletes a route request parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteRouteRequestParameterCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteRouteRequestParameterCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteRouteResponseCommand.ts b/clients/client-apigatewayv2/commands/DeleteRouteResponseCommand.ts index 39107bcbd22c..30c2ba97cd97 100644 --- a/clients/client-apigatewayv2/commands/DeleteRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteRouteResponseCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {} /** *

Deletes a RouteResponse.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteRouteSettingsCommand.ts b/clients/client-apigatewayv2/commands/DeleteRouteSettingsCommand.ts index 8df107190c58..2a5cbd33d960 100644 --- a/clients/client-apigatewayv2/commands/DeleteRouteSettingsCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteRouteSettingsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {} /** *

Deletes the RouteSettings for a stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteRouteSettingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteRouteSettingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteStageCommand.ts b/clients/client-apigatewayv2/commands/DeleteStageCommand.ts index a97c97b32652..d0cff98664cd 100644 --- a/clients/client-apigatewayv2/commands/DeleteStageCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteStageCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {} /** *

Deletes a Stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/DeleteVpcLinkCommand.ts b/clients/client-apigatewayv2/commands/DeleteVpcLinkCommand.ts index 2e59601d8b31..491ba6d95488 100644 --- a/clients/client-apigatewayv2/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/commands/DeleteVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met /** *

Deletes a VPC link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, DeleteVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, DeleteVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetApiCommand.ts b/clients/client-apigatewayv2/commands/GetApiCommand.ts index 8d1a20e2468f..58cb58085281 100644 --- a/clients/client-apigatewayv2/commands/GetApiCommand.ts +++ b/clients/client-apigatewayv2/commands/GetApiCommand.ts @@ -20,7 +20,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {} /** *

Gets an Api resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetApiMappingCommand.ts b/clients/client-apigatewayv2/commands/GetApiMappingCommand.ts index 035b1493e187..34bf4e4e629e 100644 --- a/clients/client-apigatewayv2/commands/GetApiMappingCommand.ts +++ b/clients/client-apigatewayv2/commands/GetApiMappingCommand.ts @@ -23,7 +23,7 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met /** *

Gets an API mapping.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetApiMappingsCommand.ts b/clients/client-apigatewayv2/commands/GetApiMappingsCommand.ts index cbc5d09c3ed7..77b0ab2ac3ed 100644 --- a/clients/client-apigatewayv2/commands/GetApiMappingsCommand.ts +++ b/clients/client-apigatewayv2/commands/GetApiMappingsCommand.ts @@ -23,7 +23,7 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M /** *

Gets API mappings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetApiMappingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetApiMappingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetApisCommand.ts b/clients/client-apigatewayv2/commands/GetApisCommand.ts index 7efd40059fe5..41ce608c3cca 100644 --- a/clients/client-apigatewayv2/commands/GetApisCommand.ts +++ b/clients/client-apigatewayv2/commands/GetApisCommand.ts @@ -23,7 +23,7 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer /** *

Gets a collection of Api resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetApisCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetApisCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetAuthorizerCommand.ts b/clients/client-apigatewayv2/commands/GetAuthorizerCommand.ts index 55d06c27eaac..07a29597fbae 100644 --- a/clients/client-apigatewayv2/commands/GetAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/commands/GetAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met /** *

Gets an Authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetAuthorizersCommand.ts b/clients/client-apigatewayv2/commands/GetAuthorizersCommand.ts index ef853d62f06d..4d1c3fc75901 100644 --- a/clients/client-apigatewayv2/commands/GetAuthorizersCommand.ts +++ b/clients/client-apigatewayv2/commands/GetAuthorizersCommand.ts @@ -23,7 +23,7 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M /** *

Gets the Authorizers for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetAuthorizersCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetAuthorizersCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetDeploymentCommand.ts b/clients/client-apigatewayv2/commands/GetDeploymentCommand.ts index 368d6aed4462..2323e07d1f12 100644 --- a/clients/client-apigatewayv2/commands/GetDeploymentCommand.ts +++ b/clients/client-apigatewayv2/commands/GetDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met /** *

Gets a Deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetDeploymentsCommand.ts b/clients/client-apigatewayv2/commands/GetDeploymentsCommand.ts index d969129b952b..16c75b92aed9 100644 --- a/clients/client-apigatewayv2/commands/GetDeploymentsCommand.ts +++ b/clients/client-apigatewayv2/commands/GetDeploymentsCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M /** *

Gets the Deployments for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetDeploymentsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetDeploymentsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetDomainNameCommand.ts b/clients/client-apigatewayv2/commands/GetDomainNameCommand.ts index 58ae8a7e1ca1..016eaa395784 100644 --- a/clients/client-apigatewayv2/commands/GetDomainNameCommand.ts +++ b/clients/client-apigatewayv2/commands/GetDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met /** *

Gets a domain name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetDomainNamesCommand.ts b/clients/client-apigatewayv2/commands/GetDomainNamesCommand.ts index 3f9779f58487..b0f76840b5c5 100644 --- a/clients/client-apigatewayv2/commands/GetDomainNamesCommand.ts +++ b/clients/client-apigatewayv2/commands/GetDomainNamesCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M /** *

Gets the domain names for an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetDomainNamesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetDomainNamesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetIntegrationCommand.ts b/clients/client-apigatewayv2/commands/GetIntegrationCommand.ts index 5f6c562499cc..5836808d6ded 100644 --- a/clients/client-apigatewayv2/commands/GetIntegrationCommand.ts +++ b/clients/client-apigatewayv2/commands/GetIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met /** *

Gets an Integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetIntegrationResponseCommand.ts b/clients/client-apigatewayv2/commands/GetIntegrationResponseCommand.ts index 91373a6d9140..d22f745dc471 100644 --- a/clients/client-apigatewayv2/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/GetIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo /** *

Gets an IntegrationResponses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetIntegrationResponsesCommand.ts b/clients/client-apigatewayv2/commands/GetIntegrationResponsesCommand.ts index 9b0687a1b8a9..1fe00cd4b74e 100644 --- a/clients/client-apigatewayv2/commands/GetIntegrationResponsesCommand.ts +++ b/clients/client-apigatewayv2/commands/GetIntegrationResponsesCommand.ts @@ -23,7 +23,7 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp /** *

Gets the IntegrationResponses for an Integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetIntegrationResponsesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetIntegrationResponsesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetIntegrationsCommand.ts b/clients/client-apigatewayv2/commands/GetIntegrationsCommand.ts index 5cc8a9ab88bc..2748413dab1e 100644 --- a/clients/client-apigatewayv2/commands/GetIntegrationsCommand.ts +++ b/clients/client-apigatewayv2/commands/GetIntegrationsCommand.ts @@ -23,7 +23,7 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _ /** *

Gets the Integrations for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetIntegrationsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetIntegrationsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetModelCommand.ts b/clients/client-apigatewayv2/commands/GetModelCommand.ts index d491abb5a0f7..54492153ac69 100644 --- a/clients/client-apigatewayv2/commands/GetModelCommand.ts +++ b/clients/client-apigatewayv2/commands/GetModelCommand.ts @@ -23,7 +23,7 @@ export interface GetModelCommandOutput extends GetModelResponse, __MetadataBeare /** *

Gets a Model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetModelTemplateCommand.ts b/clients/client-apigatewayv2/commands/GetModelTemplateCommand.ts index 10f57cb21091..65d8ee6fc86e 100644 --- a/clients/client-apigatewayv2/commands/GetModelTemplateCommand.ts +++ b/clients/client-apigatewayv2/commands/GetModelTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse, /** *

Gets a model template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetModelTemplateCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetModelTemplateCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetModelsCommand.ts b/clients/client-apigatewayv2/commands/GetModelsCommand.ts index bc0190f6b9ae..dda893ad783c 100644 --- a/clients/client-apigatewayv2/commands/GetModelsCommand.ts +++ b/clients/client-apigatewayv2/commands/GetModelsCommand.ts @@ -23,7 +23,7 @@ export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBea /** *

Gets the Models for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetModelsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetModelsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetRouteCommand.ts b/clients/client-apigatewayv2/commands/GetRouteCommand.ts index a71b92d4fb53..0e0a929b78ad 100644 --- a/clients/client-apigatewayv2/commands/GetRouteCommand.ts +++ b/clients/client-apigatewayv2/commands/GetRouteCommand.ts @@ -23,7 +23,7 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer /** *

Gets a Route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetRouteResponseCommand.ts b/clients/client-apigatewayv2/commands/GetRouteResponseCommand.ts index 5ec6b2aceb97..15e2eb045266 100644 --- a/clients/client-apigatewayv2/commands/GetRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/GetRouteResponseCommand.ts @@ -23,7 +23,7 @@ export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse, /** *

Gets a RouteResponse.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetRouteResponsesCommand.ts b/clients/client-apigatewayv2/commands/GetRouteResponsesCommand.ts index 74d5a98030b0..43be611ee6dc 100644 --- a/clients/client-apigatewayv2/commands/GetRouteResponsesCommand.ts +++ b/clients/client-apigatewayv2/commands/GetRouteResponsesCommand.ts @@ -23,7 +23,7 @@ export interface GetRouteResponsesCommandOutput extends GetRouteResponsesRespons /** *

Gets the RouteResponses for a Route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetRouteResponsesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetRouteResponsesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetRoutesCommand.ts b/clients/client-apigatewayv2/commands/GetRoutesCommand.ts index 27d0dce6bbb2..0484a33e0b92 100644 --- a/clients/client-apigatewayv2/commands/GetRoutesCommand.ts +++ b/clients/client-apigatewayv2/commands/GetRoutesCommand.ts @@ -23,7 +23,7 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea /** *

Gets the Routes for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetRoutesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetRoutesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetStageCommand.ts b/clients/client-apigatewayv2/commands/GetStageCommand.ts index d15aff7d6b23..afe01cd005c3 100644 --- a/clients/client-apigatewayv2/commands/GetStageCommand.ts +++ b/clients/client-apigatewayv2/commands/GetStageCommand.ts @@ -23,7 +23,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare /** *

Gets a Stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetStagesCommand.ts b/clients/client-apigatewayv2/commands/GetStagesCommand.ts index 9bd4568243f4..915a1197e786 100644 --- a/clients/client-apigatewayv2/commands/GetStagesCommand.ts +++ b/clients/client-apigatewayv2/commands/GetStagesCommand.ts @@ -23,7 +23,7 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea /** *

Gets the Stages for an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetStagesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetStagesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetTagsCommand.ts b/clients/client-apigatewayv2/commands/GetTagsCommand.ts index 94ef583c6627..4d553e287385 100644 --- a/clients/client-apigatewayv2/commands/GetTagsCommand.ts +++ b/clients/client-apigatewayv2/commands/GetTagsCommand.ts @@ -23,7 +23,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer /** *

Gets a collection of Tag resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetTagsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetTagsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetVpcLinkCommand.ts b/clients/client-apigatewayv2/commands/GetVpcLinkCommand.ts index 0e391ca02171..d149d9bca2ab 100644 --- a/clients/client-apigatewayv2/commands/GetVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/commands/GetVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB /** *

Gets a VPC link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/GetVpcLinksCommand.ts b/clients/client-apigatewayv2/commands/GetVpcLinksCommand.ts index b3a45a6fec8c..b229d275f0e8 100644 --- a/clients/client-apigatewayv2/commands/GetVpcLinksCommand.ts +++ b/clients/client-apigatewayv2/commands/GetVpcLinksCommand.ts @@ -23,7 +23,7 @@ export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat /** *

Gets a collection of VPC links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, GetVpcLinksCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, GetVpcLinksCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/ImportApiCommand.ts b/clients/client-apigatewayv2/commands/ImportApiCommand.ts index e3bf61509eb6..cb3a407645c9 100644 --- a/clients/client-apigatewayv2/commands/ImportApiCommand.ts +++ b/clients/client-apigatewayv2/commands/ImportApiCommand.ts @@ -23,7 +23,7 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea /** *

Imports an API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, ImportApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, ImportApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/ReimportApiCommand.ts b/clients/client-apigatewayv2/commands/ReimportApiCommand.ts index 7810c48fa610..8f9294b2e4fe 100644 --- a/clients/client-apigatewayv2/commands/ReimportApiCommand.ts +++ b/clients/client-apigatewayv2/commands/ReimportApiCommand.ts @@ -23,7 +23,7 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat /** *

Puts an Api resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, ReimportApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, ReimportApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/ResetAuthorizersCacheCommand.ts b/clients/client-apigatewayv2/commands/ResetAuthorizersCacheCommand.ts index aa7134db1fe2..0d2fd63bb1c0 100644 --- a/clients/client-apigatewayv2/commands/ResetAuthorizersCacheCommand.ts +++ b/clients/client-apigatewayv2/commands/ResetAuthorizersCacheCommand.ts @@ -23,7 +23,7 @@ export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {} /** *

Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, ResetAuthorizersCacheCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, ResetAuthorizersCacheCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/TagResourceCommand.ts b/clients/client-apigatewayv2/commands/TagResourceCommand.ts index 238ff1b159e7..01dc8cf75138 100644 --- a/clients/client-apigatewayv2/commands/TagResourceCommand.ts +++ b/clients/client-apigatewayv2/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Creates a new Tag resource to represent a tag.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, TagResourceCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, TagResourceCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UntagResourceCommand.ts b/clients/client-apigatewayv2/commands/UntagResourceCommand.ts index 027a7eae157d..a103e9c3a3ee 100644 --- a/clients/client-apigatewayv2/commands/UntagResourceCommand.ts +++ b/clients/client-apigatewayv2/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Deletes a Tag.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UntagResourceCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UntagResourceCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateApiCommand.ts b/clients/client-apigatewayv2/commands/UpdateApiCommand.ts index ba84d87b6862..236939ce2c2d 100644 --- a/clients/client-apigatewayv2/commands/UpdateApiCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateApiCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea /** *

Updates an Api resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateApiMappingCommand.ts b/clients/client-apigatewayv2/commands/UpdateApiMappingCommand.ts index 816c4717f766..ea89a5f64c9c 100644 --- a/clients/client-apigatewayv2/commands/UpdateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateApiMappingCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse, /** *

The API mapping.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateAuthorizerCommand.ts b/clients/client-apigatewayv2/commands/UpdateAuthorizerCommand.ts index 28022a86e3e9..9b215ee0b3e6 100644 --- a/clients/client-apigatewayv2/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, /** *

Updates an Authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateDeploymentCommand.ts b/clients/client-apigatewayv2/commands/UpdateDeploymentCommand.ts index 16f8205a35d9..312f1044ef73 100644 --- a/clients/client-apigatewayv2/commands/UpdateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse, /** *

Updates a Deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateDomainNameCommand.ts b/clients/client-apigatewayv2/commands/UpdateDomainNameCommand.ts index 61b24a7c2b7e..4f5fa6e63fde 100644 --- a/clients/client-apigatewayv2/commands/UpdateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateDomainNameCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, /** *

Updates a domain name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateIntegrationCommand.ts b/clients/client-apigatewayv2/commands/UpdateIntegrationCommand.ts index b44352cc172f..578efa677594 100644 --- a/clients/client-apigatewayv2/commands/UpdateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult, /** *

Updates an Integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/commands/UpdateIntegrationResponseCommand.ts index ddc1add164d6..95b38ade32ab 100644 --- a/clients/client-apigatewayv2/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateIntegrationResponseCommand.ts @@ -23,7 +23,7 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio /** *

Updates an IntegrationResponses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateModelCommand.ts b/clients/client-apigatewayv2/commands/UpdateModelCommand.ts index 3838b5ec1161..acdc14d73778 100644 --- a/clients/client-apigatewayv2/commands/UpdateModelCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateModelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResponse, __Metadat /** *

Updates a Model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateRouteCommand.ts b/clients/client-apigatewayv2/commands/UpdateRouteCommand.ts index fcc7697097bd..693af2a5c82d 100644 --- a/clients/client-apigatewayv2/commands/UpdateRouteCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateRouteCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB /** *

Updates a Route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateRouteResponseCommand.ts b/clients/client-apigatewayv2/commands/UpdateRouteResponseCommand.ts index 26ab66b2d1b1..9c9888e4ba38 100644 --- a/clients/client-apigatewayv2/commands/UpdateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateRouteResponseCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseRes /** *

Updates a RouteResponse.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateStageCommand.ts b/clients/client-apigatewayv2/commands/UpdateStageCommand.ts index b63bd079adef..7916f340088b 100644 --- a/clients/client-apigatewayv2/commands/UpdateStageCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateStageCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat /** *

Updates a Stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-apigatewayv2/commands/UpdateVpcLinkCommand.ts b/clients/client-apigatewayv2/commands/UpdateVpcLinkCommand.ts index f4e9b821e469..350d2ea2211e 100644 --- a/clients/client-apigatewayv2/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/commands/UpdateVpcLinkCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met /** *

Updates a VPC link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApiGatewayV2Client, UpdateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import * // const { ApiGatewayV2Client, UpdateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import diff --git a/clients/client-app-mesh/commands/CreateGatewayRouteCommand.ts b/clients/client-app-mesh/commands/CreateGatewayRouteCommand.ts index dd1d0cb904f7..f45125a1e6ec 100644 --- a/clients/client-app-mesh/commands/CreateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/commands/CreateGatewayRouteCommand.ts @@ -27,7 +27,7 @@ export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutpu * virtual service.

*

For more information about gateway routes, see Gateway routes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, CreateGatewayRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, CreateGatewayRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/CreateMeshCommand.ts b/clients/client-app-mesh/commands/CreateMeshCommand.ts index ba77807b2825..4a0d08a67845 100644 --- a/clients/client-app-mesh/commands/CreateMeshCommand.ts +++ b/clients/client-app-mesh/commands/CreateMeshCommand.ts @@ -28,7 +28,7 @@ export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBea * between the applications in your mesh.

*

For more information about service meshes, see Service meshes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, CreateMeshCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, CreateMeshCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/CreateRouteCommand.ts b/clients/client-app-mesh/commands/CreateRouteCommand.ts index 58203a7d5c07..c3d568744b23 100644 --- a/clients/client-app-mesh/commands/CreateRouteCommand.ts +++ b/clients/client-app-mesh/commands/CreateRouteCommand.ts @@ -26,7 +26,7 @@ export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataB * Traffic can be routed to one or more virtual nodes.

*

For more information about routes, see Routes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, CreateRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, CreateRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/CreateVirtualGatewayCommand.ts b/clients/client-app-mesh/commands/CreateVirtualGatewayCommand.ts index 4979672f1735..c0da330ec562 100644 --- a/clients/client-app-mesh/commands/CreateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/commands/CreateVirtualGatewayCommand.ts @@ -29,7 +29,7 @@ export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayO * deployed by itself.

*

For more information about virtual gateways, see Virtual gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, CreateVirtualGatewayCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, CreateVirtualGatewayCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/CreateVirtualNodeCommand.ts b/clients/client-app-mesh/commands/CreateVirtualNodeCommand.ts index 569c2f590c48..36eef476c28e 100644 --- a/clients/client-app-mesh/commands/CreateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/commands/CreateVirtualNodeCommand.ts @@ -46,7 +46,7 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, * setting these variables. For more information about App Mesh Envoy variables, see Envoy image in * the AWS App Mesh User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, CreateVirtualNodeCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, CreateVirtualNodeCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/CreateVirtualRouterCommand.ts b/clients/client-app-mesh/commands/CreateVirtualRouterCommand.ts index 4796d8560abf..9299c858667b 100644 --- a/clients/client-app-mesh/commands/CreateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/commands/CreateVirtualRouterCommand.ts @@ -29,7 +29,7 @@ export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOut * incoming requests to different virtual nodes.

*

For more information about virtual routers, see Virtual routers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, CreateVirtualRouterCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, CreateVirtualRouterCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/CreateVirtualServiceCommand.ts b/clients/client-app-mesh/commands/CreateVirtualServiceCommand.ts index 1306d2af32e9..edfdde41f17e 100644 --- a/clients/client-app-mesh/commands/CreateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/commands/CreateVirtualServiceCommand.ts @@ -29,7 +29,7 @@ export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceO * service.

*

For more information about virtual services, see Virtual services.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, CreateVirtualServiceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, CreateVirtualServiceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DeleteGatewayRouteCommand.ts b/clients/client-app-mesh/commands/DeleteGatewayRouteCommand.ts index 7242d4586647..5ef5ccd2d8e9 100644 --- a/clients/client-app-mesh/commands/DeleteGatewayRouteCommand.ts +++ b/clients/client-app-mesh/commands/DeleteGatewayRouteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutpu /** *

Deletes an existing gateway route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DeleteGatewayRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DeleteGatewayRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DeleteMeshCommand.ts b/clients/client-app-mesh/commands/DeleteMeshCommand.ts index 3034243a5f55..04d08756fdab 100644 --- a/clients/client-app-mesh/commands/DeleteMeshCommand.ts +++ b/clients/client-app-mesh/commands/DeleteMeshCommand.ts @@ -25,7 +25,7 @@ export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBea *

You must delete all resources (virtual services, routes, virtual routers, and virtual * nodes) in the service mesh before you can delete the mesh itself.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DeleteMeshCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DeleteMeshCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DeleteRouteCommand.ts b/clients/client-app-mesh/commands/DeleteRouteCommand.ts index ef350433f9ef..246b6feef553 100644 --- a/clients/client-app-mesh/commands/DeleteRouteCommand.ts +++ b/clients/client-app-mesh/commands/DeleteRouteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataB /** *

Deletes an existing route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DeleteRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DeleteRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DeleteVirtualGatewayCommand.ts b/clients/client-app-mesh/commands/DeleteVirtualGatewayCommand.ts index 73f7973e862f..d50acd928dfd 100644 --- a/clients/client-app-mesh/commands/DeleteVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/commands/DeleteVirtualGatewayCommand.ts @@ -24,7 +24,7 @@ export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayO *

Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway * routes are associated to it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DeleteVirtualGatewayCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DeleteVirtualGatewayCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DeleteVirtualNodeCommand.ts b/clients/client-app-mesh/commands/DeleteVirtualNodeCommand.ts index f843db162597..1935f43c7110 100644 --- a/clients/client-app-mesh/commands/DeleteVirtualNodeCommand.ts +++ b/clients/client-app-mesh/commands/DeleteVirtualNodeCommand.ts @@ -25,7 +25,7 @@ export interface DeleteVirtualNodeCommandOutput extends DeleteVirtualNodeOutput, *

You must delete any virtual services that list a virtual node as a service provider * before you can delete the virtual node itself.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DeleteVirtualNodeCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DeleteVirtualNodeCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DeleteVirtualRouterCommand.ts b/clients/client-app-mesh/commands/DeleteVirtualRouterCommand.ts index f70788bc19a5..531ae790b458 100644 --- a/clients/client-app-mesh/commands/DeleteVirtualRouterCommand.ts +++ b/clients/client-app-mesh/commands/DeleteVirtualRouterCommand.ts @@ -25,7 +25,7 @@ export interface DeleteVirtualRouterCommandOutput extends DeleteVirtualRouterOut *

You must delete any routes associated with the virtual router before you can delete the * router itself.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DeleteVirtualRouterCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DeleteVirtualRouterCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DeleteVirtualServiceCommand.ts b/clients/client-app-mesh/commands/DeleteVirtualServiceCommand.ts index eff4ccc55e00..7db522e979a7 100644 --- a/clients/client-app-mesh/commands/DeleteVirtualServiceCommand.ts +++ b/clients/client-app-mesh/commands/DeleteVirtualServiceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVirtualServiceCommandOutput extends DeleteVirtualServiceO /** *

Deletes an existing virtual service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DeleteVirtualServiceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DeleteVirtualServiceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DescribeGatewayRouteCommand.ts b/clients/client-app-mesh/commands/DescribeGatewayRouteCommand.ts index 4fbfa2bd58c1..78bd6e1e2891 100644 --- a/clients/client-app-mesh/commands/DescribeGatewayRouteCommand.ts +++ b/clients/client-app-mesh/commands/DescribeGatewayRouteCommand.ts @@ -23,7 +23,7 @@ export interface DescribeGatewayRouteCommandOutput extends DescribeGatewayRouteO /** *

Describes an existing gateway route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DescribeGatewayRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DescribeGatewayRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DescribeMeshCommand.ts b/clients/client-app-mesh/commands/DescribeMeshCommand.ts index 3e7cc0623e5d..a24a67ec836d 100644 --- a/clients/client-app-mesh/commands/DescribeMeshCommand.ts +++ b/clients/client-app-mesh/commands/DescribeMeshCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMeshCommandOutput extends DescribeMeshOutput, __Metadat /** *

Describes an existing service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DescribeMeshCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DescribeMeshCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DescribeRouteCommand.ts b/clients/client-app-mesh/commands/DescribeRouteCommand.ts index b7ace5baaeb6..4784002dee9a 100644 --- a/clients/client-app-mesh/commands/DescribeRouteCommand.ts +++ b/clients/client-app-mesh/commands/DescribeRouteCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRouteCommandOutput extends DescribeRouteOutput, __Metad /** *

Describes an existing route.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DescribeRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DescribeRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DescribeVirtualGatewayCommand.ts b/clients/client-app-mesh/commands/DescribeVirtualGatewayCommand.ts index 80993c45df04..6705e55033dc 100644 --- a/clients/client-app-mesh/commands/DescribeVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/commands/DescribeVirtualGatewayCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVirtualGatewayCommandOutput extends DescribeVirtualGate /** *

Describes an existing virtual gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DescribeVirtualGatewayCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DescribeVirtualGatewayCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DescribeVirtualNodeCommand.ts b/clients/client-app-mesh/commands/DescribeVirtualNodeCommand.ts index 6fa89b27856d..ea15ab261c6d 100644 --- a/clients/client-app-mesh/commands/DescribeVirtualNodeCommand.ts +++ b/clients/client-app-mesh/commands/DescribeVirtualNodeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVirtualNodeCommandOutput extends DescribeVirtualNodeOut /** *

Describes an existing virtual node.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DescribeVirtualNodeCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DescribeVirtualNodeCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DescribeVirtualRouterCommand.ts b/clients/client-app-mesh/commands/DescribeVirtualRouterCommand.ts index 27616267e09b..7b977e009086 100644 --- a/clients/client-app-mesh/commands/DescribeVirtualRouterCommand.ts +++ b/clients/client-app-mesh/commands/DescribeVirtualRouterCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVirtualRouterCommandOutput extends DescribeVirtualRoute /** *

Describes an existing virtual router.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DescribeVirtualRouterCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DescribeVirtualRouterCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/DescribeVirtualServiceCommand.ts b/clients/client-app-mesh/commands/DescribeVirtualServiceCommand.ts index 945e71be1d04..265f2141f7e4 100644 --- a/clients/client-app-mesh/commands/DescribeVirtualServiceCommand.ts +++ b/clients/client-app-mesh/commands/DescribeVirtualServiceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServ /** *

Describes an existing virtual service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, DescribeVirtualServiceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, DescribeVirtualServiceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListGatewayRoutesCommand.ts b/clients/client-app-mesh/commands/ListGatewayRoutesCommand.ts index bb6aa6fccaf4..146e31fa488f 100644 --- a/clients/client-app-mesh/commands/ListGatewayRoutesCommand.ts +++ b/clients/client-app-mesh/commands/ListGatewayRoutesCommand.ts @@ -24,7 +24,7 @@ export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput, *

Returns a list of existing gateway routes that are associated to a virtual * gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListGatewayRoutesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListGatewayRoutesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListMeshesCommand.ts b/clients/client-app-mesh/commands/ListMeshesCommand.ts index 8be93e46f420..976293d27fe2 100644 --- a/clients/client-app-mesh/commands/ListMeshesCommand.ts +++ b/clients/client-app-mesh/commands/ListMeshesCommand.ts @@ -23,7 +23,7 @@ export interface ListMeshesCommandOutput extends ListMeshesOutput, __MetadataBea /** *

Returns a list of existing service meshes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListMeshesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListMeshesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListRoutesCommand.ts b/clients/client-app-mesh/commands/ListRoutesCommand.ts index 54edf14ea314..91dc2b48c922 100644 --- a/clients/client-app-mesh/commands/ListRoutesCommand.ts +++ b/clients/client-app-mesh/commands/ListRoutesCommand.ts @@ -23,7 +23,7 @@ export interface ListRoutesCommandOutput extends ListRoutesOutput, __MetadataBea /** *

Returns a list of existing routes in a service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListRoutesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListRoutesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListTagsForResourceCommand.ts b/clients/client-app-mesh/commands/ListTagsForResourceCommand.ts index 8323950a90ed..f09d2a0b03c2 100644 --- a/clients/client-app-mesh/commands/ListTagsForResourceCommand.ts +++ b/clients/client-app-mesh/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

List the tags for an App Mesh resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListTagsForResourceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListTagsForResourceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListVirtualGatewaysCommand.ts b/clients/client-app-mesh/commands/ListVirtualGatewaysCommand.ts index 0003b8edb2d4..204f409a5030 100644 --- a/clients/client-app-mesh/commands/ListVirtualGatewaysCommand.ts +++ b/clients/client-app-mesh/commands/ListVirtualGatewaysCommand.ts @@ -23,7 +23,7 @@ export interface ListVirtualGatewaysCommandOutput extends ListVirtualGatewaysOut /** *

Returns a list of existing virtual gateways in a service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListVirtualGatewaysCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListVirtualGatewaysCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListVirtualNodesCommand.ts b/clients/client-app-mesh/commands/ListVirtualNodesCommand.ts index 72111e25aa64..470e751b0c3b 100644 --- a/clients/client-app-mesh/commands/ListVirtualNodesCommand.ts +++ b/clients/client-app-mesh/commands/ListVirtualNodesCommand.ts @@ -23,7 +23,7 @@ export interface ListVirtualNodesCommandOutput extends ListVirtualNodesOutput, _ /** *

Returns a list of existing virtual nodes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListVirtualNodesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListVirtualNodesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListVirtualRoutersCommand.ts b/clients/client-app-mesh/commands/ListVirtualRoutersCommand.ts index e719cd06b553..90a1e887445a 100644 --- a/clients/client-app-mesh/commands/ListVirtualRoutersCommand.ts +++ b/clients/client-app-mesh/commands/ListVirtualRoutersCommand.ts @@ -23,7 +23,7 @@ export interface ListVirtualRoutersCommandOutput extends ListVirtualRoutersOutpu /** *

Returns a list of existing virtual routers in a service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListVirtualRoutersCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListVirtualRoutersCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/ListVirtualServicesCommand.ts b/clients/client-app-mesh/commands/ListVirtualServicesCommand.ts index 9af6c6b1ed78..d270124742d4 100644 --- a/clients/client-app-mesh/commands/ListVirtualServicesCommand.ts +++ b/clients/client-app-mesh/commands/ListVirtualServicesCommand.ts @@ -23,7 +23,7 @@ export interface ListVirtualServicesCommandOutput extends ListVirtualServicesOut /** *

Returns a list of existing virtual services in a service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, ListVirtualServicesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, ListVirtualServicesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/TagResourceCommand.ts b/clients/client-app-mesh/commands/TagResourceCommand.ts index 97d4a14398ee..1e4ef2ed3a02 100644 --- a/clients/client-app-mesh/commands/TagResourceCommand.ts +++ b/clients/client-app-mesh/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB * changed. When a resource is deleted, the tags associated with that resource are also * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, TagResourceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, TagResourceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UntagResourceCommand.ts b/clients/client-app-mesh/commands/UntagResourceCommand.ts index ef239a14e517..e6a75e83bfa2 100644 --- a/clients/client-app-mesh/commands/UntagResourceCommand.ts +++ b/clients/client-app-mesh/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Deletes specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UntagResourceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UntagResourceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UpdateGatewayRouteCommand.ts b/clients/client-app-mesh/commands/UpdateGatewayRouteCommand.ts index 5be9c36dc0cf..127c121c08da 100644 --- a/clients/client-app-mesh/commands/UpdateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/commands/UpdateGatewayRouteCommand.ts @@ -24,7 +24,7 @@ export interface UpdateGatewayRouteCommandOutput extends UpdateGatewayRouteOutpu *

Updates an existing gateway route that is associated to a specified virtual gateway in a * service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UpdateGatewayRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UpdateGatewayRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UpdateMeshCommand.ts b/clients/client-app-mesh/commands/UpdateMeshCommand.ts index aaf65a2404b7..76be0126f696 100644 --- a/clients/client-app-mesh/commands/UpdateMeshCommand.ts +++ b/clients/client-app-mesh/commands/UpdateMeshCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMeshCommandOutput extends UpdateMeshOutput, __MetadataBea /** *

Updates an existing service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UpdateMeshCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UpdateMeshCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UpdateRouteCommand.ts b/clients/client-app-mesh/commands/UpdateRouteCommand.ts index 2ae1aa046e7c..e0fd7d4fd2f7 100644 --- a/clients/client-app-mesh/commands/UpdateRouteCommand.ts +++ b/clients/client-app-mesh/commands/UpdateRouteCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteOutput, __MetadataB /** *

Updates an existing route for a specified service mesh and virtual router.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UpdateRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UpdateRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UpdateVirtualGatewayCommand.ts b/clients/client-app-mesh/commands/UpdateVirtualGatewayCommand.ts index 1a5438427aff..0b17f6c92034 100644 --- a/clients/client-app-mesh/commands/UpdateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/commands/UpdateVirtualGatewayCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayO /** *

Updates an existing virtual gateway in a specified service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UpdateVirtualGatewayCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UpdateVirtualGatewayCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UpdateVirtualNodeCommand.ts b/clients/client-app-mesh/commands/UpdateVirtualNodeCommand.ts index f62bcbf57c78..8e3595aef22a 100644 --- a/clients/client-app-mesh/commands/UpdateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/commands/UpdateVirtualNodeCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput, /** *

Updates an existing virtual node in a specified service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UpdateVirtualNodeCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UpdateVirtualNodeCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UpdateVirtualRouterCommand.ts b/clients/client-app-mesh/commands/UpdateVirtualRouterCommand.ts index 271a2c7fe134..6d524a38652f 100644 --- a/clients/client-app-mesh/commands/UpdateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/commands/UpdateVirtualRouterCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOut /** *

Updates an existing virtual router in a specified service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UpdateVirtualRouterCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UpdateVirtualRouterCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-app-mesh/commands/UpdateVirtualServiceCommand.ts b/clients/client-app-mesh/commands/UpdateVirtualServiceCommand.ts index 0ac1a4140c31..8b44c581289e 100644 --- a/clients/client-app-mesh/commands/UpdateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/commands/UpdateVirtualServiceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceO /** *

Updates an existing virtual service in a specified service mesh.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppMeshClient, UpdateVirtualServiceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import * // const { AppMeshClient, UpdateVirtualServiceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import diff --git a/clients/client-appconfig/commands/CreateApplicationCommand.ts b/clients/client-appconfig/commands/CreateApplicationCommand.ts index ca590aad131b..5a8df36a28ab 100644 --- a/clients/client-appconfig/commands/CreateApplicationCommand.ts +++ b/clients/client-appconfig/commands/CreateApplicationCommand.ts @@ -26,7 +26,7 @@ export interface CreateApplicationCommandOutput extends Application, __MetadataB * a mobile application installed by your users, a serverless application using Amazon API * Gateway and AWS Lambda, or any system you run on behalf of others.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, CreateApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, CreateApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/CreateConfigurationProfileCommand.ts b/clients/client-appconfig/commands/CreateConfigurationProfileCommand.ts index 158f46080275..3851b882624a 100644 --- a/clients/client-appconfig/commands/CreateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/commands/CreateConfigurationProfileCommand.ts @@ -40,7 +40,7 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr * Configuration and a Configuration Profile in the * AWS AppConfig User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, CreateConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, CreateConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/CreateDeploymentStrategyCommand.ts b/clients/client-appconfig/commands/CreateDeploymentStrategyCommand.ts index 08f0cf054b9d..24c214fbb490 100644 --- a/clients/client-appconfig/commands/CreateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/commands/CreateDeploymentStrategyCommand.ts @@ -26,7 +26,7 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg * percentage of targets to receive the deployment during each interval, an algorithm that * defines how percentage grows, and bake time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, CreateDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, CreateDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/CreateEnvironmentCommand.ts b/clients/client-appconfig/commands/CreateEnvironmentCommand.ts index 8941cece0901..cb733c769fdc 100644 --- a/clients/client-appconfig/commands/CreateEnvironmentCommand.ts +++ b/clients/client-appconfig/commands/CreateEnvironmentCommand.ts @@ -29,7 +29,7 @@ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataB * The system monitors alarms during a configuration deployment. If an alarm is triggered, the * system rolls back the configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, CreateEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, CreateEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/CreateHostedConfigurationVersionCommand.ts b/clients/client-appconfig/commands/CreateHostedConfigurationVersionCommand.ts index 750c18b02a5f..0da8bd5e646c 100644 --- a/clients/client-appconfig/commands/CreateHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/commands/CreateHostedConfigurationVersionCommand.ts @@ -23,7 +23,7 @@ export interface CreateHostedConfigurationVersionCommandOutput extends HostedCon /** *

Create a new configuration in the AppConfig configuration store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, CreateHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, CreateHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/DeleteApplicationCommand.ts b/clients/client-appconfig/commands/DeleteApplicationCommand.ts index fb04f2f64092..487710977abf 100644 --- a/clients/client-appconfig/commands/DeleteApplicationCommand.ts +++ b/clients/client-appconfig/commands/DeleteApplicationCommand.ts @@ -24,7 +24,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {} *

Delete an application. Deleting an application does not delete a configuration from a * host.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, DeleteApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, DeleteApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/DeleteConfigurationProfileCommand.ts b/clients/client-appconfig/commands/DeleteConfigurationProfileCommand.ts index 1fdccb52eff0..ee79e02fe7d6 100644 --- a/clients/client-appconfig/commands/DeleteConfigurationProfileCommand.ts +++ b/clients/client-appconfig/commands/DeleteConfigurationProfileCommand.ts @@ -24,7 +24,7 @@ export interface DeleteConfigurationProfileCommandOutput extends __MetadataBeare *

Delete a configuration profile. Deleting a configuration profile does not delete a * configuration from a host.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, DeleteConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, DeleteConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/DeleteDeploymentStrategyCommand.ts b/clients/client-appconfig/commands/DeleteDeploymentStrategyCommand.ts index a24da597034d..e1479811dfdf 100644 --- a/clients/client-appconfig/commands/DeleteDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/commands/DeleteDeploymentStrategyCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer *

Delete a deployment strategy. Deleting a deployment strategy does not delete a * configuration from a host.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, DeleteDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, DeleteDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/DeleteEnvironmentCommand.ts b/clients/client-appconfig/commands/DeleteEnvironmentCommand.ts index 2688b2dfd94e..2dcaff317310 100644 --- a/clients/client-appconfig/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-appconfig/commands/DeleteEnvironmentCommand.ts @@ -24,7 +24,7 @@ export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {} *

Delete an environment. Deleting an environment does not delete a configuration from a * host.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, DeleteEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/DeleteHostedConfigurationVersionCommand.ts b/clients/client-appconfig/commands/DeleteHostedConfigurationVersionCommand.ts index ff6ef23b0913..81a35559fbfa 100644 --- a/clients/client-appconfig/commands/DeleteHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/commands/DeleteHostedConfigurationVersionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteHostedConfigurationVersionCommandOutput extends __Metadat /** *

Delete a version of a configuration from the AppConfig configuration store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, DeleteHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, DeleteHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/GetApplicationCommand.ts b/clients/client-appconfig/commands/GetApplicationCommand.ts index 3c06d5cdcb46..cb9ba789760c 100644 --- a/clients/client-appconfig/commands/GetApplicationCommand.ts +++ b/clients/client-appconfig/commands/GetApplicationCommand.ts @@ -23,7 +23,7 @@ export interface GetApplicationCommandOutput extends Application, __MetadataBear /** *

Retrieve information about an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, GetApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, GetApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/GetConfigurationCommand.ts b/clients/client-appconfig/commands/GetConfigurationCommand.ts index e6d641decbc4..2a49481f1781 100644 --- a/clients/client-appconfig/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/commands/GetConfigurationCommand.ts @@ -35,7 +35,7 @@ export interface GetConfigurationCommandOutput extends Configuration, __Metadata * ClientConfigurationVersion parameter.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, GetConfigurationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, GetConfigurationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/GetConfigurationProfileCommand.ts b/clients/client-appconfig/commands/GetConfigurationProfileCommand.ts index 4226a768d713..ca8dd97103db 100644 --- a/clients/client-appconfig/commands/GetConfigurationProfileCommand.ts +++ b/clients/client-appconfig/commands/GetConfigurationProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetConfigurationProfileCommandOutput extends ConfigurationProfi /** *

Retrieve information about a configuration profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, GetConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, GetConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/GetDeploymentCommand.ts b/clients/client-appconfig/commands/GetDeploymentCommand.ts index 037b4f10315f..ba4a0096e890 100644 --- a/clients/client-appconfig/commands/GetDeploymentCommand.ts +++ b/clients/client-appconfig/commands/GetDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer /** *

Retrieve information about a configuration deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, GetDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, GetDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/GetDeploymentStrategyCommand.ts b/clients/client-appconfig/commands/GetDeploymentStrategyCommand.ts index ecaa6d708882..b2b0cc2bb782 100644 --- a/clients/client-appconfig/commands/GetDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/commands/GetDeploymentStrategyCommand.ts @@ -27,7 +27,7 @@ export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy, * receive the deployment during each interval, an algorithm that defines how percentage * grows, and bake time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, GetDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, GetDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/GetEnvironmentCommand.ts b/clients/client-appconfig/commands/GetEnvironmentCommand.ts index 67c9f465b1d1..c6ebe379ee34 100644 --- a/clients/client-appconfig/commands/GetEnvironmentCommand.ts +++ b/clients/client-appconfig/commands/GetEnvironmentCommand.ts @@ -27,7 +27,7 @@ export interface GetEnvironmentCommandOutput extends Environment, __MetadataBear * environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is * triggered during a deployment, AppConfig roles back the configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, GetEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, GetEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/GetHostedConfigurationVersionCommand.ts b/clients/client-appconfig/commands/GetHostedConfigurationVersionCommand.ts index f8372c7e22ad..e0f3ddfcc7cc 100644 --- a/clients/client-appconfig/commands/GetHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/commands/GetHostedConfigurationVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetHostedConfigurationVersionCommandOutput extends HostedConfig /** *

Get information about a specific configuration version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, GetHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, GetHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ListApplicationsCommand.ts b/clients/client-appconfig/commands/ListApplicationsCommand.ts index 361525e08a95..fa5aad7ed7e7 100644 --- a/clients/client-appconfig/commands/ListApplicationsCommand.ts +++ b/clients/client-appconfig/commands/ListApplicationsCommand.ts @@ -23,7 +23,7 @@ export interface ListApplicationsCommandOutput extends Applications, __MetadataB /** *

List all applications in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ListApplicationsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ListApplicationsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ListConfigurationProfilesCommand.ts b/clients/client-appconfig/commands/ListConfigurationProfilesCommand.ts index 7094a1115ce0..374b8a9786fc 100644 --- a/clients/client-appconfig/commands/ListConfigurationProfilesCommand.ts +++ b/clients/client-appconfig/commands/ListConfigurationProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListConfigurationProfilesCommandOutput extends ConfigurationPro /** *

Lists the configuration profiles for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ListConfigurationProfilesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ListConfigurationProfilesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ListDeploymentStrategiesCommand.ts b/clients/client-appconfig/commands/ListDeploymentStrategiesCommand.ts index bb1cec16ca1b..c3f0f405e5a5 100644 --- a/clients/client-appconfig/commands/ListDeploymentStrategiesCommand.ts +++ b/clients/client-appconfig/commands/ListDeploymentStrategiesCommand.ts @@ -23,7 +23,7 @@ export interface ListDeploymentStrategiesCommandOutput extends DeploymentStrateg /** *

List deployment strategies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ListDeploymentStrategiesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ListDeploymentStrategiesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ListDeploymentsCommand.ts b/clients/client-appconfig/commands/ListDeploymentsCommand.ts index c21a348c086d..862287c256cd 100644 --- a/clients/client-appconfig/commands/ListDeploymentsCommand.ts +++ b/clients/client-appconfig/commands/ListDeploymentsCommand.ts @@ -23,7 +23,7 @@ export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBea /** *

Lists the deployments for an environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ListDeploymentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ListDeploymentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ListEnvironmentsCommand.ts b/clients/client-appconfig/commands/ListEnvironmentsCommand.ts index 52c00797eb65..6f23eaefa345 100644 --- a/clients/client-appconfig/commands/ListEnvironmentsCommand.ts +++ b/clients/client-appconfig/commands/ListEnvironmentsCommand.ts @@ -23,7 +23,7 @@ export interface ListEnvironmentsCommandOutput extends Environments, __MetadataB /** *

List the environments for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ListEnvironmentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ListEnvironmentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ListHostedConfigurationVersionsCommand.ts b/clients/client-appconfig/commands/ListHostedConfigurationVersionsCommand.ts index d321ba306101..2a5663c3bb9d 100644 --- a/clients/client-appconfig/commands/ListHostedConfigurationVersionsCommand.ts +++ b/clients/client-appconfig/commands/ListHostedConfigurationVersionsCommand.ts @@ -24,7 +24,7 @@ export interface ListHostedConfigurationVersionsCommandOutput extends HostedConf *

View a list of configurations stored in the AppConfig configuration store by * version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ListHostedConfigurationVersionsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ListHostedConfigurationVersionsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ListTagsForResourceCommand.ts b/clients/client-appconfig/commands/ListTagsForResourceCommand.ts index 0d8a8b4d22ac..e377cf824df1 100644 --- a/clients/client-appconfig/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appconfig/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ResourceTags, __Metada /** *

Retrieves the list of key-value tags assigned to the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ListTagsForResourceCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/StartDeploymentCommand.ts b/clients/client-appconfig/commands/StartDeploymentCommand.ts index 6a70b7926b63..38a9d7083f20 100644 --- a/clients/client-appconfig/commands/StartDeploymentCommand.ts +++ b/clients/client-appconfig/commands/StartDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface StartDeploymentCommandOutput extends Deployment, __MetadataBear /** *

Starts a deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, StartDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, StartDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/StopDeploymentCommand.ts b/clients/client-appconfig/commands/StopDeploymentCommand.ts index 62a3a24bd5f9..ce87a85ac069 100644 --- a/clients/client-appconfig/commands/StopDeploymentCommand.ts +++ b/clients/client-appconfig/commands/StopDeploymentCommand.ts @@ -25,7 +25,7 @@ export interface StopDeploymentCommandOutput extends Deployment, __MetadataBeare * DEPLOYING. This action moves the deployment to a status of * ROLLED_BACK.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, StopDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, StopDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/TagResourceCommand.ts b/clients/client-appconfig/commands/TagResourceCommand.ts index b8f347ad5c81..89c2fe736ba0 100644 --- a/clients/client-appconfig/commands/TagResourceCommand.ts +++ b/clients/client-appconfig/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * AppConfig resources. Each tag consists of a key and an optional value, both of which you * define. You can specify a maximum of 50 tags for a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, TagResourceCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, TagResourceCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/UntagResourceCommand.ts b/clients/client-appconfig/commands/UntagResourceCommand.ts index 874952edeb4f..18a582bb255c 100644 --- a/clients/client-appconfig/commands/UntagResourceCommand.ts +++ b/clients/client-appconfig/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Deletes a tag key and value from an AppConfig resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, UntagResourceCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, UntagResourceCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/UpdateApplicationCommand.ts b/clients/client-appconfig/commands/UpdateApplicationCommand.ts index 26e6fa397781..7c1d5e26b6db 100644 --- a/clients/client-appconfig/commands/UpdateApplicationCommand.ts +++ b/clients/client-appconfig/commands/UpdateApplicationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApplicationCommandOutput extends Application, __MetadataB /** *

Updates an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, UpdateApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, UpdateApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/UpdateConfigurationProfileCommand.ts b/clients/client-appconfig/commands/UpdateConfigurationProfileCommand.ts index 9b5ccb703ed6..21b953b4bcdc 100644 --- a/clients/client-appconfig/commands/UpdateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/commands/UpdateConfigurationProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConfigurationProfileCommandOutput extends ConfigurationPr /** *

Updates a configuration profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, UpdateConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, UpdateConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/UpdateDeploymentStrategyCommand.ts b/clients/client-appconfig/commands/UpdateDeploymentStrategyCommand.ts index a0486ad6af51..30263531884a 100644 --- a/clients/client-appconfig/commands/UpdateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/commands/UpdateDeploymentStrategyCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeploymentStrategyCommandOutput extends DeploymentStrateg /** *

Updates a deployment strategy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, UpdateDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, UpdateDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/UpdateEnvironmentCommand.ts b/clients/client-appconfig/commands/UpdateEnvironmentCommand.ts index 81f531f74fd0..809d4fb3a2bb 100644 --- a/clients/client-appconfig/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-appconfig/commands/UpdateEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEnvironmentCommandOutput extends Environment, __MetadataB /** *

Updates an environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, UpdateEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appconfig/commands/ValidateConfigurationCommand.ts b/clients/client-appconfig/commands/ValidateConfigurationCommand.ts index 37321ae7cd19..3ee3a5f5afeb 100644 --- a/clients/client-appconfig/commands/ValidateConfigurationCommand.ts +++ b/clients/client-appconfig/commands/ValidateConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface ValidateConfigurationCommandOutput extends __MetadataBearer {} /** *

Uses the validators in a configuration profile to validate a configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppConfigClient, ValidateConfigurationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import * // const { AppConfigClient, ValidateConfigurationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import diff --git a/clients/client-appflow/commands/CreateConnectorProfileCommand.ts b/clients/client-appflow/commands/CreateConnectorProfileCommand.ts index c4c18e9c45e3..8129c1ee1651 100644 --- a/clients/client-appflow/commands/CreateConnectorProfileCommand.ts +++ b/clients/client-appflow/commands/CreateConnectorProfileCommand.ts @@ -25,7 +25,7 @@ export interface CreateConnectorProfileCommandOutput extends CreateConnectorProf * Creates a new connector profile associated with your AWS account. There is a soft quota of 100 connector profiles per AWS account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, CreateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, CreateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/CreateFlowCommand.ts b/clients/client-appflow/commands/CreateFlowCommand.ts index 083a317194d7..ff25a3382c5d 100644 --- a/clients/client-appflow/commands/CreateFlowCommand.ts +++ b/clients/client-appflow/commands/CreateFlowCommand.ts @@ -26,7 +26,7 @@ export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataB * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, CreateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, CreateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/DeleteConnectorProfileCommand.ts b/clients/client-appflow/commands/DeleteConnectorProfileCommand.ts index cf2b862afdc6..7dae14f2c013 100644 --- a/clients/client-appflow/commands/DeleteConnectorProfileCommand.ts +++ b/clients/client-appflow/commands/DeleteConnectorProfileCommand.ts @@ -25,7 +25,7 @@ export interface DeleteConnectorProfileCommandOutput extends DeleteConnectorProf * Enables you to delete an existing connector profile. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, DeleteConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, DeleteConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/DeleteFlowCommand.ts b/clients/client-appflow/commands/DeleteFlowCommand.ts index 5ddf89ce03fe..a2ab37ab89a9 100644 --- a/clients/client-appflow/commands/DeleteFlowCommand.ts +++ b/clients/client-appflow/commands/DeleteFlowCommand.ts @@ -26,7 +26,7 @@ export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataB * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, DeleteFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, DeleteFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/DescribeConnectorEntityCommand.ts b/clients/client-appflow/commands/DescribeConnectorEntityCommand.ts index dbf216128a46..d18a82ac92df 100644 --- a/clients/client-appflow/commands/DescribeConnectorEntityCommand.ts +++ b/clients/client-appflow/commands/DescribeConnectorEntityCommand.ts @@ -25,7 +25,7 @@ export interface DescribeConnectorEntityCommandOutput extends DescribeConnectorE * Provides details regarding the entity used with the connector, with a description of the data model for each entity. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, DescribeConnectorEntityCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, DescribeConnectorEntityCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/DescribeConnectorProfilesCommand.ts b/clients/client-appflow/commands/DescribeConnectorProfilesCommand.ts index 0ac695d02601..f039bbc5865f 100644 --- a/clients/client-appflow/commands/DescribeConnectorProfilesCommand.ts +++ b/clients/client-appflow/commands/DescribeConnectorProfilesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeConnectorProfilesCommandOutput extends DescribeConnecto * Returns a list of connector-profile details matching the provided connector-profile names and connector-types. Both input lists are optional, and you can use them to filter the result.

*

If no names or connector-types are provided, returns all connector profiles in a paginated form. If there is no match, this operation returns an empty list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, DescribeConnectorProfilesCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, DescribeConnectorProfilesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/DescribeConnectorsCommand.ts b/clients/client-appflow/commands/DescribeConnectorsCommand.ts index 32c6560c8d2a..8a533a3401fa 100644 --- a/clients/client-appflow/commands/DescribeConnectorsCommand.ts +++ b/clients/client-appflow/commands/DescribeConnectorsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeConnectorsCommandOutput extends DescribeConnectorsRespo * If there are more connectors than can be returned in one page, the response contains a nextToken object, which can be be passed in to the next call to the DescribeConnectors API operation to retrieve the next page. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, DescribeConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, DescribeConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/DescribeFlowCommand.ts b/clients/client-appflow/commands/DescribeFlowCommand.ts index d3e091f5dc21..2b11a0dd20e0 100644 --- a/clients/client-appflow/commands/DescribeFlowCommand.ts +++ b/clients/client-appflow/commands/DescribeFlowCommand.ts @@ -26,7 +26,7 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, DescribeFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, DescribeFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/DescribeFlowExecutionRecordsCommand.ts b/clients/client-appflow/commands/DescribeFlowExecutionRecordsCommand.ts index 86e2d814b3e4..f9571bb6340a 100644 --- a/clients/client-appflow/commands/DescribeFlowExecutionRecordsCommand.ts +++ b/clients/client-appflow/commands/DescribeFlowExecutionRecordsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeFlowExecutionRecordsCommandOutput * Fetches the execution history of the flow. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, DescribeFlowExecutionRecordsCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, DescribeFlowExecutionRecordsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/ListConnectorEntitiesCommand.ts b/clients/client-appflow/commands/ListConnectorEntitiesCommand.ts index 385220f479d9..69a06cbcdb34 100644 --- a/clients/client-appflow/commands/ListConnectorEntitiesCommand.ts +++ b/clients/client-appflow/commands/ListConnectorEntitiesCommand.ts @@ -25,7 +25,7 @@ export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitie * Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for Account and Opportunity entities, or query ServiceNow for the Incident entity. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, ListConnectorEntitiesCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, ListConnectorEntitiesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/ListFlowsCommand.ts b/clients/client-appflow/commands/ListFlowsCommand.ts index 6747af44adad..c6199019c908 100644 --- a/clients/client-appflow/commands/ListFlowsCommand.ts +++ b/clients/client-appflow/commands/ListFlowsCommand.ts @@ -25,7 +25,7 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea * Lists all of the flows associated with your account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, ListFlowsCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, ListFlowsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/ListTagsForResourceCommand.ts b/clients/client-appflow/commands/ListTagsForResourceCommand.ts index fe3e2e448cbc..458aa9a6c81a 100644 --- a/clients/client-appflow/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appflow/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Retrieves the tags that are associated with a specified flow. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, ListTagsForResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/StartFlowCommand.ts b/clients/client-appflow/commands/StartFlowCommand.ts index ade5aa4051f1..b54304913166 100644 --- a/clients/client-appflow/commands/StartFlowCommand.ts +++ b/clients/client-appflow/commands/StartFlowCommand.ts @@ -26,7 +26,7 @@ export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBea * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, StartFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, StartFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/StopFlowCommand.ts b/clients/client-appflow/commands/StopFlowCommand.ts index 9ac172b2e7b5..4724401eedda 100644 --- a/clients/client-appflow/commands/StopFlowCommand.ts +++ b/clients/client-appflow/commands/StopFlowCommand.ts @@ -25,7 +25,7 @@ export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBeare * Deactivates the existing flow. For on-demand flows, this operation returns an unsupportedOperationException error message. For schedule and event-triggered flows, this operation deactivates the flow. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, StopFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, StopFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/TagResourceCommand.ts b/clients/client-appflow/commands/TagResourceCommand.ts index e06b5b917244..3fb0330b7c80 100644 --- a/clients/client-appflow/commands/TagResourceCommand.ts +++ b/clients/client-appflow/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * Applies a tag to the specified flow. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, TagResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, TagResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/UntagResourceCommand.ts b/clients/client-appflow/commands/UntagResourceCommand.ts index 319b1acdb27d..f5664ed39ba1 100644 --- a/clients/client-appflow/commands/UntagResourceCommand.ts +++ b/clients/client-appflow/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * Removes a tag from the specified flow. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, UntagResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, UntagResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/UpdateConnectorProfileCommand.ts b/clients/client-appflow/commands/UpdateConnectorProfileCommand.ts index 817ff221088d..7becbbf82f31 100644 --- a/clients/client-appflow/commands/UpdateConnectorProfileCommand.ts +++ b/clients/client-appflow/commands/UpdateConnectorProfileCommand.ts @@ -25,7 +25,7 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf * Updates a given connector profile associated with your account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, UpdateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, UpdateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appflow/commands/UpdateFlowCommand.ts b/clients/client-appflow/commands/UpdateFlowCommand.ts index 59825257b89a..ab0c9284b430 100644 --- a/clients/client-appflow/commands/UpdateFlowCommand.ts +++ b/clients/client-appflow/commands/UpdateFlowCommand.ts @@ -25,7 +25,7 @@ export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataB * Updates an existing flow. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppflowClient, UpdateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import * // const { AppflowClient, UpdateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import diff --git a/clients/client-appintegrations/commands/CreateEventIntegrationCommand.ts b/clients/client-appintegrations/commands/CreateEventIntegrationCommand.ts index 6731065c7512..65d098f2be45 100644 --- a/clients/client-appintegrations/commands/CreateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/commands/CreateEventIntegrationCommand.ts @@ -27,7 +27,7 @@ export interface CreateEventIntegrationCommandOutput extends CreateEventIntegrat * objects are created in the your account, only metadata that is persisted on the EventIntegration * control plane.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, CreateEventIntegrationCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, CreateEventIntegrationCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/DeleteEventIntegrationCommand.ts b/clients/client-appintegrations/commands/DeleteEventIntegrationCommand.ts index bfffb41be76d..f8b0af51625e 100644 --- a/clients/client-appintegrations/commands/DeleteEventIntegrationCommand.ts +++ b/clients/client-appintegrations/commands/DeleteEventIntegrationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteEventIntegrationCommandOutput extends DeleteEventIntegrat *

Deletes the specified existing event integration. If the event integration is associated * with clients, the request is rejected.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, DeleteEventIntegrationCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, DeleteEventIntegrationCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/GetEventIntegrationCommand.ts b/clients/client-appintegrations/commands/GetEventIntegrationCommand.ts index 9effb015f320..a1dfc020ff43 100644 --- a/clients/client-appintegrations/commands/GetEventIntegrationCommand.ts +++ b/clients/client-appintegrations/commands/GetEventIntegrationCommand.ts @@ -24,7 +24,7 @@ export interface GetEventIntegrationCommandOutput extends GetEventIntegrationRes *

The Amazon AppIntegrations APIs are in preview release and are subject to change.

*

Return information about the event integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, GetEventIntegrationCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, GetEventIntegrationCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/ListEventIntegrationAssociationsCommand.ts b/clients/client-appintegrations/commands/ListEventIntegrationAssociationsCommand.ts index f6b3ed23d65a..211034c84321 100644 --- a/clients/client-appintegrations/commands/ListEventIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/commands/ListEventIntegrationAssociationsCommand.ts @@ -26,7 +26,7 @@ export interface ListEventIntegrationAssociationsCommandOutput *

The Amazon AppIntegrations APIs are in preview release and are subject to change.

*

Returns a paginated list of event integration associations in the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, ListEventIntegrationAssociationsCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, ListEventIntegrationAssociationsCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/ListEventIntegrationsCommand.ts b/clients/client-appintegrations/commands/ListEventIntegrationsCommand.ts index 324b84af56af..1913d2a73939 100644 --- a/clients/client-appintegrations/commands/ListEventIntegrationsCommand.ts +++ b/clients/client-appintegrations/commands/ListEventIntegrationsCommand.ts @@ -24,7 +24,7 @@ export interface ListEventIntegrationsCommandOutput extends ListEventIntegration *

The Amazon AppIntegrations APIs are in preview release and are subject to change.

*

Returns a paginated list of event integrations in the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, ListEventIntegrationsCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, ListEventIntegrationsCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/ListTagsForResourceCommand.ts b/clients/client-appintegrations/commands/ListTagsForResourceCommand.ts index 6ac1861fdb3e..17f8f50975e8 100644 --- a/clients/client-appintegrations/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appintegrations/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

The Amazon AppIntegrations APIs are in preview release and are subject to change.

*

Lists the tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, ListTagsForResourceCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/TagResourceCommand.ts b/clients/client-appintegrations/commands/TagResourceCommand.ts index 99a6bcc6f8af..8b7a1f65a4e1 100644 --- a/clients/client-appintegrations/commands/TagResourceCommand.ts +++ b/clients/client-appintegrations/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

The Amazon AppIntegrations APIs are in preview release and are subject to change.

*

Adds the specified tags to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, TagResourceCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, TagResourceCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/UntagResourceCommand.ts b/clients/client-appintegrations/commands/UntagResourceCommand.ts index 10051fdcd856..57ac0789a848 100644 --- a/clients/client-appintegrations/commands/UntagResourceCommand.ts +++ b/clients/client-appintegrations/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

The Amazon AppIntegrations APIs are in preview release and are subject to change.

*

Removes the specified tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, UntagResourceCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, UntagResourceCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-appintegrations/commands/UpdateEventIntegrationCommand.ts b/clients/client-appintegrations/commands/UpdateEventIntegrationCommand.ts index 5068c1d4a44f..caa552e8de21 100644 --- a/clients/client-appintegrations/commands/UpdateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/commands/UpdateEventIntegrationCommand.ts @@ -24,7 +24,7 @@ export interface UpdateEventIntegrationCommandOutput extends UpdateEventIntegrat *

The Amazon AppIntegrations APIs are in preview release and are subject to change.

*

Updates the description of an event integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppIntegrationsClient, UpdateEventIntegrationCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import * // const { AppIntegrationsClient, UpdateEventIntegrationCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/DeleteScalingPolicyCommand.ts b/clients/client-application-auto-scaling/commands/DeleteScalingPolicyCommand.ts index d107486cab34..b30de949dbf5 100644 --- a/clients/client-application-auto-scaling/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/commands/DeleteScalingPolicyCommand.ts @@ -32,7 +32,7 @@ export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyRes *

For more information, see Delete a step scaling policy and Delete a target tracking scaling policy in the * Application Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, DeleteScalingPolicyCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, DeleteScalingPolicyCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/DeleteScheduledActionCommand.ts b/clients/client-application-auto-scaling/commands/DeleteScheduledActionCommand.ts index 541e9c48e371..ce93954447f2 100644 --- a/clients/client-application-auto-scaling/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/commands/DeleteScheduledActionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio *

Deletes the specified scheduled action for an Application Auto Scaling scalable target.

*

For more information, see Delete a scheduled action in the Application Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, DeleteScheduledActionCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/DeregisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/commands/DeregisterScalableTargetCommand.ts index 154be1835886..486db174c07b 100644 --- a/clients/client-application-auto-scaling/commands/DeregisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/commands/DeregisterScalableTargetCommand.ts @@ -32,7 +32,7 @@ export interface DeregisterScalableTargetCommandOutput extends DeregisterScalabl * actions that are associated with it.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, DeregisterScalableTargetCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, DeregisterScalableTargetCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/DescribeScalableTargetsCommand.ts b/clients/client-application-auto-scaling/commands/DescribeScalableTargetsCommand.ts index cdec494fc8ef..ef9af5aa132b 100644 --- a/clients/client-application-auto-scaling/commands/DescribeScalableTargetsCommand.ts +++ b/clients/client-application-auto-scaling/commands/DescribeScalableTargetsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa *

You can filter the results using ResourceIds and * ScalableDimension.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, DescribeScalableTargetsCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, DescribeScalableTargetsCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/DescribeScalingActivitiesCommand.ts b/clients/client-application-auto-scaling/commands/DescribeScalingActivitiesCommand.ts index 4219bac917c5..dbbe71f9acda 100644 --- a/clients/client-application-auto-scaling/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-application-auto-scaling/commands/DescribeScalingActivitiesCommand.ts @@ -30,7 +30,7 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA *

You can filter the results using ResourceId and * ScalableDimension.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, DescribeScalingActivitiesCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, DescribeScalingActivitiesCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/DescribeScalingPoliciesCommand.ts b/clients/client-application-auto-scaling/commands/DescribeScalingPoliciesCommand.ts index 83a5fa1928d1..0fce3c6c1f06 100644 --- a/clients/client-application-auto-scaling/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-application-auto-scaling/commands/DescribeScalingPoliciesCommand.ts @@ -30,7 +30,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol * ScalableDimension, and PolicyNames.

*

For more information, see Target tracking scaling policies and Step scaling policies in the Application Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, DescribeScalingPoliciesCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, DescribeScalingPoliciesCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/DescribeScheduledActionsCommand.ts b/clients/client-application-auto-scaling/commands/DescribeScheduledActionsCommand.ts index 9ebf46810b39..766947c27cd9 100644 --- a/clients/client-application-auto-scaling/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-application-auto-scaling/commands/DescribeScheduledActionsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled *

For more information, see Scheduled scaling and Managing scheduled scaling in the * Application Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, DescribeScheduledActionsCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, DescribeScheduledActionsCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/PutScalingPolicyCommand.ts b/clients/client-application-auto-scaling/commands/PutScalingPolicyCommand.ts index 2c009e58b756..ec798384acf5 100644 --- a/clients/client-application-auto-scaling/commands/PutScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/commands/PutScalingPolicyCommand.ts @@ -51,7 +51,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse, * target are deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, PutScalingPolicyCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, PutScalingPolicyCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/PutScheduledActionCommand.ts b/clients/client-application-auto-scaling/commands/PutScheduledActionCommand.ts index 34caf7842d50..566af6bee7b0 100644 --- a/clients/client-application-auto-scaling/commands/PutScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/commands/PutScheduledActionCommand.ts @@ -41,7 +41,7 @@ export interface PutScheduledActionCommandOutput extends PutScheduledActionRespo * are deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, PutScheduledActionCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, PutScheduledActionCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-auto-scaling/commands/RegisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/commands/RegisterScalableTargetCommand.ts index a26419973d87..1344541861ab 100644 --- a/clients/client-application-auto-scaling/commands/RegisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/commands/RegisterScalableTargetCommand.ts @@ -41,7 +41,7 @@ export interface RegisterScalableTargetCommandOutput extends RegisterScalableTar * parameters that identify the scalable target: resource ID, scalable dimension, and * namespace. Any parameters that you don't specify are not changed by this update request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationAutoScalingClient, RegisterScalableTargetCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import * // const { ApplicationAutoScalingClient, RegisterScalableTargetCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/AssociateConfigurationItemsToApplicationCommand.ts b/clients/client-application-discovery-service/commands/AssociateConfigurationItemsToApplicationCommand.ts index 42eb043c0ffa..60862ef7490c 100644 --- a/clients/client-application-discovery-service/commands/AssociateConfigurationItemsToApplicationCommand.ts +++ b/clients/client-application-discovery-service/commands/AssociateConfigurationItemsToApplicationCommand.ts @@ -33,7 +33,7 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput /** *

Associates one or more configuration items with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/BatchDeleteImportDataCommand.ts b/clients/client-application-discovery-service/commands/BatchDeleteImportDataCommand.ts index 9c466156e0b8..bdeef04dd377 100644 --- a/clients/client-application-discovery-service/commands/BatchDeleteImportDataCommand.ts +++ b/clients/client-application-discovery-service/commands/BatchDeleteImportDataCommand.ts @@ -34,7 +34,7 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat * contains records that were used to match, the information in those matched records that comes * from the deleted records will also be deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/CreateApplicationCommand.ts b/clients/client-application-discovery-service/commands/CreateApplicationCommand.ts index 0a242623573f..3b78ae737064 100644 --- a/clients/client-application-discovery-service/commands/CreateApplicationCommand.ts +++ b/clients/client-application-discovery-service/commands/CreateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons /** *

Creates an application with the given name and description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, CreateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, CreateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/CreateTagsCommand.ts b/clients/client-application-discovery-service/commands/CreateTagsCommand.ts index 7a49a3e39004..03c7af01f16f 100644 --- a/clients/client-application-discovery-service/commands/CreateTagsCommand.ts +++ b/clients/client-application-discovery-service/commands/CreateTagsCommand.ts @@ -28,7 +28,7 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB *

Creates one or more tags for configuration items. Tags are metadata that help you * categorize IT assets. This API accepts a list of multiple configuration items.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, CreateTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, CreateTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DeleteApplicationsCommand.ts b/clients/client-application-discovery-service/commands/DeleteApplicationsCommand.ts index c097fe1ddc78..fa0b27ec52d4 100644 --- a/clients/client-application-discovery-service/commands/DeleteApplicationsCommand.ts +++ b/clients/client-application-discovery-service/commands/DeleteApplicationsCommand.ts @@ -28,7 +28,7 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo *

Deletes a list of applications and their associations with configuration * items.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DeleteTagsCommand.ts b/clients/client-application-discovery-service/commands/DeleteTagsCommand.ts index f6526095faa9..67923609573a 100644 --- a/clients/client-application-discovery-service/commands/DeleteTagsCommand.ts +++ b/clients/client-application-discovery-service/commands/DeleteTagsCommand.ts @@ -28,7 +28,7 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB *

Deletes the association between configuration items and one or more tags. This API * accepts a list of multiple configuration items.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DeleteTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DeleteTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DescribeAgentsCommand.ts b/clients/client-application-discovery-service/commands/DescribeAgentsCommand.ts index 2b1969014667..afe350a45c44 100644 --- a/clients/client-application-discovery-service/commands/DescribeAgentsCommand.ts +++ b/clients/client-application-discovery-service/commands/DescribeAgentsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M * associated with your user account can be listed if you call DescribeAgents as is * without passing any parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DescribeConfigurationsCommand.ts b/clients/client-application-discovery-service/commands/DescribeConfigurationsCommand.ts index f13e52397624..7d30f305332a 100644 --- a/clients/client-application-discovery-service/commands/DescribeConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/commands/DescribeConfigurationsCommand.ts @@ -52,7 +52,7 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati * Discovery Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DescribeContinuousExportsCommand.ts b/clients/client-application-discovery-service/commands/DescribeContinuousExportsCommand.ts index 9e1f8176ee9f..c4c9d0949d54 100644 --- a/clients/client-application-discovery-service/commands/DescribeContinuousExportsCommand.ts +++ b/clients/client-application-discovery-service/commands/DescribeContinuousExportsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo * account can be listed if you call DescribeContinuousExports as is without passing * any parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DescribeExportConfigurationsCommand.ts b/clients/client-application-discovery-service/commands/DescribeExportConfigurationsCommand.ts index dd7515684e8e..7a94b4835ba3 100644 --- a/clients/client-application-discovery-service/commands/DescribeExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/commands/DescribeExportConfigurationsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeExportConfigurationsCommandOutput *

* DescribeExportConfigurations is deprecated. Use DescribeImportTasks, instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DescribeExportConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DescribeExportConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DescribeExportTasksCommand.ts b/clients/client-application-discovery-service/commands/DescribeExportTasksCommand.ts index 0bbec0fb29de..23f05cf600c6 100644 --- a/clients/client-application-discovery-service/commands/DescribeExportTasksCommand.ts +++ b/clients/client-application-discovery-service/commands/DescribeExportTasksCommand.ts @@ -28,7 +28,7 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes *

Retrieve status of one or more export tasks. You can retrieve the status of up to 100 * export tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DescribeExportTasksCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DescribeExportTasksCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DescribeImportTasksCommand.ts b/clients/client-application-discovery-service/commands/DescribeImportTasksCommand.ts index 279998144d7b..c3839f20e916 100644 --- a/clients/client-application-discovery-service/commands/DescribeImportTasksCommand.ts +++ b/clients/client-application-discovery-service/commands/DescribeImportTasksCommand.ts @@ -28,7 +28,7 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes *

Returns an array of import tasks for your account, including status information, times, * IDs, the Amazon S3 Object URL for the import file, and more.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DescribeImportTasksCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DescribeImportTasksCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DescribeTagsCommand.ts b/clients/client-application-discovery-service/commands/DescribeTagsCommand.ts index b9d090820ecf..5004f0885783 100644 --- a/clients/client-application-discovery-service/commands/DescribeTagsCommand.ts +++ b/clients/client-application-discovery-service/commands/DescribeTagsCommand.ts @@ -42,7 +42,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad *

Also, all configuration items associated with your user account that have tags can be * listed if you call DescribeTags as is without passing any parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DescribeTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DescribeTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/DisassociateConfigurationItemsFromApplicationCommand.ts b/clients/client-application-discovery-service/commands/DisassociateConfigurationItemsFromApplicationCommand.ts index 52ecfd44eed5..4461a18ecc62 100644 --- a/clients/client-application-discovery-service/commands/DisassociateConfigurationItemsFromApplicationCommand.ts +++ b/clients/client-application-discovery-service/commands/DisassociateConfigurationItemsFromApplicationCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput /** *

Disassociates one or more configuration items from an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, DisassociateConfigurationItemsFromApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, DisassociateConfigurationItemsFromApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/ExportConfigurationsCommand.ts b/clients/client-application-discovery-service/commands/ExportConfigurationsCommand.ts index d35b1809f5d6..24645454e31b 100644 --- a/clients/client-application-discovery-service/commands/ExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/commands/ExportConfigurationsCommand.ts @@ -34,7 +34,7 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR * using the DescribeExportConfigurations API. The system imposes a limit of * two configuration exports in six hours.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, ExportConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, ExportConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/GetDiscoverySummaryCommand.ts b/clients/client-application-discovery-service/commands/GetDiscoverySummaryCommand.ts index fc6dfbb96e79..ff8be02044d7 100644 --- a/clients/client-application-discovery-service/commands/GetDiscoverySummaryCommand.ts +++ b/clients/client-application-discovery-service/commands/GetDiscoverySummaryCommand.ts @@ -29,7 +29,7 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes *

This API operation takes no request parameters and is called as is at the command * prompt as shown in the example.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, GetDiscoverySummaryCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, GetDiscoverySummaryCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/ListConfigurationsCommand.ts b/clients/client-application-discovery-service/commands/ListConfigurationsCommand.ts index 9c2f4d25087e..30ca27ac3894 100644 --- a/clients/client-application-discovery-service/commands/ListConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/commands/ListConfigurationsCommand.ts @@ -29,7 +29,7 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo * required parameter configurationType. Optional filtering may be applied to refine * search results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, ListConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, ListConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/ListServerNeighborsCommand.ts b/clients/client-application-discovery-service/commands/ListServerNeighborsCommand.ts index 3aa214dd62df..785fd0e78557 100644 --- a/clients/client-application-discovery-service/commands/ListServerNeighborsCommand.ts +++ b/clients/client-application-discovery-service/commands/ListServerNeighborsCommand.ts @@ -28,7 +28,7 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes *

Retrieves a list of servers that are one network hop away from a specified * server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, ListServerNeighborsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, ListServerNeighborsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/StartContinuousExportCommand.ts b/clients/client-application-discovery-service/commands/StartContinuousExportCommand.ts index cb7f7a483933..2b834d65759b 100644 --- a/clients/client-application-discovery-service/commands/StartContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/commands/StartContinuousExportCommand.ts @@ -27,7 +27,7 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor /** *

Start the continuous flow of agent's discovered data into Amazon Athena.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, StartContinuousExportCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, StartContinuousExportCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/StartDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/commands/StartDataCollectionByAgentIdsCommand.ts index 3079520b6c5c..cadc2dae5928 100644 --- a/clients/client-application-discovery-service/commands/StartDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/commands/StartDataCollectionByAgentIdsCommand.ts @@ -29,7 +29,7 @@ export interface StartDataCollectionByAgentIdsCommandOutput /** *

Instructs the specified agents or connectors to start collecting data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, StartDataCollectionByAgentIdsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, StartDataCollectionByAgentIdsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/StartExportTaskCommand.ts b/clients/client-application-discovery-service/commands/StartExportTaskCommand.ts index 7dc0259fdab6..5bcd0d7d45ef 100644 --- a/clients/client-application-discovery-service/commands/StartExportTaskCommand.ts +++ b/clients/client-application-discovery-service/commands/StartExportTaskCommand.ts @@ -35,7 +35,7 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _ * includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery * Agents. Export of summary data is limited to two exports per day.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, StartExportTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, StartExportTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/StartImportTaskCommand.ts b/clients/client-application-discovery-service/commands/StartImportTaskCommand.ts index aade2f94c611..7a06faa9e395 100644 --- a/clients/client-application-discovery-service/commands/StartImportTaskCommand.ts +++ b/clients/client-application-discovery-service/commands/StartImportTaskCommand.ts @@ -62,7 +62,7 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _ * Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, StartImportTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, StartImportTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/StopContinuousExportCommand.ts b/clients/client-application-discovery-service/commands/StopContinuousExportCommand.ts index 64db873bcd28..8ec00219d76b 100644 --- a/clients/client-application-discovery-service/commands/StopContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/commands/StopContinuousExportCommand.ts @@ -27,7 +27,7 @@ export interface StopContinuousExportCommandOutput extends StopContinuousExportR /** *

Stop the continuous flow of agent's discovered data into Amazon Athena.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, StopContinuousExportCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, StopContinuousExportCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/StopDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/commands/StopDataCollectionByAgentIdsCommand.ts index 90b7eca2191c..331e35133767 100644 --- a/clients/client-application-discovery-service/commands/StopDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/commands/StopDataCollectionByAgentIdsCommand.ts @@ -29,7 +29,7 @@ export interface StopDataCollectionByAgentIdsCommandOutput /** *

Instructs the specified agents or connectors to stop collecting data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-discovery-service/commands/UpdateApplicationCommand.ts b/clients/client-application-discovery-service/commands/UpdateApplicationCommand.ts index 8d74595c2823..1df8e6f73355 100644 --- a/clients/client-application-discovery-service/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-discovery-service/commands/UpdateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons /** *

Updates metadata about an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import * // const { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import diff --git a/clients/client-application-insights/commands/CreateApplicationCommand.ts b/clients/client-application-insights/commands/CreateApplicationCommand.ts index 734643b9db12..af75be0cbf64 100644 --- a/clients/client-application-insights/commands/CreateApplicationCommand.ts +++ b/clients/client-application-insights/commands/CreateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons /** *

Adds an application that is created from a resource group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, CreateApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, CreateApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/CreateComponentCommand.ts b/clients/client-application-insights/commands/CreateComponentCommand.ts index 6d01d2136f92..5628b196a3e0 100644 --- a/clients/client-application-insights/commands/CreateComponentCommand.ts +++ b/clients/client-application-insights/commands/CreateComponentCommand.ts @@ -27,7 +27,7 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _ /** *

Creates a custom component by grouping similar standalone instances to monitor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, CreateComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, CreateComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/CreateLogPatternCommand.ts b/clients/client-application-insights/commands/CreateLogPatternCommand.ts index 6ce3d1af77a5..74d447d35770 100644 --- a/clients/client-application-insights/commands/CreateLogPatternCommand.ts +++ b/clients/client-application-insights/commands/CreateLogPatternCommand.ts @@ -27,7 +27,7 @@ export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse, /** *

Adds an log pattern to a LogPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, CreateLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, CreateLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DeleteApplicationCommand.ts b/clients/client-application-insights/commands/DeleteApplicationCommand.ts index b81d7b637196..2d944f763b40 100644 --- a/clients/client-application-insights/commands/DeleteApplicationCommand.ts +++ b/clients/client-application-insights/commands/DeleteApplicationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons /** *

Removes the specified application from monitoring. Does not delete the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DeleteApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DeleteApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DeleteComponentCommand.ts b/clients/client-application-insights/commands/DeleteComponentCommand.ts index a8b4381af9d8..65360a58fb81 100644 --- a/clients/client-application-insights/commands/DeleteComponentCommand.ts +++ b/clients/client-application-insights/commands/DeleteComponentCommand.ts @@ -28,7 +28,7 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _ *

Ungroups a custom component. When you ungroup custom components, all applicable * monitors that are set up for the component are removed and the instances revert to their standalone status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DeleteComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DeleteComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DeleteLogPatternCommand.ts b/clients/client-application-insights/commands/DeleteLogPatternCommand.ts index 41cc4e428147..9f0a080ec066 100644 --- a/clients/client-application-insights/commands/DeleteLogPatternCommand.ts +++ b/clients/client-application-insights/commands/DeleteLogPatternCommand.ts @@ -27,7 +27,7 @@ export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse, /** *

Removes the specified log pattern from a LogPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DeleteLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DeleteLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeApplicationCommand.ts b/clients/client-application-insights/commands/DescribeApplicationCommand.ts index e2a6c6d96656..68a964ecd115 100644 --- a/clients/client-application-insights/commands/DescribeApplicationCommand.ts +++ b/clients/client-application-insights/commands/DescribeApplicationCommand.ts @@ -27,7 +27,7 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes /** *

Describes the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeComponentCommand.ts b/clients/client-application-insights/commands/DescribeComponentCommand.ts index 0d96f6450339..5b0cf767b42e 100644 --- a/clients/client-application-insights/commands/DescribeComponentCommand.ts +++ b/clients/client-application-insights/commands/DescribeComponentCommand.ts @@ -27,7 +27,7 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons /** *

Describes a component and lists the resources that are grouped together in a component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeComponentConfigurationCommand.ts b/clients/client-application-insights/commands/DescribeComponentConfigurationCommand.ts index cb7d0a90c1da..df01a015603b 100644 --- a/clients/client-application-insights/commands/DescribeComponentConfigurationCommand.ts +++ b/clients/client-application-insights/commands/DescribeComponentConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeComponentConfigurationCommandOutput /** *

Describes the monitoring configuration of the component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeComponentConfigurationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeComponentConfigurationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeComponentConfigurationRecommendationCommand.ts b/clients/client-application-insights/commands/DescribeComponentConfigurationRecommendationCommand.ts index e1bb83a3f6db..31b0ae50d930 100644 --- a/clients/client-application-insights/commands/DescribeComponentConfigurationRecommendationCommand.ts +++ b/clients/client-application-insights/commands/DescribeComponentConfigurationRecommendationCommand.ts @@ -33,7 +33,7 @@ export interface DescribeComponentConfigurationRecommendationCommandOutput /** *

Describes the recommended monitoring configuration of the component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeComponentConfigurationRecommendationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeComponentConfigurationRecommendationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeLogPatternCommand.ts b/clients/client-application-insights/commands/DescribeLogPatternCommand.ts index 68b32f755edb..5308e342384d 100644 --- a/clients/client-application-insights/commands/DescribeLogPatternCommand.ts +++ b/clients/client-application-insights/commands/DescribeLogPatternCommand.ts @@ -27,7 +27,7 @@ export interface DescribeLogPatternCommandOutput extends DescribeLogPatternRespo /** *

Describe a specific log pattern from a LogPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeObservationCommand.ts b/clients/client-application-insights/commands/DescribeObservationCommand.ts index f361387cdff0..671ae956c420 100644 --- a/clients/client-application-insights/commands/DescribeObservationCommand.ts +++ b/clients/client-application-insights/commands/DescribeObservationCommand.ts @@ -27,7 +27,7 @@ export interface DescribeObservationCommandOutput extends DescribeObservationRes /** *

Describes an anomaly or error with the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeObservationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeObservationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeProblemCommand.ts b/clients/client-application-insights/commands/DescribeProblemCommand.ts index 7e7f87ac0783..0ea0b3812c88 100644 --- a/clients/client-application-insights/commands/DescribeProblemCommand.ts +++ b/clients/client-application-insights/commands/DescribeProblemCommand.ts @@ -27,7 +27,7 @@ export interface DescribeProblemCommandOutput extends DescribeProblemResponse, _ /** *

Describes an application problem.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeProblemCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeProblemCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/DescribeProblemObservationsCommand.ts b/clients/client-application-insights/commands/DescribeProblemObservationsCommand.ts index d9db0907cad1..0855deb688d3 100644 --- a/clients/client-application-insights/commands/DescribeProblemObservationsCommand.ts +++ b/clients/client-application-insights/commands/DescribeProblemObservationsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeProblemObservationsCommandOutput /** *

Describes the anomalies or errors associated with the problem.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, DescribeProblemObservationsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, DescribeProblemObservationsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/ListApplicationsCommand.ts b/clients/client-application-insights/commands/ListApplicationsCommand.ts index c0b45fb5ab34..ba194ab6bfcc 100644 --- a/clients/client-application-insights/commands/ListApplicationsCommand.ts +++ b/clients/client-application-insights/commands/ListApplicationsCommand.ts @@ -27,7 +27,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, /** *

Lists the IDs of the applications that you are monitoring.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, ListApplicationsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, ListApplicationsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/ListComponentsCommand.ts b/clients/client-application-insights/commands/ListComponentsCommand.ts index ef8f1e0fc233..bc7fbd00c96a 100644 --- a/clients/client-application-insights/commands/ListComponentsCommand.ts +++ b/clients/client-application-insights/commands/ListComponentsCommand.ts @@ -27,7 +27,7 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M /** *

Lists the auto-grouped, standalone, and custom components of the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, ListComponentsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, ListComponentsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/ListConfigurationHistoryCommand.ts b/clients/client-application-insights/commands/ListConfigurationHistoryCommand.ts index 47536fe9a3dc..4396ac57c94c 100644 --- a/clients/client-application-insights/commands/ListConfigurationHistoryCommand.ts +++ b/clients/client-application-insights/commands/ListConfigurationHistoryCommand.ts @@ -40,7 +40,7 @@ export interface ListConfigurationHistoryCommandOutput extends ListConfiguration * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, ListConfigurationHistoryCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, ListConfigurationHistoryCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/ListLogPatternSetsCommand.ts b/clients/client-application-insights/commands/ListLogPatternSetsCommand.ts index f093908cbb51..2da2cdb1f358 100644 --- a/clients/client-application-insights/commands/ListLogPatternSetsCommand.ts +++ b/clients/client-application-insights/commands/ListLogPatternSetsCommand.ts @@ -27,7 +27,7 @@ export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsRespo /** *

Lists the log pattern sets in the specific application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, ListLogPatternSetsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, ListLogPatternSetsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/ListLogPatternsCommand.ts b/clients/client-application-insights/commands/ListLogPatternsCommand.ts index 23cb558832c8..6dede52e5f47 100644 --- a/clients/client-application-insights/commands/ListLogPatternsCommand.ts +++ b/clients/client-application-insights/commands/ListLogPatternsCommand.ts @@ -27,7 +27,7 @@ export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, _ /** *

Lists the log patterns in the specific log LogPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, ListLogPatternsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, ListLogPatternsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/ListProblemsCommand.ts b/clients/client-application-insights/commands/ListProblemsCommand.ts index dab990aff9f7..10733985f461 100644 --- a/clients/client-application-insights/commands/ListProblemsCommand.ts +++ b/clients/client-application-insights/commands/ListProblemsCommand.ts @@ -27,7 +27,7 @@ export interface ListProblemsCommandOutput extends ListProblemsResponse, __Metad /** *

Lists the problems with your application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, ListProblemsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, ListProblemsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/ListTagsForResourceCommand.ts b/clients/client-application-insights/commands/ListTagsForResourceCommand.ts index 0ed606d8a334..ed125686b365 100644 --- a/clients/client-application-insights/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-insights/commands/ListTagsForResourceCommand.ts @@ -32,7 +32,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * acts as a category for more specific tag values. A tag value acts as a descriptor within * a tag key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, ListTagsForResourceCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/TagResourceCommand.ts b/clients/client-application-insights/commands/TagResourceCommand.ts index 9d24502dba92..5844eb38f07d 100644 --- a/clients/client-application-insights/commands/TagResourceCommand.ts +++ b/clients/client-application-insights/commands/TagResourceCommand.ts @@ -34,7 +34,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * general label that acts as a category for more specific tag values. A tag value acts as * a descriptor within a tag key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, TagResourceCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, TagResourceCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/UntagResourceCommand.ts b/clients/client-application-insights/commands/UntagResourceCommand.ts index 742b60950917..0c0cf2de0af0 100644 --- a/clients/client-application-insights/commands/UntagResourceCommand.ts +++ b/clients/client-application-insights/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Remove one or more tags (keys and values) from a specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, UntagResourceCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, UntagResourceCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/UpdateApplicationCommand.ts b/clients/client-application-insights/commands/UpdateApplicationCommand.ts index 2dda14fbe171..924751058439 100644 --- a/clients/client-application-insights/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-insights/commands/UpdateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons /** *

Updates the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, UpdateApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, UpdateApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/UpdateComponentCommand.ts b/clients/client-application-insights/commands/UpdateComponentCommand.ts index 07cb8f51947d..433809dc0173 100644 --- a/clients/client-application-insights/commands/UpdateComponentCommand.ts +++ b/clients/client-application-insights/commands/UpdateComponentCommand.ts @@ -28,7 +28,7 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _ *

Updates the custom component name and/or the list of resources that make up the * component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, UpdateComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, UpdateComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/UpdateComponentConfigurationCommand.ts b/clients/client-application-insights/commands/UpdateComponentConfigurationCommand.ts index 99f02a9aeb39..80dacde2bd8c 100644 --- a/clients/client-application-insights/commands/UpdateComponentConfigurationCommand.ts +++ b/clients/client-application-insights/commands/UpdateComponentConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface UpdateComponentConfigurationCommandOutput * is an escaped JSON of the configuration and should match the schema of what is returned * by DescribeComponentConfigurationRecommendation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, UpdateComponentConfigurationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, UpdateComponentConfigurationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-application-insights/commands/UpdateLogPatternCommand.ts b/clients/client-application-insights/commands/UpdateLogPatternCommand.ts index 4889d4d42400..03e9c5653252 100644 --- a/clients/client-application-insights/commands/UpdateLogPatternCommand.ts +++ b/clients/client-application-insights/commands/UpdateLogPatternCommand.ts @@ -27,7 +27,7 @@ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse, /** *

Adds a log pattern to a LogPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ApplicationInsightsClient, UpdateLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import * // const { ApplicationInsightsClient, UpdateLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import diff --git a/clients/client-appstream/commands/AssociateFleetCommand.ts b/clients/client-appstream/commands/AssociateFleetCommand.ts index 6171afdd3988..3f40e42ef5d1 100644 --- a/clients/client-appstream/commands/AssociateFleetCommand.ts +++ b/clients/client-appstream/commands/AssociateFleetCommand.ts @@ -23,7 +23,7 @@ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __Met /** *

Associates the specified fleet with the specified stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, AssociateFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, AssociateFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/BatchAssociateUserStackCommand.ts b/clients/client-appstream/commands/BatchAssociateUserStackCommand.ts index 72b51389b2ea..a9534ae46162 100644 --- a/clients/client-appstream/commands/BatchAssociateUserStackCommand.ts +++ b/clients/client-appstream/commands/BatchAssociateUserStackCommand.ts @@ -23,7 +23,7 @@ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUser /** *

Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, BatchAssociateUserStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, BatchAssociateUserStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/BatchDisassociateUserStackCommand.ts b/clients/client-appstream/commands/BatchDisassociateUserStackCommand.ts index 02a7e62229f5..ed5db384451f 100644 --- a/clients/client-appstream/commands/BatchDisassociateUserStackCommand.ts +++ b/clients/client-appstream/commands/BatchDisassociateUserStackCommand.ts @@ -23,7 +23,7 @@ export interface BatchDisassociateUserStackCommandOutput extends BatchDisassocia /** *

Disassociates the specified users from the specified stacks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, BatchDisassociateUserStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, BatchDisassociateUserStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CopyImageCommand.ts b/clients/client-appstream/commands/CopyImageCommand.ts index cdd4b291a68c..4bed2fbf91fe 100644 --- a/clients/client-appstream/commands/CopyImageCommand.ts +++ b/clients/client-appstream/commands/CopyImageCommand.ts @@ -20,7 +20,7 @@ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBea /** *

Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CopyImageCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CopyImageCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateDirectoryConfigCommand.ts b/clients/client-appstream/commands/CreateDirectoryConfigCommand.ts index 0a0c0b4fd508..8132204dd09b 100644 --- a/clients/client-appstream/commands/CreateDirectoryConfigCommand.ts +++ b/clients/client-appstream/commands/CreateDirectoryConfigCommand.ts @@ -23,7 +23,7 @@ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfi /** *

Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateDirectoryConfigCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateDirectoryConfigCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateFleetCommand.ts b/clients/client-appstream/commands/CreateFleetCommand.ts index fbb8914ceb2a..9f4609a6c601 100644 --- a/clients/client-appstream/commands/CreateFleetCommand.ts +++ b/clients/client-appstream/commands/CreateFleetCommand.ts @@ -23,7 +23,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB /** *

Creates a fleet. A fleet consists of streaming instances that run a specified image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateImageBuilderCommand.ts b/clients/client-appstream/commands/CreateImageBuilderCommand.ts index 5e39e752055b..4831a54e5df0 100644 --- a/clients/client-appstream/commands/CreateImageBuilderCommand.ts +++ b/clients/client-appstream/commands/CreateImageBuilderCommand.ts @@ -24,7 +24,7 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul *

Creates an image builder. An image builder is a virtual machine that is used to create an image.

*

The initial state of the builder is PENDING. When it is ready, the state is RUNNING.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateImageBuilderCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateImageBuilderCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateImageBuilderStreamingURLCommand.ts b/clients/client-appstream/commands/CreateImageBuilderStreamingURLCommand.ts index 16397a118a23..30a1eef004b6 100644 --- a/clients/client-appstream/commands/CreateImageBuilderStreamingURLCommand.ts +++ b/clients/client-appstream/commands/CreateImageBuilderStreamingURLCommand.ts @@ -25,7 +25,7 @@ export interface CreateImageBuilderStreamingURLCommandOutput /** *

Creates a URL to start an image builder streaming session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateImageBuilderStreamingURLCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateImageBuilderStreamingURLCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateStackCommand.ts b/clients/client-appstream/commands/CreateStackCommand.ts index 304f41d68c19..5845b73ea298 100644 --- a/clients/client-appstream/commands/CreateStackCommand.ts +++ b/clients/client-appstream/commands/CreateStackCommand.ts @@ -23,7 +23,7 @@ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataB /** *

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateStreamingURLCommand.ts b/clients/client-appstream/commands/CreateStreamingURLCommand.ts index a4d965e7b882..e4c5f41ba27e 100644 --- a/clients/client-appstream/commands/CreateStreamingURLCommand.ts +++ b/clients/client-appstream/commands/CreateStreamingURLCommand.ts @@ -23,7 +23,7 @@ export interface CreateStreamingURLCommandOutput extends CreateStreamingURLResul /** *

Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateStreamingURLCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateStreamingURLCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateUpdatedImageCommand.ts b/clients/client-appstream/commands/CreateUpdatedImageCommand.ts index cb7aa92c7843..5ccb181a24a2 100644 --- a/clients/client-appstream/commands/CreateUpdatedImageCommand.ts +++ b/clients/client-appstream/commands/CreateUpdatedImageCommand.ts @@ -26,7 +26,7 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul *

For more information, see the "Update an Image by Using * Managed AppStream 2.0 Image Updates" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateUpdatedImageCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateUpdatedImageCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateUsageReportSubscriptionCommand.ts b/clients/client-appstream/commands/CreateUsageReportSubscriptionCommand.ts index 23bb90cf9f51..cec6bad6d789 100644 --- a/clients/client-appstream/commands/CreateUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/commands/CreateUsageReportSubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface CreateUsageReportSubscriptionCommandOutput /** *

Creates a usage report subscription. Usage reports are generated daily.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateUsageReportSubscriptionCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateUsageReportSubscriptionCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/CreateUserCommand.ts b/clients/client-appstream/commands/CreateUserCommand.ts index 1e35600520fd..7bff50002bb0 100644 --- a/clients/client-appstream/commands/CreateUserCommand.ts +++ b/clients/client-appstream/commands/CreateUserCommand.ts @@ -23,7 +23,7 @@ export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBea /** *

Creates a new user in the user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, CreateUserCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, CreateUserCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteDirectoryConfigCommand.ts b/clients/client-appstream/commands/DeleteDirectoryConfigCommand.ts index 0e27a93c0092..3bf84c0418ff 100644 --- a/clients/client-appstream/commands/DeleteDirectoryConfigCommand.ts +++ b/clients/client-appstream/commands/DeleteDirectoryConfigCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfi /** *

Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteDirectoryConfigCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteDirectoryConfigCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteFleetCommand.ts b/clients/client-appstream/commands/DeleteFleetCommand.ts index ee223ae4bec2..5303cdfdea51 100644 --- a/clients/client-appstream/commands/DeleteFleetCommand.ts +++ b/clients/client-appstream/commands/DeleteFleetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataB /** *

Deletes the specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteImageBuilderCommand.ts b/clients/client-appstream/commands/DeleteImageBuilderCommand.ts index af122e93fab5..26f88c5e2c12 100644 --- a/clients/client-appstream/commands/DeleteImageBuilderCommand.ts +++ b/clients/client-appstream/commands/DeleteImageBuilderCommand.ts @@ -23,7 +23,7 @@ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul /** *

Deletes the specified image builder and releases the capacity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteImageBuilderCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteImageBuilderCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteImageCommand.ts b/clients/client-appstream/commands/DeleteImageCommand.ts index 9d453387d4a9..75f0244554c3 100644 --- a/clients/client-appstream/commands/DeleteImageCommand.ts +++ b/clients/client-appstream/commands/DeleteImageCommand.ts @@ -24,7 +24,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB *

Deletes the specified image. You cannot delete an image when it is in use. * After you delete an image, you cannot provision new capacity using the image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteImageCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteImageCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteImagePermissionsCommand.ts b/clients/client-appstream/commands/DeleteImagePermissionsCommand.ts index 1016e30b6372..2839b3e72941 100644 --- a/clients/client-appstream/commands/DeleteImagePermissionsCommand.ts +++ b/clients/client-appstream/commands/DeleteImagePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissi /** *

Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteImagePermissionsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteImagePermissionsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteStackCommand.ts b/clients/client-appstream/commands/DeleteStackCommand.ts index ab8e2365cf2f..f9b1c929c978 100644 --- a/clients/client-appstream/commands/DeleteStackCommand.ts +++ b/clients/client-appstream/commands/DeleteStackCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStackCommandOutput extends DeleteStackResult, __MetadataB /** *

Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteUsageReportSubscriptionCommand.ts b/clients/client-appstream/commands/DeleteUsageReportSubscriptionCommand.ts index adac12ecbb61..db46de564cbe 100644 --- a/clients/client-appstream/commands/DeleteUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/commands/DeleteUsageReportSubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteUsageReportSubscriptionCommandOutput /** *

Disables usage report generation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteUsageReportSubscriptionCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteUsageReportSubscriptionCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DeleteUserCommand.ts b/clients/client-appstream/commands/DeleteUserCommand.ts index 0720068788bc..f7169fc302ac 100644 --- a/clients/client-appstream/commands/DeleteUserCommand.ts +++ b/clients/client-appstream/commands/DeleteUserCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResult, __MetadataBea /** *

Deletes a user from the user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DeleteUserCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DeleteUserCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeDirectoryConfigsCommand.ts b/clients/client-appstream/commands/DescribeDirectoryConfigsCommand.ts index 7639b1d308f7..35c652d8243b 100644 --- a/clients/client-appstream/commands/DescribeDirectoryConfigsCommand.ts +++ b/clients/client-appstream/commands/DescribeDirectoryConfigsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDirectoryConfigsCommandOutput extends DescribeDirectory *

*

Although the response syntax in this topic includes the account password, this password is not returned in the actual response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeDirectoryConfigsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeDirectoryConfigsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeFleetsCommand.ts b/clients/client-appstream/commands/DescribeFleetsCommand.ts index 0375b1dcc09a..2ee28c8b62a5 100644 --- a/clients/client-appstream/commands/DescribeFleetsCommand.ts +++ b/clients/client-appstream/commands/DescribeFleetsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met /** *

Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeFleetsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeFleetsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeImageBuildersCommand.ts b/clients/client-appstream/commands/DescribeImageBuildersCommand.ts index a9e38d71569e..86155d4b32b4 100644 --- a/clients/client-appstream/commands/DescribeImageBuildersCommand.ts +++ b/clients/client-appstream/commands/DescribeImageBuildersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImageBuildersCommandOutput extends DescribeImageBuilder /** *

Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeImageBuildersCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeImageBuildersCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeImagePermissionsCommand.ts b/clients/client-appstream/commands/DescribeImagePermissionsCommand.ts index 29c8a11548f0..f07ac0ac3cc0 100644 --- a/clients/client-appstream/commands/DescribeImagePermissionsCommand.ts +++ b/clients/client-appstream/commands/DescribeImagePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImagePermissionsCommandOutput extends DescribeImagePerm /** *

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeImagePermissionsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeImagePermissionsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeImagesCommand.ts b/clients/client-appstream/commands/DescribeImagesCommand.ts index 557c1d566400..a6403b36bb18 100644 --- a/clients/client-appstream/commands/DescribeImagesCommand.ts +++ b/clients/client-appstream/commands/DescribeImagesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met /** *

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeImagesCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeImagesCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeSessionsCommand.ts b/clients/client-appstream/commands/DescribeSessionsCommand.ts index 7e4287081226..a5b9a015c3bc 100644 --- a/clients/client-appstream/commands/DescribeSessionsCommand.ts +++ b/clients/client-appstream/commands/DescribeSessionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResult, _ * only streaming sessions for that user are described. If an authentication type is not provided, * the default is to authenticate users using a streaming URL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeSessionsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeSessionsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeStacksCommand.ts b/clients/client-appstream/commands/DescribeStacksCommand.ts index 2b8e539331e4..8ca9de4b2a3b 100644 --- a/clients/client-appstream/commands/DescribeStacksCommand.ts +++ b/clients/client-appstream/commands/DescribeStacksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksResult, __Met /** *

Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeStacksCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeStacksCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeUsageReportSubscriptionsCommand.ts b/clients/client-appstream/commands/DescribeUsageReportSubscriptionsCommand.ts index 5b18dcaaba0c..a9c44cbd59be 100644 --- a/clients/client-appstream/commands/DescribeUsageReportSubscriptionsCommand.ts +++ b/clients/client-appstream/commands/DescribeUsageReportSubscriptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeUsageReportSubscriptionsCommandOutput /** *

Retrieves a list that describes one or more usage report subscriptions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeUsageReportSubscriptionsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeUsageReportSubscriptionsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeUserStackAssociationsCommand.ts b/clients/client-appstream/commands/DescribeUserStackAssociationsCommand.ts index f2b08b98652b..a52f5d229619 100644 --- a/clients/client-appstream/commands/DescribeUserStackAssociationsCommand.ts +++ b/clients/client-appstream/commands/DescribeUserStackAssociationsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeUserStackAssociationsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeUserStackAssociationsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeUserStackAssociationsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DescribeUsersCommand.ts b/clients/client-appstream/commands/DescribeUsersCommand.ts index 22324cbca949..cf62c8be71db 100644 --- a/clients/client-appstream/commands/DescribeUsersCommand.ts +++ b/clients/client-appstream/commands/DescribeUsersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad /** *

Retrieves a list that describes one or more specified users in the user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DescribeUsersCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DescribeUsersCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DisableUserCommand.ts b/clients/client-appstream/commands/DisableUserCommand.ts index 9100baae8669..287708e4b8c6 100644 --- a/clients/client-appstream/commands/DisableUserCommand.ts +++ b/clients/client-appstream/commands/DisableUserCommand.ts @@ -23,7 +23,7 @@ export interface DisableUserCommandOutput extends DisableUserResult, __MetadataB /** *

Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DisableUserCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DisableUserCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/DisassociateFleetCommand.ts b/clients/client-appstream/commands/DisassociateFleetCommand.ts index 7018a6cd5331..fa6b94d8c2cd 100644 --- a/clients/client-appstream/commands/DisassociateFleetCommand.ts +++ b/clients/client-appstream/commands/DisassociateFleetCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateFleetCommandOutput extends DisassociateFleetResult, /** *

Disassociates the specified fleet from the specified stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, DisassociateFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, DisassociateFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/EnableUserCommand.ts b/clients/client-appstream/commands/EnableUserCommand.ts index 5c71379097ef..fd92565dc825 100644 --- a/clients/client-appstream/commands/EnableUserCommand.ts +++ b/clients/client-appstream/commands/EnableUserCommand.ts @@ -23,7 +23,7 @@ export interface EnableUserCommandOutput extends EnableUserResult, __MetadataBea /** *

Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, EnableUserCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, EnableUserCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/ExpireSessionCommand.ts b/clients/client-appstream/commands/ExpireSessionCommand.ts index 19c79244882a..bcf665a09e9b 100644 --- a/clients/client-appstream/commands/ExpireSessionCommand.ts +++ b/clients/client-appstream/commands/ExpireSessionCommand.ts @@ -23,7 +23,7 @@ export interface ExpireSessionCommandOutput extends ExpireSessionResult, __Metad /** *

Immediately stops the specified streaming session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, ExpireSessionCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, ExpireSessionCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/ListAssociatedFleetsCommand.ts b/clients/client-appstream/commands/ListAssociatedFleetsCommand.ts index 6549f7bb42ee..f7b81dad6f19 100644 --- a/clients/client-appstream/commands/ListAssociatedFleetsCommand.ts +++ b/clients/client-appstream/commands/ListAssociatedFleetsCommand.ts @@ -23,7 +23,7 @@ export interface ListAssociatedFleetsCommandOutput extends ListAssociatedFleetsR /** *

Retrieves the name of the fleet that is associated with the specified stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, ListAssociatedFleetsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, ListAssociatedFleetsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/ListAssociatedStacksCommand.ts b/clients/client-appstream/commands/ListAssociatedStacksCommand.ts index 8a1507facd7f..07a120372e1b 100644 --- a/clients/client-appstream/commands/ListAssociatedStacksCommand.ts +++ b/clients/client-appstream/commands/ListAssociatedStacksCommand.ts @@ -23,7 +23,7 @@ export interface ListAssociatedStacksCommandOutput extends ListAssociatedStacksR /** *

Retrieves the name of the stack with which the specified fleet is associated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, ListAssociatedStacksCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, ListAssociatedStacksCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/ListTagsForResourceCommand.ts b/clients/client-appstream/commands/ListTagsForResourceCommand.ts index 75931a80339a..c2bec9f815c1 100644 --- a/clients/client-appstream/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appstream/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

*

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, ListTagsForResourceCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/StartFleetCommand.ts b/clients/client-appstream/commands/StartFleetCommand.ts index 01ab6f950e13..1af000c9e1c6 100644 --- a/clients/client-appstream/commands/StartFleetCommand.ts +++ b/clients/client-appstream/commands/StartFleetCommand.ts @@ -23,7 +23,7 @@ export interface StartFleetCommandOutput extends StartFleetResult, __MetadataBea /** *

Starts the specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, StartFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, StartFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/StartImageBuilderCommand.ts b/clients/client-appstream/commands/StartImageBuilderCommand.ts index a32df8a913ff..505f97958bc6 100644 --- a/clients/client-appstream/commands/StartImageBuilderCommand.ts +++ b/clients/client-appstream/commands/StartImageBuilderCommand.ts @@ -23,7 +23,7 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult, /** *

Starts the specified image builder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, StartImageBuilderCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, StartImageBuilderCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/StopFleetCommand.ts b/clients/client-appstream/commands/StopFleetCommand.ts index 7827646df03e..b2c7c323d758 100644 --- a/clients/client-appstream/commands/StopFleetCommand.ts +++ b/clients/client-appstream/commands/StopFleetCommand.ts @@ -20,7 +20,7 @@ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBeare /** *

Stops the specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, StopFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, StopFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/StopImageBuilderCommand.ts b/clients/client-appstream/commands/StopImageBuilderCommand.ts index a2d59c8773dc..6ed5bb74330d 100644 --- a/clients/client-appstream/commands/StopImageBuilderCommand.ts +++ b/clients/client-appstream/commands/StopImageBuilderCommand.ts @@ -23,7 +23,7 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _ /** *

Stops the specified image builder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, StopImageBuilderCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, StopImageBuilderCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/TagResourceCommand.ts b/clients/client-appstream/commands/TagResourceCommand.ts index 49815b84a64c..bb1e59cbc3af 100644 --- a/clients/client-appstream/commands/TagResourceCommand.ts +++ b/clients/client-appstream/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * To disassociate tags from your resources, use UntagResource.

*

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, TagResourceCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, TagResourceCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/UntagResourceCommand.ts b/clients/client-appstream/commands/UntagResourceCommand.ts index f3a8260923d3..80165006e95a 100644 --- a/clients/client-appstream/commands/UntagResourceCommand.ts +++ b/clients/client-appstream/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

To list the current tags for your resources, use ListTagsForResource.

*

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, UntagResourceCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, UntagResourceCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/UpdateDirectoryConfigCommand.ts b/clients/client-appstream/commands/UpdateDirectoryConfigCommand.ts index ec1a4d5d21f7..eeafaf137419 100644 --- a/clients/client-appstream/commands/UpdateDirectoryConfigCommand.ts +++ b/clients/client-appstream/commands/UpdateDirectoryConfigCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi /** *

Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, UpdateDirectoryConfigCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, UpdateDirectoryConfigCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/UpdateFleetCommand.ts b/clients/client-appstream/commands/UpdateFleetCommand.ts index c6b35e179898..7b14cd7e6ccc 100644 --- a/clients/client-appstream/commands/UpdateFleetCommand.ts +++ b/clients/client-appstream/commands/UpdateFleetCommand.ts @@ -26,7 +26,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB * If the fleet is in the RUNNING state, you can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. * If the fleet is in the STARTING or STOPPING state, you can't update it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, UpdateFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, UpdateFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/UpdateImagePermissionsCommand.ts b/clients/client-appstream/commands/UpdateImagePermissionsCommand.ts index e42f1db93d83..e2e65557b0fd 100644 --- a/clients/client-appstream/commands/UpdateImagePermissionsCommand.ts +++ b/clients/client-appstream/commands/UpdateImagePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi /** *

Adds or updates permissions for the specified private image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, UpdateImagePermissionsCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, UpdateImagePermissionsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appstream/commands/UpdateStackCommand.ts b/clients/client-appstream/commands/UpdateStackCommand.ts index 958a7370691d..e27468bcce50 100644 --- a/clients/client-appstream/commands/UpdateStackCommand.ts +++ b/clients/client-appstream/commands/UpdateStackCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB /** *

Updates the specified fields for the specified stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppStreamClient, UpdateStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import * // const { AppStreamClient, UpdateStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import diff --git a/clients/client-appsync/commands/CreateApiCacheCommand.ts b/clients/client-appsync/commands/CreateApiCacheCommand.ts index 08b3d0f7cb13..dc015b49c8a2 100644 --- a/clients/client-appsync/commands/CreateApiCacheCommand.ts +++ b/clients/client-appsync/commands/CreateApiCacheCommand.ts @@ -23,7 +23,7 @@ export interface CreateApiCacheCommandOutput extends CreateApiCacheResponse, __M /** *

Creates a cache for the GraphQL API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, CreateApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, CreateApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/CreateApiKeyCommand.ts b/clients/client-appsync/commands/CreateApiKeyCommand.ts index 254020b40bc3..0d482f95247b 100644 --- a/clients/client-appsync/commands/CreateApiKeyCommand.ts +++ b/clients/client-appsync/commands/CreateApiKeyCommand.ts @@ -24,7 +24,7 @@ export interface CreateApiKeyCommandOutput extends CreateApiKeyResponse, __Metad *

Creates a unique key that you can distribute to clients who are executing your * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, CreateApiKeyCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, CreateApiKeyCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/CreateDataSourceCommand.ts b/clients/client-appsync/commands/CreateDataSourceCommand.ts index 1e1eb353cb09..b02759ffe718 100644 --- a/clients/client-appsync/commands/CreateDataSourceCommand.ts +++ b/clients/client-appsync/commands/CreateDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, /** *

Creates a DataSource object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, CreateDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, CreateDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/CreateFunctionCommand.ts b/clients/client-appsync/commands/CreateFunctionCommand.ts index fceb9f6f5912..d3bc7ee38ca8 100644 --- a/clients/client-appsync/commands/CreateFunctionCommand.ts +++ b/clients/client-appsync/commands/CreateFunctionCommand.ts @@ -25,7 +25,7 @@ export interface CreateFunctionCommandOutput extends CreateFunctionResponse, __M *

A function is a reusable entity. Multiple functions can be used to compose the resolver * logic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, CreateFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, CreateFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/CreateGraphqlApiCommand.ts b/clients/client-appsync/commands/CreateGraphqlApiCommand.ts index feb191d75d25..90844a08d465 100644 --- a/clients/client-appsync/commands/CreateGraphqlApiCommand.ts +++ b/clients/client-appsync/commands/CreateGraphqlApiCommand.ts @@ -23,7 +23,7 @@ export interface CreateGraphqlApiCommandOutput extends CreateGraphqlApiResponse, /** *

Creates a GraphqlApi object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, CreateGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, CreateGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/CreateResolverCommand.ts b/clients/client-appsync/commands/CreateResolverCommand.ts index 224cc84d08a8..8865356cb48b 100644 --- a/clients/client-appsync/commands/CreateResolverCommand.ts +++ b/clients/client-appsync/commands/CreateResolverCommand.ts @@ -25,7 +25,7 @@ export interface CreateResolverCommandOutput extends CreateResolverResponse, __M *

A resolver converts incoming requests into a format that a data source can understand * and converts the data source's responses into GraphQL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, CreateResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, CreateResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/CreateTypeCommand.ts b/clients/client-appsync/commands/CreateTypeCommand.ts index b4655c0ea158..0f6bc316e4cb 100644 --- a/clients/client-appsync/commands/CreateTypeCommand.ts +++ b/clients/client-appsync/commands/CreateTypeCommand.ts @@ -23,7 +23,7 @@ export interface CreateTypeCommandOutput extends CreateTypeResponse, __MetadataB /** *

Creates a Type object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, CreateTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, CreateTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/DeleteApiCacheCommand.ts b/clients/client-appsync/commands/DeleteApiCacheCommand.ts index b4e358de69eb..bbf301394b88 100644 --- a/clients/client-appsync/commands/DeleteApiCacheCommand.ts +++ b/clients/client-appsync/commands/DeleteApiCacheCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApiCacheCommandOutput extends DeleteApiCacheResponse, __M /** *

Deletes an ApiCache object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, DeleteApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, DeleteApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/DeleteApiKeyCommand.ts b/clients/client-appsync/commands/DeleteApiKeyCommand.ts index 90277c235450..982ed5c13300 100644 --- a/clients/client-appsync/commands/DeleteApiKeyCommand.ts +++ b/clients/client-appsync/commands/DeleteApiKeyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApiKeyCommandOutput extends DeleteApiKeyResponse, __Metad /** *

Deletes an API key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, DeleteApiKeyCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, DeleteApiKeyCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/DeleteDataSourceCommand.ts b/clients/client-appsync/commands/DeleteDataSourceCommand.ts index de0250def3ec..2d8a716c434d 100644 --- a/clients/client-appsync/commands/DeleteDataSourceCommand.ts +++ b/clients/client-appsync/commands/DeleteDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse, /** *

Deletes a DataSource object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, DeleteDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, DeleteDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/DeleteFunctionCommand.ts b/clients/client-appsync/commands/DeleteFunctionCommand.ts index d27840ae0061..ce91fa68a913 100644 --- a/clients/client-appsync/commands/DeleteFunctionCommand.ts +++ b/clients/client-appsync/commands/DeleteFunctionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __M /** *

Deletes a Function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, DeleteFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, DeleteFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/DeleteGraphqlApiCommand.ts b/clients/client-appsync/commands/DeleteGraphqlApiCommand.ts index 6cc8f81d76ed..55145cdb6b8f 100644 --- a/clients/client-appsync/commands/DeleteGraphqlApiCommand.ts +++ b/clients/client-appsync/commands/DeleteGraphqlApiCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGraphqlApiCommandOutput extends DeleteGraphqlApiResponse, /** *

Deletes a GraphqlApi object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, DeleteGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, DeleteGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/DeleteResolverCommand.ts b/clients/client-appsync/commands/DeleteResolverCommand.ts index 3169c42a9c2f..f327507e7b77 100644 --- a/clients/client-appsync/commands/DeleteResolverCommand.ts +++ b/clients/client-appsync/commands/DeleteResolverCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResolverCommandOutput extends DeleteResolverResponse, __M /** *

Deletes a Resolver object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, DeleteResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, DeleteResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/DeleteTypeCommand.ts b/clients/client-appsync/commands/DeleteTypeCommand.ts index 6bddf0ca2161..cda898baf1a9 100644 --- a/clients/client-appsync/commands/DeleteTypeCommand.ts +++ b/clients/client-appsync/commands/DeleteTypeCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTypeCommandOutput extends DeleteTypeResponse, __MetadataB /** *

Deletes a Type object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, DeleteTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, DeleteTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/FlushApiCacheCommand.ts b/clients/client-appsync/commands/FlushApiCacheCommand.ts index 72644635b3a5..32c398974951 100644 --- a/clients/client-appsync/commands/FlushApiCacheCommand.ts +++ b/clients/client-appsync/commands/FlushApiCacheCommand.ts @@ -23,7 +23,7 @@ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __Met /** *

Flushes an ApiCache object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, FlushApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, FlushApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetApiCacheCommand.ts b/clients/client-appsync/commands/GetApiCacheCommand.ts index ced561631bea..0320885dcc88 100644 --- a/clients/client-appsync/commands/GetApiCacheCommand.ts +++ b/clients/client-appsync/commands/GetApiCacheCommand.ts @@ -23,7 +23,7 @@ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __Metadat /** *

Retrieves an ApiCache object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetDataSourceCommand.ts b/clients/client-appsync/commands/GetDataSourceCommand.ts index fb33375530e6..b8831d6e85e2 100644 --- a/clients/client-appsync/commands/GetDataSourceCommand.ts +++ b/clients/client-appsync/commands/GetDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met /** *

Retrieves a DataSource object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetFunctionCommand.ts b/clients/client-appsync/commands/GetFunctionCommand.ts index c51fcefc65a0..9a10937ec0e2 100644 --- a/clients/client-appsync/commands/GetFunctionCommand.ts +++ b/clients/client-appsync/commands/GetFunctionCommand.ts @@ -23,7 +23,7 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat /** *

Get a Function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetGraphqlApiCommand.ts b/clients/client-appsync/commands/GetGraphqlApiCommand.ts index 91b4ab1dafd3..0add2e42aff8 100644 --- a/clients/client-appsync/commands/GetGraphqlApiCommand.ts +++ b/clients/client-appsync/commands/GetGraphqlApiCommand.ts @@ -23,7 +23,7 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met /** *

Retrieves a GraphqlApi object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetIntrospectionSchemaCommand.ts b/clients/client-appsync/commands/GetIntrospectionSchemaCommand.ts index 7813c9e4074c..a54efb01015e 100644 --- a/clients/client-appsync/commands/GetIntrospectionSchemaCommand.ts +++ b/clients/client-appsync/commands/GetIntrospectionSchemaCommand.ts @@ -23,7 +23,7 @@ export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSch /** *

Retrieves the introspection schema for a GraphQL API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetIntrospectionSchemaCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetIntrospectionSchemaCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetResolverCommand.ts b/clients/client-appsync/commands/GetResolverCommand.ts index 6fd54e5159b1..8f2e746e8e7e 100644 --- a/clients/client-appsync/commands/GetResolverCommand.ts +++ b/clients/client-appsync/commands/GetResolverCommand.ts @@ -23,7 +23,7 @@ export interface GetResolverCommandOutput extends GetResolverResponse, __Metadat /** *

Retrieves a Resolver object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetSchemaCreationStatusCommand.ts b/clients/client-appsync/commands/GetSchemaCreationStatusCommand.ts index 695718d97736..3f1b55742be2 100644 --- a/clients/client-appsync/commands/GetSchemaCreationStatusCommand.ts +++ b/clients/client-appsync/commands/GetSchemaCreationStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationS /** *

Retrieves the current status of a schema creation operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetSchemaCreationStatusCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetSchemaCreationStatusCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/GetTypeCommand.ts b/clients/client-appsync/commands/GetTypeCommand.ts index a082d9464f96..a2a34b647355 100644 --- a/clients/client-appsync/commands/GetTypeCommand.ts +++ b/clients/client-appsync/commands/GetTypeCommand.ts @@ -23,7 +23,7 @@ export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer /** *

Retrieves a Type object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, GetTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, GetTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListApiKeysCommand.ts b/clients/client-appsync/commands/ListApiKeysCommand.ts index de2016f5fe4c..fe5d04e41e1d 100644 --- a/clients/client-appsync/commands/ListApiKeysCommand.ts +++ b/clients/client-appsync/commands/ListApiKeysCommand.ts @@ -29,7 +29,7 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat * deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListApiKeysCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListApiKeysCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListDataSourcesCommand.ts b/clients/client-appsync/commands/ListDataSourcesCommand.ts index 57ac68bd3ba4..230e4f30468e 100644 --- a/clients/client-appsync/commands/ListDataSourcesCommand.ts +++ b/clients/client-appsync/commands/ListDataSourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _ /** *

Lists the data sources for a given API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListDataSourcesCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListDataSourcesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListFunctionsCommand.ts b/clients/client-appsync/commands/ListFunctionsCommand.ts index 0eff4709a9ad..0457d6608e48 100644 --- a/clients/client-appsync/commands/ListFunctionsCommand.ts +++ b/clients/client-appsync/commands/ListFunctionsCommand.ts @@ -23,7 +23,7 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met /** *

List multiple functions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListFunctionsCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListFunctionsCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListGraphqlApisCommand.ts b/clients/client-appsync/commands/ListGraphqlApisCommand.ts index 959206a61ac0..bf6ec7e44ce8 100644 --- a/clients/client-appsync/commands/ListGraphqlApisCommand.ts +++ b/clients/client-appsync/commands/ListGraphqlApisCommand.ts @@ -23,7 +23,7 @@ export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _ /** *

Lists your GraphQL APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListGraphqlApisCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListGraphqlApisCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListResolversByFunctionCommand.ts b/clients/client-appsync/commands/ListResolversByFunctionCommand.ts index 1f0e4e8e40e8..a4124d81c1cc 100644 --- a/clients/client-appsync/commands/ListResolversByFunctionCommand.ts +++ b/clients/client-appsync/commands/ListResolversByFunctionCommand.ts @@ -23,7 +23,7 @@ export interface ListResolversByFunctionCommandOutput extends ListResolversByFun /** *

List the resolvers that are associated with a specific function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListResolversByFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListResolversByFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListResolversCommand.ts b/clients/client-appsync/commands/ListResolversCommand.ts index 92652fcab830..8290d9fde3d1 100644 --- a/clients/client-appsync/commands/ListResolversCommand.ts +++ b/clients/client-appsync/commands/ListResolversCommand.ts @@ -23,7 +23,7 @@ export interface ListResolversCommandOutput extends ListResolversResponse, __Met /** *

Lists the resolvers for a given API and type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListResolversCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListResolversCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListTagsForResourceCommand.ts b/clients/client-appsync/commands/ListTagsForResourceCommand.ts index 2fa6f009b531..267993c41980 100644 --- a/clients/client-appsync/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appsync/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/ListTypesCommand.ts b/clients/client-appsync/commands/ListTypesCommand.ts index d25dc47a077b..34cfde9b5856 100644 --- a/clients/client-appsync/commands/ListTypesCommand.ts +++ b/clients/client-appsync/commands/ListTypesCommand.ts @@ -23,7 +23,7 @@ export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBea /** *

Lists the types for a given API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, ListTypesCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, ListTypesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/StartSchemaCreationCommand.ts b/clients/client-appsync/commands/StartSchemaCreationCommand.ts index 070cf3cd7386..5e401b70e14f 100644 --- a/clients/client-appsync/commands/StartSchemaCreationCommand.ts +++ b/clients/client-appsync/commands/StartSchemaCreationCommand.ts @@ -25,7 +25,7 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes *

This operation is asynchronous. Use to * determine when it has completed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, StartSchemaCreationCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, StartSchemaCreationCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/TagResourceCommand.ts b/clients/client-appsync/commands/TagResourceCommand.ts index 213084dc308c..ba2935a37817 100644 --- a/clients/client-appsync/commands/TagResourceCommand.ts +++ b/clients/client-appsync/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Tags a resource with user-supplied tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, TagResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, TagResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UntagResourceCommand.ts b/clients/client-appsync/commands/UntagResourceCommand.ts index ea3c384c0e7d..c19964332d19 100644 --- a/clients/client-appsync/commands/UntagResourceCommand.ts +++ b/clients/client-appsync/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Untags a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UntagResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UntagResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UpdateApiCacheCommand.ts b/clients/client-appsync/commands/UpdateApiCacheCommand.ts index 1db8b9c48d1a..31d8b45bd6c0 100644 --- a/clients/client-appsync/commands/UpdateApiCacheCommand.ts +++ b/clients/client-appsync/commands/UpdateApiCacheCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __M /** *

Updates the cache for the GraphQL API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UpdateApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UpdateApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UpdateApiKeyCommand.ts b/clients/client-appsync/commands/UpdateApiKeyCommand.ts index eb94e80ebe85..2497430ac7ea 100644 --- a/clients/client-appsync/commands/UpdateApiKeyCommand.ts +++ b/clients/client-appsync/commands/UpdateApiKeyCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __Metad /** *

Updates an API key. The key can be updated while it is not deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UpdateApiKeyCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UpdateApiKeyCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UpdateDataSourceCommand.ts b/clients/client-appsync/commands/UpdateDataSourceCommand.ts index a7b6d57164ce..2e835bfdf238 100644 --- a/clients/client-appsync/commands/UpdateDataSourceCommand.ts +++ b/clients/client-appsync/commands/UpdateDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, /** *

Updates a DataSource object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UpdateDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UpdateDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UpdateFunctionCommand.ts b/clients/client-appsync/commands/UpdateFunctionCommand.ts index 771207c8cf94..a2a5b14a8e2d 100644 --- a/clients/client-appsync/commands/UpdateFunctionCommand.ts +++ b/clients/client-appsync/commands/UpdateFunctionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __M /** *

Updates a Function object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UpdateFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UpdateFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UpdateGraphqlApiCommand.ts b/clients/client-appsync/commands/UpdateGraphqlApiCommand.ts index fb26ce4b84e6..7f57b6ae20bd 100644 --- a/clients/client-appsync/commands/UpdateGraphqlApiCommand.ts +++ b/clients/client-appsync/commands/UpdateGraphqlApiCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse, /** *

Updates a GraphqlApi object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UpdateGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UpdateGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UpdateResolverCommand.ts b/clients/client-appsync/commands/UpdateResolverCommand.ts index 6199bfdb100a..48c1c3f01893 100644 --- a/clients/client-appsync/commands/UpdateResolverCommand.ts +++ b/clients/client-appsync/commands/UpdateResolverCommand.ts @@ -23,7 +23,7 @@ export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __M /** *

Updates a Resolver object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UpdateResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UpdateResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-appsync/commands/UpdateTypeCommand.ts b/clients/client-appsync/commands/UpdateTypeCommand.ts index 52e5e42d1379..425143e7ebd9 100644 --- a/clients/client-appsync/commands/UpdateTypeCommand.ts +++ b/clients/client-appsync/commands/UpdateTypeCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataB /** *

Updates a Type object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AppSyncClient, UpdateTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import * // const { AppSyncClient, UpdateTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import diff --git a/clients/client-athena/commands/BatchGetNamedQueryCommand.ts b/clients/client-athena/commands/BatchGetNamedQueryCommand.ts index 210a160433d9..fb990a19e5ec 100644 --- a/clients/client-athena/commands/BatchGetNamedQueryCommand.ts +++ b/clients/client-athena/commands/BatchGetNamedQueryCommand.ts @@ -31,7 +31,7 @@ export interface BatchGetNamedQueryCommandOutput extends BatchGetNamedQueryOutpu * unique query execution, and ListQueryExecutionsInput to get a list of * query execution IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, BatchGetNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, BatchGetNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/BatchGetQueryExecutionCommand.ts b/clients/client-athena/commands/BatchGetQueryExecutionCommand.ts index 2169eec14d6d..1efd48d3e151 100644 --- a/clients/client-athena/commands/BatchGetQueryExecutionCommand.ts +++ b/clients/client-athena/commands/BatchGetQueryExecutionCommand.ts @@ -28,7 +28,7 @@ export interface BatchGetQueryExecutionCommandOutput extends BatchGetQueryExecut * from named (saved) queries. Use BatchGetNamedQueryInput to get details * about named queries.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, BatchGetQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, BatchGetQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/CreateDataCatalogCommand.ts b/clients/client-athena/commands/CreateDataCatalogCommand.ts index 51c9e2c5bd3e..f1c39320c595 100644 --- a/clients/client-athena/commands/CreateDataCatalogCommand.ts +++ b/clients/client-athena/commands/CreateDataCatalogCommand.ts @@ -24,7 +24,7 @@ export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput, *

Creates (registers) a data catalog with the specified name and properties. Catalogs * created are visible to all users of the same AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, CreateDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, CreateDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/CreateNamedQueryCommand.ts b/clients/client-athena/commands/CreateNamedQueryCommand.ts index 511c3674f4fe..bb91874bef2e 100644 --- a/clients/client-athena/commands/CreateNamedQueryCommand.ts +++ b/clients/client-athena/commands/CreateNamedQueryCommand.ts @@ -26,7 +26,7 @@ export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, _ *

For code samples using the AWS SDK for Java, see Examples and * Code Samples in the Amazon Athena User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, CreateNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, CreateNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/CreatePreparedStatementCommand.ts b/clients/client-athena/commands/CreatePreparedStatementCommand.ts index 2d8e19f3438a..4f1416bd5331 100644 --- a/clients/client-athena/commands/CreatePreparedStatementCommand.ts +++ b/clients/client-athena/commands/CreatePreparedStatementCommand.ts @@ -23,7 +23,7 @@ export interface CreatePreparedStatementCommandOutput extends CreatePreparedStat /** *

Creates a prepared statement for use with SQL queries in Athena.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, CreatePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, CreatePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/CreateWorkGroupCommand.ts b/clients/client-athena/commands/CreateWorkGroupCommand.ts index 243db253e685..7696308d76db 100644 --- a/clients/client-athena/commands/CreateWorkGroupCommand.ts +++ b/clients/client-athena/commands/CreateWorkGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __M /** *

Creates a workgroup with the specified name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, CreateWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, CreateWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/DeleteDataCatalogCommand.ts b/clients/client-athena/commands/DeleteDataCatalogCommand.ts index d3a0768b38cb..f4f4a0edd6d8 100644 --- a/clients/client-athena/commands/DeleteDataCatalogCommand.ts +++ b/clients/client-athena/commands/DeleteDataCatalogCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDataCatalogCommandOutput extends DeleteDataCatalogOutput, /** *

Deletes a data catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, DeleteDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, DeleteDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/DeleteNamedQueryCommand.ts b/clients/client-athena/commands/DeleteNamedQueryCommand.ts index 37e5880b093d..c8e0bf23d508 100644 --- a/clients/client-athena/commands/DeleteNamedQueryCommand.ts +++ b/clients/client-athena/commands/DeleteNamedQueryCommand.ts @@ -26,7 +26,7 @@ export interface DeleteNamedQueryCommandOutput extends DeleteNamedQueryOutput, _ *

For code samples using the AWS SDK for Java, see Examples and * Code Samples in the Amazon Athena User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, DeleteNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, DeleteNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/DeletePreparedStatementCommand.ts b/clients/client-athena/commands/DeletePreparedStatementCommand.ts index 10f8bc95344e..8a9def376a23 100644 --- a/clients/client-athena/commands/DeletePreparedStatementCommand.ts +++ b/clients/client-athena/commands/DeletePreparedStatementCommand.ts @@ -24,7 +24,7 @@ export interface DeletePreparedStatementCommandOutput extends DeletePreparedStat *

Deletes the prepared statement with the specified name from the specified * workgroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, DeletePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, DeletePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/DeleteWorkGroupCommand.ts b/clients/client-athena/commands/DeleteWorkGroupCommand.ts index 9143805547dc..d454faabad22 100644 --- a/clients/client-athena/commands/DeleteWorkGroupCommand.ts +++ b/clients/client-athena/commands/DeleteWorkGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteWorkGroupCommandOutput extends DeleteWorkGroupOutput, __M *

Deletes the workgroup with the specified name. The primary workgroup cannot be * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, DeleteWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, DeleteWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetDataCatalogCommand.ts b/clients/client-athena/commands/GetDataCatalogCommand.ts index 92c8103a3b6f..1ca837b84564 100644 --- a/clients/client-athena/commands/GetDataCatalogCommand.ts +++ b/clients/client-athena/commands/GetDataCatalogCommand.ts @@ -23,7 +23,7 @@ export interface GetDataCatalogCommandOutput extends GetDataCatalogOutput, __Met /** *

Returns the specified data catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetDatabaseCommand.ts b/clients/client-athena/commands/GetDatabaseCommand.ts index 05b142d8f46b..d581207cdfe1 100644 --- a/clients/client-athena/commands/GetDatabaseCommand.ts +++ b/clients/client-athena/commands/GetDatabaseCommand.ts @@ -23,7 +23,7 @@ export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataB /** *

Returns a database object for the specified database and data catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetDatabaseCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetDatabaseCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetNamedQueryCommand.ts b/clients/client-athena/commands/GetNamedQueryCommand.ts index b6c0b1985984..3e338a6b8cfa 100644 --- a/clients/client-athena/commands/GetNamedQueryCommand.ts +++ b/clients/client-athena/commands/GetNamedQueryCommand.ts @@ -24,7 +24,7 @@ export interface GetNamedQueryCommandOutput extends GetNamedQueryOutput, __Metad *

Returns information about a single query. Requires that you have access to the * workgroup in which the query was saved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetPreparedStatementCommand.ts b/clients/client-athena/commands/GetPreparedStatementCommand.ts index e628af8930e7..15686f5124c5 100644 --- a/clients/client-athena/commands/GetPreparedStatementCommand.ts +++ b/clients/client-athena/commands/GetPreparedStatementCommand.ts @@ -24,7 +24,7 @@ export interface GetPreparedStatementCommandOutput extends GetPreparedStatementO *

Retrieves the prepared statement with the specified name from the specified * workgroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetPreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetPreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetQueryExecutionCommand.ts b/clients/client-athena/commands/GetQueryExecutionCommand.ts index f289ce69e56a..0a2d48057c99 100644 --- a/clients/client-athena/commands/GetQueryExecutionCommand.ts +++ b/clients/client-athena/commands/GetQueryExecutionCommand.ts @@ -25,7 +25,7 @@ export interface GetQueryExecutionCommandOutput extends GetQueryExecutionOutput, * workgroup in which the query ran. Each time a query executes, information about the * query execution is saved with a unique ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetQueryResultsCommand.ts b/clients/client-athena/commands/GetQueryResultsCommand.ts index 47f89e5b408d..f5bf8eeaf48e 100644 --- a/clients/client-athena/commands/GetQueryResultsCommand.ts +++ b/clients/client-athena/commands/GetQueryResultsCommand.ts @@ -37,7 +37,7 @@ export interface GetQueryResultsCommandOutput extends GetQueryResultsOutput, __M * denied.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetQueryResultsCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetQueryResultsCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetTableMetadataCommand.ts b/clients/client-athena/commands/GetTableMetadataCommand.ts index 7c1f3ac41138..5d9932f57805 100644 --- a/clients/client-athena/commands/GetTableMetadataCommand.ts +++ b/clients/client-athena/commands/GetTableMetadataCommand.ts @@ -23,7 +23,7 @@ export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, _ /** *

Returns table metadata for the specified catalog, database, and table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetTableMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetTableMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/GetWorkGroupCommand.ts b/clients/client-athena/commands/GetWorkGroupCommand.ts index a742b1a3e56c..47fb874dd7c9 100644 --- a/clients/client-athena/commands/GetWorkGroupCommand.ts +++ b/clients/client-athena/commands/GetWorkGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __Metadat /** *

Returns information about the workgroup with the specified name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, GetWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, GetWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListDataCatalogsCommand.ts b/clients/client-athena/commands/ListDataCatalogsCommand.ts index b9da1aa41979..d2aabfb224d5 100644 --- a/clients/client-athena/commands/ListDataCatalogsCommand.ts +++ b/clients/client-athena/commands/ListDataCatalogsCommand.ts @@ -23,7 +23,7 @@ export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, _ /** *

Lists the data catalogs in the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListDataCatalogsCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListDataCatalogsCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListDatabasesCommand.ts b/clients/client-athena/commands/ListDatabasesCommand.ts index a27aa9f2ed11..dc97d35fcbf8 100644 --- a/clients/client-athena/commands/ListDatabasesCommand.ts +++ b/clients/client-athena/commands/ListDatabasesCommand.ts @@ -23,7 +23,7 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad /** *

Lists the databases in the specified data catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListDatabasesCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListDatabasesCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListEngineVersionsCommand.ts b/clients/client-athena/commands/ListEngineVersionsCommand.ts index 984c57e4efa1..3f1a82823ec1 100644 --- a/clients/client-athena/commands/ListEngineVersionsCommand.ts +++ b/clients/client-athena/commands/ListEngineVersionsCommand.ts @@ -24,7 +24,7 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutpu *

Returns a list of engine versions that are available to choose from, including the * Auto option.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListEngineVersionsCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListEngineVersionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListNamedQueriesCommand.ts b/clients/client-athena/commands/ListNamedQueriesCommand.ts index c1405d95b2db..8de535e209e8 100644 --- a/clients/client-athena/commands/ListNamedQueriesCommand.ts +++ b/clients/client-athena/commands/ListNamedQueriesCommand.ts @@ -27,7 +27,7 @@ export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, _ *

For code samples using the AWS SDK for Java, see Examples and * Code Samples in the Amazon Athena User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListNamedQueriesCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListNamedQueriesCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListPreparedStatementsCommand.ts b/clients/client-athena/commands/ListPreparedStatementsCommand.ts index db0db6ccc5f9..65e08409d4b2 100644 --- a/clients/client-athena/commands/ListPreparedStatementsCommand.ts +++ b/clients/client-athena/commands/ListPreparedStatementsCommand.ts @@ -23,7 +23,7 @@ export interface ListPreparedStatementsCommandOutput extends ListPreparedStateme /** *

Lists the prepared statements in the specfied workgroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListPreparedStatementsCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListPreparedStatementsCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListQueryExecutionsCommand.ts b/clients/client-athena/commands/ListQueryExecutionsCommand.ts index 6447a8aeab07..39ad01ee8209 100644 --- a/clients/client-athena/commands/ListQueryExecutionsCommand.ts +++ b/clients/client-athena/commands/ListQueryExecutionsCommand.ts @@ -28,7 +28,7 @@ export interface ListQueryExecutionsCommandOutput extends ListQueryExecutionsOut *

For code samples using the AWS SDK for Java, see Examples and * Code Samples in the Amazon Athena User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListQueryExecutionsCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListQueryExecutionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListTableMetadataCommand.ts b/clients/client-athena/commands/ListTableMetadataCommand.ts index 3cae840f6cce..1352928d2d5c 100644 --- a/clients/client-athena/commands/ListTableMetadataCommand.ts +++ b/clients/client-athena/commands/ListTableMetadataCommand.ts @@ -23,7 +23,7 @@ export interface ListTableMetadataCommandOutput extends ListTableMetadataOutput, /** *

Lists the metadata for the tables in the specified data catalog database.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListTableMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListTableMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListTagsForResourceCommand.ts b/clients/client-athena/commands/ListTagsForResourceCommand.ts index f2e47634ad0d..498d6951376f 100644 --- a/clients/client-athena/commands/ListTagsForResourceCommand.ts +++ b/clients/client-athena/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

Lists the tags associated with an Athena workgroup or data catalog resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListTagsForResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListTagsForResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/ListWorkGroupsCommand.ts b/clients/client-athena/commands/ListWorkGroupsCommand.ts index 23f2c452baee..9dd960c8c4ae 100644 --- a/clients/client-athena/commands/ListWorkGroupsCommand.ts +++ b/clients/client-athena/commands/ListWorkGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListWorkGroupsCommandOutput extends ListWorkGroupsOutput, __Met /** *

Lists available workgroups for the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, ListWorkGroupsCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, ListWorkGroupsCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/StartQueryExecutionCommand.ts b/clients/client-athena/commands/StartQueryExecutionCommand.ts index f51cf5a8ad3e..06fb7a97f648 100644 --- a/clients/client-athena/commands/StartQueryExecutionCommand.ts +++ b/clients/client-athena/commands/StartQueryExecutionCommand.ts @@ -27,7 +27,7 @@ export interface StartQueryExecutionCommandOutput extends StartQueryExecutionOut * samples using the AWS SDK for Java, see Examples and * Code Samples in the Amazon Athena User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, StartQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, StartQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/StopQueryExecutionCommand.ts b/clients/client-athena/commands/StopQueryExecutionCommand.ts index f9a8a021d5fe..2efd10f1c76b 100644 --- a/clients/client-athena/commands/StopQueryExecutionCommand.ts +++ b/clients/client-athena/commands/StopQueryExecutionCommand.ts @@ -26,7 +26,7 @@ export interface StopQueryExecutionCommandOutput extends StopQueryExecutionOutpu *

For code samples using the AWS SDK for Java, see Examples and * Code Samples in the Amazon Athena User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, StopQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, StopQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/TagResourceCommand.ts b/clients/client-athena/commands/TagResourceCommand.ts index 0d61c9d097c5..b3bb18820098 100644 --- a/clients/client-athena/commands/TagResourceCommand.ts +++ b/clients/client-athena/commands/TagResourceCommand.ts @@ -32,7 +32,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB * @. Tag keys and values are case-sensitive. Tag keys must be unique per resource. If you * specify more than one tag, separate them by commas.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, TagResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, TagResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/UntagResourceCommand.ts b/clients/client-athena/commands/UntagResourceCommand.ts index a0bd729f45ef..a3ec6313e590 100644 --- a/clients/client-athena/commands/UntagResourceCommand.ts +++ b/clients/client-athena/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Removes one or more tags from a data catalog or workgroup resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, UntagResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, UntagResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/UpdateDataCatalogCommand.ts b/clients/client-athena/commands/UpdateDataCatalogCommand.ts index 368c3053022e..fa8d0d16bbf5 100644 --- a/clients/client-athena/commands/UpdateDataCatalogCommand.ts +++ b/clients/client-athena/commands/UpdateDataCatalogCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDataCatalogCommandOutput extends UpdateDataCatalogOutput, /** *

Updates the data catalog that has the specified name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, UpdateDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, UpdateDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/UpdatePreparedStatementCommand.ts b/clients/client-athena/commands/UpdatePreparedStatementCommand.ts index b0d9250cd989..d4255e272faf 100644 --- a/clients/client-athena/commands/UpdatePreparedStatementCommand.ts +++ b/clients/client-athena/commands/UpdatePreparedStatementCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePreparedStatementCommandOutput extends UpdatePreparedStat /** *

Updates a prepared statement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, UpdatePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, UpdatePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-athena/commands/UpdateWorkGroupCommand.ts b/clients/client-athena/commands/UpdateWorkGroupCommand.ts index 99eb3af1477f..9ac1e485f519 100644 --- a/clients/client-athena/commands/UpdateWorkGroupCommand.ts +++ b/clients/client-athena/commands/UpdateWorkGroupCommand.ts @@ -24,7 +24,7 @@ export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __M *

Updates the workgroup with the specified name. The workgroup's name cannot be * changed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AthenaClient, UpdateWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import * // const { AthenaClient, UpdateWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import diff --git a/clients/client-auditmanager/commands/AssociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/commands/AssociateAssessmentReportEvidenceFolderCommand.ts index 0d473c5a20a5..fe727db93712 100644 --- a/clients/client-auditmanager/commands/AssociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/commands/AssociateAssessmentReportEvidenceFolderCommand.ts @@ -31,7 +31,7 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput * Associates an evidence folder to the specified assessment report in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/BatchAssociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/commands/BatchAssociateAssessmentReportEvidenceCommand.ts index 6b5b7162d055..fd961a529aa1 100644 --- a/clients/client-auditmanager/commands/BatchAssociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/commands/BatchAssociateAssessmentReportEvidenceCommand.ts @@ -31,7 +31,7 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput * Associates a list of evidence to an assessment report in an AWS Audit Manager assessment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/BatchCreateDelegationByAssessmentCommand.ts b/clients/client-auditmanager/commands/BatchCreateDelegationByAssessmentCommand.ts index 992bf1cb678e..ac5b19d8928e 100644 --- a/clients/client-auditmanager/commands/BatchCreateDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/commands/BatchCreateDelegationByAssessmentCommand.ts @@ -30,7 +30,7 @@ export interface BatchCreateDelegationByAssessmentCommandOutput * Create a batch of delegations for a specified assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/BatchDeleteDelegationByAssessmentCommand.ts b/clients/client-auditmanager/commands/BatchDeleteDelegationByAssessmentCommand.ts index ebfa63b6d2f4..35152b09c434 100644 --- a/clients/client-auditmanager/commands/BatchDeleteDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/commands/BatchDeleteDelegationByAssessmentCommand.ts @@ -30,7 +30,7 @@ export interface BatchDeleteDelegationByAssessmentCommandOutput * Deletes the delegations in the specified AWS Audit Manager assessment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts index 6782448a1987..ee8d5ea73f6f 100644 --- a/clients/client-auditmanager/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts @@ -31,7 +31,7 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandOutput * Disassociates a list of evidence from the specified assessment report in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/BatchImportEvidenceToAssessmentControlCommand.ts b/clients/client-auditmanager/commands/BatchImportEvidenceToAssessmentControlCommand.ts index 873a86c97ce5..41f279a757ea 100644 --- a/clients/client-auditmanager/commands/BatchImportEvidenceToAssessmentControlCommand.ts +++ b/clients/client-auditmanager/commands/BatchImportEvidenceToAssessmentControlCommand.ts @@ -31,7 +31,7 @@ export interface BatchImportEvidenceToAssessmentControlCommandOutput * Uploads one or more pieces of evidence to the specified control in the assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/CreateAssessmentCommand.ts b/clients/client-auditmanager/commands/CreateAssessmentCommand.ts index 4807efbfb5d8..5d694ef54106 100644 --- a/clients/client-auditmanager/commands/CreateAssessmentCommand.ts +++ b/clients/client-auditmanager/commands/CreateAssessmentCommand.ts @@ -25,7 +25,7 @@ export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse, * Creates an assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, CreateAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, CreateAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/CreateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/commands/CreateAssessmentFrameworkCommand.ts index 189f3f4d42dc..4bd42ab8cf7a 100644 --- a/clients/client-auditmanager/commands/CreateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/commands/CreateAssessmentFrameworkCommand.ts @@ -25,7 +25,7 @@ export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessment * Creates a custom framework in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, CreateAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, CreateAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/CreateAssessmentReportCommand.ts b/clients/client-auditmanager/commands/CreateAssessmentReportCommand.ts index 8b22031fb533..aeaa8886674e 100644 --- a/clients/client-auditmanager/commands/CreateAssessmentReportCommand.ts +++ b/clients/client-auditmanager/commands/CreateAssessmentReportCommand.ts @@ -25,7 +25,7 @@ export interface CreateAssessmentReportCommandOutput extends CreateAssessmentRep * Creates an assessment report for the specified assessment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, CreateAssessmentReportCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, CreateAssessmentReportCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/CreateControlCommand.ts b/clients/client-auditmanager/commands/CreateControlCommand.ts index ef6bb6ccf56c..43027350b2b2 100644 --- a/clients/client-auditmanager/commands/CreateControlCommand.ts +++ b/clients/client-auditmanager/commands/CreateControlCommand.ts @@ -25,7 +25,7 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met * Creates a new custom control in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, CreateControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, CreateControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/DeleteAssessmentCommand.ts b/clients/client-auditmanager/commands/DeleteAssessmentCommand.ts index e558bfd7ceef..d62d61433a50 100644 --- a/clients/client-auditmanager/commands/DeleteAssessmentCommand.ts +++ b/clients/client-auditmanager/commands/DeleteAssessmentCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse, * Deletes an assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, DeleteAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, DeleteAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/DeleteAssessmentFrameworkCommand.ts b/clients/client-auditmanager/commands/DeleteAssessmentFrameworkCommand.ts index d6e50750f28e..f02997320346 100644 --- a/clients/client-auditmanager/commands/DeleteAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/commands/DeleteAssessmentFrameworkCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessment * Deletes a custom framework in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, DeleteAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, DeleteAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/DeleteAssessmentReportCommand.ts b/clients/client-auditmanager/commands/DeleteAssessmentReportCommand.ts index 4a0d89ff627d..324f5e116e13 100644 --- a/clients/client-auditmanager/commands/DeleteAssessmentReportCommand.ts +++ b/clients/client-auditmanager/commands/DeleteAssessmentReportCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentRep * Deletes an assessment report from an assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, DeleteAssessmentReportCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, DeleteAssessmentReportCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/DeleteControlCommand.ts b/clients/client-auditmanager/commands/DeleteControlCommand.ts index 1b58e3e1f491..bec0750903fa 100644 --- a/clients/client-auditmanager/commands/DeleteControlCommand.ts +++ b/clients/client-auditmanager/commands/DeleteControlCommand.ts @@ -25,7 +25,7 @@ export interface DeleteControlCommandOutput extends DeleteControlResponse, __Met * Deletes a custom control in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, DeleteControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, DeleteControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/DeregisterAccountCommand.ts b/clients/client-auditmanager/commands/DeregisterAccountCommand.ts index e3783979d409..08bbdc5bba45 100644 --- a/clients/client-auditmanager/commands/DeregisterAccountCommand.ts +++ b/clients/client-auditmanager/commands/DeregisterAccountCommand.ts @@ -25,7 +25,7 @@ export interface DeregisterAccountCommandOutput extends DeregisterAccountRespons * Deregisters an account in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, DeregisterAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, DeregisterAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/DeregisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/commands/DeregisterOrganizationAdminAccountCommand.ts index 8d1a066c4c3d..c2e0fc2ecb3b 100644 --- a/clients/client-auditmanager/commands/DeregisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/commands/DeregisterOrganizationAdminAccountCommand.ts @@ -30,7 +30,7 @@ export interface DeregisterOrganizationAdminAccountCommandOutput * Deregisters the delegated AWS administrator account from the AWS organization. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, DeregisterOrganizationAdminAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, DeregisterOrganizationAdminAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts index f75b29ea2eb8..aae72eaac2e6 100644 --- a/clients/client-auditmanager/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts @@ -31,7 +31,7 @@ export interface DisassociateAssessmentReportEvidenceFolderCommandOutput * Disassociates an evidence folder from the specified assessment report in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, DisassociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, DisassociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetAccountStatusCommand.ts b/clients/client-auditmanager/commands/GetAccountStatusCommand.ts index c1ecc519d807..6d60e660c46a 100644 --- a/clients/client-auditmanager/commands/GetAccountStatusCommand.ts +++ b/clients/client-auditmanager/commands/GetAccountStatusCommand.ts @@ -25,7 +25,7 @@ export interface GetAccountStatusCommandOutput extends GetAccountStatusResponse, * Returns the registration status of an account in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetAccountStatusCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetAccountStatusCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetAssessmentCommand.ts b/clients/client-auditmanager/commands/GetAssessmentCommand.ts index d5db05cef589..74e36da6c1fa 100644 --- a/clients/client-auditmanager/commands/GetAssessmentCommand.ts +++ b/clients/client-auditmanager/commands/GetAssessmentCommand.ts @@ -25,7 +25,7 @@ export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __Met * Returns an assessment from AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetAssessmentFrameworkCommand.ts b/clients/client-auditmanager/commands/GetAssessmentFrameworkCommand.ts index 95b92527a190..aacb8e16b4fd 100644 --- a/clients/client-auditmanager/commands/GetAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/commands/GetAssessmentFrameworkCommand.ts @@ -25,7 +25,7 @@ export interface GetAssessmentFrameworkCommandOutput extends GetAssessmentFramew * Returns a framework from AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetAssessmentReportUrlCommand.ts b/clients/client-auditmanager/commands/GetAssessmentReportUrlCommand.ts index f00cc94e3187..b755476d7f5a 100644 --- a/clients/client-auditmanager/commands/GetAssessmentReportUrlCommand.ts +++ b/clients/client-auditmanager/commands/GetAssessmentReportUrlCommand.ts @@ -25,7 +25,7 @@ export interface GetAssessmentReportUrlCommandOutput extends GetAssessmentReport * Returns the URL of a specified assessment report in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetAssessmentReportUrlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetAssessmentReportUrlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetChangeLogsCommand.ts b/clients/client-auditmanager/commands/GetChangeLogsCommand.ts index 506add1604ec..656ee8e2923f 100644 --- a/clients/client-auditmanager/commands/GetChangeLogsCommand.ts +++ b/clients/client-auditmanager/commands/GetChangeLogsCommand.ts @@ -25,7 +25,7 @@ export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __Met * Returns a list of changelogs from AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetChangeLogsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetChangeLogsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetControlCommand.ts b/clients/client-auditmanager/commands/GetControlCommand.ts index 23882a8f12df..94fa98f24a4b 100644 --- a/clients/client-auditmanager/commands/GetControlCommand.ts +++ b/clients/client-auditmanager/commands/GetControlCommand.ts @@ -25,7 +25,7 @@ export interface GetControlCommandOutput extends GetControlResponse, __MetadataB * Returns a control from AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetDelegationsCommand.ts b/clients/client-auditmanager/commands/GetDelegationsCommand.ts index fa4379de079c..a635912a7f76 100644 --- a/clients/client-auditmanager/commands/GetDelegationsCommand.ts +++ b/clients/client-auditmanager/commands/GetDelegationsCommand.ts @@ -25,7 +25,7 @@ export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __M * Returns a list of delegations from an audit owner to a delegate. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetDelegationsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetDelegationsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetEvidenceByEvidenceFolderCommand.ts b/clients/client-auditmanager/commands/GetEvidenceByEvidenceFolderCommand.ts index 1eb27b841ed1..3788eff5b82f 100644 --- a/clients/client-auditmanager/commands/GetEvidenceByEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/commands/GetEvidenceByEvidenceFolderCommand.ts @@ -27,7 +27,7 @@ export interface GetEvidenceByEvidenceFolderCommandOutput * Returns all evidence from a specified evidence folder in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetEvidenceByEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetEvidenceByEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetEvidenceCommand.ts b/clients/client-auditmanager/commands/GetEvidenceCommand.ts index ec0ac00f2fa3..a21365b76b69 100644 --- a/clients/client-auditmanager/commands/GetEvidenceCommand.ts +++ b/clients/client-auditmanager/commands/GetEvidenceCommand.ts @@ -25,7 +25,7 @@ export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __Metadat * Returns evidence from AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetEvidenceFolderCommand.ts b/clients/client-auditmanager/commands/GetEvidenceFolderCommand.ts index bac128422db6..055820893ac2 100644 --- a/clients/client-auditmanager/commands/GetEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/commands/GetEvidenceFolderCommand.ts @@ -25,7 +25,7 @@ export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderRespons * Returns an evidence folder from the specified assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentCommand.ts b/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentCommand.ts index 1557dc797811..238b528bff0d 100644 --- a/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentCommand.ts +++ b/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentCommand.ts @@ -27,7 +27,7 @@ export interface GetEvidenceFoldersByAssessmentCommandOutput * Returns the evidence folders from a specified assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetEvidenceFoldersByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetEvidenceFoldersByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentControlCommand.ts b/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentControlCommand.ts index a524a61173d9..1427b87a16d4 100644 --- a/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentControlCommand.ts +++ b/clients/client-auditmanager/commands/GetEvidenceFoldersByAssessmentControlCommand.ts @@ -31,7 +31,7 @@ export interface GetEvidenceFoldersByAssessmentControlCommandOutput * Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetEvidenceFoldersByAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetEvidenceFoldersByAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/commands/GetOrganizationAdminAccountCommand.ts index 96d9b955e29e..770df1349dfe 100644 --- a/clients/client-auditmanager/commands/GetOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/commands/GetOrganizationAdminAccountCommand.ts @@ -27,7 +27,7 @@ export interface GetOrganizationAdminAccountCommandOutput * Returns the name of the delegated AWS administrator account for the AWS organization. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetOrganizationAdminAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetOrganizationAdminAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetServicesInScopeCommand.ts b/clients/client-auditmanager/commands/GetServicesInScopeCommand.ts index 6b7ddede1db6..f14f9889adcf 100644 --- a/clients/client-auditmanager/commands/GetServicesInScopeCommand.ts +++ b/clients/client-auditmanager/commands/GetServicesInScopeCommand.ts @@ -25,7 +25,7 @@ export interface GetServicesInScopeCommandOutput extends GetServicesInScopeRespo * Returns a list of the in-scope AWS services for the specified assessment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetServicesInScopeCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetServicesInScopeCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/GetSettingsCommand.ts b/clients/client-auditmanager/commands/GetSettingsCommand.ts index b3883b90c52a..16e8191b1284 100644 --- a/clients/client-auditmanager/commands/GetSettingsCommand.ts +++ b/clients/client-auditmanager/commands/GetSettingsCommand.ts @@ -25,7 +25,7 @@ export interface GetSettingsCommandOutput extends GetSettingsResponse, __Metadat * Returns the settings for the specified AWS account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, GetSettingsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, GetSettingsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ListAssessmentFrameworksCommand.ts b/clients/client-auditmanager/commands/ListAssessmentFrameworksCommand.ts index 3a27bd071063..fdb944f43e04 100644 --- a/clients/client-auditmanager/commands/ListAssessmentFrameworksCommand.ts +++ b/clients/client-auditmanager/commands/ListAssessmentFrameworksCommand.ts @@ -25,7 +25,7 @@ export interface ListAssessmentFrameworksCommandOutput extends ListAssessmentFra * Returns a list of the frameworks available in the AWS Audit Manager framework library. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ListAssessmentFrameworksCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ListAssessmentFrameworksCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ListAssessmentReportsCommand.ts b/clients/client-auditmanager/commands/ListAssessmentReportsCommand.ts index 46ba57808f33..c4d1f1c9d6f3 100644 --- a/clients/client-auditmanager/commands/ListAssessmentReportsCommand.ts +++ b/clients/client-auditmanager/commands/ListAssessmentReportsCommand.ts @@ -25,7 +25,7 @@ export interface ListAssessmentReportsCommandOutput extends ListAssessmentReport * Returns a list of assessment reports created in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ListAssessmentReportsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ListAssessmentReportsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ListAssessmentsCommand.ts b/clients/client-auditmanager/commands/ListAssessmentsCommand.ts index 2bce6635ed03..aaae9aa6450a 100644 --- a/clients/client-auditmanager/commands/ListAssessmentsCommand.ts +++ b/clients/client-auditmanager/commands/ListAssessmentsCommand.ts @@ -25,7 +25,7 @@ export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, _ * Returns a list of current and past assessments from AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ListAssessmentsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ListAssessmentsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ListControlsCommand.ts b/clients/client-auditmanager/commands/ListControlsCommand.ts index 5cd498790302..c4e84cd0f92c 100644 --- a/clients/client-auditmanager/commands/ListControlsCommand.ts +++ b/clients/client-auditmanager/commands/ListControlsCommand.ts @@ -25,7 +25,7 @@ export interface ListControlsCommandOutput extends ListControlsResponse, __Metad * Returns a list of controls from AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ListControlsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ListControlsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ListKeywordsForDataSourceCommand.ts b/clients/client-auditmanager/commands/ListKeywordsForDataSourceCommand.ts index 520e6e72b48e..ee6728c4a062 100644 --- a/clients/client-auditmanager/commands/ListKeywordsForDataSourceCommand.ts +++ b/clients/client-auditmanager/commands/ListKeywordsForDataSourceCommand.ts @@ -25,7 +25,7 @@ export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForD * Returns a list of keywords that pre-mapped to the specified control data source. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ListKeywordsForDataSourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ListKeywordsForDataSourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ListNotificationsCommand.ts b/clients/client-auditmanager/commands/ListNotificationsCommand.ts index 39383a6696d6..d531a432b05f 100644 --- a/clients/client-auditmanager/commands/ListNotificationsCommand.ts +++ b/clients/client-auditmanager/commands/ListNotificationsCommand.ts @@ -25,7 +25,7 @@ export interface ListNotificationsCommandOutput extends ListNotificationsRespons * Returns a list of all AWS Audit Manager notifications. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ListNotificationsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ListNotificationsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ListTagsForResourceCommand.ts b/clients/client-auditmanager/commands/ListTagsForResourceCommand.ts index d1a4dfe69e73..f4ddb487e8cc 100644 --- a/clients/client-auditmanager/commands/ListTagsForResourceCommand.ts +++ b/clients/client-auditmanager/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Returns a list of tags for the specified resource in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/RegisterAccountCommand.ts b/clients/client-auditmanager/commands/RegisterAccountCommand.ts index 822e560b3fc8..2086bfa276fc 100644 --- a/clients/client-auditmanager/commands/RegisterAccountCommand.ts +++ b/clients/client-auditmanager/commands/RegisterAccountCommand.ts @@ -25,7 +25,7 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _ * Enables AWS Audit Manager for the specified AWS account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, RegisterAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, RegisterAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/RegisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/commands/RegisterOrganizationAdminAccountCommand.ts index 1f34c74680c0..a05e190c1001 100644 --- a/clients/client-auditmanager/commands/RegisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/commands/RegisterOrganizationAdminAccountCommand.ts @@ -27,7 +27,7 @@ export interface RegisterOrganizationAdminAccountCommandOutput * Enables an AWS account within the organization as the delegated administrator for AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, RegisterOrganizationAdminAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, RegisterOrganizationAdminAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/TagResourceCommand.ts b/clients/client-auditmanager/commands/TagResourceCommand.ts index 5e3bdae02bdd..fa3c53c13d09 100644 --- a/clients/client-auditmanager/commands/TagResourceCommand.ts +++ b/clients/client-auditmanager/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * Tags the specified resource in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, TagResourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, TagResourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UntagResourceCommand.ts b/clients/client-auditmanager/commands/UntagResourceCommand.ts index 0eb357986424..a92a20cd976a 100644 --- a/clients/client-auditmanager/commands/UntagResourceCommand.ts +++ b/clients/client-auditmanager/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * Removes a tag from a resource in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UntagResourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UntagResourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UpdateAssessmentCommand.ts b/clients/client-auditmanager/commands/UpdateAssessmentCommand.ts index a9a4f95befda..156f3fea1785 100644 --- a/clients/client-auditmanager/commands/UpdateAssessmentCommand.ts +++ b/clients/client-auditmanager/commands/UpdateAssessmentCommand.ts @@ -25,7 +25,7 @@ export interface UpdateAssessmentCommandOutput extends UpdateAssessmentResponse, * Edits an AWS Audit Manager assessment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UpdateAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UpdateAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UpdateAssessmentControlCommand.ts b/clients/client-auditmanager/commands/UpdateAssessmentControlCommand.ts index 371f557f1f4a..90e0815a99ca 100644 --- a/clients/client-auditmanager/commands/UpdateAssessmentControlCommand.ts +++ b/clients/client-auditmanager/commands/UpdateAssessmentControlCommand.ts @@ -25,7 +25,7 @@ export interface UpdateAssessmentControlCommandOutput extends UpdateAssessmentCo * Updates a control within an assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UpdateAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UpdateAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UpdateAssessmentControlSetStatusCommand.ts b/clients/client-auditmanager/commands/UpdateAssessmentControlSetStatusCommand.ts index 69009643ead9..9922eac5a4a1 100644 --- a/clients/client-auditmanager/commands/UpdateAssessmentControlSetStatusCommand.ts +++ b/clients/client-auditmanager/commands/UpdateAssessmentControlSetStatusCommand.ts @@ -27,7 +27,7 @@ export interface UpdateAssessmentControlSetStatusCommandOutput * Updates the status of a control set in an AWS Audit Manager assessment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UpdateAssessmentControlSetStatusCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UpdateAssessmentControlSetStatusCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UpdateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/commands/UpdateAssessmentFrameworkCommand.ts index 69fc88d4703d..ae8f655da36d 100644 --- a/clients/client-auditmanager/commands/UpdateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/commands/UpdateAssessmentFrameworkCommand.ts @@ -25,7 +25,7 @@ export interface UpdateAssessmentFrameworkCommandOutput extends UpdateAssessment * Updates a custom framework in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UpdateAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UpdateAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UpdateAssessmentStatusCommand.ts b/clients/client-auditmanager/commands/UpdateAssessmentStatusCommand.ts index b943ad13c520..c59d5c5b0208 100644 --- a/clients/client-auditmanager/commands/UpdateAssessmentStatusCommand.ts +++ b/clients/client-auditmanager/commands/UpdateAssessmentStatusCommand.ts @@ -25,7 +25,7 @@ export interface UpdateAssessmentStatusCommandOutput extends UpdateAssessmentSta * Updates the status of an assessment in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UpdateAssessmentStatusCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UpdateAssessmentStatusCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UpdateControlCommand.ts b/clients/client-auditmanager/commands/UpdateControlCommand.ts index 5933d982be09..fbab9b262b78 100644 --- a/clients/client-auditmanager/commands/UpdateControlCommand.ts +++ b/clients/client-auditmanager/commands/UpdateControlCommand.ts @@ -25,7 +25,7 @@ export interface UpdateControlCommandOutput extends UpdateControlResponse, __Met * Updates a custom control in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UpdateControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UpdateControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/UpdateSettingsCommand.ts b/clients/client-auditmanager/commands/UpdateSettingsCommand.ts index c20d8a39673c..1211b671728a 100644 --- a/clients/client-auditmanager/commands/UpdateSettingsCommand.ts +++ b/clients/client-auditmanager/commands/UpdateSettingsCommand.ts @@ -25,7 +25,7 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResponse, __M * Updates AWS Audit Manager settings for the current user account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, UpdateSettingsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, UpdateSettingsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auditmanager/commands/ValidateAssessmentReportIntegrityCommand.ts b/clients/client-auditmanager/commands/ValidateAssessmentReportIntegrityCommand.ts index 031ab76386e6..fbb21a0adedb 100644 --- a/clients/client-auditmanager/commands/ValidateAssessmentReportIntegrityCommand.ts +++ b/clients/client-auditmanager/commands/ValidateAssessmentReportIntegrityCommand.ts @@ -30,7 +30,7 @@ export interface ValidateAssessmentReportIntegrityCommandOutput * Validates the integrity of an assessment report in AWS Audit Manager. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AuditManagerClient, ValidateAssessmentReportIntegrityCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import * // const { AuditManagerClient, ValidateAssessmentReportIntegrityCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import diff --git a/clients/client-auto-scaling-plans/commands/CreateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/commands/CreateScalingPlanCommand.ts index 2285c6546106..14469a5c5fd1 100644 --- a/clients/client-auto-scaling-plans/commands/CreateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/commands/CreateScalingPlanCommand.ts @@ -23,7 +23,7 @@ export interface CreateScalingPlanCommandOutput extends CreateScalingPlanRespons /** *

Creates a scaling plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingPlansClient, CreateScalingPlanCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import * // const { AutoScalingPlansClient, CreateScalingPlanCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import diff --git a/clients/client-auto-scaling-plans/commands/DeleteScalingPlanCommand.ts b/clients/client-auto-scaling-plans/commands/DeleteScalingPlanCommand.ts index e415131406b7..c00697494173 100644 --- a/clients/client-auto-scaling-plans/commands/DeleteScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/commands/DeleteScalingPlanCommand.ts @@ -27,7 +27,7 @@ export interface DeleteScalingPlanCommandOutput extends DeleteScalingPlanRespons *

If the plan has launched resources or has scaling activities in progress, you must * delete those resources separately.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingPlansClient, DeleteScalingPlanCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import * // const { AutoScalingPlansClient, DeleteScalingPlanCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import diff --git a/clients/client-auto-scaling-plans/commands/DescribeScalingPlanResourcesCommand.ts b/clients/client-auto-scaling-plans/commands/DescribeScalingPlanResourcesCommand.ts index b3f32def7397..4dd2958268c3 100644 --- a/clients/client-auto-scaling-plans/commands/DescribeScalingPlanResourcesCommand.ts +++ b/clients/client-auto-scaling-plans/commands/DescribeScalingPlanResourcesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeScalingPlanResourcesCommandOutput /** *

Describes the scalable resources in the specified scaling plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingPlansClient, DescribeScalingPlanResourcesCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import * // const { AutoScalingPlansClient, DescribeScalingPlanResourcesCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import diff --git a/clients/client-auto-scaling-plans/commands/DescribeScalingPlansCommand.ts b/clients/client-auto-scaling-plans/commands/DescribeScalingPlansCommand.ts index 3d49b3b4ff29..ed6f965b9196 100644 --- a/clients/client-auto-scaling-plans/commands/DescribeScalingPlansCommand.ts +++ b/clients/client-auto-scaling-plans/commands/DescribeScalingPlansCommand.ts @@ -23,7 +23,7 @@ export interface DescribeScalingPlansCommandOutput extends DescribeScalingPlansR /** *

Describes one or more of your scaling plans.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingPlansClient, DescribeScalingPlansCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import * // const { AutoScalingPlansClient, DescribeScalingPlansCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import diff --git a/clients/client-auto-scaling-plans/commands/GetScalingPlanResourceForecastDataCommand.ts b/clients/client-auto-scaling-plans/commands/GetScalingPlanResourceForecastDataCommand.ts index bac3fa244fec..f12710d48df3 100644 --- a/clients/client-auto-scaling-plans/commands/GetScalingPlanResourceForecastDataCommand.ts +++ b/clients/client-auto-scaling-plans/commands/GetScalingPlanResourceForecastDataCommand.ts @@ -31,7 +31,7 @@ export interface GetScalingPlanResourceForecastDataCommandOutput * calculated using historical data points from a specified CloudWatch load metric. Data points are * available for up to 56 days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingPlansClient, GetScalingPlanResourceForecastDataCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import * // const { AutoScalingPlansClient, GetScalingPlanResourceForecastDataCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import diff --git a/clients/client-auto-scaling-plans/commands/UpdateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/commands/UpdateScalingPlanCommand.ts index c9ba2df25ddc..54feba88e16f 100644 --- a/clients/client-auto-scaling-plans/commands/UpdateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/commands/UpdateScalingPlanCommand.ts @@ -25,7 +25,7 @@ export interface UpdateScalingPlanCommandOutput extends UpdateScalingPlanRespons *

You cannot update a scaling plan if it is in the process of being created, updated, or * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingPlansClient, UpdateScalingPlanCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import * // const { AutoScalingPlansClient, UpdateScalingPlanCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/AttachInstancesCommand.ts b/clients/client-auto-scaling/commands/AttachInstancesCommand.ts index cf5bd01ced0c..e76e8bed1726 100644 --- a/clients/client-auto-scaling/commands/AttachInstancesCommand.ts +++ b/clients/client-auto-scaling/commands/AttachInstancesCommand.ts @@ -32,7 +32,7 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {} *

For more information, see Attach EC2 instances to * your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, AttachInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, AttachInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/AttachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/commands/AttachLoadBalancerTargetGroupsCommand.ts index 83b0a0d56e11..ecd69b3f73af 100644 --- a/clients/client-auto-scaling/commands/AttachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/commands/AttachLoadBalancerTargetGroupsCommand.ts @@ -43,7 +43,7 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput *

For more information, see Elastic Load Balancing and * Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/AttachLoadBalancersCommand.ts b/clients/client-auto-scaling/commands/AttachLoadBalancersCommand.ts index 12e29654ce3d..a580ae882d1c 100644 --- a/clients/client-auto-scaling/commands/AttachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/commands/AttachLoadBalancersCommand.ts @@ -33,7 +33,7 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes *

For more information, see Elastic Load Balancing and * Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, AttachLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, AttachLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/BatchDeleteScheduledActionCommand.ts b/clients/client-auto-scaling/commands/BatchDeleteScheduledActionCommand.ts index 317ed3430646..e33aef90aeb1 100644 --- a/clients/client-auto-scaling/commands/BatchDeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/commands/BatchDeleteScheduledActionCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche /** *

Deletes one or more scheduled actions for the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, BatchDeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, BatchDeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/BatchPutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/commands/BatchPutScheduledUpdateGroupActionCommand.ts index cc4d35a5fa44..7c1d344d9f08 100644 --- a/clients/client-auto-scaling/commands/BatchPutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/commands/BatchPutScheduledUpdateGroupActionCommand.ts @@ -25,7 +25,7 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput /** *

Creates or updates one or more scheduled scaling actions for an Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/CancelInstanceRefreshCommand.ts b/clients/client-auto-scaling/commands/CancelInstanceRefreshCommand.ts index 8f199a1ff3c1..9667f76f11c7 100644 --- a/clients/client-auto-scaling/commands/CancelInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/commands/CancelInstanceRefreshCommand.ts @@ -28,7 +28,7 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres * based on an instance refresh in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, CancelInstanceRefreshCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, CancelInstanceRefreshCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/CompleteLifecycleActionCommand.ts b/clients/client-auto-scaling/commands/CompleteLifecycleActionCommand.ts index 123096b28add..b1ac67ec0009 100644 --- a/clients/client-auto-scaling/commands/CompleteLifecycleActionCommand.ts +++ b/clients/client-auto-scaling/commands/CompleteLifecycleActionCommand.ts @@ -54,7 +54,7 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA *

For more information, see Amazon EC2 Auto Scaling lifecycle * hooks in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, CompleteLifecycleActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, CompleteLifecycleActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/CreateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/commands/CreateAutoScalingGroupCommand.ts index 7b8b50050aa2..6f8b612da002 100644 --- a/clients/client-auto-scaling/commands/CreateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/commands/CreateAutoScalingGroupCommand.ts @@ -41,7 +41,7 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {} * that defines weights for the instance types, you must specify these sizes with the same * units that you use for weighting instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, CreateAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, CreateAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/CreateLaunchConfigurationCommand.ts b/clients/client-auto-scaling/commands/CreateLaunchConfigurationCommand.ts index 201bbf5e6f74..d49a3d226c40 100644 --- a/clients/client-auto-scaling/commands/CreateLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/commands/CreateLaunchConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer *

For more information, see Launch * configurations in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, CreateLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, CreateLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/CreateOrUpdateTagsCommand.ts b/clients/client-auto-scaling/commands/CreateOrUpdateTagsCommand.ts index bc94ff6c5579..3cb4ebedf7b8 100644 --- a/clients/client-auto-scaling/commands/CreateOrUpdateTagsCommand.ts +++ b/clients/client-auto-scaling/commands/CreateOrUpdateTagsCommand.ts @@ -27,7 +27,7 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {} *

For more information, see Tagging Auto Scaling groups and * instances in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, CreateOrUpdateTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, CreateOrUpdateTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeleteAutoScalingGroupCommand.ts b/clients/client-auto-scaling/commands/DeleteAutoScalingGroupCommand.ts index 8928040ee5ae..8efe48e55975 100644 --- a/clients/client-auto-scaling/commands/DeleteAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/commands/DeleteAutoScalingGroupCommand.ts @@ -32,7 +32,7 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {} *

To terminate all instances before deleting the Auto Scaling group, call the UpdateAutoScalingGroup API and set the minimum size and desired capacity * of the Auto Scaling group to zero.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeleteAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeleteAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeleteLaunchConfigurationCommand.ts b/clients/client-auto-scaling/commands/DeleteLaunchConfigurationCommand.ts index de03060c10ab..95b5bc9205b9 100644 --- a/clients/client-auto-scaling/commands/DeleteLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/commands/DeleteLaunchConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer *

The launch configuration must not be attached to an Auto Scaling group. When this call * completes, the launch configuration is no longer available for use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeleteLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeleteLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeleteLifecycleHookCommand.ts b/clients/client-auto-scaling/commands/DeleteLifecycleHookCommand.ts index e7586370065c..9e0ac53d2751 100644 --- a/clients/client-auto-scaling/commands/DeleteLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/commands/DeleteLifecycleHookCommand.ts @@ -26,7 +26,7 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns * (ABANDON for launching instances, CONTINUE for terminating * instances).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeleteLifecycleHookCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeleteLifecycleHookCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeleteNotificationConfigurationCommand.ts b/clients/client-auto-scaling/commands/DeleteNotificationConfigurationCommand.ts index 06ddaad4e3a7..c79603b7c3fa 100644 --- a/clients/client-auto-scaling/commands/DeleteNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/commands/DeleteNotificationConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata /** *

Deletes the specified notification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeleteNotificationConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeleteNotificationConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeletePolicyCommand.ts b/clients/client-auto-scaling/commands/DeletePolicyCommand.ts index c3c43a9197e7..cd0e6a94e0b6 100644 --- a/clients/client-auto-scaling/commands/DeletePolicyCommand.ts +++ b/clients/client-auto-scaling/commands/DeletePolicyCommand.ts @@ -25,7 +25,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {} *

For more information, see Deleting a scaling * policy in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeletePolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeletePolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeleteScheduledActionCommand.ts b/clients/client-auto-scaling/commands/DeleteScheduledActionCommand.ts index a9507486413a..5aa098e92e57 100644 --- a/clients/client-auto-scaling/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/commands/DeleteScheduledActionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {} /** *

Deletes the specified scheduled action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeleteTagsCommand.ts b/clients/client-auto-scaling/commands/DeleteTagsCommand.ts index ccbd5962bf36..91db988e1935 100644 --- a/clients/client-auto-scaling/commands/DeleteTagsCommand.ts +++ b/clients/client-auto-scaling/commands/DeleteTagsCommand.ts @@ -20,7 +20,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} /** *

Deletes the specified tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeleteTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeleteTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DeleteWarmPoolCommand.ts b/clients/client-auto-scaling/commands/DeleteWarmPoolCommand.ts index 14a25e455747..7c2b09eab010 100644 --- a/clients/client-auto-scaling/commands/DeleteWarmPoolCommand.ts +++ b/clients/client-auto-scaling/commands/DeleteWarmPoolCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met /** *

Deletes the warm pool for the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DeleteWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DeleteWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeAccountLimitsCommand.ts b/clients/client-auto-scaling/commands/DescribeAccountLimitsCommand.ts index 2417d933d72d..64789df155ad 100644 --- a/clients/client-auto-scaling/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeAccountLimitsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit *

For information about requesting an increase, see Amazon EC2 Auto Scaling service * quotas in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeAccountLimitsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeAccountLimitsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeAdjustmentTypesCommand.ts b/clients/client-auto-scaling/commands/DescribeAdjustmentTypesCommand.ts index be89dc6c63ff..d0fc33dca11f 100644 --- a/clients/client-auto-scaling/commands/DescribeAdjustmentTypesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeAdjustmentTypesCommand.ts @@ -37,7 +37,7 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeAdjustmentTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeAdjustmentTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeAutoScalingGroupsCommand.ts b/clients/client-auto-scaling/commands/DescribeAutoScalingGroupsCommand.ts index d462343673b8..222e1733c554 100644 --- a/clients/client-auto-scaling/commands/DescribeAutoScalingGroupsCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeAutoScalingGroupsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup /** *

Describes one or more Auto Scaling groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeAutoScalingGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeAutoScalingGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeAutoScalingInstancesCommand.ts b/clients/client-auto-scaling/commands/DescribeAutoScalingInstancesCommand.ts index 3fb14c75c527..01f5ed5c2674 100644 --- a/clients/client-auto-scaling/commands/DescribeAutoScalingInstancesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeAutoScalingInstancesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn /** *

Describes one or more Auto Scaling instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeAutoScalingInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeAutoScalingInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeAutoScalingNotificationTypesCommand.ts b/clients/client-auto-scaling/commands/DescribeAutoScalingNotificationTypesCommand.ts index a06a6d38b2bc..8e4cc28987e1 100644 --- a/clients/client-auto-scaling/commands/DescribeAutoScalingNotificationTypesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeAutoScalingNotificationTypesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAutoScalingNotificationTypesCommandOutput /** *

Describes the notification types that are supported by Amazon EC2 Auto Scaling.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeAutoScalingNotificationTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeAutoScalingNotificationTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeInstanceRefreshesCommand.ts b/clients/client-auto-scaling/commands/DescribeInstanceRefreshesCommand.ts index 742ff3c6c9f0..cc2c53831da8 100644 --- a/clients/client-auto-scaling/commands/DescribeInstanceRefreshesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeInstanceRefreshesCommand.ts @@ -58,7 +58,7 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance * based on an instance refresh in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeInstanceRefreshesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeInstanceRefreshesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeLaunchConfigurationsCommand.ts b/clients/client-auto-scaling/commands/DescribeLaunchConfigurationsCommand.ts index 9e685763493c..80fa3a58e826 100644 --- a/clients/client-auto-scaling/commands/DescribeLaunchConfigurationsCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeLaunchConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu /** *

Describes one or more launch configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeLaunchConfigurationsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeLaunchConfigurationsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeLifecycleHookTypesCommand.ts b/clients/client-auto-scaling/commands/DescribeLifecycleHookTypesCommand.ts index b6d859b55546..c9c2e4d8875b 100644 --- a/clients/client-auto-scaling/commands/DescribeLifecycleHookTypesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeLifecycleHookTypesCommand.ts @@ -32,7 +32,7 @@ export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecyc * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeLifecycleHookTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeLifecycleHookTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeLifecycleHooksCommand.ts b/clients/client-auto-scaling/commands/DescribeLifecycleHooksCommand.ts index c42a0f781365..848bcbd31f2c 100644 --- a/clients/client-auto-scaling/commands/DescribeLifecycleHooksCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeLifecycleHooksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo /** *

Describes the lifecycle hooks for the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeLifecycleHooksCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeLifecycleHooksCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/commands/DescribeLoadBalancerTargetGroupsCommand.ts index 955588299b80..d31a13c19902 100644 --- a/clients/client-auto-scaling/commands/DescribeLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeLoadBalancerTargetGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput /** *

Describes the target groups for the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeLoadBalancersCommand.ts b/clients/client-auto-scaling/commands/DescribeLoadBalancersCommand.ts index c10fe0fdaba3..3263656ca331 100644 --- a/clients/client-auto-scaling/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeLoadBalancersCommand.ts @@ -25,7 +25,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer *

This operation describes only Classic Load Balancers. If you have Application Load * Balancers, Network Load Balancers, or Gateway Load Balancers, use the DescribeLoadBalancerTargetGroups API instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeMetricCollectionTypesCommand.ts b/clients/client-auto-scaling/commands/DescribeMetricCollectionTypesCommand.ts index 2c55f8448f2a..ba27c1945309 100644 --- a/clients/client-auto-scaling/commands/DescribeMetricCollectionTypesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeMetricCollectionTypesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeMetricCollectionTypesCommandOutput *

The GroupStandbyInstances metric is not returned by default. You must * explicitly request this metric when calling the EnableMetricsCollection API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeMetricCollectionTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeMetricCollectionTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeNotificationConfigurationsCommand.ts b/clients/client-auto-scaling/commands/DescribeNotificationConfigurationsCommand.ts index c1fdc26d3bdc..ba3015c013a6 100644 --- a/clients/client-auto-scaling/commands/DescribeNotificationConfigurationsCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeNotificationConfigurationsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeNotificationConfigurationsCommandOutput /** *

Describes the notification actions associated with the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeNotificationConfigurationsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeNotificationConfigurationsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribePoliciesCommand.ts b/clients/client-auto-scaling/commands/DescribePoliciesCommand.ts index b9114aa72a24..efece43af924 100644 --- a/clients/client-auto-scaling/commands/DescribePoliciesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribePoliciesCommand.ts @@ -23,7 +23,7 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB /** *

Describes the policies for the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribePoliciesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribePoliciesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeScalingActivitiesCommand.ts b/clients/client-auto-scaling/commands/DescribeScalingActivitiesCommand.ts index 7743fd3929dd..1712797f1dd8 100644 --- a/clients/client-auto-scaling/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeScalingActivitiesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType, * history. For more information, see Verifying a scaling * activity for an Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeScalingActivitiesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeScalingActivitiesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeScalingProcessTypesCommand.ts b/clients/client-auto-scaling/commands/DescribeScalingProcessTypesCommand.ts index 60e1a70842e4..38f930fcb8f9 100644 --- a/clients/client-auto-scaling/commands/DescribeScalingProcessTypesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeScalingProcessTypesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType, *

Describes the scaling process types for use with the ResumeProcesses * and SuspendProcesses APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeScalingProcessTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeScalingProcessTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeScheduledActionsCommand.ts b/clients/client-auto-scaling/commands/DescribeScheduledActionsCommand.ts index 8ae58123ea97..06f747c77d8d 100644 --- a/clients/client-auto-scaling/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeScheduledActionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT *

Describes the actions scheduled for your Auto Scaling group that haven't run or that have not * reached their end time. To describe the actions that have already run, call the DescribeScalingActivities API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeScheduledActionsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeScheduledActionsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeTagsCommand.ts b/clients/client-auto-scaling/commands/DescribeTagsCommand.ts index d10adcf89fae..120811130846 100644 --- a/clients/client-auto-scaling/commands/DescribeTagsCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeTagsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {} *

For more information, see Tagging Auto Scaling groups and * instances in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeTerminationPolicyTypesCommand.ts b/clients/client-auto-scaling/commands/DescribeTerminationPolicyTypesCommand.ts index 727c3613ecf7..c2b12bc0ac2c 100644 --- a/clients/client-auto-scaling/commands/DescribeTerminationPolicyTypesCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeTerminationPolicyTypesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeTerminationPolicyTypesCommandOutput * instances terminate during scale in in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeTerminationPolicyTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeTerminationPolicyTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DescribeWarmPoolCommand.ts b/clients/client-auto-scaling/commands/DescribeWarmPoolCommand.ts index a47c5a0f5ad7..933dba5c5999 100644 --- a/clients/client-auto-scaling/commands/DescribeWarmPoolCommand.ts +++ b/clients/client-auto-scaling/commands/DescribeWarmPoolCommand.ts @@ -23,7 +23,7 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _ /** *

Describes a warm pool and its instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DescribeWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DescribeWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DetachInstancesCommand.ts b/clients/client-auto-scaling/commands/DetachInstancesCommand.ts index 3b21a542ca5f..1a17c3f7a20f 100644 --- a/clients/client-auto-scaling/commands/DetachInstancesCommand.ts +++ b/clients/client-auto-scaling/commands/DetachInstancesCommand.ts @@ -32,7 +32,7 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M *

For more information, see Detach EC2 instances from * your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DetachInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DetachInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DetachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/commands/DetachLoadBalancerTargetGroupsCommand.ts index 56f487cc23ab..894bf177f4a9 100644 --- a/clients/client-auto-scaling/commands/DetachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/commands/DetachLoadBalancerTargetGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput /** *

Detaches one or more target groups from the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DetachLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DetachLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DetachLoadBalancersCommand.ts b/clients/client-auto-scaling/commands/DetachLoadBalancersCommand.ts index bc78f3e4cf97..61688501081c 100644 --- a/clients/client-auto-scaling/commands/DetachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/commands/DetachLoadBalancersCommand.ts @@ -28,7 +28,7 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes * deregistering the instances in the group. When all instances are deregistered, then you * can no longer describe the load balancer using the DescribeLoadBalancers API call. The instances remain running.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DetachLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DetachLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/DisableMetricsCollectionCommand.ts b/clients/client-auto-scaling/commands/DisableMetricsCollectionCommand.ts index 763f6963e5d4..6fe3f8e89b1a 100644 --- a/clients/client-auto-scaling/commands/DisableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/commands/DisableMetricsCollectionCommand.ts @@ -23,7 +23,7 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer /** *

Disables group metrics for the specified Auto Scaling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, DisableMetricsCollectionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, DisableMetricsCollectionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/EnableMetricsCollectionCommand.ts b/clients/client-auto-scaling/commands/EnableMetricsCollectionCommand.ts index 6e070ee7afb5..8611a07a1ec6 100644 --- a/clients/client-auto-scaling/commands/EnableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/commands/EnableMetricsCollectionCommand.ts @@ -24,7 +24,7 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer { *

Enables group metrics for the specified Auto Scaling group. For more information, see Monitoring CloudWatch metrics for your Auto Scaling groups and instances in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, EnableMetricsCollectionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, EnableMetricsCollectionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/EnterStandbyCommand.ts b/clients/client-auto-scaling/commands/EnterStandbyCommand.ts index 7aa2239e29a6..d6f09b401d44 100644 --- a/clients/client-auto-scaling/commands/EnterStandbyCommand.ts +++ b/clients/client-auto-scaling/commands/EnterStandbyCommand.ts @@ -29,7 +29,7 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat * instances from your Auto Scaling group in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, EnterStandbyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, EnterStandbyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/ExecutePolicyCommand.ts b/clients/client-auto-scaling/commands/ExecutePolicyCommand.ts index c1a07668192f..2d2c7e2cd171 100644 --- a/clients/client-auto-scaling/commands/ExecutePolicyCommand.ts +++ b/clients/client-auto-scaling/commands/ExecutePolicyCommand.ts @@ -24,7 +24,7 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {} *

Executes the specified policy. This can be useful for testing the design of your * scaling policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, ExecutePolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, ExecutePolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/ExitStandbyCommand.ts b/clients/client-auto-scaling/commands/ExitStandbyCommand.ts index dc9dcdeef17d..1c1a84aad761 100644 --- a/clients/client-auto-scaling/commands/ExitStandbyCommand.ts +++ b/clients/client-auto-scaling/commands/ExitStandbyCommand.ts @@ -25,7 +25,7 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB * instances from your Auto Scaling group in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, ExitStandbyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, ExitStandbyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/PutLifecycleHookCommand.ts b/clients/client-auto-scaling/commands/PutLifecycleHookCommand.ts index a27bc67c2520..d48df0f8df5f 100644 --- a/clients/client-auto-scaling/commands/PutLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/commands/PutLifecycleHookCommand.ts @@ -60,7 +60,7 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _ *

You can view the lifecycle hooks for an Auto Scaling group using the DescribeLifecycleHooks API call. If you are no longer using a lifecycle * hook, you can delete it by calling the DeleteLifecycleHook API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, PutLifecycleHookCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, PutLifecycleHookCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/PutNotificationConfigurationCommand.ts b/clients/client-auto-scaling/commands/PutNotificationConfigurationCommand.ts index 6b310687a2d7..bb9189fe7675 100644 --- a/clients/client-auto-scaling/commands/PutNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/commands/PutNotificationConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface PutNotificationConfigurationCommandOutput extends __MetadataBea *

If you exceed your maximum limit of SNS topics, which is 10 per Auto Scaling group, the call * fails.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, PutNotificationConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, PutNotificationConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/PutScalingPolicyCommand.ts b/clients/client-auto-scaling/commands/PutScalingPolicyCommand.ts index c974b38c33a9..8815cc0c61ae 100644 --- a/clients/client-auto-scaling/commands/PutScalingPolicyCommand.ts +++ b/clients/client-auto-scaling/commands/PutScalingPolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutScalingPolicyCommandOutput extends PolicyARNType, __Metadata *

For more information about using scaling policies to scale your Auto Scaling group, see Target tracking scaling policies and Step and simple scaling * policies in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, PutScalingPolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, PutScalingPolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/PutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/commands/PutScheduledUpdateGroupActionCommand.ts index f3cc2e4d56d0..c168e13b105f 100644 --- a/clients/client-auto-scaling/commands/PutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/commands/PutScheduledUpdateGroupActionCommand.ts @@ -25,7 +25,7 @@ export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBe *

For more information, see Scheduled scaling in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, PutScheduledUpdateGroupActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, PutScheduledUpdateGroupActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/PutWarmPoolCommand.ts b/clients/client-auto-scaling/commands/PutWarmPoolCommand.ts index 18ec32d5769a..ed85b018a889 100644 --- a/clients/client-auto-scaling/commands/PutWarmPoolCommand.ts +++ b/clients/client-auto-scaling/commands/PutWarmPoolCommand.ts @@ -29,7 +29,7 @@ export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataB *

You can view the instances in the warm pool using the DescribeWarmPool API call. If you are no longer using a warm pool, you can delete it by calling the * DeleteWarmPool API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, PutWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, PutWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/RecordLifecycleActionHeartbeatCommand.ts b/clients/client-auto-scaling/commands/RecordLifecycleActionHeartbeatCommand.ts index c1e767a374bf..f45424a32a40 100644 --- a/clients/client-auto-scaling/commands/RecordLifecycleActionHeartbeatCommand.ts +++ b/clients/client-auto-scaling/commands/RecordLifecycleActionHeartbeatCommand.ts @@ -57,7 +57,7 @@ export interface RecordLifecycleActionHeartbeatCommandOutput *

For more information, see Amazon EC2 Auto Scaling lifecycle * hooks in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, RecordLifecycleActionHeartbeatCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, RecordLifecycleActionHeartbeatCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/ResumeProcessesCommand.ts b/clients/client-auto-scaling/commands/ResumeProcessesCommand.ts index 159bebeb6308..b2588b80d71a 100644 --- a/clients/client-auto-scaling/commands/ResumeProcessesCommand.ts +++ b/clients/client-auto-scaling/commands/ResumeProcessesCommand.ts @@ -26,7 +26,7 @@ export interface ResumeProcessesCommandOutput extends __MetadataBearer {} *

For more information, see Suspending and * resuming scaling processes in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, ResumeProcessesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, ResumeProcessesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/SetDesiredCapacityCommand.ts b/clients/client-auto-scaling/commands/SetDesiredCapacityCommand.ts index c81ac0237062..81feafb6055d 100644 --- a/clients/client-auto-scaling/commands/SetDesiredCapacityCommand.ts +++ b/clients/client-auto-scaling/commands/SetDesiredCapacityCommand.ts @@ -28,7 +28,7 @@ export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {} *

For more information, see Manual scaling in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, SetDesiredCapacityCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, SetDesiredCapacityCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/SetInstanceHealthCommand.ts b/clients/client-auto-scaling/commands/SetInstanceHealthCommand.ts index ec5b9dd6f6df..df7492c96fd6 100644 --- a/clients/client-auto-scaling/commands/SetInstanceHealthCommand.ts +++ b/clients/client-auto-scaling/commands/SetInstanceHealthCommand.ts @@ -25,7 +25,7 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {} *

For more information, see Health checks for Auto Scaling * instances in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, SetInstanceHealthCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, SetInstanceHealthCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/SetInstanceProtectionCommand.ts b/clients/client-auto-scaling/commands/SetInstanceProtectionCommand.ts index d069c310f654..9aa309d92214 100644 --- a/clients/client-auto-scaling/commands/SetInstanceProtectionCommand.ts +++ b/clients/client-auto-scaling/commands/SetInstanceProtectionCommand.ts @@ -29,7 +29,7 @@ export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectio *

If you exceed your maximum limit of instance IDs, which is 50 per Auto Scaling group, the call * fails.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, SetInstanceProtectionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, SetInstanceProtectionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/StartInstanceRefreshCommand.ts b/clients/client-auto-scaling/commands/StartInstanceRefreshCommand.ts index dade9cf99d11..6eb4bece52c1 100644 --- a/clients/client-auto-scaling/commands/StartInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/commands/StartInstanceRefreshCommand.ts @@ -32,7 +32,7 @@ export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshA * based on an instance refresh in the * Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, StartInstanceRefreshCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, StartInstanceRefreshCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/SuspendProcessesCommand.ts b/clients/client-auto-scaling/commands/SuspendProcessesCommand.ts index ef051707b395..3ac0f21a8c6a 100644 --- a/clients/client-auto-scaling/commands/SuspendProcessesCommand.ts +++ b/clients/client-auto-scaling/commands/SuspendProcessesCommand.ts @@ -29,7 +29,7 @@ export interface SuspendProcessesCommandOutput extends __MetadataBearer {} * resuming scaling processes in the Amazon EC2 Auto Scaling User Guide.

*

To resume processes that have been suspended, call the ResumeProcesses API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, SuspendProcessesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, SuspendProcessesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/TerminateInstanceInAutoScalingGroupCommand.ts b/clients/client-auto-scaling/commands/TerminateInstanceInAutoScalingGroupCommand.ts index f9865f87724c..39ac02b142f1 100644 --- a/clients/client-auto-scaling/commands/TerminateInstanceInAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/commands/TerminateInstanceInAutoScalingGroupCommand.ts @@ -34,7 +34,7 @@ export interface TerminateInstanceInAutoScalingGroupCommandOutput extends Activi * Availability Zones. Amazon EC2 Auto Scaling tries to rebalance the group, and rebalancing might * terminate instances in other zones. For more information, see Rebalancing activities in the Amazon EC2 Auto Scaling User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, TerminateInstanceInAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, TerminateInstanceInAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-auto-scaling/commands/UpdateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/commands/UpdateAutoScalingGroupCommand.ts index 28b3745dbd16..e5c80de54c8e 100644 --- a/clients/client-auto-scaling/commands/UpdateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/commands/UpdateAutoScalingGroupCommand.ts @@ -67,7 +67,7 @@ export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {} * policies, you can update them by calling the PutScalingPolicy * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { AutoScalingClient, UpdateAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import * // const { AutoScalingClient, UpdateAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import diff --git a/clients/client-backup/commands/CreateBackupPlanCommand.ts b/clients/client-backup/commands/CreateBackupPlanCommand.ts index ca877d44fbb9..e21be883afda 100644 --- a/clients/client-backup/commands/CreateBackupPlanCommand.ts +++ b/clients/client-backup/commands/CreateBackupPlanCommand.ts @@ -27,7 +27,7 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _ *

If you call CreateBackupPlan with a plan that already exists, an * AlreadyExistsException is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, CreateBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, CreateBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/CreateBackupSelectionCommand.ts b/clients/client-backup/commands/CreateBackupSelectionCommand.ts index 94a6f6fc8ff7..20eab1f95319 100644 --- a/clients/client-backup/commands/CreateBackupSelectionCommand.ts +++ b/clients/client-backup/commands/CreateBackupSelectionCommand.ts @@ -62,7 +62,7 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio * The matching patterns are logically put together using the OR operator. * In other words, all patterns that match are selected for backup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, CreateBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, CreateBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/CreateBackupVaultCommand.ts b/clients/client-backup/commands/CreateBackupVaultCommand.ts index a91aee8ccbf7..af892468f142 100644 --- a/clients/client-backup/commands/CreateBackupVaultCommand.ts +++ b/clients/client-backup/commands/CreateBackupVaultCommand.ts @@ -29,7 +29,7 @@ export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput, * vault.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, CreateBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, CreateBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DeleteBackupPlanCommand.ts b/clients/client-backup/commands/DeleteBackupPlanCommand.ts index 6cbae0dfab5e..046b2e8db8b5 100644 --- a/clients/client-backup/commands/DeleteBackupPlanCommand.ts +++ b/clients/client-backup/commands/DeleteBackupPlanCommand.ts @@ -25,7 +25,7 @@ export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, _ * of resources have been deleted. Deleting a backup plan deletes the current version of a * backup plan. Previous versions, if any, will still exist.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DeleteBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DeleteBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DeleteBackupSelectionCommand.ts b/clients/client-backup/commands/DeleteBackupSelectionCommand.ts index c0486ef6770c..511052c9b328 100644 --- a/clients/client-backup/commands/DeleteBackupSelectionCommand.ts +++ b/clients/client-backup/commands/DeleteBackupSelectionCommand.ts @@ -24,7 +24,7 @@ export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {} *

Deletes the resource selection associated with a backup plan that is specified by the * SelectionId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DeleteBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DeleteBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DeleteBackupVaultAccessPolicyCommand.ts b/clients/client-backup/commands/DeleteBackupVaultAccessPolicyCommand.ts index 6bcf6b26b2d6..3c75a54c3d81 100644 --- a/clients/client-backup/commands/DeleteBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/commands/DeleteBackupVaultAccessPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBe /** *

Deletes the policy document that manages permissions on a backup vault.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DeleteBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DeleteBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DeleteBackupVaultCommand.ts b/clients/client-backup/commands/DeleteBackupVaultCommand.ts index d3b2600ecb59..5d73d31d27a2 100644 --- a/clients/client-backup/commands/DeleteBackupVaultCommand.ts +++ b/clients/client-backup/commands/DeleteBackupVaultCommand.ts @@ -24,7 +24,7 @@ export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {} *

Deletes the backup vault identified by its name. A vault can be deleted only if it is * empty.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DeleteBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DeleteBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DeleteBackupVaultNotificationsCommand.ts b/clients/client-backup/commands/DeleteBackupVaultNotificationsCommand.ts index e56f67318d83..e8c10910098e 100644 --- a/clients/client-backup/commands/DeleteBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/commands/DeleteBackupVaultNotificationsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataB /** *

Deletes event notifications for the specified backup vault.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DeleteBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DeleteBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DeleteRecoveryPointCommand.ts b/clients/client-backup/commands/DeleteRecoveryPointCommand.ts index 986bd323721d..a05456d4d948 100644 --- a/clients/client-backup/commands/DeleteRecoveryPointCommand.ts +++ b/clients/client-backup/commands/DeleteRecoveryPointCommand.ts @@ -25,7 +25,7 @@ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {} *

If the recovery point ID belongs to a continuous backup, calling this endpoint deletes * the existing continuous backup and stops future continuous backup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DeleteRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DeleteRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeBackupJobCommand.ts b/clients/client-backup/commands/DescribeBackupJobCommand.ts index a2e14f66db2b..dd6c299332da 100644 --- a/clients/client-backup/commands/DescribeBackupJobCommand.ts +++ b/clients/client-backup/commands/DescribeBackupJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput, /** *

Returns backup job details for the specified BackupJobId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeBackupVaultCommand.ts b/clients/client-backup/commands/DescribeBackupVaultCommand.ts index 7c43a2258780..6345a06574d4 100644 --- a/clients/client-backup/commands/DescribeBackupVaultCommand.ts +++ b/clients/client-backup/commands/DescribeBackupVaultCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOut /** *

Returns metadata about a backup vault specified by its name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeCopyJobCommand.ts b/clients/client-backup/commands/DescribeCopyJobCommand.ts index aab4a17e9544..5b25f3ed0dfd 100644 --- a/clients/client-backup/commands/DescribeCopyJobCommand.ts +++ b/clients/client-backup/commands/DescribeCopyJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __M /** *

Returns metadata associated with creating a copy of a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeCopyJobCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeCopyJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeGlobalSettingsCommand.ts b/clients/client-backup/commands/DescribeGlobalSettingsCommand.ts index 9a1de1f6c512..e7c0c627e088 100644 --- a/clients/client-backup/commands/DescribeGlobalSettingsCommand.ts +++ b/clients/client-backup/commands/DescribeGlobalSettingsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSetti *

Describes the global settings of the AWS account, including whether it is opted in to * cross-account backup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeGlobalSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeGlobalSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeProtectedResourceCommand.ts b/clients/client-backup/commands/DescribeProtectedResourceCommand.ts index 7a6285e0a906..816463dab529 100644 --- a/clients/client-backup/commands/DescribeProtectedResourceCommand.ts +++ b/clients/client-backup/commands/DescribeProtectedResourceCommand.ts @@ -24,7 +24,7 @@ export interface DescribeProtectedResourceCommandOutput extends DescribeProtecte *

Returns information about a saved resource, including the last time it was backed up, * its Amazon Resource Name (ARN), and the AWS service type of the saved resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeProtectedResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeProtectedResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeRecoveryPointCommand.ts b/clients/client-backup/commands/DescribeRecoveryPointCommand.ts index 2ad6529b04db..b7bec3918374 100644 --- a/clients/client-backup/commands/DescribeRecoveryPointCommand.ts +++ b/clients/client-backup/commands/DescribeRecoveryPointCommand.ts @@ -24,7 +24,7 @@ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPoin *

Returns metadata associated with a recovery point, including ID, status, encryption, and * lifecycle.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeRegionSettingsCommand.ts b/clients/client-backup/commands/DescribeRegionSettingsCommand.ts index 8821832d7b3c..10f7052de0e6 100644 --- a/clients/client-backup/commands/DescribeRegionSettingsCommand.ts +++ b/clients/client-backup/commands/DescribeRegionSettingsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSetti * Backup does not try to protect that service's resources in this Region, AWS Backup does not * try to protect that service's resources in this Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeRegionSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeRegionSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DescribeRestoreJobCommand.ts b/clients/client-backup/commands/DescribeRestoreJobCommand.ts index 3418ebaba9dd..b955a10e65ee 100644 --- a/clients/client-backup/commands/DescribeRestoreJobCommand.ts +++ b/clients/client-backup/commands/DescribeRestoreJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutpu /** *

Returns metadata associated with a restore job that is specified by a job ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DescribeRestoreJobCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DescribeRestoreJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/DisassociateRecoveryPointCommand.ts b/clients/client-backup/commands/DisassociateRecoveryPointCommand.ts index 5cc7055a2c03..0d370a141eef 100644 --- a/clients/client-backup/commands/DisassociateRecoveryPointCommand.ts +++ b/clients/client-backup/commands/DisassociateRecoveryPointCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer * specified in your original backup plan.

*

Does not support snapshot backup recovery points.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, DisassociateRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, DisassociateRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ExportBackupPlanTemplateCommand.ts b/clients/client-backup/commands/ExportBackupPlanTemplateCommand.ts index 35efe95757ad..82884fc6b537 100644 --- a/clients/client-backup/commands/ExportBackupPlanTemplateCommand.ts +++ b/clients/client-backup/commands/ExportBackupPlanTemplateCommand.ts @@ -23,7 +23,7 @@ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanT /** *

Returns the backup plan that is specified by the plan ID as a backup template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ExportBackupPlanTemplateCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ExportBackupPlanTemplateCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetBackupPlanCommand.ts b/clients/client-backup/commands/GetBackupPlanCommand.ts index 889ed9c59448..a1fc21039721 100644 --- a/clients/client-backup/commands/GetBackupPlanCommand.ts +++ b/clients/client-backup/commands/GetBackupPlanCommand.ts @@ -24,7 +24,7 @@ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __Metad *

Returns BackupPlan details for the specified BackupPlanId. The * details are the body of a backup plan in JSON format, in addition to plan metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetBackupPlanFromJSONCommand.ts b/clients/client-backup/commands/GetBackupPlanFromJSONCommand.ts index 03b0f22f91fb..166c0bb49274 100644 --- a/clients/client-backup/commands/GetBackupPlanFromJSONCommand.ts +++ b/clients/client-backup/commands/GetBackupPlanFromJSONCommand.ts @@ -23,7 +23,7 @@ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSO /** *

Returns a valid JSON document specifying a backup plan or an error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetBackupPlanFromJSONCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetBackupPlanFromJSONCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetBackupPlanFromTemplateCommand.ts b/clients/client-backup/commands/GetBackupPlanFromTemplateCommand.ts index a2085f9cb150..392f087359d3 100644 --- a/clients/client-backup/commands/GetBackupPlanFromTemplateCommand.ts +++ b/clients/client-backup/commands/GetBackupPlanFromTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFro /** *

Returns the template specified by its templateId as a backup plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetBackupPlanFromTemplateCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetBackupPlanFromTemplateCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetBackupSelectionCommand.ts b/clients/client-backup/commands/GetBackupSelectionCommand.ts index 6f890131f0ea..3fce968685e0 100644 --- a/clients/client-backup/commands/GetBackupSelectionCommand.ts +++ b/clients/client-backup/commands/GetBackupSelectionCommand.ts @@ -24,7 +24,7 @@ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutpu *

Returns selection metadata and a document in JSON format that specifies a list of * resources that are associated with a backup plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetBackupVaultAccessPolicyCommand.ts b/clients/client-backup/commands/GetBackupVaultAccessPolicyCommand.ts index 723bd5805aa7..7edfd643839a 100644 --- a/clients/client-backup/commands/GetBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/commands/GetBackupVaultAccessPolicyCommand.ts @@ -24,7 +24,7 @@ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultA *

Returns the access policy document that is associated with the named backup * vault.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetBackupVaultNotificationsCommand.ts b/clients/client-backup/commands/GetBackupVaultNotificationsCommand.ts index eebc3c2a25b1..ac629190f5eb 100644 --- a/clients/client-backup/commands/GetBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/commands/GetBackupVaultNotificationsCommand.ts @@ -23,7 +23,7 @@ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVault /** *

Returns event notifications for the specified backup vault.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetRecoveryPointRestoreMetadataCommand.ts b/clients/client-backup/commands/GetRecoveryPointRestoreMetadataCommand.ts index 91cff770b9d5..5b006079121a 100644 --- a/clients/client-backup/commands/GetRecoveryPointRestoreMetadataCommand.ts +++ b/clients/client-backup/commands/GetRecoveryPointRestoreMetadataCommand.ts @@ -25,7 +25,7 @@ export interface GetRecoveryPointRestoreMetadataCommandOutput /** *

Returns a set of metadata key-value pairs that were used to create the backup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetRecoveryPointRestoreMetadataCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetRecoveryPointRestoreMetadataCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/GetSupportedResourceTypesCommand.ts b/clients/client-backup/commands/GetSupportedResourceTypesCommand.ts index 8bfec9fbdda9..744f96197368 100644 --- a/clients/client-backup/commands/GetSupportedResourceTypesCommand.ts +++ b/clients/client-backup/commands/GetSupportedResourceTypesCommand.ts @@ -23,7 +23,7 @@ export interface GetSupportedResourceTypesCommandOutput extends GetSupportedReso /** *

Returns the AWS resource types supported by AWS Backup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, GetSupportedResourceTypesCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, GetSupportedResourceTypesCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListBackupJobsCommand.ts b/clients/client-backup/commands/ListBackupJobsCommand.ts index 8093ab985808..59cc50f33f22 100644 --- a/clients/client-backup/commands/ListBackupJobsCommand.ts +++ b/clients/client-backup/commands/ListBackupJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __Met *

Returns a list of existing backup jobs for an authenticated account for the last 30 * days. For a longer period of time, consider using these monitoring tools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListBackupJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListBackupJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListBackupPlanTemplatesCommand.ts b/clients/client-backup/commands/ListBackupPlanTemplatesCommand.ts index 132027b2adce..61866b0f220b 100644 --- a/clients/client-backup/commands/ListBackupPlanTemplatesCommand.ts +++ b/clients/client-backup/commands/ListBackupPlanTemplatesCommand.ts @@ -24,7 +24,7 @@ export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemp *

Returns metadata of your saved backup plan templates, including the template ID, name, * and the creation and deletion dates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListBackupPlanTemplatesCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListBackupPlanTemplatesCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListBackupPlanVersionsCommand.ts b/clients/client-backup/commands/ListBackupPlanVersionsCommand.ts index 75f753fbb6a8..0217d4f00539 100644 --- a/clients/client-backup/commands/ListBackupPlanVersionsCommand.ts +++ b/clients/client-backup/commands/ListBackupPlanVersionsCommand.ts @@ -24,7 +24,7 @@ export interface ListBackupPlanVersionsCommandOutput extends ListBackupPlanVersi *

Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), * backup plan IDs, creation and deletion dates, plan names, and version IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListBackupPlanVersionsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListBackupPlanVersionsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListBackupPlansCommand.ts b/clients/client-backup/commands/ListBackupPlansCommand.ts index de794e674b5c..51863aa9d402 100644 --- a/clients/client-backup/commands/ListBackupPlansCommand.ts +++ b/clients/client-backup/commands/ListBackupPlansCommand.ts @@ -26,7 +26,7 @@ export interface ListBackupPlansCommandOutput extends ListBackupPlansOutput, __M * information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, * version IDs, plan names, and creator request IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListBackupPlansCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListBackupPlansCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListBackupSelectionsCommand.ts b/clients/client-backup/commands/ListBackupSelectionsCommand.ts index 94266c627c44..aac3e42ef049 100644 --- a/clients/client-backup/commands/ListBackupSelectionsCommand.ts +++ b/clients/client-backup/commands/ListBackupSelectionsCommand.ts @@ -24,7 +24,7 @@ export interface ListBackupSelectionsCommandOutput extends ListBackupSelectionsO *

Returns an array containing metadata of the resources associated with the target backup * plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListBackupSelectionsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListBackupSelectionsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListBackupVaultsCommand.ts b/clients/client-backup/commands/ListBackupVaultsCommand.ts index bd403bffcccf..6530a2405e27 100644 --- a/clients/client-backup/commands/ListBackupVaultsCommand.ts +++ b/clients/client-backup/commands/ListBackupVaultsCommand.ts @@ -24,7 +24,7 @@ export interface ListBackupVaultsCommandOutput extends ListBackupVaultsOutput, _ *

Returns a list of recovery point storage containers along with information about * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListBackupVaultsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListBackupVaultsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListCopyJobsCommand.ts b/clients/client-backup/commands/ListCopyJobsCommand.ts index 55d5d66a04ea..0518f348580d 100644 --- a/clients/client-backup/commands/ListCopyJobsCommand.ts +++ b/clients/client-backup/commands/ListCopyJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListCopyJobsCommandOutput extends ListCopyJobsOutput, __Metadat /** *

Returns metadata about your copy jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListCopyJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListCopyJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListProtectedResourcesCommand.ts b/clients/client-backup/commands/ListProtectedResourcesCommand.ts index ec40cd25c8de..28f994bac48f 100644 --- a/clients/client-backup/commands/ListProtectedResourcesCommand.ts +++ b/clients/client-backup/commands/ListProtectedResourcesCommand.ts @@ -25,7 +25,7 @@ export interface ListProtectedResourcesCommandOutput extends ListProtectedResour * the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource * type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListProtectedResourcesCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListProtectedResourcesCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListRecoveryPointsByBackupVaultCommand.ts b/clients/client-backup/commands/ListRecoveryPointsByBackupVaultCommand.ts index f5fd99c5e762..60426bb8d96d 100644 --- a/clients/client-backup/commands/ListRecoveryPointsByBackupVaultCommand.ts +++ b/clients/client-backup/commands/ListRecoveryPointsByBackupVaultCommand.ts @@ -25,7 +25,7 @@ export interface ListRecoveryPointsByBackupVaultCommandOutput /** *

Returns detailed information about the recovery points stored in a backup vault.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListRecoveryPointsByBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListRecoveryPointsByBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListRecoveryPointsByResourceCommand.ts b/clients/client-backup/commands/ListRecoveryPointsByResourceCommand.ts index 8e870ad2a568..f7e036418a42 100644 --- a/clients/client-backup/commands/ListRecoveryPointsByResourceCommand.ts +++ b/clients/client-backup/commands/ListRecoveryPointsByResourceCommand.ts @@ -26,7 +26,7 @@ export interface ListRecoveryPointsByResourceCommandOutput *

Returns detailed information about recovery points of the type specified by a resource * Amazon Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListRecoveryPointsByResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListRecoveryPointsByResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListRestoreJobsCommand.ts b/clients/client-backup/commands/ListRestoreJobsCommand.ts index 0dcaf79d6529..73f74feaf0dc 100644 --- a/clients/client-backup/commands/ListRestoreJobsCommand.ts +++ b/clients/client-backup/commands/ListRestoreJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListRestoreJobsCommandOutput extends ListRestoreJobsOutput, __M *

Returns a list of jobs that AWS Backup initiated to restore a saved resource, including * metadata about the recovery process.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListRestoreJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListRestoreJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/ListTagsCommand.ts b/clients/client-backup/commands/ListTagsCommand.ts index 6b96d70b2d0e..a2efffc3f7b1 100644 --- a/clients/client-backup/commands/ListTagsCommand.ts +++ b/clients/client-backup/commands/ListTagsCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer * ListTags are currently only supported with Amazon EFS backups.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, ListTagsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, ListTagsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/PutBackupVaultAccessPolicyCommand.ts b/clients/client-backup/commands/PutBackupVaultAccessPolicyCommand.ts index 48b0dc23bfa9..acce6abf6ec7 100644 --- a/clients/client-backup/commands/PutBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/commands/PutBackupVaultAccessPolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutBackupVaultAccessPolicyCommandOutput extends __MetadataBeare * backup vault. Requires a backup vault name and an access policy document in JSON * format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, PutBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, PutBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/PutBackupVaultNotificationsCommand.ts b/clients/client-backup/commands/PutBackupVaultNotificationsCommand.ts index d7d95e16f51a..4c6136b03b1d 100644 --- a/clients/client-backup/commands/PutBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/commands/PutBackupVaultNotificationsCommand.ts @@ -23,7 +23,7 @@ export interface PutBackupVaultNotificationsCommandOutput extends __MetadataBear /** *

Turns on notifications on a backup vault for the specified topic and events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, PutBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, PutBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/StartBackupJobCommand.ts b/clients/client-backup/commands/StartBackupJobCommand.ts index 7c14932e38a4..597c0710defb 100644 --- a/clients/client-backup/commands/StartBackupJobCommand.ts +++ b/clients/client-backup/commands/StartBackupJobCommand.ts @@ -23,7 +23,7 @@ export interface StartBackupJobCommandOutput extends StartBackupJobOutput, __Met /** *

Starts an on-demand backup job for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, StartBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, StartBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/StartCopyJobCommand.ts b/clients/client-backup/commands/StartCopyJobCommand.ts index c275e226be61..f3b472049384 100644 --- a/clients/client-backup/commands/StartCopyJobCommand.ts +++ b/clients/client-backup/commands/StartCopyJobCommand.ts @@ -24,7 +24,7 @@ export interface StartCopyJobCommandOutput extends StartCopyJobOutput, __Metadat *

Starts a job to create a one-time copy of the specified resource.

*

Does not support continuous backups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, StartCopyJobCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, StartCopyJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/StartRestoreJobCommand.ts b/clients/client-backup/commands/StartRestoreJobCommand.ts index 0a6014e4cf5b..9be82937226e 100644 --- a/clients/client-backup/commands/StartRestoreJobCommand.ts +++ b/clients/client-backup/commands/StartRestoreJobCommand.ts @@ -23,7 +23,7 @@ export interface StartRestoreJobCommandOutput extends StartRestoreJobOutput, __M /** *

Recovers the saved resource identified by an Amazon Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, StartRestoreJobCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, StartRestoreJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/StopBackupJobCommand.ts b/clients/client-backup/commands/StopBackupJobCommand.ts index acb3bb5a0eb9..ee9e993fb82b 100644 --- a/clients/client-backup/commands/StopBackupJobCommand.ts +++ b/clients/client-backup/commands/StopBackupJobCommand.ts @@ -23,7 +23,7 @@ export interface StopBackupJobCommandOutput extends __MetadataBearer {} /** *

Attempts to cancel a job to create a one-time backup of a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, StopBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, StopBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/TagResourceCommand.ts b/clients/client-backup/commands/TagResourceCommand.ts index 9c097eeb0d0e..3bec514498e2 100644 --- a/clients/client-backup/commands/TagResourceCommand.ts +++ b/clients/client-backup/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} *

Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault * identified by an Amazon Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, TagResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, TagResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/UntagResourceCommand.ts b/clients/client-backup/commands/UntagResourceCommand.ts index 233968db715c..f3f9f72a8038 100644 --- a/clients/client-backup/commands/UntagResourceCommand.ts +++ b/clients/client-backup/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} *

Removes a set of key-value pairs from a recovery point, backup plan, or backup vault * identified by an Amazon Resource Name (ARN)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, UntagResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, UntagResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/UpdateBackupPlanCommand.ts b/clients/client-backup/commands/UpdateBackupPlanCommand.ts index 5deb4d43c024..459253d683d3 100644 --- a/clients/client-backup/commands/UpdateBackupPlanCommand.ts +++ b/clients/client-backup/commands/UpdateBackupPlanCommand.ts @@ -25,7 +25,7 @@ export interface UpdateBackupPlanCommandOutput extends UpdateBackupPlanOutput, _ * input document in JSON format. The new version is uniquely identified by a * VersionId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, UpdateBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, UpdateBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/UpdateGlobalSettingsCommand.ts b/clients/client-backup/commands/UpdateGlobalSettingsCommand.ts index a49cb9bbbba6..36d4f4c50ca2 100644 --- a/clients/client-backup/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-backup/commands/UpdateGlobalSettingsCommand.ts @@ -24,7 +24,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {} *

Updates the current global settings for the AWS account. Use the * DescribeGlobalSettings API to determine the current settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, UpdateGlobalSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, UpdateGlobalSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/UpdateRecoveryPointLifecycleCommand.ts b/clients/client-backup/commands/UpdateRecoveryPointLifecycleCommand.ts index a7651f6eb10d..a4330070c12f 100644 --- a/clients/client-backup/commands/UpdateRecoveryPointLifecycleCommand.ts +++ b/clients/client-backup/commands/UpdateRecoveryPointLifecycleCommand.ts @@ -34,7 +34,7 @@ export interface UpdateRecoveryPointLifecycleCommandOutput *

Only Amazon EFS file system backups can be transitioned to cold storage.

*

Does not support continuous backups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, UpdateRecoveryPointLifecycleCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, UpdateRecoveryPointLifecycleCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-backup/commands/UpdateRegionSettingsCommand.ts b/clients/client-backup/commands/UpdateRegionSettingsCommand.ts index 5b9fef05bdce..4dbafe6a2556 100644 --- a/clients/client-backup/commands/UpdateRegionSettingsCommand.ts +++ b/clients/client-backup/commands/UpdateRegionSettingsCommand.ts @@ -28,7 +28,7 @@ export interface UpdateRegionSettingsCommandOutput extends __MetadataBearer {} * DescribeRegionSettings API to determine the resource types that are * supported.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BackupClient, UpdateRegionSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import * // const { BackupClient, UpdateRegionSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import diff --git a/clients/client-batch/commands/CancelJobCommand.ts b/clients/client-batch/commands/CancelJobCommand.ts index fa28bd34cd83..ae66d51a3a7e 100644 --- a/clients/client-batch/commands/CancelJobCommand.ts +++ b/clients/client-batch/commands/CancelJobCommand.ts @@ -26,7 +26,7 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea * aren't canceled, but the API operation still succeeds, even if no job is canceled. These jobs must be terminated with * the TerminateJob operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, CancelJobCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, CancelJobCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/CreateComputeEnvironmentCommand.ts b/clients/client-batch/commands/CreateComputeEnvironmentCommand.ts index 4bc243e138a1..98b61acd0830 100644 --- a/clients/client-batch/commands/CreateComputeEnvironmentCommand.ts +++ b/clients/client-batch/commands/CreateComputeEnvironmentCommand.ts @@ -63,7 +63,7 @@ export interface CreateComputeEnvironmentCommandOutput extends CreateComputeEnvi * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, CreateComputeEnvironmentCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, CreateComputeEnvironmentCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/CreateJobQueueCommand.ts b/clients/client-batch/commands/CreateJobQueueCommand.ts index 8dbaf92d47ae..3e89a31b61fd 100644 --- a/clients/client-batch/commands/CreateJobQueueCommand.ts +++ b/clients/client-batch/commands/CreateJobQueueCommand.ts @@ -28,7 +28,7 @@ export interface CreateJobQueueCommandOutput extends CreateJobQueueResponse, __M * queue, the job queue with a higher priority is given preference for scheduling jobs to that compute * environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, CreateJobQueueCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, CreateJobQueueCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/DeleteComputeEnvironmentCommand.ts b/clients/client-batch/commands/DeleteComputeEnvironmentCommand.ts index 93d9ba2b8829..3264a00fd85c 100644 --- a/clients/client-batch/commands/DeleteComputeEnvironmentCommand.ts +++ b/clients/client-batch/commands/DeleteComputeEnvironmentCommand.ts @@ -26,7 +26,7 @@ export interface DeleteComputeEnvironmentCommandOutput extends DeleteComputeEnvi * active jobs on that compute environment before deleting the compute environment. If this isn't done, the compute * environment enters an invalid state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, DeleteComputeEnvironmentCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, DeleteComputeEnvironmentCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/DeleteJobQueueCommand.ts b/clients/client-batch/commands/DeleteJobQueueCommand.ts index 685ffe593511..f08335a26c29 100644 --- a/clients/client-batch/commands/DeleteJobQueueCommand.ts +++ b/clients/client-batch/commands/DeleteJobQueueCommand.ts @@ -26,7 +26,7 @@ export interface DeleteJobQueueCommandOutput extends DeleteJobQueueResponse, __M *

It's not necessary to disassociate compute environments from a queue before submitting a * DeleteJobQueue request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, DeleteJobQueueCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, DeleteJobQueueCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/DeregisterJobDefinitionCommand.ts b/clients/client-batch/commands/DeregisterJobDefinitionCommand.ts index f6d4336a2358..cf520c775eda 100644 --- a/clients/client-batch/commands/DeregisterJobDefinitionCommand.ts +++ b/clients/client-batch/commands/DeregisterJobDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeregisterJobDefinitionCommandOutput extends DeregisterJobDefin /** *

Deregisters an AWS Batch job definition. Job definitions are permanently deleted after 180 days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, DeregisterJobDefinitionCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, DeregisterJobDefinitionCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/DescribeComputeEnvironmentsCommand.ts b/clients/client-batch/commands/DescribeComputeEnvironmentsCommand.ts index aa54d7e6cd60..214fad0b0b96 100644 --- a/clients/client-batch/commands/DescribeComputeEnvironmentsCommand.ts +++ b/clients/client-batch/commands/DescribeComputeEnvironmentsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeComputeEnvironmentsCommandOutput * operation to determine the ecsClusterArn that you should launch your Amazon ECS container instances * into.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, DescribeComputeEnvironmentsCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, DescribeComputeEnvironmentsCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/DescribeJobDefinitionsCommand.ts b/clients/client-batch/commands/DescribeJobDefinitionsCommand.ts index 963121d106ac..2be3e1b81225 100644 --- a/clients/client-batch/commands/DescribeJobDefinitionsCommand.ts +++ b/clients/client-batch/commands/DescribeJobDefinitionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeJobDefinitionsCommandOutput extends DescribeJobDefiniti *

Describes a list of job definitions. You can specify a status (such as ACTIVE) to only * return job definitions that match that status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, DescribeJobDefinitionsCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, DescribeJobDefinitionsCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/DescribeJobQueuesCommand.ts b/clients/client-batch/commands/DescribeJobQueuesCommand.ts index b466961f1ff6..93057ba7c87b 100644 --- a/clients/client-batch/commands/DescribeJobQueuesCommand.ts +++ b/clients/client-batch/commands/DescribeJobQueuesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobQueuesCommandOutput extends DescribeJobQueuesRespons /** *

Describes one or more of your job queues.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, DescribeJobQueuesCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, DescribeJobQueuesCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/DescribeJobsCommand.ts b/clients/client-batch/commands/DescribeJobsCommand.ts index e9727286725d..ecabe5714c59 100644 --- a/clients/client-batch/commands/DescribeJobsCommand.ts +++ b/clients/client-batch/commands/DescribeJobsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad /** *

Describes a list of AWS Batch jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, DescribeJobsCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, DescribeJobsCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/ListJobsCommand.ts b/clients/client-batch/commands/ListJobsCommand.ts index 7ea00dc5668e..c90db9a77cc8 100644 --- a/clients/client-batch/commands/ListJobsCommand.ts +++ b/clients/client-batch/commands/ListJobsCommand.ts @@ -37,7 +37,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare *

You can filter the results by job status with the jobStatus parameter. If you don't specify a * status, only RUNNING jobs are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, ListJobsCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, ListJobsCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/ListTagsForResourceCommand.ts b/clients/client-batch/commands/ListTagsForResourceCommand.ts index 627401ea3631..9d925cfd1ca0 100644 --- a/clients/client-batch/commands/ListTagsForResourceCommand.ts +++ b/clients/client-batch/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Lists the tags for an AWS Batch resource. AWS Batch resources that support tags are compute environments, jobs, job definitions, and job * queues. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, ListTagsForResourceCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, ListTagsForResourceCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/RegisterJobDefinitionCommand.ts b/clients/client-batch/commands/RegisterJobDefinitionCommand.ts index 5c4492661cf0..2532e166fb10 100644 --- a/clients/client-batch/commands/RegisterJobDefinitionCommand.ts +++ b/clients/client-batch/commands/RegisterJobDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitio /** *

Registers an AWS Batch job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, RegisterJobDefinitionCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, RegisterJobDefinitionCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/SubmitJobCommand.ts b/clients/client-batch/commands/SubmitJobCommand.ts index f3e9f9adbdbd..89c8ab8b88f8 100644 --- a/clients/client-batch/commands/SubmitJobCommand.ts +++ b/clients/client-batch/commands/SubmitJobCommand.ts @@ -32,7 +32,7 @@ export interface SubmitJobCommandOutput extends SubmitJobResponse, __MetadataBea * days, Fargate resources might become unavailable and job might be terminated.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, SubmitJobCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, SubmitJobCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/TagResourceCommand.ts b/clients/client-batch/commands/TagResourceCommand.ts index 7c15b9809425..8d3b797d15b1 100644 --- a/clients/client-batch/commands/TagResourceCommand.ts +++ b/clients/client-batch/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * associated with that resource are deleted as well. AWS Batch resources that support tags are compute environments, jobs, job definitions, and job * queues. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, TagResourceCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, TagResourceCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/TerminateJobCommand.ts b/clients/client-batch/commands/TerminateJobCommand.ts index ceaf9c7cc4f8..201b88454980 100644 --- a/clients/client-batch/commands/TerminateJobCommand.ts +++ b/clients/client-batch/commands/TerminateJobCommand.ts @@ -25,7 +25,7 @@ export interface TerminateJobCommandOutput extends TerminateJobResponse, __Metad * terminated, which causes them to transition to FAILED. Jobs that have not progressed to the * STARTING state are cancelled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, TerminateJobCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, TerminateJobCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/UntagResourceCommand.ts b/clients/client-batch/commands/UntagResourceCommand.ts index 8c946abfdc25..fac778efb21c 100644 --- a/clients/client-batch/commands/UntagResourceCommand.ts +++ b/clients/client-batch/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes specified tags from an AWS Batch resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, UntagResourceCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, UntagResourceCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/UpdateComputeEnvironmentCommand.ts b/clients/client-batch/commands/UpdateComputeEnvironmentCommand.ts index 0b2fb614899e..7eaf32f497d6 100644 --- a/clients/client-batch/commands/UpdateComputeEnvironmentCommand.ts +++ b/clients/client-batch/commands/UpdateComputeEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateComputeEnvironmentCommandOutput extends UpdateComputeEnvi /** *

Updates an AWS Batch compute environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, UpdateComputeEnvironmentCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, UpdateComputeEnvironmentCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-batch/commands/UpdateJobQueueCommand.ts b/clients/client-batch/commands/UpdateJobQueueCommand.ts index 2f1ec229cb12..fe601b7e217a 100644 --- a/clients/client-batch/commands/UpdateJobQueueCommand.ts +++ b/clients/client-batch/commands/UpdateJobQueueCommand.ts @@ -23,7 +23,7 @@ export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __M /** *

Updates a job queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BatchClient, UpdateJobQueueCommand } from "@aws-sdk/client-batch"; // ES Modules import * // const { BatchClient, UpdateJobQueueCommand } = require("@aws-sdk/client-batch"); // CommonJS import diff --git a/clients/client-braket/commands/CancelQuantumTaskCommand.ts b/clients/client-braket/commands/CancelQuantumTaskCommand.ts index 5add191be385..09a22074d02e 100644 --- a/clients/client-braket/commands/CancelQuantumTaskCommand.ts +++ b/clients/client-braket/commands/CancelQuantumTaskCommand.ts @@ -23,7 +23,7 @@ export interface CancelQuantumTaskCommandOutput extends CancelQuantumTaskRespons /** *

Cancels the specified task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, CancelQuantumTaskCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, CancelQuantumTaskCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/CreateQuantumTaskCommand.ts b/clients/client-braket/commands/CreateQuantumTaskCommand.ts index 2348115cea83..d1059dd3c171 100644 --- a/clients/client-braket/commands/CreateQuantumTaskCommand.ts +++ b/clients/client-braket/commands/CreateQuantumTaskCommand.ts @@ -23,7 +23,7 @@ export interface CreateQuantumTaskCommandOutput extends CreateQuantumTaskRespons /** *

Creates a quantum task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, CreateQuantumTaskCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, CreateQuantumTaskCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/GetDeviceCommand.ts b/clients/client-braket/commands/GetDeviceCommand.ts index 125b54aed0c9..7c1db6d4ae13 100644 --- a/clients/client-braket/commands/GetDeviceCommand.ts +++ b/clients/client-braket/commands/GetDeviceCommand.ts @@ -23,7 +23,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea /** *

Retrieves the devices available in Amazon Braket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, GetDeviceCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, GetDeviceCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/GetQuantumTaskCommand.ts b/clients/client-braket/commands/GetQuantumTaskCommand.ts index c0bfaa32f5e4..c8897e5d9fc7 100644 --- a/clients/client-braket/commands/GetQuantumTaskCommand.ts +++ b/clients/client-braket/commands/GetQuantumTaskCommand.ts @@ -23,7 +23,7 @@ export interface GetQuantumTaskCommandOutput extends GetQuantumTaskResponse, __M /** *

Retrieves the specified quantum task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, GetQuantumTaskCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, GetQuantumTaskCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/ListTagsForResourceCommand.ts b/clients/client-braket/commands/ListTagsForResourceCommand.ts index 3049e1c4fb44..ddbb1bd88e83 100644 --- a/clients/client-braket/commands/ListTagsForResourceCommand.ts +++ b/clients/client-braket/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Shows the tags associated with this resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, ListTagsForResourceCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, ListTagsForResourceCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/SearchDevicesCommand.ts b/clients/client-braket/commands/SearchDevicesCommand.ts index 3251aa35f6ce..40d0f7a4d91c 100644 --- a/clients/client-braket/commands/SearchDevicesCommand.ts +++ b/clients/client-braket/commands/SearchDevicesCommand.ts @@ -23,7 +23,7 @@ export interface SearchDevicesCommandOutput extends SearchDevicesResponse, __Met /** *

Searches for devices using the specified filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, SearchDevicesCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, SearchDevicesCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/SearchQuantumTasksCommand.ts b/clients/client-braket/commands/SearchQuantumTasksCommand.ts index 4da409a14b7c..3f53e79d05c1 100644 --- a/clients/client-braket/commands/SearchQuantumTasksCommand.ts +++ b/clients/client-braket/commands/SearchQuantumTasksCommand.ts @@ -23,7 +23,7 @@ export interface SearchQuantumTasksCommandOutput extends SearchQuantumTasksRespo /** *

Searches for tasks that match the specified filter values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, SearchQuantumTasksCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, SearchQuantumTasksCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/TagResourceCommand.ts b/clients/client-braket/commands/TagResourceCommand.ts index a6d40aae92dd..04c065f8d892 100644 --- a/clients/client-braket/commands/TagResourceCommand.ts +++ b/clients/client-braket/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Add a tag to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, TagResourceCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, TagResourceCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-braket/commands/UntagResourceCommand.ts b/clients/client-braket/commands/UntagResourceCommand.ts index 77caa24dcb92..a9470ae63d3d 100644 --- a/clients/client-braket/commands/UntagResourceCommand.ts +++ b/clients/client-braket/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Remove tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BraketClient, UntagResourceCommand } from "@aws-sdk/client-braket"; // ES Modules import * // const { BraketClient, UntagResourceCommand } = require("@aws-sdk/client-braket"); // CommonJS import diff --git a/clients/client-budgets/commands/CreateBudgetActionCommand.ts b/clients/client-budgets/commands/CreateBudgetActionCommand.ts index 28cd011c36dc..a193aaa4c746 100644 --- a/clients/client-budgets/commands/CreateBudgetActionCommand.ts +++ b/clients/client-budgets/commands/CreateBudgetActionCommand.ts @@ -25,7 +25,7 @@ export interface CreateBudgetActionCommandOutput extends CreateBudgetActionRespo * Creates a budget action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, CreateBudgetActionCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, CreateBudgetActionCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/CreateBudgetCommand.ts b/clients/client-budgets/commands/CreateBudgetCommand.ts index c58d0b0c26f8..2f0ee0dc3a82 100644 --- a/clients/client-budgets/commands/CreateBudgetCommand.ts +++ b/clients/client-budgets/commands/CreateBudgetCommand.ts @@ -26,7 +26,7 @@ export interface CreateBudgetCommandOutput extends CreateBudgetResponse, __Metad *

Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, CreateBudgetCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, CreateBudgetCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/CreateNotificationCommand.ts b/clients/client-budgets/commands/CreateNotificationCommand.ts index f110a87471be..49388045e8c5 100644 --- a/clients/client-budgets/commands/CreateNotificationCommand.ts +++ b/clients/client-budgets/commands/CreateNotificationCommand.ts @@ -23,7 +23,7 @@ export interface CreateNotificationCommandOutput extends CreateNotificationRespo /** *

Creates a notification. You must create the budget before you create the associated notification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, CreateNotificationCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, CreateNotificationCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/CreateSubscriberCommand.ts b/clients/client-budgets/commands/CreateSubscriberCommand.ts index 4f4b1d903661..8684a11e97b1 100644 --- a/clients/client-budgets/commands/CreateSubscriberCommand.ts +++ b/clients/client-budgets/commands/CreateSubscriberCommand.ts @@ -23,7 +23,7 @@ export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse, /** *

Creates a subscriber. You must create the associated budget and notification before you create the subscriber.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, CreateSubscriberCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, CreateSubscriberCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DeleteBudgetActionCommand.ts b/clients/client-budgets/commands/DeleteBudgetActionCommand.ts index 4c1995b39a76..eb05cd2b8c78 100644 --- a/clients/client-budgets/commands/DeleteBudgetActionCommand.ts +++ b/clients/client-budgets/commands/DeleteBudgetActionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteBudgetActionCommandOutput extends DeleteBudgetActionRespo * Deletes a budget action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DeleteBudgetActionCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DeleteBudgetActionCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DeleteBudgetCommand.ts b/clients/client-budgets/commands/DeleteBudgetCommand.ts index e883540eadc6..9a09ae4d26d6 100644 --- a/clients/client-budgets/commands/DeleteBudgetCommand.ts +++ b/clients/client-budgets/commands/DeleteBudgetCommand.ts @@ -26,7 +26,7 @@ export interface DeleteBudgetCommandOutput extends DeleteBudgetResponse, __Metad *

Deleting a budget also deletes the notifications and subscribers that are associated with that budget.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DeleteBudgetCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DeleteBudgetCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DeleteNotificationCommand.ts b/clients/client-budgets/commands/DeleteNotificationCommand.ts index 9b19bf96e8ec..08535ba9be16 100644 --- a/clients/client-budgets/commands/DeleteNotificationCommand.ts +++ b/clients/client-budgets/commands/DeleteNotificationCommand.ts @@ -26,7 +26,7 @@ export interface DeleteNotificationCommandOutput extends DeleteNotificationRespo *

Deleting a notification also deletes the subscribers that are associated with the notification.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DeleteNotificationCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DeleteNotificationCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DeleteSubscriberCommand.ts b/clients/client-budgets/commands/DeleteSubscriberCommand.ts index 0ef0d356022d..c38c888336cb 100644 --- a/clients/client-budgets/commands/DeleteSubscriberCommand.ts +++ b/clients/client-budgets/commands/DeleteSubscriberCommand.ts @@ -26,7 +26,7 @@ export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse, *

Deleting the last subscriber to a notification also deletes the notification.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DeleteSubscriberCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DeleteSubscriberCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeBudgetActionCommand.ts b/clients/client-budgets/commands/DescribeBudgetActionCommand.ts index 87c3b9701f38..08013cf06fb4 100644 --- a/clients/client-budgets/commands/DescribeBudgetActionCommand.ts +++ b/clients/client-budgets/commands/DescribeBudgetActionCommand.ts @@ -25,7 +25,7 @@ export interface DescribeBudgetActionCommandOutput extends DescribeBudgetActionR * Describes a budget action detail. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeBudgetActionCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeBudgetActionCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeBudgetActionHistoriesCommand.ts b/clients/client-budgets/commands/DescribeBudgetActionHistoriesCommand.ts index 1c5388be74d1..998b98a0e833 100644 --- a/clients/client-budgets/commands/DescribeBudgetActionHistoriesCommand.ts +++ b/clients/client-budgets/commands/DescribeBudgetActionHistoriesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeBudgetActionHistoriesCommandOutput * Describes a budget action history detail. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeBudgetActionHistoriesCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeBudgetActionHistoriesCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeBudgetActionsForAccountCommand.ts b/clients/client-budgets/commands/DescribeBudgetActionsForAccountCommand.ts index 43615538cf1a..6be15561282a 100644 --- a/clients/client-budgets/commands/DescribeBudgetActionsForAccountCommand.ts +++ b/clients/client-budgets/commands/DescribeBudgetActionsForAccountCommand.ts @@ -27,7 +27,7 @@ export interface DescribeBudgetActionsForAccountCommandOutput * Describes all of the budget actions for an account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeBudgetActionsForAccountCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeBudgetActionsForAccountCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeBudgetActionsForBudgetCommand.ts b/clients/client-budgets/commands/DescribeBudgetActionsForBudgetCommand.ts index 069b17578c3d..6aaec5b58788 100644 --- a/clients/client-budgets/commands/DescribeBudgetActionsForBudgetCommand.ts +++ b/clients/client-budgets/commands/DescribeBudgetActionsForBudgetCommand.ts @@ -27,7 +27,7 @@ export interface DescribeBudgetActionsForBudgetCommandOutput * Describes all of the budget actions for a budget. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeBudgetActionsForBudgetCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeBudgetActionsForBudgetCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeBudgetCommand.ts b/clients/client-budgets/commands/DescribeBudgetCommand.ts index 5ec882dc0f35..132494bf936a 100644 --- a/clients/client-budgets/commands/DescribeBudgetCommand.ts +++ b/clients/client-budgets/commands/DescribeBudgetCommand.ts @@ -26,7 +26,7 @@ export interface DescribeBudgetCommandOutput extends DescribeBudgetResponse, __M *

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeBudgetCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeBudgetCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeBudgetPerformanceHistoryCommand.ts b/clients/client-budgets/commands/DescribeBudgetPerformanceHistoryCommand.ts index 1d0d6f80df2c..87c8d52d4cd7 100644 --- a/clients/client-budgets/commands/DescribeBudgetPerformanceHistoryCommand.ts +++ b/clients/client-budgets/commands/DescribeBudgetPerformanceHistoryCommand.ts @@ -25,7 +25,7 @@ export interface DescribeBudgetPerformanceHistoryCommandOutput /** *

Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeBudgetPerformanceHistoryCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeBudgetPerformanceHistoryCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeBudgetsCommand.ts b/clients/client-budgets/commands/DescribeBudgetsCommand.ts index 00b6720d86de..0b927e5ba666 100644 --- a/clients/client-budgets/commands/DescribeBudgetsCommand.ts +++ b/clients/client-budgets/commands/DescribeBudgetsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, _ *

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeBudgetsCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeBudgetsCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeNotificationsForBudgetCommand.ts b/clients/client-budgets/commands/DescribeNotificationsForBudgetCommand.ts index bdd30d917d79..282025826991 100644 --- a/clients/client-budgets/commands/DescribeNotificationsForBudgetCommand.ts +++ b/clients/client-budgets/commands/DescribeNotificationsForBudgetCommand.ts @@ -25,7 +25,7 @@ export interface DescribeNotificationsForBudgetCommandOutput /** *

Lists the notifications that are associated with a budget.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeNotificationsForBudgetCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeNotificationsForBudgetCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/DescribeSubscribersForNotificationCommand.ts b/clients/client-budgets/commands/DescribeSubscribersForNotificationCommand.ts index 432d876977f5..9fe088f6e944 100644 --- a/clients/client-budgets/commands/DescribeSubscribersForNotificationCommand.ts +++ b/clients/client-budgets/commands/DescribeSubscribersForNotificationCommand.ts @@ -28,7 +28,7 @@ export interface DescribeSubscribersForNotificationCommandOutput /** *

Lists the subscribers that are associated with a notification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, DescribeSubscribersForNotificationCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, DescribeSubscribersForNotificationCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/ExecuteBudgetActionCommand.ts b/clients/client-budgets/commands/ExecuteBudgetActionCommand.ts index 8e519d1c320a..791311a88b6e 100644 --- a/clients/client-budgets/commands/ExecuteBudgetActionCommand.ts +++ b/clients/client-budgets/commands/ExecuteBudgetActionCommand.ts @@ -25,7 +25,7 @@ export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionRes * Executes a budget action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, ExecuteBudgetActionCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, ExecuteBudgetActionCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/UpdateBudgetActionCommand.ts b/clients/client-budgets/commands/UpdateBudgetActionCommand.ts index 1ac1432fbb70..7c571b75a6c6 100644 --- a/clients/client-budgets/commands/UpdateBudgetActionCommand.ts +++ b/clients/client-budgets/commands/UpdateBudgetActionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionRespo * Updates a budget action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, UpdateBudgetActionCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, UpdateBudgetActionCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/UpdateBudgetCommand.ts b/clients/client-budgets/commands/UpdateBudgetCommand.ts index a0b4ba14d07c..e0933606c5b9 100644 --- a/clients/client-budgets/commands/UpdateBudgetCommand.ts +++ b/clients/client-budgets/commands/UpdateBudgetCommand.ts @@ -26,7 +26,7 @@ export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __Metad *

Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, UpdateBudgetCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, UpdateBudgetCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/UpdateNotificationCommand.ts b/clients/client-budgets/commands/UpdateNotificationCommand.ts index 509caf9c0379..a24616775490 100644 --- a/clients/client-budgets/commands/UpdateNotificationCommand.ts +++ b/clients/client-budgets/commands/UpdateNotificationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateNotificationCommandOutput extends UpdateNotificationRespo /** *

Updates a notification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, UpdateNotificationCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, UpdateNotificationCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-budgets/commands/UpdateSubscriberCommand.ts b/clients/client-budgets/commands/UpdateSubscriberCommand.ts index d29f55aa475b..dd43bf6a1617 100644 --- a/clients/client-budgets/commands/UpdateSubscriberCommand.ts +++ b/clients/client-budgets/commands/UpdateSubscriberCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, /** *

Updates a subscriber.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { BudgetsClient, UpdateSubscriberCommand } from "@aws-sdk/client-budgets"; // ES Modules import * // const { BudgetsClient, UpdateSubscriberCommand } = require("@aws-sdk/client-budgets"); // CommonJS import diff --git a/clients/client-chime/commands/AssociatePhoneNumberWithUserCommand.ts b/clients/client-chime/commands/AssociatePhoneNumberWithUserCommand.ts index bd386dc1d361..ce389796f7b1 100644 --- a/clients/client-chime/commands/AssociatePhoneNumberWithUserCommand.ts +++ b/clients/client-chime/commands/AssociatePhoneNumberWithUserCommand.ts @@ -25,7 +25,7 @@ export interface AssociatePhoneNumberWithUserCommandOutput /** *

Associates a phone number with the specified Amazon Chime user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, AssociatePhoneNumberWithUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, AssociatePhoneNumberWithUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 70495b4ba81e..2ab1432c6f17 100644 --- a/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -29,7 +29,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput /** *

Associates phone numbers with the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, AssociatePhoneNumbersWithVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, AssociatePhoneNumbersWithVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index d3661d01ef69..9b89ee822520 100644 --- a/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -29,7 +29,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput /** *

Associates phone numbers with the specified Amazon Chime Voice Connector group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, AssociatePhoneNumbersWithVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, AssociatePhoneNumbersWithVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts b/clients/client-chime/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts index 057582a5f06d..1a3f8d1531a5 100644 --- a/clients/client-chime/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts +++ b/clients/client-chime/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts @@ -29,7 +29,7 @@ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput /** *

Associates the specified sign-in delegate groups with the specified Amazon Chime account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, AssociateSigninDelegateGroupsWithAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, AssociateSigninDelegateGroupsWithAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/commands/BatchCreateAttendeeCommand.ts index 8603eab4531a..604b304e393a 100644 --- a/clients/client-chime/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime/commands/BatchCreateAttendeeCommand.ts @@ -28,7 +28,7 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes * Amazon Chime Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, BatchCreateAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, BatchCreateAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/BatchCreateRoomMembershipCommand.ts b/clients/client-chime/commands/BatchCreateRoomMembershipCommand.ts index 163332efccc9..86542ac38a27 100644 --- a/clients/client-chime/commands/BatchCreateRoomMembershipCommand.ts +++ b/clients/client-chime/commands/BatchCreateRoomMembershipCommand.ts @@ -23,7 +23,7 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM /** *

Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The member role designates whether the member is a chat room administrator or a general chat room member.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, BatchCreateRoomMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, BatchCreateRoomMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime/commands/BatchDeletePhoneNumberCommand.ts index 48451fefec61..74e82d27921a 100644 --- a/clients/client-chime/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime/commands/BatchDeletePhoneNumberCommand.ts @@ -31,7 +31,7 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum * Deletion queue for 7 days before they are deleted permanently. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, BatchDeletePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, BatchDeletePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/BatchSuspendUserCommand.ts b/clients/client-chime/commands/BatchSuspendUserCommand.ts index cc46ac5fde12..c23df6e0d290 100644 --- a/clients/client-chime/commands/BatchSuspendUserCommand.ts +++ b/clients/client-chime/commands/BatchSuspendUserCommand.ts @@ -41,7 +41,7 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse, * action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, BatchSuspendUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, BatchSuspendUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/BatchUnsuspendUserCommand.ts b/clients/client-chime/commands/BatchUnsuspendUserCommand.ts index 8fc52dd5880a..ff44184fa8c7 100644 --- a/clients/client-chime/commands/BatchUnsuspendUserCommand.ts +++ b/clients/client-chime/commands/BatchUnsuspendUserCommand.ts @@ -33,7 +33,7 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo * status. Users who are not previously suspended are ignored. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, BatchUnsuspendUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, BatchUnsuspendUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime/commands/BatchUpdatePhoneNumberCommand.ts index be34e98806d5..38d8a7caaa01 100644 --- a/clients/client-chime/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime/commands/BatchUpdatePhoneNumberCommand.ts @@ -31,7 +31,7 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum * type.

*

Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, BatchUpdatePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, BatchUpdatePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/BatchUpdateUserCommand.ts b/clients/client-chime/commands/BatchUpdateUserCommand.ts index a1fb1b442550..c441ac026765 100644 --- a/clients/client-chime/commands/BatchUpdateUserCommand.ts +++ b/clients/client-chime/commands/BatchUpdateUserCommand.ts @@ -29,7 +29,7 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _ * updates are supported for this action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, BatchUpdateUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, BatchUpdateUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateAccountCommand.ts b/clients/client-chime/commands/CreateAccountCommand.ts index 86e21853f100..b4484b6c6275 100644 --- a/clients/client-chime/commands/CreateAccountCommand.ts +++ b/clients/client-chime/commands/CreateAccountCommand.ts @@ -26,7 +26,7 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met * different account types, see Managing Your Amazon Chime Accounts in the * Amazon Chime Administration Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/commands/CreateAppInstanceAdminCommand.ts index 5784720c51f1..37ff8a4fee75 100644 --- a/clients/client-chime/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime/commands/CreateAppInstanceAdminCommand.ts @@ -37,7 +37,7 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd * *

Only an AppInstanceUser can be promoted to an AppInstanceAdmin role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateAppInstanceAdminCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateAppInstanceAdminCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateAppInstanceCommand.ts b/clients/client-chime/commands/CreateAppInstanceCommand.ts index dd0c2ff29d37..6a49cf20b9d2 100644 --- a/clients/client-chime/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime/commands/CreateAppInstanceCommand.ts @@ -24,7 +24,7 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons *

Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. * CreateAppInstance supports idempotency behavior as described in the AWS API Standard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateAppInstanceCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateAppInstanceCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/commands/CreateAppInstanceUserCommand.ts index 00b880dbd888..a499814ead28 100644 --- a/clients/client-chime/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/CreateAppInstanceUserCommand.ts @@ -24,7 +24,7 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse *

Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and * Name for that user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateAttendeeCommand.ts b/clients/client-chime/commands/CreateAttendeeCommand.ts index 16ea76f5ecc7..7a10704a9fad 100644 --- a/clients/client-chime/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime/commands/CreateAttendeeCommand.ts @@ -28,7 +28,7 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M * Amazon Chime Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateBotCommand.ts b/clients/client-chime/commands/CreateBotCommand.ts index 469ecd41af36..be843a5831c8 100644 --- a/clients/client-chime/commands/CreateBotCommand.ts +++ b/clients/client-chime/commands/CreateBotCommand.ts @@ -23,7 +23,7 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea /** *

Creates a bot for an Amazon Chime Enterprise account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateBotCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateBotCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateChannelBanCommand.ts b/clients/client-chime/commands/CreateChannelBanCommand.ts index 81c332191478..5924cbc8be37 100644 --- a/clients/client-chime/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime/commands/CreateChannelBanCommand.ts @@ -32,7 +32,7 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateChannelBanCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateChannelBanCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateChannelCommand.ts b/clients/client-chime/commands/CreateChannelCommand.ts index 4055a6ac10d0..b90576821bd3 100644 --- a/clients/client-chime/commands/CreateChannelCommand.ts +++ b/clients/client-chime/commands/CreateChannelCommand.ts @@ -31,7 +31,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateChannelCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateChannelCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/commands/CreateChannelMembershipCommand.ts index 28f2acd0b900..4075d38d2f0a 100644 --- a/clients/client-chime/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime/commands/CreateChannelMembershipCommand.ts @@ -58,7 +58,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateChannelMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateChannelMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/commands/CreateChannelModeratorCommand.ts index f12b9320b57c..eb4fe4e4d53f 100644 --- a/clients/client-chime/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime/commands/CreateChannelModeratorCommand.ts @@ -46,7 +46,7 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateChannelModeratorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateChannelModeratorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateMeetingCommand.ts b/clients/client-chime/commands/CreateMeetingCommand.ts index 363ec5821d37..9488ba978c0c 100644 --- a/clients/client-chime/commands/CreateMeetingCommand.ts +++ b/clients/client-chime/commands/CreateMeetingCommand.ts @@ -33,7 +33,7 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateMeetingDialOutCommand.ts b/clients/client-chime/commands/CreateMeetingDialOutCommand.ts index 0923fcb28e13..af70131d62ea 100644 --- a/clients/client-chime/commands/CreateMeetingDialOutCommand.ts +++ b/clients/client-chime/commands/CreateMeetingDialOutCommand.ts @@ -27,7 +27,7 @@ export interface CreateMeetingDialOutCommandOutput extends CreateMeetingDialOutR *

To play welcome audio or implement an interactive voice response (IVR), use the * CreateSipMediaApplicationCall action with the corresponding SIP media application ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateMeetingDialOutCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateMeetingDialOutCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/commands/CreateMeetingWithAttendeesCommand.ts index 9882cb2937ea..08f391e5c960 100644 --- a/clients/client-chime/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime/commands/CreateMeetingWithAttendeesCommand.ts @@ -33,7 +33,7 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateMeetingWithAttendeesCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateMeetingWithAttendeesCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime/commands/CreatePhoneNumberOrderCommand.ts index 0f509b4a6544..aa7a2b3f1fd4 100644 --- a/clients/client-chime/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime/commands/CreatePhoneNumberOrderCommand.ts @@ -25,7 +25,7 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr * and Amazon Chime Voice Connector product types. For toll-free numbers, you must use the * Amazon Chime Voice Connector product type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreatePhoneNumberOrderCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreatePhoneNumberOrderCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateProxySessionCommand.ts b/clients/client-chime/commands/CreateProxySessionCommand.ts index ec3e2d2fbf16..70b516a0cb09 100644 --- a/clients/client-chime/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime/commands/CreateProxySessionCommand.ts @@ -23,7 +23,7 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo /** *

Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateProxySessionCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateProxySessionCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateRoomCommand.ts b/clients/client-chime/commands/CreateRoomCommand.ts index 917e99b62eeb..b8ff197a15bc 100644 --- a/clients/client-chime/commands/CreateRoomCommand.ts +++ b/clients/client-chime/commands/CreateRoomCommand.ts @@ -23,7 +23,7 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB /** *

Creates a chat room for the specified Amazon Chime Enterprise account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateRoomCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateRoomCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateRoomMembershipCommand.ts b/clients/client-chime/commands/CreateRoomMembershipCommand.ts index 351488d8ceca..78570cd5de19 100644 --- a/clients/client-chime/commands/CreateRoomMembershipCommand.ts +++ b/clients/client-chime/commands/CreateRoomMembershipCommand.ts @@ -23,7 +23,7 @@ export interface CreateRoomMembershipCommandOutput extends CreateRoomMembershipR /** *

Adds a member to a chat room in an Amazon Chime Enterprise account. A member can be either a user or a bot. The member role designates whether the member is a chat room administrator or a general chat room member.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateRoomMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateRoomMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/commands/CreateSipMediaApplicationCallCommand.ts index 00737a133f18..5b82f1b28193 100644 --- a/clients/client-chime/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/commands/CreateSipMediaApplicationCallCommand.ts @@ -26,7 +26,7 @@ export interface CreateSipMediaApplicationCallCommandOutput *

Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified * sipMediaApplicationId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateSipMediaApplicationCallCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateSipMediaApplicationCallCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/commands/CreateSipMediaApplicationCommand.ts index 726f8102bbd5..c5815e018c29 100644 --- a/clients/client-chime/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime/commands/CreateSipMediaApplicationCommand.ts @@ -23,7 +23,7 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp /** *

Creates a SIP media application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateSipMediaApplicationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateSipMediaApplicationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateSipRuleCommand.ts b/clients/client-chime/commands/CreateSipRuleCommand.ts index 0ee362271337..83297e2658ce 100644 --- a/clients/client-chime/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime/commands/CreateSipRuleCommand.ts @@ -23,7 +23,7 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met /** *

Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateSipRuleCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateSipRuleCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateUserCommand.ts b/clients/client-chime/commands/CreateUserCommand.ts index f15bba6b8bd3..5290f324e0cf 100644 --- a/clients/client-chime/commands/CreateUserCommand.ts +++ b/clients/client-chime/commands/CreateUserCommand.ts @@ -23,7 +23,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** *

Creates a user under the specified Amazon Chime account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/commands/CreateVoiceConnectorCommand.ts index c945f5bc45ee..680023be5392 100644 --- a/clients/client-chime/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime/commands/CreateVoiceConnectorCommand.ts @@ -29,7 +29,7 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR * configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/commands/CreateVoiceConnectorGroupCommand.ts index dd562205500a..d2f4f678b921 100644 --- a/clients/client-chime/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/commands/CreateVoiceConnectorGroupCommand.ts @@ -27,7 +27,7 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne *

You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This * creates a fault tolerant mechanism for fallback in case of availability events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, CreateVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, CreateVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteAccountCommand.ts b/clients/client-chime/commands/DeleteAccountCommand.ts index 1a78388ccc58..ab0d4e134f25 100644 --- a/clients/client-chime/commands/DeleteAccountCommand.ts +++ b/clients/client-chime/commands/DeleteAccountCommand.ts @@ -39,7 +39,7 @@ export interface DeleteAccountCommandOutput extends DeleteAccountResponse, __Met * accounts list. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/commands/DeleteAppInstanceAdminCommand.ts index 9e8a18f89b8c..6e41ea856b48 100644 --- a/clients/client-chime/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime/commands/DeleteAppInstanceAdminCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {} /** *

Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteAppInstanceAdminCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteAppInstanceAdminCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/commands/DeleteAppInstanceCommand.ts index 6d008aade52b..8e0cfa18a832 100644 --- a/clients/client-chime/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime/commands/DeleteAppInstanceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {} /** *

Deletes an AppInstance and all associated data asynchronously.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteAppInstanceCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteAppInstanceCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts index 907e974f38e2..8ee31d8f3361 100644 --- a/clients/client-chime/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAppInstanceStreamingConfigurationsCommandOutput extends _ /** *

Deletes the streaming configurations of an AppInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteAppInstanceStreamingConfigurationsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteAppInstanceStreamingConfigurationsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/commands/DeleteAppInstanceUserCommand.ts index 7c5006751651..0c15de12d6c5 100644 --- a/clients/client-chime/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/DeleteAppInstanceUserCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {} /** *

Deletes an AppInstanceUser.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteAttendeeCommand.ts b/clients/client-chime/commands/DeleteAttendeeCommand.ts index 13e233f18ed7..dee43819a659 100644 --- a/clients/client-chime/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime/commands/DeleteAttendeeCommand.ts @@ -31,7 +31,7 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {} * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteChannelBanCommand.ts b/clients/client-chime/commands/DeleteChannelBanCommand.ts index 38dc6385a123..1982443dca6c 100644 --- a/clients/client-chime/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime/commands/DeleteChannelBanCommand.ts @@ -28,7 +28,7 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {} * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteChannelBanCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteChannelBanCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteChannelCommand.ts b/clients/client-chime/commands/DeleteChannelCommand.ts index 15f719c75be1..19f13bfef2fd 100644 --- a/clients/client-chime/commands/DeleteChannelCommand.ts +++ b/clients/client-chime/commands/DeleteChannelCommand.ts @@ -28,7 +28,7 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {} * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteChannelCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteChannelCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/commands/DeleteChannelMembershipCommand.ts index 65543b3cc773..0cb4279584ac 100644 --- a/clients/client-chime/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime/commands/DeleteChannelMembershipCommand.ts @@ -28,7 +28,7 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer { * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteChannelMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteChannelMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/commands/DeleteChannelMessageCommand.ts index b2852d9aface..71b0eb66a825 100644 --- a/clients/client-chime/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime/commands/DeleteChannelMessageCommand.ts @@ -30,7 +30,7 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {} * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/commands/DeleteChannelModeratorCommand.ts index be688a6d4e41..3ab7a64bc0dc 100644 --- a/clients/client-chime/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime/commands/DeleteChannelModeratorCommand.ts @@ -28,7 +28,7 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {} * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteChannelModeratorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteChannelModeratorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteEventsConfigurationCommand.ts b/clients/client-chime/commands/DeleteEventsConfigurationCommand.ts index ec5dbec43fe1..cd8311c35761 100644 --- a/clients/client-chime/commands/DeleteEventsConfigurationCommand.ts +++ b/clients/client-chime/commands/DeleteEventsConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEventsConfigurationCommandOutput extends __MetadataBearer /** *

Deletes the events configuration that allows a bot to receive outgoing events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteEventsConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteEventsConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteMeetingCommand.ts b/clients/client-chime/commands/DeleteMeetingCommand.ts index d1ca79aaae37..5036f657debf 100644 --- a/clients/client-chime/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime/commands/DeleteMeetingCommand.ts @@ -26,7 +26,7 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {} * longer join the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime * SDK in the Amazon Chime Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeletePhoneNumberCommand.ts b/clients/client-chime/commands/DeletePhoneNumberCommand.ts index 8054445a5992..f830b47661f7 100644 --- a/clients/client-chime/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime/commands/DeletePhoneNumberCommand.ts @@ -31,7 +31,7 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {} * for 7 days before they are deleted permanently. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeletePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeletePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteProxySessionCommand.ts b/clients/client-chime/commands/DeleteProxySessionCommand.ts index a219db4493ad..a735da018914 100644 --- a/clients/client-chime/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime/commands/DeleteProxySessionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {} /** *

Deletes the specified proxy session from the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteProxySessionCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteProxySessionCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteRoomCommand.ts b/clients/client-chime/commands/DeleteRoomCommand.ts index 3cb75b68fe22..803fdfa0c000 100644 --- a/clients/client-chime/commands/DeleteRoomCommand.ts +++ b/clients/client-chime/commands/DeleteRoomCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRoomCommandOutput extends __MetadataBearer {} /** *

Deletes a chat room in an Amazon Chime Enterprise account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteRoomCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteRoomCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteRoomMembershipCommand.ts b/clients/client-chime/commands/DeleteRoomMembershipCommand.ts index c13e71600c2c..dd8c5c05ca4d 100644 --- a/clients/client-chime/commands/DeleteRoomMembershipCommand.ts +++ b/clients/client-chime/commands/DeleteRoomMembershipCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRoomMembershipCommandOutput extends __MetadataBearer {} /** *

Removes a member from a chat room in an Amazon Chime Enterprise account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteRoomMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteRoomMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/commands/DeleteSipMediaApplicationCommand.ts index c8efab1626b1..33e6e8272308 100644 --- a/clients/client-chime/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime/commands/DeleteSipMediaApplicationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer /** *

Deletes a SIP media application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteSipMediaApplicationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteSipMediaApplicationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteSipRuleCommand.ts b/clients/client-chime/commands/DeleteSipRuleCommand.ts index 93e2d929d128..27297c0f1db1 100644 --- a/clients/client-chime/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime/commands/DeleteSipRuleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {} /** *

Deletes a SIP rule. You must disable a SIP rule before you can delete it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteSipRuleCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteSipRuleCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorCommand.ts index bbd07fb61448..547b5c34b6e5 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorCommand.ts @@ -25,7 +25,7 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {} * Amazon Chime Voice Connector must be disassociated from it before it can be * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index 35006b5caaee..61705c106c0d 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput /** *

Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorGroupCommand.ts index f4ddd42e28d8..890fd23185f4 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer * and phone numbers associated with the group must be removed before it can be deleted. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorOriginationCommand.ts index 73a9965c5750..2f75cf024fdb 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata *

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorProxyCommand.ts index e611ebda00aa..5d04e4dd5fab 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorProxyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer /** *

Deletes the proxy configuration from the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorProxyCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorProxyCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index d9e3ee73c280..8d768895d7f9 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends /** *

Deletes the streaming configuration for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorStreamingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorStreamingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorTerminationCommand.ts index cd40347a1038..dae2cd82492d 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata *

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorTerminationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorTerminationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index 27abe167154d..07605f393aaa 100644 --- a/clients/client-chime/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -24,7 +24,7 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends /** *

Deletes the specified SIP credentials used by your equipment to authenticate during call termination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DeleteVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DeleteVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/commands/DescribeAppInstanceAdminCommand.ts index cc735c5f4dd4..fc2290432ff2 100644 --- a/clients/client-chime/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime/commands/DescribeAppInstanceAdminCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan /** *

Returns the full details of an AppInstanceAdmin.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeAppInstanceAdminCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeAppInstanceAdminCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/commands/DescribeAppInstanceCommand.ts index 3cbae3b20de9..3eb6cc6985d3 100644 --- a/clients/client-chime/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime/commands/DescribeAppInstanceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes /** *

Returns the full details of an AppInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeAppInstanceCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeAppInstanceCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/commands/DescribeAppInstanceUserCommand.ts index b48be7e2a882..14aeff63f834 100644 --- a/clients/client-chime/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/DescribeAppInstanceUserCommand.ts @@ -27,7 +27,7 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeChannelBanCommand.ts b/clients/client-chime/commands/DescribeChannelBanCommand.ts index 222a3c1f5e66..eee7f5162a97 100644 --- a/clients/client-chime/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime/commands/DescribeChannelBanCommand.ts @@ -29,7 +29,7 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeChannelBanCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeChannelBanCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeChannelCommand.ts b/clients/client-chime/commands/DescribeChannelCommand.ts index 0033026debf4..bdd334b70847 100644 --- a/clients/client-chime/commands/DescribeChannelCommand.ts +++ b/clients/client-chime/commands/DescribeChannelCommand.ts @@ -29,7 +29,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeChannelCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeChannelCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/commands/DescribeChannelMembershipCommand.ts index f0be8cd4f450..757c04be398b 100644 --- a/clients/client-chime/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime/commands/DescribeChannelMembershipCommand.ts @@ -29,7 +29,7 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeChannelMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeChannelMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 68a4e7fbc2ec..7118725a9360 100644 --- a/clients/client-chime/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -35,7 +35,7 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeChannelMembershipForAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeChannelMembershipForAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index c4b90b2c12fd..24f363d795dc 100644 --- a/clients/client-chime/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -34,7 +34,7 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeChannelModeratedByAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeChannelModeratedByAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/commands/DescribeChannelModeratorCommand.ts index 251ccc74f631..a4b138db86f2 100644 --- a/clients/client-chime/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime/commands/DescribeChannelModeratorCommand.ts @@ -29,7 +29,7 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DescribeChannelModeratorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DescribeChannelModeratorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DisassociatePhoneNumberFromUserCommand.ts b/clients/client-chime/commands/DisassociatePhoneNumberFromUserCommand.ts index d935d648e5dc..38c903e5c3b6 100644 --- a/clients/client-chime/commands/DisassociatePhoneNumberFromUserCommand.ts +++ b/clients/client-chime/commands/DisassociatePhoneNumberFromUserCommand.ts @@ -26,7 +26,7 @@ export interface DisassociatePhoneNumberFromUserCommandOutput *

Disassociates the primary provisioned phone number from the specified Amazon Chime * user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DisassociatePhoneNumberFromUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DisassociatePhoneNumberFromUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index 786c14c6c9c6..c5a0a2016f57 100644 --- a/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -29,7 +29,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput /** *

Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 141ac4df8506..a9fb2e829ebb 100644 --- a/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -29,7 +29,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput /** *

Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts b/clients/client-chime/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts index c4673edbba63..82db996c73dc 100644 --- a/clients/client-chime/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts +++ b/clients/client-chime/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput /** *

Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, DisassociateSigninDelegateGroupsFromAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, DisassociateSigninDelegateGroupsFromAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetAccountCommand.ts b/clients/client-chime/commands/GetAccountCommand.ts index a7dbd0814af7..25970c3d12f5 100644 --- a/clients/client-chime/commands/GetAccountCommand.ts +++ b/clients/client-chime/commands/GetAccountCommand.ts @@ -24,7 +24,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB *

Retrieves details for the specified Amazon Chime account, such as account type and supported * licenses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetAccountSettingsCommand.ts b/clients/client-chime/commands/GetAccountSettingsCommand.ts index 7b7f007219e4..9968adfe8c6a 100644 --- a/clients/client-chime/commands/GetAccountSettingsCommand.ts +++ b/clients/client-chime/commands/GetAccountSettingsCommand.ts @@ -25,7 +25,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo * and dialout settings. For more information about these settings, see Use the Policies * Page in the Amazon Chime Administration Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetAccountSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetAccountSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/commands/GetAppInstanceRetentionSettingsCommand.ts index 4a3c18b0d8d0..f5d3172a623e 100644 --- a/clients/client-chime/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -25,7 +25,7 @@ export interface GetAppInstanceRetentionSettingsCommandOutput /** *

Gets the retention settings for an AppInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/commands/GetAppInstanceStreamingConfigurationsCommand.ts index 800325702092..a9ce602d09cd 100644 --- a/clients/client-chime/commands/GetAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/commands/GetAppInstanceStreamingConfigurationsCommand.ts @@ -29,7 +29,7 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput /** *

Gets the streaming settings for an AppInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetAppInstanceStreamingConfigurationsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetAppInstanceStreamingConfigurationsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetAttendeeCommand.ts b/clients/client-chime/commands/GetAttendeeCommand.ts index e76e28319291..05d37e392df3 100644 --- a/clients/client-chime/commands/GetAttendeeCommand.ts +++ b/clients/client-chime/commands/GetAttendeeCommand.ts @@ -29,7 +29,7 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetBotCommand.ts b/clients/client-chime/commands/GetBotCommand.ts index 184d27f2a3e3..deae2269b2e6 100644 --- a/clients/client-chime/commands/GetBotCommand.ts +++ b/clients/client-chime/commands/GetBotCommand.ts @@ -20,7 +20,7 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {} /** *

Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetBotCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetBotCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetChannelMessageCommand.ts b/clients/client-chime/commands/GetChannelMessageCommand.ts index ec99ae4aa457..6a8c76eb05de 100644 --- a/clients/client-chime/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime/commands/GetChannelMessageCommand.ts @@ -28,7 +28,7 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons * value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetEventsConfigurationCommand.ts b/clients/client-chime/commands/GetEventsConfigurationCommand.ts index 61c7aa2787a6..37dcda91c717 100644 --- a/clients/client-chime/commands/GetEventsConfigurationCommand.ts +++ b/clients/client-chime/commands/GetEventsConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetEventsConfigurationCommandOutput extends GetEventsConfigurat /** *

Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetEventsConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetEventsConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetGlobalSettingsCommand.ts b/clients/client-chime/commands/GetGlobalSettingsCommand.ts index 7d2a4f98b82f..e495b87b38d7 100644 --- a/clients/client-chime/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime/commands/GetGlobalSettingsCommand.ts @@ -24,7 +24,7 @@ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsRespons *

Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business * Calling and Amazon Chime Voice Connector settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetGlobalSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetGlobalSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetMeetingCommand.ts b/clients/client-chime/commands/GetMeetingCommand.ts index 2fd51a1828a4..f9ed177cc4a3 100644 --- a/clients/client-chime/commands/GetMeetingCommand.ts +++ b/clients/client-chime/commands/GetMeetingCommand.ts @@ -29,7 +29,7 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/commands/GetMessagingSessionEndpointCommand.ts index efa4d6cd7c49..5371a872534d 100644 --- a/clients/client-chime/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime/commands/GetMessagingSessionEndpointCommand.ts @@ -25,7 +25,7 @@ export interface GetMessagingSessionEndpointCommandOutput /** *

The details of the endpoint for the messaging session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetMessagingSessionEndpointCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetMessagingSessionEndpointCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetPhoneNumberCommand.ts b/clients/client-chime/commands/GetPhoneNumberCommand.ts index bf0a0c16faf1..2e1ec71a610e 100644 --- a/clients/client-chime/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime/commands/GetPhoneNumberCommand.ts @@ -23,7 +23,7 @@ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __M /** *

Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetPhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetPhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime/commands/GetPhoneNumberOrderCommand.ts index d2508feeafdf..564de9fd2077 100644 --- a/clients/client-chime/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime/commands/GetPhoneNumberOrderCommand.ts @@ -24,7 +24,7 @@ export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderRes *

Retrieves details for the specified phone number order, such as the order creation timestamp, phone * numbers in E.164 format, product type, and order status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetPhoneNumberOrderCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetPhoneNumberOrderCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime/commands/GetPhoneNumberSettingsCommand.ts index 567d0094f364..68bf2a3bfcff 100644 --- a/clients/client-chime/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime/commands/GetPhoneNumberSettingsCommand.ts @@ -23,7 +23,7 @@ export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSetti /** *

Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetPhoneNumberSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetPhoneNumberSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetProxySessionCommand.ts b/clients/client-chime/commands/GetProxySessionCommand.ts index 8e259411f0c0..4a171a5c8973 100644 --- a/clients/client-chime/commands/GetProxySessionCommand.ts +++ b/clients/client-chime/commands/GetProxySessionCommand.ts @@ -23,7 +23,7 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _ /** *

Gets the specified proxy session details for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetProxySessionCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetProxySessionCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetRetentionSettingsCommand.ts b/clients/client-chime/commands/GetRetentionSettingsCommand.ts index a491b433a63d..c3ecbc3f8102 100644 --- a/clients/client-chime/commands/GetRetentionSettingsCommand.ts +++ b/clients/client-chime/commands/GetRetentionSettingsCommand.ts @@ -29,7 +29,7 @@ export interface GetRetentionSettingsCommandOutput extends GetRetentionSettingsR * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetRetentionSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetRetentionSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetRoomCommand.ts b/clients/client-chime/commands/GetRoomCommand.ts index c0ea237476f6..6e07596be211 100644 --- a/clients/client-chime/commands/GetRoomCommand.ts +++ b/clients/client-chime/commands/GetRoomCommand.ts @@ -23,7 +23,7 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer /** *

Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetRoomCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetRoomCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/commands/GetSipMediaApplicationCommand.ts index a24ac53d9ef2..94051ff69770 100644 --- a/clients/client-chime/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime/commands/GetSipMediaApplicationCommand.ts @@ -23,7 +23,7 @@ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicat /** *

Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetSipMediaApplicationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetSipMediaApplicationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index 3cd2f3286bee..8ef47ad5eeeb 100644 --- a/clients/client-chime/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput /** *

Returns the logging configuration for the specified SIP media application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetSipMediaApplicationLoggingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetSipMediaApplicationLoggingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetSipRuleCommand.ts b/clients/client-chime/commands/GetSipRuleCommand.ts index f987ab6fcb01..5d499a5d90a1 100644 --- a/clients/client-chime/commands/GetSipRuleCommand.ts +++ b/clients/client-chime/commands/GetSipRuleCommand.ts @@ -23,7 +23,7 @@ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataB /** *

Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetSipRuleCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetSipRuleCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetUserCommand.ts b/clients/client-chime/commands/GetUserCommand.ts index 24cb1820217b..2a852b104825 100644 --- a/clients/client-chime/commands/GetUserCommand.ts +++ b/clients/client-chime/commands/GetUserCommand.ts @@ -29,7 +29,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer * action, and then filter by email address. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetUserSettingsCommand.ts b/clients/client-chime/commands/GetUserSettingsCommand.ts index 6f0cebcde844..a78d38f35e7b 100644 --- a/clients/client-chime/commands/GetUserSettingsCommand.ts +++ b/clients/client-chime/commands/GetUserSettingsCommand.ts @@ -23,7 +23,7 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _ /** *

Retrieves settings for the specified user ID, such as any associated phone number settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetUserSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetUserSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/commands/GetVoiceConnectorCommand.ts index 13980f01fff2..80c9f7fd26f0 100644 --- a/clients/client-chime/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorCommand.ts @@ -23,7 +23,7 @@ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorRespons /** *

Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 662bb991fd11..6d254f186d40 100644 --- a/clients/client-chime/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput /** *

Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/commands/GetVoiceConnectorGroupCommand.ts index c2a43aab6c32..96a848f7739d 100644 --- a/clients/client-chime/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorGroupCommand.ts @@ -27,7 +27,7 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index 8f54f3d4cc02..052280ba7cfc 100644 --- a/clients/client-chime/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput /** *

Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorLoggingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorLoggingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/commands/GetVoiceConnectorOriginationCommand.ts index e121d49cb2db..eb4d3dfc60a8 100644 --- a/clients/client-chime/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorOriginationCommand.ts @@ -25,7 +25,7 @@ export interface GetVoiceConnectorOriginationCommandOutput /** *

Retrieves origination setting details for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/commands/GetVoiceConnectorProxyCommand.ts index 1427a2810670..5dc2b5643691 100644 --- a/clients/client-chime/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorProxyCommand.ts @@ -23,7 +23,7 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr /** *

Gets the proxy configuration details for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorProxyCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorProxyCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index 99258cfca047..a61248987019 100644 --- a/clients/client-chime/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput * Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows * the retention period, in hours, for the Amazon Kinesis data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorStreamingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorStreamingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/commands/GetVoiceConnectorTerminationCommand.ts index 9268b4707d3f..f18240a789bf 100644 --- a/clients/client-chime/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorTerminationCommand.ts @@ -25,7 +25,7 @@ export interface GetVoiceConnectorTerminationCommandOutput /** *

Retrieves termination setting details for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorTerminationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorTerminationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/commands/GetVoiceConnectorTerminationHealthCommand.ts index c0bc02ad17a6..3332f9000ffa 100644 --- a/clients/client-chime/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -29,7 +29,7 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput *

Retrieves information about the last time a SIP OPTIONS ping was received from * your SIP infrastructure for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, GetVoiceConnectorTerminationHealthCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, GetVoiceConnectorTerminationHealthCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/InviteUsersCommand.ts b/clients/client-chime/commands/InviteUsersCommand.ts index 00144ea056aa..ef2febacb8e2 100644 --- a/clients/client-chime/commands/InviteUsersCommand.ts +++ b/clients/client-chime/commands/InviteUsersCommand.ts @@ -25,7 +25,7 @@ export interface InviteUsersCommandOutput extends InviteUsersResponse, __Metadat * Team account. Only Team account types are currently * supported for this action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, InviteUsersCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, InviteUsersCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListAccountsCommand.ts b/clients/client-chime/commands/ListAccountsCommand.ts index cba5c0e67e0e..be4a6a48144b 100644 --- a/clients/client-chime/commands/ListAccountsCommand.ts +++ b/clients/client-chime/commands/ListAccountsCommand.ts @@ -25,7 +25,7 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad * by account name prefix. To find out which Amazon Chime account a user belongs to, toucan * filter by the user's email address, which returns one account result.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListAccountsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListAccountsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/commands/ListAppInstanceAdminsCommand.ts index b11b2def1c44..d63021dd670a 100644 --- a/clients/client-chime/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime/commands/ListAppInstanceAdminsCommand.ts @@ -23,7 +23,7 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin /** *

Returns a list of the administrators in the AppInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListAppInstanceAdminsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListAppInstanceAdminsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/commands/ListAppInstanceUsersCommand.ts index 77f94fa902a9..753220db2d6e 100644 --- a/clients/client-chime/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime/commands/ListAppInstanceUsersCommand.ts @@ -27,7 +27,7 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR * created under a single AppInstance. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListAppInstanceUsersCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListAppInstanceUsersCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListAppInstancesCommand.ts b/clients/client-chime/commands/ListAppInstancesCommand.ts index f3b9f3a73fdd..886c1293ce8a 100644 --- a/clients/client-chime/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime/commands/ListAppInstancesCommand.ts @@ -23,7 +23,7 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse, /** *

Lists all Amazon Chime AppInstances created under a single AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListAppInstancesCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListAppInstancesCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/commands/ListAttendeeTagsCommand.ts index ae54144aacb3..04e8769f0459 100644 --- a/clients/client-chime/commands/ListAttendeeTagsCommand.ts +++ b/clients/client-chime/commands/ListAttendeeTagsCommand.ts @@ -23,7 +23,7 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse, /** *

Lists the tags applied to an Amazon Chime SDK attendee resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListAttendeeTagsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListAttendeeTagsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListAttendeesCommand.ts b/clients/client-chime/commands/ListAttendeesCommand.ts index 79ef4ce803a7..e6ede628573f 100644 --- a/clients/client-chime/commands/ListAttendeesCommand.ts +++ b/clients/client-chime/commands/ListAttendeesCommand.ts @@ -29,7 +29,7 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListAttendeesCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListAttendeesCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListBotsCommand.ts b/clients/client-chime/commands/ListBotsCommand.ts index 8787074e7970..2d9519727d2c 100644 --- a/clients/client-chime/commands/ListBotsCommand.ts +++ b/clients/client-chime/commands/ListBotsCommand.ts @@ -23,7 +23,7 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare /** *

Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListBotsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListBotsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListChannelBansCommand.ts b/clients/client-chime/commands/ListChannelBansCommand.ts index 7a621b6eb186..8ab79f6d7604 100644 --- a/clients/client-chime/commands/ListChannelBansCommand.ts +++ b/clients/client-chime/commands/ListChannelBansCommand.ts @@ -29,7 +29,7 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _ * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListChannelBansCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListChannelBansCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/commands/ListChannelMembershipsCommand.ts index 25046fc0df4e..f82b0a504cb5 100644 --- a/clients/client-chime/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime/commands/ListChannelMembershipsCommand.ts @@ -29,7 +29,7 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListChannelMembershipsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListChannelMembershipsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index a4511619508d..5fc658f7e210 100644 --- a/clients/client-chime/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -37,7 +37,7 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListChannelMembershipsForAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListChannelMembershipsForAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListChannelMessagesCommand.ts b/clients/client-chime/commands/ListChannelMessagesCommand.ts index 18e5551c5cc2..ff81ebb73ab1 100644 --- a/clients/client-chime/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime/commands/ListChannelMessagesCommand.ts @@ -32,7 +32,7 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes * value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListChannelMessagesCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListChannelMessagesCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/commands/ListChannelModeratorsCommand.ts index 911e7392b73e..ada7259237dd 100644 --- a/clients/client-chime/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime/commands/ListChannelModeratorsCommand.ts @@ -29,7 +29,7 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListChannelModeratorsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListChannelModeratorsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListChannelsCommand.ts b/clients/client-chime/commands/ListChannelsCommand.ts index 39c463e04ecc..8f26ebba9d00 100644 --- a/clients/client-chime/commands/ListChannelsCommand.ts +++ b/clients/client-chime/commands/ListChannelsCommand.ts @@ -48,7 +48,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListChannelsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListChannelsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 7f202df6a1d6..6f6eb962385e 100644 --- a/clients/client-chime/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -34,7 +34,7 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListChannelsModeratedByAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListChannelsModeratedByAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListMeetingTagsCommand.ts b/clients/client-chime/commands/ListMeetingTagsCommand.ts index 2ba797e45f93..80f7fdc48c2f 100644 --- a/clients/client-chime/commands/ListMeetingTagsCommand.ts +++ b/clients/client-chime/commands/ListMeetingTagsCommand.ts @@ -23,7 +23,7 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _ /** *

Lists the tags applied to an Amazon Chime SDK meeting resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListMeetingTagsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListMeetingTagsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListMeetingsCommand.ts b/clients/client-chime/commands/ListMeetingsCommand.ts index 343529bb309f..a37bedf74c2e 100644 --- a/clients/client-chime/commands/ListMeetingsCommand.ts +++ b/clients/client-chime/commands/ListMeetingsCommand.ts @@ -29,7 +29,7 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListMeetingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListMeetingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime/commands/ListPhoneNumberOrdersCommand.ts index 40aa2efe156c..9c1ce28cb262 100644 --- a/clients/client-chime/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime/commands/ListPhoneNumberOrdersCommand.ts @@ -23,7 +23,7 @@ export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrder /** *

Lists the phone number orders for the administrator's Amazon Chime account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListPhoneNumberOrdersCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListPhoneNumberOrdersCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListPhoneNumbersCommand.ts b/clients/client-chime/commands/ListPhoneNumbersCommand.ts index 1c416f2543d5..fed4de64e328 100644 --- a/clients/client-chime/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime/commands/ListPhoneNumbersCommand.ts @@ -23,7 +23,7 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, /** *

Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListPhoneNumbersCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListPhoneNumbersCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListProxySessionsCommand.ts b/clients/client-chime/commands/ListProxySessionsCommand.ts index 405e4bb39ae0..d5b06860b9df 100644 --- a/clients/client-chime/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime/commands/ListProxySessionsCommand.ts @@ -23,7 +23,7 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons /** *

Lists the proxy sessions for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListProxySessionsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListProxySessionsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListRoomMembershipsCommand.ts b/clients/client-chime/commands/ListRoomMembershipsCommand.ts index c40158692737..f59edf01b910 100644 --- a/clients/client-chime/commands/ListRoomMembershipsCommand.ts +++ b/clients/client-chime/commands/ListRoomMembershipsCommand.ts @@ -24,7 +24,7 @@ export interface ListRoomMembershipsCommandOutput extends ListRoomMembershipsRes *

Lists the membership details for the specified room in an Amazon Chime Enterprise account, * such as the members' IDs, email addresses, and names.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListRoomMembershipsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListRoomMembershipsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListRoomsCommand.ts b/clients/client-chime/commands/ListRoomsCommand.ts index a36be9cb4332..350279b9cb09 100644 --- a/clients/client-chime/commands/ListRoomsCommand.ts +++ b/clients/client-chime/commands/ListRoomsCommand.ts @@ -23,7 +23,7 @@ export interface ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBea /** *

Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a member ID (user ID or bot ID) to see a list of rooms that the member belongs to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListRoomsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListRoomsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/commands/ListSipMediaApplicationsCommand.ts index a7402591d162..a5f5cb48f551 100644 --- a/clients/client-chime/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime/commands/ListSipMediaApplicationsCommand.ts @@ -23,7 +23,7 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli /** *

Lists the SIP media applications under the administrator's AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListSipMediaApplicationsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListSipMediaApplicationsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListSipRulesCommand.ts b/clients/client-chime/commands/ListSipRulesCommand.ts index ab3b8043022f..83b9a563f5fa 100644 --- a/clients/client-chime/commands/ListSipRulesCommand.ts +++ b/clients/client-chime/commands/ListSipRulesCommand.ts @@ -23,7 +23,7 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad /** *

Lists the SIP rules under the administrator's AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListSipRulesCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListSipRulesCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListTagsForResourceCommand.ts b/clients/client-chime/commands/ListTagsForResourceCommand.ts index 591117827e77..db20c0714788 100644 --- a/clients/client-chime/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags applied to an Amazon Chime SDK meeting resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListTagsForResourceCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListUsersCommand.ts b/clients/client-chime/commands/ListUsersCommand.ts index e706e76bec90..aa6aff0783e3 100644 --- a/clients/client-chime/commands/ListUsersCommand.ts +++ b/clients/client-chime/commands/ListUsersCommand.ts @@ -24,7 +24,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea *

Lists the users that belong to the specified Amazon Chime account. You can specify an email * address to list only the user that the email address belongs to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListUsersCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListUsersCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/commands/ListVoiceConnectorGroupsCommand.ts index 2fdf3464c140..567fb91d97dc 100644 --- a/clients/client-chime/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime/commands/ListVoiceConnectorGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto /** *

Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListVoiceConnectorGroupsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListVoiceConnectorGroupsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index a82f28acb288..0c333f682220 100644 --- a/clients/client-chime/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -29,7 +29,7 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput /** *

Lists the SIP credentials for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/commands/ListVoiceConnectorsCommand.ts index 7cad42b17746..03a115b05776 100644 --- a/clients/client-chime/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime/commands/ListVoiceConnectorsCommand.ts @@ -23,7 +23,7 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes /** *

Lists the Amazon Chime Voice Connectors for the administrator's AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ListVoiceConnectorsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ListVoiceConnectorsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/LogoutUserCommand.ts b/clients/client-chime/commands/LogoutUserCommand.ts index 52478e281ef7..43fcaa231578 100644 --- a/clients/client-chime/commands/LogoutUserCommand.ts +++ b/clients/client-chime/commands/LogoutUserCommand.ts @@ -23,7 +23,7 @@ export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataB /** *

Logs out the specified user from all of the devices they are currently logged into.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, LogoutUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, LogoutUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/commands/PutAppInstanceRetentionSettingsCommand.ts index 18b17ee52dbe..a6fa771b7335 100644 --- a/clients/client-chime/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -25,7 +25,7 @@ export interface PutAppInstanceRetentionSettingsCommandOutput /** *

Sets the amount of time in days that a given AppInstance retains data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/commands/PutAppInstanceStreamingConfigurationsCommand.ts index 3230bd714a3f..aa520b10337e 100644 --- a/clients/client-chime/commands/PutAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/commands/PutAppInstanceStreamingConfigurationsCommand.ts @@ -29,7 +29,7 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput /** *

The data streaming configurations of an AppInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutAppInstanceStreamingConfigurationsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutAppInstanceStreamingConfigurationsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutEventsConfigurationCommand.ts b/clients/client-chime/commands/PutEventsConfigurationCommand.ts index c7e97c6f88ed..7e92fe19ab8e 100644 --- a/clients/client-chime/commands/PutEventsConfigurationCommand.ts +++ b/clients/client-chime/commands/PutEventsConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurat * Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, * see Bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutEventsConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutEventsConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutRetentionSettingsCommand.ts b/clients/client-chime/commands/PutRetentionSettingsCommand.ts index 5ac1762c9947..8c95d85fa086 100644 --- a/clients/client-chime/commands/PutRetentionSettingsCommand.ts +++ b/clients/client-chime/commands/PutRetentionSettingsCommand.ts @@ -41,7 +41,7 @@ export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsR * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutRetentionSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutRetentionSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 53b4c795638d..35f4e11bd0e4 100644 --- a/clients/client-chime/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput /** *

Updates the logging configuration for the specified SIP media application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutSipMediaApplicationLoggingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutSipMediaApplicationLoggingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index f1e83333f2a6..14edc7c4e6e7 100644 --- a/clients/client-chime/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput /** *

Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index d13ea1ce3e7b..4655ccfc015d 100644 --- a/clients/client-chime/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput /** *

Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutVoiceConnectorLoggingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutVoiceConnectorLoggingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/commands/PutVoiceConnectorOriginationCommand.ts index c82e02ed3e38..0180efa13d29 100644 --- a/clients/client-chime/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/commands/PutVoiceConnectorOriginationCommand.ts @@ -29,7 +29,7 @@ export interface PutVoiceConnectorOriginationCommandOutput *

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/commands/PutVoiceConnectorProxyCommand.ts index ddbbf50f37ce..30c2d016cd04 100644 --- a/clients/client-chime/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/commands/PutVoiceConnectorProxyCommand.ts @@ -23,7 +23,7 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr /** *

Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutVoiceConnectorProxyCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutVoiceConnectorProxyCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index 6c34fe1649aa..a91d51f960d2 100644 --- a/clients/client-chime/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput * configuration specifies whether media streaming is enabled for sending to Indonesians. * It also sets the retention period, in hours, for the Amazon Kinesis data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutVoiceConnectorStreamingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutVoiceConnectorStreamingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/commands/PutVoiceConnectorTerminationCommand.ts index 5ee680754dea..2b8d9e2f3dbf 100644 --- a/clients/client-chime/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/commands/PutVoiceConnectorTerminationCommand.ts @@ -29,7 +29,7 @@ export interface PutVoiceConnectorTerminationCommandOutput *

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutVoiceConnectorTerminationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutVoiceConnectorTerminationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index 5694d192ceff..b81e2873cafc 100644 --- a/clients/client-chime/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -24,7 +24,7 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __ /** *

Adds termination SIP credentials for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, PutVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, PutVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/RedactChannelMessageCommand.ts b/clients/client-chime/commands/RedactChannelMessageCommand.ts index 38ac153cc5ce..f4a60970f93c 100644 --- a/clients/client-chime/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime/commands/RedactChannelMessageCommand.ts @@ -28,7 +28,7 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, RedactChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, RedactChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/RedactConversationMessageCommand.ts b/clients/client-chime/commands/RedactConversationMessageCommand.ts index 74ec4b5e5fca..58f84d91dd5a 100644 --- a/clients/client-chime/commands/RedactConversationMessageCommand.ts +++ b/clients/client-chime/commands/RedactConversationMessageCommand.ts @@ -23,7 +23,7 @@ export interface RedactConversationMessageCommandOutput extends RedactConversati /** *

Redacts the specified message from the specified Amazon Chime conversation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, RedactConversationMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, RedactConversationMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/RedactRoomMessageCommand.ts b/clients/client-chime/commands/RedactRoomMessageCommand.ts index 23d0f82d215a..76a25dc50b6c 100644 --- a/clients/client-chime/commands/RedactRoomMessageCommand.ts +++ b/clients/client-chime/commands/RedactRoomMessageCommand.ts @@ -23,7 +23,7 @@ export interface RedactRoomMessageCommandOutput extends RedactRoomMessageRespons /** *

Redacts the specified message from the specified Amazon Chime channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, RedactRoomMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, RedactRoomMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/RegenerateSecurityTokenCommand.ts b/clients/client-chime/commands/RegenerateSecurityTokenCommand.ts index 97f3f921c8ce..655ae5a2801b 100644 --- a/clients/client-chime/commands/RegenerateSecurityTokenCommand.ts +++ b/clients/client-chime/commands/RegenerateSecurityTokenCommand.ts @@ -23,7 +23,7 @@ export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurity /** *

Regenerates the security token for a bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, RegenerateSecurityTokenCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, RegenerateSecurityTokenCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/ResetPersonalPINCommand.ts b/clients/client-chime/commands/ResetPersonalPINCommand.ts index c81e1c3ac3c7..f67e28cf56c3 100644 --- a/clients/client-chime/commands/ResetPersonalPINCommand.ts +++ b/clients/client-chime/commands/ResetPersonalPINCommand.ts @@ -24,7 +24,7 @@ export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse, *

Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns * the User object with the updated personal meeting PIN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, ResetPersonalPINCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, ResetPersonalPINCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/RestorePhoneNumberCommand.ts b/clients/client-chime/commands/RestorePhoneNumberCommand.ts index 22ce67292b20..a411289bd752 100644 --- a/clients/client-chime/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime/commands/RestorePhoneNumberCommand.ts @@ -24,7 +24,7 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo *

Moves a phone number from the Deletion queue back into the * phone number Inventory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, RestorePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, RestorePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime/commands/SearchAvailablePhoneNumbersCommand.ts index 75bf02e3f3b1..dbeb7fe965ac 100644 --- a/clients/client-chime/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime/commands/SearchAvailablePhoneNumbersCommand.ts @@ -25,7 +25,7 @@ export interface SearchAvailablePhoneNumbersCommandOutput /** *

Searches phone numbers that can be ordered.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, SearchAvailablePhoneNumbersCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, SearchAvailablePhoneNumbersCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/SendChannelMessageCommand.ts b/clients/client-chime/commands/SendChannelMessageCommand.ts index e32f208cf2d1..c2ebbc8c0c69 100644 --- a/clients/client-chime/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime/commands/SendChannelMessageCommand.ts @@ -31,7 +31,7 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo * data and no metadata.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, SendChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, SendChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/TagAttendeeCommand.ts b/clients/client-chime/commands/TagAttendeeCommand.ts index 77d5d74695cc..d5c116db3c05 100644 --- a/clients/client-chime/commands/TagAttendeeCommand.ts +++ b/clients/client-chime/commands/TagAttendeeCommand.ts @@ -23,7 +23,7 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {} /** *

Applies the specified tags to the specified Amazon Chime SDK attendee.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, TagAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, TagAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/TagMeetingCommand.ts b/clients/client-chime/commands/TagMeetingCommand.ts index 482cefa21fd3..1b4474ebfc0a 100644 --- a/clients/client-chime/commands/TagMeetingCommand.ts +++ b/clients/client-chime/commands/TagMeetingCommand.ts @@ -23,7 +23,7 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {} /** *

Applies the specified tags to the specified Amazon Chime SDK meeting.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, TagMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, TagMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/TagResourceCommand.ts b/clients/client-chime/commands/TagResourceCommand.ts index 51ae59d4265f..dc4eadaf74d1 100644 --- a/clients/client-chime/commands/TagResourceCommand.ts +++ b/clients/client-chime/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Applies the specified tags to the specified Amazon Chime SDK meeting resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, TagResourceCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, TagResourceCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UntagAttendeeCommand.ts b/clients/client-chime/commands/UntagAttendeeCommand.ts index 5c4bc67425e0..809f4c0bb0d1 100644 --- a/clients/client-chime/commands/UntagAttendeeCommand.ts +++ b/clients/client-chime/commands/UntagAttendeeCommand.ts @@ -23,7 +23,7 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {} /** *

Untags the specified tags from the specified Amazon Chime SDK attendee.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UntagAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UntagAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UntagMeetingCommand.ts b/clients/client-chime/commands/UntagMeetingCommand.ts index cd2fc02bac50..15d9906e7ae3 100644 --- a/clients/client-chime/commands/UntagMeetingCommand.ts +++ b/clients/client-chime/commands/UntagMeetingCommand.ts @@ -23,7 +23,7 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {} /** *

Untags the specified tags from the specified Amazon Chime SDK meeting.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UntagMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UntagMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UntagResourceCommand.ts b/clients/client-chime/commands/UntagResourceCommand.ts index 855c091abbc3..595c93469313 100644 --- a/clients/client-chime/commands/UntagResourceCommand.ts +++ b/clients/client-chime/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Untags the specified tags from the specified Amazon Chime SDK meeting resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UntagResourceCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UntagResourceCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateAccountCommand.ts b/clients/client-chime/commands/UpdateAccountCommand.ts index d5c98aab12c1..fe0b09355457 100644 --- a/clients/client-chime/commands/UpdateAccountCommand.ts +++ b/clients/client-chime/commands/UpdateAccountCommand.ts @@ -24,7 +24,7 @@ export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __Met *

Updates account details for the specified Amazon Chime account. Currently, only account name * updates are supported for this action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateAccountSettingsCommand.ts b/clients/client-chime/commands/UpdateAccountSettingsCommand.ts index fe3d6af054f3..ea8522fc7139 100644 --- a/clients/client-chime/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-chime/commands/UpdateAccountSettingsCommand.ts @@ -27,7 +27,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting * the Policies Page in the Amazon Chime Administration * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/commands/UpdateAppInstanceCommand.ts index 7708a88ae0c7..993db16e2efe 100644 --- a/clients/client-chime/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime/commands/UpdateAppInstanceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons /** *

Updates AppInstance metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateAppInstanceCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateAppInstanceCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/commands/UpdateAppInstanceUserCommand.ts index 93d5423eca4b..462e8953a5a4 100644 --- a/clients/client-chime/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime/commands/UpdateAppInstanceUserCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse /** *

Updates the details of an AppInstanceUser. You can update names and metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateBotCommand.ts b/clients/client-chime/commands/UpdateBotCommand.ts index 717cc9e1bdfb..ac0c880affcd 100644 --- a/clients/client-chime/commands/UpdateBotCommand.ts +++ b/clients/client-chime/commands/UpdateBotCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea /** *

Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateBotCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateBotCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateChannelCommand.ts b/clients/client-chime/commands/UpdateChannelCommand.ts index f175b7ed8316..3312b0462e77 100644 --- a/clients/client-chime/commands/UpdateChannelCommand.ts +++ b/clients/client-chime/commands/UpdateChannelCommand.ts @@ -31,7 +31,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateChannelCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateChannelCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/commands/UpdateChannelMessageCommand.ts index e3382e188952..b44ea5dac1eb 100644 --- a/clients/client-chime/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime/commands/UpdateChannelMessageCommand.ts @@ -28,7 +28,7 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/commands/UpdateChannelReadMarkerCommand.ts index fff795403748..696198591971 100644 --- a/clients/client-chime/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime/commands/UpdateChannelReadMarkerCommand.ts @@ -28,7 +28,7 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM * the API call as the value in the header.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateChannelReadMarkerCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateChannelReadMarkerCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime/commands/UpdateGlobalSettingsCommand.ts index e47c83187b8a..1d7671975c72 100644 --- a/clients/client-chime/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime/commands/UpdateGlobalSettingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {} /** *

Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateGlobalSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateGlobalSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime/commands/UpdatePhoneNumberCommand.ts index 31bdca100744..44ad0b40785e 100644 --- a/clients/client-chime/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime/commands/UpdatePhoneNumberCommand.ts @@ -25,7 +25,7 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons *

For toll-free numbers, you must use the Amazon Chime Voice Connector product type.

*

Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdatePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdatePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime/commands/UpdatePhoneNumberSettingsCommand.ts index ca72606becbd..f333d474247b 100644 --- a/clients/client-chime/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime/commands/UpdatePhoneNumberSettingsCommand.ts @@ -25,7 +25,7 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer * outbound calling name. You can update the default outbound calling name once every seven * days. Outbound calling names can take up to 72 hours to update.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdatePhoneNumberSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdatePhoneNumberSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateProxySessionCommand.ts b/clients/client-chime/commands/UpdateProxySessionCommand.ts index 5675ce6165d5..0d31d43ee53a 100644 --- a/clients/client-chime/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime/commands/UpdateProxySessionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo /** *

Updates the specified proxy session details, such as voice or SMS capabilities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateProxySessionCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateProxySessionCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateRoomCommand.ts b/clients/client-chime/commands/UpdateRoomCommand.ts index 6e2fd2dc0e1c..21dcf0e4c847 100644 --- a/clients/client-chime/commands/UpdateRoomCommand.ts +++ b/clients/client-chime/commands/UpdateRoomCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB /** *

Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateRoomCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateRoomCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateRoomMembershipCommand.ts b/clients/client-chime/commands/UpdateRoomMembershipCommand.ts index 4d3b99c6e9b5..02e9ecd3afc9 100644 --- a/clients/client-chime/commands/UpdateRoomMembershipCommand.ts +++ b/clients/client-chime/commands/UpdateRoomMembershipCommand.ts @@ -26,7 +26,7 @@ export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipR * administrator or a general chat room member. The member role can be updated only for * user IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateRoomMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateRoomMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/commands/UpdateSipMediaApplicationCommand.ts index b4507a99a5ec..616407414503 100644 --- a/clients/client-chime/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime/commands/UpdateSipMediaApplicationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp /** *

Updates the details of the specified SIP media application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateSipMediaApplicationCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateSipMediaApplicationCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateSipRuleCommand.ts b/clients/client-chime/commands/UpdateSipRuleCommand.ts index fb85aa506fcc..a72ba4f75eed 100644 --- a/clients/client-chime/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime/commands/UpdateSipRuleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met /** *

Updates the details of the specified SIP rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateSipRuleCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateSipRuleCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateUserCommand.ts b/clients/client-chime/commands/UpdateUserCommand.ts index 413f4a0de48d..d3291c14a356 100644 --- a/clients/client-chime/commands/UpdateUserCommand.ts +++ b/clients/client-chime/commands/UpdateUserCommand.ts @@ -27,7 +27,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB * updates are supported for this action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateUserCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateUserSettingsCommand.ts b/clients/client-chime/commands/UpdateUserSettingsCommand.ts index 2758165ee12b..8196940c8f87 100644 --- a/clients/client-chime/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-chime/commands/UpdateUserSettingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserSettingsCommandOutput extends __MetadataBearer {} /** *

Updates the settings for the specified user, such as phone number settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateUserSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateUserSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/commands/UpdateVoiceConnectorCommand.ts index 559be706cc53..9f36036ac69c 100644 --- a/clients/client-chime/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime/commands/UpdateVoiceConnectorCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR /** *

Updates details for the specified Amazon Chime Voice Connector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-chime/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/commands/UpdateVoiceConnectorGroupCommand.ts index 539256f665a9..7b3590cf757e 100644 --- a/clients/client-chime/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/commands/UpdateVoiceConnectorGroupCommand.ts @@ -24,7 +24,7 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne *

Updates details of the specified Amazon Chime Voice Connector group, such as the name and * Amazon Chime Voice Connector priority ranking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ChimeClient, UpdateVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import * // const { ChimeClient, UpdateVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import diff --git a/clients/client-cloud9/commands/CreateEnvironmentEC2Command.ts b/clients/client-cloud9/commands/CreateEnvironmentEC2Command.ts index 01b817736306..9afaad23029f 100644 --- a/clients/client-cloud9/commands/CreateEnvironmentEC2Command.ts +++ b/clients/client-cloud9/commands/CreateEnvironmentEC2Command.ts @@ -23,7 +23,7 @@ export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2R /** *

Creates an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, CreateEnvironmentEC2Command } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, CreateEnvironmentEC2Command } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/CreateEnvironmentMembershipCommand.ts b/clients/client-cloud9/commands/CreateEnvironmentMembershipCommand.ts index 130f07318789..59ade15a7493 100644 --- a/clients/client-cloud9/commands/CreateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/commands/CreateEnvironmentMembershipCommand.ts @@ -23,7 +23,7 @@ export interface CreateEnvironmentMembershipCommandOutput extends CreateEnvironm /** *

Adds an environment member to an AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, CreateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, CreateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/DeleteEnvironmentCommand.ts b/clients/client-cloud9/commands/DeleteEnvironmentCommand.ts index 4c27b2fe582a..96f668c2e71f 100644 --- a/clients/client-cloud9/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-cloud9/commands/DeleteEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult, /** *

Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, DeleteEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, DeleteEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/DeleteEnvironmentMembershipCommand.ts b/clients/client-cloud9/commands/DeleteEnvironmentMembershipCommand.ts index bef07b7d7b70..9a7f6e550351 100644 --- a/clients/client-cloud9/commands/DeleteEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/commands/DeleteEnvironmentMembershipCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironm /** *

Deletes an environment member from an AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, DeleteEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, DeleteEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/DescribeEnvironmentMembershipsCommand.ts b/clients/client-cloud9/commands/DescribeEnvironmentMembershipsCommand.ts index 10e37d332835..75f8bb69c30f 100644 --- a/clients/client-cloud9/commands/DescribeEnvironmentMembershipsCommand.ts +++ b/clients/client-cloud9/commands/DescribeEnvironmentMembershipsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEnvironmentMembershipsCommandOutput /** *

Gets information about environment members for an AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, DescribeEnvironmentMembershipsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, DescribeEnvironmentMembershipsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/DescribeEnvironmentStatusCommand.ts b/clients/client-cloud9/commands/DescribeEnvironmentStatusCommand.ts index 58e9748b3f26..a5f07f0b653e 100644 --- a/clients/client-cloud9/commands/DescribeEnvironmentStatusCommand.ts +++ b/clients/client-cloud9/commands/DescribeEnvironmentStatusCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEnvironmentStatusCommandOutput extends DescribeEnvironm /** *

Gets status information for an AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, DescribeEnvironmentStatusCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, DescribeEnvironmentStatusCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/DescribeEnvironmentsCommand.ts b/clients/client-cloud9/commands/DescribeEnvironmentsCommand.ts index 61493530a514..bfb0011fe086 100644 --- a/clients/client-cloud9/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-cloud9/commands/DescribeEnvironmentsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEnvironmentsCommandOutput extends DescribeEnvironmentsR /** *

Gets information about AWS Cloud9 development environments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, DescribeEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, DescribeEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/ListEnvironmentsCommand.ts b/clients/client-cloud9/commands/ListEnvironmentsCommand.ts index d97c2efe8861..f9b23f568df9 100644 --- a/clients/client-cloud9/commands/ListEnvironmentsCommand.ts +++ b/clients/client-cloud9/commands/ListEnvironmentsCommand.ts @@ -23,7 +23,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResult, _ /** *

Gets a list of AWS Cloud9 development environment identifiers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, ListEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, ListEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/ListTagsForResourceCommand.ts b/clients/client-cloud9/commands/ListTagsForResourceCommand.ts index b1fa8f60fe53..e8cd4784a34c 100644 --- a/clients/client-cloud9/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloud9/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Gets a list of the tags associated with an AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, ListTagsForResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, ListTagsForResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/TagResourceCommand.ts b/clients/client-cloud9/commands/TagResourceCommand.ts index 7b57f09c5114..21ace07aa5d4 100644 --- a/clients/client-cloud9/commands/TagResourceCommand.ts +++ b/clients/client-cloud9/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

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

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, TagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, TagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/UntagResourceCommand.ts b/clients/client-cloud9/commands/UntagResourceCommand.ts index 81a92a3986c1..2e6a507b1052 100644 --- a/clients/client-cloud9/commands/UntagResourceCommand.ts +++ b/clients/client-cloud9/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from an AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, UntagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, UntagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/UpdateEnvironmentCommand.ts b/clients/client-cloud9/commands/UpdateEnvironmentCommand.ts index bb4d81eabdfb..ad722877d030 100644 --- a/clients/client-cloud9/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-cloud9/commands/UpdateEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResult, /** *

Changes the settings of an existing AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, UpdateEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, UpdateEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-cloud9/commands/UpdateEnvironmentMembershipCommand.ts b/clients/client-cloud9/commands/UpdateEnvironmentMembershipCommand.ts index 90e8e2dd9ea7..cb095349030e 100644 --- a/clients/client-cloud9/commands/UpdateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/commands/UpdateEnvironmentMembershipCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEnvironmentMembershipCommandOutput extends UpdateEnvironm /** *

Changes the settings of an existing environment member for an AWS Cloud9 development environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Cloud9Client, UpdateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import * // const { Cloud9Client, UpdateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/AddFacetToObjectCommand.ts b/clients/client-clouddirectory/commands/AddFacetToObjectCommand.ts index 89b1a33e0ad6..8bd15d00f38c 100644 --- a/clients/client-clouddirectory/commands/AddFacetToObjectCommand.ts +++ b/clients/client-clouddirectory/commands/AddFacetToObjectCommand.ts @@ -23,7 +23,7 @@ export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, /** *

Adds a new Facet to an object. An object can have more than one facet applied on it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, AddFacetToObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, AddFacetToObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ApplySchemaCommand.ts b/clients/client-clouddirectory/commands/ApplySchemaCommand.ts index a199048646e2..9b2612473661 100644 --- a/clients/client-clouddirectory/commands/ApplySchemaCommand.ts +++ b/clients/client-clouddirectory/commands/ApplySchemaCommand.ts @@ -24,7 +24,7 @@ export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __Metadat *

Copies the input published schema, at the specified version, into the Directory with the same * name and version as that of the published schema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ApplySchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ApplySchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/AttachObjectCommand.ts b/clients/client-clouddirectory/commands/AttachObjectCommand.ts index ed2a26e40ced..abe28b3e26b1 100644 --- a/clients/client-clouddirectory/commands/AttachObjectCommand.ts +++ b/clients/client-clouddirectory/commands/AttachObjectCommand.ts @@ -33,7 +33,7 @@ export interface AttachObjectCommandOutput extends AttachObjectResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, AttachObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, AttachObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/AttachPolicyCommand.ts b/clients/client-clouddirectory/commands/AttachPolicyCommand.ts index 8614767771c9..85e8bb7bbb35 100644 --- a/clients/client-clouddirectory/commands/AttachPolicyCommand.ts +++ b/clients/client-clouddirectory/commands/AttachPolicyCommand.ts @@ -24,7 +24,7 @@ export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __Metad *

Attaches a policy object to a regular object. An object can have a limited number of attached * policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, AttachPolicyCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, AttachPolicyCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/AttachToIndexCommand.ts b/clients/client-clouddirectory/commands/AttachToIndexCommand.ts index db6fa20c25ff..7d7176db8080 100644 --- a/clients/client-clouddirectory/commands/AttachToIndexCommand.ts +++ b/clients/client-clouddirectory/commands/AttachToIndexCommand.ts @@ -23,7 +23,7 @@ export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __Met /** *

Attaches the specified object to the specified index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, AttachToIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, AttachToIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/AttachTypedLinkCommand.ts b/clients/client-clouddirectory/commands/AttachTypedLinkCommand.ts index 69eb09ebe548..93fe2573e2d6 100644 --- a/clients/client-clouddirectory/commands/AttachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/commands/AttachTypedLinkCommand.ts @@ -23,7 +23,7 @@ export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, _ /** *

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, AttachTypedLinkCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, AttachTypedLinkCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/BatchReadCommand.ts b/clients/client-clouddirectory/commands/BatchReadCommand.ts index cdc80208326b..4e85b8c486ea 100644 --- a/clients/client-clouddirectory/commands/BatchReadCommand.ts +++ b/clients/client-clouddirectory/commands/BatchReadCommand.ts @@ -23,7 +23,7 @@ export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBea /** *

Performs all the read operations in a batch.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, BatchReadCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, BatchReadCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/BatchWriteCommand.ts b/clients/client-clouddirectory/commands/BatchWriteCommand.ts index 84b4306f8533..dafd89751e21 100644 --- a/clients/client-clouddirectory/commands/BatchWriteCommand.ts +++ b/clients/client-clouddirectory/commands/BatchWriteCommand.ts @@ -24,7 +24,7 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB *

Performs all the write operations in a batch. Either all the operations succeed or * none.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, BatchWriteCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, BatchWriteCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/CreateDirectoryCommand.ts b/clients/client-clouddirectory/commands/CreateDirectoryCommand.ts index 92ced2024838..5e537eeb6911 100644 --- a/clients/client-clouddirectory/commands/CreateDirectoryCommand.ts +++ b/clients/client-clouddirectory/commands/CreateDirectoryCommand.ts @@ -26,7 +26,7 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, _ *

You can also quickly create a directory using a managed schema, called the * QuickStartSchema. For more information, see Managed Schema in the Amazon Cloud Directory Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, CreateDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, CreateDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/CreateFacetCommand.ts b/clients/client-clouddirectory/commands/CreateFacetCommand.ts index 49c048a4328f..2e657b78e370 100644 --- a/clients/client-clouddirectory/commands/CreateFacetCommand.ts +++ b/clients/client-clouddirectory/commands/CreateFacetCommand.ts @@ -24,7 +24,7 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat *

Creates a new Facet in a schema. Facet creation is allowed only * in development or applied schemas.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, CreateFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, CreateFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/CreateIndexCommand.ts b/clients/client-clouddirectory/commands/CreateIndexCommand.ts index e0d83492cd3f..dcf04cf3b781 100644 --- a/clients/client-clouddirectory/commands/CreateIndexCommand.ts +++ b/clients/client-clouddirectory/commands/CreateIndexCommand.ts @@ -23,7 +23,7 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat /** *

Creates an index object. See Indexing and search for more information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, CreateIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, CreateIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/CreateObjectCommand.ts b/clients/client-clouddirectory/commands/CreateObjectCommand.ts index d6368a8e55cc..6ebfcb975741 100644 --- a/clients/client-clouddirectory/commands/CreateObjectCommand.ts +++ b/clients/client-clouddirectory/commands/CreateObjectCommand.ts @@ -26,7 +26,7 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad * collection of Facet attributes. You can also use this API call to create a * policy object, if the facet from which you create the object is a policy facet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, CreateObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, CreateObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/CreateSchemaCommand.ts b/clients/client-clouddirectory/commands/CreateSchemaCommand.ts index d1d288105e2e..5a42f35ed80d 100644 --- a/clients/client-clouddirectory/commands/CreateSchemaCommand.ts +++ b/clients/client-clouddirectory/commands/CreateSchemaCommand.ts @@ -43,7 +43,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, CreateSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, CreateSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/CreateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/commands/CreateTypedLinkFacetCommand.ts index 3e17db4a3e12..2d70a77db9dc 100644 --- a/clients/client-clouddirectory/commands/CreateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/commands/CreateTypedLinkFacetCommand.ts @@ -23,7 +23,7 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR /** *

Creates a TypedLinkFacet. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, CreateTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, CreateTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DeleteDirectoryCommand.ts b/clients/client-clouddirectory/commands/DeleteDirectoryCommand.ts index 7e2b8bd4c102..9097aaf484cf 100644 --- a/clients/client-clouddirectory/commands/DeleteDirectoryCommand.ts +++ b/clients/client-clouddirectory/commands/DeleteDirectoryCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, _ * caution * when deleting directories.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DeleteDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DeleteDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DeleteFacetCommand.ts b/clients/client-clouddirectory/commands/DeleteFacetCommand.ts index 31a7bd5b7778..ab042faf3eb7 100644 --- a/clients/client-clouddirectory/commands/DeleteFacetCommand.ts +++ b/clients/client-clouddirectory/commands/DeleteFacetCommand.ts @@ -25,7 +25,7 @@ export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __Metadat * that are associated with the facet will be deleted. Only development schema facets are allowed * deletion.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DeleteFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DeleteFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DeleteObjectCommand.ts b/clients/client-clouddirectory/commands/DeleteObjectCommand.ts index a64d12510ec1..3508dc25b530 100644 --- a/clients/client-clouddirectory/commands/DeleteObjectCommand.ts +++ b/clients/client-clouddirectory/commands/DeleteObjectCommand.ts @@ -24,7 +24,7 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad *

Deletes an object and its associated attributes. Only objects with no children and no * parents can be deleted. The maximum number of attributes that can be deleted during an object deletion is 30. For more information, see Amazon Cloud Directory Limits.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DeleteObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DeleteObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DeleteSchemaCommand.ts b/clients/client-clouddirectory/commands/DeleteSchemaCommand.ts index 2cfa06e0c74d..176fe017e021 100644 --- a/clients/client-clouddirectory/commands/DeleteSchemaCommand.ts +++ b/clients/client-clouddirectory/commands/DeleteSchemaCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad /** *

Deletes a given schema. Schemas in a development and published state can only be deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DeleteSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DeleteSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DeleteTypedLinkFacetCommand.ts b/clients/client-clouddirectory/commands/DeleteTypedLinkFacetCommand.ts index b9751e00b7af..df890ead2588 100644 --- a/clients/client-clouddirectory/commands/DeleteTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/commands/DeleteTypedLinkFacetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetR /** *

Deletes a TypedLinkFacet. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DeleteTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DeleteTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DetachFromIndexCommand.ts b/clients/client-clouddirectory/commands/DetachFromIndexCommand.ts index 5a1f60f41e70..9ee09c135631 100644 --- a/clients/client-clouddirectory/commands/DetachFromIndexCommand.ts +++ b/clients/client-clouddirectory/commands/DetachFromIndexCommand.ts @@ -23,7 +23,7 @@ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, _ /** *

Detaches the specified object from the specified index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DetachFromIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DetachFromIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DetachObjectCommand.ts b/clients/client-clouddirectory/commands/DetachObjectCommand.ts index 39a83ca61a0e..7055d7d7ab65 100644 --- a/clients/client-clouddirectory/commands/DetachObjectCommand.ts +++ b/clients/client-clouddirectory/commands/DetachObjectCommand.ts @@ -24,7 +24,7 @@ export interface DetachObjectCommandOutput extends DetachObjectResponse, __Metad *

Detaches a given object from the parent object. The object that is to be detached from the * parent is specified by the link name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DetachObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DetachObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DetachPolicyCommand.ts b/clients/client-clouddirectory/commands/DetachPolicyCommand.ts index e1db2ce65d9a..3794fb18224c 100644 --- a/clients/client-clouddirectory/commands/DetachPolicyCommand.ts +++ b/clients/client-clouddirectory/commands/DetachPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __Metad /** *

Detaches a policy from an object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DetachPolicyCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DetachPolicyCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DetachTypedLinkCommand.ts b/clients/client-clouddirectory/commands/DetachTypedLinkCommand.ts index 3b80e1844a75..482d8ffe70a7 100644 --- a/clients/client-clouddirectory/commands/DetachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/commands/DetachTypedLinkCommand.ts @@ -23,7 +23,7 @@ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {} /** *

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DetachTypedLinkCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DetachTypedLinkCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/DisableDirectoryCommand.ts b/clients/client-clouddirectory/commands/DisableDirectoryCommand.ts index ec64cd5cafe7..3871ebb3241a 100644 --- a/clients/client-clouddirectory/commands/DisableDirectoryCommand.ts +++ b/clients/client-clouddirectory/commands/DisableDirectoryCommand.ts @@ -24,7 +24,7 @@ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse, *

Disables the specified directory. Disabled directories cannot be read or written to. * Only enabled directories can be disabled. Disabled directories may be reenabled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, DisableDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, DisableDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/EnableDirectoryCommand.ts b/clients/client-clouddirectory/commands/EnableDirectoryCommand.ts index acba805c4f8f..d22d02711e99 100644 --- a/clients/client-clouddirectory/commands/EnableDirectoryCommand.ts +++ b/clients/client-clouddirectory/commands/EnableDirectoryCommand.ts @@ -24,7 +24,7 @@ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, _ *

Enables the specified directory. Only disabled directories can be enabled. Once * enabled, the directory can then be read and written to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, EnableDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, EnableDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetAppliedSchemaVersionCommand.ts b/clients/client-clouddirectory/commands/GetAppliedSchemaVersionCommand.ts index 35a9d9ae4e2f..c2819955c0b6 100644 --- a/clients/client-clouddirectory/commands/GetAppliedSchemaVersionCommand.ts +++ b/clients/client-clouddirectory/commands/GetAppliedSchemaVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVe /** *

Returns current applied schema version ARN, including the minor version in use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetAppliedSchemaVersionCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetAppliedSchemaVersionCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetDirectoryCommand.ts b/clients/client-clouddirectory/commands/GetDirectoryCommand.ts index d31f43a71a69..7f21de85bbb8 100644 --- a/clients/client-clouddirectory/commands/GetDirectoryCommand.ts +++ b/clients/client-clouddirectory/commands/GetDirectoryCommand.ts @@ -23,7 +23,7 @@ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __Metad /** *

Retrieves metadata about a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetFacetCommand.ts b/clients/client-clouddirectory/commands/GetFacetCommand.ts index b0a2f87f0a88..4df23689bc3e 100644 --- a/clients/client-clouddirectory/commands/GetFacetCommand.ts +++ b/clients/client-clouddirectory/commands/GetFacetCommand.ts @@ -24,7 +24,7 @@ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBeare *

Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType. You can call this on all kinds of schema * facets -- published, development, or applied.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetLinkAttributesCommand.ts b/clients/client-clouddirectory/commands/GetLinkAttributesCommand.ts index 138f8dceafcd..729f279db4db 100644 --- a/clients/client-clouddirectory/commands/GetLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/commands/GetLinkAttributesCommand.ts @@ -23,7 +23,7 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons /** *

Retrieves attributes that are associated with a typed link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetLinkAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetLinkAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetObjectAttributesCommand.ts b/clients/client-clouddirectory/commands/GetObjectAttributesCommand.ts index 141021e3a164..950d1b0e618a 100644 --- a/clients/client-clouddirectory/commands/GetObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/commands/GetObjectAttributesCommand.ts @@ -23,7 +23,7 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesRes /** *

Retrieves attributes within a facet that are associated with an object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetObjectAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetObjectAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetObjectInformationCommand.ts b/clients/client-clouddirectory/commands/GetObjectInformationCommand.ts index 649125748b63..21148b7ab0f6 100644 --- a/clients/client-clouddirectory/commands/GetObjectInformationCommand.ts +++ b/clients/client-clouddirectory/commands/GetObjectInformationCommand.ts @@ -23,7 +23,7 @@ export interface GetObjectInformationCommandOutput extends GetObjectInformationR /** *

Retrieves metadata about an object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetObjectInformationCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetObjectInformationCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetSchemaAsJsonCommand.ts b/clients/client-clouddirectory/commands/GetSchemaAsJsonCommand.ts index 89a0dfee6506..5ed1734241e1 100644 --- a/clients/client-clouddirectory/commands/GetSchemaAsJsonCommand.ts +++ b/clients/client-clouddirectory/commands/GetSchemaAsJsonCommand.ts @@ -23,7 +23,7 @@ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, _ /** *

Retrieves a JSON representation of the schema. See JSON Schema Format for more information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetSchemaAsJsonCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetSchemaAsJsonCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/GetTypedLinkFacetInformationCommand.ts b/clients/client-clouddirectory/commands/GetTypedLinkFacetInformationCommand.ts index b9a582c74a17..93c8723ce7eb 100644 --- a/clients/client-clouddirectory/commands/GetTypedLinkFacetInformationCommand.ts +++ b/clients/client-clouddirectory/commands/GetTypedLinkFacetInformationCommand.ts @@ -25,7 +25,7 @@ export interface GetTypedLinkFacetInformationCommandOutput /** *

Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, GetTypedLinkFacetInformationCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, GetTypedLinkFacetInformationCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListAppliedSchemaArnsCommand.ts b/clients/client-clouddirectory/commands/ListAppliedSchemaArnsCommand.ts index 79e1aeeb1c75..ce67e2d58967 100644 --- a/clients/client-clouddirectory/commands/ListAppliedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/commands/ListAppliedSchemaArnsCommand.ts @@ -23,7 +23,7 @@ export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArn /** *

Lists schema major versions applied to a directory. If SchemaArn is provided, lists the minor version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListAppliedSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListAppliedSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListAttachedIndicesCommand.ts b/clients/client-clouddirectory/commands/ListAttachedIndicesCommand.ts index 7696d05f481e..16f51c91804b 100644 --- a/clients/client-clouddirectory/commands/ListAttachedIndicesCommand.ts +++ b/clients/client-clouddirectory/commands/ListAttachedIndicesCommand.ts @@ -23,7 +23,7 @@ export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesRes /** *

Lists indices attached to the specified object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListAttachedIndicesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListAttachedIndicesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListDevelopmentSchemaArnsCommand.ts b/clients/client-clouddirectory/commands/ListDevelopmentSchemaArnsCommand.ts index 3de5d34cbb40..8276a6c0179d 100644 --- a/clients/client-clouddirectory/commands/ListDevelopmentSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/commands/ListDevelopmentSchemaArnsCommand.ts @@ -24,7 +24,7 @@ export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentS *

Retrieves each Amazon Resource Name (ARN) of schemas in the development * state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListDevelopmentSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListDevelopmentSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListDirectoriesCommand.ts b/clients/client-clouddirectory/commands/ListDirectoriesCommand.ts index 30bdd365b76b..ca733fa9f8ba 100644 --- a/clients/client-clouddirectory/commands/ListDirectoriesCommand.ts +++ b/clients/client-clouddirectory/commands/ListDirectoriesCommand.ts @@ -23,7 +23,7 @@ export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, _ /** *

Lists directories created within an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListDirectoriesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListDirectoriesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListFacetAttributesCommand.ts b/clients/client-clouddirectory/commands/ListFacetAttributesCommand.ts index a8c9dda015e5..10b75375f5b0 100644 --- a/clients/client-clouddirectory/commands/ListFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/commands/ListFacetAttributesCommand.ts @@ -23,7 +23,7 @@ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesRes /** *

Retrieves attributes attached to the facet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListFacetAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListFacetAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListFacetNamesCommand.ts b/clients/client-clouddirectory/commands/ListFacetNamesCommand.ts index fd0239b3b2b2..6a98995b52ee 100644 --- a/clients/client-clouddirectory/commands/ListFacetNamesCommand.ts +++ b/clients/client-clouddirectory/commands/ListFacetNamesCommand.ts @@ -23,7 +23,7 @@ export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __M /** *

Retrieves the names of facets that exist in a schema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListFacetNamesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListFacetNamesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListIncomingTypedLinksCommand.ts b/clients/client-clouddirectory/commands/ListIncomingTypedLinksCommand.ts index 1fe97c7b3015..d33ef40b3e07 100644 --- a/clients/client-clouddirectory/commands/ListIncomingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/commands/ListIncomingTypedLinksCommand.ts @@ -25,7 +25,7 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi * information for an object. It also supports filtering by typed link facet and identity * attributes. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListIncomingTypedLinksCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListIncomingTypedLinksCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListIndexCommand.ts b/clients/client-clouddirectory/commands/ListIndexCommand.ts index 8634d876ba27..1ee63d1d498e 100644 --- a/clients/client-clouddirectory/commands/ListIndexCommand.ts +++ b/clients/client-clouddirectory/commands/ListIndexCommand.ts @@ -23,7 +23,7 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea /** *

Lists objects attached to the specified index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListManagedSchemaArnsCommand.ts b/clients/client-clouddirectory/commands/ListManagedSchemaArnsCommand.ts index 3e1bf0bec2f2..208cf3c09fd3 100644 --- a/clients/client-clouddirectory/commands/ListManagedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/commands/ListManagedSchemaArnsCommand.ts @@ -23,7 +23,7 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn /** *

Lists the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListManagedSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListManagedSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListObjectAttributesCommand.ts b/clients/client-clouddirectory/commands/ListObjectAttributesCommand.ts index a0e5c0229bef..f244e42ef5e4 100644 --- a/clients/client-clouddirectory/commands/ListObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/commands/ListObjectAttributesCommand.ts @@ -24,7 +24,7 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR *

Lists all attributes that are associated with an object. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListObjectAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListObjectAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListObjectChildrenCommand.ts b/clients/client-clouddirectory/commands/ListObjectChildrenCommand.ts index 23da4699c979..c1d894c3b62b 100644 --- a/clients/client-clouddirectory/commands/ListObjectChildrenCommand.ts +++ b/clients/client-clouddirectory/commands/ListObjectChildrenCommand.ts @@ -24,7 +24,7 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo *

Returns a paginated list of child objects that are associated with a given * object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListObjectChildrenCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListObjectChildrenCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListObjectParentPathsCommand.ts b/clients/client-clouddirectory/commands/ListObjectParentPathsCommand.ts index bf7c6ace64ef..b7addb49e269 100644 --- a/clients/client-clouddirectory/commands/ListObjectParentPathsCommand.ts +++ b/clients/client-clouddirectory/commands/ListObjectParentPathsCommand.ts @@ -30,7 +30,7 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath * objects are deleted or moved. Paths not leading to the directory root are ignored from the * target object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListObjectParentPathsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListObjectParentPathsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListObjectParentsCommand.ts b/clients/client-clouddirectory/commands/ListObjectParentsCommand.ts index e1a7737c3aa1..a1130c4d06b7 100644 --- a/clients/client-clouddirectory/commands/ListObjectParentsCommand.ts +++ b/clients/client-clouddirectory/commands/ListObjectParentsCommand.ts @@ -24,7 +24,7 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons *

Lists parent objects that are associated with a given object in pagination * fashion.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListObjectParentsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListObjectParentsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListObjectPoliciesCommand.ts b/clients/client-clouddirectory/commands/ListObjectPoliciesCommand.ts index dfd4dc67c0bb..5099dc507a47 100644 --- a/clients/client-clouddirectory/commands/ListObjectPoliciesCommand.ts +++ b/clients/client-clouddirectory/commands/ListObjectPoliciesCommand.ts @@ -23,7 +23,7 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo /** *

Returns policies attached to an object in pagination fashion.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListObjectPoliciesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListObjectPoliciesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListOutgoingTypedLinksCommand.ts b/clients/client-clouddirectory/commands/ListOutgoingTypedLinksCommand.ts index f5ee9cb4fc92..0061a379f7c7 100644 --- a/clients/client-clouddirectory/commands/ListOutgoingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/commands/ListOutgoingTypedLinksCommand.ts @@ -25,7 +25,7 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi * information for an object. It also supports filtering by typed link facet and identity * attributes. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListOutgoingTypedLinksCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListOutgoingTypedLinksCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListPolicyAttachmentsCommand.ts b/clients/client-clouddirectory/commands/ListPolicyAttachmentsCommand.ts index cf497517e38d..26a500c6844e 100644 --- a/clients/client-clouddirectory/commands/ListPolicyAttachmentsCommand.ts +++ b/clients/client-clouddirectory/commands/ListPolicyAttachmentsCommand.ts @@ -23,7 +23,7 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment /** *

Returns all of the ObjectIdentifiers to which a given policy is attached.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListPolicyAttachmentsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListPolicyAttachmentsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListPublishedSchemaArnsCommand.ts b/clients/client-clouddirectory/commands/ListPublishedSchemaArnsCommand.ts index ba38ea2d17bc..351ca3888ee6 100644 --- a/clients/client-clouddirectory/commands/ListPublishedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/commands/ListPublishedSchemaArnsCommand.ts @@ -23,7 +23,7 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem /** *

Lists the major version families of each published schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListPublishedSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListPublishedSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListTagsForResourceCommand.ts b/clients/client-clouddirectory/commands/ListTagsForResourceCommand.ts index e7e2b5d13c80..f82c39cf8df5 100644 --- a/clients/client-clouddirectory/commands/ListTagsForResourceCommand.ts +++ b/clients/client-clouddirectory/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * limit of 50 tags per directory. All 50 tags are returned for a given directory with this API * call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListTagsForResourceCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListTagsForResourceCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListTypedLinkFacetAttributesCommand.ts b/clients/client-clouddirectory/commands/ListTypedLinkFacetAttributesCommand.ts index 6bc581abb6f1..5eb5ecd11c28 100644 --- a/clients/client-clouddirectory/commands/ListTypedLinkFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/commands/ListTypedLinkFacetAttributesCommand.ts @@ -25,7 +25,7 @@ export interface ListTypedLinkFacetAttributesCommandOutput /** *

Returns a paginated list of all attribute definitions for a particular TypedLinkFacet. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListTypedLinkFacetAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListTypedLinkFacetAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/ListTypedLinkFacetNamesCommand.ts b/clients/client-clouddirectory/commands/ListTypedLinkFacetNamesCommand.ts index 1804d08c001b..5d555d5e9bc4 100644 --- a/clients/client-clouddirectory/commands/ListTypedLinkFacetNamesCommand.ts +++ b/clients/client-clouddirectory/commands/ListTypedLinkFacetNamesCommand.ts @@ -24,7 +24,7 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet *

Returns a paginated list of TypedLink facet names for a particular schema. * For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, ListTypedLinkFacetNamesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, ListTypedLinkFacetNamesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/LookupPolicyCommand.ts b/clients/client-clouddirectory/commands/LookupPolicyCommand.ts index ca50d7c7f4be..3237df81ed8f 100644 --- a/clients/client-clouddirectory/commands/LookupPolicyCommand.ts +++ b/clients/client-clouddirectory/commands/LookupPolicyCommand.ts @@ -28,7 +28,7 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad * policyType. Paths that don't lead to the root from the target object are ignored. For more * information, see Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, LookupPolicyCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, LookupPolicyCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/PublishSchemaCommand.ts b/clients/client-clouddirectory/commands/PublishSchemaCommand.ts index b3d8e99545f3..202364332c7e 100644 --- a/clients/client-clouddirectory/commands/PublishSchemaCommand.ts +++ b/clients/client-clouddirectory/commands/PublishSchemaCommand.ts @@ -23,7 +23,7 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met /** *

Publishes a development schema with a major version and a recommended minor version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, PublishSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, PublishSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/PutSchemaFromJsonCommand.ts b/clients/client-clouddirectory/commands/PutSchemaFromJsonCommand.ts index 6ce6e30cb9ee..7cc8d53e4b59 100644 --- a/clients/client-clouddirectory/commands/PutSchemaFromJsonCommand.ts +++ b/clients/client-clouddirectory/commands/PutSchemaFromJsonCommand.ts @@ -23,7 +23,7 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons /** *

Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format for more information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, PutSchemaFromJsonCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, PutSchemaFromJsonCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/RemoveFacetFromObjectCommand.ts b/clients/client-clouddirectory/commands/RemoveFacetFromObjectCommand.ts index 3c136fba7415..d095f5ee41c5 100644 --- a/clients/client-clouddirectory/commands/RemoveFacetFromObjectCommand.ts +++ b/clients/client-clouddirectory/commands/RemoveFacetFromObjectCommand.ts @@ -23,7 +23,7 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec /** *

Removes the specified facet from the specified object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, RemoveFacetFromObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, RemoveFacetFromObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/TagResourceCommand.ts b/clients/client-clouddirectory/commands/TagResourceCommand.ts index 07888693bdab..38808bd375af 100644 --- a/clients/client-clouddirectory/commands/TagResourceCommand.ts +++ b/clients/client-clouddirectory/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

An API operation for adding tags to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, TagResourceCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, TagResourceCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UntagResourceCommand.ts b/clients/client-clouddirectory/commands/UntagResourceCommand.ts index eb0b9e362b92..ce91279f5ddc 100644 --- a/clients/client-clouddirectory/commands/UntagResourceCommand.ts +++ b/clients/client-clouddirectory/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

An API operation for removing tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UntagResourceCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UntagResourceCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UpdateFacetCommand.ts b/clients/client-clouddirectory/commands/UpdateFacetCommand.ts index d204c171a77f..dc939d67fee5 100644 --- a/clients/client-clouddirectory/commands/UpdateFacetCommand.ts +++ b/clients/client-clouddirectory/commands/UpdateFacetCommand.ts @@ -34,7 +34,7 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UpdateFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UpdateFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UpdateLinkAttributesCommand.ts b/clients/client-clouddirectory/commands/UpdateLinkAttributesCommand.ts index 5545df28c96b..04a7eec2730b 100644 --- a/clients/client-clouddirectory/commands/UpdateLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/commands/UpdateLinkAttributesCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR /** *

Updates a given typed link’s attributes. Attributes to be updated must not contribute to the typed link’s identity, as defined by its IdentityAttributeOrder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UpdateLinkAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UpdateLinkAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UpdateObjectAttributesCommand.ts b/clients/client-clouddirectory/commands/UpdateObjectAttributesCommand.ts index 304c75af8443..dbee909114ca 100644 --- a/clients/client-clouddirectory/commands/UpdateObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/commands/UpdateObjectAttributesCommand.ts @@ -23,7 +23,7 @@ export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu /** *

Updates a given object's attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UpdateObjectAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UpdateObjectAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UpdateSchemaCommand.ts b/clients/client-clouddirectory/commands/UpdateSchemaCommand.ts index 9da87a6024d5..3bd703829f92 100644 --- a/clients/client-clouddirectory/commands/UpdateSchemaCommand.ts +++ b/clients/client-clouddirectory/commands/UpdateSchemaCommand.ts @@ -24,7 +24,7 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad *

Updates the schema name with a new name. Only development schema names can be * updated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UpdateSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UpdateSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UpdateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/commands/UpdateTypedLinkFacetCommand.ts index 01c639170857..4471d2a2072e 100644 --- a/clients/client-clouddirectory/commands/UpdateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/commands/UpdateTypedLinkFacetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR /** *

Updates a TypedLinkFacet. For more information, see Typed Links.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UpdateTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UpdateTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UpgradeAppliedSchemaCommand.ts b/clients/client-clouddirectory/commands/UpgradeAppliedSchemaCommand.ts index 79a99d11d94f..26bf0bb73cd4 100644 --- a/clients/client-clouddirectory/commands/UpgradeAppliedSchemaCommand.ts +++ b/clients/client-clouddirectory/commands/UpgradeAppliedSchemaCommand.ts @@ -23,7 +23,7 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR /** *

Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UpgradeAppliedSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UpgradeAppliedSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-clouddirectory/commands/UpgradePublishedSchemaCommand.ts b/clients/client-clouddirectory/commands/UpgradePublishedSchemaCommand.ts index 9b8e51fd3b42..803f8612e173 100644 --- a/clients/client-clouddirectory/commands/UpgradePublishedSchemaCommand.ts +++ b/clients/client-clouddirectory/commands/UpgradePublishedSchemaCommand.ts @@ -23,7 +23,7 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch /** *

Upgrades a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudDirectoryClient, UpgradePublishedSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import * // const { CloudDirectoryClient, UpgradePublishedSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import diff --git a/clients/client-cloudformation/commands/CancelUpdateStackCommand.ts b/clients/client-cloudformation/commands/CancelUpdateStackCommand.ts index 6b1701034654..ffe7526426d3 100644 --- a/clients/client-cloudformation/commands/CancelUpdateStackCommand.ts +++ b/clients/client-cloudformation/commands/CancelUpdateStackCommand.ts @@ -27,7 +27,7 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {} *

You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, CancelUpdateStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, CancelUpdateStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ContinueUpdateRollbackCommand.ts b/clients/client-cloudformation/commands/ContinueUpdateRollbackCommand.ts index 12943fb3faf9..acd9ea994622 100644 --- a/clients/client-cloudformation/commands/ContinueUpdateRollbackCommand.ts +++ b/clients/client-cloudformation/commands/ContinueUpdateRollbackCommand.ts @@ -33,7 +33,7 @@ export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollb * deleted, it assumes that the database instance still exists and attempts to roll back to * it, causing the update rollback to fail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ContinueUpdateRollbackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ContinueUpdateRollbackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/CreateChangeSetCommand.ts b/clients/client-cloudformation/commands/CreateChangeSetCommand.ts index 9d288f8d45fa..8e68243e4dd0 100644 --- a/clients/client-cloudformation/commands/CreateChangeSetCommand.ts +++ b/clients/client-cloudformation/commands/CreateChangeSetCommand.ts @@ -43,7 +43,7 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M *

To create a change set for the entire stack hierachy, set * IncludeNestedStacks to True.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, CreateChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, CreateChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/CreateStackCommand.ts b/clients/client-cloudformation/commands/CreateStackCommand.ts index e4239aff74d8..56b467739f9e 100644 --- a/clients/client-cloudformation/commands/CreateStackCommand.ts +++ b/clients/client-cloudformation/commands/CreateStackCommand.ts @@ -21,7 +21,7 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB *

Creates a stack as specified in the template. After the call completes successfully, * the stack creation starts. You can check the status of the stack via the DescribeStacks API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, CreateStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, CreateStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/CreateStackInstancesCommand.ts b/clients/client-cloudformation/commands/CreateStackInstancesCommand.ts index 0d242fa906fc..1bc6ffcaea91 100644 --- a/clients/client-cloudformation/commands/CreateStackInstancesCommand.ts +++ b/clients/client-cloudformation/commands/CreateStackInstancesCommand.ts @@ -24,7 +24,7 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO *

Creates stack instances for the specified accounts, within the specified Regions. A * stack instance refers to a stack in a specific account and Region. You must specify at least one value for either Accounts or DeploymentTargets, and you must specify at least one value for Regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, CreateStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, CreateStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/CreateStackSetCommand.ts b/clients/client-cloudformation/commands/CreateStackSetCommand.ts index 26d1d1215cfc..681a492427fa 100644 --- a/clients/client-cloudformation/commands/CreateStackSetCommand.ts +++ b/clients/client-cloudformation/commands/CreateStackSetCommand.ts @@ -23,7 +23,7 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met /** *

Creates a stack set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, CreateStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, CreateStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DeleteChangeSetCommand.ts b/clients/client-cloudformation/commands/DeleteChangeSetCommand.ts index 2834f69856b1..4ac34d609b05 100644 --- a/clients/client-cloudformation/commands/DeleteChangeSetCommand.ts +++ b/clients/client-cloudformation/commands/DeleteChangeSetCommand.ts @@ -29,7 +29,7 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M * the nested change set, then DeleteChangeSet will delete all change sets that belong to the stacks hierarchy and * will also delete all change sets for nested stacks with the status of REVIEW_IN_PROGRESS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DeleteChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DeleteChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DeleteStackCommand.ts b/clients/client-cloudformation/commands/DeleteStackCommand.ts index ef328450f3ae..fa1d5118dea5 100644 --- a/clients/client-cloudformation/commands/DeleteStackCommand.ts +++ b/clients/client-cloudformation/commands/DeleteStackCommand.ts @@ -22,7 +22,7 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {} * starts. Deleted stacks do not show up in the DescribeStacks API if the * deletion has been completed successfully.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DeleteStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DeleteStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DeleteStackInstancesCommand.ts b/clients/client-cloudformation/commands/DeleteStackInstancesCommand.ts index be792cb3b58f..14d76157faf4 100644 --- a/clients/client-cloudformation/commands/DeleteStackInstancesCommand.ts +++ b/clients/client-cloudformation/commands/DeleteStackInstancesCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO /** *

Deletes stack instances for the specified accounts, in the specified Regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DeleteStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DeleteStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DeleteStackSetCommand.ts b/clients/client-cloudformation/commands/DeleteStackSetCommand.ts index 92483cd69a79..fc8bb49eb396 100644 --- a/clients/client-cloudformation/commands/DeleteStackSetCommand.ts +++ b/clients/client-cloudformation/commands/DeleteStackSetCommand.ts @@ -24,7 +24,7 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met *

Deletes a stack set. Before you can delete a stack set, all of its member stack * instances must be deleted. For more information about how to do this, see DeleteStackInstances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DeleteStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DeleteStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DeregisterTypeCommand.ts b/clients/client-cloudformation/commands/DeregisterTypeCommand.ts index a01658afa2af..c393c0757a4f 100644 --- a/clients/client-cloudformation/commands/DeregisterTypeCommand.ts +++ b/clients/client-cloudformation/commands/DeregisterTypeCommand.ts @@ -26,7 +26,7 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met *

You cannot deregister the default version of an extension if there are other active version of that extension. If you do deregister the default version of an extension, the textensionype itself is deregistered as well and marked as deprecated.

*

To view the deprecation status of an extension or extension version, use DescribeType.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DeregisterTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DeregisterTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeAccountLimitsCommand.ts b/clients/client-cloudformation/commands/DescribeAccountLimitsCommand.ts index 2d26ed783a21..329f7db02c91 100644 --- a/clients/client-cloudformation/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-cloudformation/commands/DescribeAccountLimitsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit * AWS CloudFormation * Limits in the AWS CloudFormation User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeAccountLimitsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeAccountLimitsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeChangeSetCommand.ts b/clients/client-cloudformation/commands/DescribeChangeSetCommand.ts index 27f5ce38f675..64bf33c9cf3a 100644 --- a/clients/client-cloudformation/commands/DescribeChangeSetCommand.ts +++ b/clients/client-cloudformation/commands/DescribeChangeSetCommand.ts @@ -25,7 +25,7 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput, * will make if you execute the change set. For more information, see Updating Stacks Using Change Sets in the AWS CloudFormation User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackDriftDetectionStatusCommand.ts b/clients/client-cloudformation/commands/DescribeStackDriftDetectionStatusCommand.ts index 60366a99aaa4..9b669e4b3ca6 100644 --- a/clients/client-cloudformation/commands/DescribeStackDriftDetectionStatusCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackDriftDetectionStatusCommand.ts @@ -37,7 +37,7 @@ export interface DescribeStackDriftDetectionStatusCommandOutput * completed, use DescribeStackResourceDrifts to return drift information * about the stack and its resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackDriftDetectionStatusCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackDriftDetectionStatusCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackEventsCommand.ts b/clients/client-cloudformation/commands/DescribeStackEventsCommand.ts index d171fac63235..25da98a497fb 100644 --- a/clients/client-cloudformation/commands/DescribeStackEventsCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackEventsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut * specifying the unique stack identifier (stack ID).

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackEventsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackEventsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackInstanceCommand.ts b/clients/client-cloudformation/commands/DescribeStackInstanceCommand.ts index e6ace53e9f05..6b3f67e74d54 100644 --- a/clients/client-cloudformation/commands/DescribeStackInstanceCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackInstanceCommand.ts @@ -26,7 +26,7 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc *

For a list of stack instances that are associated with a specific stack set, use * ListStackInstances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackInstanceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackInstanceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackResourceCommand.ts b/clients/client-cloudformation/commands/DescribeStackResourceCommand.ts index 6e6b21065ff0..562f4ee050ae 100644 --- a/clients/client-cloudformation/commands/DescribeStackResourceCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackResourceCommand.ts @@ -25,7 +25,7 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc *

For deleted stacks, DescribeStackResource returns resource information for up to 90 * days after the stack has been deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackResourceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackResourceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackResourceDriftsCommand.ts b/clients/client-cloudformation/commands/DescribeStackResourceDriftsCommand.ts index 03b0332566c0..815dbf7978aa 100644 --- a/clients/client-cloudformation/commands/DescribeStackResourceDriftsCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackResourceDriftsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR * resources, or DetectStackDrift to detect drift on all supported resources * for a given stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackResourceDriftsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackResourceDriftsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackResourcesCommand.ts b/clients/client-cloudformation/commands/DescribeStackResourcesCommand.ts index 41ee24ca7ef0..6cfad67d42b3 100644 --- a/clients/client-cloudformation/commands/DescribeStackResourcesCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackResourcesCommand.ts @@ -42,7 +42,7 @@ export interface DescribeStackResourcesCommandOutput extends DescribeStackResour * request.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackResourcesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackResourcesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackSetCommand.ts b/clients/client-cloudformation/commands/DescribeStackSetCommand.ts index c892e2c06099..3c8d94a4d140 100644 --- a/clients/client-cloudformation/commands/DescribeStackSetCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackSetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _ /** *

Returns the description of the specified stack set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStackSetOperationCommand.ts b/clients/client-cloudformation/commands/DescribeStackSetOperationCommand.ts index cdc94cdef410..7669ead48011 100644 --- a/clients/client-cloudformation/commands/DescribeStackSetOperationCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStackSetOperationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet /** *

Returns the description of the specified stack set operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStackSetOperationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStackSetOperationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeStacksCommand.ts b/clients/client-cloudformation/commands/DescribeStacksCommand.ts index 73d1dad809aa..6022df9a5514 100644 --- a/clients/client-cloudformation/commands/DescribeStacksCommand.ts +++ b/clients/client-cloudformation/commands/DescribeStacksCommand.ts @@ -28,7 +28,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met * returned.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeStacksCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeStacksCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeTypeCommand.ts b/clients/client-cloudformation/commands/DescribeTypeCommand.ts index caa2832a75db..2b8c34006e34 100644 --- a/clients/client-cloudformation/commands/DescribeTypeCommand.ts +++ b/clients/client-cloudformation/commands/DescribeTypeCommand.ts @@ -21,7 +21,7 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat *

Returns detailed information about an extension that has been registered.

*

If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DescribeTypeRegistrationCommand.ts b/clients/client-cloudformation/commands/DescribeTypeRegistrationCommand.ts index 9ec3afd4ad39..b9eee83c9c8c 100644 --- a/clients/client-cloudformation/commands/DescribeTypeRegistrationCommand.ts +++ b/clients/client-cloudformation/commands/DescribeTypeRegistrationCommand.ts @@ -31,7 +31,7 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis * DescribeType * to return detailed information about an extension.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DescribeTypeRegistrationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DescribeTypeRegistrationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DetectStackDriftCommand.ts b/clients/client-cloudformation/commands/DetectStackDriftCommand.ts index 48c8ace1c28b..6e4b452c7255 100644 --- a/clients/client-cloudformation/commands/DetectStackDriftCommand.ts +++ b/clients/client-cloudformation/commands/DetectStackDriftCommand.ts @@ -43,7 +43,7 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _ * belonging to that stack. Perform DetectStackDrift directly on the nested stack * itself.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DetectStackDriftCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DetectStackDriftCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DetectStackResourceDriftCommand.ts b/clients/client-cloudformation/commands/DetectStackResourceDriftCommand.ts index 145a1fa10168..6b569b3f0cc9 100644 --- a/clients/client-cloudformation/commands/DetectStackResourceDriftCommand.ts +++ b/clients/client-cloudformation/commands/DetectStackResourceDriftCommand.ts @@ -34,7 +34,7 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour *

Resources that do not currently support drift detection cannot be checked. For a list * of resources that support drift detection, see Resources that Support Drift Detection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DetectStackResourceDriftCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DetectStackResourceDriftCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/DetectStackSetDriftCommand.ts b/clients/client-cloudformation/commands/DetectStackSetDriftCommand.ts index 880816212c7c..b1b8d7cc60af 100644 --- a/clients/client-cloudformation/commands/DetectStackSetDriftCommand.ts +++ b/clients/client-cloudformation/commands/DetectStackSetDriftCommand.ts @@ -67,7 +67,7 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut * StopStackSetOperation * .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, DetectStackSetDriftCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, DetectStackSetDriftCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/EstimateTemplateCostCommand.ts b/clients/client-cloudformation/commands/EstimateTemplateCostCommand.ts index bf6be6cfd0e6..a82471b2e79e 100644 --- a/clients/client-cloudformation/commands/EstimateTemplateCostCommand.ts +++ b/clients/client-cloudformation/commands/EstimateTemplateCostCommand.ts @@ -25,7 +25,7 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO * Monthly Calculator URL with a query string that describes the resources required to run the * template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, EstimateTemplateCostCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, EstimateTemplateCostCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ExecuteChangeSetCommand.ts b/clients/client-cloudformation/commands/ExecuteChangeSetCommand.ts index 8935a2f1f268..cbadc3813989 100644 --- a/clients/client-cloudformation/commands/ExecuteChangeSetCommand.ts +++ b/clients/client-cloudformation/commands/ExecuteChangeSetCommand.ts @@ -33,7 +33,7 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _ *

To create a change set for the entire stack hierachy, IncludeNestedStacks * must have been set to True.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ExecuteChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ExecuteChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/GetStackPolicyCommand.ts b/clients/client-cloudformation/commands/GetStackPolicyCommand.ts index 142ee988bc02..ca6102ac8807 100644 --- a/clients/client-cloudformation/commands/GetStackPolicyCommand.ts +++ b/clients/client-cloudformation/commands/GetStackPolicyCommand.ts @@ -24,7 +24,7 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met *

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a * null value is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, GetStackPolicyCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, GetStackPolicyCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/GetTemplateCommand.ts b/clients/client-cloudformation/commands/GetTemplateCommand.ts index ba6bbdaaeff4..99e750849b15 100644 --- a/clients/client-cloudformation/commands/GetTemplateCommand.ts +++ b/clients/client-cloudformation/commands/GetTemplateCommand.ts @@ -27,7 +27,7 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, GetTemplateCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, GetTemplateCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/GetTemplateSummaryCommand.ts b/clients/client-cloudformation/commands/GetTemplateSummaryCommand.ts index 5af7d9d5dbd2..7c747ca9bf9e 100644 --- a/clients/client-cloudformation/commands/GetTemplateSummaryCommand.ts +++ b/clients/client-cloudformation/commands/GetTemplateSummaryCommand.ts @@ -31,7 +31,7 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu * for up to 90 days after the stack has been deleted. If the template does not exist, a * ValidationError is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, GetTemplateSummaryCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, GetTemplateSummaryCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListChangeSetsCommand.ts b/clients/client-cloudformation/commands/ListChangeSetsCommand.ts index 60ae42783258..4319a0d805d3 100644 --- a/clients/client-cloudformation/commands/ListChangeSetsCommand.ts +++ b/clients/client-cloudformation/commands/ListChangeSetsCommand.ts @@ -25,7 +25,7 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __Met * CloudFormation lists change sets that are in the CREATE_IN_PROGRESS or * CREATE_PENDING state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListChangeSetsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListChangeSetsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListExportsCommand.ts b/clients/client-cloudformation/commands/ListExportsCommand.ts index b2d8a1cbe945..504e09686c70 100644 --- a/clients/client-cloudformation/commands/ListExportsCommand.ts +++ b/clients/client-cloudformation/commands/ListExportsCommand.ts @@ -26,7 +26,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB *

For more information, see AWS * CloudFormation Export Stack Output Values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListExportsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListExportsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListImportsCommand.ts b/clients/client-cloudformation/commands/ListImportsCommand.ts index 2e17bd68e88a..ba986efaa837 100644 --- a/clients/client-cloudformation/commands/ListImportsCommand.ts +++ b/clients/client-cloudformation/commands/ListImportsCommand.ts @@ -25,7 +25,7 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB * Fn::ImportValue * function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListImportsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListImportsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListStackInstancesCommand.ts b/clients/client-cloudformation/commands/ListStackInstancesCommand.ts index b40b79f04b9f..ac5768cfcc43 100644 --- a/clients/client-cloudformation/commands/ListStackInstancesCommand.ts +++ b/clients/client-cloudformation/commands/ListStackInstancesCommand.ts @@ -25,7 +25,7 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu * specified stack set. You can filter for stack instances that are associated with a specific * AWS account name or Region, or that have a specific status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListStackResourcesCommand.ts b/clients/client-cloudformation/commands/ListStackResourcesCommand.ts index cee910d2e84d..c3228fed2c2a 100644 --- a/clients/client-cloudformation/commands/ListStackResourcesCommand.ts +++ b/clients/client-cloudformation/commands/ListStackResourcesCommand.ts @@ -25,7 +25,7 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu *

For deleted stacks, ListStackResources returns resource information for up to 90 days * after the stack has been deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListStackResourcesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListStackResourcesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListStackSetOperationResultsCommand.ts b/clients/client-cloudformation/commands/ListStackSetOperationResultsCommand.ts index 3f081d71014f..6d15431d3e21 100644 --- a/clients/client-cloudformation/commands/ListStackSetOperationResultsCommand.ts +++ b/clients/client-cloudformation/commands/ListStackSetOperationResultsCommand.ts @@ -25,7 +25,7 @@ export interface ListStackSetOperationResultsCommandOutput /** *

Returns summary information about the results of a stack set operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListStackSetOperationResultsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListStackSetOperationResultsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListStackSetOperationsCommand.ts b/clients/client-cloudformation/commands/ListStackSetOperationsCommand.ts index 3fe7eab53ac0..c860fe80fdfd 100644 --- a/clients/client-cloudformation/commands/ListStackSetOperationsCommand.ts +++ b/clients/client-cloudformation/commands/ListStackSetOperationsCommand.ts @@ -23,7 +23,7 @@ export interface ListStackSetOperationsCommandOutput extends ListStackSetOperati /** *

Returns summary information about operations performed on a stack set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListStackSetOperationsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListStackSetOperationsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListStackSetsCommand.ts b/clients/client-cloudformation/commands/ListStackSetsCommand.ts index af6152a73a09..f5343dde0c3f 100644 --- a/clients/client-cloudformation/commands/ListStackSetsCommand.ts +++ b/clients/client-cloudformation/commands/ListStackSetsCommand.ts @@ -35,7 +35,7 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListStackSetsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListStackSetsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListStacksCommand.ts b/clients/client-cloudformation/commands/ListStacksCommand.ts index 60dac0ea1782..c30e26e63e50 100644 --- a/clients/client-cloudformation/commands/ListStacksCommand.ts +++ b/clients/client-cloudformation/commands/ListStacksCommand.ts @@ -24,7 +24,7 @@ export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBea * for all stacks is returned (including existing stacks and stacks that have been * deleted).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListStacksCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListStacksCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListTypeRegistrationsCommand.ts b/clients/client-cloudformation/commands/ListTypeRegistrationsCommand.ts index 291da655dd6f..35ef0d07905b 100644 --- a/clients/client-cloudformation/commands/ListTypeRegistrationsCommand.ts +++ b/clients/client-cloudformation/commands/ListTypeRegistrationsCommand.ts @@ -23,7 +23,7 @@ export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistration /** *

Returns a list of registration tokens for the specified extension(s).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListTypeRegistrationsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListTypeRegistrationsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListTypeVersionsCommand.ts b/clients/client-cloudformation/commands/ListTypeVersionsCommand.ts index c2b437de9df9..d803bb7fd9ce 100644 --- a/clients/client-cloudformation/commands/ListTypeVersionsCommand.ts +++ b/clients/client-cloudformation/commands/ListTypeVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, _ /** *

Returns summary information about the versions of an extension.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListTypeVersionsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListTypeVersionsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ListTypesCommand.ts b/clients/client-cloudformation/commands/ListTypesCommand.ts index 4071e1f53aef..9a8839326824 100644 --- a/clients/client-cloudformation/commands/ListTypesCommand.ts +++ b/clients/client-cloudformation/commands/ListTypesCommand.ts @@ -20,7 +20,7 @@ export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBeare /** *

Returns summary information about extension that have been registered with CloudFormation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ListTypesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ListTypesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/RecordHandlerProgressCommand.ts b/clients/client-cloudformation/commands/RecordHandlerProgressCommand.ts index aec8bba60f03..d587fe2f623b 100644 --- a/clients/client-cloudformation/commands/RecordHandlerProgressCommand.ts +++ b/clients/client-cloudformation/commands/RecordHandlerProgressCommand.ts @@ -24,7 +24,7 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres *

Reports progress of a resource handler to CloudFormation.

*

Reserved for use by the CloudFormation CLI. Do not use this API in your code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, RecordHandlerProgressCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, RecordHandlerProgressCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/RegisterTypeCommand.ts b/clients/client-cloudformation/commands/RegisterTypeCommand.ts index 9ca698c21a99..0a314b5c6225 100644 --- a/clients/client-cloudformation/commands/RegisterTypeCommand.ts +++ b/clients/client-cloudformation/commands/RegisterTypeCommand.ts @@ -38,7 +38,7 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat * DescribeTypeRegistration * to monitor the progress of the registration request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, RegisterTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, RegisterTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/SetStackPolicyCommand.ts b/clients/client-cloudformation/commands/SetStackPolicyCommand.ts index 806e0dfc44cd..06135e7b3a16 100644 --- a/clients/client-cloudformation/commands/SetStackPolicyCommand.ts +++ b/clients/client-cloudformation/commands/SetStackPolicyCommand.ts @@ -23,7 +23,7 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {} /** *

Sets a stack policy for a specified stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, SetStackPolicyCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, SetStackPolicyCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/SetTypeDefaultVersionCommand.ts b/clients/client-cloudformation/commands/SetTypeDefaultVersionCommand.ts index afd229ec2664..fbd37ddef5c1 100644 --- a/clients/client-cloudformation/commands/SetTypeDefaultVersionCommand.ts +++ b/clients/client-cloudformation/commands/SetTypeDefaultVersionCommand.ts @@ -23,7 +23,7 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio /** *

Specify the default version of an extension. The default version of an extension will be used in CloudFormation operations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, SetTypeDefaultVersionCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, SetTypeDefaultVersionCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/SignalResourceCommand.ts b/clients/client-cloudformation/commands/SignalResourceCommand.ts index d416dc6994cb..59d55f17ecb3 100644 --- a/clients/client-cloudformation/commands/SignalResourceCommand.ts +++ b/clients/client-cloudformation/commands/SignalResourceCommand.ts @@ -28,7 +28,7 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {} * useful in cases where you want to send signals from anywhere other than an Amazon EC2 * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, SignalResourceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, SignalResourceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/StopStackSetOperationCommand.ts b/clients/client-cloudformation/commands/StopStackSetOperationCommand.ts index a0156d7ada24..1c2b081c4d0b 100644 --- a/clients/client-cloudformation/commands/StopStackSetOperationCommand.ts +++ b/clients/client-cloudformation/commands/StopStackSetOperationCommand.ts @@ -23,7 +23,7 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio /** *

Stops an in-progress operation on a stack set and its associated stack instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, StopStackSetOperationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, StopStackSetOperationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/UpdateStackCommand.ts b/clients/client-cloudformation/commands/UpdateStackCommand.ts index 0ad5176497bc..4c535b302005 100644 --- a/clients/client-cloudformation/commands/UpdateStackCommand.ts +++ b/clients/client-cloudformation/commands/UpdateStackCommand.ts @@ -25,7 +25,7 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB * monitoring the progress of the update, see Updating a * Stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, UpdateStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, UpdateStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/UpdateStackInstancesCommand.ts b/clients/client-cloudformation/commands/UpdateStackInstancesCommand.ts index 92386987c762..16da1df034d4 100644 --- a/clients/client-cloudformation/commands/UpdateStackInstancesCommand.ts +++ b/clients/client-cloudformation/commands/UpdateStackInstancesCommand.ts @@ -35,7 +35,7 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO * new parameter, you can then override the parameter value using * UpdateStackInstances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, UpdateStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, UpdateStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/UpdateStackSetCommand.ts b/clients/client-cloudformation/commands/UpdateStackSetCommand.ts index 2933f0b757cd..01a6fced5799 100644 --- a/clients/client-cloudformation/commands/UpdateStackSetCommand.ts +++ b/clients/client-cloudformation/commands/UpdateStackSetCommand.ts @@ -28,7 +28,7 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met * your changes. Subsequent CreateStackInstances calls on the specified * stack set use the updated stack set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, UpdateStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, UpdateStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/UpdateTerminationProtectionCommand.ts b/clients/client-cloudformation/commands/UpdateTerminationProtectionCommand.ts index 8f2a6ee5e757..ccdf0b0217e8 100644 --- a/clients/client-cloudformation/commands/UpdateTerminationProtectionCommand.ts +++ b/clients/client-cloudformation/commands/UpdateTerminationProtectionCommand.ts @@ -29,7 +29,7 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat * stacks, termination protection is set on the root stack and cannot be changed * directly on the nested stack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, UpdateTerminationProtectionCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, UpdateTerminationProtectionCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudformation/commands/ValidateTemplateCommand.ts b/clients/client-cloudformation/commands/ValidateTemplateCommand.ts index 3f470517900d..6fde7b3721ac 100644 --- a/clients/client-cloudformation/commands/ValidateTemplateCommand.ts +++ b/clients/client-cloudformation/commands/ValidateTemplateCommand.ts @@ -25,7 +25,7 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _ * valid JSON. If it isn't, AWS CloudFormation checks if the template is valid YAML. If both * these checks fail, AWS CloudFormation returns a template validation error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFormationClient, ValidateTemplateCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import * // const { CloudFormationClient, ValidateTemplateCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateCachePolicyCommand.ts b/clients/client-cloudfront/commands/CreateCachePolicyCommand.ts index 14a8ef616a22..4a1526e2b6df 100644 --- a/clients/client-cloudfront/commands/CreateCachePolicyCommand.ts +++ b/clients/client-cloudfront/commands/CreateCachePolicyCommand.ts @@ -43,7 +43,7 @@ export interface CreateCachePolicyCommandOutput extends CreateCachePolicyResult, *

For more information about cache policies, see Controlling the cache key in the * Amazon CloudFront Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/commands/CreateCloudFrontOriginAccessIdentityCommand.ts index e582b84edc35..f429ac270654 100644 --- a/clients/client-cloudfront/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/commands/CreateCloudFrontOriginAccessIdentityCommand.ts @@ -31,7 +31,7 @@ export interface CreateCloudFrontOriginAccessIdentityCommandOutput * of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the * Amazon CloudFront Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateDistributionCommand.ts b/clients/client-cloudfront/commands/CreateDistributionCommand.ts index 95be08933cf2..131c02111442 100644 --- a/clients/client-cloudfront/commands/CreateDistributionCommand.ts +++ b/clients/client-cloudfront/commands/CreateDistributionCommand.ts @@ -35,7 +35,7 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul * Fields for Create Distribution and Update Distribution in the Amazon CloudFront Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateDistributionWithTagsCommand.ts b/clients/client-cloudfront/commands/CreateDistributionWithTagsCommand.ts index 528d9e109f2d..15a466d17732 100644 --- a/clients/client-cloudfront/commands/CreateDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/commands/CreateDistributionWithTagsCommand.ts @@ -23,7 +23,7 @@ export interface CreateDistributionWithTagsCommandOutput extends CreateDistribut /** *

Create a new distribution with tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateDistributionWithTagsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateDistributionWithTagsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/commands/CreateFieldLevelEncryptionConfigCommand.ts index 817228269332..8e1546bdb94b 100644 --- a/clients/client-cloudfront/commands/CreateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/commands/CreateFieldLevelEncryptionConfigCommand.ts @@ -25,7 +25,7 @@ export interface CreateFieldLevelEncryptionConfigCommandOutput /** *

Create a new field-level encryption configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/commands/CreateFieldLevelEncryptionProfileCommand.ts index a485e101009d..932b8cba66be 100644 --- a/clients/client-cloudfront/commands/CreateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/commands/CreateFieldLevelEncryptionProfileCommand.ts @@ -25,7 +25,7 @@ export interface CreateFieldLevelEncryptionProfileCommandOutput /** *

Create a field-level encryption profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateInvalidationCommand.ts b/clients/client-cloudfront/commands/CreateInvalidationCommand.ts index 4f0afd11f579..83f186cc1afe 100644 --- a/clients/client-cloudfront/commands/CreateInvalidationCommand.ts +++ b/clients/client-cloudfront/commands/CreateInvalidationCommand.ts @@ -23,7 +23,7 @@ export interface CreateInvalidationCommandOutput extends CreateInvalidationResul /** *

Create a new invalidation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateInvalidationCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateInvalidationCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateKeyGroupCommand.ts b/clients/client-cloudfront/commands/CreateKeyGroupCommand.ts index a5ed6ed721b0..b0858be3b5f6 100644 --- a/clients/client-cloudfront/commands/CreateKeyGroupCommand.ts +++ b/clients/client-cloudfront/commands/CreateKeyGroupCommand.ts @@ -30,7 +30,7 @@ export interface CreateKeyGroupCommandOutput extends CreateKeyGroupResult, __Met * cookie contains information about which public key CloudFront should use to verify the * signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateKeyGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateKeyGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/commands/CreateMonitoringSubscriptionCommand.ts index 537965c9d6f8..d198c9067f54 100644 --- a/clients/client-cloudfront/commands/CreateMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/commands/CreateMonitoringSubscriptionCommand.ts @@ -28,7 +28,7 @@ export interface CreateMonitoringSubscriptionCommandOutput *

For more information, see Viewing additional CloudFront distribution metrics in the * Amazon CloudFront Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateMonitoringSubscriptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateMonitoringSubscriptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/commands/CreateOriginRequestPolicyCommand.ts index a51feb5bb1ea..2404415bc97f 100644 --- a/clients/client-cloudfront/commands/CreateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/commands/CreateOriginRequestPolicyCommand.ts @@ -47,7 +47,7 @@ export interface CreateOriginRequestPolicyCommandOutput extends CreateOriginRequ *

For more information about origin request policies, see Controlling origin requests in the * Amazon CloudFront Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateOriginRequestPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateOriginRequestPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreatePublicKeyCommand.ts b/clients/client-cloudfront/commands/CreatePublicKeyCommand.ts index 649ec8b4e2bf..29be41704afa 100644 --- a/clients/client-cloudfront/commands/CreatePublicKeyCommand.ts +++ b/clients/client-cloudfront/commands/CreatePublicKeyCommand.ts @@ -23,7 +23,7 @@ export interface CreatePublicKeyCommandOutput extends CreatePublicKeyResult, __M /** *

Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreatePublicKeyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreatePublicKeyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/commands/CreateRealtimeLogConfigCommand.ts index 1645ae910123..10da0c3316b9 100644 --- a/clients/client-cloudfront/commands/CreateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/commands/CreateRealtimeLogConfigCommand.ts @@ -26,7 +26,7 @@ export interface CreateRealtimeLogConfigCommandOutput extends CreateRealtimeLogC * behaviors to send real-time log data to the specified Amazon Kinesis data stream.

*

For more information about real-time log configurations, see Real-time logs in the Amazon CloudFront Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateStreamingDistributionCommand.ts b/clients/client-cloudfront/commands/CreateStreamingDistributionCommand.ts index 2455be10ecfd..f5e0c405f597 100644 --- a/clients/client-cloudfront/commands/CreateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/commands/CreateStreamingDistributionCommand.ts @@ -25,7 +25,7 @@ export interface CreateStreamingDistributionCommandOutput extends CreateStreamin * Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. * For more information, read the announcement on the Amazon CloudFront discussion forum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateStreamingDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateStreamingDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/CreateStreamingDistributionWithTagsCommand.ts b/clients/client-cloudfront/commands/CreateStreamingDistributionWithTagsCommand.ts index b333993baa08..093117cbf02b 100644 --- a/clients/client-cloudfront/commands/CreateStreamingDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/commands/CreateStreamingDistributionWithTagsCommand.ts @@ -30,7 +30,7 @@ export interface CreateStreamingDistributionWithTagsCommandOutput * Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. * For more information, read the announcement on the Amazon CloudFront discussion forum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, CreateStreamingDistributionWithTagsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, CreateStreamingDistributionWithTagsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteCachePolicyCommand.ts b/clients/client-cloudfront/commands/DeleteCachePolicyCommand.ts index 1c61654d2d46..6a3508d650d3 100644 --- a/clients/client-cloudfront/commands/DeleteCachePolicyCommand.ts +++ b/clients/client-cloudfront/commands/DeleteCachePolicyCommand.ts @@ -29,7 +29,7 @@ export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {} * values, you can use ListCachePolicies or * GetCachePolicy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts index ba5567478508..572b31b5d12d 100644 --- a/clients/client-cloudfront/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __Met /** *

Delete an origin access identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteDistributionCommand.ts b/clients/client-cloudfront/commands/DeleteDistributionCommand.ts index 66e50cc51528..fc19064d918c 100644 --- a/clients/client-cloudfront/commands/DeleteDistributionCommand.ts +++ b/clients/client-cloudfront/commands/DeleteDistributionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDistributionCommandOutput extends __MetadataBearer {} /** *

Delete a distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionConfigCommand.ts index 82b07fa9656c..223fa97c81d7 100644 --- a/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionConfigCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFieldLevelEncryptionConfigCommandOutput extends __Metadat /** *

Remove a field-level encryption configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionProfileCommand.ts index 22e437c71736..1bdd1502ef59 100644 --- a/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/commands/DeleteFieldLevelEncryptionProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __Metada /** *

Remove a field-level encryption profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteKeyGroupCommand.ts b/clients/client-cloudfront/commands/DeleteKeyGroupCommand.ts index ac79bfc2f20e..2ca9b0366572 100644 --- a/clients/client-cloudfront/commands/DeleteKeyGroupCommand.ts +++ b/clients/client-cloudfront/commands/DeleteKeyGroupCommand.ts @@ -29,7 +29,7 @@ export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {} * these values, use ListKeyGroups followed by GetKeyGroup or * GetKeyGroupConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteKeyGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteKeyGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/commands/DeleteMonitoringSubscriptionCommand.ts index 3335f29c4c4e..ee764ee2bd02 100644 --- a/clients/client-cloudfront/commands/DeleteMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/commands/DeleteMonitoringSubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteMonitoringSubscriptionCommandOutput /** *

Disables additional CloudWatch metrics for the specified CloudFront distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteMonitoringSubscriptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteMonitoringSubscriptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteOriginRequestPolicyCommand.ts b/clients/client-cloudfront/commands/DeleteOriginRequestPolicyCommand.ts index deca3812be6a..abcde38b9639 100644 --- a/clients/client-cloudfront/commands/DeleteOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/commands/DeleteOriginRequestPolicyCommand.ts @@ -29,7 +29,7 @@ export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer * get the identifier, you can use ListOriginRequestPolicies or * GetOriginRequestPolicy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteOriginRequestPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteOriginRequestPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeletePublicKeyCommand.ts b/clients/client-cloudfront/commands/DeletePublicKeyCommand.ts index f9ccc9e43c8c..27ecccecc0b1 100644 --- a/clients/client-cloudfront/commands/DeletePublicKeyCommand.ts +++ b/clients/client-cloudfront/commands/DeletePublicKeyCommand.ts @@ -23,7 +23,7 @@ export interface DeletePublicKeyCommandOutput extends __MetadataBearer {} /** *

Remove a public key you previously added to CloudFront.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeletePublicKeyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeletePublicKeyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteRealtimeLogConfigCommand.ts b/clients/client-cloudfront/commands/DeleteRealtimeLogConfigCommand.ts index e7464c4543d6..6de09bf6219d 100644 --- a/clients/client-cloudfront/commands/DeleteRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/commands/DeleteRealtimeLogConfigCommand.ts @@ -29,7 +29,7 @@ export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer { * Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront * uses the name to identify the real-time log configuration to delete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/DeleteStreamingDistributionCommand.ts b/clients/client-cloudfront/commands/DeleteStreamingDistributionCommand.ts index 48c246348db1..dd2389d39724 100644 --- a/clients/client-cloudfront/commands/DeleteStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/commands/DeleteStreamingDistributionCommand.ts @@ -70,7 +70,7 @@ export interface DeleteStreamingDistributionCommandOutput extends __MetadataBear *

For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the * Amazon CloudFront Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, DeleteStreamingDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, DeleteStreamingDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetCachePolicyCommand.ts b/clients/client-cloudfront/commands/GetCachePolicyCommand.ts index a3a8da3575c3..0470bcc934c9 100644 --- a/clients/client-cloudfront/commands/GetCachePolicyCommand.ts +++ b/clients/client-cloudfront/commands/GetCachePolicyCommand.ts @@ -36,7 +36,7 @@ export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __Met * not attached to a cache behavior, you can get the identifier using * ListCachePolicies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetCachePolicyConfigCommand.ts b/clients/client-cloudfront/commands/GetCachePolicyConfigCommand.ts index 3141e2c35a73..5020ce72323f 100644 --- a/clients/client-cloudfront/commands/GetCachePolicyConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetCachePolicyConfigCommand.ts @@ -28,7 +28,7 @@ export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigR * cache policy is not attached to a cache behavior, you can get the identifier using * ListCachePolicies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetCachePolicyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetCachePolicyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityCommand.ts index 738561a974af..0cd7480479ec 100644 --- a/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityCommand.ts @@ -25,7 +25,7 @@ export interface GetCloudFrontOriginAccessIdentityCommandOutput /** *

Get the information about an origin access identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts b/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts index a38f1a052efc..a8bc909ef356 100644 --- a/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts @@ -29,7 +29,7 @@ export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput /** *

Get the configuration information about an origin access identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetCloudFrontOriginAccessIdentityConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetCloudFrontOriginAccessIdentityConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetDistributionCommand.ts b/clients/client-cloudfront/commands/GetDistributionCommand.ts index 89ceb2c37a65..f8cbeb365e05 100644 --- a/clients/client-cloudfront/commands/GetDistributionCommand.ts +++ b/clients/client-cloudfront/commands/GetDistributionCommand.ts @@ -23,7 +23,7 @@ export interface GetDistributionCommandOutput extends GetDistributionResult, __M /** *

Get the information about a distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetDistributionConfigCommand.ts b/clients/client-cloudfront/commands/GetDistributionConfigCommand.ts index f91d88fba637..7eb82bea9878 100644 --- a/clients/client-cloudfront/commands/GetDistributionConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetDistributionConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetDistributionConfigCommandOutput extends GetDistributionConfi /** *

Get the configuration information about a distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetDistributionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetDistributionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetFieldLevelEncryptionCommand.ts b/clients/client-cloudfront/commands/GetFieldLevelEncryptionCommand.ts index 616b6017bed5..a9dbabcc655e 100644 --- a/clients/client-cloudfront/commands/GetFieldLevelEncryptionCommand.ts +++ b/clients/client-cloudfront/commands/GetFieldLevelEncryptionCommand.ts @@ -23,7 +23,7 @@ export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncry /** *

Get the field-level encryption configuration information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetFieldLevelEncryptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetFieldLevelEncryptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/commands/GetFieldLevelEncryptionConfigCommand.ts index be746dbe7319..c573bccdb89b 100644 --- a/clients/client-cloudfront/commands/GetFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetFieldLevelEncryptionConfigCommand.ts @@ -25,7 +25,7 @@ export interface GetFieldLevelEncryptionConfigCommandOutput /** *

Get the field-level encryption configuration information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileCommand.ts index e9fc5f6efa32..e523eb47448d 100644 --- a/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileCommand.ts @@ -25,7 +25,7 @@ export interface GetFieldLevelEncryptionProfileCommandOutput /** *

Get the field-level encryption profile information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileConfigCommand.ts b/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileConfigCommand.ts index 3ddce5ab4e60..bdff6e61a5cd 100644 --- a/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetFieldLevelEncryptionProfileConfigCommand.ts @@ -28,7 +28,7 @@ export interface GetFieldLevelEncryptionProfileConfigCommandOutput /** *

Get the field-level encryption profile configuration information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetFieldLevelEncryptionProfileConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetFieldLevelEncryptionProfileConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetInvalidationCommand.ts b/clients/client-cloudfront/commands/GetInvalidationCommand.ts index 83bd918a368c..6cbd38479976 100644 --- a/clients/client-cloudfront/commands/GetInvalidationCommand.ts +++ b/clients/client-cloudfront/commands/GetInvalidationCommand.ts @@ -23,7 +23,7 @@ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __M /** *

Get the information about an invalidation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetInvalidationCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetInvalidationCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetKeyGroupCommand.ts b/clients/client-cloudfront/commands/GetKeyGroupCommand.ts index b1e8c616eab3..f6ea37675c83 100644 --- a/clients/client-cloudfront/commands/GetKeyGroupCommand.ts +++ b/clients/client-cloudfront/commands/GetKeyGroupCommand.ts @@ -28,7 +28,7 @@ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataB * is not referenced in a cache behavior, you can get the identifier using * ListKeyGroups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetKeyGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetKeyGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetKeyGroupConfigCommand.ts b/clients/client-cloudfront/commands/GetKeyGroupConfigCommand.ts index 683b8d23afaa..0a2523b7eef0 100644 --- a/clients/client-cloudfront/commands/GetKeyGroupConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetKeyGroupConfigCommand.ts @@ -28,7 +28,7 @@ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult, * key group is not referenced in a cache behavior, you can get the identifier using * ListKeyGroups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetKeyGroupConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetKeyGroupConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/commands/GetMonitoringSubscriptionCommand.ts index 8a02e1b870f1..26bf49fc8884 100644 --- a/clients/client-cloudfront/commands/GetMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/commands/GetMonitoringSubscriptionCommand.ts @@ -24,7 +24,7 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub *

Gets information about whether additional CloudWatch metrics are enabled for the specified * CloudFront distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetMonitoringSubscriptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetMonitoringSubscriptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetOriginRequestPolicyCommand.ts b/clients/client-cloudfront/commands/GetOriginRequestPolicyCommand.ts index 4f6cb7b6376c..6619d07f0143 100644 --- a/clients/client-cloudfront/commands/GetOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/commands/GetOriginRequestPolicyCommand.ts @@ -36,7 +36,7 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol * origin request policy is not attached to a cache behavior, you can get the identifier * using ListOriginRequestPolicies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetOriginRequestPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetOriginRequestPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetOriginRequestPolicyConfigCommand.ts b/clients/client-cloudfront/commands/GetOriginRequestPolicyConfigCommand.ts index b185b169bae7..0542ef525b09 100644 --- a/clients/client-cloudfront/commands/GetOriginRequestPolicyConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetOriginRequestPolicyConfigCommand.ts @@ -31,7 +31,7 @@ export interface GetOriginRequestPolicyConfigCommandOutput * behavior, you can get the identifier using * ListOriginRequestPolicies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetOriginRequestPolicyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetOriginRequestPolicyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetPublicKeyCommand.ts b/clients/client-cloudfront/commands/GetPublicKeyCommand.ts index 904ccf554769..2c5e984ecb18 100644 --- a/clients/client-cloudfront/commands/GetPublicKeyCommand.ts +++ b/clients/client-cloudfront/commands/GetPublicKeyCommand.ts @@ -23,7 +23,7 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __Metadat /** *

Gets a public key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetPublicKeyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetPublicKeyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetPublicKeyConfigCommand.ts b/clients/client-cloudfront/commands/GetPublicKeyConfigCommand.ts index 2ae37a6b36a2..b826d80722c0 100644 --- a/clients/client-cloudfront/commands/GetPublicKeyConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetPublicKeyConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResul /** *

Gets a public key configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetPublicKeyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetPublicKeyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetRealtimeLogConfigCommand.ts b/clients/client-cloudfront/commands/GetRealtimeLogConfigCommand.ts index 8034e8a7e3c8..02c41a75ce68 100644 --- a/clients/client-cloudfront/commands/GetRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetRealtimeLogConfigCommand.ts @@ -27,7 +27,7 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR * Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the * name to identify the real-time log configuration to get.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetStreamingDistributionCommand.ts b/clients/client-cloudfront/commands/GetStreamingDistributionCommand.ts index cda5624bef85..f6d1d5cbbf89 100644 --- a/clients/client-cloudfront/commands/GetStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/commands/GetStreamingDistributionCommand.ts @@ -23,7 +23,7 @@ export interface GetStreamingDistributionCommandOutput extends GetStreamingDistr /** *

Gets information about a specified RTMP distribution, including the distribution configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetStreamingDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetStreamingDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/GetStreamingDistributionConfigCommand.ts b/clients/client-cloudfront/commands/GetStreamingDistributionConfigCommand.ts index f9186332caa9..edef68746351 100644 --- a/clients/client-cloudfront/commands/GetStreamingDistributionConfigCommand.ts +++ b/clients/client-cloudfront/commands/GetStreamingDistributionConfigCommand.ts @@ -25,7 +25,7 @@ export interface GetStreamingDistributionConfigCommandOutput /** *

Get the configuration information about a streaming distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, GetStreamingDistributionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, GetStreamingDistributionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListCachePoliciesCommand.ts b/clients/client-cloudfront/commands/ListCachePoliciesCommand.ts index ad0141ea558a..2db9ada33aff 100644 --- a/clients/client-cloudfront/commands/ListCachePoliciesCommand.ts +++ b/clients/client-cloudfront/commands/ListCachePoliciesCommand.ts @@ -30,7 +30,7 @@ export interface ListCachePoliciesCommandOutput extends ListCachePoliciesResult, * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListCachePoliciesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListCachePoliciesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts b/clients/client-cloudfront/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts index 450401937b88..11b21cdbef07 100644 --- a/clients/client-cloudfront/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +++ b/clients/client-cloudfront/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts @@ -28,7 +28,7 @@ export interface ListCloudFrontOriginAccessIdentitiesCommandOutput /** *

Lists origin access identities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListCloudFrontOriginAccessIdentitiesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListCloudFrontOriginAccessIdentitiesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListDistributionsByCachePolicyIdCommand.ts b/clients/client-cloudfront/commands/ListDistributionsByCachePolicyIdCommand.ts index 8da993c1506d..619bb85c5688 100644 --- a/clients/client-cloudfront/commands/ListDistributionsByCachePolicyIdCommand.ts +++ b/clients/client-cloudfront/commands/ListDistributionsByCachePolicyIdCommand.ts @@ -31,7 +31,7 @@ export interface ListDistributionsByCachePolicyIdCommandOutput * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListDistributionsByCachePolicyIdCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListDistributionsByCachePolicyIdCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListDistributionsByKeyGroupCommand.ts b/clients/client-cloudfront/commands/ListDistributionsByKeyGroupCommand.ts index d321941ca509..16012a88539a 100644 --- a/clients/client-cloudfront/commands/ListDistributionsByKeyGroupCommand.ts +++ b/clients/client-cloudfront/commands/ListDistributionsByKeyGroupCommand.ts @@ -29,7 +29,7 @@ export interface ListDistributionsByKeyGroupCommandOutput extends ListDistributi * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListDistributionsByKeyGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListDistributionsByKeyGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts b/clients/client-cloudfront/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts index 8d47277779aa..32e19e8c46cf 100644 --- a/clients/client-cloudfront/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +++ b/clients/client-cloudfront/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts @@ -35,7 +35,7 @@ export interface ListDistributionsByOriginRequestPolicyIdCommandOutput * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListDistributionsByOriginRequestPolicyIdCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListDistributionsByOriginRequestPolicyIdCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListDistributionsByRealtimeLogConfigCommand.ts b/clients/client-cloudfront/commands/ListDistributionsByRealtimeLogConfigCommand.ts index f1cb65d10599..65af901c1bd4 100644 --- a/clients/client-cloudfront/commands/ListDistributionsByRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/commands/ListDistributionsByRealtimeLogConfigCommand.ts @@ -37,7 +37,7 @@ export interface ListDistributionsByRealtimeLogConfigCommandOutput * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListDistributionsByRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListDistributionsByRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListDistributionsByWebACLIdCommand.ts b/clients/client-cloudfront/commands/ListDistributionsByWebACLIdCommand.ts index 5f5ebf6f89ec..422705ca577e 100644 --- a/clients/client-cloudfront/commands/ListDistributionsByWebACLIdCommand.ts +++ b/clients/client-cloudfront/commands/ListDistributionsByWebACLIdCommand.ts @@ -23,7 +23,7 @@ export interface ListDistributionsByWebACLIdCommandOutput extends ListDistributi /** *

List the distributions that are associated with a specified AWS WAF web ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListDistributionsByWebACLIdCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListDistributionsByWebACLIdCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListDistributionsCommand.ts b/clients/client-cloudfront/commands/ListDistributionsCommand.ts index 0154215abbfa..ce6999b7d6d1 100644 --- a/clients/client-cloudfront/commands/ListDistributionsCommand.ts +++ b/clients/client-cloudfront/commands/ListDistributionsCommand.ts @@ -23,7 +23,7 @@ export interface ListDistributionsCommandOutput extends ListDistributionsResult, /** *

List CloudFront distributions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListDistributionsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListDistributionsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListFieldLevelEncryptionConfigsCommand.ts b/clients/client-cloudfront/commands/ListFieldLevelEncryptionConfigsCommand.ts index 1be89bb7958b..634ee853830a 100644 --- a/clients/client-cloudfront/commands/ListFieldLevelEncryptionConfigsCommand.ts +++ b/clients/client-cloudfront/commands/ListFieldLevelEncryptionConfigsCommand.ts @@ -25,7 +25,7 @@ export interface ListFieldLevelEncryptionConfigsCommandOutput /** *

List all field-level encryption configurations that have been created in CloudFront for this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListFieldLevelEncryptionConfigsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListFieldLevelEncryptionConfigsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListFieldLevelEncryptionProfilesCommand.ts b/clients/client-cloudfront/commands/ListFieldLevelEncryptionProfilesCommand.ts index e27b44df8ccc..9410f06fb2a7 100644 --- a/clients/client-cloudfront/commands/ListFieldLevelEncryptionProfilesCommand.ts +++ b/clients/client-cloudfront/commands/ListFieldLevelEncryptionProfilesCommand.ts @@ -25,7 +25,7 @@ export interface ListFieldLevelEncryptionProfilesCommandOutput /** *

Request a list of field-level encryption profiles that have been created in CloudFront for this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListFieldLevelEncryptionProfilesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListFieldLevelEncryptionProfilesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListInvalidationsCommand.ts b/clients/client-cloudfront/commands/ListInvalidationsCommand.ts index d5280c19cf61..ccc9fa93846b 100644 --- a/clients/client-cloudfront/commands/ListInvalidationsCommand.ts +++ b/clients/client-cloudfront/commands/ListInvalidationsCommand.ts @@ -23,7 +23,7 @@ export interface ListInvalidationsCommandOutput extends ListInvalidationsResult, /** *

Lists invalidation batches.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListInvalidationsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListInvalidationsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListKeyGroupsCommand.ts b/clients/client-cloudfront/commands/ListKeyGroupsCommand.ts index 4afb6ddded38..ade81404ebeb 100644 --- a/clients/client-cloudfront/commands/ListKeyGroupsCommand.ts +++ b/clients/client-cloudfront/commands/ListKeyGroupsCommand.ts @@ -28,7 +28,7 @@ export interface ListKeyGroupsCommandOutput extends ListKeyGroupsResult, __Metad * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListKeyGroupsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListKeyGroupsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListOriginRequestPoliciesCommand.ts b/clients/client-cloudfront/commands/ListOriginRequestPoliciesCommand.ts index ea810b47ea26..e2e9883d62f7 100644 --- a/clients/client-cloudfront/commands/ListOriginRequestPoliciesCommand.ts +++ b/clients/client-cloudfront/commands/ListOriginRequestPoliciesCommand.ts @@ -30,7 +30,7 @@ export interface ListOriginRequestPoliciesCommandOutput extends ListOriginReques * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListOriginRequestPoliciesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListOriginRequestPoliciesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListPublicKeysCommand.ts b/clients/client-cloudfront/commands/ListPublicKeysCommand.ts index 74ce9d91c1d5..018429496725 100644 --- a/clients/client-cloudfront/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudfront/commands/ListPublicKeysCommand.ts @@ -23,7 +23,7 @@ export interface ListPublicKeysCommandOutput extends ListPublicKeysResult, __Met /** *

List all public keys that have been added to CloudFront for this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListPublicKeysCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListPublicKeysCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListRealtimeLogConfigsCommand.ts b/clients/client-cloudfront/commands/ListRealtimeLogConfigsCommand.ts index 7501c82e74d0..472c1b6a1381 100644 --- a/clients/client-cloudfront/commands/ListRealtimeLogConfigsCommand.ts +++ b/clients/client-cloudfront/commands/ListRealtimeLogConfigsCommand.ts @@ -28,7 +28,7 @@ export interface ListRealtimeLogConfigsCommandOutput extends ListRealtimeLogConf * subsequent request that specifies the NextMarker value from the current * response as the Marker value in the subsequent request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListRealtimeLogConfigsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListRealtimeLogConfigsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListStreamingDistributionsCommand.ts b/clients/client-cloudfront/commands/ListStreamingDistributionsCommand.ts index c8a910175ae6..b0662549b2c3 100644 --- a/clients/client-cloudfront/commands/ListStreamingDistributionsCommand.ts +++ b/clients/client-cloudfront/commands/ListStreamingDistributionsCommand.ts @@ -23,7 +23,7 @@ export interface ListStreamingDistributionsCommandOutput extends ListStreamingDi /** *

List streaming distributions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListStreamingDistributionsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListStreamingDistributionsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/ListTagsForResourceCommand.ts b/clients/client-cloudfront/commands/ListTagsForResourceCommand.ts index d14c4d721924..b3ffa9116768 100644 --- a/clients/client-cloudfront/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudfront/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List tags for a CloudFront resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, ListTagsForResourceCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/TagResourceCommand.ts b/clients/client-cloudfront/commands/TagResourceCommand.ts index bded4104349d..af3b2af40f24 100644 --- a/clients/client-cloudfront/commands/TagResourceCommand.ts +++ b/clients/client-cloudfront/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Add tags to a CloudFront resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, TagResourceCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, TagResourceCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UntagResourceCommand.ts b/clients/client-cloudfront/commands/UntagResourceCommand.ts index eca7f4def98e..62230ba154f9 100644 --- a/clients/client-cloudfront/commands/UntagResourceCommand.ts +++ b/clients/client-cloudfront/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Remove tags from a CloudFront resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UntagResourceCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UntagResourceCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateCachePolicyCommand.ts b/clients/client-cloudfront/commands/UpdateCachePolicyCommand.ts index f631df57f717..d181e0bb67b9 100644 --- a/clients/client-cloudfront/commands/UpdateCachePolicyCommand.ts +++ b/clients/client-cloudfront/commands/UpdateCachePolicyCommand.ts @@ -40,7 +40,7 @@ export interface UpdateCachePolicyCommandOutput extends UpdateCachePolicyResult, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts index b1da212c54a3..0432818440bd 100644 --- a/clients/client-cloudfront/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts @@ -28,7 +28,7 @@ export interface UpdateCloudFrontOriginAccessIdentityCommandOutput /** *

Update an origin access identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateDistributionCommand.ts b/clients/client-cloudfront/commands/UpdateDistributionCommand.ts index e87c2ed9246b..ea19873b7676 100644 --- a/clients/client-cloudfront/commands/UpdateDistributionCommand.ts +++ b/clients/client-cloudfront/commands/UpdateDistributionCommand.ts @@ -101,7 +101,7 @@ export interface UpdateDistributionCommandOutput extends UpdateDistributionResul * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionConfigCommand.ts index 7042afb3af9d..e0b615871f7c 100644 --- a/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionConfigCommand.ts @@ -25,7 +25,7 @@ export interface UpdateFieldLevelEncryptionConfigCommandOutput /** *

Update a field-level encryption configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionProfileCommand.ts index f02f8988895d..bf5b808664fa 100644 --- a/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/commands/UpdateFieldLevelEncryptionProfileCommand.ts @@ -25,7 +25,7 @@ export interface UpdateFieldLevelEncryptionProfileCommandOutput /** *

Update a field-level encryption profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateKeyGroupCommand.ts b/clients/client-cloudfront/commands/UpdateKeyGroupCommand.ts index a6b53d7ac0fd..c5fcf5af6cb0 100644 --- a/clients/client-cloudfront/commands/UpdateKeyGroupCommand.ts +++ b/clients/client-cloudfront/commands/UpdateKeyGroupCommand.ts @@ -40,7 +40,7 @@ export interface UpdateKeyGroupCommandOutput extends UpdateKeyGroupResult, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateKeyGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateKeyGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/commands/UpdateOriginRequestPolicyCommand.ts index adf4d8f675eb..2e093a4bd895 100644 --- a/clients/client-cloudfront/commands/UpdateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/commands/UpdateOriginRequestPolicyCommand.ts @@ -40,7 +40,7 @@ export interface UpdateOriginRequestPolicyCommandOutput extends UpdateOriginRequ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateOriginRequestPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateOriginRequestPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdatePublicKeyCommand.ts b/clients/client-cloudfront/commands/UpdatePublicKeyCommand.ts index 87a53f33c348..6e4cdb806d8b 100644 --- a/clients/client-cloudfront/commands/UpdatePublicKeyCommand.ts +++ b/clients/client-cloudfront/commands/UpdatePublicKeyCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePublicKeyCommandOutput extends UpdatePublicKeyResult, __M /** *

Update public key information. Note that the only value you can change is the comment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdatePublicKeyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdatePublicKeyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/commands/UpdateRealtimeLogConfigCommand.ts index 3867656791af..e1f162d28869 100644 --- a/clients/client-cloudfront/commands/UpdateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/commands/UpdateRealtimeLogConfigCommand.ts @@ -43,7 +43,7 @@ export interface UpdateRealtimeLogConfigCommandOutput extends UpdateRealtimeLogC *

You cannot update a real-time log configuration’s Name or * ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudfront/commands/UpdateStreamingDistributionCommand.ts b/clients/client-cloudfront/commands/UpdateStreamingDistributionCommand.ts index d3e9f49ef6d6..fa113818b37f 100644 --- a/clients/client-cloudfront/commands/UpdateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/commands/UpdateStreamingDistributionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStreamingDistributionCommandOutput extends UpdateStreamin /** *

Update a streaming distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudFrontClient, UpdateStreamingDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import * // const { CloudFrontClient, UpdateStreamingDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/CopyBackupToRegionCommand.ts b/clients/client-cloudhsm-v2/commands/CopyBackupToRegionCommand.ts index 79da90a2ca74..2912696359ea 100644 --- a/clients/client-cloudhsm-v2/commands/CopyBackupToRegionCommand.ts +++ b/clients/client-cloudhsm-v2/commands/CopyBackupToRegionCommand.ts @@ -23,7 +23,7 @@ export interface CopyBackupToRegionCommandOutput extends CopyBackupToRegionRespo /** *

Copy an AWS CloudHSM cluster backup to a different region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, CopyBackupToRegionCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, CopyBackupToRegionCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/CreateClusterCommand.ts b/clients/client-cloudhsm-v2/commands/CreateClusterCommand.ts index b23ba3a670f6..bb96755fecd0 100644 --- a/clients/client-cloudhsm-v2/commands/CreateClusterCommand.ts +++ b/clients/client-cloudhsm-v2/commands/CreateClusterCommand.ts @@ -23,7 +23,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met /** *

Creates a new AWS CloudHSM cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, CreateClusterCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, CreateClusterCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/CreateHsmCommand.ts b/clients/client-cloudhsm-v2/commands/CreateHsmCommand.ts index 320c1fa29b0f..a3aa6655e301 100644 --- a/clients/client-cloudhsm-v2/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm-v2/commands/CreateHsmCommand.ts @@ -21,7 +21,7 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea *

Creates a new hardware security module (HSM) in the specified AWS CloudHSM * cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, CreateHsmCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, CreateHsmCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/DeleteBackupCommand.ts b/clients/client-cloudhsm-v2/commands/DeleteBackupCommand.ts index 50e0b58cf823..1ac0345b8db7 100644 --- a/clients/client-cloudhsm-v2/commands/DeleteBackupCommand.ts +++ b/clients/client-cloudhsm-v2/commands/DeleteBackupCommand.ts @@ -25,7 +25,7 @@ export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __Metad * after the DeleteBackup request is made. For more information on restoring a backup, see * RestoreBackup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, DeleteBackupCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, DeleteBackupCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/DeleteClusterCommand.ts b/clients/client-cloudhsm-v2/commands/DeleteClusterCommand.ts index 6b9cee369cfb..311d34487498 100644 --- a/clients/client-cloudhsm-v2/commands/DeleteClusterCommand.ts +++ b/clients/client-cloudhsm-v2/commands/DeleteClusterCommand.ts @@ -24,7 +24,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met *

Deletes the specified AWS CloudHSM cluster. Before you can delete a cluster, you must * delete all HSMs in the cluster. To see if the cluster contains any HSMs, use DescribeClusters. To delete an HSM, use DeleteHsm.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, DeleteClusterCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, DeleteClusterCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm-v2/commands/DeleteHsmCommand.ts index b29762076d0b..c4a40452b82c 100644 --- a/clients/client-cloudhsm-v2/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm-v2/commands/DeleteHsmCommand.ts @@ -22,7 +22,7 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea * address of the HSM's elastic network interface (ENI), or the ID of the HSM's ENI. You need to * specify only one of these values. To find these values, use DescribeClusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, DeleteHsmCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, DeleteHsmCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/DescribeBackupsCommand.ts b/clients/client-cloudhsm-v2/commands/DescribeBackupsCommand.ts index 8f2c5e36db26..df2c196a1063 100644 --- a/clients/client-cloudhsm-v2/commands/DescribeBackupsCommand.ts +++ b/clients/client-cloudhsm-v2/commands/DescribeBackupsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _ * request to get more backups. When you receive a response with no NextToken (or an * empty or null value), that means there are no more backups to get.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, DescribeBackupsCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, DescribeBackupsCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/DescribeClustersCommand.ts b/clients/client-cloudhsm-v2/commands/DescribeClustersCommand.ts index c890112093cd..2211b2452aa2 100644 --- a/clients/client-cloudhsm-v2/commands/DescribeClustersCommand.ts +++ b/clients/client-cloudhsm-v2/commands/DescribeClustersCommand.ts @@ -28,7 +28,7 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse, * request to get more clusters. When you receive a response with no NextToken (or * an empty or null value), that means there are no more clusters to get.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, DescribeClustersCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, DescribeClustersCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/InitializeClusterCommand.ts b/clients/client-cloudhsm-v2/commands/InitializeClusterCommand.ts index e06938d1f71b..094a273f9288 100644 --- a/clients/client-cloudhsm-v2/commands/InitializeClusterCommand.ts +++ b/clients/client-cloudhsm-v2/commands/InitializeClusterCommand.ts @@ -26,7 +26,7 @@ export interface InitializeClusterCommandOutput extends InitializeClusterRespons * cluster, you must sign the cluster's certificate signing request (CSR) with your issuing CA. * To get the cluster's CSR, use DescribeClusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, InitializeClusterCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, InitializeClusterCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/ListTagsCommand.ts b/clients/client-cloudhsm-v2/commands/ListTagsCommand.ts index 9dc494c04c76..0f585b7b36f0 100644 --- a/clients/client-cloudhsm-v2/commands/ListTagsCommand.ts +++ b/clients/client-cloudhsm-v2/commands/ListTagsCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare * get more tags. When you receive a response with no NextToken (or an empty or null * value), that means there are no more tags to get.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, ListTagsCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, ListTagsCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/ModifyBackupAttributesCommand.ts b/clients/client-cloudhsm-v2/commands/ModifyBackupAttributesCommand.ts index f252f4c693ca..44b7a765a198 100644 --- a/clients/client-cloudhsm-v2/commands/ModifyBackupAttributesCommand.ts +++ b/clients/client-cloudhsm-v2/commands/ModifyBackupAttributesCommand.ts @@ -23,7 +23,7 @@ export interface ModifyBackupAttributesCommandOutput extends ModifyBackupAttribu /** *

Modifies attributes for AWS CloudHSM backup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, ModifyBackupAttributesCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, ModifyBackupAttributesCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/ModifyClusterCommand.ts b/clients/client-cloudhsm-v2/commands/ModifyClusterCommand.ts index 5378d2c91039..d182a93e16e9 100644 --- a/clients/client-cloudhsm-v2/commands/ModifyClusterCommand.ts +++ b/clients/client-cloudhsm-v2/commands/ModifyClusterCommand.ts @@ -23,7 +23,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResponse, __Met /** *

Modifies AWS CloudHSM cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, ModifyClusterCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, ModifyClusterCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/RestoreBackupCommand.ts b/clients/client-cloudhsm-v2/commands/RestoreBackupCommand.ts index 3ae676b088d4..bdd29e7f7b1f 100644 --- a/clients/client-cloudhsm-v2/commands/RestoreBackupCommand.ts +++ b/clients/client-cloudhsm-v2/commands/RestoreBackupCommand.ts @@ -25,7 +25,7 @@ export interface RestoreBackupCommandOutput extends RestoreBackupResponse, __Met * PENDING_DELETION state. For mor information on deleting a backup, see * DeleteBackup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, RestoreBackupCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, RestoreBackupCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/TagResourceCommand.ts b/clients/client-cloudhsm-v2/commands/TagResourceCommand.ts index ffd8512627c1..d4068f2af2e4 100644 --- a/clients/client-cloudhsm-v2/commands/TagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds or overwrites one or more tags for the specified AWS CloudHSM cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, TagResourceCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, TagResourceCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm-v2/commands/UntagResourceCommand.ts b/clients/client-cloudhsm-v2/commands/UntagResourceCommand.ts index 8e63ca28febb..cee6910c29e1 100644 --- a/clients/client-cloudhsm-v2/commands/UntagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the specified tag or tags from the specified AWS CloudHSM cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMV2Client, UntagResourceCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import * // const { CloudHSMV2Client, UntagResourceCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/commands/AddTagsToResourceCommand.ts index a66749c57289..5b60911dab1b 100644 --- a/clients/client-cloudhsm/commands/AddTagsToResourceCommand.ts +++ b/clients/client-cloudhsm/commands/AddTagsToResourceCommand.ts @@ -35,7 +35,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons *

Each tag consists of a key and a value. Tag keys must be unique to each * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, AddTagsToResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, AddTagsToResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/commands/CreateHapgCommand.ts index 3d363f5eee21..92b560835a3e 100644 --- a/clients/client-cloudhsm/commands/CreateHapgCommand.ts +++ b/clients/client-cloudhsm/commands/CreateHapgCommand.ts @@ -34,7 +34,7 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB *

Creates a high-availability partition group. A high-availability partition group is a * group of partitions that spans multiple physical HSMs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, CreateHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, CreateHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/commands/CreateHsmCommand.ts index 6ad8ac9c43d5..7ff266e0ce61 100644 --- a/clients/client-cloudhsm/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm/commands/CreateHsmCommand.ts @@ -39,7 +39,7 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea * initialized when the status changes to RUNNING.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, CreateHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, CreateHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/commands/CreateLunaClientCommand.ts index d31fb6ca8aeb..f9f30a0b2446 100644 --- a/clients/client-cloudhsm/commands/CreateLunaClientCommand.ts +++ b/clients/client-cloudhsm/commands/CreateLunaClientCommand.ts @@ -33,7 +33,7 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, * Reference.

*

Creates an HSM client.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, CreateLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, CreateLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/commands/DeleteHapgCommand.ts index 73e9826fdded..92a41b820bc8 100644 --- a/clients/client-cloudhsm/commands/DeleteHapgCommand.ts +++ b/clients/client-cloudhsm/commands/DeleteHapgCommand.ts @@ -33,7 +33,7 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB * Reference.

*

Deletes a high-availability partition group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, DeleteHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, DeleteHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/commands/DeleteHsmCommand.ts index 2fa02b5e7546..c47ccb54b87d 100644 --- a/clients/client-cloudhsm/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm/commands/DeleteHsmCommand.ts @@ -31,7 +31,7 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea *

Deletes an HSM. After completion, this operation cannot be undone and your key material * cannot be recovered.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, DeleteHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, DeleteHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/commands/DeleteLunaClientCommand.ts index 409728906657..c8ff764cc116 100644 --- a/clients/client-cloudhsm/commands/DeleteLunaClientCommand.ts +++ b/clients/client-cloudhsm/commands/DeleteLunaClientCommand.ts @@ -33,7 +33,7 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, * Reference.

*

Deletes a client.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, DeleteLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, DeleteLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/commands/DescribeHapgCommand.ts index 75a5d432bf5d..c66b34a2727e 100644 --- a/clients/client-cloudhsm/commands/DescribeHapgCommand.ts +++ b/clients/client-cloudhsm/commands/DescribeHapgCommand.ts @@ -33,7 +33,7 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad * Reference.

*

Retrieves information about a high-availability partition group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, DescribeHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, DescribeHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/commands/DescribeHsmCommand.ts index 81c219d3d898..bd3453c43e1c 100644 --- a/clients/client-cloudhsm/commands/DescribeHsmCommand.ts +++ b/clients/client-cloudhsm/commands/DescribeHsmCommand.ts @@ -34,7 +34,7 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat *

Retrieves information about an HSM. You can identify the HSM by its ARN or its serial * number.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, DescribeHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, DescribeHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/commands/DescribeLunaClientCommand.ts index 5bc2a5ffd856..1bdae49b4141 100644 --- a/clients/client-cloudhsm/commands/DescribeLunaClientCommand.ts +++ b/clients/client-cloudhsm/commands/DescribeLunaClientCommand.ts @@ -33,7 +33,7 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo * Reference.

*

Retrieves information about an HSM client.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, DescribeLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, DescribeLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/GetConfigCommand.ts b/clients/client-cloudhsm/commands/GetConfigCommand.ts index d1fbaaa5772b..f60f04f249a6 100644 --- a/clients/client-cloudhsm/commands/GetConfigCommand.ts +++ b/clients/client-cloudhsm/commands/GetConfigCommand.ts @@ -31,7 +31,7 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea *

Gets the configuration files necessary to connect to all high availability partition * groups the client is associated with.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, GetConfigCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, GetConfigCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/commands/ListAvailableZonesCommand.ts index 405aebafdd2a..feb42d2725c7 100644 --- a/clients/client-cloudhsm/commands/ListAvailableZonesCommand.ts +++ b/clients/client-cloudhsm/commands/ListAvailableZonesCommand.ts @@ -33,7 +33,7 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo * Reference.

*

Lists the Availability Zones that have available AWS CloudHSM capacity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ListAvailableZonesCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ListAvailableZonesCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/commands/ListHapgsCommand.ts index 1853275e2594..d450a8d02624 100644 --- a/clients/client-cloudhsm/commands/ListHapgsCommand.ts +++ b/clients/client-cloudhsm/commands/ListHapgsCommand.ts @@ -34,7 +34,7 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea * token that you pass in the next call to ListHapgs to retrieve the next set of * items.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ListHapgsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ListHapgsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/commands/ListHsmsCommand.ts index de7cf5f508a9..2708ea009055 100644 --- a/clients/client-cloudhsm/commands/ListHsmsCommand.ts +++ b/clients/client-cloudhsm/commands/ListHsmsCommand.ts @@ -35,7 +35,7 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare * token that you pass in the next call to ListHsms to retrieve the next set of * items.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ListHsmsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ListHsmsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/commands/ListLunaClientsCommand.ts index 1db035cb2ec1..74df353f169d 100644 --- a/clients/client-cloudhsm/commands/ListLunaClientsCommand.ts +++ b/clients/client-cloudhsm/commands/ListLunaClientsCommand.ts @@ -37,7 +37,7 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _ * token that you pass in the next call to ListLunaClients to retrieve the next set * of items.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ListLunaClientsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ListLunaClientsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/commands/ListTagsForResourceCommand.ts index 206eab315df6..cd2732e89806 100644 --- a/clients/client-cloudhsm/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudhsm/commands/ListTagsForResourceCommand.ts @@ -33,7 +33,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Reference.

*

Returns a list of all tags for the specified AWS CloudHSM resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ListTagsForResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/commands/ModifyHapgCommand.ts index a210cd926c50..a1b372030caf 100644 --- a/clients/client-cloudhsm/commands/ModifyHapgCommand.ts +++ b/clients/client-cloudhsm/commands/ModifyHapgCommand.ts @@ -33,7 +33,7 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB * Reference.

*

Modifies an existing high-availability partition group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ModifyHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ModifyHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/commands/ModifyHsmCommand.ts index fb25eb8148c4..3b37af7ccefb 100644 --- a/clients/client-cloudhsm/commands/ModifyHsmCommand.ts +++ b/clients/client-cloudhsm/commands/ModifyHsmCommand.ts @@ -36,7 +36,7 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea * operation during a maintenance window.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ModifyHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ModifyHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/commands/ModifyLunaClientCommand.ts index 2974e0908391..c87f3910a2fc 100644 --- a/clients/client-cloudhsm/commands/ModifyLunaClientCommand.ts +++ b/clients/client-cloudhsm/commands/ModifyLunaClientCommand.ts @@ -35,7 +35,7 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse, *

This action can potentially start a workflow to install the new certificate on the * client's HSMs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, ModifyLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, ModifyLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudhsm/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/commands/RemoveTagsFromResourceCommand.ts index b93648743b45..0a1966421a6e 100644 --- a/clients/client-cloudhsm/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-cloudhsm/commands/RemoveTagsFromResourceCommand.ts @@ -35,7 +35,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou *

To remove a tag, specify only the tag key to remove (not the value). To overwrite the * value for an existing tag, use AddTagsToResource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudHSMClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import * // const { CloudHSMClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import diff --git a/clients/client-cloudsearch-domain/commands/SearchCommand.ts b/clients/client-cloudsearch-domain/commands/SearchCommand.ts index 6c2eb96b6427..b4989f00674c 100644 --- a/clients/client-cloudsearch-domain/commands/SearchCommand.ts +++ b/clients/client-cloudsearch-domain/commands/SearchCommand.ts @@ -32,7 +32,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {} *

For more information, see Searching Your Data in the Amazon CloudSearch Developer Guide.

*

The endpoint for submitting Search requests is domain-specific. You submit search requests to a domain's search endpoint. To get the search endpoint for your domain, use the Amazon CloudSearch configuration service DescribeDomains action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchDomainClient, SearchCommand } from "@aws-sdk/client-cloudsearch-domain"; // ES Modules import * // const { CloudSearchDomainClient, SearchCommand } = require("@aws-sdk/client-cloudsearch-domain"); // CommonJS import diff --git a/clients/client-cloudsearch-domain/commands/SuggestCommand.ts b/clients/client-cloudsearch-domain/commands/SuggestCommand.ts index 849ea31332aa..e32457dfd411 100644 --- a/clients/client-cloudsearch-domain/commands/SuggestCommand.ts +++ b/clients/client-cloudsearch-domain/commands/SuggestCommand.ts @@ -30,7 +30,7 @@ export interface SuggestCommandOutput extends SuggestResponse, __MetadataBearer * *

The endpoint for submitting Suggest requests is domain-specific. You submit suggest requests to a domain's search endpoint. To get the search endpoint for your domain, use the Amazon CloudSearch configuration service DescribeDomains action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchDomainClient, SuggestCommand } from "@aws-sdk/client-cloudsearch-domain"; // ES Modules import * // const { CloudSearchDomainClient, SuggestCommand } = require("@aws-sdk/client-cloudsearch-domain"); // CommonJS import diff --git a/clients/client-cloudsearch-domain/commands/UploadDocumentsCommand.ts b/clients/client-cloudsearch-domain/commands/UploadDocumentsCommand.ts index 59a034938ed0..7db3278efa64 100644 --- a/clients/client-cloudsearch-domain/commands/UploadDocumentsCommand.ts +++ b/clients/client-cloudsearch-domain/commands/UploadDocumentsCommand.ts @@ -39,7 +39,7 @@ export interface UploadDocumentsCommandOutput extends UploadDocumentsResponse, _ *

For more information about formatting your data for Amazon CloudSearch, see Preparing Your Data in the Amazon CloudSearch Developer Guide. * For more information about uploading data for indexing, see Uploading Data in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchDomainClient, UploadDocumentsCommand } from "@aws-sdk/client-cloudsearch-domain"; // ES Modules import * // const { CloudSearchDomainClient, UploadDocumentsCommand } = require("@aws-sdk/client-cloudsearch-domain"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/BuildSuggestersCommand.ts b/clients/client-cloudsearch/commands/BuildSuggestersCommand.ts index 62776fac0733..51f2b0a422cc 100644 --- a/clients/client-cloudsearch/commands/BuildSuggestersCommand.ts +++ b/clients/client-cloudsearch/commands/BuildSuggestersCommand.ts @@ -23,7 +23,7 @@ export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, _ /** *

Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, BuildSuggestersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, BuildSuggestersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/CreateDomainCommand.ts b/clients/client-cloudsearch/commands/CreateDomainCommand.ts index 2bf8c2bec507..ea51fb600914 100644 --- a/clients/client-cloudsearch/commands/CreateDomainCommand.ts +++ b/clients/client-cloudsearch/commands/CreateDomainCommand.ts @@ -21,7 +21,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad *

Creates a new search domain. For more information, * see Creating a Search Domain in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, CreateDomainCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, CreateDomainCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DefineAnalysisSchemeCommand.ts b/clients/client-cloudsearch/commands/DefineAnalysisSchemeCommand.ts index b690ec7d0b81..5a331d6c88aa 100644 --- a/clients/client-cloudsearch/commands/DefineAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/commands/DefineAnalysisSchemeCommand.ts @@ -23,7 +23,7 @@ export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeR /** *

Configures an analysis scheme that can be applied to a text or text-array field to define language-specific text processing options. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DefineAnalysisSchemeCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DefineAnalysisSchemeCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DefineExpressionCommand.ts b/clients/client-cloudsearch/commands/DefineExpressionCommand.ts index 31d007b46842..d799d3e3c187 100644 --- a/clients/client-cloudsearch/commands/DefineExpressionCommand.ts +++ b/clients/client-cloudsearch/commands/DefineExpressionCommand.ts @@ -23,7 +23,7 @@ export interface DefineExpressionCommandOutput extends DefineExpressionResponse, /** *

Configures an Expression for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DefineExpressionCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DefineExpressionCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DefineIndexFieldCommand.ts b/clients/client-cloudsearch/commands/DefineIndexFieldCommand.ts index 91b59d1f01c5..f3683fc44a99 100644 --- a/clients/client-cloudsearch/commands/DefineIndexFieldCommand.ts +++ b/clients/client-cloudsearch/commands/DefineIndexFieldCommand.ts @@ -23,7 +23,7 @@ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, /** *

Configures an IndexField for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the IndexFieldType. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DefineIndexFieldCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DefineIndexFieldCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DefineSuggesterCommand.ts b/clients/client-cloudsearch/commands/DefineSuggesterCommand.ts index e6617cd8777a..512a6cd4de0a 100644 --- a/clients/client-cloudsearch/commands/DefineSuggesterCommand.ts +++ b/clients/client-cloudsearch/commands/DefineSuggesterCommand.ts @@ -23,7 +23,7 @@ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, _ /** *

Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DefineSuggesterCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DefineSuggesterCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DeleteAnalysisSchemeCommand.ts b/clients/client-cloudsearch/commands/DeleteAnalysisSchemeCommand.ts index a141b2700a21..139840963e68 100644 --- a/clients/client-cloudsearch/commands/DeleteAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/commands/DeleteAnalysisSchemeCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeR /** *

Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DeleteAnalysisSchemeCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DeleteAnalysisSchemeCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DeleteDomainCommand.ts b/clients/client-cloudsearch/commands/DeleteDomainCommand.ts index 62f49090a6e0..1686ef4db110 100644 --- a/clients/client-cloudsearch/commands/DeleteDomainCommand.ts +++ b/clients/client-cloudsearch/commands/DeleteDomainCommand.ts @@ -21,7 +21,7 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad *

Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, * see Deleting a Search Domain in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DeleteDomainCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DeleteDomainCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DeleteExpressionCommand.ts b/clients/client-cloudsearch/commands/DeleteExpressionCommand.ts index 22ef0c42b947..8512d7dc1e27 100644 --- a/clients/client-cloudsearch/commands/DeleteExpressionCommand.ts +++ b/clients/client-cloudsearch/commands/DeleteExpressionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, /** *

Removes an Expression from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DeleteExpressionCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DeleteExpressionCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DeleteIndexFieldCommand.ts b/clients/client-cloudsearch/commands/DeleteIndexFieldCommand.ts index 270ea2112282..775ad8ad1914 100644 --- a/clients/client-cloudsearch/commands/DeleteIndexFieldCommand.ts +++ b/clients/client-cloudsearch/commands/DeleteIndexFieldCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, /** *

Removes an IndexField from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DeleteIndexFieldCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DeleteIndexFieldCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DeleteSuggesterCommand.ts b/clients/client-cloudsearch/commands/DeleteSuggesterCommand.ts index 1eb899643460..0bf488a98c26 100644 --- a/clients/client-cloudsearch/commands/DeleteSuggesterCommand.ts +++ b/clients/client-cloudsearch/commands/DeleteSuggesterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, _ /** *

Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DeleteSuggesterCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DeleteSuggesterCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeAnalysisSchemesCommand.ts b/clients/client-cloudsearch/commands/DescribeAnalysisSchemesCommand.ts index 850f47700ea3..4b290682edc8 100644 --- a/clients/client-cloudsearch/commands/DescribeAnalysisSchemesCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeAnalysisSchemesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSc /** *

Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeAnalysisSchemesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeAnalysisSchemesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/commands/DescribeAvailabilityOptionsCommand.ts index c7c95e9e4a4b..72763007ee3c 100644 --- a/clients/client-cloudsearch/commands/DescribeAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeAvailabilityOptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAvailabilityOptionsCommandOutput /** *

Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeAvailabilityOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeAvailabilityOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/commands/DescribeDomainEndpointOptionsCommand.ts index 8f0d880609a4..ef5ec7ff05da 100644 --- a/clients/client-cloudsearch/commands/DescribeDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeDomainEndpointOptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDomainEndpointOptionsCommandOutput /** *

Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeDomainEndpointOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeDomainEndpointOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeDomainsCommand.ts b/clients/client-cloudsearch/commands/DescribeDomainsCommand.ts index b20581289849..c7f198e8d10c 100644 --- a/clients/client-cloudsearch/commands/DescribeDomainsCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeDomainsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, _ * all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall request to your domain's search endpoint: q=matchall&q.parser=structured&size=0. For more information, * see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeDomainsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeDomainsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeExpressionsCommand.ts b/clients/client-cloudsearch/commands/DescribeExpressionsCommand.ts index 65cbef3c45b1..6538d55ce658 100644 --- a/clients/client-cloudsearch/commands/DescribeExpressionsCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeExpressionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeExpressionsCommandOutput extends DescribeExpressionsRes /** *

Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeExpressionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeExpressionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeIndexFieldsCommand.ts b/clients/client-cloudsearch/commands/DescribeIndexFieldsCommand.ts index c22a5eecbb95..02798c055d1d 100644 --- a/clients/client-cloudsearch/commands/DescribeIndexFieldsCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeIndexFieldsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsRes * Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, * see Getting Domain Information in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeIndexFieldsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeIndexFieldsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeScalingParametersCommand.ts b/clients/client-cloudsearch/commands/DescribeScalingParametersCommand.ts index 65f064c1a239..ea8584901875 100644 --- a/clients/client-cloudsearch/commands/DescribeScalingParametersCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeScalingParametersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeScalingParametersCommandOutput extends DescribeScalingP /** *

Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeScalingParametersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeScalingParametersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/commands/DescribeServiceAccessPoliciesCommand.ts index db6304cafb49..f3fff97700a0 100644 --- a/clients/client-cloudsearch/commands/DescribeServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeServiceAccessPoliciesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeServiceAccessPoliciesCommandOutput *

Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, * see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeServiceAccessPoliciesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeServiceAccessPoliciesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/DescribeSuggestersCommand.ts b/clients/client-cloudsearch/commands/DescribeSuggestersCommand.ts index 1a34ac962858..50c450dce65e 100644 --- a/clients/client-cloudsearch/commands/DescribeSuggestersCommand.ts +++ b/clients/client-cloudsearch/commands/DescribeSuggestersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSuggestersCommandOutput extends DescribeSuggestersRespo /** *

Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, DescribeSuggestersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, DescribeSuggestersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/IndexDocumentsCommand.ts b/clients/client-cloudsearch/commands/IndexDocumentsCommand.ts index 4de579ac2e56..0e3504dc07c5 100644 --- a/clients/client-cloudsearch/commands/IndexDocumentsCommand.ts +++ b/clients/client-cloudsearch/commands/IndexDocumentsCommand.ts @@ -23,7 +23,7 @@ export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __M /** *

Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, IndexDocumentsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, IndexDocumentsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/ListDomainNamesCommand.ts b/clients/client-cloudsearch/commands/ListDomainNamesCommand.ts index 228435c6e10b..e54a4f21eeb8 100644 --- a/clients/client-cloudsearch/commands/ListDomainNamesCommand.ts +++ b/clients/client-cloudsearch/commands/ListDomainNamesCommand.ts @@ -23,7 +23,7 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _ /** *

Lists all search domains owned by an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, ListDomainNamesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, ListDomainNamesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/UpdateAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/commands/UpdateAvailabilityOptionsCommand.ts index e532f3ff956e..4da5ec260ce6 100644 --- a/clients/client-cloudsearch/commands/UpdateAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/commands/UpdateAvailabilityOptionsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabili /** *

Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, UpdateAvailabilityOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, UpdateAvailabilityOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/UpdateDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/commands/UpdateDomainEndpointOptionsCommand.ts index 5020c783c49d..78ed5c98152a 100644 --- a/clients/client-cloudsearch/commands/UpdateDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/commands/UpdateDomainEndpointOptionsCommand.ts @@ -25,7 +25,7 @@ export interface UpdateDomainEndpointOptionsCommandOutput /** *

Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, UpdateDomainEndpointOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, UpdateDomainEndpointOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/UpdateScalingParametersCommand.ts b/clients/client-cloudsearch/commands/UpdateScalingParametersCommand.ts index cde05a6ce0bd..0731e26934e5 100644 --- a/clients/client-cloudsearch/commands/UpdateScalingParametersCommand.ts +++ b/clients/client-cloudsearch/commands/UpdateScalingParametersCommand.ts @@ -23,7 +23,7 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam /** *

Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, UpdateScalingParametersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, UpdateScalingParametersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudsearch/commands/UpdateServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/commands/UpdateServiceAccessPoliciesCommand.ts index bc6897a023ee..5b469844370c 100644 --- a/clients/client-cloudsearch/commands/UpdateServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/commands/UpdateServiceAccessPoliciesCommand.ts @@ -27,7 +27,7 @@ export interface UpdateServiceAccessPoliciesCommandOutput * For more information, see * Configuring Access for an Amazon CloudSearch Domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudSearchClient, UpdateServiceAccessPoliciesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import * // const { CloudSearchClient, UpdateServiceAccessPoliciesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/AddTagsCommand.ts b/clients/client-cloudtrail/commands/AddTagsCommand.ts index 7a04e9164101..cbc43bcd1e24 100644 --- a/clients/client-cloudtrail/commands/AddTagsCommand.ts +++ b/clients/client-cloudtrail/commands/AddTagsCommand.ts @@ -23,7 +23,7 @@ export interface AddTagsCommandOutput extends AddTagsResponse, __MetadataBearer * If you specify a key without a value, the tag will be created with the specified key and a value of null. * You can tag a trail that applies to all AWS Regions only from the Region in which the trail was created (also known as its home region).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, AddTagsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, AddTagsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/CreateTrailCommand.ts b/clients/client-cloudtrail/commands/CreateTrailCommand.ts index 9409807c72a1..ea2d99b5f930 100644 --- a/clients/client-cloudtrail/commands/CreateTrailCommand.ts +++ b/clients/client-cloudtrail/commands/CreateTrailCommand.ts @@ -23,7 +23,7 @@ export interface CreateTrailCommandOutput extends CreateTrailResponse, __Metadat /** *

Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, CreateTrailCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, CreateTrailCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/DeleteTrailCommand.ts b/clients/client-cloudtrail/commands/DeleteTrailCommand.ts index fae340a3ef5c..65dc6e1a3a09 100644 --- a/clients/client-cloudtrail/commands/DeleteTrailCommand.ts +++ b/clients/client-cloudtrail/commands/DeleteTrailCommand.ts @@ -25,7 +25,7 @@ export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __Metadat * created. DeleteTrail cannot be called on the shadow trails (replicated trails * in other regions) of a trail that is enabled in all regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, DeleteTrailCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, DeleteTrailCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/DescribeTrailsCommand.ts b/clients/client-cloudtrail/commands/DescribeTrailsCommand.ts index f092ee7e7e63..2421964382ac 100644 --- a/clients/client-cloudtrail/commands/DescribeTrailsCommand.ts +++ b/clients/client-cloudtrail/commands/DescribeTrailsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __M /** *

Retrieves settings for one or more trails associated with the current region for your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, DescribeTrailsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, DescribeTrailsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/GetEventSelectorsCommand.ts b/clients/client-cloudtrail/commands/GetEventSelectorsCommand.ts index 85547cdfe731..532bcbdb8240 100644 --- a/clients/client-cloudtrail/commands/GetEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/commands/GetEventSelectorsCommand.ts @@ -39,7 +39,7 @@ export interface GetEventSelectorsCommandOutput extends GetEventSelectorsRespons *

For more information, see Logging Data and Management Events for Trails * in the AWS CloudTrail User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, GetEventSelectorsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, GetEventSelectorsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/GetInsightSelectorsCommand.ts b/clients/client-cloudtrail/commands/GetInsightSelectorsCommand.ts index 8aa1a6bdd5da..a1094a217f9f 100644 --- a/clients/client-cloudtrail/commands/GetInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/commands/GetInsightSelectorsCommand.ts @@ -29,7 +29,7 @@ export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsRes *

For more information, see Logging CloudTrail Insights Events for Trails * in the AWS CloudTrail User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, GetInsightSelectorsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, GetInsightSelectorsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/GetTrailCommand.ts b/clients/client-cloudtrail/commands/GetTrailCommand.ts index e3864c0bcd6c..bab50615d910 100644 --- a/clients/client-cloudtrail/commands/GetTrailCommand.ts +++ b/clients/client-cloudtrail/commands/GetTrailCommand.ts @@ -20,7 +20,7 @@ export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBeare /** *

Returns settings information for a specified trail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, GetTrailCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, GetTrailCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/GetTrailStatusCommand.ts b/clients/client-cloudtrail/commands/GetTrailStatusCommand.ts index 218f231269fc..0e969c6967c2 100644 --- a/clients/client-cloudtrail/commands/GetTrailStatusCommand.ts +++ b/clients/client-cloudtrail/commands/GetTrailStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __M /** *

Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, GetTrailStatusCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, GetTrailStatusCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/ListPublicKeysCommand.ts b/clients/client-cloudtrail/commands/ListPublicKeysCommand.ts index 8c1cdcfa7ec8..3a52e9927f18 100644 --- a/clients/client-cloudtrail/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudtrail/commands/ListPublicKeysCommand.ts @@ -26,7 +26,7 @@ export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __M *

CloudTrail uses different private/public key pairs per region. Each digest file is signed with a private key unique to its region. Therefore, when you validate a digest file from a particular region, you must look in the same region for its corresponding public key.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, ListPublicKeysCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, ListPublicKeysCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/ListTagsCommand.ts b/clients/client-cloudtrail/commands/ListTagsCommand.ts index 85a069a0485d..39bfa183e94b 100644 --- a/clients/client-cloudtrail/commands/ListTagsCommand.ts +++ b/clients/client-cloudtrail/commands/ListTagsCommand.ts @@ -20,7 +20,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare /** *

Lists the tags for the trail in the current region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, ListTagsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, ListTagsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/ListTrailsCommand.ts b/clients/client-cloudtrail/commands/ListTrailsCommand.ts index 8e7f32d8dd9b..8604cd09302a 100644 --- a/clients/client-cloudtrail/commands/ListTrailsCommand.ts +++ b/clients/client-cloudtrail/commands/ListTrailsCommand.ts @@ -23,7 +23,7 @@ export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataB /** *

Lists trails that are in the current account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, ListTrailsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, ListTrailsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/LookupEventsCommand.ts b/clients/client-cloudtrail/commands/LookupEventsCommand.ts index 8239e62d7c51..1d58e2283ca0 100644 --- a/clients/client-cloudtrail/commands/LookupEventsCommand.ts +++ b/clients/client-cloudtrail/commands/LookupEventsCommand.ts @@ -70,7 +70,7 @@ export interface LookupEventsCommandOutput extends LookupEventsResponse, __Metad * limit is exceeded, a throttling error occurs.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, LookupEventsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, LookupEventsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/PutEventSelectorsCommand.ts b/clients/client-cloudtrail/commands/PutEventSelectorsCommand.ts index abd2ad70a14b..af4840e4f824 100644 --- a/clients/client-cloudtrail/commands/PutEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/commands/PutEventSelectorsCommand.ts @@ -67,7 +67,7 @@ export interface PutEventSelectorsCommandOutput extends PutEventSelectorsRespons * Logging * data events for trails in the AWS CloudTrail User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, PutEventSelectorsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, PutEventSelectorsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/PutInsightSelectorsCommand.ts b/clients/client-cloudtrail/commands/PutInsightSelectorsCommand.ts index 56c9827e1fab..7ac02bba7b56 100644 --- a/clients/client-cloudtrail/commands/PutInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/commands/PutInsightSelectorsCommand.ts @@ -26,7 +26,7 @@ export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsRes * PutInsightSelectors to turn off Insights event logging, by passing an empty list of insight types. * In this release, only ApiCallRateInsight is supported as an Insights selector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, PutInsightSelectorsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, PutInsightSelectorsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/RemoveTagsCommand.ts b/clients/client-cloudtrail/commands/RemoveTagsCommand.ts index 3c7b96200453..7cb188a62f8f 100644 --- a/clients/client-cloudtrail/commands/RemoveTagsCommand.ts +++ b/clients/client-cloudtrail/commands/RemoveTagsCommand.ts @@ -23,7 +23,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataB /** *

Removes the specified tags from a trail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, RemoveTagsCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, RemoveTagsCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/StartLoggingCommand.ts b/clients/client-cloudtrail/commands/StartLoggingCommand.ts index e5a18f2a648e..ad71b5baa3d9 100644 --- a/clients/client-cloudtrail/commands/StartLoggingCommand.ts +++ b/clients/client-cloudtrail/commands/StartLoggingCommand.ts @@ -23,7 +23,7 @@ export interface StartLoggingCommandOutput extends StartLoggingResponse, __Metad /** *

Starts the recording of AWS API calls and log file delivery for a trail. For a trail that is enabled in all regions, this operation must be called from the region in which the trail was created. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, StartLoggingCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, StartLoggingCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/StopLoggingCommand.ts b/clients/client-cloudtrail/commands/StopLoggingCommand.ts index 5aa41e4a27e7..63ec4c416b98 100644 --- a/clients/client-cloudtrail/commands/StopLoggingCommand.ts +++ b/clients/client-cloudtrail/commands/StopLoggingCommand.ts @@ -29,7 +29,7 @@ export interface StopLoggingCommandOutput extends StopLoggingResponse, __Metadat * cannot be called on the shadow trails (replicated trails in other regions) of a trail * enabled in all regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, StopLoggingCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, StopLoggingCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudtrail/commands/UpdateTrailCommand.ts b/clients/client-cloudtrail/commands/UpdateTrailCommand.ts index b5157f6f5d84..19f79ac653f6 100644 --- a/clients/client-cloudtrail/commands/UpdateTrailCommand.ts +++ b/clients/client-cloudtrail/commands/UpdateTrailCommand.ts @@ -28,7 +28,7 @@ export interface UpdateTrailCommandOutput extends UpdateTrailResponse, __Metadat * region in which the trail was created; otherwise, an * InvalidHomeRegionException is thrown.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudTrailClient, UpdateTrailCommand } from "@aws-sdk/client-cloudtrail"; // ES Modules import * // const { CloudTrailClient, UpdateTrailCommand } = require("@aws-sdk/client-cloudtrail"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ActivateEventSourceCommand.ts b/clients/client-cloudwatch-events/commands/ActivateEventSourceCommand.ts index 67796817669d..8cbc387d6e0c 100644 --- a/clients/client-cloudwatch-events/commands/ActivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/ActivateEventSourceCommand.ts @@ -24,7 +24,7 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {} *

Activates a partner event source that has been deactivated. Once activated, your matching * event bus will start receiving events from the event source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ActivateEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ActivateEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/CancelReplayCommand.ts b/clients/client-cloudwatch-events/commands/CancelReplayCommand.ts index 349228a55028..62566350b682 100644 --- a/clients/client-cloudwatch-events/commands/CancelReplayCommand.ts +++ b/clients/client-cloudwatch-events/commands/CancelReplayCommand.ts @@ -23,7 +23,7 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad /** *

Cancels the specified replay.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, CancelReplayCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, CancelReplayCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/CreateApiDestinationCommand.ts b/clients/client-cloudwatch-events/commands/CreateApiDestinationCommand.ts index 9a923ccc1fdd..c08244b0431e 100644 --- a/clients/client-cloudwatch-events/commands/CreateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/commands/CreateApiDestinationCommand.ts @@ -24,7 +24,7 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR *

Creates an API destination, which is an HTTP invocation endpoint configured as a target * for events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, CreateApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, CreateApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/CreateArchiveCommand.ts b/clients/client-cloudwatch-events/commands/CreateArchiveCommand.ts index 3598ea1d4874..7829f3622cef 100644 --- a/clients/client-cloudwatch-events/commands/CreateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/commands/CreateArchiveCommand.ts @@ -27,7 +27,7 @@ export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __Met * archive, all events are sent to the archive except replayed events. Replayed events are not * sent to an archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, CreateArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, CreateArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/CreateConnectionCommand.ts b/clients/client-cloudwatch-events/commands/CreateConnectionCommand.ts index 5ee9b7ca94d9..8e096d692098 100644 --- a/clients/client-cloudwatch-events/commands/CreateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/commands/CreateConnectionCommand.ts @@ -24,7 +24,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse, *

Creates a connection. A connection defines the authorization type and credentials to use * for authorization with an API destination HTTP endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, CreateConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, CreateConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/CreateEventBusCommand.ts b/clients/client-cloudwatch-events/commands/CreateEventBusCommand.ts index 285e68d90abc..580a315de7e2 100644 --- a/clients/client-cloudwatch-events/commands/CreateEventBusCommand.ts +++ b/clients/client-cloudwatch-events/commands/CreateEventBusCommand.ts @@ -25,7 +25,7 @@ export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __M * use to receive events from your custom applications and services, or it can be a partner event * bus which can be matched to a partner event source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, CreateEventBusCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, CreateEventBusCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/CreatePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/commands/CreatePartnerEventSourceCommand.ts index b726ee37460c..d135e56c4896 100644 --- a/clients/client-cloudwatch-events/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/CreatePartnerEventSourceCommand.ts @@ -46,7 +46,7 @@ export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEven * event_namespace and event_name should help AWS * customers decide whether to create an event bus to receive these events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, CreatePartnerEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, CreatePartnerEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeactivateEventSourceCommand.ts b/clients/client-cloudwatch-events/commands/DeactivateEventSourceCommand.ts index e5f6196c465f..362c87ccdf25 100644 --- a/clients/client-cloudwatch-events/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeactivateEventSourceCommand.ts @@ -27,7 +27,7 @@ export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {} * remains in PENDING state for more than two weeks, it is deleted.

*

To activate a deactivated partner event source, use ActivateEventSource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeactivateEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeactivateEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeauthorizeConnectionCommand.ts b/clients/client-cloudwatch-events/commands/DeauthorizeConnectionCommand.ts index 45060d7ae24a..cb561d523cdc 100644 --- a/clients/client-cloudwatch-events/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeauthorizeConnectionCommand.ts @@ -24,7 +24,7 @@ export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectio *

Removes all authorization parameters from the connection. This lets you remove the secret * from the connection so you can reuse it without having to create a new connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeauthorizeConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeauthorizeConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeleteApiDestinationCommand.ts b/clients/client-cloudwatch-events/commands/DeleteApiDestinationCommand.ts index f95ff7bf90e8..b18f1b153cde 100644 --- a/clients/client-cloudwatch-events/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeleteApiDestinationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationR /** *

Deletes the specified API destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeleteApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeleteApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeleteArchiveCommand.ts b/clients/client-cloudwatch-events/commands/DeleteArchiveCommand.ts index 35ec3009920c..3d4bb766c7c6 100644 --- a/clients/client-cloudwatch-events/commands/DeleteArchiveCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeleteArchiveCommand.ts @@ -23,7 +23,7 @@ export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __Met /** *

Deletes the specified archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeleteArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeleteArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeleteConnectionCommand.ts b/clients/client-cloudwatch-events/commands/DeleteConnectionCommand.ts index 178e4f567eee..469e54a4fe9f 100644 --- a/clients/client-cloudwatch-events/commands/DeleteConnectionCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeleteConnectionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, /** *

Deletes a connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeleteConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeleteConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeleteEventBusCommand.ts b/clients/client-cloudwatch-events/commands/DeleteEventBusCommand.ts index ee6d882e94c0..dbdf4de6d2ff 100644 --- a/clients/client-cloudwatch-events/commands/DeleteEventBusCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeleteEventBusCommand.ts @@ -24,7 +24,7 @@ export interface DeleteEventBusCommandOutput extends __MetadataBearer {} *

Deletes the specified custom event bus or partner event bus. All rules associated with * this event bus need to be deleted. You can't delete your account's default event bus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeleteEventBusCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeleteEventBusCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeletePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/commands/DeletePartnerEventSourceCommand.ts index 1a7a86f2df92..1940972d5890 100644 --- a/clients/client-cloudwatch-events/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeletePartnerEventSourceCommand.ts @@ -27,7 +27,7 @@ export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer * AWS customer account becomes DELETED.

*

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeletePartnerEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeletePartnerEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DeleteRuleCommand.ts b/clients/client-cloudwatch-events/commands/DeleteRuleCommand.ts index 2714df16a86d..cb8eff5f8095 100644 --- a/clients/client-cloudwatch-events/commands/DeleteRuleCommand.ts +++ b/clients/client-cloudwatch-events/commands/DeleteRuleCommand.ts @@ -32,7 +32,7 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {} * can delete these rules using the Force option, but you should do so only if you * are sure the other service is not still using that rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DeleteRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DeleteRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribeApiDestinationCommand.ts b/clients/client-cloudwatch-events/commands/DescribeApiDestinationCommand.ts index e0e7abc956c7..9b2dc5924db3 100644 --- a/clients/client-cloudwatch-events/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribeApiDestinationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinat /** *

Retrieves details about an API destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribeApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribeApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribeArchiveCommand.ts b/clients/client-cloudwatch-events/commands/DescribeArchiveCommand.ts index 2cadbbbc6c27..9e4ee17a5aa4 100644 --- a/clients/client-cloudwatch-events/commands/DescribeArchiveCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribeArchiveCommand.ts @@ -23,7 +23,7 @@ export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, _ /** *

Retrieves details about an archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribeArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribeArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribeConnectionCommand.ts b/clients/client-cloudwatch-events/commands/DescribeConnectionCommand.ts index 6fefd65d87c0..36d404d00c08 100644 --- a/clients/client-cloudwatch-events/commands/DescribeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribeConnectionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConnectionCommandOutput extends DescribeConnectionRespo /** *

Retrieves details about a connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribeConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribeConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribeEventBusCommand.ts b/clients/client-cloudwatch-events/commands/DescribeEventBusCommand.ts index 98c61972d8c7..c63267c0ee4a 100644 --- a/clients/client-cloudwatch-events/commands/DescribeEventBusCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribeEventBusCommand.ts @@ -29,7 +29,7 @@ export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse, * use PutPermission.

*

For more information about partner event buses, see CreateEventBus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribeEventBusCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribeEventBusCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribeEventSourceCommand.ts b/clients/client-cloudwatch-events/commands/DescribeEventSourceCommand.ts index 9cf9bb66d72f..6f5819525bdf 100644 --- a/clients/client-cloudwatch-events/commands/DescribeEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribeEventSourceCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEventSourceCommandOutput extends DescribeEventSourceRes *

This operation lists details about a partner event source that is shared with your * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribeEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribeEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/commands/DescribePartnerEventSourceCommand.ts index 0301bd5baa8d..9fd13bef28b3 100644 --- a/clients/client-cloudwatch-events/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribePartnerEventSourceCommand.ts @@ -26,7 +26,7 @@ export interface DescribePartnerEventSourceCommandOutput extends DescribePartner * DescribeEventSource to see details about a partner event source that is * shared with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribePartnerEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribePartnerEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribeReplayCommand.ts b/clients/client-cloudwatch-events/commands/DescribeReplayCommand.ts index 398658b5e284..b30acd0f5bf5 100644 --- a/clients/client-cloudwatch-events/commands/DescribeReplayCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribeReplayCommand.ts @@ -31,7 +31,7 @@ export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __M * EventLastReplayedTime indicates the time within the specified time range * associated with the last event replayed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribeReplayCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribeReplayCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DescribeRuleCommand.ts b/clients/client-cloudwatch-events/commands/DescribeRuleCommand.ts index 6c72991e0ea6..0020d538527d 100644 --- a/clients/client-cloudwatch-events/commands/DescribeRuleCommand.ts +++ b/clients/client-cloudwatch-events/commands/DescribeRuleCommand.ts @@ -25,7 +25,7 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad *

DescribeRule does not list the targets of a rule. To see the targets associated with a * rule, use ListTargetsByRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DescribeRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DescribeRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/DisableRuleCommand.ts b/clients/client-cloudwatch-events/commands/DisableRuleCommand.ts index 6f064f5f358a..3506f488c119 100644 --- a/clients/client-cloudwatch-events/commands/DisableRuleCommand.ts +++ b/clients/client-cloudwatch-events/commands/DisableRuleCommand.ts @@ -27,7 +27,7 @@ export interface DisableRuleCommandOutput extends __MetadataBearer {} *

When you disable a rule, incoming events might continue to match to the disabled rule. * Allow a short period of time for changes to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, DisableRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, DisableRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/EnableRuleCommand.ts b/clients/client-cloudwatch-events/commands/EnableRuleCommand.ts index 5a882bc86bb4..1a7dceb32262 100644 --- a/clients/client-cloudwatch-events/commands/EnableRuleCommand.ts +++ b/clients/client-cloudwatch-events/commands/EnableRuleCommand.ts @@ -26,7 +26,7 @@ export interface EnableRuleCommandOutput extends __MetadataBearer {} *

When you enable a rule, incoming events might not immediately start matching to a newly * enabled rule. Allow a short period of time for changes to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, EnableRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, EnableRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListApiDestinationsCommand.ts b/clients/client-cloudwatch-events/commands/ListApiDestinationsCommand.ts index 994dceb52fe3..d1a10e151045 100644 --- a/clients/client-cloudwatch-events/commands/ListApiDestinationsCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListApiDestinationsCommand.ts @@ -23,7 +23,7 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes /** *

Retrieves a list of API destination in the account in the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListApiDestinationsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListApiDestinationsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListArchivesCommand.ts b/clients/client-cloudwatch-events/commands/ListArchivesCommand.ts index 71865dac3b3d..8375d8ee1d60 100644 --- a/clients/client-cloudwatch-events/commands/ListArchivesCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListArchivesCommand.ts @@ -24,7 +24,7 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad *

Lists your archives. You can either list all the archives or you can provide a prefix to * match to the archive names. Filter parameters are exclusive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListArchivesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListArchivesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListConnectionsCommand.ts b/clients/client-cloudwatch-events/commands/ListConnectionsCommand.ts index 466912f15c87..2fbfdce229a0 100644 --- a/clients/client-cloudwatch-events/commands/ListConnectionsCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListConnectionsCommand.ts @@ -23,7 +23,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _ /** *

Retrieves a list of connections from the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListConnectionsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListConnectionsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListEventBusesCommand.ts b/clients/client-cloudwatch-events/commands/ListEventBusesCommand.ts index 5086c343c174..3da77e04b66b 100644 --- a/clients/client-cloudwatch-events/commands/ListEventBusesCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListEventBusesCommand.ts @@ -24,7 +24,7 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M *

Lists all the event buses in your account, including the default event bus, custom event * buses, and partner event buses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListEventBusesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListEventBusesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListEventSourcesCommand.ts b/clients/client-cloudwatch-events/commands/ListEventSourcesCommand.ts index 390642c2b5e1..041f01059e56 100644 --- a/clients/client-cloudwatch-events/commands/ListEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListEventSourcesCommand.ts @@ -24,7 +24,7 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, *

You can use this to see all the partner event sources that have been shared with your AWS * account. For more information about partner event sources, see CreateEventBus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListEventSourcesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListEventSourcesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-cloudwatch-events/commands/ListPartnerEventSourceAccountsCommand.ts index 2a973a7c0075..653f2ccd5683 100644 --- a/clients/client-cloudwatch-events/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListPartnerEventSourceAccountsCommand.ts @@ -27,7 +27,7 @@ export interface ListPartnerEventSourceAccountsCommandOutput * partner event source name is associated with. This operation is not used by AWS * customers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListPartnerEventSourceAccountsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListPartnerEventSourceAccountsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListPartnerEventSourcesCommand.ts b/clients/client-cloudwatch-events/commands/ListPartnerEventSourcesCommand.ts index 5ab2ecf91613..3ecdc8c761f6 100644 --- a/clients/client-cloudwatch-events/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListPartnerEventSourcesCommand.ts @@ -24,7 +24,7 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo *

An SaaS partner can use this operation to list all the partner event source names that * they have created. This operation is not used by AWS customers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListPartnerEventSourcesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListPartnerEventSourcesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListReplaysCommand.ts b/clients/client-cloudwatch-events/commands/ListReplaysCommand.ts index 4e94c58565bd..19876a9166d7 100644 --- a/clients/client-cloudwatch-events/commands/ListReplaysCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListReplaysCommand.ts @@ -24,7 +24,7 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat *

Lists your replays. You can either list all the replays or you can provide a prefix to * match to the replay names. Filter parameters are exclusive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListReplaysCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListReplaysCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListRuleNamesByTargetCommand.ts b/clients/client-cloudwatch-events/commands/ListRuleNamesByTargetCommand.ts index 2d2cf12cdcd0..0879a6da7e9b 100644 --- a/clients/client-cloudwatch-events/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListRuleNamesByTargetCommand.ts @@ -24,7 +24,7 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge *

Lists the rules for the specified target. You can see which of the rules in Amazon * EventBridge can invoke a specific target in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListRuleNamesByTargetCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListRuleNamesByTargetCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListRulesCommand.ts b/clients/client-cloudwatch-events/commands/ListRulesCommand.ts index 7dc407b491bd..31cc6bf49a97 100644 --- a/clients/client-cloudwatch-events/commands/ListRulesCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListRulesCommand.ts @@ -24,7 +24,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea *

ListRules does not list the targets of a rule. To see the targets associated with a rule, * use ListTargetsByRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListRulesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListRulesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-events/commands/ListTagsForResourceCommand.ts index d0d9a8aeaf23..fc163bc25920 100644 --- a/clients/client-cloudwatch-events/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Displays the tags associated with an EventBridge resource. In EventBridge, rules and event * buses can be tagged.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListTagsForResourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/ListTargetsByRuleCommand.ts b/clients/client-cloudwatch-events/commands/ListTargetsByRuleCommand.ts index 250546a4559f..91a446dd56ad 100644 --- a/clients/client-cloudwatch-events/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-cloudwatch-events/commands/ListTargetsByRuleCommand.ts @@ -23,7 +23,7 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons /** *

Lists the targets assigned to the specified rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, ListTargetsByRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, ListTargetsByRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/PutEventsCommand.ts b/clients/client-cloudwatch-events/commands/PutEventsCommand.ts index 1c006090bd0d..bd635a21c5e7 100644 --- a/clients/client-cloudwatch-events/commands/PutEventsCommand.ts +++ b/clients/client-cloudwatch-events/commands/PutEventsCommand.ts @@ -20,7 +20,7 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea /** *

Sends custom events to Amazon EventBridge so that they can be matched to rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, PutEventsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, PutEventsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/PutPartnerEventsCommand.ts b/clients/client-cloudwatch-events/commands/PutPartnerEventsCommand.ts index 2ec665364fae..7291bcd603ec 100644 --- a/clients/client-cloudwatch-events/commands/PutPartnerEventsCommand.ts +++ b/clients/client-cloudwatch-events/commands/PutPartnerEventsCommand.ts @@ -24,7 +24,7 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse, *

This is used by SaaS partners to write events to a customer's partner event bus. AWS * customers do not use this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, PutPartnerEventsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, PutPartnerEventsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/PutPermissionCommand.ts b/clients/client-cloudwatch-events/commands/PutPermissionCommand.ts index 3db82e973673..5e913b0159b7 100644 --- a/clients/client-cloudwatch-events/commands/PutPermissionCommand.ts +++ b/clients/client-cloudwatch-events/commands/PutPermissionCommand.ts @@ -42,7 +42,7 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {} * *

The permission policy on the default event bus cannot exceed 10 KB in size.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, PutPermissionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, PutPermissionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/PutRuleCommand.ts b/clients/client-cloudwatch-events/commands/PutRuleCommand.ts index 774fc252cbab..dbc13bfeeb23 100644 --- a/clients/client-cloudwatch-events/commands/PutRuleCommand.ts +++ b/clients/client-cloudwatch-events/commands/PutRuleCommand.ts @@ -66,7 +66,7 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer * see Managing Your Costs with * Budgets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, PutRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, PutRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/PutTargetsCommand.ts b/clients/client-cloudwatch-events/commands/PutTargetsCommand.ts index 3b04f03cf773..cecb1b3290dc 100644 --- a/clients/client-cloudwatch-events/commands/PutTargetsCommand.ts +++ b/clients/client-cloudwatch-events/commands/PutTargetsCommand.ts @@ -170,7 +170,7 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB * happens, FailedEntryCount is non-zero in the response and each entry in * FailedEntries provides the ID of the failed target and the error code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, PutTargetsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, PutTargetsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/RemovePermissionCommand.ts b/clients/client-cloudwatch-events/commands/RemovePermissionCommand.ts index e87181f15518..774863d0f564 100644 --- a/clients/client-cloudwatch-events/commands/RemovePermissionCommand.ts +++ b/clients/client-cloudwatch-events/commands/RemovePermissionCommand.ts @@ -26,7 +26,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {} * associated with the account when you granted it permission with PutPermission. * You can find the StatementId by using DescribeEventBus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, RemovePermissionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, RemovePermissionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/RemoveTargetsCommand.ts b/clients/client-cloudwatch-events/commands/RemoveTargetsCommand.ts index bb7d9934c7f3..66b76794c7b8 100644 --- a/clients/client-cloudwatch-events/commands/RemoveTargetsCommand.ts +++ b/clients/client-cloudwatch-events/commands/RemoveTargetsCommand.ts @@ -31,7 +31,7 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met * happens, FailedEntryCount is non-zero in the response and each entry in * FailedEntries provides the ID of the failed target and the error code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, RemoveTargetsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, RemoveTargetsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/StartReplayCommand.ts b/clients/client-cloudwatch-events/commands/StartReplayCommand.ts index 5c8351aa36ec..d2cf01cd4590 100644 --- a/clients/client-cloudwatch-events/commands/StartReplayCommand.ts +++ b/clients/client-cloudwatch-events/commands/StartReplayCommand.ts @@ -31,7 +31,7 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat * indicates the time within the specified time range associated with the last event * replayed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, StartReplayCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, StartReplayCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/TagResourceCommand.ts b/clients/client-cloudwatch-events/commands/TagResourceCommand.ts index 2fc83b76671a..2c2213630d29 100644 --- a/clients/client-cloudwatch-events/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/TagResourceCommand.ts @@ -33,7 +33,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * value that you specify replaces the previous value for that tag.

*

You can associate as many as 50 tags with a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, TagResourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, TagResourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/TestEventPatternCommand.ts b/clients/client-cloudwatch-events/commands/TestEventPatternCommand.ts index 2f566863cdb6..fc812e609602 100644 --- a/clients/client-cloudwatch-events/commands/TestEventPatternCommand.ts +++ b/clients/client-cloudwatch-events/commands/TestEventPatternCommand.ts @@ -27,7 +27,7 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse, * correct ARN characters when creating event patterns so that they match the ARN syntax in the * event you want to match.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, TestEventPatternCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, TestEventPatternCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-events/commands/UntagResourceCommand.ts index 2021ed7a2a2f..04edbf5d6e72 100644 --- a/clients/client-cloudwatch-events/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-events/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge * (CloudWatch Events, rules and event buses can be tagged.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, UntagResourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, UntagResourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/UpdateApiDestinationCommand.ts b/clients/client-cloudwatch-events/commands/UpdateApiDestinationCommand.ts index 824a224079b7..291a296ec4dc 100644 --- a/clients/client-cloudwatch-events/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/commands/UpdateApiDestinationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR /** *

Updates an API destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, UpdateApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, UpdateApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/UpdateArchiveCommand.ts b/clients/client-cloudwatch-events/commands/UpdateArchiveCommand.ts index 3337dbff996e..ca90f99d86dc 100644 --- a/clients/client-cloudwatch-events/commands/UpdateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/commands/UpdateArchiveCommand.ts @@ -23,7 +23,7 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met /** *

Updates the specified archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, UpdateArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, UpdateArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-events/commands/UpdateConnectionCommand.ts b/clients/client-cloudwatch-events/commands/UpdateConnectionCommand.ts index 48eee7767626..74f8e949ca55 100644 --- a/clients/client-cloudwatch-events/commands/UpdateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/commands/UpdateConnectionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, /** *

Updates settings for a connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchEventsClient, UpdateConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import * // const { CloudWatchEventsClient, UpdateConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/AssociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/commands/AssociateKmsKeyCommand.ts index a317f45df8a7..ab9d92507ea9 100644 --- a/clients/client-cloudwatch-logs/commands/AssociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/commands/AssociateKmsKeyCommand.ts @@ -35,7 +35,7 @@ export interface AssociateKmsKeyCommandOutput extends __MetadataBearer {} *

If you attempt to associate a CMK with a log group but the CMK does not exist or the * CMK is disabled, you receive an InvalidParameterException error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, AssociateKmsKeyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, AssociateKmsKeyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/CancelExportTaskCommand.ts b/clients/client-cloudwatch-logs/commands/CancelExportTaskCommand.ts index eba8d2550a19..0f73b066150e 100644 --- a/clients/client-cloudwatch-logs/commands/CancelExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/commands/CancelExportTaskCommand.ts @@ -24,7 +24,7 @@ export interface CancelExportTaskCommandOutput extends __MetadataBearer {} *

Cancels the specified export task.

*

The task must be in the PENDING or RUNNING state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, CancelExportTaskCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, CancelExportTaskCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/CreateExportTaskCommand.ts b/clients/client-cloudwatch-logs/commands/CreateExportTaskCommand.ts index f0b125b7fa1d..3cd56a8375b2 100644 --- a/clients/client-cloudwatch-logs/commands/CreateExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/commands/CreateExportTaskCommand.ts @@ -36,7 +36,7 @@ export interface CreateExportTaskCommandOutput extends CreateExportTaskResponse, *

Exporting to S3 buckets that are encrypted with AES-256 is supported. Exporting to S3 buckets * encrypted with SSE-KMS is not supported.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, CreateExportTaskCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, CreateExportTaskCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/CreateLogGroupCommand.ts b/clients/client-cloudwatch-logs/commands/CreateLogGroupCommand.ts index 5653e79458ac..c249ebe36787 100644 --- a/clients/client-cloudwatch-logs/commands/CreateLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/commands/CreateLogGroupCommand.ts @@ -49,7 +49,7 @@ export interface CreateLogGroupCommandOutput extends __MetadataBearer {} * Keys.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, CreateLogGroupCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, CreateLogGroupCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/CreateLogStreamCommand.ts b/clients/client-cloudwatch-logs/commands/CreateLogStreamCommand.ts index e5997732ad43..5eb3b7d98712 100644 --- a/clients/client-cloudwatch-logs/commands/CreateLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/commands/CreateLogStreamCommand.ts @@ -39,7 +39,7 @@ export interface CreateLogStreamCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, CreateLogStreamCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, CreateLogStreamCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteDestinationCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteDestinationCommand.ts index 5ced04c21444..61f90eb8a6c1 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteDestinationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDestinationCommandOutput extends __MetadataBearer {} * subscription filters that publish to it. This operation does not delete the * physical resource encapsulated by the destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteDestinationCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteDestinationCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteLogGroupCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteLogGroupCommand.ts index 1ff1ee57e4bf..a29dc1d8adee 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteLogGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteLogGroupCommandOutput extends __MetadataBearer {} *

Deletes the specified log group and permanently deletes all the archived * log events associated with the log group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteLogGroupCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteLogGroupCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteLogStreamCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteLogStreamCommand.ts index 91e6eb5bff24..6d6a0849ec7a 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteLogStreamCommand.ts @@ -24,7 +24,7 @@ export interface DeleteLogStreamCommandOutput extends __MetadataBearer {} *

Deletes the specified log stream and permanently deletes all the archived log events associated * with the log stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteLogStreamCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteLogStreamCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteMetricFilterCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteMetricFilterCommand.ts index 6577b5888c03..6b77a30d0bd8 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteMetricFilterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMetricFilterCommandOutput extends __MetadataBearer {} /** *

Deletes the specified metric filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteMetricFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteMetricFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteQueryDefinitionCommand.ts index 7f4cc1c32790..041872041ba4 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteQueryDefinitionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteQueryDefinitionCommandOutput extends DeleteQueryDefinitio *

You must have the logs:DeleteQueryDefinition permission to be able to perform * this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteQueryDefinitionCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteQueryDefinitionCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteResourcePolicyCommand.ts index 04a208d49c43..5b68465076da 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteResourcePolicyCommand.ts @@ -24,7 +24,7 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {} *

Deletes a resource policy from this account. This revokes * the access of the identities in that policy to put log events to this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteRetentionPolicyCommand.ts index 7326e6f96ffd..c73744e69f8a 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteRetentionPolicyCommand.ts @@ -24,7 +24,7 @@ export interface DeleteRetentionPolicyCommandOutput extends __MetadataBearer {} *

Deletes the specified retention policy.

*

Log events do not expire if they belong to log groups without a retention policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteRetentionPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteRetentionPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DeleteSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/commands/DeleteSubscriptionFilterCommand.ts index cb57fcc7ea12..5a03a297e152 100644 --- a/clients/client-cloudwatch-logs/commands/DeleteSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DeleteSubscriptionFilterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSubscriptionFilterCommandOutput extends __MetadataBearer /** *

Deletes the specified subscription filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeDestinationsCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeDestinationsCommand.ts index 7cbac27fe431..59b95a9033f2 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeDestinationsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeDestinationsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDestinationsCommandOutput extends DescribeDestinationsR /** *

Lists all your destinations. The results are ASCII-sorted by destination name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeDestinationsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeDestinationsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeExportTasksCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeExportTasksCommand.ts index d309b2a53c29..cb99c3a58602 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeExportTasksCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeExportTasksCommand.ts @@ -24,7 +24,7 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes *

Lists the specified export tasks. You can list all your export tasks or filter * the results based on task ID or task status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeExportTasksCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeExportTasksCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeLogGroupsCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeLogGroupsCommand.ts index e39f5618c1d2..35e443bc5b99 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeLogGroupsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeLogGroupsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeLogGroupsCommandOutput extends DescribeLogGroupsRespons *

Lists the specified log groups. You can list all your log groups or filter the results by prefix. * The results are ASCII-sorted by log group name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeLogGroupsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeLogGroupsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeLogStreamsCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeLogStreamsCommand.ts index 21362a28fd16..ea692ef78a0d 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeLogStreamsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeLogStreamsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeLogStreamsCommandOutput extends DescribeLogStreamsRespo * You can also control how the results are ordered.

*

This operation has a limit of five transactions per second, after which transactions are throttled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeLogStreamsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeLogStreamsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeMetricFiltersCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeMetricFiltersCommand.ts index 770babb3f1a3..9d09c35da6ab 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeMetricFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeMetricFiltersCommand.ts @@ -25,7 +25,7 @@ export interface DescribeMetricFiltersCommandOutput extends DescribeMetricFilter * the results by log name, prefix, metric name, or metric namespace. The results are * ASCII-sorted by filter name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeMetricFiltersCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeMetricFiltersCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeQueriesCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeQueriesCommand.ts index e8858e299b90..960eddbfd64c 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeQueriesCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeQueriesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeQueriesCommandOutput extends DescribeQueriesResponse, _ * been executed recently in this account. You can request all queries or limit it to queries of * a specific log group or queries with a certain status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeQueriesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeQueriesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeQueryDefinitionsCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeQueryDefinitionsCommand.ts index ca9274c2ffe5..c98f56c7a783 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeQueryDefinitionsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeQueryDefinitionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeQueryDefinitionsCommandOutput extends DescribeQueryDefi *

You can use the queryDefinitionNamePrefix parameter to limit the results to only the * query definitions that have names that start with a certain string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeQueryDefinitionsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeQueryDefinitionsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeResourcePoliciesCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeResourcePoliciesCommand.ts index e1cc3ad185b7..6ba825894dea 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeResourcePoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeResourcePoliciesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeResourcePoliciesCommandOutput extends DescribeResourceP /** *

Lists the resource policies in this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeResourcePoliciesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeResourcePoliciesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DescribeSubscriptionFiltersCommand.ts b/clients/client-cloudwatch-logs/commands/DescribeSubscriptionFiltersCommand.ts index bbf3f3629f23..d1f4b39e10c0 100644 --- a/clients/client-cloudwatch-logs/commands/DescribeSubscriptionFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DescribeSubscriptionFiltersCommand.ts @@ -26,7 +26,7 @@ export interface DescribeSubscriptionFiltersCommandOutput *

Lists the subscription filters for the specified log group. You can list all the subscription filters or filter the results by prefix. * The results are ASCII-sorted by filter name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DescribeSubscriptionFiltersCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DescribeSubscriptionFiltersCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/DisassociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/commands/DisassociateKmsKeyCommand.ts index 0369f6b40e18..7789b7b02f4a 100644 --- a/clients/client-cloudwatch-logs/commands/DisassociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/commands/DisassociateKmsKeyCommand.ts @@ -26,7 +26,7 @@ export interface DisassociateKmsKeyCommandOutput extends __MetadataBearer {} * All previously ingested data remains encrypted, and AWS CloudWatch Logs requires permissions for the CMK whenever the encrypted data is requested.

*

Note that it can take up to 5 minutes for this operation to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, DisassociateKmsKeyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, DisassociateKmsKeyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/FilterLogEventsCommand.ts b/clients/client-cloudwatch-logs/commands/FilterLogEventsCommand.ts index f7c31ffc7182..750f2ae9d58e 100644 --- a/clients/client-cloudwatch-logs/commands/FilterLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/FilterLogEventsCommand.ts @@ -31,7 +31,7 @@ export interface FilterLogEventsCommandOutput extends FilterLogEventsResponse, _ *

The returned log events are sorted by event timestamp, the timestamp when the event was ingested * by CloudWatch Logs, and the ID of the PutLogEvents request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, FilterLogEventsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, FilterLogEventsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/GetLogEventsCommand.ts b/clients/client-cloudwatch-logs/commands/GetLogEventsCommand.ts index 8f434d655ab8..514389cb2dcf 100644 --- a/clients/client-cloudwatch-logs/commands/GetLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/GetLogEventsCommand.ts @@ -28,7 +28,7 @@ export interface GetLogEventsCommandOutput extends GetLogEventsResponse, __Metad * You can get additional log events by specifying one of the tokens in a subsequent call. * This operation can return empty results while there are more log events available through the token.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, GetLogEventsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, GetLogEventsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/GetLogGroupFieldsCommand.ts b/clients/client-cloudwatch-logs/commands/GetLogGroupFieldsCommand.ts index 00cab8765621..00de9b7ae224 100644 --- a/clients/client-cloudwatch-logs/commands/GetLogGroupFieldsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/GetLogGroupFieldsCommand.ts @@ -30,7 +30,7 @@ export interface GetLogGroupFieldsCommandOutput extends GetLogGroupFieldsRespons *

The response results are sorted by the frequency percentage, starting * with the highest percentage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, GetLogGroupFieldsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, GetLogGroupFieldsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/GetLogRecordCommand.ts b/clients/client-cloudwatch-logs/commands/GetLogRecordCommand.ts index ff3b06bdb9eb..2f1ec885590c 100644 --- a/clients/client-cloudwatch-logs/commands/GetLogRecordCommand.ts +++ b/clients/client-cloudwatch-logs/commands/GetLogRecordCommand.ts @@ -26,7 +26,7 @@ export interface GetLogRecordCommandOutput extends GetLogRecordResponse, __Metad * subset of fields. Fields are returned as field name/field value pairs.

*

The full unparsed log event is returned within @message.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, GetLogRecordCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, GetLogRecordCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/GetQueryResultsCommand.ts b/clients/client-cloudwatch-logs/commands/GetQueryResultsCommand.ts index 62c05e7b3169..ee3387f0adf9 100644 --- a/clients/client-cloudwatch-logs/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/GetQueryResultsCommand.ts @@ -33,7 +33,7 @@ export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, _ * returns only partial results. If you see a value of Scheduled or Running for the status, * you can retry the operation later to see the final results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, GetQueryResultsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, GetQueryResultsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/commands/ListTagsLogGroupCommand.ts index 861bcfb723f1..b86fc23abbc6 100644 --- a/clients/client-cloudwatch-logs/commands/ListTagsLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/commands/ListTagsLogGroupCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsLogGroupCommandOutput extends ListTagsLogGroupResponse, /** *

Lists the tags for the specified log group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, ListTagsLogGroupCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, ListTagsLogGroupCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutDestinationCommand.ts b/clients/client-cloudwatch-logs/commands/PutDestinationCommand.ts index 6c82a55f1451..7edb6c4d1f3a 100644 --- a/clients/client-cloudwatch-logs/commands/PutDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutDestinationCommand.ts @@ -32,7 +32,7 @@ export interface PutDestinationCommandOutput extends PutDestinationResponse, __M *

To perform a PutDestination operation, you must also have the * iam:PassRole permission.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutDestinationCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutDestinationCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/commands/PutDestinationPolicyCommand.ts index 89ce26dcf8d6..59afe6e449a4 100644 --- a/clients/client-cloudwatch-logs/commands/PutDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutDestinationPolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutDestinationPolicyCommandOutput extends __MetadataBearer {} * destination. An access policy is an IAM policy document that is used * to authorize claims to register a subscription filter against a given destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutDestinationPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutDestinationPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutLogEventsCommand.ts b/clients/client-cloudwatch-logs/commands/PutLogEventsCommand.ts index f1ba51867394..a651a935dbcf 100644 --- a/clients/client-cloudwatch-logs/commands/PutLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutLogEventsCommand.ts @@ -60,7 +60,7 @@ export interface PutLogEventsCommandOutput extends PutLogEventsResponse, __Metad * *

If a call to PutLogEvents returns "UnrecognizedClientException" the most likely cause is an invalid AWS access key ID or secret key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutLogEventsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutLogEventsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutMetricFilterCommand.ts b/clients/client-cloudwatch-logs/commands/PutMetricFilterCommand.ts index 65fcb5b97dc8..685ad3dea77c 100644 --- a/clients/client-cloudwatch-logs/commands/PutMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutMetricFilterCommand.ts @@ -27,7 +27,7 @@ export interface PutMetricFilterCommandOutput extends __MetadataBearer {} *

The maximum number of metric filters that can be associated with a log group is * 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutMetricFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutMetricFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/commands/PutQueryDefinitionCommand.ts index b486b01ebcb1..2093afab11e6 100644 --- a/clients/client-cloudwatch-logs/commands/PutQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutQueryDefinitionCommand.ts @@ -34,7 +34,7 @@ export interface PutQueryDefinitionCommandOutput extends PutQueryDefinitionRespo *

You must have the logs:PutQueryDefinition permission to be able to perform * this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutQueryDefinitionCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutQueryDefinitionCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/commands/PutResourcePolicyCommand.ts index 45de73d562e5..88bfa38ba42d 100644 --- a/clients/client-cloudwatch-logs/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutResourcePolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons * this account, such as Amazon Route 53. An account can have up to 10 resource policies per AWS * Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutResourcePolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutResourcePolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/commands/PutRetentionPolicyCommand.ts index 0e12c8ee596f..54ec818f9da3 100644 --- a/clients/client-cloudwatch-logs/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutRetentionPolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutRetentionPolicyCommandOutput extends __MetadataBearer {} * configure the number of days for which to retain log events in the specified log * group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutRetentionPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutRetentionPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/PutSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/commands/PutSubscriptionFilterCommand.ts index 0ea463a1b8bb..2822caffcc5b 100644 --- a/clients/client-cloudwatch-logs/commands/PutSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/commands/PutSubscriptionFilterCommand.ts @@ -52,7 +52,7 @@ export interface PutSubscriptionFilterCommandOutput extends __MetadataBearer {} *

To perform a PutSubscriptionFilter operation, you must also have the * iam:PassRole permission.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, PutSubscriptionFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, PutSubscriptionFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/StartQueryCommand.ts b/clients/client-cloudwatch-logs/commands/StartQueryCommand.ts index 77d93f77d559..522fd22bfca1 100644 --- a/clients/client-cloudwatch-logs/commands/StartQueryCommand.ts +++ b/clients/client-cloudwatch-logs/commands/StartQueryCommand.ts @@ -28,7 +28,7 @@ export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataB *

Queries time out after 15 minutes of execution. If your queries are timing out, reduce the * time range being searched or partition your query into a number of queries.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, StartQueryCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, StartQueryCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/StopQueryCommand.ts b/clients/client-cloudwatch-logs/commands/StopQueryCommand.ts index 07f3d8e2df2e..b3764a9fe8ce 100644 --- a/clients/client-cloudwatch-logs/commands/StopQueryCommand.ts +++ b/clients/client-cloudwatch-logs/commands/StopQueryCommand.ts @@ -21,7 +21,7 @@ export interface StopQueryCommandOutput extends StopQueryResponse, __MetadataBea *

Stops a CloudWatch Logs Insights query that is in progress. If the query has already ended, the operation * returns an error indicating that the specified query is not running.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, StopQueryCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, StopQueryCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/commands/TagLogGroupCommand.ts index a4d46e29f334..2470487549fa 100644 --- a/clients/client-cloudwatch-logs/commands/TagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/commands/TagLogGroupCommand.ts @@ -27,7 +27,7 @@ export interface TagLogGroupCommandOutput extends __MetadataBearer {} *

For more information about tags, see Tag Log Groups in Amazon CloudWatch Logs * in the Amazon CloudWatch Logs User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, TagLogGroupCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, TagLogGroupCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/TestMetricFilterCommand.ts b/clients/client-cloudwatch-logs/commands/TestMetricFilterCommand.ts index ba2406b55560..85ca5d415e65 100644 --- a/clients/client-cloudwatch-logs/commands/TestMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/commands/TestMetricFilterCommand.ts @@ -24,7 +24,7 @@ export interface TestMetricFilterCommandOutput extends TestMetricFilterResponse, *

Tests the filter pattern of a metric filter against a sample of log event messages. You * can use this operation to validate the correctness of a metric filter pattern.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, TestMetricFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, TestMetricFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch-logs/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/commands/UntagLogGroupCommand.ts index e8b60b6a014b..e3d6ec5c59e0 100644 --- a/clients/client-cloudwatch-logs/commands/UntagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/commands/UntagLogGroupCommand.ts @@ -25,7 +25,7 @@ export interface UntagLogGroupCommandOutput extends __MetadataBearer {} *

To list the tags for a log group, use ListTagsLogGroup. * To add tags, use TagLogGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchLogsClient, UntagLogGroupCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import * // const { CloudWatchLogsClient, UntagLogGroupCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DeleteAlarmsCommand.ts b/clients/client-cloudwatch/commands/DeleteAlarmsCommand.ts index 991402e757dc..83724d7eed72 100644 --- a/clients/client-cloudwatch/commands/DeleteAlarmsCommand.ts +++ b/clients/client-cloudwatch/commands/DeleteAlarmsCommand.ts @@ -35,7 +35,7 @@ export interface DeleteAlarmsCommandOutput extends __MetadataBearer {} *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DeleteAlarmsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DeleteAlarmsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-cloudwatch/commands/DeleteAnomalyDetectorCommand.ts index 6ea8f3d92ca9..6be46f8ecd5c 100644 --- a/clients/client-cloudwatch/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/commands/DeleteAnomalyDetectorCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAnomalyDetectorCommandOutput extends DeleteAnomalyDetecto /** *

Deletes the specified anomaly detection model from your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DeleteAnomalyDetectorCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DeleteAnomalyDetectorCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DeleteDashboardsCommand.ts b/clients/client-cloudwatch/commands/DeleteDashboardsCommand.ts index 55601f6870d8..4221bd01fe9c 100644 --- a/clients/client-cloudwatch/commands/DeleteDashboardsCommand.ts +++ b/clients/client-cloudwatch/commands/DeleteDashboardsCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDashboardsCommandOutput extends DeleteDashboardsOutput, _ * can specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DeleteDashboardsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DeleteDashboardsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DeleteInsightRulesCommand.ts b/clients/client-cloudwatch/commands/DeleteInsightRulesCommand.ts index 9cf1e7d2b47c..4211945e1f7f 100644 --- a/clients/client-cloudwatch/commands/DeleteInsightRulesCommand.ts +++ b/clients/client-cloudwatch/commands/DeleteInsightRulesCommand.ts @@ -26,7 +26,7 @@ export interface DeleteInsightRulesCommandOutput extends DeleteInsightRulesOutpu * the rule was created might * not be available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DeleteInsightRulesCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DeleteInsightRulesCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DeleteMetricStreamCommand.ts b/clients/client-cloudwatch/commands/DeleteMetricStreamCommand.ts index ea749ba51ad6..c8e0ab25e5db 100644 --- a/clients/client-cloudwatch/commands/DeleteMetricStreamCommand.ts +++ b/clients/client-cloudwatch/commands/DeleteMetricStreamCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMetricStreamCommandOutput extends DeleteMetricStreamOutpu /** *

Permanently deletes the metric stream that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DeleteMetricStreamCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DeleteMetricStreamCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DescribeAlarmHistoryCommand.ts b/clients/client-cloudwatch/commands/DescribeAlarmHistoryCommand.ts index 4e376e88531b..731d35352d98 100644 --- a/clients/client-cloudwatch/commands/DescribeAlarmHistoryCommand.ts +++ b/clients/client-cloudwatch/commands/DescribeAlarmHistoryCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAlarmHistoryCommandOutput extends DescribeAlarmHistoryO * If an alarm name is not specified, the histories for either all metric alarms or all composite alarms are returned.

*

CloudWatch retains the history of an alarm even if you delete the alarm.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DescribeAlarmHistoryCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DescribeAlarmHistoryCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DescribeAlarmsCommand.ts b/clients/client-cloudwatch/commands/DescribeAlarmsCommand.ts index e5c6bf536550..43adfa185a89 100644 --- a/clients/client-cloudwatch/commands/DescribeAlarmsCommand.ts +++ b/clients/client-cloudwatch/commands/DescribeAlarmsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAlarmsCommandOutput extends DescribeAlarmsOutput, __Met *

Retrieves the specified alarms. You can filter the results by specifying a prefix for the alarm * name, the alarm state, or a prefix for any action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DescribeAlarmsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DescribeAlarmsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DescribeAlarmsForMetricCommand.ts b/clients/client-cloudwatch/commands/DescribeAlarmsForMetricCommand.ts index 7aea33cb10d3..e6027b770cf8 100644 --- a/clients/client-cloudwatch/commands/DescribeAlarmsForMetricCommand.ts +++ b/clients/client-cloudwatch/commands/DescribeAlarmsForMetricCommand.ts @@ -27,7 +27,7 @@ export interface DescribeAlarmsForMetricCommandOutput extends DescribeAlarmsForM * the specified metric. It does not return alarms based on math expressions that * use the specified metric, or composite alarms that use the specified metric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DescribeAlarmsForMetricCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DescribeAlarmsForMetricCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DescribeAnomalyDetectorsCommand.ts b/clients/client-cloudwatch/commands/DescribeAnomalyDetectorsCommand.ts index e6baca738b17..f03534da441c 100644 --- a/clients/client-cloudwatch/commands/DescribeAnomalyDetectorsCommand.ts +++ b/clients/client-cloudwatch/commands/DescribeAnomalyDetectorsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAnomalyDetectorsCommandOutput extends DescribeAnomalyDe * models in your account or filter the results to only the models that are related to a * certain namespace, metric name, or metric dimension.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DescribeAnomalyDetectorsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DescribeAnomalyDetectorsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DescribeInsightRulesCommand.ts b/clients/client-cloudwatch/commands/DescribeInsightRulesCommand.ts index 7bbc72d346e1..c7678225a412 100644 --- a/clients/client-cloudwatch/commands/DescribeInsightRulesCommand.ts +++ b/clients/client-cloudwatch/commands/DescribeInsightRulesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeInsightRulesCommandOutput extends DescribeInsightRulesO *

For more information about Contributor Insights, see * Using Contributor Insights to Analyze High-Cardinality Data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DescribeInsightRulesCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DescribeInsightRulesCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DisableAlarmActionsCommand.ts b/clients/client-cloudwatch/commands/DisableAlarmActionsCommand.ts index 950cbd910fe3..71e33e8b2b81 100644 --- a/clients/client-cloudwatch/commands/DisableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/commands/DisableAlarmActionsCommand.ts @@ -24,7 +24,7 @@ export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {} *

Disables the actions for the specified alarms. When an alarm's actions are disabled, the * alarm actions do not execute when the alarm state changes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DisableAlarmActionsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DisableAlarmActionsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/DisableInsightRulesCommand.ts b/clients/client-cloudwatch/commands/DisableInsightRulesCommand.ts index f330b13bc570..87deab7ef6d6 100644 --- a/clients/client-cloudwatch/commands/DisableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/commands/DisableInsightRulesCommand.ts @@ -24,7 +24,7 @@ export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOut *

Disables the specified Contributor Insights rules. When rules are disabled, they do not analyze log groups and do * not incur costs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, DisableInsightRulesCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, DisableInsightRulesCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/EnableAlarmActionsCommand.ts b/clients/client-cloudwatch/commands/EnableAlarmActionsCommand.ts index 0ab2cfc22704..696a3c824f7b 100644 --- a/clients/client-cloudwatch/commands/EnableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/commands/EnableAlarmActionsCommand.ts @@ -23,7 +23,7 @@ export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {} /** *

Enables the actions for the specified alarms.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, EnableAlarmActionsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, EnableAlarmActionsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/EnableInsightRulesCommand.ts b/clients/client-cloudwatch/commands/EnableInsightRulesCommand.ts index 9262b68b7280..4bb9169c7c4f 100644 --- a/clients/client-cloudwatch/commands/EnableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/commands/EnableInsightRulesCommand.ts @@ -23,7 +23,7 @@ export interface EnableInsightRulesCommandOutput extends EnableInsightRulesOutpu /** *

Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, EnableInsightRulesCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, EnableInsightRulesCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/GetDashboardCommand.ts b/clients/client-cloudwatch/commands/GetDashboardCommand.ts index 47c6bda5f010..1785ca461495 100644 --- a/clients/client-cloudwatch/commands/GetDashboardCommand.ts +++ b/clients/client-cloudwatch/commands/GetDashboardCommand.ts @@ -23,7 +23,7 @@ export interface GetDashboardCommandOutput extends GetDashboardOutput, __Metadat * within DashboardBody as the template for the new dashboard when you call PutDashboard to create * the copy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, GetDashboardCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, GetDashboardCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/GetInsightRuleReportCommand.ts b/clients/client-cloudwatch/commands/GetInsightRuleReportCommand.ts index 932882d64b3f..c11076a160e1 100644 --- a/clients/client-cloudwatch/commands/GetInsightRuleReportCommand.ts +++ b/clients/client-cloudwatch/commands/GetInsightRuleReportCommand.ts @@ -59,7 +59,7 @@ export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportO * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, GetInsightRuleReportCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, GetInsightRuleReportCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/GetMetricDataCommand.ts b/clients/client-cloudwatch/commands/GetMetricDataCommand.ts index dcb866bc68d4..7ee779c7b44f 100644 --- a/clients/client-cloudwatch/commands/GetMetricDataCommand.ts +++ b/clients/client-cloudwatch/commands/GetMetricDataCommand.ts @@ -58,7 +58,7 @@ export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __Metad * when the data was reported to CloudWatch. If you specify a unit, the operation returns only data that was collected with that unit specified. * If you specify a unit that does not match the data collected, the results of the operation are null. CloudWatch does not perform unit conversions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, GetMetricDataCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, GetMetricDataCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/GetMetricStatisticsCommand.ts b/clients/client-cloudwatch/commands/GetMetricStatisticsCommand.ts index f994eaa4a673..3850f432da84 100644 --- a/clients/client-cloudwatch/commands/GetMetricStatisticsCommand.ts +++ b/clients/client-cloudwatch/commands/GetMetricStatisticsCommand.ts @@ -74,7 +74,7 @@ export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOut * Amazon CloudWatch Metrics and Dimensions Reference in the * Amazon CloudWatch User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, GetMetricStatisticsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, GetMetricStatisticsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/GetMetricStreamCommand.ts b/clients/client-cloudwatch/commands/GetMetricStreamCommand.ts index 9a88b36af71c..9590f781b78d 100644 --- a/clients/client-cloudwatch/commands/GetMetricStreamCommand.ts +++ b/clients/client-cloudwatch/commands/GetMetricStreamCommand.ts @@ -23,7 +23,7 @@ export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __M /** *

Returns information about the metric stream that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, GetMetricStreamCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, GetMetricStreamCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/GetMetricWidgetImageCommand.ts b/clients/client-cloudwatch/commands/GetMetricWidgetImageCommand.ts index bea3df5132a3..f1c518b090d1 100644 --- a/clients/client-cloudwatch/commands/GetMetricWidgetImageCommand.ts +++ b/clients/client-cloudwatch/commands/GetMetricWidgetImageCommand.ts @@ -40,7 +40,7 @@ export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageO * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, GetMetricWidgetImageCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, GetMetricWidgetImageCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/ListDashboardsCommand.ts b/clients/client-cloudwatch/commands/ListDashboardsCommand.ts index f7bbccf3d0d8..024ef210e6db 100644 --- a/clients/client-cloudwatch/commands/ListDashboardsCommand.ts +++ b/clients/client-cloudwatch/commands/ListDashboardsCommand.ts @@ -31,7 +31,7 @@ export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __Met * include the value you received for NextToken in the first call, to receive * the next 1000 results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, ListDashboardsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, ListDashboardsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/ListMetricStreamsCommand.ts b/clients/client-cloudwatch/commands/ListMetricStreamsCommand.ts index c395a2760932..157b4a1ede8b 100644 --- a/clients/client-cloudwatch/commands/ListMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/commands/ListMetricStreamsCommand.ts @@ -23,7 +23,7 @@ export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput, /** *

Returns a list of metric streams in this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, ListMetricStreamsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, ListMetricStreamsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/ListMetricsCommand.ts b/clients/client-cloudwatch/commands/ListMetricsCommand.ts index c3acddc1b082..20b8832c4176 100644 --- a/clients/client-cloudwatch/commands/ListMetricsCommand.ts +++ b/clients/client-cloudwatch/commands/ListMetricsCommand.ts @@ -33,7 +33,7 @@ export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataB * GetMetricData or * GetMetricStatistics.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, ListMetricsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, ListMetricsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch/commands/ListTagsForResourceCommand.ts index 707d25ad5df1..93b023e598a9 100644 --- a/clients/client-cloudwatch/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut *

Displays the tags associated with a CloudWatch resource. Currently, alarms * and Contributor Insights rules support tagging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, ListTagsForResourceCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/PutAnomalyDetectorCommand.ts b/clients/client-cloudwatch/commands/PutAnomalyDetectorCommand.ts index 9d924ec23e70..08b19e563d5d 100644 --- a/clients/client-cloudwatch/commands/PutAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/commands/PutAnomalyDetectorCommand.ts @@ -25,7 +25,7 @@ export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutpu * to display a band of expected normal values when the metric is graphed.

*

For more information, see CloudWatch Anomaly Detection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, PutAnomalyDetectorCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, PutAnomalyDetectorCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/PutCompositeAlarmCommand.ts b/clients/client-cloudwatch/commands/PutCompositeAlarmCommand.ts index e7edef9dfe53..311c41ac71ba 100644 --- a/clients/client-cloudwatch/commands/PutCompositeAlarmCommand.ts +++ b/clients/client-cloudwatch/commands/PutCompositeAlarmCommand.ts @@ -58,7 +58,7 @@ export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {} *

If you are an IAM user, you must have iam:CreateServiceLinkedRole to create * a composite alarm that has Systems Manager OpsItem actions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, PutCompositeAlarmCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, PutCompositeAlarmCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/PutDashboardCommand.ts b/clients/client-cloudwatch/commands/PutDashboardCommand.ts index fcdfc8edf834..2cd2d70eff31 100644 --- a/clients/client-cloudwatch/commands/PutDashboardCommand.ts +++ b/clients/client-cloudwatch/commands/PutDashboardCommand.ts @@ -33,7 +33,7 @@ export interface PutDashboardCommandOutput extends PutDashboardOutput, __Metadat * of the DashboardBody script or the CloudFormation template used to create the * dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, PutDashboardCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, PutDashboardCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/PutInsightRuleCommand.ts b/clients/client-cloudwatch/commands/PutInsightRuleCommand.ts index 84cafd72b459..96d6af6704dc 100644 --- a/clients/client-cloudwatch/commands/PutInsightRuleCommand.ts +++ b/clients/client-cloudwatch/commands/PutInsightRuleCommand.ts @@ -27,7 +27,7 @@ export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __Met *

If you create a rule, delete it, and then re-create it with the same name, historical data from the first time * the rule was created might not be available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, PutInsightRuleCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, PutInsightRuleCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/PutMetricAlarmCommand.ts b/clients/client-cloudwatch/commands/PutMetricAlarmCommand.ts index cffd994eec48..4c8342bbbf5d 100644 --- a/clients/client-cloudwatch/commands/PutMetricAlarmCommand.ts +++ b/clients/client-cloudwatch/commands/PutMetricAlarmCommand.ts @@ -56,7 +56,7 @@ export interface PutMetricAlarmCommandOutput extends __MetadataBearer {} * AWSServiceRoleForCloudWatchAlarms_ActionSSM. * For more information, see AWS service-linked role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, PutMetricAlarmCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, PutMetricAlarmCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/PutMetricDataCommand.ts b/clients/client-cloudwatch/commands/PutMetricDataCommand.ts index 993c0462ee32..7610d9fd1e1b 100644 --- a/clients/client-cloudwatch/commands/PutMetricDataCommand.ts +++ b/clients/client-cloudwatch/commands/PutMetricDataCommand.ts @@ -67,7 +67,7 @@ export interface PutMetricDataCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, PutMetricDataCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, PutMetricDataCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/PutMetricStreamCommand.ts b/clients/client-cloudwatch/commands/PutMetricStreamCommand.ts index c301b8eb8457..0462648a47a8 100644 --- a/clients/client-cloudwatch/commands/PutMetricStreamCommand.ts +++ b/clients/client-cloudwatch/commands/PutMetricStreamCommand.ts @@ -50,7 +50,7 @@ export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __M * is created in the running state. If you use it to update an existing stream, * the state of the stream is not changed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, PutMetricStreamCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, PutMetricStreamCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/SetAlarmStateCommand.ts b/clients/client-cloudwatch/commands/SetAlarmStateCommand.ts index a2bfd9110d89..5f71db92fa1c 100644 --- a/clients/client-cloudwatch/commands/SetAlarmStateCommand.ts +++ b/clients/client-cloudwatch/commands/SetAlarmStateCommand.ts @@ -38,7 +38,7 @@ export interface SetAlarmStateCommandOutput extends __MetadataBearer {} *

If an alarm triggers EC2 Auto Scaling policies or application Auto Scaling policies, you must include * information in the StateReasonData parameter to enable the policy to take the correct action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, SetAlarmStateCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, SetAlarmStateCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/StartMetricStreamsCommand.ts b/clients/client-cloudwatch/commands/StartMetricStreamsCommand.ts index 73f26df6a291..cdb5b53a35c4 100644 --- a/clients/client-cloudwatch/commands/StartMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/commands/StartMetricStreamsCommand.ts @@ -23,7 +23,7 @@ export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutpu /** *

Starts the streaming of metrics for one or more of your metric streams.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, StartMetricStreamsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, StartMetricStreamsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/StopMetricStreamsCommand.ts b/clients/client-cloudwatch/commands/StopMetricStreamsCommand.ts index f1d177fb701a..0f9fd2d77fbb 100644 --- a/clients/client-cloudwatch/commands/StopMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/commands/StopMetricStreamsCommand.ts @@ -23,7 +23,7 @@ export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, /** *

Stops the streaming of metrics for one or more of your metric streams.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, StopMetricStreamsCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, StopMetricStreamsCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/TagResourceCommand.ts b/clients/client-cloudwatch/commands/TagResourceCommand.ts index e5ab347e9c5a..ff31f8a43b43 100644 --- a/clients/client-cloudwatch/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch/commands/TagResourceCommand.ts @@ -30,7 +30,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB * the previous value for that tag.

*

You can associate as many as 50 tags with a CloudWatch resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, TagResourceCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, TagResourceCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-cloudwatch/commands/UntagResourceCommand.ts b/clients/client-cloudwatch/commands/UntagResourceCommand.ts index b0614608d5a9..072a7e25d533 100644 --- a/clients/client-cloudwatch/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Removes one or more tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CloudWatchClient, UntagResourceCommand } from "@aws-sdk/client-cloudwatch"; // ES Modules import * // const { CloudWatchClient, UntagResourceCommand } = require("@aws-sdk/client-cloudwatch"); // CommonJS import diff --git a/clients/client-codeartifact/commands/AssociateExternalConnectionCommand.ts b/clients/client-codeartifact/commands/AssociateExternalConnectionCommand.ts index e00ae7a27441..db996d3759c2 100644 --- a/clients/client-codeartifact/commands/AssociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/commands/AssociateExternalConnectionCommand.ts @@ -27,7 +27,7 @@ export interface AssociateExternalConnectionCommandOutput extends AssociateExter *

A repository can have one or more upstream repositories, or an external connection.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, AssociateExternalConnectionCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, AssociateExternalConnectionCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/CopyPackageVersionsCommand.ts b/clients/client-codeartifact/commands/CopyPackageVersionsCommand.ts index 79dcc9e50223..df62c639ac1b 100644 --- a/clients/client-codeartifact/commands/CopyPackageVersionsCommand.ts +++ b/clients/client-codeartifact/commands/CopyPackageVersionsCommand.ts @@ -30,7 +30,7 @@ export interface CopyPackageVersionsCommandOutput extends CopyPackageVersionsRes *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, CopyPackageVersionsCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, CopyPackageVersionsCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/CreateDomainCommand.ts b/clients/client-codeartifact/commands/CreateDomainCommand.ts index 6ddc3fc2480e..94921b0081c5 100644 --- a/clients/client-codeartifact/commands/CreateDomainCommand.ts +++ b/clients/client-codeartifact/commands/CreateDomainCommand.ts @@ -33,7 +33,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResult, __Metadat * pre-production domain to test changes to the production domain configuration. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, CreateDomainCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, CreateDomainCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/CreateRepositoryCommand.ts b/clients/client-codeartifact/commands/CreateRepositoryCommand.ts index bcd796a31ba8..1dcc15376d80 100644 --- a/clients/client-codeartifact/commands/CreateRepositoryCommand.ts +++ b/clients/client-codeartifact/commands/CreateRepositoryCommand.ts @@ -25,7 +25,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryResult, _ * Creates a repository. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, CreateRepositoryCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, CreateRepositoryCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DeleteDomainCommand.ts b/clients/client-codeartifact/commands/DeleteDomainCommand.ts index 43d5cfd028f9..2fdf19d56d57 100644 --- a/clients/client-codeartifact/commands/DeleteDomainCommand.ts +++ b/clients/client-codeartifact/commands/DeleteDomainCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResult, __Metadat * with repositories, first delete its repositories. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DeleteDomainCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DeleteDomainCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DeleteDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/commands/DeleteDomainPermissionsPolicyCommand.ts index e26237c99403..52a0e49777da 100644 --- a/clients/client-codeartifact/commands/DeleteDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/commands/DeleteDomainPermissionsPolicyCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDomainPermissionsPolicyCommandOutput * Deletes the resource policy set on a domain. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DeleteDomainPermissionsPolicyCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DeleteDomainPermissionsPolicyCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DeletePackageVersionsCommand.ts b/clients/client-codeartifact/commands/DeletePackageVersionsCommand.ts index 34731f7b8648..a6fa02cc2a74 100644 --- a/clients/client-codeartifact/commands/DeletePackageVersionsCommand.ts +++ b/clients/client-codeartifact/commands/DeletePackageVersionsCommand.ts @@ -27,7 +27,7 @@ export interface DeletePackageVersionsCommandOutput extends DeletePackageVersion * downloaded from a repository and don't show up with list package APIs (for example, * ListackageVersions), but you can restore them using UpdatePackageVersionsStatus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DeletePackageVersionsCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DeletePackageVersionsCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DeleteRepositoryCommand.ts b/clients/client-codeartifact/commands/DeleteRepositoryCommand.ts index e68e3296ba69..37bfc7bb9010 100644 --- a/clients/client-codeartifact/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codeartifact/commands/DeleteRepositoryCommand.ts @@ -25,7 +25,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResult, _ * Deletes a repository. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DeleteRepositoryCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DeleteRepositoryCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DeleteRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/commands/DeleteRepositoryPermissionsPolicyCommand.ts index 50712a5c43a6..7427bd1da9e1 100644 --- a/clients/client-codeartifact/commands/DeleteRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/commands/DeleteRepositoryPermissionsPolicyCommand.ts @@ -34,7 +34,7 @@ export interface DeleteRepositoryPermissionsPolicyCommandOutput *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DeleteRepositoryPermissionsPolicyCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DeleteRepositoryPermissionsPolicyCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DescribeDomainCommand.ts b/clients/client-codeartifact/commands/DescribeDomainCommand.ts index e30ce9892040..9ad7d5a5a861 100644 --- a/clients/client-codeartifact/commands/DescribeDomainCommand.ts +++ b/clients/client-codeartifact/commands/DescribeDomainCommand.ts @@ -29,7 +29,7 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResult, __Met * object that contains information about the requested domain. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DescribeDomainCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DescribeDomainCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DescribePackageVersionCommand.ts b/clients/client-codeartifact/commands/DescribePackageVersionCommand.ts index b266d4946d51..0cd5a91091ba 100644 --- a/clients/client-codeartifact/commands/DescribePackageVersionCommand.ts +++ b/clients/client-codeartifact/commands/DescribePackageVersionCommand.ts @@ -29,7 +29,7 @@ export interface DescribePackageVersionCommandOutput extends DescribePackageVers * object that contains information about the requested package version. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DescribePackageVersionCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DescribePackageVersionCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DescribeRepositoryCommand.ts b/clients/client-codeartifact/commands/DescribeRepositoryCommand.ts index f2cdfcdb5a47..378430f95d0f 100644 --- a/clients/client-codeartifact/commands/DescribeRepositoryCommand.ts +++ b/clients/client-codeartifact/commands/DescribeRepositoryCommand.ts @@ -26,7 +26,7 @@ export interface DescribeRepositoryCommandOutput extends DescribeRepositoryResul * about the requested repository. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DescribeRepositoryCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DescribeRepositoryCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DisassociateExternalConnectionCommand.ts b/clients/client-codeartifact/commands/DisassociateExternalConnectionCommand.ts index 91c1be11afa0..c2fb3caf3ce1 100644 --- a/clients/client-codeartifact/commands/DisassociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/commands/DisassociateExternalConnectionCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateExternalConnectionCommandOutput * Removes an existing external connection from a repository. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DisassociateExternalConnectionCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DisassociateExternalConnectionCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/DisposePackageVersionsCommand.ts b/clients/client-codeartifact/commands/DisposePackageVersionsCommand.ts index 4aa3e2a2ab0c..0b7fda4dc5b2 100644 --- a/clients/client-codeartifact/commands/DisposePackageVersionsCommand.ts +++ b/clients/client-codeartifact/commands/DisposePackageVersionsCommand.ts @@ -42,7 +42,7 @@ export interface DisposePackageVersionsCommandOutput extends DisposePackageVersi * .. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, DisposePackageVersionsCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, DisposePackageVersionsCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/GetAuthorizationTokenCommand.ts b/clients/client-codeartifact/commands/GetAuthorizationTokenCommand.ts index 229b9790a283..53fd9a6a1bf7 100644 --- a/clients/client-codeartifact/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-codeartifact/commands/GetAuthorizationTokenCommand.ts @@ -43,7 +43,7 @@ export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationToke * for more information on controlling session duration.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, GetAuthorizationTokenCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, GetAuthorizationTokenCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/GetDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/commands/GetDomainPermissionsPolicyCommand.ts index c78e57f1aa8b..e55a68e7e719 100644 --- a/clients/client-codeartifact/commands/GetDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/commands/GetDomainPermissionsPolicyCommand.ts @@ -32,7 +32,7 @@ export interface GetDomainPermissionsPolicyCommandOutput extends GetDomainPermis *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, GetDomainPermissionsPolicyCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, GetDomainPermissionsPolicyCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/GetPackageVersionAssetCommand.ts b/clients/client-codeartifact/commands/GetPackageVersionAssetCommand.ts index 068b95b57253..f7f5a74e78b8 100644 --- a/clients/client-codeartifact/commands/GetPackageVersionAssetCommand.ts +++ b/clients/client-codeartifact/commands/GetPackageVersionAssetCommand.ts @@ -27,7 +27,7 @@ export interface GetPackageVersionAssetCommandOutput extends GetPackageVersionAs * or any other assets in the package version. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, GetPackageVersionAssetCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, GetPackageVersionAssetCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/GetPackageVersionReadmeCommand.ts b/clients/client-codeartifact/commands/GetPackageVersionReadmeCommand.ts index e3f97544898f..e9cc6b5362bb 100644 --- a/clients/client-codeartifact/commands/GetPackageVersionReadmeCommand.ts +++ b/clients/client-codeartifact/commands/GetPackageVersionReadmeCommand.ts @@ -30,7 +30,7 @@ export interface GetPackageVersionReadmeCommandOutput extends GetPackageVersionR * The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, GetPackageVersionReadmeCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, GetPackageVersionReadmeCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/GetRepositoryEndpointCommand.ts b/clients/client-codeartifact/commands/GetRepositoryEndpointCommand.ts index 9b4dc7feec04..d7c9fe14124e 100644 --- a/clients/client-codeartifact/commands/GetRepositoryEndpointCommand.ts +++ b/clients/client-codeartifact/commands/GetRepositoryEndpointCommand.ts @@ -43,7 +43,7 @@ export interface GetRepositoryEndpointCommandOutput extends GetRepositoryEndpoin * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, GetRepositoryEndpointCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, GetRepositoryEndpointCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/GetRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/commands/GetRepositoryPermissionsPolicyCommand.ts index 3abd13270567..7748d3384106 100644 --- a/clients/client-codeartifact/commands/GetRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/commands/GetRepositoryPermissionsPolicyCommand.ts @@ -27,7 +27,7 @@ export interface GetRepositoryPermissionsPolicyCommandOutput * Returns the resource policy that is set on a repository. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, GetRepositoryPermissionsPolicyCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, GetRepositoryPermissionsPolicyCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListDomainsCommand.ts b/clients/client-codeartifact/commands/ListDomainsCommand.ts index c8918233830a..3a45ac9d9dc9 100644 --- a/clients/client-codeartifact/commands/ListDomainsCommand.ts +++ b/clients/client-codeartifact/commands/ListDomainsCommand.ts @@ -25,7 +25,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResult, __MetadataB * this call. Each returned DomainSummary object contains information about a * domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListDomainsCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListDomainsCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListPackageVersionAssetsCommand.ts b/clients/client-codeartifact/commands/ListPackageVersionAssetsCommand.ts index 9a4d4f3b5433..77d10b38fb53 100644 --- a/clients/client-codeartifact/commands/ListPackageVersionAssetsCommand.ts +++ b/clients/client-codeartifact/commands/ListPackageVersionAssetsCommand.ts @@ -29,7 +29,7 @@ export interface ListPackageVersionAssetsCommandOutput extends ListPackageVersio * objects for assets in a package version. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListPackageVersionAssetsCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListPackageVersionAssetsCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListPackageVersionDependenciesCommand.ts b/clients/client-codeartifact/commands/ListPackageVersionDependenciesCommand.ts index f902e12c0c4c..2f3106ebdc9f 100644 --- a/clients/client-codeartifact/commands/ListPackageVersionDependenciesCommand.ts +++ b/clients/client-codeartifact/commands/ListPackageVersionDependenciesCommand.ts @@ -33,7 +33,7 @@ export interface ListPackageVersionDependenciesCommandOutput * for Maven). Any package version dependencies that are not listed in the configuration file are not returned. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListPackageVersionDependenciesCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListPackageVersionDependenciesCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListPackageVersionsCommand.ts b/clients/client-codeartifact/commands/ListPackageVersionsCommand.ts index 57919ed118a4..6a195c059289 100644 --- a/clients/client-codeartifact/commands/ListPackageVersionsCommand.ts +++ b/clients/client-codeartifact/commands/ListPackageVersionsCommand.ts @@ -29,7 +29,7 @@ export interface ListPackageVersionsCommandOutput extends ListPackageVersionsRes * objects for package versions in a repository that match the request parameters. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListPackageVersionsCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListPackageVersionsCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListPackagesCommand.ts b/clients/client-codeartifact/commands/ListPackagesCommand.ts index 24c5f66a74f5..5f561bb7bce1 100644 --- a/clients/client-codeartifact/commands/ListPackagesCommand.ts +++ b/clients/client-codeartifact/commands/ListPackagesCommand.ts @@ -29,7 +29,7 @@ export interface ListPackagesCommandOutput extends ListPackagesResult, __Metadat * objects for packages in a repository that match the request parameters. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListPackagesCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListPackagesCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListRepositoriesCommand.ts b/clients/client-codeartifact/commands/ListRepositoriesCommand.ts index c36cf6bdd71b..ebd8faf04149 100644 --- a/clients/client-codeartifact/commands/ListRepositoriesCommand.ts +++ b/clients/client-codeartifact/commands/ListRepositoriesCommand.ts @@ -30,7 +30,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesResult, _ * parameters. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListRepositoriesCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListRepositoriesCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListRepositoriesInDomainCommand.ts b/clients/client-codeartifact/commands/ListRepositoriesInDomainCommand.ts index b368a2642af9..a9d875d0defb 100644 --- a/clients/client-codeartifact/commands/ListRepositoriesInDomainCommand.ts +++ b/clients/client-codeartifact/commands/ListRepositoriesInDomainCommand.ts @@ -30,7 +30,7 @@ export interface ListRepositoriesInDomainCommandOutput extends ListRepositoriesI * parameters. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListRepositoriesInDomainCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListRepositoriesInDomainCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/ListTagsForResourceCommand.ts b/clients/client-codeartifact/commands/ListTagsForResourceCommand.ts index 98a71e7492ef..0868e7d158b9 100644 --- a/clients/client-codeartifact/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeartifact/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeArtifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, ListTagsForResourceCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/PutDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/commands/PutDomainPermissionsPolicyCommand.ts index 9122cc61478c..aad54cb5d164 100644 --- a/clients/client-codeartifact/commands/PutDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/commands/PutDomainPermissionsPolicyCommand.ts @@ -30,7 +30,7 @@ export interface PutDomainPermissionsPolicyCommandOutput extends PutDomainPermis * able to update the resource policy. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, PutDomainPermissionsPolicyCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, PutDomainPermissionsPolicyCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/PutRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/commands/PutRepositoryPermissionsPolicyCommand.ts index 1b93c6d59c39..f5f9460f421c 100644 --- a/clients/client-codeartifact/commands/PutRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/commands/PutRepositoryPermissionsPolicyCommand.ts @@ -32,7 +32,7 @@ export interface PutRepositoryPermissionsPolicyCommandOutput * able to update the resource policy. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, PutRepositoryPermissionsPolicyCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, PutRepositoryPermissionsPolicyCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/TagResourceCommand.ts b/clients/client-codeartifact/commands/TagResourceCommand.ts index 3ac769a55e94..07c909202d99 100644 --- a/clients/client-codeartifact/commands/TagResourceCommand.ts +++ b/clients/client-codeartifact/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB /** *

Adds or updates tags for a resource in AWS CodeArtifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, TagResourceCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, TagResourceCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/UntagResourceCommand.ts b/clients/client-codeartifact/commands/UntagResourceCommand.ts index a62165426a8e..f981faad037f 100644 --- a/clients/client-codeartifact/commands/UntagResourceCommand.ts +++ b/clients/client-codeartifact/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad /** *

Removes tags from a resource in AWS CodeArtifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, UntagResourceCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, UntagResourceCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/UpdatePackageVersionsStatusCommand.ts b/clients/client-codeartifact/commands/UpdatePackageVersionsStatusCommand.ts index a93b6a784153..679857f04f9d 100644 --- a/clients/client-codeartifact/commands/UpdatePackageVersionsStatusCommand.ts +++ b/clients/client-codeartifact/commands/UpdatePackageVersionsStatusCommand.ts @@ -25,7 +25,7 @@ export interface UpdatePackageVersionsStatusCommandOutput extends UpdatePackageV * Updates the status of one or more versions of a package. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, UpdatePackageVersionsStatusCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, UpdatePackageVersionsStatusCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codeartifact/commands/UpdateRepositoryCommand.ts b/clients/client-codeartifact/commands/UpdateRepositoryCommand.ts index 25dc38d77765..b5304f8d2b4d 100644 --- a/clients/client-codeartifact/commands/UpdateRepositoryCommand.ts +++ b/clients/client-codeartifact/commands/UpdateRepositoryCommand.ts @@ -25,7 +25,7 @@ export interface UpdateRepositoryCommandOutput extends UpdateRepositoryResult, _ * Update the properties of a repository. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeartifactClient, UpdateRepositoryCommand } from "@aws-sdk/client-codeartifact"; // ES Modules import * // const { CodeartifactClient, UpdateRepositoryCommand } = require("@aws-sdk/client-codeartifact"); // CommonJS import diff --git a/clients/client-codebuild/commands/BatchDeleteBuildsCommand.ts b/clients/client-codebuild/commands/BatchDeleteBuildsCommand.ts index ab2c5bbccaaa..44b1ab89c0e7 100644 --- a/clients/client-codebuild/commands/BatchDeleteBuildsCommand.ts +++ b/clients/client-codebuild/commands/BatchDeleteBuildsCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput, /** *

Deletes one or more builds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, BatchDeleteBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, BatchDeleteBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/BatchGetBuildBatchesCommand.ts b/clients/client-codebuild/commands/BatchGetBuildBatchesCommand.ts index 713befc7318f..35ac0efda115 100644 --- a/clients/client-codebuild/commands/BatchGetBuildBatchesCommand.ts +++ b/clients/client-codebuild/commands/BatchGetBuildBatchesCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO /** *

Retrieves information about one or more batch builds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, BatchGetBuildBatchesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, BatchGetBuildBatchesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/BatchGetBuildsCommand.ts b/clients/client-codebuild/commands/BatchGetBuildsCommand.ts index f6d8a73f506c..02fe389d7ef4 100644 --- a/clients/client-codebuild/commands/BatchGetBuildsCommand.ts +++ b/clients/client-codebuild/commands/BatchGetBuildsCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met /** *

Gets information about one or more builds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, BatchGetBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, BatchGetBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/BatchGetProjectsCommand.ts b/clients/client-codebuild/commands/BatchGetProjectsCommand.ts index de4021c00870..464c88b485c7 100644 --- a/clients/client-codebuild/commands/BatchGetProjectsCommand.ts +++ b/clients/client-codebuild/commands/BatchGetProjectsCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _ /** *

Gets information about one or more build projects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, BatchGetProjectsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, BatchGetProjectsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/BatchGetReportGroupsCommand.ts b/clients/client-codebuild/commands/BatchGetReportGroupsCommand.ts index 9a37762f4b8e..441cfe1c27cd 100644 --- a/clients/client-codebuild/commands/BatchGetReportGroupsCommand.ts +++ b/clients/client-codebuild/commands/BatchGetReportGroupsCommand.ts @@ -25,7 +25,7 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO * Returns an array of report groups. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, BatchGetReportGroupsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, BatchGetReportGroupsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/BatchGetReportsCommand.ts b/clients/client-codebuild/commands/BatchGetReportsCommand.ts index 2f5bfa3c7286..6a313ddeabca 100644 --- a/clients/client-codebuild/commands/BatchGetReportsCommand.ts +++ b/clients/client-codebuild/commands/BatchGetReportsCommand.ts @@ -25,7 +25,7 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M * Returns an array of reports. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, BatchGetReportsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, BatchGetReportsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/CreateProjectCommand.ts b/clients/client-codebuild/commands/CreateProjectCommand.ts index 04990535bb8f..14168f179439 100644 --- a/clients/client-codebuild/commands/CreateProjectCommand.ts +++ b/clients/client-codebuild/commands/CreateProjectCommand.ts @@ -23,7 +23,7 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad /** *

Creates a build project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, CreateProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, CreateProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/CreateReportGroupCommand.ts b/clients/client-codebuild/commands/CreateReportGroupCommand.ts index d515157863b6..089686f20cd4 100644 --- a/clients/client-codebuild/commands/CreateReportGroupCommand.ts +++ b/clients/client-codebuild/commands/CreateReportGroupCommand.ts @@ -25,7 +25,7 @@ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput, * Creates a report group. A report group contains a collection of reports. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, CreateReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, CreateReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/CreateWebhookCommand.ts b/clients/client-codebuild/commands/CreateWebhookCommand.ts index 809bd92feb3b..41e352c9c2ce 100644 --- a/clients/client-codebuild/commands/CreateWebhookCommand.ts +++ b/clients/client-codebuild/commands/CreateWebhookCommand.ts @@ -33,7 +33,7 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad * Webhook box. For more information, see step 5 in Change a Build Project's Settings.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, CreateWebhookCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, CreateWebhookCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DeleteBuildBatchCommand.ts b/clients/client-codebuild/commands/DeleteBuildBatchCommand.ts index 2cd9e5e78a7a..a4be8459fae0 100644 --- a/clients/client-codebuild/commands/DeleteBuildBatchCommand.ts +++ b/clients/client-codebuild/commands/DeleteBuildBatchCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, _ /** *

Deletes a batch build.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DeleteBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DeleteBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DeleteProjectCommand.ts b/clients/client-codebuild/commands/DeleteProjectCommand.ts index 6b79dff69111..70c780ec1b1a 100644 --- a/clients/client-codebuild/commands/DeleteProjectCommand.ts +++ b/clients/client-codebuild/commands/DeleteProjectCommand.ts @@ -24,7 +24,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __Metad *

Deletes a build project. When you delete a project, its builds are not deleted. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DeleteProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DeleteProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DeleteReportCommand.ts b/clients/client-codebuild/commands/DeleteReportCommand.ts index e5ef06a55152..9060a9d5afdf 100644 --- a/clients/client-codebuild/commands/DeleteReportCommand.ts +++ b/clients/client-codebuild/commands/DeleteReportCommand.ts @@ -25,7 +25,7 @@ export interface DeleteReportCommandOutput extends DeleteReportOutput, __Metadat * Deletes a report. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DeleteReportCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DeleteReportCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DeleteReportGroupCommand.ts b/clients/client-codebuild/commands/DeleteReportGroupCommand.ts index fa7977d128f8..8a3f5926c95f 100644 --- a/clients/client-codebuild/commands/DeleteReportGroupCommand.ts +++ b/clients/client-codebuild/commands/DeleteReportGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput, /** *

Deletes a report group. Before you delete a report group, you must delete its reports.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DeleteReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DeleteReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DeleteResourcePolicyCommand.ts b/clients/client-codebuild/commands/DeleteResourcePolicyCommand.ts index 752f2d254fa2..7fd271b87863 100644 --- a/clients/client-codebuild/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-codebuild/commands/DeleteResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO /** *

Deletes a resource policy that is identified by its resource ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DeleteSourceCredentialsCommand.ts b/clients/client-codebuild/commands/DeleteSourceCredentialsCommand.ts index 5142a13e52b3..1643d37bf0e6 100644 --- a/clients/client-codebuild/commands/DeleteSourceCredentialsCommand.ts +++ b/clients/client-codebuild/commands/DeleteSourceCredentialsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCreden /** *

Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DeleteSourceCredentialsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DeleteSourceCredentialsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DeleteWebhookCommand.ts b/clients/client-codebuild/commands/DeleteWebhookCommand.ts index b6fef2441ead..dd849be2cf50 100644 --- a/clients/client-codebuild/commands/DeleteWebhookCommand.ts +++ b/clients/client-codebuild/commands/DeleteWebhookCommand.ts @@ -25,7 +25,7 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __Metad * Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code * change is pushed to the repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DeleteWebhookCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DeleteWebhookCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DescribeCodeCoveragesCommand.ts b/clients/client-codebuild/commands/DescribeCodeCoveragesCommand.ts index a432470ae985..473c5c91581c 100644 --- a/clients/client-codebuild/commands/DescribeCodeCoveragesCommand.ts +++ b/clients/client-codebuild/commands/DescribeCodeCoveragesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoverage /** *

Retrieves one or more code coverage reports.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DescribeCodeCoveragesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DescribeCodeCoveragesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/DescribeTestCasesCommand.ts b/clients/client-codebuild/commands/DescribeTestCasesCommand.ts index 16418356e3e0..00116231975d 100644 --- a/clients/client-codebuild/commands/DescribeTestCasesCommand.ts +++ b/clients/client-codebuild/commands/DescribeTestCasesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput, * Returns a list of details about test cases for a report. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, DescribeTestCasesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, DescribeTestCasesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/GetReportGroupTrendCommand.ts b/clients/client-codebuild/commands/GetReportGroupTrendCommand.ts index 1b2113881a98..d2328836f1a7 100644 --- a/clients/client-codebuild/commands/GetReportGroupTrendCommand.ts +++ b/clients/client-codebuild/commands/GetReportGroupTrendCommand.ts @@ -23,7 +23,7 @@ export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOut /** *

Analyzes and accumulates test report values for the specified test reports.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, GetReportGroupTrendCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, GetReportGroupTrendCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/GetResourcePolicyCommand.ts b/clients/client-codebuild/commands/GetResourcePolicyCommand.ts index 8e29f92b1f04..d5f81f34a3d9 100644 --- a/clients/client-codebuild/commands/GetResourcePolicyCommand.ts +++ b/clients/client-codebuild/commands/GetResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, /** *

Gets a resource policy that is identified by its resource ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, GetResourcePolicyCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, GetResourcePolicyCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ImportSourceCredentialsCommand.ts b/clients/client-codebuild/commands/ImportSourceCredentialsCommand.ts index 3263aff2822e..57b5eddaedbd 100644 --- a/clients/client-codebuild/commands/ImportSourceCredentialsCommand.ts +++ b/clients/client-codebuild/commands/ImportSourceCredentialsCommand.ts @@ -24,7 +24,7 @@ export interface ImportSourceCredentialsCommandOutput extends ImportSourceCreden *

Imports the source repository credentials for an AWS CodeBuild project that has its * source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ImportSourceCredentialsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ImportSourceCredentialsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/InvalidateProjectCacheCommand.ts b/clients/client-codebuild/commands/InvalidateProjectCacheCommand.ts index bf5af15bb8ba..cc3b93d3eed5 100644 --- a/clients/client-codebuild/commands/InvalidateProjectCacheCommand.ts +++ b/clients/client-codebuild/commands/InvalidateProjectCacheCommand.ts @@ -23,7 +23,7 @@ export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCa /** *

Resets the cache for a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, InvalidateProjectCacheCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, InvalidateProjectCacheCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListBuildBatchesCommand.ts b/clients/client-codebuild/commands/ListBuildBatchesCommand.ts index 202701f4bdd0..45befee9ecb9 100644 --- a/clients/client-codebuild/commands/ListBuildBatchesCommand.ts +++ b/clients/client-codebuild/commands/ListBuildBatchesCommand.ts @@ -23,7 +23,7 @@ export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, _ /** *

Retrieves the identifiers of your build batches in the current region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListBuildBatchesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListBuildBatchesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListBuildBatchesForProjectCommand.ts b/clients/client-codebuild/commands/ListBuildBatchesForProjectCommand.ts index 76492bfaa5fb..7248f4721fcf 100644 --- a/clients/client-codebuild/commands/ListBuildBatchesForProjectCommand.ts +++ b/clients/client-codebuild/commands/ListBuildBatchesForProjectCommand.ts @@ -23,7 +23,7 @@ export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatche /** *

Retrieves the identifiers of the build batches for a specific project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListBuildBatchesForProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListBuildBatchesForProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListBuildsCommand.ts b/clients/client-codebuild/commands/ListBuildsCommand.ts index 3cf8fc41bcff..4c5c64b1f4a2 100644 --- a/clients/client-codebuild/commands/ListBuildsCommand.ts +++ b/clients/client-codebuild/commands/ListBuildsCommand.ts @@ -23,7 +23,7 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea /** *

Gets a list of build IDs, with each build ID representing a single build.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListBuildsForProjectCommand.ts b/clients/client-codebuild/commands/ListBuildsForProjectCommand.ts index 3a923c45124b..5c1966e83dd5 100644 --- a/clients/client-codebuild/commands/ListBuildsForProjectCommand.ts +++ b/clients/client-codebuild/commands/ListBuildsForProjectCommand.ts @@ -24,7 +24,7 @@ export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectO *

Gets a list of build identifiers for the specified build project, with each build * identifier representing a single build.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListBuildsForProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListBuildsForProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListCuratedEnvironmentImagesCommand.ts b/clients/client-codebuild/commands/ListCuratedEnvironmentImagesCommand.ts index ee732a3e8266..3bd883695fbc 100644 --- a/clients/client-codebuild/commands/ListCuratedEnvironmentImagesCommand.ts +++ b/clients/client-codebuild/commands/ListCuratedEnvironmentImagesCommand.ts @@ -25,7 +25,7 @@ export interface ListCuratedEnvironmentImagesCommandOutput /** *

Gets information about Docker images that are managed by AWS CodeBuild.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListCuratedEnvironmentImagesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListCuratedEnvironmentImagesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListProjectsCommand.ts b/clients/client-codebuild/commands/ListProjectsCommand.ts index 75718f3f3906..bc279aa524cf 100644 --- a/clients/client-codebuild/commands/ListProjectsCommand.ts +++ b/clients/client-codebuild/commands/ListProjectsCommand.ts @@ -24,7 +24,7 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat *

Gets a list of build project names, with each build project name representing a single * build project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListProjectsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListProjectsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListReportGroupsCommand.ts b/clients/client-codebuild/commands/ListReportGroupsCommand.ts index 65b2d270ee68..62ed945e29fa 100644 --- a/clients/client-codebuild/commands/ListReportGroupsCommand.ts +++ b/clients/client-codebuild/commands/ListReportGroupsCommand.ts @@ -25,7 +25,7 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _ * Gets a list ARNs for the report groups in the current AWS account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListReportGroupsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListReportGroupsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListReportsCommand.ts b/clients/client-codebuild/commands/ListReportsCommand.ts index b66e1931fc84..9128ed9481e0 100644 --- a/clients/client-codebuild/commands/ListReportsCommand.ts +++ b/clients/client-codebuild/commands/ListReportsCommand.ts @@ -25,7 +25,7 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB * Returns a list of ARNs for the reports in the current AWS account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListReportsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListReportsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListReportsForReportGroupCommand.ts b/clients/client-codebuild/commands/ListReportsForReportGroupCommand.ts index 4e0c445b28a4..4c9ecd66de90 100644 --- a/clients/client-codebuild/commands/ListReportsForReportGroupCommand.ts +++ b/clients/client-codebuild/commands/ListReportsForReportGroupCommand.ts @@ -25,7 +25,7 @@ export interface ListReportsForReportGroupCommandOutput extends ListReportsForRe * Returns a list of ARNs for the reports that belong to a ReportGroup. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListReportsForReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListReportsForReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListSharedProjectsCommand.ts b/clients/client-codebuild/commands/ListSharedProjectsCommand.ts index f88c98324910..c42e09b11c7a 100644 --- a/clients/client-codebuild/commands/ListSharedProjectsCommand.ts +++ b/clients/client-codebuild/commands/ListSharedProjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutpu /** *

Gets a list of projects that are shared with other AWS accounts or users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListSharedProjectsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListSharedProjectsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListSharedReportGroupsCommand.ts b/clients/client-codebuild/commands/ListSharedReportGroupsCommand.ts index 01479908166b..bd98a5a211db 100644 --- a/clients/client-codebuild/commands/ListSharedReportGroupsCommand.ts +++ b/clients/client-codebuild/commands/ListSharedReportGroupsCommand.ts @@ -24,7 +24,7 @@ export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGro *

Gets a list of report groups that are shared with other AWS accounts or users. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListSharedReportGroupsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListSharedReportGroupsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/ListSourceCredentialsCommand.ts b/clients/client-codebuild/commands/ListSourceCredentialsCommand.ts index 3f0604b5af6f..579d958697c7 100644 --- a/clients/client-codebuild/commands/ListSourceCredentialsCommand.ts +++ b/clients/client-codebuild/commands/ListSourceCredentialsCommand.ts @@ -23,7 +23,7 @@ export interface ListSourceCredentialsCommandOutput extends ListSourceCredential /** *

Returns a list of SourceCredentialsInfo objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, ListSourceCredentialsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, ListSourceCredentialsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/PutResourcePolicyCommand.ts b/clients/client-codebuild/commands/PutResourcePolicyCommand.ts index 1ce44234a656..cae337be1e52 100644 --- a/clients/client-codebuild/commands/PutResourcePolicyCommand.ts +++ b/clients/client-codebuild/commands/PutResourcePolicyCommand.ts @@ -24,7 +24,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, *

Stores a resource policy for the ARN of a Project or * ReportGroup object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, PutResourcePolicyCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, PutResourcePolicyCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/RetryBuildBatchCommand.ts b/clients/client-codebuild/commands/RetryBuildBatchCommand.ts index a697d1060207..27ce3b5caf88 100644 --- a/clients/client-codebuild/commands/RetryBuildBatchCommand.ts +++ b/clients/client-codebuild/commands/RetryBuildBatchCommand.ts @@ -23,7 +23,7 @@ export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __M /** *

Restarts a failed batch build. Only batch builds that have failed can be retried.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, RetryBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, RetryBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/RetryBuildCommand.ts b/clients/client-codebuild/commands/RetryBuildCommand.ts index 8748f132eba4..104b9bbd707d 100644 --- a/clients/client-codebuild/commands/RetryBuildCommand.ts +++ b/clients/client-codebuild/commands/RetryBuildCommand.ts @@ -23,7 +23,7 @@ export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBea /** *

Restarts a build.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, RetryBuildCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, RetryBuildCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/StartBuildBatchCommand.ts b/clients/client-codebuild/commands/StartBuildBatchCommand.ts index f6bf1e90b338..9d3d8dd57193 100644 --- a/clients/client-codebuild/commands/StartBuildBatchCommand.ts +++ b/clients/client-codebuild/commands/StartBuildBatchCommand.ts @@ -23,7 +23,7 @@ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __M /** *

Starts a batch build for a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, StartBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, StartBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/StartBuildCommand.ts b/clients/client-codebuild/commands/StartBuildCommand.ts index 6bfb50fd2516..8844139d3bfd 100644 --- a/clients/client-codebuild/commands/StartBuildCommand.ts +++ b/clients/client-codebuild/commands/StartBuildCommand.ts @@ -23,7 +23,7 @@ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBea /** *

Starts running a build.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, StartBuildCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, StartBuildCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/StopBuildBatchCommand.ts b/clients/client-codebuild/commands/StopBuildBatchCommand.ts index 1587facb644d..67e651fe461b 100644 --- a/clients/client-codebuild/commands/StopBuildBatchCommand.ts +++ b/clients/client-codebuild/commands/StopBuildBatchCommand.ts @@ -23,7 +23,7 @@ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __Met /** *

Stops a running batch build.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, StopBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, StopBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/StopBuildCommand.ts b/clients/client-codebuild/commands/StopBuildCommand.ts index 321af2cb2dc5..920f2ed82a57 100644 --- a/clients/client-codebuild/commands/StopBuildCommand.ts +++ b/clients/client-codebuild/commands/StopBuildCommand.ts @@ -20,7 +20,7 @@ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBeare /** *

Attempts to stop running a build.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, StopBuildCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, StopBuildCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/UpdateProjectCommand.ts b/clients/client-codebuild/commands/UpdateProjectCommand.ts index 37867f353987..c478ffea8e2d 100644 --- a/clients/client-codebuild/commands/UpdateProjectCommand.ts +++ b/clients/client-codebuild/commands/UpdateProjectCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad /** *

Changes the settings of a build project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, UpdateProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, UpdateProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/UpdateReportGroupCommand.ts b/clients/client-codebuild/commands/UpdateReportGroupCommand.ts index 8b69bc7e2b1e..ea1863dc7366 100644 --- a/clients/client-codebuild/commands/UpdateReportGroupCommand.ts +++ b/clients/client-codebuild/commands/UpdateReportGroupCommand.ts @@ -25,7 +25,7 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput, * Updates a report group. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, UpdateReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, UpdateReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codebuild/commands/UpdateWebhookCommand.ts b/clients/client-codebuild/commands/UpdateWebhookCommand.ts index 901ae0ffb4df..f70918fe04af 100644 --- a/clients/client-codebuild/commands/UpdateWebhookCommand.ts +++ b/clients/client-codebuild/commands/UpdateWebhookCommand.ts @@ -27,7 +27,7 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeBuildClient, UpdateWebhookCommand } from "@aws-sdk/client-codebuild"; // ES Modules import * // const { CodeBuildClient, UpdateWebhookCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import diff --git a/clients/client-codecommit/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts b/clients/client-codecommit/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts index a1f828de1def..978b1edc536c 100644 --- a/clients/client-codecommit/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts +++ b/clients/client-codecommit/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts @@ -30,7 +30,7 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend * approval rule that matches the template contents is created for all pull requests in * that repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, AssociateApprovalRuleTemplateWithRepositoryCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, AssociateApprovalRuleTemplateWithRepositoryCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts b/clients/client-codecommit/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts index 85199f2787d7..bd46287f3b88 100644 --- a/clients/client-codecommit/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts +++ b/clients/client-codecommit/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts @@ -29,7 +29,7 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput /** *

Creates an association between an approval rule template and one or more specified repositories.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, BatchAssociateApprovalRuleTemplateWithRepositoriesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, BatchAssociateApprovalRuleTemplateWithRepositoriesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/BatchDescribeMergeConflictsCommand.ts b/clients/client-codecommit/commands/BatchDescribeMergeConflictsCommand.ts index 6d3dc809b3d8..114a0dfad04c 100644 --- a/clients/client-codecommit/commands/BatchDescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/commands/BatchDescribeMergeConflictsCommand.ts @@ -23,7 +23,7 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM /** *

Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, BatchDescribeMergeConflictsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, BatchDescribeMergeConflictsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts b/clients/client-codecommit/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts index 8f9c6859730b..8e478c3e8f18 100644 --- a/clients/client-codecommit/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts +++ b/clients/client-codecommit/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts @@ -29,7 +29,7 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOut /** *

Removes the association between an approval rule template and one or more specified repositories.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/BatchGetCommitsCommand.ts b/clients/client-codecommit/commands/BatchGetCommitsCommand.ts index 6c626886c918..39f79bd63941 100644 --- a/clients/client-codecommit/commands/BatchGetCommitsCommand.ts +++ b/clients/client-codecommit/commands/BatchGetCommitsCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __M /** *

Returns information about the contents of one or more commits in a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, BatchGetCommitsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, BatchGetCommitsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/BatchGetRepositoriesCommand.ts b/clients/client-codecommit/commands/BatchGetRepositoriesCommand.ts index a85f70fd5a6b..19ca9f49e05e 100644 --- a/clients/client-codecommit/commands/BatchGetRepositoriesCommand.ts +++ b/clients/client-codecommit/commands/BatchGetRepositoriesCommand.ts @@ -30,7 +30,7 @@ export interface BatchGetRepositoriesCommandOutput extends BatchGetRepositoriesO * the repository description on a webpage.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, BatchGetRepositoriesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, BatchGetRepositoriesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/CreateApprovalRuleTemplateCommand.ts b/clients/client-codecommit/commands/CreateApprovalRuleTemplateCommand.ts index cbe8f7b90eaf..70e31f727044 100644 --- a/clients/client-codecommit/commands/CreateApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/commands/CreateApprovalRuleTemplateCommand.ts @@ -27,7 +27,7 @@ export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalR * pull requests that meet the conditions of the template. For more information, see * AssociateApprovalRuleTemplateWithRepository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, CreateApprovalRuleTemplateCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, CreateApprovalRuleTemplateCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/CreateBranchCommand.ts b/clients/client-codecommit/commands/CreateBranchCommand.ts index 49057ea59cb4..f09dd035e6d8 100644 --- a/clients/client-codecommit/commands/CreateBranchCommand.ts +++ b/clients/client-codecommit/commands/CreateBranchCommand.ts @@ -26,7 +26,7 @@ export interface CreateBranchCommandOutput extends __MetadataBearer {} *

Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, CreateBranchCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, CreateBranchCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/CreateCommitCommand.ts b/clients/client-codecommit/commands/CreateCommitCommand.ts index 83a7d494ab31..576dd98d0b15 100644 --- a/clients/client-codecommit/commands/CreateCommitCommand.ts +++ b/clients/client-codecommit/commands/CreateCommitCommand.ts @@ -23,7 +23,7 @@ export interface CreateCommitCommandOutput extends CreateCommitOutput, __Metadat /** *

Creates a commit for a repository on the tip of a specified branch.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, CreateCommitCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, CreateCommitCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/CreatePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/commands/CreatePullRequestApprovalRuleCommand.ts index 8589133a34e4..017b2db9560f 100644 --- a/clients/client-codecommit/commands/CreatePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/commands/CreatePullRequestApprovalRuleCommand.ts @@ -25,7 +25,7 @@ export interface CreatePullRequestApprovalRuleCommandOutput /** *

Creates an approval rule for a pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, CreatePullRequestApprovalRuleCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, CreatePullRequestApprovalRuleCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/CreatePullRequestCommand.ts b/clients/client-codecommit/commands/CreatePullRequestCommand.ts index 2c5f62039281..e1134761f494 100644 --- a/clients/client-codecommit/commands/CreatePullRequestCommand.ts +++ b/clients/client-codecommit/commands/CreatePullRequestCommand.ts @@ -23,7 +23,7 @@ export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput, /** *

Creates a pull request in the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, CreatePullRequestCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, CreatePullRequestCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/CreateRepositoryCommand.ts b/clients/client-codecommit/commands/CreateRepositoryCommand.ts index 8b8a2baa8311..782916229b36 100644 --- a/clients/client-codecommit/commands/CreateRepositoryCommand.ts +++ b/clients/client-codecommit/commands/CreateRepositoryCommand.ts @@ -23,7 +23,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _ /** *

Creates a new, empty repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, CreateRepositoryCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, CreateRepositoryCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/CreateUnreferencedMergeCommitCommand.ts b/clients/client-codecommit/commands/CreateUnreferencedMergeCommitCommand.ts index a78593cc9156..e33cc26c8e6b 100644 --- a/clients/client-codecommit/commands/CreateUnreferencedMergeCommitCommand.ts +++ b/clients/client-codecommit/commands/CreateUnreferencedMergeCommitCommand.ts @@ -32,7 +32,7 @@ export interface CreateUnreferencedMergeCommitCommandOutput * can only be accessed using the GetCommit API or through git commands such as git fetch. To retrieve this commit, you must specify its commit ID or otherwise reference it.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, CreateUnreferencedMergeCommitCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, CreateUnreferencedMergeCommitCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DeleteApprovalRuleTemplateCommand.ts b/clients/client-codecommit/commands/DeleteApprovalRuleTemplateCommand.ts index 537381445226..090030190bc7 100644 --- a/clients/client-codecommit/commands/DeleteApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/commands/DeleteApprovalRuleTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApprovalRuleTemplateCommandOutput extends DeleteApprovalR /** *

Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DeleteApprovalRuleTemplateCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DeleteApprovalRuleTemplateCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DeleteBranchCommand.ts b/clients/client-codecommit/commands/DeleteBranchCommand.ts index fe2156514f55..1d01bd85f25f 100644 --- a/clients/client-codecommit/commands/DeleteBranchCommand.ts +++ b/clients/client-codecommit/commands/DeleteBranchCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBranchCommandOutput extends DeleteBranchOutput, __Metadat /** *

Deletes a branch from a repository, unless that branch is the default branch for the repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DeleteBranchCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DeleteBranchCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DeleteCommentContentCommand.ts b/clients/client-codecommit/commands/DeleteCommentContentCommand.ts index 8a2bb5c4d7c4..2c014173b705 100644 --- a/clients/client-codecommit/commands/DeleteCommentContentCommand.ts +++ b/clients/client-codecommit/commands/DeleteCommentContentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCommentContentCommandOutput extends DeleteCommentContentO /** *

Deletes the content of a comment made on a change, file, or commit in a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DeleteCommentContentCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DeleteCommentContentCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DeleteFileCommand.ts b/clients/client-codecommit/commands/DeleteFileCommand.ts index db85bfde877f..a7697a0ea316 100644 --- a/clients/client-codecommit/commands/DeleteFileCommand.ts +++ b/clients/client-codecommit/commands/DeleteFileCommand.ts @@ -25,7 +25,7 @@ export interface DeleteFileCommandOutput extends DeleteFileOutput, __MetadataBea * that contains the revision. The file still exists in the commits earlier to the commit * that contains the deletion.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DeleteFileCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DeleteFileCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DeletePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/commands/DeletePullRequestApprovalRuleCommand.ts index 388666ca2e29..c466ab79705a 100644 --- a/clients/client-codecommit/commands/DeletePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/commands/DeletePullRequestApprovalRuleCommand.ts @@ -27,7 +27,7 @@ export interface DeletePullRequestApprovalRuleCommandOutput * approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the * pull request was created. You cannot delete an approval rule from a merged or closed pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DeletePullRequestApprovalRuleCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DeletePullRequestApprovalRuleCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DeleteRepositoryCommand.ts b/clients/client-codecommit/commands/DeleteRepositoryCommand.ts index 784541765f09..951a57f09fd3 100644 --- a/clients/client-codecommit/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codecommit/commands/DeleteRepositoryCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _ * deleted, all future push calls to the deleted repository fail.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DeleteRepositoryCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DeleteRepositoryCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DescribeMergeConflictsCommand.ts b/clients/client-codecommit/commands/DescribeMergeConflictsCommand.ts index 48387a8b8a1f..01cd80dc8512 100644 --- a/clients/client-codecommit/commands/DescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/commands/DescribeMergeConflictsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeMergeConflictsCommandOutput extends DescribeMergeConfli * commit specifiers using the squash or three-way merge strategy. If the merge option for * the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DescribeMergeConflictsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DescribeMergeConflictsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DescribePullRequestEventsCommand.ts b/clients/client-codecommit/commands/DescribePullRequestEventsCommand.ts index 3b75ad701f08..3b1f3e7e7476 100644 --- a/clients/client-codecommit/commands/DescribePullRequestEventsCommand.ts +++ b/clients/client-codecommit/commands/DescribePullRequestEventsCommand.ts @@ -23,7 +23,7 @@ export interface DescribePullRequestEventsCommandOutput extends DescribePullRequ /** *

Returns information about one or more pull request events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DescribePullRequestEventsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DescribePullRequestEventsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts b/clients/client-codecommit/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts index b719132486bf..df0ce3c4afbc 100644 --- a/clients/client-codecommit/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts +++ b/clients/client-codecommit/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput ext * the specified repository. This does not delete any approval rules previously created for * pull requests through the template association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, DisassociateApprovalRuleTemplateFromRepositoryCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, DisassociateApprovalRuleTemplateFromRepositoryCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/EvaluatePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/commands/EvaluatePullRequestApprovalRulesCommand.ts index 386d71ff61ad..d6d85d17f6eb 100644 --- a/clients/client-codecommit/commands/EvaluatePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/commands/EvaluatePullRequestApprovalRulesCommand.ts @@ -25,7 +25,7 @@ export interface EvaluatePullRequestApprovalRulesCommandOutput /** *

Evaluates whether a pull request has met all the conditions specified in its associated approval rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, EvaluatePullRequestApprovalRulesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, EvaluatePullRequestApprovalRulesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetApprovalRuleTemplateCommand.ts b/clients/client-codecommit/commands/GetApprovalRuleTemplateCommand.ts index 73754ee51ea1..ab74f3b1fa65 100644 --- a/clients/client-codecommit/commands/GetApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/commands/GetApprovalRuleTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTem /** *

Returns information about a specified approval rule template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetApprovalRuleTemplateCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetApprovalRuleTemplateCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetBlobCommand.ts b/clients/client-codecommit/commands/GetBlobCommand.ts index e961ca1cb006..f8404af184ad 100644 --- a/clients/client-codecommit/commands/GetBlobCommand.ts +++ b/clients/client-codecommit/commands/GetBlobCommand.ts @@ -20,7 +20,7 @@ export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {} /** *

Returns the base-64 encoded content of an individual blob in a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetBlobCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetBlobCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetBranchCommand.ts b/clients/client-codecommit/commands/GetBranchCommand.ts index 1e66c19b7077..eecd18335215 100644 --- a/clients/client-codecommit/commands/GetBranchCommand.ts +++ b/clients/client-codecommit/commands/GetBranchCommand.ts @@ -20,7 +20,7 @@ export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBeare /** *

Returns information about a repository branch, including its name and the last commit ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetBranchCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetBranchCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetCommentCommand.ts b/clients/client-codecommit/commands/GetCommentCommand.ts index d2b3d057c8a7..ca0a8922c15f 100644 --- a/clients/client-codecommit/commands/GetCommentCommand.ts +++ b/clients/client-codecommit/commands/GetCommentCommand.ts @@ -27,7 +27,7 @@ export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBea * reactions from active identities, use GetCommentReactions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetCommentCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetCommentCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetCommentReactionsCommand.ts b/clients/client-codecommit/commands/GetCommentReactionsCommand.ts index 794e52f22673..ad0385d52922 100644 --- a/clients/client-codecommit/commands/GetCommentReactionsCommand.ts +++ b/clients/client-codecommit/commands/GetCommentReactionsCommand.ts @@ -23,7 +23,7 @@ export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOut /** *

Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetCommentReactionsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetCommentReactionsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetCommentsForComparedCommitCommand.ts b/clients/client-codecommit/commands/GetCommentsForComparedCommitCommand.ts index 17412f9d68de..836c8947b368 100644 --- a/clients/client-codecommit/commands/GetCommentsForComparedCommitCommand.ts +++ b/clients/client-codecommit/commands/GetCommentsForComparedCommitCommand.ts @@ -29,7 +29,7 @@ export interface GetCommentsForComparedCommitCommandOutput * reactions from active identities, use GetCommentReactions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetCommentsForComparedCommitCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetCommentsForComparedCommitCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetCommentsForPullRequestCommand.ts b/clients/client-codecommit/commands/GetCommentsForPullRequestCommand.ts index 61864b3919c7..ef7f16603579 100644 --- a/clients/client-codecommit/commands/GetCommentsForPullRequestCommand.ts +++ b/clients/client-codecommit/commands/GetCommentsForPullRequestCommand.ts @@ -27,7 +27,7 @@ export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPu * reactions from active identities, use GetCommentReactions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetCommentsForPullRequestCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetCommentsForPullRequestCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetCommitCommand.ts b/clients/client-codecommit/commands/GetCommitCommand.ts index 98d992d7d6b5..fe9a5d6d462b 100644 --- a/clients/client-codecommit/commands/GetCommitCommand.ts +++ b/clients/client-codecommit/commands/GetCommitCommand.ts @@ -20,7 +20,7 @@ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBeare /** *

Returns information about a commit, including commit message and committer information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetCommitCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetCommitCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetDifferencesCommand.ts b/clients/client-codecommit/commands/GetDifferencesCommand.ts index 1a38e6323063..fddac7ab80ca 100644 --- a/clients/client-codecommit/commands/GetDifferencesCommand.ts +++ b/clients/client-codecommit/commands/GetDifferencesCommand.ts @@ -25,7 +25,7 @@ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __Met * branch, tag, HEAD, commit ID, or other fully qualified reference). Results can be * limited to a specified path.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetDifferencesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetDifferencesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetFileCommand.ts b/clients/client-codecommit/commands/GetFileCommand.ts index 699255d58acb..67ae581670de 100644 --- a/clients/client-codecommit/commands/GetFileCommand.ts +++ b/clients/client-codecommit/commands/GetFileCommand.ts @@ -20,7 +20,7 @@ export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {} /** *

Returns the base-64 encoded contents of a specified file and its metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetFileCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetFileCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetFolderCommand.ts b/clients/client-codecommit/commands/GetFolderCommand.ts index fccf6c1b8bd1..39582aa4ff10 100644 --- a/clients/client-codecommit/commands/GetFolderCommand.ts +++ b/clients/client-codecommit/commands/GetFolderCommand.ts @@ -20,7 +20,7 @@ export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBeare /** *

Returns the contents of a specified folder in a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetFolderCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetFolderCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetMergeCommitCommand.ts b/clients/client-codecommit/commands/GetMergeCommitCommand.ts index eeaa6dfa1273..6f4ef3c1beb1 100644 --- a/clients/client-codecommit/commands/GetMergeCommitCommand.ts +++ b/clients/client-codecommit/commands/GetMergeCommitCommand.ts @@ -23,7 +23,7 @@ export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __Met /** *

Returns information about a specified merge commit.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetMergeCommitCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetMergeCommitCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetMergeConflictsCommand.ts b/clients/client-codecommit/commands/GetMergeConflictsCommand.ts index 399984a31e1a..ea47397a6c10 100644 --- a/clients/client-codecommit/commands/GetMergeConflictsCommand.ts +++ b/clients/client-codecommit/commands/GetMergeConflictsCommand.ts @@ -23,7 +23,7 @@ export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput, /** *

Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetMergeConflictsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetMergeConflictsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetMergeOptionsCommand.ts b/clients/client-codecommit/commands/GetMergeOptionsCommand.ts index 685776868f20..051308f29114 100644 --- a/clients/client-codecommit/commands/GetMergeOptionsCommand.ts +++ b/clients/client-codecommit/commands/GetMergeOptionsCommand.ts @@ -25,7 +25,7 @@ export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __M * branches. For details about why a merge option is not available, use GetMergeConflicts * or DescribeMergeConflicts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetMergeOptionsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetMergeOptionsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetPullRequestApprovalStatesCommand.ts b/clients/client-codecommit/commands/GetPullRequestApprovalStatesCommand.ts index 50056890ccb4..6fc27be141e7 100644 --- a/clients/client-codecommit/commands/GetPullRequestApprovalStatesCommand.ts +++ b/clients/client-codecommit/commands/GetPullRequestApprovalStatesCommand.ts @@ -26,7 +26,7 @@ export interface GetPullRequestApprovalStatesCommandOutput *

Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more * approval rules applied to them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetPullRequestApprovalStatesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetPullRequestApprovalStatesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetPullRequestCommand.ts b/clients/client-codecommit/commands/GetPullRequestCommand.ts index 0723ff7c1241..125398dd0cb6 100644 --- a/clients/client-codecommit/commands/GetPullRequestCommand.ts +++ b/clients/client-codecommit/commands/GetPullRequestCommand.ts @@ -23,7 +23,7 @@ export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __Met /** *

Gets information about a pull request in a specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetPullRequestCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetPullRequestCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetPullRequestOverrideStateCommand.ts b/clients/client-codecommit/commands/GetPullRequestOverrideStateCommand.ts index 83beaed0d1b4..442a9a4fd8f0 100644 --- a/clients/client-codecommit/commands/GetPullRequestOverrideStateCommand.ts +++ b/clients/client-codecommit/commands/GetPullRequestOverrideStateCommand.ts @@ -24,7 +24,7 @@ export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequest *

Returns information about whether approval rules have been set aside (overridden) for a * pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetPullRequestOverrideStateCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetPullRequestOverrideStateCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetRepositoryCommand.ts b/clients/client-codecommit/commands/GetRepositoryCommand.ts index 4ce7f19b95e7..36a089ce8d2a 100644 --- a/clients/client-codecommit/commands/GetRepositoryCommand.ts +++ b/clients/client-codecommit/commands/GetRepositoryCommand.ts @@ -31,7 +31,7 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad * the repository description on a webpage.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetRepositoryCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetRepositoryCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/GetRepositoryTriggersCommand.ts b/clients/client-codecommit/commands/GetRepositoryTriggersCommand.ts index 9f4df7e22c25..064cc789439e 100644 --- a/clients/client-codecommit/commands/GetRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/commands/GetRepositoryTriggersCommand.ts @@ -23,7 +23,7 @@ export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTrigger /** *

Gets information about triggers configured for a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, GetRepositoryTriggersCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, GetRepositoryTriggersCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/ListApprovalRuleTemplatesCommand.ts b/clients/client-codecommit/commands/ListApprovalRuleTemplatesCommand.ts index 3e89f1ea9299..9bdba86cfee9 100644 --- a/clients/client-codecommit/commands/ListApprovalRuleTemplatesCommand.ts +++ b/clients/client-codecommit/commands/ListApprovalRuleTemplatesCommand.ts @@ -24,7 +24,7 @@ export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRule *

Lists all approval rule templates in the specified AWS Region in your AWS account. If * an AWS Region is not specified, the AWS Region where you are signed in is used.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, ListApprovalRuleTemplatesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, ListApprovalRuleTemplatesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts b/clients/client-codecommit/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts index 4166af0f982f..867adc3727ca 100644 --- a/clients/client-codecommit/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts +++ b/clients/client-codecommit/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts @@ -29,7 +29,7 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput /** *

Lists all approval rule templates that are associated with a specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, ListAssociatedApprovalRuleTemplatesForRepositoryCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, ListAssociatedApprovalRuleTemplatesForRepositoryCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/ListBranchesCommand.ts b/clients/client-codecommit/commands/ListBranchesCommand.ts index 750f9b5a316f..28c28fb3f403 100644 --- a/clients/client-codecommit/commands/ListBranchesCommand.ts +++ b/clients/client-codecommit/commands/ListBranchesCommand.ts @@ -23,7 +23,7 @@ export interface ListBranchesCommandOutput extends ListBranchesOutput, __Metadat /** *

Gets information about one or more branches in a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, ListBranchesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, ListBranchesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/ListPullRequestsCommand.ts b/clients/client-codecommit/commands/ListPullRequestsCommand.ts index c048676eda1e..99d58bfe4b57 100644 --- a/clients/client-codecommit/commands/ListPullRequestsCommand.ts +++ b/clients/client-codecommit/commands/ListPullRequestsCommand.ts @@ -24,7 +24,7 @@ export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, _ *

Returns a list of pull requests for a specified repository. The return list can be refined by pull request * status or pull request author ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, ListPullRequestsCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, ListPullRequestsCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/ListRepositoriesCommand.ts b/clients/client-codecommit/commands/ListRepositoriesCommand.ts index 1a69f985dafa..5d78fe28c733 100644 --- a/clients/client-codecommit/commands/ListRepositoriesCommand.ts +++ b/clients/client-codecommit/commands/ListRepositoriesCommand.ts @@ -23,7 +23,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, _ /** *

Gets information about one or more repositories.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, ListRepositoriesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, ListRepositoriesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts b/clients/client-codecommit/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts index 1c987606e048..bb33e1968332 100644 --- a/clients/client-codecommit/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts @@ -29,7 +29,7 @@ export interface ListRepositoriesForApprovalRuleTemplateCommandOutput /** *

Lists all repositories associated with the specified approval rule template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, ListRepositoriesForApprovalRuleTemplateCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, ListRepositoriesForApprovalRuleTemplateCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/ListTagsForResourceCommand.ts b/clients/client-codecommit/commands/ListTagsForResourceCommand.ts index 056c26fb5a2e..9e5ac48f55a4 100644 --- a/clients/client-codecommit/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codecommit/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut * CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, ListTagsForResourceCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/MergeBranchesByFastForwardCommand.ts b/clients/client-codecommit/commands/MergeBranchesByFastForwardCommand.ts index b61c69975b4d..8a95a5336121 100644 --- a/clients/client-codecommit/commands/MergeBranchesByFastForwardCommand.ts +++ b/clients/client-codecommit/commands/MergeBranchesByFastForwardCommand.ts @@ -23,7 +23,7 @@ export interface MergeBranchesByFastForwardCommandOutput extends MergeBranchesBy /** *

Merges two branches using the fast-forward merge strategy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, MergeBranchesByFastForwardCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, MergeBranchesByFastForwardCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/MergeBranchesBySquashCommand.ts b/clients/client-codecommit/commands/MergeBranchesBySquashCommand.ts index 9d71fe67a47d..1b2e4db80c79 100644 --- a/clients/client-codecommit/commands/MergeBranchesBySquashCommand.ts +++ b/clients/client-codecommit/commands/MergeBranchesBySquashCommand.ts @@ -23,7 +23,7 @@ export interface MergeBranchesBySquashCommandOutput extends MergeBranchesBySquas /** *

Merges two branches using the squash merge strategy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, MergeBranchesBySquashCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, MergeBranchesBySquashCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/MergeBranchesByThreeWayCommand.ts b/clients/client-codecommit/commands/MergeBranchesByThreeWayCommand.ts index 43f7f6042a90..140aea4192f4 100644 --- a/clients/client-codecommit/commands/MergeBranchesByThreeWayCommand.ts +++ b/clients/client-codecommit/commands/MergeBranchesByThreeWayCommand.ts @@ -23,7 +23,7 @@ export interface MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThr /** *

Merges two specified branches using the three-way merge strategy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, MergeBranchesByThreeWayCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, MergeBranchesByThreeWayCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/MergePullRequestByFastForwardCommand.ts b/clients/client-codecommit/commands/MergePullRequestByFastForwardCommand.ts index f46da9f1ac72..01f7e70474a8 100644 --- a/clients/client-codecommit/commands/MergePullRequestByFastForwardCommand.ts +++ b/clients/client-codecommit/commands/MergePullRequestByFastForwardCommand.ts @@ -26,7 +26,7 @@ export interface MergePullRequestByFastForwardCommandOutput *

Attempts to merge the source commit of a pull request into the specified destination * branch for that pull request at the specified commit using the fast-forward merge strategy. If the merge is successful, it closes the pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, MergePullRequestByFastForwardCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, MergePullRequestByFastForwardCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/MergePullRequestBySquashCommand.ts b/clients/client-codecommit/commands/MergePullRequestBySquashCommand.ts index f3d377a19713..f3c76f406ee2 100644 --- a/clients/client-codecommit/commands/MergePullRequestBySquashCommand.ts +++ b/clients/client-codecommit/commands/MergePullRequestBySquashCommand.ts @@ -24,7 +24,7 @@ export interface MergePullRequestBySquashCommandOutput extends MergePullRequestB *

Attempts to merge the source commit of a pull request into the specified destination * branch for that pull request at the specified commit using the squash merge strategy. If the merge is successful, it closes the pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, MergePullRequestBySquashCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, MergePullRequestBySquashCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/MergePullRequestByThreeWayCommand.ts b/clients/client-codecommit/commands/MergePullRequestByThreeWayCommand.ts index df430180c13c..3399029e6c48 100644 --- a/clients/client-codecommit/commands/MergePullRequestByThreeWayCommand.ts +++ b/clients/client-codecommit/commands/MergePullRequestByThreeWayCommand.ts @@ -24,7 +24,7 @@ export interface MergePullRequestByThreeWayCommandOutput extends MergePullReques *

Attempts to merge the source commit of a pull request into the specified destination * branch for that pull request at the specified commit using the three-way merge strategy. If the merge is successful, it closes the pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, MergePullRequestByThreeWayCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, MergePullRequestByThreeWayCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/OverridePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/commands/OverridePullRequestApprovalRulesCommand.ts index c3172c992949..8cb0b7eaebf5 100644 --- a/clients/client-codecommit/commands/OverridePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/commands/OverridePullRequestApprovalRulesCommand.ts @@ -23,7 +23,7 @@ export interface OverridePullRequestApprovalRulesCommandOutput extends __Metadat /** *

Sets aside (overrides) all approval rule requirements for a specified pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, OverridePullRequestApprovalRulesCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, OverridePullRequestApprovalRulesCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/PostCommentForComparedCommitCommand.ts b/clients/client-codecommit/commands/PostCommentForComparedCommitCommand.ts index 1821b679edbb..248790ee8ad5 100644 --- a/clients/client-codecommit/commands/PostCommentForComparedCommitCommand.ts +++ b/clients/client-codecommit/commands/PostCommentForComparedCommitCommand.ts @@ -25,7 +25,7 @@ export interface PostCommentForComparedCommitCommandOutput /** *

Posts a comment on the comparison between two commits.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, PostCommentForComparedCommitCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, PostCommentForComparedCommitCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/PostCommentForPullRequestCommand.ts b/clients/client-codecommit/commands/PostCommentForPullRequestCommand.ts index 186215719b9d..fb80ec229a7d 100644 --- a/clients/client-codecommit/commands/PostCommentForPullRequestCommand.ts +++ b/clients/client-codecommit/commands/PostCommentForPullRequestCommand.ts @@ -23,7 +23,7 @@ export interface PostCommentForPullRequestCommandOutput extends PostCommentForPu /** *

Posts a comment on a pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, PostCommentForPullRequestCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, PostCommentForPullRequestCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/PostCommentReplyCommand.ts b/clients/client-codecommit/commands/PostCommentReplyCommand.ts index 104dabb309e0..19d4c410d253 100644 --- a/clients/client-codecommit/commands/PostCommentReplyCommand.ts +++ b/clients/client-codecommit/commands/PostCommentReplyCommand.ts @@ -23,7 +23,7 @@ export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, _ /** *

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, PostCommentReplyCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, PostCommentReplyCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/PutCommentReactionCommand.ts b/clients/client-codecommit/commands/PutCommentReactionCommand.ts index 16241659dc55..a08c99928054 100644 --- a/clients/client-codecommit/commands/PutCommentReactionCommand.ts +++ b/clients/client-codecommit/commands/PutCommentReactionCommand.ts @@ -24,7 +24,7 @@ export interface PutCommentReactionCommandOutput extends __MetadataBearer {} *

Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or * update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, PutCommentReactionCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, PutCommentReactionCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/PutFileCommand.ts b/clients/client-codecommit/commands/PutFileCommand.ts index cf488a82879b..0129f2902345 100644 --- a/clients/client-codecommit/commands/PutFileCommand.ts +++ b/clients/client-codecommit/commands/PutFileCommand.ts @@ -20,7 +20,7 @@ export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {} /** *

Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, PutFileCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, PutFileCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/PutRepositoryTriggersCommand.ts b/clients/client-codecommit/commands/PutRepositoryTriggersCommand.ts index dbb4e0484a8b..0672a9b136c8 100644 --- a/clients/client-codecommit/commands/PutRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/commands/PutRepositoryTriggersCommand.ts @@ -23,7 +23,7 @@ export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTrigger /** *

Replaces all triggers for a repository. Used to create or delete triggers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, PutRepositoryTriggersCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, PutRepositoryTriggersCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/TagResourceCommand.ts b/clients/client-codecommit/commands/TagResourceCommand.ts index c70057d8358c..aa49a17f5726 100644 --- a/clients/client-codecommit/commands/TagResourceCommand.ts +++ b/clients/client-codecommit/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, TagResourceCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, TagResourceCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/TestRepositoryTriggersCommand.ts b/clients/client-codecommit/commands/TestRepositoryTriggersCommand.ts index 0bc7d4818b47..c8a4cb20f020 100644 --- a/clients/client-codecommit/commands/TestRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/commands/TestRepositoryTriggersCommand.ts @@ -25,7 +25,7 @@ export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTrigg * target. If real data is available in the repository, the test sends data from the last * commit. If no data is available, sample data is generated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, TestRepositoryTriggersCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, TestRepositoryTriggersCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UntagResourceCommand.ts b/clients/client-codecommit/commands/UntagResourceCommand.ts index 5bce960b2866..cf5480c1a153 100644 --- a/clients/client-codecommit/commands/UntagResourceCommand.ts +++ b/clients/client-codecommit/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} * CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UntagResourceCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UntagResourceCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdateApprovalRuleTemplateContentCommand.ts b/clients/client-codecommit/commands/UpdateApprovalRuleTemplateContentCommand.ts index 68073b33ac91..e81a5576ee8f 100644 --- a/clients/client-codecommit/commands/UpdateApprovalRuleTemplateContentCommand.ts +++ b/clients/client-codecommit/commands/UpdateApprovalRuleTemplateContentCommand.ts @@ -27,7 +27,7 @@ export interface UpdateApprovalRuleTemplateContentCommandOutput * required approvals, the membership of the approval rule, and whether an approval pool is * defined.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdateApprovalRuleTemplateContentCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdateApprovalRuleTemplateContentCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts b/clients/client-codecommit/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts index 7323d6fada90..0a2276265ed8 100644 --- a/clients/client-codecommit/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts +++ b/clients/client-codecommit/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts @@ -28,7 +28,7 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandOutput /** *

Updates the description for a specified approval rule template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdateApprovalRuleTemplateDescriptionCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdateApprovalRuleTemplateDescriptionCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdateApprovalRuleTemplateNameCommand.ts b/clients/client-codecommit/commands/UpdateApprovalRuleTemplateNameCommand.ts index 2348406730ac..f9760edf7262 100644 --- a/clients/client-codecommit/commands/UpdateApprovalRuleTemplateNameCommand.ts +++ b/clients/client-codecommit/commands/UpdateApprovalRuleTemplateNameCommand.ts @@ -25,7 +25,7 @@ export interface UpdateApprovalRuleTemplateNameCommandOutput /** *

Updates the name of a specified approval rule template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdateApprovalRuleTemplateNameCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdateApprovalRuleTemplateNameCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdateCommentCommand.ts b/clients/client-codecommit/commands/UpdateCommentCommand.ts index 4293f728d096..8daad044e5cb 100644 --- a/clients/client-codecommit/commands/UpdateCommentCommand.ts +++ b/clients/client-codecommit/commands/UpdateCommentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __Metad /** *

Replaces the contents of a comment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdateCommentCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdateCommentCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdateDefaultBranchCommand.ts b/clients/client-codecommit/commands/UpdateDefaultBranchCommand.ts index 1cbeb5b755a0..90a0413db722 100644 --- a/clients/client-codecommit/commands/UpdateDefaultBranchCommand.ts +++ b/clients/client-codecommit/commands/UpdateDefaultBranchCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {} *

If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdateDefaultBranchCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdateDefaultBranchCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdatePullRequestApprovalRuleContentCommand.ts b/clients/client-codecommit/commands/UpdatePullRequestApprovalRuleContentCommand.ts index 93a1dadc19a2..bfa7a99d7dc2 100644 --- a/clients/client-codecommit/commands/UpdatePullRequestApprovalRuleContentCommand.ts +++ b/clients/client-codecommit/commands/UpdatePullRequestApprovalRuleContentCommand.ts @@ -29,7 +29,7 @@ export interface UpdatePullRequestApprovalRuleContentCommandOutput *

Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and * the approval pool for approvers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdatePullRequestApprovalRuleContentCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdatePullRequestApprovalRuleContentCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdatePullRequestApprovalStateCommand.ts b/clients/client-codecommit/commands/UpdatePullRequestApprovalStateCommand.ts index 9f8209a237d0..0931a5682dc3 100644 --- a/clients/client-codecommit/commands/UpdatePullRequestApprovalStateCommand.ts +++ b/clients/client-codecommit/commands/UpdatePullRequestApprovalStateCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataB /** *

Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdatePullRequestApprovalStateCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdatePullRequestApprovalStateCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdatePullRequestDescriptionCommand.ts b/clients/client-codecommit/commands/UpdatePullRequestDescriptionCommand.ts index 5057e8192438..c1a8feb3612b 100644 --- a/clients/client-codecommit/commands/UpdatePullRequestDescriptionCommand.ts +++ b/clients/client-codecommit/commands/UpdatePullRequestDescriptionCommand.ts @@ -25,7 +25,7 @@ export interface UpdatePullRequestDescriptionCommandOutput /** *

Replaces the contents of the description of a pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdatePullRequestDescriptionCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdatePullRequestDescriptionCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdatePullRequestStatusCommand.ts b/clients/client-codecommit/commands/UpdatePullRequestStatusCommand.ts index fa1ef3f87b62..e2b5329cbe03 100644 --- a/clients/client-codecommit/commands/UpdatePullRequestStatusCommand.ts +++ b/clients/client-codecommit/commands/UpdatePullRequestStatusCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestS /** *

Updates the status of a pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdatePullRequestStatusCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdatePullRequestStatusCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdatePullRequestTitleCommand.ts b/clients/client-codecommit/commands/UpdatePullRequestTitleCommand.ts index c12e49ad2460..7ead10a1741d 100644 --- a/clients/client-codecommit/commands/UpdatePullRequestTitleCommand.ts +++ b/clients/client-codecommit/commands/UpdatePullRequestTitleCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTi /** *

Replaces the title of a pull request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdatePullRequestTitleCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdatePullRequestTitleCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdateRepositoryDescriptionCommand.ts b/clients/client-codecommit/commands/UpdateRepositoryDescriptionCommand.ts index 693ff73380bb..9e61762d5e42 100644 --- a/clients/client-codecommit/commands/UpdateRepositoryDescriptionCommand.ts +++ b/clients/client-codecommit/commands/UpdateRepositoryDescriptionCommand.ts @@ -30,7 +30,7 @@ export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBear * the repository description on a webpage.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdateRepositoryDescriptionCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdateRepositoryDescriptionCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codecommit/commands/UpdateRepositoryNameCommand.ts b/clients/client-codecommit/commands/UpdateRepositoryNameCommand.ts index a477f0c4c148..98895bd0590b 100644 --- a/clients/client-codecommit/commands/UpdateRepositoryNameCommand.ts +++ b/clients/client-codecommit/commands/UpdateRepositoryNameCommand.ts @@ -27,7 +27,7 @@ export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {} * more information about the limits on repository names, see Limits in the AWS CodeCommit * User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeCommitClient, UpdateRepositoryNameCommand } from "@aws-sdk/client-codecommit"; // ES Modules import * // const { CodeCommitClient, UpdateRepositoryNameCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import diff --git a/clients/client-codedeploy/commands/AddTagsToOnPremisesInstancesCommand.ts b/clients/client-codedeploy/commands/AddTagsToOnPremisesInstancesCommand.ts index 82b571309016..c437719d2258 100644 --- a/clients/client-codedeploy/commands/AddTagsToOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/commands/AddTagsToOnPremisesInstancesCommand.ts @@ -23,7 +23,7 @@ export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBea /** *

Adds tags to on-premises instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/BatchGetApplicationRevisionsCommand.ts b/clients/client-codedeploy/commands/BatchGetApplicationRevisionsCommand.ts index 4ddd9ea843da..48d95a48eab0 100644 --- a/clients/client-codedeploy/commands/BatchGetApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/commands/BatchGetApplicationRevisionsCommand.ts @@ -26,7 +26,7 @@ export interface BatchGetApplicationRevisionsCommandOutput *

Gets information about one or more application revisions. The maximum number of * application revisions that can be returned is 25.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, BatchGetApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, BatchGetApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/BatchGetApplicationsCommand.ts b/clients/client-codedeploy/commands/BatchGetApplicationsCommand.ts index 498c68d2c788..e2ad0162b8e9 100644 --- a/clients/client-codedeploy/commands/BatchGetApplicationsCommand.ts +++ b/clients/client-codedeploy/commands/BatchGetApplicationsCommand.ts @@ -24,7 +24,7 @@ export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsO *

Gets information about one or more applications. The maximum number of applications * that can be returned is 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, BatchGetApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, BatchGetApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/BatchGetDeploymentGroupsCommand.ts b/clients/client-codedeploy/commands/BatchGetDeploymentGroupsCommand.ts index a8c513e47768..1bd8b3f140ff 100644 --- a/clients/client-codedeploy/commands/BatchGetDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/commands/BatchGetDeploymentGroupsCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymen /** *

Gets information about one or more deployment groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, BatchGetDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, BatchGetDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/commands/BatchGetDeploymentInstancesCommand.ts index c9661039a01a..3cdac6b9e3d0 100644 --- a/clients/client-codedeploy/commands/BatchGetDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/commands/BatchGetDeploymentInstancesCommand.ts @@ -32,7 +32,7 @@ export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploy * BatchGetDeploymentTargets works with all compute platforms. The maximum * number of instances that can be returned is 25.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, BatchGetDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, BatchGetDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/BatchGetDeploymentTargetsCommand.ts b/clients/client-codedeploy/commands/BatchGetDeploymentTargetsCommand.ts index 1a21ed1aba2f..57a5542b87c2 100644 --- a/clients/client-codedeploy/commands/BatchGetDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/commands/BatchGetDeploymentTargetsCommand.ts @@ -50,7 +50,7 @@ export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeployme * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, BatchGetDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, BatchGetDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/BatchGetDeploymentsCommand.ts b/clients/client-codedeploy/commands/BatchGetDeploymentsCommand.ts index 36949e35d099..6a9a247cde7b 100644 --- a/clients/client-codedeploy/commands/BatchGetDeploymentsCommand.ts +++ b/clients/client-codedeploy/commands/BatchGetDeploymentsCommand.ts @@ -24,7 +24,7 @@ export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOut *

Gets information about one or more deployments. The maximum number of deployments that * can be returned is 25.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, BatchGetDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, BatchGetDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/BatchGetOnPremisesInstancesCommand.ts b/clients/client-codedeploy/commands/BatchGetOnPremisesInstancesCommand.ts index 8259fbeb1e37..12c06e0a1302 100644 --- a/clients/client-codedeploy/commands/BatchGetOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/commands/BatchGetOnPremisesInstancesCommand.ts @@ -24,7 +24,7 @@ export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPrem *

Gets information about one or more on-premises instances. The maximum number of * on-premises instances that can be returned is 25.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, BatchGetOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, BatchGetOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ContinueDeploymentCommand.ts b/clients/client-codedeploy/commands/ContinueDeploymentCommand.ts index 4a8819d141dc..87166be41677 100644 --- a/clients/client-codedeploy/commands/ContinueDeploymentCommand.ts +++ b/clients/client-codedeploy/commands/ContinueDeploymentCommand.ts @@ -27,7 +27,7 @@ export interface ContinueDeploymentCommandOutput extends __MetadataBearer {} * instances in the replacement environment with the load balancer, can start as soon as * all instances have a status of Ready.)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ContinueDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ContinueDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/CreateApplicationCommand.ts b/clients/client-codedeploy/commands/CreateApplicationCommand.ts index e60d0305c41b..a76e04b021ea 100644 --- a/clients/client-codedeploy/commands/CreateApplicationCommand.ts +++ b/clients/client-codedeploy/commands/CreateApplicationCommand.ts @@ -23,7 +23,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationOutput, /** *

Creates an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, CreateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, CreateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/CreateDeploymentCommand.ts b/clients/client-codedeploy/commands/CreateDeploymentCommand.ts index e95543e29b88..c7156ffd6392 100644 --- a/clients/client-codedeploy/commands/CreateDeploymentCommand.ts +++ b/clients/client-codedeploy/commands/CreateDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _ /** *

Deploys an application revision through the specified deployment group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, CreateDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, CreateDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/CreateDeploymentConfigCommand.ts b/clients/client-codedeploy/commands/CreateDeploymentConfigCommand.ts index f49312f91208..c8f3f40df980 100644 --- a/clients/client-codedeploy/commands/CreateDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/commands/CreateDeploymentConfigCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentCon /** *

Creates a deployment configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, CreateDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, CreateDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/CreateDeploymentGroupCommand.ts b/clients/client-codedeploy/commands/CreateDeploymentGroupCommand.ts index 2b815d33e072..7ae892db47f6 100644 --- a/clients/client-codedeploy/commands/CreateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/commands/CreateDeploymentGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou /** *

Creates a deployment group to which application revisions are deployed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, CreateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, CreateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/DeleteApplicationCommand.ts b/clients/client-codedeploy/commands/DeleteApplicationCommand.ts index f07612cc4937..ce256d071ffd 100644 --- a/clients/client-codedeploy/commands/DeleteApplicationCommand.ts +++ b/clients/client-codedeploy/commands/DeleteApplicationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {} /** *

Deletes an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, DeleteApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, DeleteApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/DeleteDeploymentConfigCommand.ts b/clients/client-codedeploy/commands/DeleteDeploymentConfigCommand.ts index 11f5a23b8bc6..a196c5270f11 100644 --- a/clients/client-codedeploy/commands/DeleteDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/commands/DeleteDeploymentConfigCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {} * configurations cannot be deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, DeleteDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, DeleteDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/DeleteDeploymentGroupCommand.ts b/clients/client-codedeploy/commands/DeleteDeploymentGroupCommand.ts index 1ea40fe198ce..6e2513039149 100644 --- a/clients/client-codedeploy/commands/DeleteDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/commands/DeleteDeploymentGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGrou /** *

Deletes a deployment group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, DeleteDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, DeleteDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/DeleteGitHubAccountTokenCommand.ts b/clients/client-codedeploy/commands/DeleteGitHubAccountTokenCommand.ts index 79f0794f749b..0521a2829797 100644 --- a/clients/client-codedeploy/commands/DeleteGitHubAccountTokenCommand.ts +++ b/clients/client-codedeploy/commands/DeleteGitHubAccountTokenCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccou /** *

Deletes a GitHub account connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, DeleteGitHubAccountTokenCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, DeleteGitHubAccountTokenCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/DeleteResourcesByExternalIdCommand.ts b/clients/client-codedeploy/commands/DeleteResourcesByExternalIdCommand.ts index 97652280f8f2..b36f9af16229 100644 --- a/clients/client-codedeploy/commands/DeleteResourcesByExternalIdCommand.ts +++ b/clients/client-codedeploy/commands/DeleteResourcesByExternalIdCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResource /** *

Deletes resources linked to an external ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, DeleteResourcesByExternalIdCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, DeleteResourcesByExternalIdCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/DeregisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/commands/DeregisterOnPremisesInstanceCommand.ts index a37a00ee1280..68f508646778 100644 --- a/clients/client-codedeploy/commands/DeregisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/commands/DeregisterOnPremisesInstanceCommand.ts @@ -23,7 +23,7 @@ export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBea /** *

Deregisters an on-premises instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, DeregisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, DeregisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetApplicationCommand.ts b/clients/client-codedeploy/commands/GetApplicationCommand.ts index 8a2e374a5fb5..178d22a6fd59 100644 --- a/clients/client-codedeploy/commands/GetApplicationCommand.ts +++ b/clients/client-codedeploy/commands/GetApplicationCommand.ts @@ -23,7 +23,7 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met /** *

Gets information about an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetApplicationRevisionCommand.ts b/clients/client-codedeploy/commands/GetApplicationRevisionCommand.ts index fdaee6cc9179..8dd5c8ea70f2 100644 --- a/clients/client-codedeploy/commands/GetApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/commands/GetApplicationRevisionCommand.ts @@ -23,7 +23,7 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis /** *

Gets information about an application revision.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetDeploymentCommand.ts b/clients/client-codedeploy/commands/GetDeploymentCommand.ts index 30325155405d..3e2f7c2a5146 100644 --- a/clients/client-codedeploy/commands/GetDeploymentCommand.ts +++ b/clients/client-codedeploy/commands/GetDeploymentCommand.ts @@ -29,7 +29,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad * to get the content of the deployment’s AppSpec file.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetDeploymentConfigCommand.ts b/clients/client-codedeploy/commands/GetDeploymentConfigCommand.ts index 835bcb9b823a..2380bfb649fb 100644 --- a/clients/client-codedeploy/commands/GetDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/commands/GetDeploymentConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut /** *

Gets information about a deployment configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetDeploymentGroupCommand.ts b/clients/client-codedeploy/commands/GetDeploymentGroupCommand.ts index 4bfe64fa7ec7..1e876f98e148 100644 --- a/clients/client-codedeploy/commands/GetDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/commands/GetDeploymentGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu /** *

Gets information about a deployment group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/commands/GetDeploymentInstanceCommand.ts index 0147059271f1..fd2400707aee 100644 --- a/clients/client-codedeploy/commands/GetDeploymentInstanceCommand.ts +++ b/clients/client-codedeploy/commands/GetDeploymentInstanceCommand.ts @@ -25,7 +25,7 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc * *

Gets information about an instance as part of a deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetDeploymentInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetDeploymentInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetDeploymentTargetCommand.ts b/clients/client-codedeploy/commands/GetDeploymentTargetCommand.ts index a26e1521f76e..74a7b0d857a2 100644 --- a/clients/client-codedeploy/commands/GetDeploymentTargetCommand.ts +++ b/clients/client-codedeploy/commands/GetDeploymentTargetCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut /** *

Returns information about a deployment target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetDeploymentTargetCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetDeploymentTargetCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/GetOnPremisesInstanceCommand.ts b/clients/client-codedeploy/commands/GetOnPremisesInstanceCommand.ts index 11d49dab72d3..051fa2706fc0 100644 --- a/clients/client-codedeploy/commands/GetOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/commands/GetOnPremisesInstanceCommand.ts @@ -23,7 +23,7 @@ export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanc /** *

Gets information about an on-premises instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, GetOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, GetOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListApplicationRevisionsCommand.ts b/clients/client-codedeploy/commands/ListApplicationRevisionsCommand.ts index 4725a61a4e4c..821e52ea553d 100644 --- a/clients/client-codedeploy/commands/ListApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/commands/ListApplicationRevisionsCommand.ts @@ -23,7 +23,7 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe /** *

Lists information about revisions for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListApplicationsCommand.ts b/clients/client-codedeploy/commands/ListApplicationsCommand.ts index 99748e9a7fe8..107867926892 100644 --- a/clients/client-codedeploy/commands/ListApplicationsCommand.ts +++ b/clients/client-codedeploy/commands/ListApplicationsCommand.ts @@ -23,7 +23,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _ /** *

Lists the applications registered with the IAM user or AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListDeploymentConfigsCommand.ts b/clients/client-codedeploy/commands/ListDeploymentConfigsCommand.ts index ebe0d50358d5..dfe151f4aaf5 100644 --- a/clients/client-codedeploy/commands/ListDeploymentConfigsCommand.ts +++ b/clients/client-codedeploy/commands/ListDeploymentConfigsCommand.ts @@ -23,7 +23,7 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig /** *

Lists the deployment configurations with the IAM user or AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListDeploymentConfigsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListDeploymentConfigsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListDeploymentGroupsCommand.ts b/clients/client-codedeploy/commands/ListDeploymentGroupsCommand.ts index 59cfc0c8794e..30ad879ad407 100644 --- a/clients/client-codedeploy/commands/ListDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/commands/ListDeploymentGroupsCommand.ts @@ -24,7 +24,7 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO *

Lists the deployment groups for an application registered with the IAM user or AWS * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/commands/ListDeploymentInstancesCommand.ts index 25ff08eefa0e..20f882fe149b 100644 --- a/clients/client-codedeploy/commands/ListDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/commands/ListDeploymentInstancesCommand.ts @@ -31,7 +31,7 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst * *

Lists the instance for a deployment associated with the IAM user or AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListDeploymentTargetsCommand.ts b/clients/client-codedeploy/commands/ListDeploymentTargetsCommand.ts index e7ff38091d48..4015e4b1d355 100644 --- a/clients/client-codedeploy/commands/ListDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/commands/ListDeploymentTargetsCommand.ts @@ -23,7 +23,7 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget /** *

Returns an array of target IDs that are associated a deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListDeploymentsCommand.ts b/clients/client-codedeploy/commands/ListDeploymentsCommand.ts index f50fe06dd324..a8a1ad8b5e18 100644 --- a/clients/client-codedeploy/commands/ListDeploymentsCommand.ts +++ b/clients/client-codedeploy/commands/ListDeploymentsCommand.ts @@ -24,7 +24,7 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M *

Lists the deployments in a deployment group for an application registered with the IAM * user or AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListGitHubAccountTokenNamesCommand.ts b/clients/client-codedeploy/commands/ListGitHubAccountTokenNamesCommand.ts index 876d41f4a78d..5ac69bafdd98 100644 --- a/clients/client-codedeploy/commands/ListGitHubAccountTokenNamesCommand.ts +++ b/clients/client-codedeploy/commands/ListGitHubAccountTokenNamesCommand.ts @@ -23,7 +23,7 @@ export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAcco /** *

Lists the names of stored connections to GitHub accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListGitHubAccountTokenNamesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListGitHubAccountTokenNamesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListOnPremisesInstancesCommand.ts b/clients/client-codedeploy/commands/ListOnPremisesInstancesCommand.ts index 689c74b6c262..b1a9359ee99b 100644 --- a/clients/client-codedeploy/commands/ListOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/commands/ListOnPremisesInstancesCommand.ts @@ -26,7 +26,7 @@ export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInst * names are listed. To list only registered or deregistered on-premises instance names, * use the registration status parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/ListTagsForResourceCommand.ts b/clients/client-codedeploy/commands/ListTagsForResourceCommand.ts index d19a5ed08de1..da5091b9f729 100644 --- a/clients/client-codedeploy/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codedeploy/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut *

Returns a list of tags for the resource identified by a specified Amazon Resource * Name (ARN). Tags are used to organize and categorize your CodeDeploy resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, ListTagsForResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/PutLifecycleEventHookExecutionStatusCommand.ts b/clients/client-codedeploy/commands/PutLifecycleEventHookExecutionStatusCommand.ts index b12e5f4086f8..18be03a5e64c 100644 --- a/clients/client-codedeploy/commands/PutLifecycleEventHookExecutionStatusCommand.ts +++ b/clients/client-codedeploy/commands/PutLifecycleEventHookExecutionStatusCommand.ts @@ -36,7 +36,7 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput * validation functions return Succeeded or Failed. For more * information, see AppSpec 'hooks' Section for an AWS Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/RegisterApplicationRevisionCommand.ts b/clients/client-codedeploy/commands/RegisterApplicationRevisionCommand.ts index ce044d744e35..56a30396a96d 100644 --- a/clients/client-codedeploy/commands/RegisterApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/commands/RegisterApplicationRevisionCommand.ts @@ -23,7 +23,7 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear /** *

Registers with AWS CodeDeploy a revision for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, RegisterApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, RegisterApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/RegisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/commands/RegisterOnPremisesInstanceCommand.ts index 6ab04fce874d..6336d5a4a520 100644 --- a/clients/client-codedeploy/commands/RegisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/commands/RegisterOnPremisesInstanceCommand.ts @@ -27,7 +27,7 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare * You cannot use both.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, RegisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, RegisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/RemoveTagsFromOnPremisesInstancesCommand.ts b/clients/client-codedeploy/commands/RemoveTagsFromOnPremisesInstancesCommand.ts index 96d9f84e8454..87dcbeb0f4d7 100644 --- a/clients/client-codedeploy/commands/RemoveTagsFromOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/commands/RemoveTagsFromOnPremisesInstancesCommand.ts @@ -23,7 +23,7 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada /** *

Removes one or more tags from one or more on-premises instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/commands/SkipWaitTimeForInstanceTerminationCommand.ts index a2c1bb3179fc..50fd22aa33db 100644 --- a/clients/client-codedeploy/commands/SkipWaitTimeForInstanceTerminationCommand.ts +++ b/clients/client-codedeploy/commands/SkipWaitTimeForInstanceTerminationCommand.ts @@ -26,7 +26,7 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad *

In a blue/green deployment, overrides any specified wait time and starts terminating * instances immediately after the traffic routing is complete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/StopDeploymentCommand.ts b/clients/client-codedeploy/commands/StopDeploymentCommand.ts index 08fbbfb2d5f1..8f37fc921c58 100644 --- a/clients/client-codedeploy/commands/StopDeploymentCommand.ts +++ b/clients/client-codedeploy/commands/StopDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met /** *

Attempts to stop an ongoing deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, StopDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, StopDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/TagResourceCommand.ts b/clients/client-codedeploy/commands/TagResourceCommand.ts index 0cbe949e7932..1be29034a8fa 100644 --- a/clients/client-codedeploy/commands/TagResourceCommand.ts +++ b/clients/client-codedeploy/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB *

Associates the list of tags in the input Tags parameter with the * resource identified by the ResourceArn input parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, TagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, TagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/UntagResourceCommand.ts b/clients/client-codedeploy/commands/UntagResourceCommand.ts index 81b2bb3c1be9..5bcae5799cc0 100644 --- a/clients/client-codedeploy/commands/UntagResourceCommand.ts +++ b/clients/client-codedeploy/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad * ResourceArn input parameter. The tags are identified by the list of * keys in the TagKeys input parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, UntagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, UntagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/UpdateApplicationCommand.ts b/clients/client-codedeploy/commands/UpdateApplicationCommand.ts index 2e523c4b9390..2e589dd3fb99 100644 --- a/clients/client-codedeploy/commands/UpdateApplicationCommand.ts +++ b/clients/client-codedeploy/commands/UpdateApplicationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {} /** *

Changes the name of an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, UpdateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, UpdateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codedeploy/commands/UpdateDeploymentGroupCommand.ts b/clients/client-codedeploy/commands/UpdateDeploymentGroupCommand.ts index 42ddd9f12294..7f6c03af3e75 100644 --- a/clients/client-codedeploy/commands/UpdateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/commands/UpdateDeploymentGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou /** *

Changes information about a deployment group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeDeployClient, UpdateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import * // const { CodeDeployClient, UpdateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/AssociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/commands/AssociateRepositoryCommand.ts index 4ea288fd5114..3dbca4d46355 100644 --- a/clients/client-codeguru-reviewer/commands/AssociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/commands/AssociateRepositoryCommand.ts @@ -47,7 +47,7 @@ export interface AssociateRepositoryCommandOutput extends AssociateRepositoryRes *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, AssociateRepositoryCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, AssociateRepositoryCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/CreateCodeReviewCommand.ts b/clients/client-codeguru-reviewer/commands/CreateCodeReviewCommand.ts index ff06acb73edd..9c7ab8b5ea01 100644 --- a/clients/client-codeguru-reviewer/commands/CreateCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/commands/CreateCodeReviewCommand.ts @@ -29,7 +29,7 @@ export interface CreateCodeReviewCommandOutput extends CreateCodeReviewResponse, * PullRequest code reviews are automatically triggered by a pull request so cannot be created using this method. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, CreateCodeReviewCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, CreateCodeReviewCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/DescribeCodeReviewCommand.ts b/clients/client-codeguru-reviewer/commands/DescribeCodeReviewCommand.ts index a5c322221662..c3fcb4ea9ecc 100644 --- a/clients/client-codeguru-reviewer/commands/DescribeCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/commands/DescribeCodeReviewCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCodeReviewCommandOutput extends DescribeCodeReviewRespo /** *

Returns the metadata associated with the code review along with its status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, DescribeCodeReviewCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, DescribeCodeReviewCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/DescribeRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/commands/DescribeRecommendationFeedbackCommand.ts index f7000bc5b8ee..42042119b089 100644 --- a/clients/client-codeguru-reviewer/commands/DescribeRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/commands/DescribeRecommendationFeedbackCommand.ts @@ -27,7 +27,7 @@ export interface DescribeRecommendationFeedbackCommandOutput * Describes the customer feedback for a CodeGuru Reviewer recommendation. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, DescribeRecommendationFeedbackCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, DescribeRecommendationFeedbackCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/DescribeRepositoryAssociationCommand.ts b/clients/client-codeguru-reviewer/commands/DescribeRepositoryAssociationCommand.ts index 251b6aa9d133..794ae539d30c 100644 --- a/clients/client-codeguru-reviewer/commands/DescribeRepositoryAssociationCommand.ts +++ b/clients/client-codeguru-reviewer/commands/DescribeRepositoryAssociationCommand.ts @@ -30,7 +30,7 @@ export interface DescribeRepositoryAssociationCommandOutput * that contains information about the requested repository association. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, DescribeRepositoryAssociationCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, DescribeRepositoryAssociationCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/DisassociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/commands/DisassociateRepositoryCommand.ts index 086c1ba71b20..0f96031c0906 100644 --- a/clients/client-codeguru-reviewer/commands/DisassociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/commands/DisassociateRepositoryCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateRepositoryCommandOutput extends DisassociateReposit /** *

Removes the association between Amazon CodeGuru Reviewer and a repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, DisassociateRepositoryCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, DisassociateRepositoryCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/ListCodeReviewsCommand.ts b/clients/client-codeguru-reviewer/commands/ListCodeReviewsCommand.ts index 0360e911ea3e..e3736b817472 100644 --- a/clients/client-codeguru-reviewer/commands/ListCodeReviewsCommand.ts +++ b/clients/client-codeguru-reviewer/commands/ListCodeReviewsCommand.ts @@ -25,7 +25,7 @@ export interface ListCodeReviewsCommandOutput extends ListCodeReviewsResponse, _ * Lists all the code reviews that the customer has created in the past 90 days. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, ListCodeReviewsCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, ListCodeReviewsCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/ListRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/commands/ListRecommendationFeedbackCommand.ts index 333b84d8b5bc..7d9c2ba636d4 100644 --- a/clients/client-codeguru-reviewer/commands/ListRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/commands/ListRecommendationFeedbackCommand.ts @@ -29,7 +29,7 @@ export interface ListRecommendationFeedbackCommandOutput extends ListRecommendat * objects that contain customer recommendation feedback for all CodeGuru Reviewer users. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, ListRecommendationFeedbackCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, ListRecommendationFeedbackCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/ListRecommendationsCommand.ts b/clients/client-codeguru-reviewer/commands/ListRecommendationsCommand.ts index 9c2abb53a4cf..50af7a8909e7 100644 --- a/clients/client-codeguru-reviewer/commands/ListRecommendationsCommand.ts +++ b/clients/client-codeguru-reviewer/commands/ListRecommendationsCommand.ts @@ -25,7 +25,7 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes * Returns the list of all recommendations for a completed code review. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, ListRecommendationsCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, ListRecommendationsCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/ListRepositoryAssociationsCommand.ts b/clients/client-codeguru-reviewer/commands/ListRepositoryAssociationsCommand.ts index 380bf0146645..66287365bbbf 100644 --- a/clients/client-codeguru-reviewer/commands/ListRepositoryAssociationsCommand.ts +++ b/clients/client-codeguru-reviewer/commands/ListRepositoryAssociationsCommand.ts @@ -40,7 +40,7 @@ export interface ListRepositoryAssociationsCommandOutput extends ListRepositoryA * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, ListRepositoryAssociationsCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, ListRepositoryAssociationsCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-reviewer/commands/ListTagsForResourceCommand.ts index 7009e57f5b06..f8adc5882283 100644 --- a/clients/client-codeguru-reviewer/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-reviewer/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns the list of tags associated with an associated repository resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, ListTagsForResourceCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/PutRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/commands/PutRecommendationFeedbackCommand.ts index ea472cc78722..e84d8797bcef 100644 --- a/clients/client-codeguru-reviewer/commands/PutRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/commands/PutRecommendationFeedbackCommand.ts @@ -25,7 +25,7 @@ export interface PutRecommendationFeedbackCommandOutput extends PutRecommendatio * Stores customer feedback for a CodeGuru Reviewer recommendation. When this API is called again with different reactions the previous feedback is overwritten. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, PutRecommendationFeedbackCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, PutRecommendationFeedbackCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/TagResourceCommand.ts b/clients/client-codeguru-reviewer/commands/TagResourceCommand.ts index 16ee154ce425..4005633ca049 100644 --- a/clients/client-codeguru-reviewer/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds one or more tags to an associated repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, TagResourceCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, TagResourceCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguru-reviewer/commands/UntagResourceCommand.ts b/clients/client-codeguru-reviewer/commands/UntagResourceCommand.ts index 027e174f7f85..59232b726a39 100644 --- a/clients/client-codeguru-reviewer/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from an associated repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruReviewerClient, UntagResourceCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import * // const { CodeGuruReviewerClient, UntagResourceCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/AddNotificationChannelsCommand.ts b/clients/client-codeguruprofiler/commands/AddNotificationChannelsCommand.ts index cabb1c9f50cb..6b79bbd65d18 100644 --- a/clients/client-codeguruprofiler/commands/AddNotificationChannelsCommand.ts +++ b/clients/client-codeguruprofiler/commands/AddNotificationChannelsCommand.ts @@ -23,7 +23,7 @@ export interface AddNotificationChannelsCommandOutput extends AddNotificationCha /** *

Add up to 2 anomaly notifications channels for a profiling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, AddNotificationChannelsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, AddNotificationChannelsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/BatchGetFrameMetricDataCommand.ts b/clients/client-codeguruprofiler/commands/BatchGetFrameMetricDataCommand.ts index 1cce04a4aada..c661ba18d36f 100644 --- a/clients/client-codeguruprofiler/commands/BatchGetFrameMetricDataCommand.ts +++ b/clients/client-codeguruprofiler/commands/BatchGetFrameMetricDataCommand.ts @@ -25,7 +25,7 @@ export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetri * Returns the time series of values for a requested list * of frame metrics from a time period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, BatchGetFrameMetricDataCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, BatchGetFrameMetricDataCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/ConfigureAgentCommand.ts b/clients/client-codeguruprofiler/commands/ConfigureAgentCommand.ts index 6748bb7831f7..e640d47ac868 100644 --- a/clients/client-codeguruprofiler/commands/ConfigureAgentCommand.ts +++ b/clients/client-codeguruprofiler/commands/ConfigureAgentCommand.ts @@ -27,7 +27,7 @@ export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __M * to tell an agent whether to profile or not and for how long to return profiling data. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, ConfigureAgentCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, ConfigureAgentCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/CreateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/commands/CreateProfilingGroupCommand.ts index 28697cd2b57b..dada24d53a0e 100644 --- a/clients/client-codeguruprofiler/commands/CreateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/commands/CreateProfilingGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupR /** *

Creates a profiling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, CreateProfilingGroupCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, CreateProfilingGroupCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/DeleteProfilingGroupCommand.ts b/clients/client-codeguruprofiler/commands/DeleteProfilingGroupCommand.ts index 27f5740d0e24..ab19b750bd02 100644 --- a/clients/client-codeguruprofiler/commands/DeleteProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/commands/DeleteProfilingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProfilingGroupCommandOutput extends DeleteProfilingGroupR /** *

Deletes a profiling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, DeleteProfilingGroupCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, DeleteProfilingGroupCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/DescribeProfilingGroupCommand.ts b/clients/client-codeguruprofiler/commands/DescribeProfilingGroupCommand.ts index 8aa585c275de..40242ddd9fad 100644 --- a/clients/client-codeguruprofiler/commands/DescribeProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/commands/DescribeProfilingGroupCommand.ts @@ -28,7 +28,7 @@ export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGr * object that contains information about the requested profiling group. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, DescribeProfilingGroupCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, DescribeProfilingGroupCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/GetFindingsReportAccountSummaryCommand.ts b/clients/client-codeguruprofiler/commands/GetFindingsReportAccountSummaryCommand.ts index fb07ea43573e..ece63d73f8c6 100644 --- a/clients/client-codeguruprofiler/commands/GetFindingsReportAccountSummaryCommand.ts +++ b/clients/client-codeguruprofiler/commands/GetFindingsReportAccountSummaryCommand.ts @@ -31,7 +31,7 @@ export interface GetFindingsReportAccountSummaryCommandOutput * objects that contain analysis results for all profiling groups in your AWS account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, GetFindingsReportAccountSummaryCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, GetFindingsReportAccountSummaryCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/GetNotificationConfigurationCommand.ts b/clients/client-codeguruprofiler/commands/GetNotificationConfigurationCommand.ts index d2e67fe9b3d3..85dc62785b08 100644 --- a/clients/client-codeguruprofiler/commands/GetNotificationConfigurationCommand.ts +++ b/clients/client-codeguruprofiler/commands/GetNotificationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetNotificationConfigurationCommandOutput /** *

Get the current configuration for anomaly notifications for a profiling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, GetNotificationConfigurationCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, GetNotificationConfigurationCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/GetPolicyCommand.ts b/clients/client-codeguruprofiler/commands/GetPolicyCommand.ts index c76afde2ac46..d25c385ea4bb 100644 --- a/clients/client-codeguruprofiler/commands/GetPolicyCommand.ts +++ b/clients/client-codeguruprofiler/commands/GetPolicyCommand.ts @@ -25,7 +25,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea * Returns the JSON-formatted resource-based policy on a profiling group. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, GetPolicyCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, GetPolicyCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/GetProfileCommand.ts b/clients/client-codeguruprofiler/commands/GetProfileCommand.ts index 0af6d53fb349..41b731ec623f 100644 --- a/clients/client-codeguruprofiler/commands/GetProfileCommand.ts +++ b/clients/client-codeguruprofiler/commands/GetProfileCommand.ts @@ -94,7 +94,7 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, GetProfileCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, GetProfileCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/GetRecommendationsCommand.ts b/clients/client-codeguruprofiler/commands/GetRecommendationsCommand.ts index d4f7f691178b..efd9662077e6 100644 --- a/clients/client-codeguruprofiler/commands/GetRecommendationsCommand.ts +++ b/clients/client-codeguruprofiler/commands/GetRecommendationsCommand.ts @@ -34,7 +34,7 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo * returned. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, GetRecommendationsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, GetRecommendationsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/ListFindingsReportsCommand.ts b/clients/client-codeguruprofiler/commands/ListFindingsReportsCommand.ts index c5c0a25942ce..59924ed35d0d 100644 --- a/clients/client-codeguruprofiler/commands/ListFindingsReportsCommand.ts +++ b/clients/client-codeguruprofiler/commands/ListFindingsReportsCommand.ts @@ -23,7 +23,7 @@ export interface ListFindingsReportsCommandOutput extends ListFindingsReportsRes /** *

List the available reports for a given profiling group and time range.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, ListFindingsReportsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, ListFindingsReportsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/ListProfileTimesCommand.ts b/clients/client-codeguruprofiler/commands/ListProfileTimesCommand.ts index 5b0e4a8c3ef7..856bc5c3431c 100644 --- a/clients/client-codeguruprofiler/commands/ListProfileTimesCommand.ts +++ b/clients/client-codeguruprofiler/commands/ListProfileTimesCommand.ts @@ -24,7 +24,7 @@ export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse, *

Lists the start times of the available aggregated profiles of a profiling group * for an aggregation period within the specified time range.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, ListProfileTimesCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, ListProfileTimesCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/ListProfilingGroupsCommand.ts b/clients/client-codeguruprofiler/commands/ListProfilingGroupsCommand.ts index 0590f6848703..1342c2b79d69 100644 --- a/clients/client-codeguruprofiler/commands/ListProfilingGroupsCommand.ts +++ b/clients/client-codeguruprofiler/commands/ListProfilingGroupsCommand.ts @@ -29,7 +29,7 @@ export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsRes * objects. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, ListProfilingGroupsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, ListProfilingGroupsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/ListTagsForResourceCommand.ts b/clients/client-codeguruprofiler/commands/ListTagsForResourceCommand.ts index 5d54f7f61215..3cff44c59a87 100644 --- a/clients/client-codeguruprofiler/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguruprofiler/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Returns a list of the tags that are assigned to a specified resource. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, ListTagsForResourceCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/PostAgentProfileCommand.ts b/clients/client-codeguruprofiler/commands/PostAgentProfileCommand.ts index 60a40449e198..7bb198e19d3a 100644 --- a/clients/client-codeguruprofiler/commands/PostAgentProfileCommand.ts +++ b/clients/client-codeguruprofiler/commands/PostAgentProfileCommand.ts @@ -29,7 +29,7 @@ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse, * . *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, PostAgentProfileCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, PostAgentProfileCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/PutPermissionCommand.ts b/clients/client-codeguruprofiler/commands/PutPermissionCommand.ts index 6be1d82f2482..385dae80eced 100644 --- a/clients/client-codeguruprofiler/commands/PutPermissionCommand.ts +++ b/clients/client-codeguruprofiler/commands/PutPermissionCommand.ts @@ -48,7 +48,7 @@ export interface PutPermissionCommandOutput extends PutPermissionResponse, __Met * The response contains the profiling group's JSON-formatted resource policy. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, PutPermissionCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, PutPermissionCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/RemoveNotificationChannelCommand.ts b/clients/client-codeguruprofiler/commands/RemoveNotificationChannelCommand.ts index 0e788f13362d..64ec62b7c249 100644 --- a/clients/client-codeguruprofiler/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-codeguruprofiler/commands/RemoveNotificationChannelCommand.ts @@ -23,7 +23,7 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati /** *

Remove one anomaly notifications channel for a profiling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, RemoveNotificationChannelCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, RemoveNotificationChannelCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/RemovePermissionCommand.ts b/clients/client-codeguruprofiler/commands/RemovePermissionCommand.ts index f34733e65c1e..4d494e008d4e 100644 --- a/clients/client-codeguruprofiler/commands/RemovePermissionCommand.ts +++ b/clients/client-codeguruprofiler/commands/RemovePermissionCommand.ts @@ -31,7 +31,7 @@ export interface RemovePermissionCommandOutput extends RemovePermissionResponse, * PostAgentProfile * .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, RemovePermissionCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, RemovePermissionCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/SubmitFeedbackCommand.ts b/clients/client-codeguruprofiler/commands/SubmitFeedbackCommand.ts index 96ff32e98cba..c0948adb6b4f 100644 --- a/clients/client-codeguruprofiler/commands/SubmitFeedbackCommand.ts +++ b/clients/client-codeguruprofiler/commands/SubmitFeedbackCommand.ts @@ -24,7 +24,7 @@ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __M *

Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is * useful or not.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, SubmitFeedbackCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, SubmitFeedbackCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/TagResourceCommand.ts b/clients/client-codeguruprofiler/commands/TagResourceCommand.ts index b70aa5716425..d65b9232c84f 100644 --- a/clients/client-codeguruprofiler/commands/TagResourceCommand.ts +++ b/clients/client-codeguruprofiler/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * Use to assign one or more tags to a resource. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, TagResourceCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, TagResourceCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/UntagResourceCommand.ts b/clients/client-codeguruprofiler/commands/UntagResourceCommand.ts index d1fb3cb2840d..8dba805365b5 100644 --- a/clients/client-codeguruprofiler/commands/UntagResourceCommand.ts +++ b/clients/client-codeguruprofiler/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * Use to remove one or more tags from a resource. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, UntagResourceCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, UntagResourceCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codeguruprofiler/commands/UpdateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/commands/UpdateProfilingGroupCommand.ts index b4c46f8d4776..6bd38a30fac6 100644 --- a/clients/client-codeguruprofiler/commands/UpdateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/commands/UpdateProfilingGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupR /** *

Updates a profiling group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeGuruProfilerClient, UpdateProfilingGroupCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import * // const { CodeGuruProfilerClient, UpdateProfilingGroupCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import diff --git a/clients/client-codepipeline/commands/AcknowledgeJobCommand.ts b/clients/client-codepipeline/commands/AcknowledgeJobCommand.ts index 316d15f6ac45..ad4fe2a9790a 100644 --- a/clients/client-codepipeline/commands/AcknowledgeJobCommand.ts +++ b/clients/client-codepipeline/commands/AcknowledgeJobCommand.ts @@ -24,7 +24,7 @@ export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __Met *

Returns information about a specified job and whether that job has been received by * the job worker. Used for custom actions only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, AcknowledgeJobCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, AcknowledgeJobCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/AcknowledgeThirdPartyJobCommand.ts b/clients/client-codepipeline/commands/AcknowledgeThirdPartyJobCommand.ts index e0f9f32a97d8..7b1892e8f1c4 100644 --- a/clients/client-codepipeline/commands/AcknowledgeThirdPartyJobCommand.ts +++ b/clients/client-codepipeline/commands/AcknowledgeThirdPartyJobCommand.ts @@ -24,7 +24,7 @@ export interface AcknowledgeThirdPartyJobCommandOutput extends AcknowledgeThirdP *

Confirms a job worker has received the specified job. Used for partner actions * only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, AcknowledgeThirdPartyJobCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, AcknowledgeThirdPartyJobCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/CreateCustomActionTypeCommand.ts b/clients/client-codepipeline/commands/CreateCustomActionTypeCommand.ts index 5978f3201de0..167a3d182753 100644 --- a/clients/client-codepipeline/commands/CreateCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/commands/CreateCustomActionTypeCommand.ts @@ -24,7 +24,7 @@ export interface CreateCustomActionTypeCommandOutput extends CreateCustomActionT *

Creates a new custom action that can be used in all pipelines associated with the * AWS account. Only used for custom actions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, CreateCustomActionTypeCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, CreateCustomActionTypeCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/CreatePipelineCommand.ts b/clients/client-codepipeline/commands/CreatePipelineCommand.ts index 5e7104f27468..57161730a881 100644 --- a/clients/client-codepipeline/commands/CreatePipelineCommand.ts +++ b/clients/client-codepipeline/commands/CreatePipelineCommand.ts @@ -29,7 +29,7 @@ export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __Met * artifactStores.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, CreatePipelineCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, CreatePipelineCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/DeleteCustomActionTypeCommand.ts b/clients/client-codepipeline/commands/DeleteCustomActionTypeCommand.ts index 14ebe49aef84..aad82b153842 100644 --- a/clients/client-codepipeline/commands/DeleteCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/commands/DeleteCustomActionTypeCommand.ts @@ -31,7 +31,7 @@ export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {} * version field.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, DeleteCustomActionTypeCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, DeleteCustomActionTypeCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/DeletePipelineCommand.ts b/clients/client-codepipeline/commands/DeletePipelineCommand.ts index 83ad095427f7..2a8cc3f6c6e8 100644 --- a/clients/client-codepipeline/commands/DeletePipelineCommand.ts +++ b/clients/client-codepipeline/commands/DeletePipelineCommand.ts @@ -23,7 +23,7 @@ export interface DeletePipelineCommandOutput extends __MetadataBearer {} /** *

Deletes the specified pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, DeletePipelineCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, DeletePipelineCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/DeleteWebhookCommand.ts b/clients/client-codepipeline/commands/DeleteWebhookCommand.ts index c5f3a66a1231..56eea2b63238 100644 --- a/clients/client-codepipeline/commands/DeleteWebhookCommand.ts +++ b/clients/client-codepipeline/commands/DeleteWebhookCommand.ts @@ -27,7 +27,7 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __Metad * deleted webhook is re-created by calling PutWebhook with the same name, it will have a * different URL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, DeleteWebhookCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, DeleteWebhookCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/DeregisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/commands/DeregisterWebhookWithThirdPartyCommand.ts index 2f36f6d62423..04c2e76b73e3 100644 --- a/clients/client-codepipeline/commands/DeregisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/commands/DeregisterWebhookWithThirdPartyCommand.ts @@ -27,7 +27,7 @@ export interface DeregisterWebhookWithThirdPartyCommandOutput * external tool with events to be detected. Currently supported only for webhooks that * target an action type of GitHub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, DeregisterWebhookWithThirdPartyCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, DeregisterWebhookWithThirdPartyCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/DisableStageTransitionCommand.ts b/clients/client-codepipeline/commands/DisableStageTransitionCommand.ts index d4a844248644..afb84fe40b97 100644 --- a/clients/client-codepipeline/commands/DisableStageTransitionCommand.ts +++ b/clients/client-codepipeline/commands/DisableStageTransitionCommand.ts @@ -24,7 +24,7 @@ export interface DisableStageTransitionCommandOutput extends __MetadataBearer {} *

Prevents artifacts in a pipeline from transitioning to the next stage in the * pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, DisableStageTransitionCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, DisableStageTransitionCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/EnableStageTransitionCommand.ts b/clients/client-codepipeline/commands/EnableStageTransitionCommand.ts index 928d7cdeefed..c644cb4b1d40 100644 --- a/clients/client-codepipeline/commands/EnableStageTransitionCommand.ts +++ b/clients/client-codepipeline/commands/EnableStageTransitionCommand.ts @@ -23,7 +23,7 @@ export interface EnableStageTransitionCommandOutput extends __MetadataBearer {} /** *

Enables artifacts in a pipeline to transition to a stage in a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, EnableStageTransitionCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, EnableStageTransitionCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/GetActionTypeCommand.ts b/clients/client-codepipeline/commands/GetActionTypeCommand.ts index 36152f3ab37f..2da27cecfd67 100644 --- a/clients/client-codepipeline/commands/GetActionTypeCommand.ts +++ b/clients/client-codepipeline/commands/GetActionTypeCommand.ts @@ -25,7 +25,7 @@ export interface GetActionTypeCommandOutput extends GetActionTypeOutput, __Metad * action is to be used by customers of the external provider. The action can be created * with any supported integration model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, GetActionTypeCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, GetActionTypeCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/GetJobDetailsCommand.ts b/clients/client-codepipeline/commands/GetJobDetailsCommand.ts index cafb5401c5fd..43ab9c5c88b1 100644 --- a/clients/client-codepipeline/commands/GetJobDetailsCommand.ts +++ b/clients/client-codepipeline/commands/GetJobDetailsCommand.ts @@ -29,7 +29,7 @@ export interface GetJobDetailsCommandOutput extends GetJobDetailsOutput, __Metad * values defined for the action.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, GetJobDetailsCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, GetJobDetailsCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/GetPipelineCommand.ts b/clients/client-codepipeline/commands/GetPipelineCommand.ts index 35b2f698ce43..f2f80d27397d 100644 --- a/clients/client-codepipeline/commands/GetPipelineCommand.ts +++ b/clients/client-codepipeline/commands/GetPipelineCommand.ts @@ -25,7 +25,7 @@ export interface GetPipelineCommandOutput extends GetPipelineOutput, __MetadataB * return the entire structure of a pipeline in JSON format, which can then be modified and * used to update the pipeline structure with UpdatePipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, GetPipelineCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, GetPipelineCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/GetPipelineExecutionCommand.ts b/clients/client-codepipeline/commands/GetPipelineExecutionCommand.ts index 8cb5efafdbf6..4a490ad5716c 100644 --- a/clients/client-codepipeline/commands/GetPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/commands/GetPipelineExecutionCommand.ts @@ -25,7 +25,7 @@ export interface GetPipelineExecutionCommandOutput extends GetPipelineExecutionO * artifacts, the pipeline execution ID, and the name, version, and status of the * pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, GetPipelineExecutionCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, GetPipelineExecutionCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/GetPipelineStateCommand.ts b/clients/client-codepipeline/commands/GetPipelineStateCommand.ts index bccb7c45e35d..08da826e6bbf 100644 --- a/clients/client-codepipeline/commands/GetPipelineStateCommand.ts +++ b/clients/client-codepipeline/commands/GetPipelineStateCommand.ts @@ -29,7 +29,7 @@ export interface GetPipelineStateCommandOutput extends GetPipelineStateOutput, _ * current state.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, GetPipelineStateCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, GetPipelineStateCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/GetThirdPartyJobDetailsCommand.ts b/clients/client-codepipeline/commands/GetThirdPartyJobDetailsCommand.ts index 0b1901293505..979acb1ad85e 100644 --- a/clients/client-codepipeline/commands/GetThirdPartyJobDetailsCommand.ts +++ b/clients/client-codepipeline/commands/GetThirdPartyJobDetailsCommand.ts @@ -30,7 +30,7 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe * values defined for the action.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, GetThirdPartyJobDetailsCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, GetThirdPartyJobDetailsCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/ListActionExecutionsCommand.ts b/clients/client-codepipeline/commands/ListActionExecutionsCommand.ts index b37245b3935f..2a9b22c72ab5 100644 --- a/clients/client-codepipeline/commands/ListActionExecutionsCommand.ts +++ b/clients/client-codepipeline/commands/ListActionExecutionsCommand.ts @@ -23,7 +23,7 @@ export interface ListActionExecutionsCommandOutput extends ListActionExecutionsO /** *

Lists the action executions that have occurred in a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, ListActionExecutionsCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, ListActionExecutionsCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/ListActionTypesCommand.ts b/clients/client-codepipeline/commands/ListActionTypesCommand.ts index f369e810af4f..d445bdd72216 100644 --- a/clients/client-codepipeline/commands/ListActionTypesCommand.ts +++ b/clients/client-codepipeline/commands/ListActionTypesCommand.ts @@ -24,7 +24,7 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M *

Gets a summary of all AWS CodePipeline action types associated with your * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, ListActionTypesCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, ListActionTypesCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/ListPipelineExecutionsCommand.ts b/clients/client-codepipeline/commands/ListPipelineExecutionsCommand.ts index f86a688c51f7..56b96232b348 100644 --- a/clients/client-codepipeline/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-codepipeline/commands/ListPipelineExecutionsCommand.ts @@ -23,7 +23,7 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti /** *

Gets a summary of the most recent executions for a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, ListPipelineExecutionsCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, ListPipelineExecutionsCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/ListPipelinesCommand.ts b/clients/client-codepipeline/commands/ListPipelinesCommand.ts index d8432dfa7578..2b7968a28833 100644 --- a/clients/client-codepipeline/commands/ListPipelinesCommand.ts +++ b/clients/client-codepipeline/commands/ListPipelinesCommand.ts @@ -23,7 +23,7 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad /** *

Gets a summary of all of the pipelines associated with your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, ListPipelinesCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, ListPipelinesCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/ListTagsForResourceCommand.ts b/clients/client-codepipeline/commands/ListTagsForResourceCommand.ts index bf40f05b6934..7dc36556da01 100644 --- a/clients/client-codepipeline/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codepipeline/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut *

Gets the set of key-value pairs (metadata) that are used to manage the * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, ListTagsForResourceCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/ListWebhooksCommand.ts b/clients/client-codepipeline/commands/ListWebhooksCommand.ts index 3d562289cbb0..c34b459fba2f 100644 --- a/clients/client-codepipeline/commands/ListWebhooksCommand.ts +++ b/clients/client-codepipeline/commands/ListWebhooksCommand.ts @@ -25,7 +25,7 @@ export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __Metadat * lists all webhooks and includes the webhook URL and ARN and the configuration for each * webhook.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, ListWebhooksCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, ListWebhooksCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PollForJobsCommand.ts b/clients/client-codepipeline/commands/PollForJobsCommand.ts index b0f9280f2a6e..9eee58a0f404 100644 --- a/clients/client-codepipeline/commands/PollForJobsCommand.ts +++ b/clients/client-codepipeline/commands/PollForJobsCommand.ts @@ -32,7 +32,7 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB * values defined for the action.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PollForJobsCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PollForJobsCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PollForThirdPartyJobsCommand.ts b/clients/client-codepipeline/commands/PollForThirdPartyJobsCommand.ts index 937a6dc62393..1c26b2f336f2 100644 --- a/clients/client-codepipeline/commands/PollForThirdPartyJobsCommand.ts +++ b/clients/client-codepipeline/commands/PollForThirdPartyJobsCommand.ts @@ -29,7 +29,7 @@ export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJob * that S3 bucket for input or output artifacts.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PollForThirdPartyJobsCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PollForThirdPartyJobsCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PutActionRevisionCommand.ts b/clients/client-codepipeline/commands/PutActionRevisionCommand.ts index b293a4fe6120..5cac49a8e850 100644 --- a/clients/client-codepipeline/commands/PutActionRevisionCommand.ts +++ b/clients/client-codepipeline/commands/PutActionRevisionCommand.ts @@ -23,7 +23,7 @@ export interface PutActionRevisionCommandOutput extends PutActionRevisionOutput, /** *

Provides information to AWS CodePipeline about new revisions to a source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PutActionRevisionCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PutActionRevisionCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PutApprovalResultCommand.ts b/clients/client-codepipeline/commands/PutApprovalResultCommand.ts index ca09d49be808..3fdb2766e4c6 100644 --- a/clients/client-codepipeline/commands/PutApprovalResultCommand.ts +++ b/clients/client-codepipeline/commands/PutApprovalResultCommand.ts @@ -24,7 +24,7 @@ export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput, *

Provides the response to a manual approval request to AWS CodePipeline. Valid * responses include Approved and Rejected.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PutApprovalResultCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PutApprovalResultCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PutJobFailureResultCommand.ts b/clients/client-codepipeline/commands/PutJobFailureResultCommand.ts index af57296bd858..b0ff94cc06c1 100644 --- a/clients/client-codepipeline/commands/PutJobFailureResultCommand.ts +++ b/clients/client-codepipeline/commands/PutJobFailureResultCommand.ts @@ -24,7 +24,7 @@ export interface PutJobFailureResultCommandOutput extends __MetadataBearer {} *

Represents the failure of a job as returned to the pipeline by a job worker. Used * for custom actions only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PutJobFailureResultCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PutJobFailureResultCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PutJobSuccessResultCommand.ts b/clients/client-codepipeline/commands/PutJobSuccessResultCommand.ts index b0bf06c84799..76562c55fb8a 100644 --- a/clients/client-codepipeline/commands/PutJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/commands/PutJobSuccessResultCommand.ts @@ -24,7 +24,7 @@ export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {} *

Represents the success of a job as returned to the pipeline by a job worker. Used * for custom actions only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PutJobSuccessResultCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PutJobSuccessResultCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PutThirdPartyJobFailureResultCommand.ts b/clients/client-codepipeline/commands/PutThirdPartyJobFailureResultCommand.ts index 1d6db6cad7c8..20f59c6a50dc 100644 --- a/clients/client-codepipeline/commands/PutThirdPartyJobFailureResultCommand.ts +++ b/clients/client-codepipeline/commands/PutThirdPartyJobFailureResultCommand.ts @@ -24,7 +24,7 @@ export interface PutThirdPartyJobFailureResultCommandOutput extends __MetadataBe *

Represents the failure of a third party job as returned to the pipeline by a job * worker. Used for partner actions only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PutThirdPartyJobFailureResultCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PutThirdPartyJobFailureResultCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PutThirdPartyJobSuccessResultCommand.ts b/clients/client-codepipeline/commands/PutThirdPartyJobSuccessResultCommand.ts index 3f2f0c942cc8..8a82b8cb9d2c 100644 --- a/clients/client-codepipeline/commands/PutThirdPartyJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/commands/PutThirdPartyJobSuccessResultCommand.ts @@ -24,7 +24,7 @@ export interface PutThirdPartyJobSuccessResultCommandOutput extends __MetadataBe *

Represents the success of a third party job as returned to the pipeline by a job * worker. Used for partner actions only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PutThirdPartyJobSuccessResultCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PutThirdPartyJobSuccessResultCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/PutWebhookCommand.ts b/clients/client-codepipeline/commands/PutWebhookCommand.ts index b794ab7fb475..e204a506fc3f 100644 --- a/clients/client-codepipeline/commands/PutWebhookCommand.ts +++ b/clients/client-codepipeline/commands/PutWebhookCommand.ts @@ -29,7 +29,7 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea * and DeregisterWebhookWithThirdParty APIs can be used to automatically configure * supported third parties to call the generated webhook URL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, PutWebhookCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, PutWebhookCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/RegisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/commands/RegisterWebhookWithThirdPartyCommand.ts index 64ac5a9c6718..6cc498f03fb9 100644 --- a/clients/client-codepipeline/commands/RegisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/commands/RegisterWebhookWithThirdPartyCommand.ts @@ -26,7 +26,7 @@ export interface RegisterWebhookWithThirdPartyCommandOutput *

Configures a connection between the webhook that was created and the external tool * with events to be detected.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, RegisterWebhookWithThirdPartyCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, RegisterWebhookWithThirdPartyCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/RetryStageExecutionCommand.ts b/clients/client-codepipeline/commands/RetryStageExecutionCommand.ts index 9aa6a1a89456..d10f22091faf 100644 --- a/clients/client-codepipeline/commands/RetryStageExecutionCommand.ts +++ b/clients/client-codepipeline/commands/RetryStageExecutionCommand.ts @@ -26,7 +26,7 @@ export interface RetryStageExecutionCommandOutput extends RetryStageExecutionOut * all actions that are still in progress continue working, and failed actions are * triggered again.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, RetryStageExecutionCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, RetryStageExecutionCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/StartPipelineExecutionCommand.ts b/clients/client-codepipeline/commands/StartPipelineExecutionCommand.ts index 6c6d3d614a23..2b32969fd2cb 100644 --- a/clients/client-codepipeline/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/commands/StartPipelineExecutionCommand.ts @@ -24,7 +24,7 @@ export interface StartPipelineExecutionCommandOutput extends StartPipelineExecut *

Starts the specified pipeline. Specifically, it begins processing the latest commit * to the source location specified as part of the pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, StartPipelineExecutionCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, StartPipelineExecutionCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/StopPipelineExecutionCommand.ts b/clients/client-codepipeline/commands/StopPipelineExecutionCommand.ts index ed9bf8b824c6..e039715f3c23 100644 --- a/clients/client-codepipeline/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/commands/StopPipelineExecutionCommand.ts @@ -28,7 +28,7 @@ export interface StopPipelineExecutionCommandOutput extends StopPipelineExecutio * are completed or abandoned, the pipeline execution is in a Stopped * state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, StopPipelineExecutionCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, StopPipelineExecutionCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/TagResourceCommand.ts b/clients/client-codepipeline/commands/TagResourceCommand.ts index 0132dec5f535..20832029c92b 100644 --- a/clients/client-codepipeline/commands/TagResourceCommand.ts +++ b/clients/client-codepipeline/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB *

Adds to or modifies the tags of the given resource. Tags are metadata that can be used * to manage a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, TagResourceCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, TagResourceCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/UntagResourceCommand.ts b/clients/client-codepipeline/commands/UntagResourceCommand.ts index 22083a6e23c3..41a40478d374 100644 --- a/clients/client-codepipeline/commands/UntagResourceCommand.ts +++ b/clients/client-codepipeline/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Removes tags from an AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, UntagResourceCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, UntagResourceCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/UpdateActionTypeCommand.ts b/clients/client-codepipeline/commands/UpdateActionTypeCommand.ts index 71d3df9033a3..1651193035ba 100644 --- a/clients/client-codepipeline/commands/UpdateActionTypeCommand.ts +++ b/clients/client-codepipeline/commands/UpdateActionTypeCommand.ts @@ -26,7 +26,7 @@ export interface UpdateActionTypeCommandOutput extends __MetadataBearer {} * with the action definition and UpdateActionType to provide the full * structure.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, UpdateActionTypeCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, UpdateActionTypeCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codepipeline/commands/UpdatePipelineCommand.ts b/clients/client-codepipeline/commands/UpdatePipelineCommand.ts index 2a2adf6d792b..18ad7ffb7c74 100644 --- a/clients/client-codepipeline/commands/UpdatePipelineCommand.ts +++ b/clients/client-codepipeline/commands/UpdatePipelineCommand.ts @@ -26,7 +26,7 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __Met * structure of the pipeline. Updating the pipeline increases the version number of the * pipeline by 1.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodePipelineClient, UpdatePipelineCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import * // const { CodePipelineClient, UpdatePipelineCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/CreateConnectionCommand.ts b/clients/client-codestar-connections/commands/CreateConnectionCommand.ts index d695a27d7ba8..ffcc2f609018 100644 --- a/clients/client-codestar-connections/commands/CreateConnectionCommand.ts +++ b/clients/client-codestar-connections/commands/CreateConnectionCommand.ts @@ -29,7 +29,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _ * that it can access third-party code repositories. The connection is in pending status until * the third-party connection handshake is completed from the console.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, CreateConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, CreateConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/CreateHostCommand.ts b/clients/client-codestar-connections/commands/CreateHostCommand.ts index cededa90043d..a9a310b5030b 100644 --- a/clients/client-codestar-connections/commands/CreateHostCommand.ts +++ b/clients/client-codestar-connections/commands/CreateHostCommand.ts @@ -34,7 +34,7 @@ export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBea * default. You can make its status `AVAILABLE` by setting up the host in the console.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, CreateHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, CreateHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/DeleteConnectionCommand.ts b/clients/client-codestar-connections/commands/DeleteConnectionCommand.ts index 0af56c0eb718..d2939f62be3c 100644 --- a/clients/client-codestar-connections/commands/DeleteConnectionCommand.ts +++ b/clients/client-codestar-connections/commands/DeleteConnectionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, _ /** *

The connection to be deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, DeleteConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, DeleteConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/DeleteHostCommand.ts b/clients/client-codestar-connections/commands/DeleteHostCommand.ts index d8000cf292c1..5fda3fd18fdb 100644 --- a/clients/client-codestar-connections/commands/DeleteHostCommand.ts +++ b/clients/client-codestar-connections/commands/DeleteHostCommand.ts @@ -30,7 +30,7 @@ export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBea *

A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, DeleteHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, DeleteHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/GetConnectionCommand.ts b/clients/client-codestar-connections/commands/GetConnectionCommand.ts index fa4a7934ef6c..28288692a1e0 100644 --- a/clients/client-codestar-connections/commands/GetConnectionCommand.ts +++ b/clients/client-codestar-connections/commands/GetConnectionCommand.ts @@ -27,7 +27,7 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad /** *

Returns the connection ARN and details such as status, owner, and provider type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, GetConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, GetConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/GetHostCommand.ts b/clients/client-codestar-connections/commands/GetHostCommand.ts index 848e80c7a455..7a7d48a4491e 100644 --- a/clients/client-codestar-connections/commands/GetHostCommand.ts +++ b/clients/client-codestar-connections/commands/GetHostCommand.ts @@ -25,7 +25,7 @@ export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {} *

Returns the host ARN and details such as status, provider type, endpoint, and, if * applicable, the VPC configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, GetHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, GetHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/ListConnectionsCommand.ts b/clients/client-codestar-connections/commands/ListConnectionsCommand.ts index 37dd9e1768fe..edc49e0f2b53 100644 --- a/clients/client-codestar-connections/commands/ListConnectionsCommand.ts +++ b/clients/client-codestar-connections/commands/ListConnectionsCommand.ts @@ -27,7 +27,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M /** *

Lists the connections associated with your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, ListConnectionsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, ListConnectionsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/ListHostsCommand.ts b/clients/client-codestar-connections/commands/ListHostsCommand.ts index 6fec33d54f26..b71a23d28694 100644 --- a/clients/client-codestar-connections/commands/ListHostsCommand.ts +++ b/clients/client-codestar-connections/commands/ListHostsCommand.ts @@ -24,7 +24,7 @@ export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBeare /** *

Lists the hosts associated with your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, ListHostsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, ListHostsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-connections/commands/ListTagsForResourceCommand.ts index 6b96e9557841..9413a0dfce24 100644 --- a/clients/client-codestar-connections/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-connections/commands/ListTagsForResourceCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

Gets the set of key-value pairs (metadata) that are used to manage the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, ListTagsForResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/TagResourceCommand.ts b/clients/client-codestar-connections/commands/TagResourceCommand.ts index 7faf09f16e06..304060cfda57 100644 --- a/clients/client-codestar-connections/commands/TagResourceCommand.ts +++ b/clients/client-codestar-connections/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB *

Adds to or modifies the tags of the given resource. Tags are metadata that can be used * to manage a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, TagResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, TagResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/UntagResourceCommand.ts b/clients/client-codestar-connections/commands/UntagResourceCommand.ts index cc7eb7250e19..5c62c7daded5 100644 --- a/clients/client-codestar-connections/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-connections/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Removes tags from an AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, UntagResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, UntagResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-connections/commands/UpdateHostCommand.ts b/clients/client-codestar-connections/commands/UpdateHostCommand.ts index 386b469da885..9cde28e03bc0 100644 --- a/clients/client-codestar-connections/commands/UpdateHostCommand.ts +++ b/clients/client-codestar-connections/commands/UpdateHostCommand.ts @@ -27,7 +27,7 @@ export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBea /** *

Updates a specified host with the provided configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarConnectionsClient, UpdateHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import * // const { CodeStarConnectionsClient, UpdateHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/CreateNotificationRuleCommand.ts b/clients/client-codestar-notifications/commands/CreateNotificationRuleCommand.ts index ec39bd5f930f..4419af0a52e1 100644 --- a/clients/client-codestar-notifications/commands/CreateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/commands/CreateNotificationRuleCommand.ts @@ -29,7 +29,7 @@ export interface CreateNotificationRuleCommandOutput extends CreateNotificationR * notifications about and the targets (such as SNS topics) where you want to receive * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, CreateNotificationRuleCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, CreateNotificationRuleCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/DeleteNotificationRuleCommand.ts b/clients/client-codestar-notifications/commands/DeleteNotificationRuleCommand.ts index 89c0547c4d5a..7f6f827f2f69 100644 --- a/clients/client-codestar-notifications/commands/DeleteNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/commands/DeleteNotificationRuleCommand.ts @@ -27,7 +27,7 @@ export interface DeleteNotificationRuleCommandOutput extends DeleteNotificationR /** *

Deletes a notification rule for a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, DeleteNotificationRuleCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, DeleteNotificationRuleCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/DeleteTargetCommand.ts b/clients/client-codestar-notifications/commands/DeleteTargetCommand.ts index ed2ae3773c29..cf845a5e3651 100644 --- a/clients/client-codestar-notifications/commands/DeleteTargetCommand.ts +++ b/clients/client-codestar-notifications/commands/DeleteTargetCommand.ts @@ -27,7 +27,7 @@ export interface DeleteTargetCommandOutput extends DeleteTargetResult, __Metadat /** *

Deletes a specified target for notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, DeleteTargetCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, DeleteTargetCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/DescribeNotificationRuleCommand.ts b/clients/client-codestar-notifications/commands/DescribeNotificationRuleCommand.ts index a8ec5faba9d2..6ea8cde29c73 100644 --- a/clients/client-codestar-notifications/commands/DescribeNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/commands/DescribeNotificationRuleCommand.ts @@ -27,7 +27,7 @@ export interface DescribeNotificationRuleCommandOutput extends DescribeNotificat /** *

Returns information about a specified notification rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, DescribeNotificationRuleCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, DescribeNotificationRuleCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/ListEventTypesCommand.ts b/clients/client-codestar-notifications/commands/ListEventTypesCommand.ts index b1f5b274e303..5edf306c3a2f 100644 --- a/clients/client-codestar-notifications/commands/ListEventTypesCommand.ts +++ b/clients/client-codestar-notifications/commands/ListEventTypesCommand.ts @@ -27,7 +27,7 @@ export interface ListEventTypesCommandOutput extends ListEventTypesResult, __Met /** *

Returns information about the event types available for configuring notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, ListEventTypesCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, ListEventTypesCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/ListNotificationRulesCommand.ts b/clients/client-codestar-notifications/commands/ListNotificationRulesCommand.ts index e5633f96a33c..2ab1b69f7e0c 100644 --- a/clients/client-codestar-notifications/commands/ListNotificationRulesCommand.ts +++ b/clients/client-codestar-notifications/commands/ListNotificationRulesCommand.ts @@ -27,7 +27,7 @@ export interface ListNotificationRulesCommandOutput extends ListNotificationRule /** *

Returns a list of the notification rules for an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, ListNotificationRulesCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, ListNotificationRulesCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-notifications/commands/ListTagsForResourceCommand.ts index 19be80686081..0967661849a9 100644 --- a/clients/client-codestar-notifications/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-notifications/commands/ListTagsForResourceCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of the tags associated with a notification rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, ListTagsForResourceCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/ListTargetsCommand.ts b/clients/client-codestar-notifications/commands/ListTargetsCommand.ts index 9f97a748c26c..6bc02f4fdfeb 100644 --- a/clients/client-codestar-notifications/commands/ListTargetsCommand.ts +++ b/clients/client-codestar-notifications/commands/ListTargetsCommand.ts @@ -27,7 +27,7 @@ export interface ListTargetsCommandOutput extends ListTargetsResult, __MetadataB /** *

Returns a list of the notification rule targets for an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, ListTargetsCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, ListTargetsCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/SubscribeCommand.ts b/clients/client-codestar-notifications/commands/SubscribeCommand.ts index 73d93f92fd9e..baa4ff831728 100644 --- a/clients/client-codestar-notifications/commands/SubscribeCommand.ts +++ b/clients/client-codestar-notifications/commands/SubscribeCommand.ts @@ -29,7 +29,7 @@ export interface SubscribeCommandOutput extends SubscribeResult, __MetadataBeare * associated target can receive notifications when the events described in the rule are * triggered.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, SubscribeCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, SubscribeCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/TagResourceCommand.ts b/clients/client-codestar-notifications/commands/TagResourceCommand.ts index 8fa05130f1de..d02d64504dee 100644 --- a/clients/client-codestar-notifications/commands/TagResourceCommand.ts +++ b/clients/client-codestar-notifications/commands/TagResourceCommand.ts @@ -27,7 +27,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB /** *

Associates a set of provided tags with a notification rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, TagResourceCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, TagResourceCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/UnsubscribeCommand.ts b/clients/client-codestar-notifications/commands/UnsubscribeCommand.ts index 5b34f96ead5c..cabe674b37fc 100644 --- a/clients/client-codestar-notifications/commands/UnsubscribeCommand.ts +++ b/clients/client-codestar-notifications/commands/UnsubscribeCommand.ts @@ -29,7 +29,7 @@ export interface UnsubscribeCommandOutput extends UnsubscribeResult, __MetadataB * subscribers to that topic stop receiving notifications when the events described in the * rule are triggered.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, UnsubscribeCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, UnsubscribeCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/UntagResourceCommand.ts b/clients/client-codestar-notifications/commands/UntagResourceCommand.ts index 6c9a8ba8a172..95474d4a14ad 100644 --- a/clients/client-codestar-notifications/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-notifications/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad *

Removes the association between one or more provided tags and a notification * rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, UntagResourceCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, UntagResourceCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar-notifications/commands/UpdateNotificationRuleCommand.ts b/clients/client-codestar-notifications/commands/UpdateNotificationRuleCommand.ts index b1c1950ea995..99897ab53530 100644 --- a/clients/client-codestar-notifications/commands/UpdateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/commands/UpdateNotificationRuleCommand.ts @@ -32,7 +32,7 @@ export interface UpdateNotificationRuleCommandOutput extends UpdateNotificationR *

To add or remove tags for a notification rule, you must use TagResource and UntagResource.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodestarNotificationsClient, UpdateNotificationRuleCommand } from "@aws-sdk/client-codestar-notifications"; // ES Modules import * // const { CodestarNotificationsClient, UpdateNotificationRuleCommand } = require("@aws-sdk/client-codestar-notifications"); // CommonJS import diff --git a/clients/client-codestar/commands/AssociateTeamMemberCommand.ts b/clients/client-codestar/commands/AssociateTeamMemberCommand.ts index 567d6d63a4fc..7ee4c6323a38 100644 --- a/clients/client-codestar/commands/AssociateTeamMemberCommand.ts +++ b/clients/client-codestar/commands/AssociateTeamMemberCommand.ts @@ -23,7 +23,7 @@ export interface AssociateTeamMemberCommandOutput extends AssociateTeamMemberRes /** *

Adds an IAM user to the team for an AWS CodeStar project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, AssociateTeamMemberCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, AssociateTeamMemberCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/CreateProjectCommand.ts b/clients/client-codestar/commands/CreateProjectCommand.ts index fcf0f8e37b6e..616a051dc4da 100644 --- a/clients/client-codestar/commands/CreateProjectCommand.ts +++ b/clients/client-codestar/commands/CreateProjectCommand.ts @@ -25,7 +25,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad * a submitted project request. A set of source code files and a toolchain template file * can be included with the project request. If these are not provided, an empty project is created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, CreateProjectCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, CreateProjectCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/CreateUserProfileCommand.ts b/clients/client-codestar/commands/CreateUserProfileCommand.ts index 9b0713e90ab3..a0e026426f25 100644 --- a/clients/client-codestar/commands/CreateUserProfileCommand.ts +++ b/clients/client-codestar/commands/CreateUserProfileCommand.ts @@ -26,7 +26,7 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileResult, * project-specific. Information in the user profile is displayed wherever the user's information * appears to other users in AWS CodeStar.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, CreateUserProfileCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, CreateUserProfileCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/DeleteProjectCommand.ts b/clients/client-codestar/commands/DeleteProjectCommand.ts index dd6817d9e6b7..8a8f94a84175 100644 --- a/clients/client-codestar/commands/DeleteProjectCommand.ts +++ b/clients/client-codestar/commands/DeleteProjectCommand.ts @@ -24,7 +24,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad *

Deletes a project, including project resources. Does not delete users associated with * the project, but does delete the IAM roles that allowed access to the project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, DeleteProjectCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, DeleteProjectCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/DeleteUserProfileCommand.ts b/clients/client-codestar/commands/DeleteUserProfileCommand.ts index 99e731ca9a3c..a77f455141a4 100644 --- a/clients/client-codestar/commands/DeleteUserProfileCommand.ts +++ b/clients/client-codestar/commands/DeleteUserProfileCommand.ts @@ -25,7 +25,7 @@ export interface DeleteUserProfileCommandOutput extends DeleteUserProfileResult, * that profile, such as display name and email address. It does not delete the history of that * user, for example the history of commits made by that user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, DeleteUserProfileCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, DeleteUserProfileCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/DescribeProjectCommand.ts b/clients/client-codestar/commands/DescribeProjectCommand.ts index f7676e04081b..e9746aeb59b8 100644 --- a/clients/client-codestar/commands/DescribeProjectCommand.ts +++ b/clients/client-codestar/commands/DescribeProjectCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResult, __M /** *

Describes a project and its resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, DescribeProjectCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, DescribeProjectCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/DescribeUserProfileCommand.ts b/clients/client-codestar/commands/DescribeUserProfileCommand.ts index c6b81a359b5a..642e822146e8 100644 --- a/clients/client-codestar/commands/DescribeUserProfileCommand.ts +++ b/clients/client-codestar/commands/DescribeUserProfileCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes /** *

Describes a user in AWS CodeStar and the user attributes across all projects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, DescribeUserProfileCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, DescribeUserProfileCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/DisassociateTeamMemberCommand.ts b/clients/client-codestar/commands/DisassociateTeamMemberCommand.ts index b1208eb78e1d..6a09a7d58d72 100644 --- a/clients/client-codestar/commands/DisassociateTeamMemberCommand.ts +++ b/clients/client-codestar/commands/DisassociateTeamMemberCommand.ts @@ -26,7 +26,7 @@ export interface DisassociateTeamMemberCommandOutput extends DisassociateTeamMem * team member does not remove that user's profile from AWS CodeStar. It does not remove the user from * IAM.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, DisassociateTeamMemberCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, DisassociateTeamMemberCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/ListProjectsCommand.ts b/clients/client-codestar/commands/ListProjectsCommand.ts index afc042c68d08..8651d9a6ec1d 100644 --- a/clients/client-codestar/commands/ListProjectsCommand.ts +++ b/clients/client-codestar/commands/ListProjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat /** *

Lists all projects in AWS CodeStar associated with your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, ListProjectsCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, ListProjectsCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/ListResourcesCommand.ts b/clients/client-codestar/commands/ListResourcesCommand.ts index 4f6f58d946a8..71721dbe77a8 100644 --- a/clients/client-codestar/commands/ListResourcesCommand.ts +++ b/clients/client-codestar/commands/ListResourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResult, __Metad /** *

Lists resources associated with a project in AWS CodeStar.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, ListResourcesCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, ListResourcesCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/ListTagsForProjectCommand.ts b/clients/client-codestar/commands/ListTagsForProjectCommand.ts index 41256004a21e..77e40f8da8c6 100644 --- a/clients/client-codestar/commands/ListTagsForProjectCommand.ts +++ b/clients/client-codestar/commands/ListTagsForProjectCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForProjectCommandOutput extends ListTagsForProjectResul /** *

Gets the tags for a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, ListTagsForProjectCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, ListTagsForProjectCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/ListTeamMembersCommand.ts b/clients/client-codestar/commands/ListTeamMembersCommand.ts index cc515a577707..56033f0ac910 100644 --- a/clients/client-codestar/commands/ListTeamMembersCommand.ts +++ b/clients/client-codestar/commands/ListTeamMembersCommand.ts @@ -23,7 +23,7 @@ export interface ListTeamMembersCommandOutput extends ListTeamMembersResult, __M /** *

Lists all team members associated with a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, ListTeamMembersCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, ListTeamMembersCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/ListUserProfilesCommand.ts b/clients/client-codestar/commands/ListUserProfilesCommand.ts index f2d64417e033..fa7dfdc67e81 100644 --- a/clients/client-codestar/commands/ListUserProfilesCommand.ts +++ b/clients/client-codestar/commands/ListUserProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListUserProfilesCommandOutput extends ListUserProfilesResult, _ /** *

Lists all the user profiles configured for your AWS account in AWS CodeStar.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, ListUserProfilesCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, ListUserProfilesCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/TagProjectCommand.ts b/clients/client-codestar/commands/TagProjectCommand.ts index 7a81c08e5d45..22b20ae92142 100644 --- a/clients/client-codestar/commands/TagProjectCommand.ts +++ b/clients/client-codestar/commands/TagProjectCommand.ts @@ -23,7 +23,7 @@ export interface TagProjectCommandOutput extends TagProjectResult, __MetadataBea /** *

Adds tags to a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, TagProjectCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, TagProjectCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/UntagProjectCommand.ts b/clients/client-codestar/commands/UntagProjectCommand.ts index 3a0f0712d786..9ccd82b20312 100644 --- a/clients/client-codestar/commands/UntagProjectCommand.ts +++ b/clients/client-codestar/commands/UntagProjectCommand.ts @@ -23,7 +23,7 @@ export interface UntagProjectCommandOutput extends UntagProjectResult, __Metadat /** *

Removes tags from a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, UntagProjectCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, UntagProjectCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/UpdateProjectCommand.ts b/clients/client-codestar/commands/UpdateProjectCommand.ts index 2924a4957ebe..38fc9a6e2f1c 100644 --- a/clients/client-codestar/commands/UpdateProjectCommand.ts +++ b/clients/client-codestar/commands/UpdateProjectCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad /** *

Updates a project in AWS CodeStar.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, UpdateProjectCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, UpdateProjectCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/UpdateTeamMemberCommand.ts b/clients/client-codestar/commands/UpdateTeamMemberCommand.ts index b6ee4d49fd02..387910efbf33 100644 --- a/clients/client-codestar/commands/UpdateTeamMemberCommand.ts +++ b/clients/client-codestar/commands/UpdateTeamMemberCommand.ts @@ -25,7 +25,7 @@ export interface UpdateTeamMemberCommandOutput extends UpdateTeamMemberResult, _ * team member's role in the project, or change whether they have remote access to project * resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, UpdateTeamMemberCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, UpdateTeamMemberCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-codestar/commands/UpdateUserProfileCommand.ts b/clients/client-codestar/commands/UpdateUserProfileCommand.ts index a3a05df74cf7..61911a68ccd7 100644 --- a/clients/client-codestar/commands/UpdateUserProfileCommand.ts +++ b/clients/client-codestar/commands/UpdateUserProfileCommand.ts @@ -25,7 +25,7 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileResult, * Information in the user profile is displayed wherever the user's information appears to other * users in AWS CodeStar.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CodeStarClient, UpdateUserProfileCommand } from "@aws-sdk/client-codestar"; // ES Modules import * // const { CodeStarClient, UpdateUserProfileCommand } = require("@aws-sdk/client-codestar"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AddCustomAttributesCommand.ts b/clients/client-cognito-identity-provider/commands/AddCustomAttributesCommand.ts index b614e77de805..00f546eccf3e 100644 --- a/clients/client-cognito-identity-provider/commands/AddCustomAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AddCustomAttributesCommand.ts @@ -28,7 +28,7 @@ export interface AddCustomAttributesCommandOutput extends AddCustomAttributesRes /** *

Adds additional user attributes to the user pool schema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AddCustomAttributesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AddCustomAttributesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminAddUserToGroupCommand.ts b/clients/client-cognito-identity-provider/commands/AdminAddUserToGroupCommand.ts index da823b5c7707..461f46652c2a 100644 --- a/clients/client-cognito-identity-provider/commands/AdminAddUserToGroupCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminAddUserToGroupCommand.ts @@ -29,7 +29,7 @@ export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {} *

Adds the specified user to the specified group.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminAddUserToGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminAddUserToGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/commands/AdminConfirmSignUpCommand.ts index e2f9bbd33e30..04ba199e9b4b 100644 --- a/clients/client-cognito-identity-provider/commands/AdminConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminConfirmSignUpCommand.ts @@ -30,7 +30,7 @@ export interface AdminConfirmSignUpCommandOutput extends AdminConfirmSignUpRespo * user.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminConfirmSignUpCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminConfirmSignUpCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminCreateUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminCreateUserCommand.ts index 4b9712e76977..0ce0fcc19be6 100644 --- a/clients/client-cognito-identity-provider/commands/AdminCreateUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminCreateUserCommand.ts @@ -39,7 +39,7 @@ export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, _ *

* AdminCreateUser requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminCreateUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminCreateUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminDeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/commands/AdminDeleteUserAttributesCommand.ts index d049a8420a20..bb819a4f5903 100644 --- a/clients/client-cognito-identity-provider/commands/AdminDeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminDeleteUserAttributesCommand.ts @@ -30,7 +30,7 @@ export interface AdminDeleteUserAttributesCommandOutput extends AdminDeleteUserA * user.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminDeleteUserAttributesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminDeleteUserAttributesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminDeleteUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminDeleteUserCommand.ts index 97cfb6ed560e..b9bdc2f8dbe5 100644 --- a/clients/client-cognito-identity-provider/commands/AdminDeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminDeleteUserCommand.ts @@ -29,7 +29,7 @@ export interface AdminDeleteUserCommandOutput extends __MetadataBearer {} *

Deletes a user as an administrator. Works on any user.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminDeleteUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminDeleteUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminDisableProviderForUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminDisableProviderForUserCommand.ts index 466369b631f6..156092c7fe68 100644 --- a/clients/client-cognito-identity-provider/commands/AdminDisableProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminDisableProviderForUserCommand.ts @@ -57,7 +57,7 @@ export interface AdminDisableProviderForUserCommandOutput * ProviderAttributeValue must be the subject of the SAML * assertion.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminDisableProviderForUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminDisableProviderForUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminDisableUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminDisableUserCommand.ts index 5c81d27bbe14..08fd2a13038c 100644 --- a/clients/client-cognito-identity-provider/commands/AdminDisableUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminDisableUserCommand.ts @@ -29,7 +29,7 @@ export interface AdminDisableUserCommandOutput extends AdminDisableUserResponse, *

Disables the specified user.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminDisableUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminDisableUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminEnableUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminEnableUserCommand.ts index b5df0bbe6e37..c2f50226e410 100644 --- a/clients/client-cognito-identity-provider/commands/AdminEnableUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminEnableUserCommand.ts @@ -29,7 +29,7 @@ export interface AdminEnableUserCommandOutput extends AdminEnableUserResponse, _ *

Enables the specified user as an administrator. Works on any user.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminEnableUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminEnableUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/commands/AdminForgetDeviceCommand.ts index 9321935183bb..5cde03491118 100644 --- a/clients/client-cognito-identity-provider/commands/AdminForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminForgetDeviceCommand.ts @@ -29,7 +29,7 @@ export interface AdminForgetDeviceCommandOutput extends __MetadataBearer {} *

Forgets the device, as an administrator.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminForgetDeviceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminForgetDeviceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminGetDeviceCommand.ts b/clients/client-cognito-identity-provider/commands/AdminGetDeviceCommand.ts index 095d5313ed74..849f7a02de7e 100644 --- a/clients/client-cognito-identity-provider/commands/AdminGetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminGetDeviceCommand.ts @@ -29,7 +29,7 @@ export interface AdminGetDeviceCommandOutput extends AdminGetDeviceResponse, __M *

Gets the device, as an administrator.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminGetDeviceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminGetDeviceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminGetUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminGetUserCommand.ts index 0f2cce63f3e1..098db36068a5 100644 --- a/clients/client-cognito-identity-provider/commands/AdminGetUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminGetUserCommand.ts @@ -30,7 +30,7 @@ export interface AdminGetUserCommandOutput extends AdminGetUserResponse, __Metad * user.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminGetUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminGetUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminInitiateAuthCommand.ts b/clients/client-cognito-identity-provider/commands/AdminInitiateAuthCommand.ts index f45445256f9b..23c21d347754 100644 --- a/clients/client-cognito-identity-provider/commands/AdminInitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminInitiateAuthCommand.ts @@ -29,7 +29,7 @@ export interface AdminInitiateAuthCommandOutput extends AdminInitiateAuthRespons *

Initiates the authentication flow, as an administrator.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminInitiateAuthCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminInitiateAuthCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminLinkProviderForUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminLinkProviderForUserCommand.ts index 4a586b0a0dee..923b56872779 100644 --- a/clients/client-cognito-identity-provider/commands/AdminLinkProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminLinkProviderForUserCommand.ts @@ -48,7 +48,7 @@ export interface AdminLinkProviderForUserCommandOutput extends AdminLinkProvider *

This action is enabled only for admin access and requires developer * credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminLinkProviderForUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminLinkProviderForUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminListDevicesCommand.ts b/clients/client-cognito-identity-provider/commands/AdminListDevicesCommand.ts index 4e0a8d6aa097..692879c7006d 100644 --- a/clients/client-cognito-identity-provider/commands/AdminListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminListDevicesCommand.ts @@ -29,7 +29,7 @@ export interface AdminListDevicesCommandOutput extends AdminListDevicesResponse, *

Lists devices, as an administrator.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminListDevicesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminListDevicesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminListGroupsForUserCommand.ts b/clients/client-cognito-identity-provider/commands/AdminListGroupsForUserCommand.ts index bb560f2b2bf1..b1c471493ce3 100644 --- a/clients/client-cognito-identity-provider/commands/AdminListGroupsForUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminListGroupsForUserCommand.ts @@ -29,7 +29,7 @@ export interface AdminListGroupsForUserCommandOutput extends AdminListGroupsForU *

Lists the groups that the user belongs to.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminListGroupsForUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminListGroupsForUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminListUserAuthEventsCommand.ts b/clients/client-cognito-identity-provider/commands/AdminListUserAuthEventsCommand.ts index 9f1e1c029408..beb91c0e4479 100644 --- a/clients/client-cognito-identity-provider/commands/AdminListUserAuthEventsCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminListUserAuthEventsCommand.ts @@ -29,7 +29,7 @@ export interface AdminListUserAuthEventsCommandOutput extends AdminListUserAuthE *

Lists a history of user activity and any risks detected as part of Amazon Cognito * advanced security.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminListUserAuthEventsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminListUserAuthEventsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminRemoveUserFromGroupCommand.ts b/clients/client-cognito-identity-provider/commands/AdminRemoveUserFromGroupCommand.ts index cc67b987314d..f94c13464bfb 100644 --- a/clients/client-cognito-identity-provider/commands/AdminRemoveUserFromGroupCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminRemoveUserFromGroupCommand.ts @@ -29,7 +29,7 @@ export interface AdminRemoveUserFromGroupCommandOutput extends __MetadataBearer *

Removes the specified user from the specified group.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminRemoveUserFromGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminRemoveUserFromGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminResetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/commands/AdminResetUserPasswordCommand.ts index 86329481003d..c6033d1fdd3b 100644 --- a/clients/client-cognito-identity-provider/commands/AdminResetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminResetUserPasswordCommand.ts @@ -38,7 +38,7 @@ export interface AdminResetUserPasswordCommandOutput extends AdminResetUserPassw * change their password.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminResetUserPasswordCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminResetUserPasswordCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminRespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/commands/AdminRespondToAuthChallengeCommand.ts index ad71d0a10d93..afa1d34a875a 100644 --- a/clients/client-cognito-identity-provider/commands/AdminRespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminRespondToAuthChallengeCommand.ts @@ -31,7 +31,7 @@ export interface AdminRespondToAuthChallengeCommandOutput *

Responds to an authentication challenge, as an administrator.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminRespondToAuthChallengeCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminRespondToAuthChallengeCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminSetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/commands/AdminSetUserMFAPreferenceCommand.ts index a471b9b46454..f6f63409638c 100644 --- a/clients/client-cognito-identity-provider/commands/AdminSetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminSetUserMFAPreferenceCommand.ts @@ -32,7 +32,7 @@ export interface AdminSetUserMFAPreferenceCommandOutput extends AdminSetUserMFAP * enabled. If multiple options are enabled and no preference is set, a challenge to choose * an MFA option will be returned during sign in.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminSetUserMFAPreferenceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminSetUserMFAPreferenceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminSetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/commands/AdminSetUserPasswordCommand.ts index 6d2e3e37f3f4..25d8e4885641 100644 --- a/clients/client-cognito-identity-provider/commands/AdminSetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminSetUserPasswordCommand.ts @@ -37,7 +37,7 @@ export interface AdminSetUserPasswordCommandOutput extends AdminSetUserPasswordR *

Once the user has set a new password, or the password is permanent, the user status * will be set to Confirmed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminSetUserPasswordCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminSetUserPasswordCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminSetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/commands/AdminSetUserSettingsCommand.ts index 4f33540228e5..3aefd1904790 100644 --- a/clients/client-cognito-identity-provider/commands/AdminSetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminSetUserSettingsCommand.ts @@ -31,7 +31,7 @@ export interface AdminSetUserSettingsCommandOutput extends AdminSetUserSettingsR * only SMS MFA. You can't use it to configure TOTP software token MFA. To configure either * type of MFA, use AdminSetUserMFAPreference instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminSetUserSettingsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminSetUserSettingsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminUpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/commands/AdminUpdateAuthEventFeedbackCommand.ts index aa96ddba60e1..3225e68715e2 100644 --- a/clients/client-cognito-identity-provider/commands/AdminUpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminUpdateAuthEventFeedbackCommand.ts @@ -32,7 +32,7 @@ export interface AdminUpdateAuthEventFeedbackCommandOutput * This feedback is used for improving the risk evaluation decision for the user pool as * part of Amazon Cognito advanced security.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminUpdateAuthEventFeedbackCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminUpdateAuthEventFeedbackCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminUpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/commands/AdminUpdateDeviceStatusCommand.ts index 126ae71f7af4..0e89aa5915e6 100644 --- a/clients/client-cognito-identity-provider/commands/AdminUpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminUpdateDeviceStatusCommand.ts @@ -29,7 +29,7 @@ export interface AdminUpdateDeviceStatusCommandOutput extends AdminUpdateDeviceS *

Updates the device status as an administrator.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminUpdateDeviceStatusCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminUpdateDeviceStatusCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminUpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/commands/AdminUpdateUserAttributesCommand.ts index 523be52cc0e5..03660eed27ef 100644 --- a/clients/client-cognito-identity-provider/commands/AdminUpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminUpdateUserAttributesCommand.ts @@ -34,7 +34,7 @@ export interface AdminUpdateUserAttributesCommandOutput extends AdminUpdateUserA * email as verified.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminUpdateUserAttributesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminUpdateUserAttributesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AdminUserGlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/commands/AdminUserGlobalSignOutCommand.ts index 186f15316a5f..b376f4428ff3 100644 --- a/clients/client-cognito-identity-provider/commands/AdminUserGlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AdminUserGlobalSignOutCommand.ts @@ -31,7 +31,7 @@ export interface AdminUserGlobalSignOutCommandOutput extends AdminUserGlobalSign * their expiry. Access and Id tokens expire one hour after they are issued.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AdminUserGlobalSignOutCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AdminUserGlobalSignOutCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/AssociateSoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/commands/AssociateSoftwareTokenCommand.ts index 5c7d9432e833..6d8822f5d491 100644 --- a/clients/client-cognito-identity-provider/commands/AssociateSoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/commands/AssociateSoftwareTokenCommand.ts @@ -29,7 +29,7 @@ export interface AssociateSoftwareTokenCommandOutput extends AssociateSoftwareTo *

Returns a unique generated shared secret key code for the user account. The request * takes an access token or a session string, but not both.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, AssociateSoftwareTokenCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, AssociateSoftwareTokenCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ChangePasswordCommand.ts b/clients/client-cognito-identity-provider/commands/ChangePasswordCommand.ts index 9a1862f36dc0..19312954671f 100644 --- a/clients/client-cognito-identity-provider/commands/ChangePasswordCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ChangePasswordCommand.ts @@ -27,7 +27,7 @@ export interface ChangePasswordCommandOutput extends ChangePasswordResponse, __M /** *

Changes the password for a specified user in a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ChangePasswordCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ChangePasswordCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ConfirmDeviceCommand.ts b/clients/client-cognito-identity-provider/commands/ConfirmDeviceCommand.ts index bf45832a671b..f334c2856531 100644 --- a/clients/client-cognito-identity-provider/commands/ConfirmDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ConfirmDeviceCommand.ts @@ -29,7 +29,7 @@ export interface ConfirmDeviceCommandOutput extends ConfirmDeviceResponse, __Met *

Confirms tracking of the device. This API call is the call that begins device * tracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ConfirmDeviceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ConfirmDeviceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ConfirmForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/commands/ConfirmForgotPasswordCommand.ts index 4b40af364dd0..577e14ea0d6a 100644 --- a/clients/client-cognito-identity-provider/commands/ConfirmForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ConfirmForgotPasswordCommand.ts @@ -27,7 +27,7 @@ export interface ConfirmForgotPasswordCommandOutput extends ConfirmForgotPasswor /** *

Allows a user to enter a confirmation code to reset a forgotten password.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ConfirmForgotPasswordCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ConfirmForgotPasswordCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/commands/ConfirmSignUpCommand.ts index 6c1dedeac90b..26798aae38b8 100644 --- a/clients/client-cognito-identity-provider/commands/ConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ConfirmSignUpCommand.ts @@ -28,7 +28,7 @@ export interface ConfirmSignUpCommandOutput extends ConfirmSignUpResponse, __Met *

Confirms registration of a user and handles the existing alias from a previous * user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ConfirmSignUpCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ConfirmSignUpCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/CreateGroupCommand.ts b/clients/client-cognito-identity-provider/commands/CreateGroupCommand.ts index 5d022a91177d..2c3445a33505 100644 --- a/clients/client-cognito-identity-provider/commands/CreateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/commands/CreateGroupCommand.ts @@ -29,7 +29,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat *

Creates a new group in the specified user pool.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, CreateGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, CreateGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/CreateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/commands/CreateIdentityProviderCommand.ts index 7675353f07c3..64d76c5f1169 100644 --- a/clients/client-cognito-identity-provider/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/commands/CreateIdentityProviderCommand.ts @@ -28,7 +28,7 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi /** *

Creates an identity provider for a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, CreateIdentityProviderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, CreateIdentityProviderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/CreateResourceServerCommand.ts b/clients/client-cognito-identity-provider/commands/CreateResourceServerCommand.ts index 401c9fd5b273..ebae740b6fd1 100644 --- a/clients/client-cognito-identity-provider/commands/CreateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/commands/CreateResourceServerCommand.ts @@ -28,7 +28,7 @@ export interface CreateResourceServerCommandOutput extends CreateResourceServerR /** *

Creates a new OAuth2.0 resource server and defines custom scopes in it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, CreateResourceServerCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, CreateResourceServerCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/CreateUserImportJobCommand.ts b/clients/client-cognito-identity-provider/commands/CreateUserImportJobCommand.ts index ef96a32a7c19..bf581c765a9f 100644 --- a/clients/client-cognito-identity-provider/commands/CreateUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/commands/CreateUserImportJobCommand.ts @@ -28,7 +28,7 @@ export interface CreateUserImportJobCommandOutput extends CreateUserImportJobRes /** *

Creates the user import job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, CreateUserImportJobCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, CreateUserImportJobCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/CreateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/commands/CreateUserPoolClientCommand.ts index 901fa8a425fc..fe0a1d245965 100644 --- a/clients/client-cognito-identity-provider/commands/CreateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/commands/CreateUserPoolClientCommand.ts @@ -28,7 +28,7 @@ export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientR /** *

Creates the user pool client.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, CreateUserPoolClientCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, CreateUserPoolClientCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/CreateUserPoolCommand.ts b/clients/client-cognito-identity-provider/commands/CreateUserPoolCommand.ts index da903c041745..3690e0f6c443 100644 --- a/clients/client-cognito-identity-provider/commands/CreateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/commands/CreateUserPoolCommand.ts @@ -29,7 +29,7 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M *

Creates a new Amazon Cognito user pool and sets the password policy for the * pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, CreateUserPoolCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, CreateUserPoolCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/CreateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/commands/CreateUserPoolDomainCommand.ts index 29a6837cab27..a66dcd451cf3 100644 --- a/clients/client-cognito-identity-provider/commands/CreateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/commands/CreateUserPoolDomainCommand.ts @@ -28,7 +28,7 @@ export interface CreateUserPoolDomainCommandOutput extends CreateUserPoolDomainR /** *

Creates a new domain for a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, CreateUserPoolDomainCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, CreateUserPoolDomainCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteGroupCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteGroupCommand.ts index 301495f29ee0..077b2e1d0e2d 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteGroupCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteGroupCommand.ts @@ -29,7 +29,7 @@ export interface DeleteGroupCommandOutput extends __MetadataBearer {} *

Deletes a group.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteIdentityProviderCommand.ts index 8e3264fb30f7..a52f29ea4698 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteIdentityProviderCommand.ts @@ -28,7 +28,7 @@ export interface DeleteIdentityProviderCommandOutput extends __MetadataBearer {} /** *

Deletes an identity provider for a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteIdentityProviderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteIdentityProviderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteResourceServerCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteResourceServerCommand.ts index 05e3a152575b..0c161d338bb4 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteResourceServerCommand.ts @@ -28,7 +28,7 @@ export interface DeleteResourceServerCommandOutput extends __MetadataBearer {} /** *

Deletes a resource server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteResourceServerCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteResourceServerCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteUserAttributesCommand.ts index 1bc406d022d3..480bdc1c0e88 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteUserAttributesCommand.ts @@ -27,7 +27,7 @@ export interface DeleteUserAttributesCommandOutput extends DeleteUserAttributesR /** *

Deletes the attributes for a user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteUserAttributesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteUserAttributesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteUserCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteUserCommand.ts index e785baf5c55a..f190a79c4579 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteUserCommand.ts @@ -27,7 +27,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {} /** *

Allows a user to delete himself or herself.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteUserPoolClientCommand.ts index 58fc24ad8f7e..3c97582e7884 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteUserPoolClientCommand.ts @@ -28,7 +28,7 @@ export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {} /** *

Allows the developer to delete the user pool client.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteUserPoolClientCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteUserPoolClientCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteUserPoolCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteUserPoolCommand.ts index 52978822e2f5..456d829c4246 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteUserPoolCommand.ts @@ -28,7 +28,7 @@ export interface DeleteUserPoolCommandOutput extends __MetadataBearer {} /** *

Deletes the specified Amazon Cognito user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteUserPoolCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteUserPoolCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DeleteUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/commands/DeleteUserPoolDomainCommand.ts index 467b29139e9d..daecd1d95b32 100644 --- a/clients/client-cognito-identity-provider/commands/DeleteUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DeleteUserPoolDomainCommand.ts @@ -28,7 +28,7 @@ export interface DeleteUserPoolDomainCommandOutput extends DeleteUserPoolDomainR /** *

Deletes a domain for a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DeleteUserPoolDomainCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DeleteUserPoolDomainCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DescribeIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/commands/DescribeIdentityProviderCommand.ts index 623fa2865c49..d6fe04af7621 100644 --- a/clients/client-cognito-identity-provider/commands/DescribeIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DescribeIdentityProviderCommand.ts @@ -28,7 +28,7 @@ export interface DescribeIdentityProviderCommandOutput extends DescribeIdentityP /** *

Gets information about a specific identity provider.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DescribeIdentityProviderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DescribeIdentityProviderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DescribeResourceServerCommand.ts b/clients/client-cognito-identity-provider/commands/DescribeResourceServerCommand.ts index 797d7c4b5b92..c2e7d8601ac3 100644 --- a/clients/client-cognito-identity-provider/commands/DescribeResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DescribeResourceServerCommand.ts @@ -28,7 +28,7 @@ export interface DescribeResourceServerCommandOutput extends DescribeResourceSer /** *

Describes a resource server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DescribeResourceServerCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DescribeResourceServerCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DescribeRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/commands/DescribeRiskConfigurationCommand.ts index d9da17202633..497a4b856b00 100644 --- a/clients/client-cognito-identity-provider/commands/DescribeRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DescribeRiskConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DescribeRiskConfigurationCommandOutput extends DescribeRiskConf /** *

Describes the risk configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DescribeRiskConfigurationCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DescribeRiskConfigurationCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DescribeUserImportJobCommand.ts b/clients/client-cognito-identity-provider/commands/DescribeUserImportJobCommand.ts index 31234367bc50..8c5a1f7515d3 100644 --- a/clients/client-cognito-identity-provider/commands/DescribeUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DescribeUserImportJobCommand.ts @@ -28,7 +28,7 @@ export interface DescribeUserImportJobCommandOutput extends DescribeUserImportJo /** *

Describes the user import job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DescribeUserImportJobCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DescribeUserImportJobCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DescribeUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/commands/DescribeUserPoolClientCommand.ts index b14695ec8198..5817f18ed05b 100644 --- a/clients/client-cognito-identity-provider/commands/DescribeUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DescribeUserPoolClientCommand.ts @@ -29,7 +29,7 @@ export interface DescribeUserPoolClientCommandOutput extends DescribeUserPoolCli *

Client method for returning the configuration information and metadata of the * specified user pool app client.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DescribeUserPoolClientCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DescribeUserPoolClientCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DescribeUserPoolCommand.ts b/clients/client-cognito-identity-provider/commands/DescribeUserPoolCommand.ts index 1f1b658628d1..07255324e5d2 100644 --- a/clients/client-cognito-identity-provider/commands/DescribeUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DescribeUserPoolCommand.ts @@ -28,7 +28,7 @@ export interface DescribeUserPoolCommandOutput extends DescribeUserPoolResponse, /** *

Returns the configuration information and metadata of the specified user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DescribeUserPoolCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DescribeUserPoolCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/DescribeUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/commands/DescribeUserPoolDomainCommand.ts index 14a9bf1980ea..a6d8115f0ced 100644 --- a/clients/client-cognito-identity-provider/commands/DescribeUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/commands/DescribeUserPoolDomainCommand.ts @@ -28,7 +28,7 @@ export interface DescribeUserPoolDomainCommandOutput extends DescribeUserPoolDom /** *

Gets information about a domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, DescribeUserPoolDomainCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, DescribeUserPoolDomainCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/commands/ForgetDeviceCommand.ts index 98ddbae5c7c8..1a50d6fbbb43 100644 --- a/clients/client-cognito-identity-provider/commands/ForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ForgetDeviceCommand.ts @@ -28,7 +28,7 @@ export interface ForgetDeviceCommandOutput extends __MetadataBearer {} /** *

Forgets the specified device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ForgetDeviceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ForgetDeviceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/commands/ForgotPasswordCommand.ts index b737f8dc4153..86b4b7325fed 100644 --- a/clients/client-cognito-identity-provider/commands/ForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ForgotPasswordCommand.ts @@ -34,7 +34,7 @@ export interface ForgotPasswordCommandOutput extends ForgotPasswordResponse, __M * InvalidParameterException is thrown. To use the confirmation code for * resetting the password, call ConfirmForgotPassword.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ForgotPasswordCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ForgotPasswordCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetCSVHeaderCommand.ts b/clients/client-cognito-identity-provider/commands/GetCSVHeaderCommand.ts index a1cb7685e750..1123bdc4e087 100644 --- a/clients/client-cognito-identity-provider/commands/GetCSVHeaderCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetCSVHeaderCommand.ts @@ -29,7 +29,7 @@ export interface GetCSVHeaderCommandOutput extends GetCSVHeaderResponse, __Metad *

Gets the header information for the .csv file to be used as input for the user import * job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetCSVHeaderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetCSVHeaderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetDeviceCommand.ts b/clients/client-cognito-identity-provider/commands/GetDeviceCommand.ts index 57fcfa66dd49..fa96ff0c4504 100644 --- a/clients/client-cognito-identity-provider/commands/GetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetDeviceCommand.ts @@ -25,7 +25,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea /** *

Gets the device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetDeviceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetDeviceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetGroupCommand.ts b/clients/client-cognito-identity-provider/commands/GetGroupCommand.ts index 35bb7c6ab5b1..95b7aa5bfbbc 100644 --- a/clients/client-cognito-identity-provider/commands/GetGroupCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetGroupCommand.ts @@ -26,7 +26,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare *

Gets a group.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetIdentityProviderByIdentifierCommand.ts b/clients/client-cognito-identity-provider/commands/GetIdentityProviderByIdentifierCommand.ts index 0d4517a730a5..1fcada9dda4d 100644 --- a/clients/client-cognito-identity-provider/commands/GetIdentityProviderByIdentifierCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetIdentityProviderByIdentifierCommand.ts @@ -30,7 +30,7 @@ export interface GetIdentityProviderByIdentifierCommandOutput /** *

Gets the specified identity provider.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetIdentityProviderByIdentifierCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetIdentityProviderByIdentifierCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetSigningCertificateCommand.ts b/clients/client-cognito-identity-provider/commands/GetSigningCertificateCommand.ts index d6904ea2ad09..cfc42f779708 100644 --- a/clients/client-cognito-identity-provider/commands/GetSigningCertificateCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetSigningCertificateCommand.ts @@ -28,7 +28,7 @@ export interface GetSigningCertificateCommandOutput extends GetSigningCertificat /** *

This method takes a user pool ID, and returns the signing certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetSigningCertificateCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetSigningCertificateCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/commands/GetUICustomizationCommand.ts index 250dd96d387e..c53f3abb52e8 100644 --- a/clients/client-cognito-identity-provider/commands/GetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetUICustomizationCommand.ts @@ -31,7 +31,7 @@ export interface GetUICustomizationCommandOutput extends GetUICustomizationRespo * pool level customization (app clientId will be ALL), then that * is returned. If nothing is present, then an empty shape is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetUICustomizationCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetUICustomizationCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetUserAttributeVerificationCodeCommand.ts b/clients/client-cognito-identity-provider/commands/GetUserAttributeVerificationCodeCommand.ts index 4e70a7c55a12..3bd5fb094445 100644 --- a/clients/client-cognito-identity-provider/commands/GetUserAttributeVerificationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetUserAttributeVerificationCodeCommand.ts @@ -29,7 +29,7 @@ export interface GetUserAttributeVerificationCodeCommandOutput /** *

Gets the user attribute verification code for the specified attribute name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetUserAttributeVerificationCodeCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetUserAttributeVerificationCodeCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetUserCommand.ts b/clients/client-cognito-identity-provider/commands/GetUserCommand.ts index 0e77c5cdc918..0ab0b4c06a2c 100644 --- a/clients/client-cognito-identity-provider/commands/GetUserCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetUserCommand.ts @@ -24,7 +24,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer /** *

Gets the user attributes and metadata for a user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/commands/GetUserPoolMfaConfigCommand.ts index fd7feb6b1ca6..20a66b4e97c1 100644 --- a/clients/client-cognito-identity-provider/commands/GetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GetUserPoolMfaConfigCommand.ts @@ -28,7 +28,7 @@ export interface GetUserPoolMfaConfigCommandOutput extends GetUserPoolMfaConfigR /** *

Gets the user pool multi-factor authentication (MFA) configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GetUserPoolMfaConfigCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GetUserPoolMfaConfigCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/GlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/commands/GlobalSignOutCommand.ts index ce49fb0cfae9..cadb26310000 100644 --- a/clients/client-cognito-identity-provider/commands/GlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/commands/GlobalSignOutCommand.ts @@ -30,7 +30,7 @@ export interface GlobalSignOutCommandOutput extends GlobalSignOutResponse, __Met * user. The user's current access and Id tokens remain valid until their expiry. Access * and Id tokens expire one hour after they are issued.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, GlobalSignOutCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, GlobalSignOutCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/InitiateAuthCommand.ts b/clients/client-cognito-identity-provider/commands/InitiateAuthCommand.ts index 8231705f1237..0b2539ff164c 100644 --- a/clients/client-cognito-identity-provider/commands/InitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/commands/InitiateAuthCommand.ts @@ -27,7 +27,7 @@ export interface InitiateAuthCommandOutput extends InitiateAuthResponse, __Metad /** *

Initiates the authentication flow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, InitiateAuthCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, InitiateAuthCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListDevicesCommand.ts b/clients/client-cognito-identity-provider/commands/ListDevicesCommand.ts index 002e399b7ff4..5149c17af3e5 100644 --- a/clients/client-cognito-identity-provider/commands/ListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListDevicesCommand.ts @@ -28,7 +28,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat /** *

Lists the devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListDevicesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListDevicesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListGroupsCommand.ts b/clients/client-cognito-identity-provider/commands/ListGroupsCommand.ts index 81cdc4a011ea..0118c0163087 100644 --- a/clients/client-cognito-identity-provider/commands/ListGroupsCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListGroupsCommand.ts @@ -29,7 +29,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB *

Lists the groups associated with a user pool.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListGroupsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListGroupsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListIdentityProvidersCommand.ts b/clients/client-cognito-identity-provider/commands/ListIdentityProvidersCommand.ts index b325816724bc..4c5241f0d16e 100644 --- a/clients/client-cognito-identity-provider/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListIdentityProvidersCommand.ts @@ -28,7 +28,7 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider /** *

Lists information about all identity providers for a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListIdentityProvidersCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListIdentityProvidersCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListResourceServersCommand.ts b/clients/client-cognito-identity-provider/commands/ListResourceServersCommand.ts index 94b1bea5b5bb..97e3ca928b0b 100644 --- a/clients/client-cognito-identity-provider/commands/ListResourceServersCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListResourceServersCommand.ts @@ -28,7 +28,7 @@ export interface ListResourceServersCommandOutput extends ListResourceServersRes /** *

Lists the resource servers for a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListResourceServersCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListResourceServersCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity-provider/commands/ListTagsForResourceCommand.ts index 9c99433a3ec9..dc5bf4ef2632 100644 --- a/clients/client-cognito-identity-provider/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListTagsForResourceCommand.ts @@ -31,7 +31,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * different ways, such as by purpose, owner, environment, or other criteria.

*

You can use this action up to 10 times per second, per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListTagsForResourceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListUserImportJobsCommand.ts b/clients/client-cognito-identity-provider/commands/ListUserImportJobsCommand.ts index adeb3667819b..5fa77955f611 100644 --- a/clients/client-cognito-identity-provider/commands/ListUserImportJobsCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListUserImportJobsCommand.ts @@ -28,7 +28,7 @@ export interface ListUserImportJobsCommandOutput extends ListUserImportJobsRespo /** *

Lists the user import jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListUserImportJobsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListUserImportJobsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListUserPoolClientsCommand.ts b/clients/client-cognito-identity-provider/commands/ListUserPoolClientsCommand.ts index ccf0a1418f7c..dc09322ec548 100644 --- a/clients/client-cognito-identity-provider/commands/ListUserPoolClientsCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListUserPoolClientsCommand.ts @@ -28,7 +28,7 @@ export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsRes /** *

Lists the clients that have been created for the specified user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListUserPoolClientsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListUserPoolClientsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListUserPoolsCommand.ts b/clients/client-cognito-identity-provider/commands/ListUserPoolsCommand.ts index 6d95366914eb..dbc9953f905a 100644 --- a/clients/client-cognito-identity-provider/commands/ListUserPoolsCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListUserPoolsCommand.ts @@ -28,7 +28,7 @@ export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __Met /** *

Lists the user pools associated with an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListUserPoolsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListUserPoolsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListUsersCommand.ts b/clients/client-cognito-identity-provider/commands/ListUsersCommand.ts index e59119e90152..4f3a494abb53 100644 --- a/clients/client-cognito-identity-provider/commands/ListUsersCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListUsersCommand.ts @@ -25,7 +25,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** *

Lists the users in the Amazon Cognito user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListUsersCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListUsersCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ListUsersInGroupCommand.ts b/clients/client-cognito-identity-provider/commands/ListUsersInGroupCommand.ts index 82b82b995ace..4e540168c2c2 100644 --- a/clients/client-cognito-identity-provider/commands/ListUsersInGroupCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ListUsersInGroupCommand.ts @@ -29,7 +29,7 @@ export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse, *

Lists the users in the specified group.

*

Calling this action requires developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ListUsersInGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ListUsersInGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/ResendConfirmationCodeCommand.ts b/clients/client-cognito-identity-provider/commands/ResendConfirmationCodeCommand.ts index 40646d21e622..18793d212759 100644 --- a/clients/client-cognito-identity-provider/commands/ResendConfirmationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/commands/ResendConfirmationCodeCommand.ts @@ -28,7 +28,7 @@ export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationC *

Resends the confirmation (for confirmation of registration) to a specific user in the * user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, ResendConfirmationCodeCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, ResendConfirmationCodeCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/RespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/commands/RespondToAuthChallengeCommand.ts index 5b96e8df81e7..9d1f1140066e 100644 --- a/clients/client-cognito-identity-provider/commands/RespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/commands/RespondToAuthChallengeCommand.ts @@ -27,7 +27,7 @@ export interface RespondToAuthChallengeCommandOutput extends RespondToAuthChalle /** *

Responds to the authentication challenge.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, RespondToAuthChallengeCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, RespondToAuthChallengeCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/SetRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/commands/SetRiskConfigurationCommand.ts index 44680a44404a..170b8a9789c2 100644 --- a/clients/client-cognito-identity-provider/commands/SetRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/commands/SetRiskConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface SetRiskConfigurationCommandOutput extends SetRiskConfigurationR *

To enable Amazon Cognito advanced security features, update the user pool to include * the UserPoolAddOns keyAdvancedSecurityMode.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, SetRiskConfigurationCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, SetRiskConfigurationCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/SetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/commands/SetUICustomizationCommand.ts index a64f81dc0828..294cc8094332 100644 --- a/clients/client-cognito-identity-provider/commands/SetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/commands/SetUICustomizationCommand.ts @@ -39,7 +39,7 @@ export interface SetUICustomizationCommandOutput extends SetUICustomizationRespo * error.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, SetUICustomizationCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, SetUICustomizationCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/SetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/commands/SetUserMFAPreferenceCommand.ts index 8a301a0f10df..804299873e02 100644 --- a/clients/client-cognito-identity-provider/commands/SetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/SetUserMFAPreferenceCommand.ts @@ -36,7 +36,7 @@ export interface SetUserMFAPreferenceCommandOutput extends SetUserMFAPreferenceR * MFA to be applied selectively based on the assessed risk level of sign in attempts, * disable MFA for users and turn on Adaptive Authentication for the user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, SetUserMFAPreferenceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, SetUserMFAPreferenceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/SetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/commands/SetUserPoolMfaConfigCommand.ts index ae23cc50b8c8..963519ba2506 100644 --- a/clients/client-cognito-identity-provider/commands/SetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/commands/SetUserPoolMfaConfigCommand.ts @@ -28,7 +28,7 @@ export interface SetUserPoolMfaConfigCommandOutput extends SetUserPoolMfaConfigR /** *

Set the user pool multi-factor authentication (MFA) configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, SetUserPoolMfaConfigCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, SetUserPoolMfaConfigCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/SetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/commands/SetUserSettingsCommand.ts index ef4c1bee5d60..c86407bb9112 100644 --- a/clients/client-cognito-identity-provider/commands/SetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/commands/SetUserSettingsCommand.ts @@ -30,7 +30,7 @@ export interface SetUserSettingsCommandOutput extends SetUserSettingsResponse, _ * only SMS MFA. You can't use it to configure TOTP software token MFA. To configure either * type of MFA, use SetUserMFAPreference instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, SetUserSettingsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, SetUserSettingsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/SignUpCommand.ts b/clients/client-cognito-identity-provider/commands/SignUpCommand.ts index 7cbea4774798..9aa8e63eac0a 100644 --- a/clients/client-cognito-identity-provider/commands/SignUpCommand.ts +++ b/clients/client-cognito-identity-provider/commands/SignUpCommand.ts @@ -25,7 +25,7 @@ export interface SignUpCommandOutput extends SignUpResponse, __MetadataBearer {} *

Registers the user in the specified user pool and creates a user name, password, and * user attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, SignUpCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, SignUpCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/StartUserImportJobCommand.ts b/clients/client-cognito-identity-provider/commands/StartUserImportJobCommand.ts index bc4e993de17f..c75ea00dae3e 100644 --- a/clients/client-cognito-identity-provider/commands/StartUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/commands/StartUserImportJobCommand.ts @@ -28,7 +28,7 @@ export interface StartUserImportJobCommandOutput extends StartUserImportJobRespo /** *

Starts the user import.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, StartUserImportJobCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, StartUserImportJobCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/StopUserImportJobCommand.ts b/clients/client-cognito-identity-provider/commands/StopUserImportJobCommand.ts index 90944f6ee590..274996cecbf4 100644 --- a/clients/client-cognito-identity-provider/commands/StopUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/commands/StopUserImportJobCommand.ts @@ -28,7 +28,7 @@ export interface StopUserImportJobCommandOutput extends StopUserImportJobRespons /** *

Stops the user import job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, StopUserImportJobCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, StopUserImportJobCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/TagResourceCommand.ts b/clients/client-cognito-identity-provider/commands/TagResourceCommand.ts index fdc05e01a4c0..631bdbfcafab 100644 --- a/clients/client-cognito-identity-provider/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/TagResourceCommand.ts @@ -41,7 +41,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

You can use this action up to 5 times per second, per account. A user pool can have as * many as 50 tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, TagResourceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, TagResourceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UntagResourceCommand.ts b/clients/client-cognito-identity-provider/commands/UntagResourceCommand.ts index 650e5eb5d68f..917fdc8e8d59 100644 --- a/clients/client-cognito-identity-provider/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UntagResourceCommand.ts @@ -29,7 +29,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes the specified tags from an Amazon Cognito user pool. You can use this action * up to 5 times per second, per account

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UntagResourceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UntagResourceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateAuthEventFeedbackCommand.ts index 98cf63297594..3505d509fa48 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateAuthEventFeedbackCommand.ts @@ -30,7 +30,7 @@ export interface UpdateAuthEventFeedbackCommandOutput extends UpdateAuthEventFee * not. This feedback is used for improving the risk evaluation decision for the user pool * as part of Amazon Cognito advanced security.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateAuthEventFeedbackCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateAuthEventFeedbackCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateDeviceStatusCommand.ts index e631db436a3a..3e3a8df7a249 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateDeviceStatusCommand.ts @@ -28,7 +28,7 @@ export interface UpdateDeviceStatusCommandOutput extends UpdateDeviceStatusRespo /** *

Updates the device status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateDeviceStatusCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateDeviceStatusCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateGroupCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateGroupCommand.ts index 6d07a5c0863c..dfeee6e88c4a 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateGroupCommand.ts @@ -33,7 +33,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat * value.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateIdentityProviderCommand.ts index 6e64f78aafc3..2f355dd311e6 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateIdentityProviderCommand.ts @@ -28,7 +28,7 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi /** *

Updates identity provider information for a user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateIdentityProviderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateIdentityProviderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateResourceServerCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateResourceServerCommand.ts index 433cfec1542e..4bdcfd64f91f 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateResourceServerCommand.ts @@ -32,7 +32,7 @@ export interface UpdateResourceServerCommandOutput extends UpdateResourceServerR * value.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateResourceServerCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateResourceServerCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateUserAttributesCommand.ts index 66c1f9fcc239..35be1d4746d0 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateUserAttributesCommand.ts @@ -27,7 +27,7 @@ export interface UpdateUserAttributesCommandOutput extends UpdateUserAttributesR /** *

Allows a user to update a specific attribute (one at a time).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateUserAttributesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateUserAttributesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateUserPoolClientCommand.ts index b054498a954b..2bb838f09b5f 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateUserPoolClientCommand.ts @@ -33,7 +33,7 @@ export interface UpdateUserPoolClientCommandOutput extends UpdateUserPoolClientR * value.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateUserPoolClientCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateUserPoolClientCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateUserPoolCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateUserPoolCommand.ts index 2c7fb85fd9e3..15111a974942 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateUserPoolCommand.ts @@ -33,7 +33,7 @@ export interface UpdateUserPoolCommandOutput extends UpdateUserPoolResponse, __M * value.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateUserPoolCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateUserPoolCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/UpdateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/commands/UpdateUserPoolDomainCommand.ts index 98d29c6a4009..39a505073a68 100644 --- a/clients/client-cognito-identity-provider/commands/UpdateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/commands/UpdateUserPoolDomainCommand.ts @@ -48,7 +48,7 @@ export interface UpdateUserPoolDomainCommandOutput extends UpdateUserPoolDomainR * new certificate to your custom domain.

*

For more information about adding a custom domain to your user pool, see Using Your Own Domain for the Hosted UI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, UpdateUserPoolDomainCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, UpdateUserPoolDomainCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/VerifySoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/commands/VerifySoftwareTokenCommand.ts index 3ae6eefd0bce..ed6f56dafeb4 100644 --- a/clients/client-cognito-identity-provider/commands/VerifySoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/commands/VerifySoftwareTokenCommand.ts @@ -30,7 +30,7 @@ export interface VerifySoftwareTokenCommandOutput extends VerifySoftwareTokenRes * MFA status as "verified" if successful. The request takes an access token or a session * string, but not both.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, VerifySoftwareTokenCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, VerifySoftwareTokenCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity-provider/commands/VerifyUserAttributeCommand.ts b/clients/client-cognito-identity-provider/commands/VerifyUserAttributeCommand.ts index d7d63d5d672c..3d1c6bb3216a 100644 --- a/clients/client-cognito-identity-provider/commands/VerifyUserAttributeCommand.ts +++ b/clients/client-cognito-identity-provider/commands/VerifyUserAttributeCommand.ts @@ -27,7 +27,7 @@ export interface VerifyUserAttributeCommandOutput extends VerifyUserAttributeRes /** *

Verifies the specified user attributes in the user pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityProviderClient, VerifyUserAttributeCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import * // const { CognitoIdentityProviderClient, VerifyUserAttributeCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/CreateIdentityPoolCommand.ts b/clients/client-cognito-identity/commands/CreateIdentityPoolCommand.ts index f1ad3d83394c..83f1b2105fd8 100644 --- a/clients/client-cognito-identity/commands/CreateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/commands/CreateIdentityPoolCommand.ts @@ -50,7 +50,7 @@ export interface CreateIdentityPoolCommandOutput extends IdentityPool, __Metadat * *

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, CreateIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, CreateIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/DeleteIdentitiesCommand.ts b/clients/client-cognito-identity/commands/DeleteIdentitiesCommand.ts index cc0d632bb439..c88b29546686 100644 --- a/clients/client-cognito-identity/commands/DeleteIdentitiesCommand.ts +++ b/clients/client-cognito-identity/commands/DeleteIdentitiesCommand.ts @@ -26,7 +26,7 @@ export interface DeleteIdentitiesCommandOutput extends DeleteIdentitiesResponse, * that you want to delete.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, DeleteIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, DeleteIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/DeleteIdentityPoolCommand.ts b/clients/client-cognito-identity/commands/DeleteIdentityPoolCommand.ts index 94794f675abb..a077bc3b8484 100644 --- a/clients/client-cognito-identity/commands/DeleteIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/commands/DeleteIdentityPoolCommand.ts @@ -26,7 +26,7 @@ export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {} * authenticate with the pool.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, DeleteIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, DeleteIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/DescribeIdentityCommand.ts b/clients/client-cognito-identity/commands/DescribeIdentityCommand.ts index 894a98b1a108..890ff1d01178 100644 --- a/clients/client-cognito-identity/commands/DescribeIdentityCommand.ts +++ b/clients/client-cognito-identity/commands/DescribeIdentityCommand.ts @@ -26,7 +26,7 @@ export interface DescribeIdentityCommandOutput extends IdentityDescription, __Me * created and any associated linked logins.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, DescribeIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, DescribeIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/DescribeIdentityPoolCommand.ts b/clients/client-cognito-identity/commands/DescribeIdentityPoolCommand.ts index d14d28005e64..480f4227e497 100644 --- a/clients/client-cognito-identity/commands/DescribeIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/commands/DescribeIdentityPoolCommand.ts @@ -26,7 +26,7 @@ export interface DescribeIdentityPoolCommandOutput extends IdentityPool, __Metad * description, creation date, and current number of users.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, DescribeIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, DescribeIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/GetCredentialsForIdentityCommand.ts b/clients/client-cognito-identity/commands/GetCredentialsForIdentityCommand.ts index 0ca9975ca28e..801f54b30a36 100644 --- a/clients/client-cognito-identity/commands/GetCredentialsForIdentityCommand.ts +++ b/clients/client-cognito-identity/commands/GetCredentialsForIdentityCommand.ts @@ -27,7 +27,7 @@ export interface GetCredentialsForIdentityCommandOutput extends GetCredentialsFo * with the appropriate role for the token.

*

This is a public API. You do not need any credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, GetCredentialsForIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, GetCredentialsForIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/GetIdCommand.ts b/clients/client-cognito-identity/commands/GetIdCommand.ts index 1c921cdcba87..dd24eed9c5dd 100644 --- a/clients/client-cognito-identity/commands/GetIdCommand.ts +++ b/clients/client-cognito-identity/commands/GetIdCommand.ts @@ -22,7 +22,7 @@ export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {} * implicit linked account.

*

This is a public API. You do not need any credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, GetIdCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, GetIdCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/GetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/commands/GetIdentityPoolRolesCommand.ts index 81c656f434bb..10cc3878413c 100644 --- a/clients/client-cognito-identity/commands/GetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/commands/GetIdentityPoolRolesCommand.ts @@ -25,7 +25,7 @@ export interface GetIdentityPoolRolesCommandOutput extends GetIdentityPoolRolesR *

Gets the roles for an identity pool.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, GetIdentityPoolRolesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, GetIdentityPoolRolesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/GetOpenIdTokenCommand.ts b/clients/client-cognito-identity/commands/GetOpenIdTokenCommand.ts index 9825852dc9ff..3457e3c4fd03 100644 --- a/clients/client-cognito-identity/commands/GetOpenIdTokenCommand.ts +++ b/clients/client-cognito-identity/commands/GetOpenIdTokenCommand.ts @@ -27,7 +27,7 @@ export interface GetOpenIdTokenCommandOutput extends GetOpenIdTokenResponse, __M *

The OpenID token is valid for 10 minutes.

*

This is a public API. You do not need any credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, GetOpenIdTokenCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, GetOpenIdTokenCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts b/clients/client-cognito-identity/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts index 5e8fc4fdd065..9721d640ad93 100644 --- a/clients/client-cognito-identity/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts @@ -41,7 +41,7 @@ export interface GetOpenIdTokenForDeveloperIdentityCommandOutput * IdentityPoolId.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, GetOpenIdTokenForDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, GetOpenIdTokenForDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/GetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/commands/GetPrincipalTagAttributeMapCommand.ts index a6280a74f662..9fdd09f3a434 100644 --- a/clients/client-cognito-identity/commands/GetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/commands/GetPrincipalTagAttributeMapCommand.ts @@ -26,7 +26,7 @@ export interface GetPrincipalTagAttributeMapCommandOutput /** *

Use GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, GetPrincipalTagAttributeMapCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, GetPrincipalTagAttributeMapCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/ListIdentitiesCommand.ts b/clients/client-cognito-identity/commands/ListIdentitiesCommand.ts index abc70e89ae54..6cd08fcdf926 100644 --- a/clients/client-cognito-identity/commands/ListIdentitiesCommand.ts +++ b/clients/client-cognito-identity/commands/ListIdentitiesCommand.ts @@ -25,7 +25,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M *

Lists the identities in an identity pool.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, ListIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, ListIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/ListIdentityPoolsCommand.ts b/clients/client-cognito-identity/commands/ListIdentityPoolsCommand.ts index 343738bd5348..dc6b2c0e5cd1 100644 --- a/clients/client-cognito-identity/commands/ListIdentityPoolsCommand.ts +++ b/clients/client-cognito-identity/commands/ListIdentityPoolsCommand.ts @@ -25,7 +25,7 @@ export interface ListIdentityPoolsCommandOutput extends ListIdentityPoolsRespons *

Lists all of the Cognito identity pools registered for your account.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, ListIdentityPoolsCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, ListIdentityPoolsCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity/commands/ListTagsForResourceCommand.ts index d0aee9279243..07688e9d21a7 100644 --- a/clients/client-cognito-identity/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity/commands/ListTagsForResourceCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * different ways, such as by purpose, owner, environment, or other criteria.

*

You can use this action up to 10 times per second, per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, ListTagsForResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/LookupDeveloperIdentityCommand.ts b/clients/client-cognito-identity/commands/LookupDeveloperIdentityCommand.ts index a2280a0be0e5..6e7120ed8137 100644 --- a/clients/client-cognito-identity/commands/LookupDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/commands/LookupDeveloperIdentityCommand.ts @@ -40,7 +40,7 @@ export interface LookupDeveloperIdentityCommandOutput extends LookupDeveloperIde * better option for higher-volume operations for user authentication.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, LookupDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, LookupDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/MergeDeveloperIdentitiesCommand.ts b/clients/client-cognito-identity/commands/MergeDeveloperIdentitiesCommand.ts index 35747c5a1372..8712bd8967ff 100644 --- a/clients/client-cognito-identity/commands/MergeDeveloperIdentitiesCommand.ts +++ b/clients/client-cognito-identity/commands/MergeDeveloperIdentitiesCommand.ts @@ -36,7 +36,7 @@ export interface MergeDeveloperIdentitiesCommandOutput extends MergeDeveloperIde * Otherwise, an exception will be thrown.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, MergeDeveloperIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, MergeDeveloperIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/SetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/commands/SetIdentityPoolRolesCommand.ts index c9195650ed24..e3f9f8ee8fc5 100644 --- a/clients/client-cognito-identity/commands/SetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/commands/SetIdentityPoolRolesCommand.ts @@ -25,7 +25,7 @@ export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {} *

Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, SetIdentityPoolRolesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, SetIdentityPoolRolesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/SetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/commands/SetPrincipalTagAttributeMapCommand.ts index 93fa2fa622dc..c55cccf83b24 100644 --- a/clients/client-cognito-identity/commands/SetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/commands/SetPrincipalTagAttributeMapCommand.ts @@ -26,7 +26,7 @@ export interface SetPrincipalTagAttributeMapCommandOutput /** *

You can use this operation to use default (username and clientID) attribute or custom attribute mappings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, SetPrincipalTagAttributeMapCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, SetPrincipalTagAttributeMapCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/TagResourceCommand.ts b/clients/client-cognito-identity/commands/TagResourceCommand.ts index 74a367de3435..dcb0b26dc90c 100644 --- a/clients/client-cognito-identity/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity/commands/TagResourceCommand.ts @@ -38,7 +38,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

You can use this action up to 5 times per second, per account. An identity pool can have * as many as 50 tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, TagResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, TagResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/UnlinkDeveloperIdentityCommand.ts b/clients/client-cognito-identity/commands/UnlinkDeveloperIdentityCommand.ts index 9b0277371e06..3468c05babaa 100644 --- a/clients/client-cognito-identity/commands/UnlinkDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/commands/UnlinkDeveloperIdentityCommand.ts @@ -28,7 +28,7 @@ export interface UnlinkDeveloperIdentityCommandOutput extends __MetadataBearer { * identifier, the Cognito identity becomes inaccessible.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, UnlinkDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, UnlinkDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/UnlinkIdentityCommand.ts b/clients/client-cognito-identity/commands/UnlinkIdentityCommand.ts index 3de4bf239ada..ece98717b212 100644 --- a/clients/client-cognito-identity/commands/UnlinkIdentityCommand.ts +++ b/clients/client-cognito-identity/commands/UnlinkIdentityCommand.ts @@ -26,7 +26,7 @@ export interface UnlinkIdentityCommandOutput extends __MetadataBearer {} * this identity inaccessible.

*

This is a public API. You do not need any credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, UnlinkIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, UnlinkIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/UntagResourceCommand.ts b/clients/client-cognito-identity/commands/UntagResourceCommand.ts index 5ef433252286..79fb94b5977f 100644 --- a/clients/client-cognito-identity/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes the specified tags from the specified Amazon Cognito identity pool. You can use * this action up to 5 times per second, per account

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, UntagResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, UntagResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-identity/commands/UpdateIdentityPoolCommand.ts b/clients/client-cognito-identity/commands/UpdateIdentityPoolCommand.ts index 266887ce7c0e..911636ea4009 100644 --- a/clients/client-cognito-identity/commands/UpdateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/commands/UpdateIdentityPoolCommand.ts @@ -25,7 +25,7 @@ export interface UpdateIdentityPoolCommandOutput extends IdentityPool, __Metadat *

Updates an identity pool.

*

You must use AWS Developer credentials to call this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoIdentityClient, UpdateIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import * // const { CognitoIdentityClient, UpdateIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/BulkPublishCommand.ts b/clients/client-cognito-sync/commands/BulkPublishCommand.ts index e04976e2046e..fd0df0feb4f5 100644 --- a/clients/client-cognito-sync/commands/BulkPublishCommand.ts +++ b/clients/client-cognito-sync/commands/BulkPublishCommand.ts @@ -23,7 +23,7 @@ export interface BulkPublishCommandOutput extends BulkPublishResponse, __Metadat /** *

Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream. Customers are limited to one successful bulk publish per 24 hours. Bulk publish is an asynchronous request, customers can see the status of the request via the GetBulkPublishDetails operation.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, BulkPublishCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, BulkPublishCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/DeleteDatasetCommand.ts b/clients/client-cognito-sync/commands/DeleteDatasetCommand.ts index 04d507bebff4..ed12c8f5570b 100644 --- a/clients/client-cognito-sync/commands/DeleteDatasetCommand.ts +++ b/clients/client-cognito-sync/commands/DeleteDatasetCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met * ResourceNotFoundException.

*

This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, DeleteDatasetCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, DeleteDatasetCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/DescribeDatasetCommand.ts b/clients/client-cognito-sync/commands/DescribeDatasetCommand.ts index 76e355312690..1ca2f7a9bb4d 100644 --- a/clients/client-cognito-sync/commands/DescribeDatasetCommand.ts +++ b/clients/client-cognito-sync/commands/DescribeDatasetCommand.ts @@ -26,7 +26,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _ * need to have access to the identity data.

*

This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, DescribeDatasetCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, DescribeDatasetCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/DescribeIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/commands/DescribeIdentityPoolUsageCommand.ts index 5787f72bb82f..0f76bfb5b66f 100644 --- a/clients/client-cognito-sync/commands/DescribeIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/commands/DescribeIdentityPoolUsageCommand.ts @@ -71,7 +71,7 @@ export interface DescribeIdentityPoolUsageCommandOutput extends DescribeIdentity * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, DescribeIdentityPoolUsageCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, DescribeIdentityPoolUsageCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/DescribeIdentityUsageCommand.ts b/clients/client-cognito-sync/commands/DescribeIdentityUsageCommand.ts index 1150b2901746..eab32ab437a9 100644 --- a/clients/client-cognito-sync/commands/DescribeIdentityUsageCommand.ts +++ b/clients/client-cognito-sync/commands/DescribeIdentityUsageCommand.ts @@ -72,7 +72,7 @@ export interface DescribeIdentityUsageCommandOutput extends DescribeIdentityUsag * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, DescribeIdentityUsageCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, DescribeIdentityUsageCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/GetBulkPublishDetailsCommand.ts b/clients/client-cognito-sync/commands/GetBulkPublishDetailsCommand.ts index 1dbb93040433..b30a07f6fc9b 100644 --- a/clients/client-cognito-sync/commands/GetBulkPublishDetailsCommand.ts +++ b/clients/client-cognito-sync/commands/GetBulkPublishDetailsCommand.ts @@ -23,7 +23,7 @@ export interface GetBulkPublishDetailsCommandOutput extends GetBulkPublishDetail /** *

Get the status of the last BulkPublish operation for an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, GetBulkPublishDetailsCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, GetBulkPublishDetailsCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/GetCognitoEventsCommand.ts b/clients/client-cognito-sync/commands/GetCognitoEventsCommand.ts index 357de785f4c5..e2c3fe6383b6 100644 --- a/clients/client-cognito-sync/commands/GetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/commands/GetCognitoEventsCommand.ts @@ -23,7 +23,7 @@ export interface GetCognitoEventsCommandOutput extends GetCognitoEventsResponse, /** *

Gets the events and the corresponding Lambda functions associated with an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, GetCognitoEventsCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, GetCognitoEventsCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/GetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/commands/GetIdentityPoolConfigurationCommand.ts index cade1177fec2..04a89a4f2642 100644 --- a/clients/client-cognito-sync/commands/GetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/commands/GetIdentityPoolConfigurationCommand.ts @@ -71,7 +71,7 @@ export interface GetIdentityPoolConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, GetIdentityPoolConfigurationCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, GetIdentityPoolConfigurationCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/ListDatasetsCommand.ts b/clients/client-cognito-sync/commands/ListDatasetsCommand.ts index edecf745b304..2f05b2b3dd07 100644 --- a/clients/client-cognito-sync/commands/ListDatasetsCommand.ts +++ b/clients/client-cognito-sync/commands/ListDatasetsCommand.ts @@ -81,7 +81,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, ListDatasetsCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, ListDatasetsCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/ListIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/commands/ListIdentityPoolUsageCommand.ts index b34122a9fdba..7ea35b1b7d3e 100644 --- a/clients/client-cognito-sync/commands/ListIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/commands/ListIdentityPoolUsageCommand.ts @@ -81,7 +81,7 @@ export interface ListIdentityPoolUsageCommandOutput extends ListIdentityPoolUsag * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, ListIdentityPoolUsageCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, ListIdentityPoolUsageCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/ListRecordsCommand.ts b/clients/client-cognito-sync/commands/ListRecordsCommand.ts index c9f873a7db40..287ba74fd4e6 100644 --- a/clients/client-cognito-sync/commands/ListRecordsCommand.ts +++ b/clients/client-cognito-sync/commands/ListRecordsCommand.ts @@ -78,7 +78,7 @@ export interface ListRecordsCommandOutput extends ListRecordsResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, ListRecordsCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, ListRecordsCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/RegisterDeviceCommand.ts b/clients/client-cognito-sync/commands/RegisterDeviceCommand.ts index d4d7fb89b844..179dfc5f1422 100644 --- a/clients/client-cognito-sync/commands/RegisterDeviceCommand.ts +++ b/clients/client-cognito-sync/commands/RegisterDeviceCommand.ts @@ -67,7 +67,7 @@ export interface RegisterDeviceCommandOutput extends RegisterDeviceResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, RegisterDeviceCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, RegisterDeviceCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/SetCognitoEventsCommand.ts b/clients/client-cognito-sync/commands/SetCognitoEventsCommand.ts index 88d0805963af..0a1372f032e5 100644 --- a/clients/client-cognito-sync/commands/SetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/commands/SetCognitoEventsCommand.ts @@ -23,7 +23,7 @@ export interface SetCognitoEventsCommandOutput extends __MetadataBearer {} /** *

Sets the AWS Lambda function for a given event type for an identity pool. This request only updates the key/value pair specified. Other key/values pairs are not updated. To remove a key value pair, pass a empty value for the particular key.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, SetCognitoEventsCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, SetCognitoEventsCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/SetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/commands/SetIdentityPoolConfigurationCommand.ts index 54009667c7d5..0fd9de43740b 100644 --- a/clients/client-cognito-sync/commands/SetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/commands/SetIdentityPoolConfigurationCommand.ts @@ -75,7 +75,7 @@ export interface SetIdentityPoolConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, SetIdentityPoolConfigurationCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, SetIdentityPoolConfigurationCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/SubscribeToDatasetCommand.ts b/clients/client-cognito-sync/commands/SubscribeToDatasetCommand.ts index 06d145ebc8be..ca1b31f8d548 100644 --- a/clients/client-cognito-sync/commands/SubscribeToDatasetCommand.ts +++ b/clients/client-cognito-sync/commands/SubscribeToDatasetCommand.ts @@ -66,7 +66,7 @@ export interface SubscribeToDatasetCommandOutput extends SubscribeToDatasetRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, SubscribeToDatasetCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, SubscribeToDatasetCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/UnsubscribeFromDatasetCommand.ts b/clients/client-cognito-sync/commands/UnsubscribeFromDatasetCommand.ts index bc10eb3cd151..996689a30d77 100644 --- a/clients/client-cognito-sync/commands/UnsubscribeFromDatasetCommand.ts +++ b/clients/client-cognito-sync/commands/UnsubscribeFromDatasetCommand.ts @@ -67,7 +67,7 @@ export interface UnsubscribeFromDatasetCommandOutput extends UnsubscribeFromData * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, UnsubscribeFromDatasetCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, UnsubscribeFromDatasetCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-cognito-sync/commands/UpdateRecordsCommand.ts b/clients/client-cognito-sync/commands/UpdateRecordsCommand.ts index 90ac1aaa212c..9cca25d91267 100644 --- a/clients/client-cognito-sync/commands/UpdateRecordsCommand.ts +++ b/clients/client-cognito-sync/commands/UpdateRecordsCommand.ts @@ -25,7 +25,7 @@ export interface UpdateRecordsCommandOutput extends UpdateRecordsResponse, __Met *

The sync count in the record patch is your last known sync count for that record. The server will reject an UpdateRecords request with a ResourceConflictException if you try to patch a record with a new value but a stale sync count.

For example, if the sync count on the server is 5 for a key called highScore and you try and submit a new highScore with sync count of 4, the request will be rejected. To obtain the current sync count for a record, call ListRecords. On a successful update of the record, the response returns the new sync count for that record. You should present that sync count the next time you try to update that same record. When the record does not exist, specify the sync count as 0.

*

This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CognitoSyncClient, UpdateRecordsCommand } from "@aws-sdk/client-cognito-sync"; // ES Modules import * // const { CognitoSyncClient, UpdateRecordsCommand } = require("@aws-sdk/client-cognito-sync"); // CommonJS import diff --git a/clients/client-comprehend/commands/BatchDetectDominantLanguageCommand.ts b/clients/client-comprehend/commands/BatchDetectDominantLanguageCommand.ts index 465fb2638f43..5a27a3c13a82 100644 --- a/clients/client-comprehend/commands/BatchDetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/commands/BatchDetectDominantLanguageCommand.ts @@ -27,7 +27,7 @@ export interface BatchDetectDominantLanguageCommandOutput * of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, BatchDetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, BatchDetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/BatchDetectEntitiesCommand.ts b/clients/client-comprehend/commands/BatchDetectEntitiesCommand.ts index 25501b1e506b..43ac4b66c444 100644 --- a/clients/client-comprehend/commands/BatchDetectEntitiesCommand.ts +++ b/clients/client-comprehend/commands/BatchDetectEntitiesCommand.ts @@ -25,7 +25,7 @@ export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesRes * about them. For more information about named entities, see how-entities *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, BatchDetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, BatchDetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/BatchDetectKeyPhrasesCommand.ts b/clients/client-comprehend/commands/BatchDetectKeyPhrasesCommand.ts index 2dd3cff62e03..3e4b361fe46c 100644 --- a/clients/client-comprehend/commands/BatchDetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/commands/BatchDetectKeyPhrasesCommand.ts @@ -23,7 +23,7 @@ export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrase /** *

Detects the key noun phrases found in a batch of documents.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, BatchDetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, BatchDetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/BatchDetectSentimentCommand.ts b/clients/client-comprehend/commands/BatchDetectSentimentCommand.ts index 3530455b9368..f5758f89cb16 100644 --- a/clients/client-comprehend/commands/BatchDetectSentimentCommand.ts +++ b/clients/client-comprehend/commands/BatchDetectSentimentCommand.ts @@ -25,7 +25,7 @@ export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentR * POSITIVE, NEUTRAL, MIXED, or NEGATIVE, * in each one.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, BatchDetectSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, BatchDetectSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/BatchDetectSyntaxCommand.ts b/clients/client-comprehend/commands/BatchDetectSyntaxCommand.ts index 4cd340890b83..09d2e1bb30b5 100644 --- a/clients/client-comprehend/commands/BatchDetectSyntaxCommand.ts +++ b/clients/client-comprehend/commands/BatchDetectSyntaxCommand.ts @@ -24,7 +24,7 @@ export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxRespons *

Inspects the text of a batch of documents for the syntax and part of speech of the words * in the document and returns information about them. For more information, see how-syntax.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, BatchDetectSyntaxCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, BatchDetectSyntaxCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ClassifyDocumentCommand.ts b/clients/client-comprehend/commands/ClassifyDocumentCommand.ts index 3085268137bd..2ddaf2dbbefe 100644 --- a/clients/client-comprehend/commands/ClassifyDocumentCommand.ts +++ b/clients/client-comprehend/commands/ClassifyDocumentCommand.ts @@ -24,7 +24,7 @@ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse, *

Creates a new document classification request to analyze a single document in real-time, * using a previously created and trained custom model and an endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ClassifyDocumentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ClassifyDocumentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ContainsPiiEntitiesCommand.ts b/clients/client-comprehend/commands/ContainsPiiEntitiesCommand.ts index c487a1d669fc..623c77ed6322 100644 --- a/clients/client-comprehend/commands/ContainsPiiEntitiesCommand.ts +++ b/clients/client-comprehend/commands/ContainsPiiEntitiesCommand.ts @@ -25,7 +25,7 @@ export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesRes * returns the labels of identified PII entity types such as name, address, bank account number, * or phone number.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ContainsPiiEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ContainsPiiEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/CreateDocumentClassifierCommand.ts b/clients/client-comprehend/commands/CreateDocumentClassifierCommand.ts index bcf2a424444e..5c05f3784a72 100644 --- a/clients/client-comprehend/commands/CreateDocumentClassifierCommand.ts +++ b/clients/client-comprehend/commands/CreateDocumentClassifierCommand.ts @@ -26,7 +26,7 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla * want to use. After the classifier is trained you can use it to categorize a set of labeled * documents into the categories. For more information, see how-document-classification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, CreateDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, CreateDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/CreateEndpointCommand.ts b/clients/client-comprehend/commands/CreateEndpointCommand.ts index b2c5002ba7b6..29fe70a0632f 100644 --- a/clients/client-comprehend/commands/CreateEndpointCommand.ts +++ b/clients/client-comprehend/commands/CreateEndpointCommand.ts @@ -25,7 +25,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M * custom model *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, CreateEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, CreateEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/CreateEntityRecognizerCommand.ts b/clients/client-comprehend/commands/CreateEntityRecognizerCommand.ts index 985a8bd9df4c..e7c4734f7435 100644 --- a/clients/client-comprehend/commands/CreateEntityRecognizerCommand.ts +++ b/clients/client-comprehend/commands/CreateEntityRecognizerCommand.ts @@ -25,7 +25,7 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni * CreateEntityRecognizer request is submitted, you can check job status using the * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, CreateEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, CreateEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DeleteDocumentClassifierCommand.ts b/clients/client-comprehend/commands/DeleteDocumentClassifierCommand.ts index 8f301df9b2ae..e4d3125e5bd4 100644 --- a/clients/client-comprehend/commands/DeleteDocumentClassifierCommand.ts +++ b/clients/client-comprehend/commands/DeleteDocumentClassifierCommand.ts @@ -29,7 +29,7 @@ export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentCla * then removed by a background job. Once removed, the classifier disappears from your account * and is no longer available for use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DeleteDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DeleteDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DeleteEndpointCommand.ts b/clients/client-comprehend/commands/DeleteEndpointCommand.ts index bc7594cece0f..11cecf8d87cb 100644 --- a/clients/client-comprehend/commands/DeleteEndpointCommand.ts +++ b/clients/client-comprehend/commands/DeleteEndpointCommand.ts @@ -24,7 +24,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M *

Deletes a model-specific endpoint for a previously-trained custom model. All endpoints * must be deleted in order for the model to be deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DeleteEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DeleteEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DeleteEntityRecognizerCommand.ts b/clients/client-comprehend/commands/DeleteEntityRecognizerCommand.ts index 879959df4295..d29882fb7f23 100644 --- a/clients/client-comprehend/commands/DeleteEntityRecognizerCommand.ts +++ b/clients/client-comprehend/commands/DeleteEntityRecognizerCommand.ts @@ -29,7 +29,7 @@ export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecogni * then removed by a background job. Once removed, the recognizer disappears from your account * and is no longer available for use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DeleteEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DeleteEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeDocumentClassificationJobCommand.ts b/clients/client-comprehend/commands/DescribeDocumentClassificationJobCommand.ts index 7073dce2c8fb..a269443152ea 100644 --- a/clients/client-comprehend/commands/DescribeDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/commands/DescribeDocumentClassificationJobCommand.ts @@ -29,7 +29,7 @@ export interface DescribeDocumentClassificationJobCommandOutput *

Gets the properties associated with a document classification job. Use this operation to * get the status of a classification job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeDocumentClassificationJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeDocumentClassificationJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeDocumentClassifierCommand.ts b/clients/client-comprehend/commands/DescribeDocumentClassifierCommand.ts index c4bcaf868bb2..a158dd0f410e 100644 --- a/clients/client-comprehend/commands/DescribeDocumentClassifierCommand.ts +++ b/clients/client-comprehend/commands/DescribeDocumentClassifierCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen /** *

Gets the properties associated with a document classifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/commands/DescribeDominantLanguageDetectionJobCommand.ts index 6a4ded0f29dd..8807af145b05 100644 --- a/clients/client-comprehend/commands/DescribeDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/DescribeDominantLanguageDetectionJobCommand.ts @@ -29,7 +29,7 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput *

Gets the properties associated with a dominant language detection job. Use this operation * to get the status of a detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeEndpointCommand.ts b/clients/client-comprehend/commands/DescribeEndpointCommand.ts index 3805703d5dca..d3eabbc83f42 100644 --- a/clients/client-comprehend/commands/DescribeEndpointCommand.ts +++ b/clients/client-comprehend/commands/DescribeEndpointCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse, *

Gets the properties associated with a specific endpoint. Use this operation to get the * status of an endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeEntitiesDetectionJobCommand.ts b/clients/client-comprehend/commands/DescribeEntitiesDetectionJobCommand.ts index 25172e967930..e8b5502950fe 100644 --- a/clients/client-comprehend/commands/DescribeEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/DescribeEntitiesDetectionJobCommand.ts @@ -26,7 +26,7 @@ export interface DescribeEntitiesDetectionJobCommandOutput *

Gets the properties associated with an entities detection job. Use this operation to get * the status of a detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeEntityRecognizerCommand.ts b/clients/client-comprehend/commands/DescribeEntityRecognizerCommand.ts index 9c4f482a99ba..374eeda1bd5a 100644 --- a/clients/client-comprehend/commands/DescribeEntityRecognizerCommand.ts +++ b/clients/client-comprehend/commands/DescribeEntityRecognizerCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEntityRecognizerCommandOutput extends DescribeEntityRec *

Provides details about an entity recognizer including status, S3 buckets containing * training data, recognizer metadata, metrics, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeEventsDetectionJobCommand.ts b/clients/client-comprehend/commands/DescribeEventsDetectionJobCommand.ts index f34c3a29b723..790a4d964511 100644 --- a/clients/client-comprehend/commands/DescribeEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/DescribeEventsDetectionJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEventsDetectionJobCommandOutput extends DescribeEventsD /** *

Gets the status and details of an events detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/commands/DescribeKeyPhrasesDetectionJobCommand.ts index 22c2c38cc9ac..d16c33a76e79 100644 --- a/clients/client-comprehend/commands/DescribeKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/DescribeKeyPhrasesDetectionJobCommand.ts @@ -26,7 +26,7 @@ export interface DescribeKeyPhrasesDetectionJobCommandOutput *

Gets the properties associated with a key phrases detection job. Use this operation to get * the status of a detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribePiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/commands/DescribePiiEntitiesDetectionJobCommand.ts index 8eee680e379f..1d89c5d50431 100644 --- a/clients/client-comprehend/commands/DescribePiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/DescribePiiEntitiesDetectionJobCommand.ts @@ -26,7 +26,7 @@ export interface DescribePiiEntitiesDetectionJobCommandOutput *

Gets the properties associated with a PII entities detection job. For example, you can use * this operation to get the job status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeSentimentDetectionJobCommand.ts b/clients/client-comprehend/commands/DescribeSentimentDetectionJobCommand.ts index df97f3be7205..2eaf7041c378 100644 --- a/clients/client-comprehend/commands/DescribeSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/DescribeSentimentDetectionJobCommand.ts @@ -26,7 +26,7 @@ export interface DescribeSentimentDetectionJobCommandOutput *

Gets the properties associated with a sentiment detection job. Use this operation to get * the status of a detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DescribeTopicsDetectionJobCommand.ts b/clients/client-comprehend/commands/DescribeTopicsDetectionJobCommand.ts index 3716a69bd4d2..c51fb65978db 100644 --- a/clients/client-comprehend/commands/DescribeTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/DescribeTopicsDetectionJobCommand.ts @@ -24,7 +24,7 @@ export interface DescribeTopicsDetectionJobCommandOutput extends DescribeTopicsD *

Gets the properties associated with a topic detection job. Use this operation to get * the status of a detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DescribeTopicsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DescribeTopicsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DetectDominantLanguageCommand.ts b/clients/client-comprehend/commands/DetectDominantLanguageCommand.ts index 468190b9d723..359ae6bd4af0 100644 --- a/clients/client-comprehend/commands/DetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/commands/DetectDominantLanguageCommand.ts @@ -24,7 +24,7 @@ export interface DetectDominantLanguageCommandOutput extends DetectDominantLangu *

Determines the dominant language of the input text. For a list of languages that Amazon * Comprehend can detect, see Amazon Comprehend Supported Languages.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DetectEntitiesCommand.ts b/clients/client-comprehend/commands/DetectEntitiesCommand.ts index d8c3eb08ae48..c1cdbf6c2844 100644 --- a/clients/client-comprehend/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehend/commands/DetectEntitiesCommand.ts @@ -24,7 +24,7 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M *

Inspects text for named entities, and returns information about them. For more * information, about named entities, see how-entities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DetectKeyPhrasesCommand.ts b/clients/client-comprehend/commands/DetectKeyPhrasesCommand.ts index 30c64e9fadcb..3069d5985651 100644 --- a/clients/client-comprehend/commands/DetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/commands/DetectKeyPhrasesCommand.ts @@ -23,7 +23,7 @@ export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse, /** *

Detects the key noun phrases found in the text.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DetectPiiEntitiesCommand.ts b/clients/client-comprehend/commands/DetectPiiEntitiesCommand.ts index 3358a54f1a87..6518be50dead 100644 --- a/clients/client-comprehend/commands/DetectPiiEntitiesCommand.ts +++ b/clients/client-comprehend/commands/DetectPiiEntitiesCommand.ts @@ -24,7 +24,7 @@ export interface DetectPiiEntitiesCommandOutput extends DetectPiiEntitiesRespons *

Inspects the input text for entities that contain personally identifiable information * (PII) and returns information about them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DetectPiiEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DetectPiiEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DetectSentimentCommand.ts b/clients/client-comprehend/commands/DetectSentimentCommand.ts index 65cb08785fca..290100691c23 100644 --- a/clients/client-comprehend/commands/DetectSentimentCommand.ts +++ b/clients/client-comprehend/commands/DetectSentimentCommand.ts @@ -24,7 +24,7 @@ export interface DetectSentimentCommandOutput extends DetectSentimentResponse, _ *

Inspects text and returns an inference of the prevailing sentiment * (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DetectSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DetectSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/DetectSyntaxCommand.ts b/clients/client-comprehend/commands/DetectSyntaxCommand.ts index 678ac9336b85..62b5e88436ef 100644 --- a/clients/client-comprehend/commands/DetectSyntaxCommand.ts +++ b/clients/client-comprehend/commands/DetectSyntaxCommand.ts @@ -24,7 +24,7 @@ export interface DetectSyntaxCommandOutput extends DetectSyntaxResponse, __Metad *

Inspects text for syntax and the part of speech of words in the document. For more * information, how-syntax.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, DetectSyntaxCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, DetectSyntaxCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListDocumentClassificationJobsCommand.ts b/clients/client-comprehend/commands/ListDocumentClassificationJobsCommand.ts index 5e4c1759c449..d8ad8f2da30d 100644 --- a/clients/client-comprehend/commands/ListDocumentClassificationJobsCommand.ts +++ b/clients/client-comprehend/commands/ListDocumentClassificationJobsCommand.ts @@ -25,7 +25,7 @@ export interface ListDocumentClassificationJobsCommandOutput /** *

Gets a list of the documentation classification jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListDocumentClassificationJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListDocumentClassificationJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListDocumentClassifiersCommand.ts b/clients/client-comprehend/commands/ListDocumentClassifiersCommand.ts index 5dd68444a0d1..d3e962d3db60 100644 --- a/clients/client-comprehend/commands/ListDocumentClassifiersCommand.ts +++ b/clients/client-comprehend/commands/ListDocumentClassifiersCommand.ts @@ -23,7 +23,7 @@ export interface ListDocumentClassifiersCommandOutput extends ListDocumentClassi /** *

Gets a list of the document classifiers that you have created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListDocumentClassifiersCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListDocumentClassifiersCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListDominantLanguageDetectionJobsCommand.ts b/clients/client-comprehend/commands/ListDominantLanguageDetectionJobsCommand.ts index 87e762d4e631..0979e4aca4d3 100644 --- a/clients/client-comprehend/commands/ListDominantLanguageDetectionJobsCommand.ts +++ b/clients/client-comprehend/commands/ListDominantLanguageDetectionJobsCommand.ts @@ -28,7 +28,7 @@ export interface ListDominantLanguageDetectionJobsCommandOutput /** *

Gets a list of the dominant language detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListDominantLanguageDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListDominantLanguageDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListEndpointsCommand.ts b/clients/client-comprehend/commands/ListEndpointsCommand.ts index 2e68a00d91aa..c726d497d6c2 100644 --- a/clients/client-comprehend/commands/ListEndpointsCommand.ts +++ b/clients/client-comprehend/commands/ListEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResponse, __Met /** *

Gets a list of all existing endpoints that you've created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListEndpointsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListEndpointsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/commands/ListEntitiesDetectionJobsCommand.ts index 067efa540228..50cc61fba984 100644 --- a/clients/client-comprehend/commands/ListEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/commands/ListEntitiesDetectionJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListEntitiesDetectionJobsCommandOutput extends ListEntitiesDete /** *

Gets a list of the entity detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListEntitiesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListEntitiesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListEntityRecognizersCommand.ts b/clients/client-comprehend/commands/ListEntityRecognizersCommand.ts index 4405bf5f125b..a3b5bdc01359 100644 --- a/clients/client-comprehend/commands/ListEntityRecognizersCommand.ts +++ b/clients/client-comprehend/commands/ListEntityRecognizersCommand.ts @@ -28,7 +28,7 @@ export interface ListEntityRecognizersCommandOutput extends ListEntityRecognizer *

The results of this list are not in any particular order. Please get the list and sort * locally if needed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListEntityRecognizersCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListEntityRecognizersCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListEventsDetectionJobsCommand.ts b/clients/client-comprehend/commands/ListEventsDetectionJobsCommand.ts index 0d5e9f580d70..440de370b465 100644 --- a/clients/client-comprehend/commands/ListEventsDetectionJobsCommand.ts +++ b/clients/client-comprehend/commands/ListEventsDetectionJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListEventsDetectionJobsCommandOutput extends ListEventsDetectio /** *

Gets a list of the events detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListEventsDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListEventsDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListKeyPhrasesDetectionJobsCommand.ts b/clients/client-comprehend/commands/ListKeyPhrasesDetectionJobsCommand.ts index 27f0e658713b..8b637db3a376 100644 --- a/clients/client-comprehend/commands/ListKeyPhrasesDetectionJobsCommand.ts +++ b/clients/client-comprehend/commands/ListKeyPhrasesDetectionJobsCommand.ts @@ -25,7 +25,7 @@ export interface ListKeyPhrasesDetectionJobsCommandOutput /** *

Get a list of key phrase detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListKeyPhrasesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListKeyPhrasesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListPiiEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/commands/ListPiiEntitiesDetectionJobsCommand.ts index eaa7ed5d7d4c..38098db3246b 100644 --- a/clients/client-comprehend/commands/ListPiiEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/commands/ListPiiEntitiesDetectionJobsCommand.ts @@ -25,7 +25,7 @@ export interface ListPiiEntitiesDetectionJobsCommandOutput /** *

Gets a list of the PII entity detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListPiiEntitiesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListPiiEntitiesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListSentimentDetectionJobsCommand.ts b/clients/client-comprehend/commands/ListSentimentDetectionJobsCommand.ts index 9fc4d3f01066..a0af6f94c189 100644 --- a/clients/client-comprehend/commands/ListSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/commands/ListSentimentDetectionJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListSentimentDetectionJobsCommandOutput extends ListSentimentDe /** *

Gets a list of sentiment detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListSentimentDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListSentimentDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListTagsForResourceCommand.ts b/clients/client-comprehend/commands/ListTagsForResourceCommand.ts index 0fc66f07b176..fb00e5ca7a07 100644 --- a/clients/client-comprehend/commands/ListTagsForResourceCommand.ts +++ b/clients/client-comprehend/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all tags associated with a given Amazon Comprehend resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListTagsForResourceCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListTagsForResourceCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/ListTopicsDetectionJobsCommand.ts b/clients/client-comprehend/commands/ListTopicsDetectionJobsCommand.ts index e07057854a3e..9e72abc77849 100644 --- a/clients/client-comprehend/commands/ListTopicsDetectionJobsCommand.ts +++ b/clients/client-comprehend/commands/ListTopicsDetectionJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListTopicsDetectionJobsCommandOutput extends ListTopicsDetectio /** *

Gets a list of the topic detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, ListTopicsDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, ListTopicsDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartDocumentClassificationJobCommand.ts b/clients/client-comprehend/commands/StartDocumentClassificationJobCommand.ts index fdb246c0e009..767a10558c2f 100644 --- a/clients/client-comprehend/commands/StartDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/commands/StartDocumentClassificationJobCommand.ts @@ -26,7 +26,7 @@ export interface StartDocumentClassificationJobCommandOutput *

Starts an asynchronous document classification job. Use the operation to track the progress of the * job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartDocumentClassificationJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartDocumentClassificationJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/commands/StartDominantLanguageDetectionJobCommand.ts index c6a4c29688a4..65329f97ac72 100644 --- a/clients/client-comprehend/commands/StartDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StartDominantLanguageDetectionJobCommand.ts @@ -30,7 +30,7 @@ export interface StartDominantLanguageDetectionJobCommandOutput * the operation to track the status * of a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartEntitiesDetectionJobCommand.ts b/clients/client-comprehend/commands/StartEntitiesDetectionJobCommand.ts index dc979579c6c3..0f2827e7ac9d 100644 --- a/clients/client-comprehend/commands/StartEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StartEntitiesDetectionJobCommand.ts @@ -27,7 +27,7 @@ export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDet * must be used in order to provide access to the recognizer being used to detect the custom * entity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartEventsDetectionJobCommand.ts b/clients/client-comprehend/commands/StartEventsDetectionJobCommand.ts index 8f7ca5446258..a29f013327a1 100644 --- a/clients/client-comprehend/commands/StartEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StartEventsDetectionJobCommand.ts @@ -23,7 +23,7 @@ export interface StartEventsDetectionJobCommandOutput extends StartEventsDetecti /** *

Starts an asynchronous event detection job for a collection of documents.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/commands/StartKeyPhrasesDetectionJobCommand.ts index cdb3c16494aa..61a68bc344ad 100644 --- a/clients/client-comprehend/commands/StartKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StartKeyPhrasesDetectionJobCommand.ts @@ -27,7 +27,7 @@ export interface StartKeyPhrasesDetectionJobCommandOutput * operation to track the status of a * job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/commands/StartPiiEntitiesDetectionJobCommand.ts index fd31d101ca4d..522a08e2a2c1 100644 --- a/clients/client-comprehend/commands/StartPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StartPiiEntitiesDetectionJobCommand.ts @@ -25,7 +25,7 @@ export interface StartPiiEntitiesDetectionJobCommandOutput /** *

Starts an asynchronous PII entity detection job for a collection of documents.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartPiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartPiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartSentimentDetectionJobCommand.ts b/clients/client-comprehend/commands/StartSentimentDetectionJobCommand.ts index f11dcfb6815f..2934e8fe361c 100644 --- a/clients/client-comprehend/commands/StartSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StartSentimentDetectionJobCommand.ts @@ -25,7 +25,7 @@ export interface StartSentimentDetectionJobCommandOutput extends StartSentimentD * operation to track the status of a * job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StartTopicsDetectionJobCommand.ts b/clients/client-comprehend/commands/StartTopicsDetectionJobCommand.ts index 593ff8bb4cbc..9f0fb0db757c 100644 --- a/clients/client-comprehend/commands/StartTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StartTopicsDetectionJobCommand.ts @@ -24,7 +24,7 @@ export interface StartTopicsDetectionJobCommandOutput extends StartTopicsDetecti *

Starts an asynchronous topic detection job. Use the * DescribeTopicDetectionJob operation to track the status of a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StartTopicsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StartTopicsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/commands/StopDominantLanguageDetectionJobCommand.ts index accce8f83100..d9ec80dd2f1b 100644 --- a/clients/client-comprehend/commands/StopDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StopDominantLanguageDetectionJobCommand.ts @@ -34,7 +34,7 @@ export interface StopDominantLanguageDetectionJobCommandOutput *

When a job is stopped, any documents already processed are written to the output * location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopEntitiesDetectionJobCommand.ts b/clients/client-comprehend/commands/StopEntitiesDetectionJobCommand.ts index 7736546bb34b..3ed05b424ae4 100644 --- a/clients/client-comprehend/commands/StopEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StopEntitiesDetectionJobCommand.ts @@ -32,7 +32,7 @@ export interface StopEntitiesDetectionJobCommandOutput extends StopEntitiesDetec *

When a job is stopped, any documents already processed are written to the output * location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopEventsDetectionJobCommand.ts b/clients/client-comprehend/commands/StopEventsDetectionJobCommand.ts index 24f2f5529788..682bed7fd61b 100644 --- a/clients/client-comprehend/commands/StopEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StopEventsDetectionJobCommand.ts @@ -23,7 +23,7 @@ export interface StopEventsDetectionJobCommandOutput extends StopEventsDetection /** *

Stops an events detection job in progress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/commands/StopKeyPhrasesDetectionJobCommand.ts index 16c41a2bbd55..69f4b8a8609e 100644 --- a/clients/client-comprehend/commands/StopKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StopKeyPhrasesDetectionJobCommand.ts @@ -32,7 +32,7 @@ export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesD *

When a job is stopped, any documents already processed are written to the output * location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/commands/StopPiiEntitiesDetectionJobCommand.ts index 40bac34d2484..31cece8d6b79 100644 --- a/clients/client-comprehend/commands/StopPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StopPiiEntitiesDetectionJobCommand.ts @@ -25,7 +25,7 @@ export interface StopPiiEntitiesDetectionJobCommandOutput /** *

Stops a PII entities detection job in progress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopPiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopPiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopSentimentDetectionJobCommand.ts b/clients/client-comprehend/commands/StopSentimentDetectionJobCommand.ts index bbc2f58b9ebd..f785f67d1a36 100644 --- a/clients/client-comprehend/commands/StopSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/commands/StopSentimentDetectionJobCommand.ts @@ -32,7 +32,7 @@ export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDet *

When a job is stopped, any documents already processed are written to the output * location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopTrainingDocumentClassifierCommand.ts b/clients/client-comprehend/commands/StopTrainingDocumentClassifierCommand.ts index d6837e4d0d84..a71aba367a6a 100644 --- a/clients/client-comprehend/commands/StopTrainingDocumentClassifierCommand.ts +++ b/clients/client-comprehend/commands/StopTrainingDocumentClassifierCommand.ts @@ -30,7 +30,7 @@ export interface StopTrainingDocumentClassifierCommandOutput * put into the STOPPED state and the service sends back an HTTP 200 response with * an empty HTTP body.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopTrainingDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopTrainingDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/StopTrainingEntityRecognizerCommand.ts b/clients/client-comprehend/commands/StopTrainingEntityRecognizerCommand.ts index f29d5c31d8b7..cb4941499c3f 100644 --- a/clients/client-comprehend/commands/StopTrainingEntityRecognizerCommand.ts +++ b/clients/client-comprehend/commands/StopTrainingEntityRecognizerCommand.ts @@ -30,7 +30,7 @@ export interface StopTrainingEntityRecognizerCommandOutput * putted into the STOPPED state and the service sends back an HTTP 200 response * with an empty HTTP body.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, StopTrainingEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, StopTrainingEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/TagResourceCommand.ts b/clients/client-comprehend/commands/TagResourceCommand.ts index 8b34f7692b5e..acd9e3f365a6 100644 --- a/clients/client-comprehend/commands/TagResourceCommand.ts +++ b/clients/client-comprehend/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * "Sales" as the key might be added to a resource to indicate its use by the sales department. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, TagResourceCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, TagResourceCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/UntagResourceCommand.ts b/clients/client-comprehend/commands/UntagResourceCommand.ts index 86709fffb22e..6c710738eff8 100644 --- a/clients/client-comprehend/commands/UntagResourceCommand.ts +++ b/clients/client-comprehend/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a specific tag associated with an Amazon Comprehend resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, UntagResourceCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, UntagResourceCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehend/commands/UpdateEndpointCommand.ts b/clients/client-comprehend/commands/UpdateEndpointCommand.ts index 88421f04c41d..bcf0f62e458c 100644 --- a/clients/client-comprehend/commands/UpdateEndpointCommand.ts +++ b/clients/client-comprehend/commands/UpdateEndpointCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __M /** *

Updates information about the specified endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendClient, UpdateEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import * // const { ComprehendClient, UpdateEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/DescribeEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/commands/DescribeEntitiesDetectionV2JobCommand.ts index 3f19c0acbd3a..b1d2be763f4e 100644 --- a/clients/client-comprehendmedical/commands/DescribeEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/commands/DescribeEntitiesDetectionV2JobCommand.ts @@ -30,7 +30,7 @@ export interface DescribeEntitiesDetectionV2JobCommandOutput *

Gets the properties associated with a medical entities detection job. Use this operation * to get the status of a detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, DescribeEntitiesDetectionV2JobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, DescribeEntitiesDetectionV2JobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/DescribeICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/commands/DescribeICD10CMInferenceJobCommand.ts index c42d3f1634cc..e9abda1714ff 100644 --- a/clients/client-comprehendmedical/commands/DescribeICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/commands/DescribeICD10CMInferenceJobCommand.ts @@ -30,7 +30,7 @@ export interface DescribeICD10CMInferenceJobCommandOutput *

Gets the properties associated with an InferICD10CM job. Use this operation to get the * status of an inference job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, DescribeICD10CMInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, DescribeICD10CMInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/DescribePHIDetectionJobCommand.ts b/clients/client-comprehendmedical/commands/DescribePHIDetectionJobCommand.ts index 8d0b607697e8..d575d114c0d0 100644 --- a/clients/client-comprehendmedical/commands/DescribePHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/commands/DescribePHIDetectionJobCommand.ts @@ -28,7 +28,7 @@ export interface DescribePHIDetectionJobCommandOutput extends DescribePHIDetecti *

Gets the properties associated with a protected health information (PHI) detection job. * Use this operation to get the status of a detection job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, DescribePHIDetectionJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, DescribePHIDetectionJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/DescribeRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/commands/DescribeRxNormInferenceJobCommand.ts index ca881e283b75..b964efd13802 100644 --- a/clients/client-comprehendmedical/commands/DescribeRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/commands/DescribeRxNormInferenceJobCommand.ts @@ -28,7 +28,7 @@ export interface DescribeRxNormInferenceJobCommandOutput extends DescribeRxNormI *

Gets the properties associated with an InferRxNorm job. Use this operation to get the * status of an inference job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, DescribeRxNormInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, DescribeRxNormInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/commands/DetectEntitiesCommand.ts index 9ae4aff2e7d4..4628f8371fc8 100644 --- a/clients/client-comprehendmedical/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/commands/DetectEntitiesCommand.ts @@ -32,7 +32,7 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M * information about them such as entity category, location, and confidence score on that * information .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/DetectEntitiesV2Command.ts b/clients/client-comprehendmedical/commands/DetectEntitiesV2Command.ts index 88de6c0536fe..b41a258d5acc 100644 --- a/clients/client-comprehendmedical/commands/DetectEntitiesV2Command.ts +++ b/clients/client-comprehendmedical/commands/DetectEntitiesV2Command.ts @@ -36,7 +36,7 @@ export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response, *

The DetectEntitiesV2 operation returns the Acuity and * Direction entities as attributes instead of types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, DetectEntitiesV2Command } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, DetectEntitiesV2Command } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/DetectPHICommand.ts b/clients/client-comprehendmedical/commands/DetectPHICommand.ts index 9450fd0e727d..635c3129d0d0 100644 --- a/clients/client-comprehendmedical/commands/DetectPHICommand.ts +++ b/clients/client-comprehendmedical/commands/DetectPHICommand.ts @@ -26,7 +26,7 @@ export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBea * the entity category, location, and confidence score for each entity. Amazon Comprehend Medical * only detects entities in English language texts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, DetectPHICommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, DetectPHICommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/InferICD10CMCommand.ts b/clients/client-comprehendmedical/commands/InferICD10CMCommand.ts index 42e5eb62195c..9d0a81470f27 100644 --- a/clients/client-comprehendmedical/commands/InferICD10CMCommand.ts +++ b/clients/client-comprehendmedical/commands/InferICD10CMCommand.ts @@ -30,7 +30,7 @@ export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __Metad * Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in * English language texts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, InferICD10CMCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, InferICD10CMCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/InferRxNormCommand.ts b/clients/client-comprehendmedical/commands/InferRxNormCommand.ts index 7dd8a1774879..ef272a2a671d 100644 --- a/clients/client-comprehendmedical/commands/InferRxNormCommand.ts +++ b/clients/client-comprehendmedical/commands/InferRxNormCommand.ts @@ -29,7 +29,7 @@ export interface InferRxNormCommandOutput extends InferRxNormResponse, __Metadat * normalized concept identifiers in the RxNorm database from the National Library of Medicine. * Amazon Comprehend Medical only detects medical entities in English language texts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, InferRxNormCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, InferRxNormCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/ListEntitiesDetectionV2JobsCommand.ts b/clients/client-comprehendmedical/commands/ListEntitiesDetectionV2JobsCommand.ts index 088cb92fb901..3df2a76a6f12 100644 --- a/clients/client-comprehendmedical/commands/ListEntitiesDetectionV2JobsCommand.ts +++ b/clients/client-comprehendmedical/commands/ListEntitiesDetectionV2JobsCommand.ts @@ -29,7 +29,7 @@ export interface ListEntitiesDetectionV2JobsCommandOutput /** *

Gets a list of medical entity detection jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, ListEntitiesDetectionV2JobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, ListEntitiesDetectionV2JobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/ListICD10CMInferenceJobsCommand.ts b/clients/client-comprehendmedical/commands/ListICD10CMInferenceJobsCommand.ts index e40b4718f486..54c221504ad3 100644 --- a/clients/client-comprehendmedical/commands/ListICD10CMInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/commands/ListICD10CMInferenceJobsCommand.ts @@ -27,7 +27,7 @@ export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInfere /** *

Gets a list of InferICD10CM jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, ListICD10CMInferenceJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, ListICD10CMInferenceJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/ListPHIDetectionJobsCommand.ts b/clients/client-comprehendmedical/commands/ListPHIDetectionJobsCommand.ts index 6a6d6a9a05c8..640834d8987e 100644 --- a/clients/client-comprehendmedical/commands/ListPHIDetectionJobsCommand.ts +++ b/clients/client-comprehendmedical/commands/ListPHIDetectionJobsCommand.ts @@ -28,7 +28,7 @@ export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsR *

Gets a list of protected health information (PHI) detection jobs that you have * submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, ListPHIDetectionJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, ListPHIDetectionJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/ListRxNormInferenceJobsCommand.ts b/clients/client-comprehendmedical/commands/ListRxNormInferenceJobsCommand.ts index 874b1a3eae0b..7988dc22d71a 100644 --- a/clients/client-comprehendmedical/commands/ListRxNormInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/commands/ListRxNormInferenceJobsCommand.ts @@ -27,7 +27,7 @@ export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenc /** *

Gets a list of InferRxNorm jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, ListRxNormInferenceJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, ListRxNormInferenceJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StartEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/commands/StartEntitiesDetectionV2JobCommand.ts index 36491d923da0..b4b79a77592c 100644 --- a/clients/client-comprehendmedical/commands/StartEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/commands/StartEntitiesDetectionV2JobCommand.ts @@ -30,7 +30,7 @@ export interface StartEntitiesDetectionV2JobCommandOutput *

Starts an asynchronous medical entity detection job for a collection of documents. Use the * DescribeEntitiesDetectionV2Job operation to track the status of a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StartEntitiesDetectionV2JobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StartEntitiesDetectionV2JobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StartICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/commands/StartICD10CMInferenceJobCommand.ts index 68bd7bc545aa..cd7835b53771 100644 --- a/clients/client-comprehendmedical/commands/StartICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/commands/StartICD10CMInferenceJobCommand.ts @@ -29,7 +29,7 @@ export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInfer * ontology. Use the DescribeICD10CMInferenceJob operation to track the status of a * job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StartICD10CMInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StartICD10CMInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StartPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/commands/StartPHIDetectionJobCommand.ts index 92db2ad8ac54..7eaadc948434 100644 --- a/clients/client-comprehendmedical/commands/StartPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/commands/StartPHIDetectionJobCommand.ts @@ -28,7 +28,7 @@ export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobR *

Starts an asynchronous job to detect protected health information (PHI). Use the * DescribePHIDetectionJob operation to track the status of a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StartPHIDetectionJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StartPHIDetectionJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StartRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/commands/StartRxNormInferenceJobCommand.ts index a4e7d5a97346..95ffce38c2e6 100644 --- a/clients/client-comprehendmedical/commands/StartRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/commands/StartRxNormInferenceJobCommand.ts @@ -29,7 +29,7 @@ export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferen * ontology. Use the DescribeRxNormInferenceJob operation to track the status of a * job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StartRxNormInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StartRxNormInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StopEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/commands/StopEntitiesDetectionV2JobCommand.ts index 6c0487237747..3ddc3de716f9 100644 --- a/clients/client-comprehendmedical/commands/StopEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/commands/StopEntitiesDetectionV2JobCommand.ts @@ -27,7 +27,7 @@ export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDet /** *

Stops a medical entities detection job in progress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StopEntitiesDetectionV2JobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StopEntitiesDetectionV2JobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StopICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/commands/StopICD10CMInferenceJobCommand.ts index 9f4cfdc5f405..15dc1e9f6137 100644 --- a/clients/client-comprehendmedical/commands/StopICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/commands/StopICD10CMInferenceJobCommand.ts @@ -27,7 +27,7 @@ export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferen /** *

Stops an InferICD10CM inference job in progress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StopICD10CMInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StopICD10CMInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StopPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/commands/StopPHIDetectionJobCommand.ts index 9e70839fda0b..27b810cb737b 100644 --- a/clients/client-comprehendmedical/commands/StopPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/commands/StopPHIDetectionJobCommand.ts @@ -27,7 +27,7 @@ export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes /** *

Stops a protected health information (PHI) detection job in progress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StopPHIDetectionJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StopPHIDetectionJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-comprehendmedical/commands/StopRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/commands/StopRxNormInferenceJobCommand.ts index f90b32cf5bf2..b9a15fad86eb 100644 --- a/clients/client-comprehendmedical/commands/StopRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/commands/StopRxNormInferenceJobCommand.ts @@ -27,7 +27,7 @@ export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInference /** *

Stops an InferRxNorm inference job in progress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComprehendMedicalClient, StopRxNormInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import * // const { ComprehendMedicalClient, StopRxNormInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/DescribeRecommendationExportJobsCommand.ts b/clients/client-compute-optimizer/commands/DescribeRecommendationExportJobsCommand.ts index 548e70a63c0f..8c1adabd8059 100644 --- a/clients/client-compute-optimizer/commands/DescribeRecommendationExportJobsCommand.ts +++ b/clients/client-compute-optimizer/commands/DescribeRecommendationExportJobsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeRecommendationExportJobsCommandOutput * recommendations. Then use the DescribeRecommendationExportJobs action to * view your export jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, DescribeRecommendationExportJobsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, DescribeRecommendationExportJobsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/ExportAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/commands/ExportAutoScalingGroupRecommendationsCommand.ts index 70fb37cc2fe7..88683424d4f4 100644 --- a/clients/client-compute-optimizer/commands/ExportAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/commands/ExportAutoScalingGroupRecommendationsCommand.ts @@ -36,7 +36,7 @@ export interface ExportAutoScalingGroupRecommendationsCommandOutput * *

You can have only one Auto Scaling group export job in progress per AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, ExportAutoScalingGroupRecommendationsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, ExportAutoScalingGroupRecommendationsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/ExportEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/commands/ExportEC2InstanceRecommendationsCommand.ts index aaa0938f811a..c319cc3cce87 100644 --- a/clients/client-compute-optimizer/commands/ExportEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/commands/ExportEC2InstanceRecommendationsCommand.ts @@ -32,7 +32,7 @@ export interface ExportEC2InstanceRecommendationsCommandOutput * *

You can have only one Amazon EC2 instance export job in progress per AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, ExportEC2InstanceRecommendationsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, ExportEC2InstanceRecommendationsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/GetAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/commands/GetAutoScalingGroupRecommendationsCommand.ts index 4024f836e944..1a053f765beb 100644 --- a/clients/client-compute-optimizer/commands/GetAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/commands/GetAutoScalingGroupRecommendationsCommand.ts @@ -32,7 +32,7 @@ export interface GetAutoScalingGroupRecommendationsCommandOutput * requirements. For more information, see the Supported resources and * requirements in the AWS Compute Optimizer User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, GetAutoScalingGroupRecommendationsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, GetAutoScalingGroupRecommendationsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/GetEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/commands/GetEBSVolumeRecommendationsCommand.ts index a5bb5fffe46b..f38e436f396c 100644 --- a/clients/client-compute-optimizer/commands/GetEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/commands/GetEBSVolumeRecommendationsCommand.ts @@ -29,7 +29,7 @@ export interface GetEBSVolumeRecommendationsCommandOutput * requirements. For more information, see the Supported resources and * requirements in the AWS Compute Optimizer User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, GetEBSVolumeRecommendationsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, GetEBSVolumeRecommendationsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/GetEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/commands/GetEC2InstanceRecommendationsCommand.ts index 68c902332969..cd2b6feb2338 100644 --- a/clients/client-compute-optimizer/commands/GetEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/commands/GetEC2InstanceRecommendationsCommand.ts @@ -29,7 +29,7 @@ export interface GetEC2InstanceRecommendationsCommandOutput * specific set of requirements. For more information, see the Supported resources and * requirements in the AWS Compute Optimizer User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, GetEC2InstanceRecommendationsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, GetEC2InstanceRecommendationsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/GetEC2RecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/commands/GetEC2RecommendationProjectedMetricsCommand.ts index c2b9d1520848..cd6e98fe05a0 100644 --- a/clients/client-compute-optimizer/commands/GetEC2RecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/commands/GetEC2RecommendationProjectedMetricsCommand.ts @@ -36,7 +36,7 @@ export interface GetEC2RecommendationProjectedMetricsCommandOutput * Utilization with the CloudWatch Agent.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, GetEC2RecommendationProjectedMetricsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, GetEC2RecommendationProjectedMetricsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/GetEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/commands/GetEnrollmentStatusCommand.ts index f07fb6b8722a..13949fe5b159 100644 --- a/clients/client-compute-optimizer/commands/GetEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/commands/GetEnrollmentStatusCommand.ts @@ -25,7 +25,7 @@ export interface GetEnrollmentStatusCommandOutput extends GetEnrollmentStatusRes *

If the account is the management account of an organization, this action also confirms * the enrollment status of member accounts within the organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, GetEnrollmentStatusCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, GetEnrollmentStatusCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/GetLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/commands/GetLambdaFunctionRecommendationsCommand.ts index bdb59abdee9f..2940305d0c6a 100644 --- a/clients/client-compute-optimizer/commands/GetLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/commands/GetLambdaFunctionRecommendationsCommand.ts @@ -29,7 +29,7 @@ export interface GetLambdaFunctionRecommendationsCommandOutput * requirements. For more information, see the Supported resources and * requirements in the AWS Compute Optimizer User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, GetLambdaFunctionRecommendationsCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, GetLambdaFunctionRecommendationsCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/GetRecommendationSummariesCommand.ts b/clients/client-compute-optimizer/commands/GetRecommendationSummariesCommand.ts index c44028db5b39..3e3dad6ce0b4 100644 --- a/clients/client-compute-optimizer/commands/GetRecommendationSummariesCommand.ts +++ b/clients/client-compute-optimizer/commands/GetRecommendationSummariesCommand.ts @@ -42,7 +42,7 @@ export interface GetRecommendationSummariesCommandOutput extends GetRecommendati * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, GetRecommendationSummariesCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, GetRecommendationSummariesCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-compute-optimizer/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/commands/UpdateEnrollmentStatusCommand.ts index 49035169ae1b..429fa3777b87 100644 --- a/clients/client-compute-optimizer/commands/UpdateEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/commands/UpdateEnrollmentStatusCommand.ts @@ -35,7 +35,7 @@ export interface UpdateEnrollmentStatusCommandOutput extends UpdateEnrollmentSta * access its data. For more information, see Using Service-Linked * Roles for AWS Compute Optimizer in the Compute Optimizer User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ComputeOptimizerClient, UpdateEnrollmentStatusCommand } from "@aws-sdk/client-compute-optimizer"; // ES Modules import * // const { ComputeOptimizerClient, UpdateEnrollmentStatusCommand } = require("@aws-sdk/client-compute-optimizer"); // CommonJS import diff --git a/clients/client-config-service/commands/BatchGetAggregateResourceConfigCommand.ts b/clients/client-config-service/commands/BatchGetAggregateResourceConfigCommand.ts index 8a7a97322428..93411f6b9006 100644 --- a/clients/client-config-service/commands/BatchGetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/commands/BatchGetAggregateResourceConfigCommand.ts @@ -37,7 +37,7 @@ export interface BatchGetAggregateResourceConfigCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, BatchGetAggregateResourceConfigCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, BatchGetAggregateResourceConfigCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/BatchGetResourceConfigCommand.ts b/clients/client-config-service/commands/BatchGetResourceConfigCommand.ts index d8bf61db94e1..c27ef374dde7 100644 --- a/clients/client-config-service/commands/BatchGetResourceConfigCommand.ts +++ b/clients/client-config-service/commands/BatchGetResourceConfigCommand.ts @@ -41,7 +41,7 @@ export interface BatchGetResourceConfigCommandOutput extends BatchGetResourceCon * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, BatchGetResourceConfigCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, BatchGetResourceConfigCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteAggregationAuthorizationCommand.ts b/clients/client-config-service/commands/DeleteAggregationAuthorizationCommand.ts index c73e65a226b0..52f4ae9764c0 100644 --- a/clients/client-config-service/commands/DeleteAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/commands/DeleteAggregationAuthorizationCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAggregationAuthorizationCommandOutput extends __MetadataB *

Deletes the authorization granted to the specified * configuration aggregator account in a specified region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteAggregationAuthorizationCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteAggregationAuthorizationCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteConfigRuleCommand.ts b/clients/client-config-service/commands/DeleteConfigRuleCommand.ts index 29f2b729fae9..bc49ed079208 100644 --- a/clients/client-config-service/commands/DeleteConfigRuleCommand.ts +++ b/clients/client-config-service/commands/DeleteConfigRuleCommand.ts @@ -31,7 +31,7 @@ export interface DeleteConfigRuleCommandOutput extends __MetadataBearer {} *

You can check the state of a rule by using the * DescribeConfigRules request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteConfigurationAggregatorCommand.ts b/clients/client-config-service/commands/DeleteConfigurationAggregatorCommand.ts index 313bd9b57b27..ae18d11cfd82 100644 --- a/clients/client-config-service/commands/DeleteConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/commands/DeleteConfigurationAggregatorCommand.ts @@ -24,7 +24,7 @@ export interface DeleteConfigurationAggregatorCommandOutput extends __MetadataBe *

Deletes the specified configuration aggregator and the * aggregated data associated with the aggregator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteConfigurationAggregatorCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteConfigurationAggregatorCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteConfigurationRecorderCommand.ts b/clients/client-config-service/commands/DeleteConfigurationRecorderCommand.ts index ca13c99a9c32..80ee9100ea75 100644 --- a/clients/client-config-service/commands/DeleteConfigurationRecorderCommand.ts +++ b/clients/client-config-service/commands/DeleteConfigurationRecorderCommand.ts @@ -32,7 +32,7 @@ export interface DeleteConfigurationRecorderCommandOutput extends __MetadataBear * be able to access this information in the AWS Config console until * you create a new configuration recorder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteConfigurationRecorderCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteConfigurationRecorderCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteConformancePackCommand.ts b/clients/client-config-service/commands/DeleteConformancePackCommand.ts index 97d7020e2a7e..0b3aafe8ecc1 100644 --- a/clients/client-config-service/commands/DeleteConformancePackCommand.ts +++ b/clients/client-config-service/commands/DeleteConformancePackCommand.ts @@ -26,7 +26,7 @@ export interface DeleteConformancePackCommandOutput extends __MetadataBearer {} *

AWS Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. * You cannot update a conformance pack while it is in this state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteConformancePackCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteConformancePackCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteDeliveryChannelCommand.ts b/clients/client-config-service/commands/DeleteDeliveryChannelCommand.ts index 09a4cdec0332..81c5892207fa 100644 --- a/clients/client-config-service/commands/DeleteDeliveryChannelCommand.ts +++ b/clients/client-config-service/commands/DeleteDeliveryChannelCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDeliveryChannelCommandOutput extends __MetadataBearer {} *

Before you can delete the delivery channel, you must stop the * configuration recorder by using the StopConfigurationRecorder action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteDeliveryChannelCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteDeliveryChannelCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteEvaluationResultsCommand.ts b/clients/client-config-service/commands/DeleteEvaluationResultsCommand.ts index 2350b4605b7e..2b06656ca03c 100644 --- a/clients/client-config-service/commands/DeleteEvaluationResultsCommand.ts +++ b/clients/client-config-service/commands/DeleteEvaluationResultsCommand.ts @@ -26,7 +26,7 @@ export interface DeleteEvaluationResultsCommandOutput extends DeleteEvaluationRe * delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating * your AWS resources against the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteEvaluationResultsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteEvaluationResultsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteOrganizationConfigRuleCommand.ts b/clients/client-config-service/commands/DeleteOrganizationConfigRuleCommand.ts index 8a6ec7cf790b..044456f30cb1 100644 --- a/clients/client-config-service/commands/DeleteOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/commands/DeleteOrganizationConfigRuleCommand.ts @@ -28,7 +28,7 @@ export interface DeleteOrganizationConfigRuleCommandOutput extends __MetadataBea *

AWS Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. * You cannot update a rule while it is in this state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteOrganizationConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteOrganizationConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteOrganizationConformancePackCommand.ts b/clients/client-config-service/commands/DeleteOrganizationConformancePackCommand.ts index 77aa70392f01..8c9fc5a54b78 100644 --- a/clients/client-config-service/commands/DeleteOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/commands/DeleteOrganizationConformancePackCommand.ts @@ -29,7 +29,7 @@ export interface DeleteOrganizationConformancePackCommandOutput extends __Metada *

AWS Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. * You cannot update a conformance pack while it is in this state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteOrganizationConformancePackCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteOrganizationConformancePackCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeletePendingAggregationRequestCommand.ts b/clients/client-config-service/commands/DeletePendingAggregationRequestCommand.ts index f31be1d580a0..aa92269cec5a 100644 --- a/clients/client-config-service/commands/DeletePendingAggregationRequestCommand.ts +++ b/clients/client-config-service/commands/DeletePendingAggregationRequestCommand.ts @@ -24,7 +24,7 @@ export interface DeletePendingAggregationRequestCommandOutput extends __Metadata *

Deletes pending authorization requests for a specified * aggregator account in a specified region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeletePendingAggregationRequestCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeletePendingAggregationRequestCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteRemediationConfigurationCommand.ts b/clients/client-config-service/commands/DeleteRemediationConfigurationCommand.ts index eaeae404fa87..0f6fc5d9ceab 100644 --- a/clients/client-config-service/commands/DeleteRemediationConfigurationCommand.ts +++ b/clients/client-config-service/commands/DeleteRemediationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteRemediationConfigurationCommandOutput /** *

Deletes the remediation configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteRemediationConfigurationCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteRemediationConfigurationCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteRemediationExceptionsCommand.ts b/clients/client-config-service/commands/DeleteRemediationExceptionsCommand.ts index 733a668253d1..3e91bfa36581 100644 --- a/clients/client-config-service/commands/DeleteRemediationExceptionsCommand.ts +++ b/clients/client-config-service/commands/DeleteRemediationExceptionsCommand.ts @@ -29,7 +29,7 @@ export interface DeleteRemediationExceptionsCommandOutput * Remediation exceptions blocks auto-remediation until the exception is cleared.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteRemediationExceptionsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteRemediationExceptionsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteResourceConfigCommand.ts b/clients/client-config-service/commands/DeleteResourceConfigCommand.ts index 6e537cd0ebbc..ecd00a33e162 100644 --- a/clients/client-config-service/commands/DeleteResourceConfigCommand.ts +++ b/clients/client-config-service/commands/DeleteResourceConfigCommand.ts @@ -24,7 +24,7 @@ export interface DeleteResourceConfigCommandOutput extends __MetadataBearer {} *

Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your AWS Config History. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteResourceConfigCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteResourceConfigCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteRetentionConfigurationCommand.ts b/clients/client-config-service/commands/DeleteRetentionConfigurationCommand.ts index d954dd2bc675..5ebf3516de51 100644 --- a/clients/client-config-service/commands/DeleteRetentionConfigurationCommand.ts +++ b/clients/client-config-service/commands/DeleteRetentionConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRetentionConfigurationCommandOutput extends __MetadataBea /** *

Deletes the retention configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteRetentionConfigurationCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteRetentionConfigurationCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeleteStoredQueryCommand.ts b/clients/client-config-service/commands/DeleteStoredQueryCommand.ts index 9dd0d74a4935..f3bcd1cf2fb9 100644 --- a/clients/client-config-service/commands/DeleteStoredQueryCommand.ts +++ b/clients/client-config-service/commands/DeleteStoredQueryCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStoredQueryCommandOutput extends DeleteStoredQueryRespons /** *

Deletes the stored query for a single AWS account and a single AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeleteStoredQueryCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeleteStoredQueryCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DeliverConfigSnapshotCommand.ts b/clients/client-config-service/commands/DeliverConfigSnapshotCommand.ts index 75a75db117b0..47ca168eb9ff 100644 --- a/clients/client-config-service/commands/DeliverConfigSnapshotCommand.ts +++ b/clients/client-config-service/commands/DeliverConfigSnapshotCommand.ts @@ -39,7 +39,7 @@ export interface DeliverConfigSnapshotCommandOutput extends DeliverConfigSnapsho * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DeliverConfigSnapshotCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DeliverConfigSnapshotCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeAggregateComplianceByConfigRulesCommand.ts b/clients/client-config-service/commands/DescribeAggregateComplianceByConfigRulesCommand.ts index 5ca8183d20b9..9e1438ca833a 100644 --- a/clients/client-config-service/commands/DescribeAggregateComplianceByConfigRulesCommand.ts +++ b/clients/client-config-service/commands/DescribeAggregateComplianceByConfigRulesCommand.ts @@ -36,7 +36,7 @@ export interface DescribeAggregateComplianceByConfigRulesCommandOutput * page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeAggregateComplianceByConfigRulesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeAggregateComplianceByConfigRulesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeAggregateComplianceByConformancePacksCommand.ts b/clients/client-config-service/commands/DescribeAggregateComplianceByConformancePacksCommand.ts index a0be75c6be7b..8ccc4e065bc1 100644 --- a/clients/client-config-service/commands/DescribeAggregateComplianceByConformancePacksCommand.ts +++ b/clients/client-config-service/commands/DescribeAggregateComplianceByConformancePacksCommand.ts @@ -33,7 +33,7 @@ export interface DescribeAggregateComplianceByConformancePacksCommandOutput *

The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeAggregateComplianceByConformancePacksCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeAggregateComplianceByConformancePacksCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeAggregationAuthorizationsCommand.ts b/clients/client-config-service/commands/DescribeAggregationAuthorizationsCommand.ts index ebb4c01da753..7a57c3333787 100644 --- a/clients/client-config-service/commands/DescribeAggregationAuthorizationsCommand.ts +++ b/clients/client-config-service/commands/DescribeAggregationAuthorizationsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeAggregationAuthorizationsCommandOutput *

Returns a list of authorizations granted to various aggregator * accounts and regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeAggregationAuthorizationsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeAggregationAuthorizationsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeComplianceByConfigRuleCommand.ts b/clients/client-config-service/commands/DescribeComplianceByConfigRuleCommand.ts index 1965fb041c0f..95d356339f34 100644 --- a/clients/client-config-service/commands/DescribeComplianceByConfigRuleCommand.ts +++ b/clients/client-config-service/commands/DescribeComplianceByConfigRuleCommand.ts @@ -57,7 +57,7 @@ export interface DescribeComplianceByConfigRuleCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeComplianceByConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeComplianceByConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeComplianceByResourceCommand.ts b/clients/client-config-service/commands/DescribeComplianceByResourceCommand.ts index 85b467b61d52..ccd7d9af7a09 100644 --- a/clients/client-config-service/commands/DescribeComplianceByResourceCommand.ts +++ b/clients/client-config-service/commands/DescribeComplianceByResourceCommand.ts @@ -58,7 +58,7 @@ export interface DescribeComplianceByResourceCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeComplianceByResourceCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeComplianceByResourceCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConfigRuleEvaluationStatusCommand.ts b/clients/client-config-service/commands/DescribeConfigRuleEvaluationStatusCommand.ts index 5c534921123d..6075ad8c53bb 100644 --- a/clients/client-config-service/commands/DescribeConfigRuleEvaluationStatusCommand.ts +++ b/clients/client-config-service/commands/DescribeConfigRuleEvaluationStatusCommand.ts @@ -31,7 +31,7 @@ export interface DescribeConfigRuleEvaluationStatusCommandOutput * Config invoked the rule, the last time AWS Config failed to invoke * the rule, and the related error for the last failure.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConfigRuleEvaluationStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConfigRuleEvaluationStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConfigRulesCommand.ts b/clients/client-config-service/commands/DescribeConfigRulesCommand.ts index be11d3dc2e28..09277068b3f2 100644 --- a/clients/client-config-service/commands/DescribeConfigRulesCommand.ts +++ b/clients/client-config-service/commands/DescribeConfigRulesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConfigRulesCommandOutput extends DescribeConfigRulesRes /** *

Returns details about your AWS Config rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConfigRulesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConfigRulesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts b/clients/client-config-service/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts index b077c617107b..720a1ffc55a7 100644 --- a/clients/client-config-service/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts +++ b/clients/client-config-service/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts @@ -30,7 +30,7 @@ export interface DescribeConfigurationAggregatorSourcesStatusCommandOutput *

Returns status information for sources within an aggregator. * The status includes information about the last time AWS Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConfigurationAggregatorSourcesStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConfigurationAggregatorSourcesStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConfigurationAggregatorsCommand.ts b/clients/client-config-service/commands/DescribeConfigurationAggregatorsCommand.ts index a51b7d78fece..b0640e88ffa7 100644 --- a/clients/client-config-service/commands/DescribeConfigurationAggregatorsCommand.ts +++ b/clients/client-config-service/commands/DescribeConfigurationAggregatorsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeConfigurationAggregatorsCommandOutput * returns the details for all the configuration aggregators associated * with the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConfigurationAggregatorsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConfigurationAggregatorsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConfigurationRecorderStatusCommand.ts b/clients/client-config-service/commands/DescribeConfigurationRecorderStatusCommand.ts index 5c7c892ed30d..3bd455eac300 100644 --- a/clients/client-config-service/commands/DescribeConfigurationRecorderStatusCommand.ts +++ b/clients/client-config-service/commands/DescribeConfigurationRecorderStatusCommand.ts @@ -35,7 +35,7 @@ export interface DescribeConfigurationRecorderStatusCommandOutput * per region in your account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConfigurationRecorderStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConfigurationRecorderStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConfigurationRecordersCommand.ts b/clients/client-config-service/commands/DescribeConfigurationRecordersCommand.ts index beab55768a5b..7a8a62341ecf 100644 --- a/clients/client-config-service/commands/DescribeConfigurationRecordersCommand.ts +++ b/clients/client-config-service/commands/DescribeConfigurationRecordersCommand.ts @@ -32,7 +32,7 @@ export interface DescribeConfigurationRecordersCommandOutput * per region in your account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConfigurationRecordersCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConfigurationRecordersCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConformancePackComplianceCommand.ts b/clients/client-config-service/commands/DescribeConformancePackComplianceCommand.ts index 3cb8e2710d44..3bb17731159e 100644 --- a/clients/client-config-service/commands/DescribeConformancePackComplianceCommand.ts +++ b/clients/client-config-service/commands/DescribeConformancePackComplianceCommand.ts @@ -31,7 +31,7 @@ export interface DescribeConformancePackComplianceCommandOutput *

You must provide exact rule names.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConformancePackComplianceCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConformancePackComplianceCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConformancePackStatusCommand.ts b/clients/client-config-service/commands/DescribeConformancePackStatusCommand.ts index 5a9f36d52a3a..c6a98227e601 100644 --- a/clients/client-config-service/commands/DescribeConformancePackStatusCommand.ts +++ b/clients/client-config-service/commands/DescribeConformancePackStatusCommand.ts @@ -28,7 +28,7 @@ export interface DescribeConformancePackStatusCommandOutput *

If there are no conformance packs then you will see an empty result.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConformancePackStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConformancePackStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeConformancePacksCommand.ts b/clients/client-config-service/commands/DescribeConformancePacksCommand.ts index addc42c079a8..0d5337d39624 100644 --- a/clients/client-config-service/commands/DescribeConformancePacksCommand.ts +++ b/clients/client-config-service/commands/DescribeConformancePacksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConformancePacksCommandOutput extends DescribeConforman /** *

Returns a list of one or more conformance packs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeConformancePacksCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeConformancePacksCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeDeliveryChannelStatusCommand.ts b/clients/client-config-service/commands/DescribeDeliveryChannelStatusCommand.ts index 448d966f9dd6..66a1b0474455 100644 --- a/clients/client-config-service/commands/DescribeDeliveryChannelStatusCommand.ts +++ b/clients/client-config-service/commands/DescribeDeliveryChannelStatusCommand.ts @@ -32,7 +32,7 @@ export interface DescribeDeliveryChannelStatusCommandOutput * region in your account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeDeliveryChannelStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeDeliveryChannelStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeDeliveryChannelsCommand.ts b/clients/client-config-service/commands/DescribeDeliveryChannelsCommand.ts index 9bdbe0674ba0..a4c7e194a79e 100644 --- a/clients/client-config-service/commands/DescribeDeliveryChannelsCommand.ts +++ b/clients/client-config-service/commands/DescribeDeliveryChannelsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeDeliveryChannelsCommandOutput extends DescribeDeliveryC * region in your account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeDeliveryChannelsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeDeliveryChannelsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeOrganizationConfigRuleStatusesCommand.ts b/clients/client-config-service/commands/DescribeOrganizationConfigRuleStatusesCommand.ts index 9bb8a671dc47..36d79c027761 100644 --- a/clients/client-config-service/commands/DescribeOrganizationConfigRuleStatusesCommand.ts +++ b/clients/client-config-service/commands/DescribeOrganizationConfigRuleStatusesCommand.ts @@ -37,7 +37,7 @@ export interface DescribeOrganizationConfigRuleStatusesCommandOutput * It is only applicable, when you request all the organization config rules.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeOrganizationConfigRuleStatusesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeOrganizationConfigRuleStatusesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeOrganizationConfigRulesCommand.ts b/clients/client-config-service/commands/DescribeOrganizationConfigRulesCommand.ts index 6f5bc18291d0..8c3a57c0ef92 100644 --- a/clients/client-config-service/commands/DescribeOrganizationConfigRulesCommand.ts +++ b/clients/client-config-service/commands/DescribeOrganizationConfigRulesCommand.ts @@ -31,7 +31,7 @@ export interface DescribeOrganizationConfigRulesCommandOutput * It is only applicable, when you request all the organization config rules.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeOrganizationConfigRulesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeOrganizationConfigRulesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeOrganizationConformancePackStatusesCommand.ts b/clients/client-config-service/commands/DescribeOrganizationConformancePackStatusesCommand.ts index 8e2c18381dac..12cb9394769e 100644 --- a/clients/client-config-service/commands/DescribeOrganizationConformancePackStatusesCommand.ts +++ b/clients/client-config-service/commands/DescribeOrganizationConformancePackStatusesCommand.ts @@ -36,7 +36,7 @@ export interface DescribeOrganizationConformancePackStatusesCommandOutput * They are only applicable, when you request all the organization conformance packs.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeOrganizationConformancePackStatusesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeOrganizationConformancePackStatusesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeOrganizationConformancePacksCommand.ts b/clients/client-config-service/commands/DescribeOrganizationConformancePacksCommand.ts index c635aca5ee49..2b51ea91db5d 100644 --- a/clients/client-config-service/commands/DescribeOrganizationConformancePacksCommand.ts +++ b/clients/client-config-service/commands/DescribeOrganizationConformancePacksCommand.ts @@ -33,7 +33,7 @@ export interface DescribeOrganizationConformancePacksCommandOutput * when you request all the organization conformance packs.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeOrganizationConformancePacksCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeOrganizationConformancePacksCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribePendingAggregationRequestsCommand.ts b/clients/client-config-service/commands/DescribePendingAggregationRequestsCommand.ts index 30d91c8a3c45..a7d3ef865713 100644 --- a/clients/client-config-service/commands/DescribePendingAggregationRequestsCommand.ts +++ b/clients/client-config-service/commands/DescribePendingAggregationRequestsCommand.ts @@ -28,7 +28,7 @@ export interface DescribePendingAggregationRequestsCommandOutput /** *

Returns a list of all pending aggregation requests.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribePendingAggregationRequestsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribePendingAggregationRequestsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeRemediationConfigurationsCommand.ts b/clients/client-config-service/commands/DescribeRemediationConfigurationsCommand.ts index 438cb4693dc0..bae553cfeb21 100644 --- a/clients/client-config-service/commands/DescribeRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/commands/DescribeRemediationConfigurationsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeRemediationConfigurationsCommandOutput /** *

Returns the details of one or more remediation configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeRemediationConfigurationsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeRemediationConfigurationsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeRemediationExceptionsCommand.ts b/clients/client-config-service/commands/DescribeRemediationExceptionsCommand.ts index 06bf5895d69c..2da2f6daed79 100644 --- a/clients/client-config-service/commands/DescribeRemediationExceptionsCommand.ts +++ b/clients/client-config-service/commands/DescribeRemediationExceptionsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeRemediationExceptionsCommandOutput *

Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeRemediationExceptionsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeRemediationExceptionsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeRemediationExecutionStatusCommand.ts b/clients/client-config-service/commands/DescribeRemediationExecutionStatusCommand.ts index 4f06431e169f..457a8ee3e062 100644 --- a/clients/client-config-service/commands/DescribeRemediationExecutionStatusCommand.ts +++ b/clients/client-config-service/commands/DescribeRemediationExecutionStatusCommand.ts @@ -29,7 +29,7 @@ export interface DescribeRemediationExecutionStatusCommandOutput *

Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. * When you specify the limit and the next token, you receive a paginated response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeRemediationExecutionStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeRemediationExecutionStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/DescribeRetentionConfigurationsCommand.ts b/clients/client-config-service/commands/DescribeRetentionConfigurationsCommand.ts index 281394d9fb1e..41cd3cd39935 100644 --- a/clients/client-config-service/commands/DescribeRetentionConfigurationsCommand.ts +++ b/clients/client-config-service/commands/DescribeRetentionConfigurationsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeRetentionConfigurationsCommandOutput * configuration per region in your account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, DescribeRetentionConfigurationsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, DescribeRetentionConfigurationsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts index d757c77cc863..8218c8a1b0c4 100644 --- a/clients/client-config-service/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts @@ -37,7 +37,7 @@ export interface GetAggregateComplianceDetailsByConfigRuleCommandOutput * page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetAggregateComplianceDetailsByConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetAggregateComplianceDetailsByConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts b/clients/client-config-service/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts index cb60e659f1a9..a9be2ccc3a4d 100644 --- a/clients/client-config-service/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts +++ b/clients/client-config-service/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts @@ -35,7 +35,7 @@ export interface GetAggregateConfigRuleComplianceSummaryCommandOutput * page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetAggregateConfigRuleComplianceSummaryCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetAggregateConfigRuleComplianceSummaryCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetAggregateConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/commands/GetAggregateConformancePackComplianceSummaryCommand.ts index 7281460960f1..3554cda68bf1 100644 --- a/clients/client-config-service/commands/GetAggregateConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/commands/GetAggregateConformancePackComplianceSummaryCommand.ts @@ -32,7 +32,7 @@ export interface GetAggregateConformancePackComplianceSummaryCommandOutput *

The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetAggregateConformancePackComplianceSummaryCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetAggregateConformancePackComplianceSummaryCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetAggregateDiscoveredResourceCountsCommand.ts b/clients/client-config-service/commands/GetAggregateDiscoveredResourceCountsCommand.ts index fd109d7e0d0a..b7059814c270 100644 --- a/clients/client-config-service/commands/GetAggregateDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/commands/GetAggregateDiscoveredResourceCountsCommand.ts @@ -30,7 +30,7 @@ export interface GetAggregateDiscoveredResourceCountsCommandOutput *

For example, if the input contains accountID 12345678910 and region us-east-1 in filters, the API returns the count of resources in account ID 12345678910 and region us-east-1. * If the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetAggregateDiscoveredResourceCountsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetAggregateDiscoveredResourceCountsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetAggregateResourceConfigCommand.ts b/clients/client-config-service/commands/GetAggregateResourceConfigCommand.ts index c609d1205184..41dffe5339c7 100644 --- a/clients/client-config-service/commands/GetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/commands/GetAggregateResourceConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetAggregateResourceConfigCommandOutput extends GetAggregateRes /** *

Returns configuration item that is aggregated for your specific resource in a specific source account and region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetAggregateResourceConfigCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetAggregateResourceConfigCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/commands/GetComplianceDetailsByConfigRuleCommand.ts index 2364f14beb67..d6252a10a4df 100644 --- a/clients/client-config-service/commands/GetComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/commands/GetComplianceDetailsByConfigRuleCommand.ts @@ -28,7 +28,7 @@ export interface GetComplianceDetailsByConfigRuleCommandOutput * rule, when each resource was last evaluated, and whether each * resource complies with the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetComplianceDetailsByConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetComplianceDetailsByConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetComplianceDetailsByResourceCommand.ts b/clients/client-config-service/commands/GetComplianceDetailsByResourceCommand.ts index 1a75bdc34999..59d0f11f40ca 100644 --- a/clients/client-config-service/commands/GetComplianceDetailsByResourceCommand.ts +++ b/clients/client-config-service/commands/GetComplianceDetailsByResourceCommand.ts @@ -28,7 +28,7 @@ export interface GetComplianceDetailsByResourceCommandOutput * the resource, when each rule was last used, and whether the resource * complies with each rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetComplianceDetailsByResourceCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetComplianceDetailsByResourceCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetComplianceSummaryByConfigRuleCommand.ts b/clients/client-config-service/commands/GetComplianceSummaryByConfigRuleCommand.ts index 45b9dbcc4a14..6a72e330e947 100644 --- a/clients/client-config-service/commands/GetComplianceSummaryByConfigRuleCommand.ts +++ b/clients/client-config-service/commands/GetComplianceSummaryByConfigRuleCommand.ts @@ -26,7 +26,7 @@ export interface GetComplianceSummaryByConfigRuleCommandOutput *

Returns the number of AWS Config rules that are compliant and * noncompliant, up to a maximum of 25 for each.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetComplianceSummaryByConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetComplianceSummaryByConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetComplianceSummaryByResourceTypeCommand.ts b/clients/client-config-service/commands/GetComplianceSummaryByResourceTypeCommand.ts index 3ec06b97c685..94cc15db16c0 100644 --- a/clients/client-config-service/commands/GetComplianceSummaryByResourceTypeCommand.ts +++ b/clients/client-config-service/commands/GetComplianceSummaryByResourceTypeCommand.ts @@ -31,7 +31,7 @@ export interface GetComplianceSummaryByResourceTypeCommandOutput * types to get these numbers for each resource type. The maximum * number returned is 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetComplianceSummaryByResourceTypeCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetComplianceSummaryByResourceTypeCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetConformancePackComplianceDetailsCommand.ts b/clients/client-config-service/commands/GetConformancePackComplianceDetailsCommand.ts index 7d3c82530ad2..a237c2c551b2 100644 --- a/clients/client-config-service/commands/GetConformancePackComplianceDetailsCommand.ts +++ b/clients/client-config-service/commands/GetConformancePackComplianceDetailsCommand.ts @@ -28,7 +28,7 @@ export interface GetConformancePackComplianceDetailsCommandOutput /** *

Returns compliance details of a conformance pack for all AWS resources that are monitered by conformance pack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetConformancePackComplianceDetailsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetConformancePackComplianceDetailsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/commands/GetConformancePackComplianceSummaryCommand.ts index f205cfc8dda9..845f259cf54a 100644 --- a/clients/client-config-service/commands/GetConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/commands/GetConformancePackComplianceSummaryCommand.ts @@ -28,7 +28,7 @@ export interface GetConformancePackComplianceSummaryCommandOutput /** *

Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetConformancePackComplianceSummaryCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetConformancePackComplianceSummaryCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetDiscoveredResourceCountsCommand.ts b/clients/client-config-service/commands/GetDiscoveredResourceCountsCommand.ts index 40156ce598b6..1c8ce3e6181e 100644 --- a/clients/client-config-service/commands/GetDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/commands/GetDiscoveredResourceCountsCommand.ts @@ -88,7 +88,7 @@ export interface GetDiscoveredResourceCountsCommandOutput *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetDiscoveredResourceCountsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetDiscoveredResourceCountsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts b/clients/client-config-service/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts index 563b7d0d0489..5c39b9fef57d 100644 --- a/clients/client-config-service/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts +++ b/clients/client-config-service/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts @@ -29,7 +29,7 @@ export interface GetOrganizationConfigRuleDetailedStatusCommandOutput /** *

Returns detailed status for each member account within an organization for a given organization config rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetOrganizationConfigRuleDetailedStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetOrganizationConfigRuleDetailedStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetOrganizationConformancePackDetailedStatusCommand.ts b/clients/client-config-service/commands/GetOrganizationConformancePackDetailedStatusCommand.ts index 7f5277b63549..cd89ac336339 100644 --- a/clients/client-config-service/commands/GetOrganizationConformancePackDetailedStatusCommand.ts +++ b/clients/client-config-service/commands/GetOrganizationConformancePackDetailedStatusCommand.ts @@ -29,7 +29,7 @@ export interface GetOrganizationConformancePackDetailedStatusCommandOutput /** *

Returns detailed status for each member account within an organization for a given organization conformance pack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetOrganizationConformancePackDetailedStatusCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetOrganizationConformancePackDetailedStatusCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetResourceConfigHistoryCommand.ts b/clients/client-config-service/commands/GetResourceConfigHistoryCommand.ts index 590350c693ef..06fa9aad1cc2 100644 --- a/clients/client-config-service/commands/GetResourceConfigHistoryCommand.ts +++ b/clients/client-config-service/commands/GetResourceConfigHistoryCommand.ts @@ -42,7 +42,7 @@ export interface GetResourceConfigHistoryCommandOutput extends GetResourceConfig * nextToken.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetResourceConfigHistoryCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetResourceConfigHistoryCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/GetStoredQueryCommand.ts b/clients/client-config-service/commands/GetStoredQueryCommand.ts index 57b9c307b9d3..ace89709a260 100644 --- a/clients/client-config-service/commands/GetStoredQueryCommand.ts +++ b/clients/client-config-service/commands/GetStoredQueryCommand.ts @@ -23,7 +23,7 @@ export interface GetStoredQueryCommandOutput extends GetStoredQueryResponse, __M /** *

Returns the details of a specific stored query.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, GetStoredQueryCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, GetStoredQueryCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/ListAggregateDiscoveredResourcesCommand.ts b/clients/client-config-service/commands/ListAggregateDiscoveredResourcesCommand.ts index 49e1d71e6b20..a249d0ba7e1d 100644 --- a/clients/client-config-service/commands/ListAggregateDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/commands/ListAggregateDiscoveredResourcesCommand.ts @@ -28,7 +28,7 @@ export interface ListAggregateDiscoveredResourcesCommandOutput * You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.

*

For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, ListAggregateDiscoveredResourcesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, ListAggregateDiscoveredResourcesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/ListDiscoveredResourcesCommand.ts b/clients/client-config-service/commands/ListDiscoveredResourcesCommand.ts index e9c72d709be3..be1fe157654c 100644 --- a/clients/client-config-service/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/commands/ListDiscoveredResourcesCommand.ts @@ -39,7 +39,7 @@ export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredReso * run the request again and specify the string for the * nextToken parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, ListDiscoveredResourcesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, ListDiscoveredResourcesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/ListStoredQueriesCommand.ts b/clients/client-config-service/commands/ListStoredQueriesCommand.ts index f53de046e4c6..ff79627c9e6f 100644 --- a/clients/client-config-service/commands/ListStoredQueriesCommand.ts +++ b/clients/client-config-service/commands/ListStoredQueriesCommand.ts @@ -23,7 +23,7 @@ export interface ListStoredQueriesCommandOutput extends ListStoredQueriesRespons /** *

Lists the stored queries for a single AWS account and a single AWS Region. The default is 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, ListStoredQueriesCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, ListStoredQueriesCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/ListTagsForResourceCommand.ts b/clients/client-config-service/commands/ListTagsForResourceCommand.ts index 1afe7c3ab3d2..0991ce400feb 100644 --- a/clients/client-config-service/commands/ListTagsForResourceCommand.ts +++ b/clients/client-config-service/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List the tags for AWS Config resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutAggregationAuthorizationCommand.ts b/clients/client-config-service/commands/PutAggregationAuthorizationCommand.ts index fe33751e3b90..384819c561a8 100644 --- a/clients/client-config-service/commands/PutAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/commands/PutAggregationAuthorizationCommand.ts @@ -26,7 +26,7 @@ export interface PutAggregationAuthorizationCommandOutput *

Authorizes the aggregator account and region to collect data * from the source account and region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutAggregationAuthorizationCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutAggregationAuthorizationCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutConfigRuleCommand.ts b/clients/client-config-service/commands/PutConfigRuleCommand.ts index a4c3aea10136..27b536b810df 100644 --- a/clients/client-config-service/commands/PutConfigRuleCommand.ts +++ b/clients/client-config-service/commands/PutConfigRuleCommand.ts @@ -58,7 +58,7 @@ export interface PutConfigRuleCommandOutput extends __MetadataBearer {} * rules, see Evaluating AWS Resource Configurations with AWS Config * in the AWS Config Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutConfigurationAggregatorCommand.ts b/clients/client-config-service/commands/PutConfigurationAggregatorCommand.ts index 9321572461b0..ef7267651fec 100644 --- a/clients/client-config-service/commands/PutConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/commands/PutConfigurationAggregatorCommand.ts @@ -38,7 +38,7 @@ export interface PutConfigurationAggregatorCommandOutput extends PutConfiguratio *

To register a delegated administrator, see Register a Delegated Administrator in the AWS Config developer guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutConfigurationAggregatorCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutConfigurationAggregatorCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutConfigurationRecorderCommand.ts b/clients/client-config-service/commands/PutConfigurationRecorderCommand.ts index caebb5541feb..4ecc65b44916 100644 --- a/clients/client-config-service/commands/PutConfigurationRecorderCommand.ts +++ b/clients/client-config-service/commands/PutConfigurationRecorderCommand.ts @@ -36,7 +36,7 @@ export interface PutConfigurationRecorderCommandOutput extends __MetadataBearer * types.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutConfigurationRecorderCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutConfigurationRecorderCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutConformancePackCommand.ts b/clients/client-config-service/commands/PutConformancePackCommand.ts index 870f29b9fef8..f7f289a13f06 100644 --- a/clients/client-config-service/commands/PutConformancePackCommand.ts +++ b/clients/client-config-service/commands/PutConformancePackCommand.ts @@ -29,7 +29,7 @@ export interface PutConformancePackCommandOutput extends PutConformancePackRespo * If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutConformancePackCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutConformancePackCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutDeliveryChannelCommand.ts b/clients/client-config-service/commands/PutDeliveryChannelCommand.ts index 3aa3193befb0..6b7a3dd45ae6 100644 --- a/clients/client-config-service/commands/PutDeliveryChannelCommand.ts +++ b/clients/client-config-service/commands/PutDeliveryChannelCommand.ts @@ -39,7 +39,7 @@ export interface PutDeliveryChannelCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutDeliveryChannelCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutDeliveryChannelCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutEvaluationsCommand.ts b/clients/client-config-service/commands/PutEvaluationsCommand.ts index 8c953dd0ef17..0fbd607d0db8 100644 --- a/clients/client-config-service/commands/PutEvaluationsCommand.ts +++ b/clients/client-config-service/commands/PutEvaluationsCommand.ts @@ -25,7 +25,7 @@ export interface PutEvaluationsCommandOutput extends PutEvaluationsResponse, __M * AWS Config. This action is required in every AWS Lambda function * that is invoked by an AWS Config rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutEvaluationsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutEvaluationsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutExternalEvaluationCommand.ts b/clients/client-config-service/commands/PutExternalEvaluationCommand.ts index bf7cc1e2ef16..4f2f19f5632a 100644 --- a/clients/client-config-service/commands/PutExternalEvaluationCommand.ts +++ b/clients/client-config-service/commands/PutExternalEvaluationCommand.ts @@ -24,7 +24,7 @@ export interface PutExternalEvaluationCommandOutput extends PutExternalEvaluatio *

Add or updates the evaluations for process checks. * This API checks if the rule is a process check when the name of the AWS Config rule is provided.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutExternalEvaluationCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutExternalEvaluationCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutOrganizationConfigRuleCommand.ts b/clients/client-config-service/commands/PutOrganizationConfigRuleCommand.ts index 03289475f862..6448d07c4e1f 100644 --- a/clients/client-config-service/commands/PutOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/commands/PutOrganizationConfigRuleCommand.ts @@ -44,7 +44,7 @@ export interface PutOrganizationConfigRuleCommandOutput extends PutOrganizationC *

Specify either OrganizationCustomRuleMetadata or OrganizationManagedRuleMetadata.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutOrganizationConfigRuleCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutOrganizationConfigRuleCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutOrganizationConformancePackCommand.ts b/clients/client-config-service/commands/PutOrganizationConformancePackCommand.ts index 6ea3d4727a74..24c378424ee1 100644 --- a/clients/client-config-service/commands/PutOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/commands/PutOrganizationConformancePackCommand.ts @@ -45,7 +45,7 @@ export interface PutOrganizationConformancePackCommandOutput *

You can create 50 conformance packs with 25 AWS Config rules in each pack and 3 delegated administrator per organization.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutOrganizationConformancePackCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutOrganizationConformancePackCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutRemediationConfigurationsCommand.ts b/clients/client-config-service/commands/PutRemediationConfigurationsCommand.ts index b46b33be17e4..e4fcca9841a6 100644 --- a/clients/client-config-service/commands/PutRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/commands/PutRemediationConfigurationsCommand.ts @@ -35,7 +35,7 @@ export interface PutRemediationConfigurationsCommandOutput * the rules deployed by conformance packs, and rules deployed by AWS Security Hub.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutRemediationConfigurationsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutRemediationConfigurationsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutRemediationExceptionsCommand.ts b/clients/client-config-service/commands/PutRemediationExceptionsCommand.ts index 3f84e2c95f62..350734fbda5f 100644 --- a/clients/client-config-service/commands/PutRemediationExceptionsCommand.ts +++ b/clients/client-config-service/commands/PutRemediationExceptionsCommand.ts @@ -28,7 +28,7 @@ export interface PutRemediationExceptionsCommandOutput extends PutRemediationExc * Remediation exceptions blocks auto-remediation until the exception is cleared.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutRemediationExceptionsCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutRemediationExceptionsCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutResourceConfigCommand.ts b/clients/client-config-service/commands/PutResourceConfigCommand.ts index 1fcc3a409dab..bcbe4ef9db4e 100644 --- a/clients/client-config-service/commands/PutResourceConfigCommand.ts +++ b/clients/client-config-service/commands/PutResourceConfigCommand.ts @@ -32,7 +32,7 @@ export interface PutResourceConfigCommandOutput extends __MetadataBearer {} *

Write-only schema properites are not recorded as part of the published configuration item.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutResourceConfigCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutResourceConfigCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutRetentionConfigurationCommand.ts b/clients/client-config-service/commands/PutRetentionConfigurationCommand.ts index ba93fbc52869..dc2c3ace9432 100644 --- a/clients/client-config-service/commands/PutRetentionConfigurationCommand.ts +++ b/clients/client-config-service/commands/PutRetentionConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface PutRetentionConfigurationCommandOutput extends PutRetentionConf * configuration per region in your account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutRetentionConfigurationCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutRetentionConfigurationCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/PutStoredQueryCommand.ts b/clients/client-config-service/commands/PutStoredQueryCommand.ts index 69393729b7fd..93c6f41c2a8f 100644 --- a/clients/client-config-service/commands/PutStoredQueryCommand.ts +++ b/clients/client-config-service/commands/PutStoredQueryCommand.ts @@ -24,7 +24,7 @@ export interface PutStoredQueryCommandOutput extends PutStoredQueryResponse, __M *

Saves a new query or updates an existing saved query. The QueryName must be unique for a single AWS account and a single AWS Region. * You can create upto 300 queries in a single AWS account and a single AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, PutStoredQueryCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, PutStoredQueryCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/SelectAggregateResourceConfigCommand.ts b/clients/client-config-service/commands/SelectAggregateResourceConfigCommand.ts index 32f7900c3835..ec02945387a9 100644 --- a/clients/client-config-service/commands/SelectAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/commands/SelectAggregateResourceConfigCommand.ts @@ -30,7 +30,7 @@ export interface SelectAggregateResourceConfigCommandOutput * Query Components * section in the AWS Config Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, SelectAggregateResourceConfigCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, SelectAggregateResourceConfigCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/SelectResourceConfigCommand.ts b/clients/client-config-service/commands/SelectResourceConfigCommand.ts index c4cf174ee73a..f0b94bc75f4c 100644 --- a/clients/client-config-service/commands/SelectResourceConfigCommand.ts +++ b/clients/client-config-service/commands/SelectResourceConfigCommand.ts @@ -27,7 +27,7 @@ export interface SelectResourceConfigCommandOutput extends SelectResourceConfigR * Query Components * section in the AWS Config Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, SelectResourceConfigCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, SelectResourceConfigCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/StartConfigRulesEvaluationCommand.ts b/clients/client-config-service/commands/StartConfigRulesEvaluationCommand.ts index ade5d11037af..1e400f135d85 100644 --- a/clients/client-config-service/commands/StartConfigRulesEvaluationCommand.ts +++ b/clients/client-config-service/commands/StartConfigRulesEvaluationCommand.ts @@ -70,7 +70,7 @@ export interface StartConfigRulesEvaluationCommandOutput extends StartConfigRule * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, StartConfigRulesEvaluationCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, StartConfigRulesEvaluationCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/StartConfigurationRecorderCommand.ts b/clients/client-config-service/commands/StartConfigurationRecorderCommand.ts index e7ae56f74ce6..335b55c3556b 100644 --- a/clients/client-config-service/commands/StartConfigurationRecorderCommand.ts +++ b/clients/client-config-service/commands/StartConfigurationRecorderCommand.ts @@ -26,7 +26,7 @@ export interface StartConfigurationRecorderCommandOutput extends __MetadataBeare *

You must have created at least one delivery channel to * successfully start the configuration recorder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, StartConfigurationRecorderCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, StartConfigurationRecorderCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/StartRemediationExecutionCommand.ts b/clients/client-config-service/commands/StartRemediationExecutionCommand.ts index 7b2aa99502fd..e09cc9c5fa28 100644 --- a/clients/client-config-service/commands/StartRemediationExecutionCommand.ts +++ b/clients/client-config-service/commands/StartRemediationExecutionCommand.ts @@ -24,7 +24,7 @@ export interface StartRemediationExecutionCommandOutput extends StartRemediation *

Runs an on-demand remediation for the specified AWS Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.

*

You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, StartRemediationExecutionCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, StartRemediationExecutionCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/StopConfigurationRecorderCommand.ts b/clients/client-config-service/commands/StopConfigurationRecorderCommand.ts index f95aee498d83..431eaad5442e 100644 --- a/clients/client-config-service/commands/StopConfigurationRecorderCommand.ts +++ b/clients/client-config-service/commands/StopConfigurationRecorderCommand.ts @@ -23,7 +23,7 @@ export interface StopConfigurationRecorderCommandOutput extends __MetadataBearer /** *

Stops recording configurations of the AWS resources you have selected to record in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, StopConfigurationRecorderCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, StopConfigurationRecorderCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/TagResourceCommand.ts b/clients/client-config-service/commands/TagResourceCommand.ts index 366ba7dbd3f6..ff04bd816c75 100644 --- a/clients/client-config-service/commands/TagResourceCommand.ts +++ b/clients/client-config-service/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} *

Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. * When a resource is deleted, the tags associated with that resource are deleted as well.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, TagResourceCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, TagResourceCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-config-service/commands/UntagResourceCommand.ts b/clients/client-config-service/commands/UntagResourceCommand.ts index 620f7ce24f89..9ecae3ee6695 100644 --- a/clients/client-config-service/commands/UntagResourceCommand.ts +++ b/clients/client-config-service/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Deletes specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConfigServiceClient, UntagResourceCommand } from "@aws-sdk/client-config-service"; // ES Modules import * // const { ConfigServiceClient, UntagResourceCommand } = require("@aws-sdk/client-config-service"); // CommonJS import diff --git a/clients/client-connect-contact-lens/commands/ListRealtimeContactAnalysisSegmentsCommand.ts b/clients/client-connect-contact-lens/commands/ListRealtimeContactAnalysisSegmentsCommand.ts index 7bb5614b8ce6..73eec21a1387 100644 --- a/clients/client-connect-contact-lens/commands/ListRealtimeContactAnalysisSegmentsCommand.ts +++ b/clients/client-connect-contact-lens/commands/ListRealtimeContactAnalysisSegmentsCommand.ts @@ -32,7 +32,7 @@ export interface ListRealtimeContactAnalysisSegmentsCommandOutput /** *

Provides a list of analysis segments for a real-time analysis session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectContactLensClient, ListRealtimeContactAnalysisSegmentsCommand } from "@aws-sdk/client-connect-contact-lens"; // ES Modules import * // const { ConnectContactLensClient, ListRealtimeContactAnalysisSegmentsCommand } = require("@aws-sdk/client-connect-contact-lens"); // CommonJS import diff --git a/clients/client-connect/commands/AssociateApprovedOriginCommand.ts b/clients/client-connect/commands/AssociateApprovedOriginCommand.ts index 71e8c716d4ed..6a176466cb34 100644 --- a/clients/client-connect/commands/AssociateApprovedOriginCommand.ts +++ b/clients/client-connect/commands/AssociateApprovedOriginCommand.ts @@ -24,7 +24,7 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer { *

This API is in preview release for Amazon Connect and is subject to change.

*

Associates an approved origin to an Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, AssociateApprovedOriginCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, AssociateApprovedOriginCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/AssociateInstanceStorageConfigCommand.ts b/clients/client-connect/commands/AssociateInstanceStorageConfigCommand.ts index 3ebca087fec6..ae4ce0dd00f3 100644 --- a/clients/client-connect/commands/AssociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/commands/AssociateInstanceStorageConfigCommand.ts @@ -31,7 +31,7 @@ export interface AssociateInstanceStorageConfigCommandOutput * instance. Ensure that the resource being specified in the storage configuration, like an S3 * bucket, exists when being used for association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, AssociateInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, AssociateInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/AssociateLambdaFunctionCommand.ts b/clients/client-connect/commands/AssociateLambdaFunctionCommand.ts index 9850da0a15de..efbd5cf664a3 100644 --- a/clients/client-connect/commands/AssociateLambdaFunctionCommand.ts +++ b/clients/client-connect/commands/AssociateLambdaFunctionCommand.ts @@ -24,7 +24,7 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer { *

This API is in preview release for Amazon Connect and is subject to change.

*

Allows the specified Amazon Connect instance to access the specified Lambda function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, AssociateLambdaFunctionCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, AssociateLambdaFunctionCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/AssociateLexBotCommand.ts b/clients/client-connect/commands/AssociateLexBotCommand.ts index 18a3aaa2f7aa..2972fb80089b 100644 --- a/clients/client-connect/commands/AssociateLexBotCommand.ts +++ b/clients/client-connect/commands/AssociateLexBotCommand.ts @@ -24,7 +24,7 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, AssociateLexBotCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, AssociateLexBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/AssociateQueueQuickConnectsCommand.ts b/clients/client-connect/commands/AssociateQueueQuickConnectsCommand.ts index 4e987da0f8e6..ba2e9281e677 100644 --- a/clients/client-connect/commands/AssociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/commands/AssociateQueueQuickConnectsCommand.ts @@ -24,7 +24,7 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear *

This API is in preview release for Amazon Connect and is subject to change.

*

Associates a set of quick connects with a queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, AssociateQueueQuickConnectsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, AssociateQueueQuickConnectsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/AssociateRoutingProfileQueuesCommand.ts b/clients/client-connect/commands/AssociateRoutingProfileQueuesCommand.ts index d12d6bffe60c..6ea2040f6700 100644 --- a/clients/client-connect/commands/AssociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/commands/AssociateRoutingProfileQueuesCommand.ts @@ -23,7 +23,7 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe /** *

Associates a set of queues with a routing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, AssociateRoutingProfileQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, AssociateRoutingProfileQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/AssociateSecurityKeyCommand.ts b/clients/client-connect/commands/AssociateSecurityKeyCommand.ts index 9fef2264b05d..7858cfba579c 100644 --- a/clients/client-connect/commands/AssociateSecurityKeyCommand.ts +++ b/clients/client-connect/commands/AssociateSecurityKeyCommand.ts @@ -24,7 +24,7 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR *

This API is in preview release for Amazon Connect and is subject to change.

*

Associates a security key to the instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, AssociateSecurityKeyCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, AssociateSecurityKeyCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateContactFlowCommand.ts b/clients/client-connect/commands/CreateContactFlowCommand.ts index 1085262221ed..b08782d27846 100644 --- a/clients/client-connect/commands/CreateContactFlowCommand.ts +++ b/clients/client-connect/commands/CreateContactFlowCommand.ts @@ -25,7 +25,7 @@ export interface CreateContactFlowCommandOutput extends CreateContactFlowRespons *

You can also create and update contact flows using the Amazon Connect * Flow language.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateContactFlowCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateContactFlowCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateInstanceCommand.ts b/clients/client-connect/commands/CreateInstanceCommand.ts index 1d25eff6b7ad..0d97f0a4dd53 100644 --- a/clients/client-connect/commands/CreateInstanceCommand.ts +++ b/clients/client-connect/commands/CreateInstanceCommand.ts @@ -26,7 +26,7 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M * storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not * allow for any configurations on features, such as Contact Lens for Amazon Connect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateInstanceCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateInstanceCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateIntegrationAssociationCommand.ts b/clients/client-connect/commands/CreateIntegrationAssociationCommand.ts index af6795478ab8..1b977f9eb781 100644 --- a/clients/client-connect/commands/CreateIntegrationAssociationCommand.ts +++ b/clients/client-connect/commands/CreateIntegrationAssociationCommand.ts @@ -26,7 +26,7 @@ export interface CreateIntegrationAssociationCommandOutput *

This API is in preview release for Amazon Connect and is subject to change.

*

Create an AppIntegration association with an Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateIntegrationAssociationCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateIntegrationAssociationCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateQueueCommand.ts b/clients/client-connect/commands/CreateQueueCommand.ts index c0515a713787..aded6bc080e3 100644 --- a/clients/client-connect/commands/CreateQueueCommand.ts +++ b/clients/client-connect/commands/CreateQueueCommand.ts @@ -24,7 +24,7 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat *

This API is in preview release for Amazon Connect and is subject to change.

*

Creates a new queue for the specified Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateQueueCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateQueueCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateQuickConnectCommand.ts b/clients/client-connect/commands/CreateQuickConnectCommand.ts index 854791b3eecd..2cb61dc01a0e 100644 --- a/clients/client-connect/commands/CreateQuickConnectCommand.ts +++ b/clients/client-connect/commands/CreateQuickConnectCommand.ts @@ -24,7 +24,7 @@ export interface CreateQuickConnectCommandOutput extends CreateQuickConnectRespo *

This API is in preview release for Amazon Connect and is subject to change.

*

Creates a quick connect for the specified Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateQuickConnectCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateQuickConnectCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateRoutingProfileCommand.ts b/clients/client-connect/commands/CreateRoutingProfileCommand.ts index 158160778a81..00db77c019e5 100644 --- a/clients/client-connect/commands/CreateRoutingProfileCommand.ts +++ b/clients/client-connect/commands/CreateRoutingProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateRoutingProfileCommandOutput extends CreateRoutingProfileR /** *

Creates a new routing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateRoutingProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateRoutingProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateUseCaseCommand.ts b/clients/client-connect/commands/CreateUseCaseCommand.ts index 36f72b1f3a06..cf5cff66ca39 100644 --- a/clients/client-connect/commands/CreateUseCaseCommand.ts +++ b/clients/client-connect/commands/CreateUseCaseCommand.ts @@ -24,7 +24,7 @@ export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __Met *

This API is in preview release for Amazon Connect and is subject to change.

*

Creates a use case for an AppIntegration association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateUseCaseCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateUseCaseCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateUserCommand.ts b/clients/client-connect/commands/CreateUserCommand.ts index f2854fdc4b66..fd2135759748 100644 --- a/clients/client-connect/commands/CreateUserCommand.ts +++ b/clients/client-connect/commands/CreateUserCommand.ts @@ -25,7 +25,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB *

For information about how to create user accounts using the Amazon Connect console, see Add Users in * the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateUserCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateUserCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/CreateUserHierarchyGroupCommand.ts b/clients/client-connect/commands/CreateUserHierarchyGroupCommand.ts index a9f92f9f710f..e1c53d52fc40 100644 --- a/clients/client-connect/commands/CreateUserHierarchyGroupCommand.ts +++ b/clients/client-connect/commands/CreateUserHierarchyGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateUserHierarchyGroupCommandOutput extends CreateUserHierarc /** *

Creates a new user hierarchy group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, CreateUserHierarchyGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, CreateUserHierarchyGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DeleteInstanceCommand.ts b/clients/client-connect/commands/DeleteInstanceCommand.ts index 52b4f2291719..40ac159ede74 100644 --- a/clients/client-connect/commands/DeleteInstanceCommand.ts +++ b/clients/client-connect/commands/DeleteInstanceCommand.ts @@ -24,7 +24,7 @@ export interface DeleteInstanceCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Deletes the Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DeleteInstanceCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DeleteInstanceCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DeleteIntegrationAssociationCommand.ts b/clients/client-connect/commands/DeleteIntegrationAssociationCommand.ts index 1805a8cd9f6f..9b1cd620b73a 100644 --- a/clients/client-connect/commands/DeleteIntegrationAssociationCommand.ts +++ b/clients/client-connect/commands/DeleteIntegrationAssociationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteIntegrationAssociationCommandOutput extends __MetadataBea *

Deletes an AppIntegration association from an Amazon Connect instance. The association must not have * any use cases associated with it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DeleteIntegrationAssociationCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DeleteIntegrationAssociationCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DeleteQuickConnectCommand.ts b/clients/client-connect/commands/DeleteQuickConnectCommand.ts index f07ef85d93d0..0c9df8843e0a 100644 --- a/clients/client-connect/commands/DeleteQuickConnectCommand.ts +++ b/clients/client-connect/commands/DeleteQuickConnectCommand.ts @@ -24,7 +24,7 @@ export interface DeleteQuickConnectCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Deletes a quick connect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DeleteQuickConnectCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DeleteQuickConnectCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DeleteUseCaseCommand.ts b/clients/client-connect/commands/DeleteUseCaseCommand.ts index 75a2b90d5d54..789f9186836c 100644 --- a/clients/client-connect/commands/DeleteUseCaseCommand.ts +++ b/clients/client-connect/commands/DeleteUseCaseCommand.ts @@ -24,7 +24,7 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Deletes a use case from an AppIntegration association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DeleteUseCaseCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DeleteUseCaseCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DeleteUserCommand.ts b/clients/client-connect/commands/DeleteUserCommand.ts index 68f90eee3bda..52136fc010c2 100644 --- a/clients/client-connect/commands/DeleteUserCommand.ts +++ b/clients/client-connect/commands/DeleteUserCommand.ts @@ -26,7 +26,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {} * Delete Users from * Your Amazon Connect Instance in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DeleteUserCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DeleteUserCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DeleteUserHierarchyGroupCommand.ts b/clients/client-connect/commands/DeleteUserHierarchyGroupCommand.ts index cd370a1ce100..11b24b70b4d8 100644 --- a/clients/client-connect/commands/DeleteUserHierarchyGroupCommand.ts +++ b/clients/client-connect/commands/DeleteUserHierarchyGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer *

Deletes an existing user hierarchy group. It must not be associated with any agents or have * any active child groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DeleteUserHierarchyGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DeleteUserHierarchyGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeContactFlowCommand.ts b/clients/client-connect/commands/DescribeContactFlowCommand.ts index 473dae6e0a82..26fabb7a2178 100644 --- a/clients/client-connect/commands/DescribeContactFlowCommand.ts +++ b/clients/client-connect/commands/DescribeContactFlowCommand.ts @@ -25,7 +25,7 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes *

You can also create and update contact flows using the Amazon Connect * Flow language.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeContactFlowCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeContactFlowCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeHoursOfOperationCommand.ts b/clients/client-connect/commands/DescribeHoursOfOperationCommand.ts index d16e2c97f1bb..32e538d92994 100644 --- a/clients/client-connect/commands/DescribeHoursOfOperationCommand.ts +++ b/clients/client-connect/commands/DescribeHoursOfOperationCommand.ts @@ -24,7 +24,7 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp *

This API is in preview release for Amazon Connect and is subject to change.

*

Describes the hours of operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeHoursOfOperationCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeHoursOfOperationCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeInstanceAttributeCommand.ts b/clients/client-connect/commands/DescribeInstanceAttributeCommand.ts index e2f461bad624..ed7f4827dac5 100644 --- a/clients/client-connect/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-connect/commands/DescribeInstanceAttributeCommand.ts @@ -24,7 +24,7 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance *

This API is in preview release for Amazon Connect and is subject to change.

*

Describes the specified instance attribute.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeInstanceAttributeCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeInstanceAttributeCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeInstanceCommand.ts b/clients/client-connect/commands/DescribeInstanceCommand.ts index 6c4247eed46d..e01c40be2f4d 100644 --- a/clients/client-connect/commands/DescribeInstanceCommand.ts +++ b/clients/client-connect/commands/DescribeInstanceCommand.ts @@ -28,7 +28,7 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse, * relevant to the reason. The instance in a failed state is returned only for 24 hours after the * CreateInstance API was invoked.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeInstanceCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeInstanceCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeInstanceStorageConfigCommand.ts b/clients/client-connect/commands/DescribeInstanceStorageConfigCommand.ts index 019b66f75652..f5b3eb4c49f3 100644 --- a/clients/client-connect/commands/DescribeInstanceStorageConfigCommand.ts +++ b/clients/client-connect/commands/DescribeInstanceStorageConfigCommand.ts @@ -27,7 +27,7 @@ export interface DescribeInstanceStorageConfigCommandOutput *

Retrieves the current storage configurations for the specified resource type, association * ID, and instance ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeQueueCommand.ts b/clients/client-connect/commands/DescribeQueueCommand.ts index 0ff1d4c92092..b079734b2581 100644 --- a/clients/client-connect/commands/DescribeQueueCommand.ts +++ b/clients/client-connect/commands/DescribeQueueCommand.ts @@ -24,7 +24,7 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met *

This API is in preview release for Amazon Connect and is subject to change.

*

Describes the specified queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeQueueCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeQueueCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeQuickConnectCommand.ts b/clients/client-connect/commands/DescribeQuickConnectCommand.ts index 0b20e435ff0e..2ae8f4cc71df 100644 --- a/clients/client-connect/commands/DescribeQuickConnectCommand.ts +++ b/clients/client-connect/commands/DescribeQuickConnectCommand.ts @@ -24,7 +24,7 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR *

This API is in preview release for Amazon Connect and is subject to change.

*

Describes the quick connect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeQuickConnectCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeQuickConnectCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeRoutingProfileCommand.ts b/clients/client-connect/commands/DescribeRoutingProfileCommand.ts index c412abc6ff1e..436ba717df39 100644 --- a/clients/client-connect/commands/DescribeRoutingProfileCommand.ts +++ b/clients/client-connect/commands/DescribeRoutingProfileCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf /** *

Describes the specified routing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeRoutingProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeRoutingProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeUserCommand.ts b/clients/client-connect/commands/DescribeUserCommand.ts index 99101b53b3ae..8543f5117c4a 100644 --- a/clients/client-connect/commands/DescribeUserCommand.ts +++ b/clients/client-connect/commands/DescribeUserCommand.ts @@ -25,7 +25,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad * final part of the ARN). The console does not display the user IDs. Instead, list the users and * note the IDs provided in the output.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeUserCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeUserCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeUserHierarchyGroupCommand.ts b/clients/client-connect/commands/DescribeUserHierarchyGroupCommand.ts index d85be29d8fad..d1436f96a02d 100644 --- a/clients/client-connect/commands/DescribeUserHierarchyGroupCommand.ts +++ b/clients/client-connect/commands/DescribeUserHierarchyGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserHierarchyGroupCommandOutput extends DescribeUserHie /** *

Describes the specified hierarchy group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeUserHierarchyGroupCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeUserHierarchyGroupCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DescribeUserHierarchyStructureCommand.ts b/clients/client-connect/commands/DescribeUserHierarchyStructureCommand.ts index b4acaeb5e1ba..a40abb7279a5 100644 --- a/clients/client-connect/commands/DescribeUserHierarchyStructureCommand.ts +++ b/clients/client-connect/commands/DescribeUserHierarchyStructureCommand.ts @@ -25,7 +25,7 @@ export interface DescribeUserHierarchyStructureCommandOutput /** *

Describes the hierarchy structure of the specified Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DescribeUserHierarchyStructureCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DescribeUserHierarchyStructureCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DisassociateApprovedOriginCommand.ts b/clients/client-connect/commands/DisassociateApprovedOriginCommand.ts index 532abc4d9ad7..18083516ab56 100644 --- a/clients/client-connect/commands/DisassociateApprovedOriginCommand.ts +++ b/clients/client-connect/commands/DisassociateApprovedOriginCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateApprovedOriginCommandOutput extends __MetadataBeare *

This API is in preview release for Amazon Connect and is subject to change.

*

Revokes access to integrated applications from Amazon Connect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DisassociateApprovedOriginCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DisassociateApprovedOriginCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DisassociateInstanceStorageConfigCommand.ts b/clients/client-connect/commands/DisassociateInstanceStorageConfigCommand.ts index eb3abb7014b5..a812260b1ddb 100644 --- a/clients/client-connect/commands/DisassociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/commands/DisassociateInstanceStorageConfigCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateInstanceStorageConfigCommandOutput extends __Metada *

Removes the storage type configurations for the specified resource type and association * ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DisassociateInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DisassociateInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DisassociateLambdaFunctionCommand.ts b/clients/client-connect/commands/DisassociateLambdaFunctionCommand.ts index 91bd32893182..24d4da3ce42c 100644 --- a/clients/client-connect/commands/DisassociateLambdaFunctionCommand.ts +++ b/clients/client-connect/commands/DisassociateLambdaFunctionCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBeare *

Remove the Lambda function from the dropdown options available in the relevant contact flow * blocks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DisassociateLambdaFunctionCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DisassociateLambdaFunctionCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DisassociateLexBotCommand.ts b/clients/client-connect/commands/DisassociateLexBotCommand.ts index d472d5fb3c4c..aee8d1565f34 100644 --- a/clients/client-connect/commands/DisassociateLexBotCommand.ts +++ b/clients/client-connect/commands/DisassociateLexBotCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateLexBotCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Revokes authorization from the specified instance to access the specified Amazon Lex bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DisassociateLexBotCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DisassociateLexBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DisassociateQueueQuickConnectsCommand.ts b/clients/client-connect/commands/DisassociateQueueQuickConnectsCommand.ts index 81f7beec42a4..a6331aafbec4 100644 --- a/clients/client-connect/commands/DisassociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/commands/DisassociateQueueQuickConnectsCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataB *

This API is in preview release for Amazon Connect and is subject to change.

*

Disassociates a set of quick connects from a queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DisassociateQueueQuickConnectsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DisassociateQueueQuickConnectsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DisassociateRoutingProfileQueuesCommand.ts b/clients/client-connect/commands/DisassociateRoutingProfileQueuesCommand.ts index 2c1489520fbb..48ca94603a57 100644 --- a/clients/client-connect/commands/DisassociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/commands/DisassociateRoutingProfileQueuesCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateRoutingProfileQueuesCommandOutput extends __Metadat /** *

Disassociates a set of queues from a routing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DisassociateRoutingProfileQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DisassociateRoutingProfileQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/DisassociateSecurityKeyCommand.ts b/clients/client-connect/commands/DisassociateSecurityKeyCommand.ts index 6e9050a337cd..4c0c977af05d 100644 --- a/clients/client-connect/commands/DisassociateSecurityKeyCommand.ts +++ b/clients/client-connect/commands/DisassociateSecurityKeyCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer { *

This API is in preview release for Amazon Connect and is subject to change.

*

Deletes the specified security key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, DisassociateSecurityKeyCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, DisassociateSecurityKeyCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/GetContactAttributesCommand.ts b/clients/client-connect/commands/GetContactAttributesCommand.ts index 803fa7ce0e2c..3cfbf5ed9f74 100644 --- a/clients/client-connect/commands/GetContactAttributesCommand.ts +++ b/clients/client-connect/commands/GetContactAttributesCommand.ts @@ -23,7 +23,7 @@ export interface GetContactAttributesCommandOutput extends GetContactAttributesR /** *

Retrieves the contact attributes for the specified contact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, GetContactAttributesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, GetContactAttributesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/GetCurrentMetricDataCommand.ts b/clients/client-connect/commands/GetCurrentMetricDataCommand.ts index ec2036ecf266..a26818f46a55 100644 --- a/clients/client-connect/commands/GetCurrentMetricDataCommand.ts +++ b/clients/client-connect/commands/GetCurrentMetricDataCommand.ts @@ -25,7 +25,7 @@ export interface GetCurrentMetricDataCommandOutput extends GetCurrentMetricDataR *

For a description of each metric, see Real-time Metrics * Definitions in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, GetCurrentMetricDataCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, GetCurrentMetricDataCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/GetFederationTokenCommand.ts b/clients/client-connect/commands/GetFederationTokenCommand.ts index b5786ce1c50e..f4292851e4b7 100644 --- a/clients/client-connect/commands/GetFederationTokenCommand.ts +++ b/clients/client-connect/commands/GetFederationTokenCommand.ts @@ -23,7 +23,7 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo /** *

Retrieves a token for federation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, GetFederationTokenCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, GetFederationTokenCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/GetMetricDataCommand.ts b/clients/client-connect/commands/GetMetricDataCommand.ts index e1c1cf997cba..bd92d67f28eb 100644 --- a/clients/client-connect/commands/GetMetricDataCommand.ts +++ b/clients/client-connect/commands/GetMetricDataCommand.ts @@ -25,7 +25,7 @@ export interface GetMetricDataCommandOutput extends GetMetricDataResponse, __Met *

For a description of each historical metric, see Historical Metrics * Definitions in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, GetMetricDataCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, GetMetricDataCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListApprovedOriginsCommand.ts b/clients/client-connect/commands/ListApprovedOriginsCommand.ts index 3f6fe7e95ac1..6dfcf1596a0e 100644 --- a/clients/client-connect/commands/ListApprovedOriginsCommand.ts +++ b/clients/client-connect/commands/ListApprovedOriginsCommand.ts @@ -24,7 +24,7 @@ export interface ListApprovedOriginsCommandOutput extends ListApprovedOriginsRes *

This API is in preview release for Amazon Connect and is subject to change.

*

Returns a paginated list of all approved origins associated with the instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListApprovedOriginsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListApprovedOriginsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListContactFlowsCommand.ts b/clients/client-connect/commands/ListContactFlowsCommand.ts index 859e5461664c..fdcf34c3f6e1 100644 --- a/clients/client-connect/commands/ListContactFlowsCommand.ts +++ b/clients/client-connect/commands/ListContactFlowsCommand.ts @@ -27,7 +27,7 @@ export interface ListContactFlowsCommandOutput extends ListContactFlowsResponse, *

For more information about contact flows, see Contact Flows in the * Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListContactFlowsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListContactFlowsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListHoursOfOperationsCommand.ts b/clients/client-connect/commands/ListHoursOfOperationsCommand.ts index e0ed19124261..2014dcb0675c 100644 --- a/clients/client-connect/commands/ListHoursOfOperationsCommand.ts +++ b/clients/client-connect/commands/ListHoursOfOperationsCommand.ts @@ -25,7 +25,7 @@ export interface ListHoursOfOperationsCommandOutput extends ListHoursOfOperation *

For more information about hours of operation, see Set the Hours of Operation for a * Queue in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListHoursOfOperationsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListHoursOfOperationsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListInstanceAttributesCommand.ts b/clients/client-connect/commands/ListInstanceAttributesCommand.ts index 728915a69b7a..d0eae0cc268a 100644 --- a/clients/client-connect/commands/ListInstanceAttributesCommand.ts +++ b/clients/client-connect/commands/ListInstanceAttributesCommand.ts @@ -24,7 +24,7 @@ export interface ListInstanceAttributesCommandOutput extends ListInstanceAttribu *

This API is in preview release for Amazon Connect and is subject to change.

*

Returns a paginated list of all attribute types for the given instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListInstanceAttributesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListInstanceAttributesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListInstanceStorageConfigsCommand.ts b/clients/client-connect/commands/ListInstanceStorageConfigsCommand.ts index b5d605bb9b05..b93319720508 100644 --- a/clients/client-connect/commands/ListInstanceStorageConfigsCommand.ts +++ b/clients/client-connect/commands/ListInstanceStorageConfigsCommand.ts @@ -26,7 +26,7 @@ export interface ListInstanceStorageConfigsCommandOutput extends ListInstanceSto *

Returns a paginated list of storage configs for the identified instance and resource * type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListInstanceStorageConfigsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListInstanceStorageConfigsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListInstancesCommand.ts b/clients/client-connect/commands/ListInstancesCommand.ts index b44c64e559b9..a14314a682da 100644 --- a/clients/client-connect/commands/ListInstancesCommand.ts +++ b/clients/client-connect/commands/ListInstancesCommand.ts @@ -26,7 +26,7 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met * state. Instances that aren't successfully created (they are in a failed state) are returned only * for 24 hours after the CreateInstance API was invoked.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListInstancesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListInstancesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListIntegrationAssociationsCommand.ts b/clients/client-connect/commands/ListIntegrationAssociationsCommand.ts index 4373af551e5f..5d7abd075fc2 100644 --- a/clients/client-connect/commands/ListIntegrationAssociationsCommand.ts +++ b/clients/client-connect/commands/ListIntegrationAssociationsCommand.ts @@ -27,7 +27,7 @@ export interface ListIntegrationAssociationsCommandOutput *

Provides summary information about the AppIntegration associations for the specified Amazon Connect * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListIntegrationAssociationsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListIntegrationAssociationsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListLambdaFunctionsCommand.ts b/clients/client-connect/commands/ListLambdaFunctionsCommand.ts index 501fdab89766..745ff1960883 100644 --- a/clients/client-connect/commands/ListLambdaFunctionsCommand.ts +++ b/clients/client-connect/commands/ListLambdaFunctionsCommand.ts @@ -25,7 +25,7 @@ export interface ListLambdaFunctionsCommandOutput extends ListLambdaFunctionsRes *

Returns a paginated list of all Lambda functions that display in the dropdown options in the * relevant contact flow blocks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListLambdaFunctionsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListLambdaFunctionsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListLexBotsCommand.ts b/clients/client-connect/commands/ListLexBotsCommand.ts index a6e8acb02229..6474d4b11bed 100644 --- a/clients/client-connect/commands/ListLexBotsCommand.ts +++ b/clients/client-connect/commands/ListLexBotsCommand.ts @@ -25,7 +25,7 @@ export interface ListLexBotsCommandOutput extends ListLexBotsResponse, __Metadat *

Returns a paginated list of all the Amazon Lex bots currently associated with the * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListLexBotsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListLexBotsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListPhoneNumbersCommand.ts b/clients/client-connect/commands/ListPhoneNumbersCommand.ts index 70d77840a565..8e09b9cdb841 100644 --- a/clients/client-connect/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-connect/commands/ListPhoneNumbersCommand.ts @@ -25,7 +25,7 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, *

For more information about phone numbers, see Set Up Phone Numbers for Your * Contact Center in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListPhoneNumbersCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListPhoneNumbersCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListPromptsCommand.ts b/clients/client-connect/commands/ListPromptsCommand.ts index 7a1fab8ff7ca..e7f40ef23d5b 100644 --- a/clients/client-connect/commands/ListPromptsCommand.ts +++ b/clients/client-connect/commands/ListPromptsCommand.ts @@ -23,7 +23,7 @@ export interface ListPromptsCommandOutput extends ListPromptsResponse, __Metadat /** *

Provides information about the prompts for the specified Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListPromptsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListPromptsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListQueueQuickConnectsCommand.ts b/clients/client-connect/commands/ListQueueQuickConnectsCommand.ts index 49d977b74fa3..c6eb3e3ac7cb 100644 --- a/clients/client-connect/commands/ListQueueQuickConnectsCommand.ts +++ b/clients/client-connect/commands/ListQueueQuickConnectsCommand.ts @@ -24,7 +24,7 @@ export interface ListQueueQuickConnectsCommandOutput extends ListQueueQuickConne *

This API is in preview release for Amazon Connect and is subject to change.

*

Lists the quick connects associated with a queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListQueueQuickConnectsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListQueueQuickConnectsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListQueuesCommand.ts b/clients/client-connect/commands/ListQueuesCommand.ts index e6a1e4319fca..a1ea3f093a52 100644 --- a/clients/client-connect/commands/ListQueuesCommand.ts +++ b/clients/client-connect/commands/ListQueuesCommand.ts @@ -25,7 +25,7 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB *

For more information about queues, see Queues: Standard and * Agent in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListQuickConnectsCommand.ts b/clients/client-connect/commands/ListQuickConnectsCommand.ts index 68dca39cad91..f3dc55b98eac 100644 --- a/clients/client-connect/commands/ListQuickConnectsCommand.ts +++ b/clients/client-connect/commands/ListQuickConnectsCommand.ts @@ -24,7 +24,7 @@ export interface ListQuickConnectsCommandOutput extends ListQuickConnectsRespons *

This API is in preview release for Amazon Connect and is subject to change.

*

Provides information about the quick connects for the specified Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListQuickConnectsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListQuickConnectsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListRoutingProfileQueuesCommand.ts b/clients/client-connect/commands/ListRoutingProfileQueuesCommand.ts index 00038f99495b..cc61806184dc 100644 --- a/clients/client-connect/commands/ListRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/commands/ListRoutingProfileQueuesCommand.ts @@ -23,7 +23,7 @@ export interface ListRoutingProfileQueuesCommandOutput extends ListRoutingProfil /** *

Lists the queues associated with a routing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListRoutingProfileQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListRoutingProfileQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListRoutingProfilesCommand.ts b/clients/client-connect/commands/ListRoutingProfilesCommand.ts index cca6a855b984..3f4ebd2f7592 100644 --- a/clients/client-connect/commands/ListRoutingProfilesCommand.ts +++ b/clients/client-connect/commands/ListRoutingProfilesCommand.ts @@ -26,7 +26,7 @@ export interface ListRoutingProfilesCommandOutput extends ListRoutingProfilesRes *

For more information about routing profiles, see Routing Profiles and Create a Routing * Profile in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListRoutingProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListRoutingProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListSecurityKeysCommand.ts b/clients/client-connect/commands/ListSecurityKeysCommand.ts index b9e6c1fec390..19e7dea0ae00 100644 --- a/clients/client-connect/commands/ListSecurityKeysCommand.ts +++ b/clients/client-connect/commands/ListSecurityKeysCommand.ts @@ -24,7 +24,7 @@ export interface ListSecurityKeysCommandOutput extends ListSecurityKeysResponse, *

This API is in preview release for Amazon Connect and is subject to change.

*

Returns a paginated list of all security keys associated with the instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListSecurityKeysCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListSecurityKeysCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListSecurityProfilesCommand.ts b/clients/client-connect/commands/ListSecurityProfilesCommand.ts index eb3d59e52ee9..24dcb6c16faf 100644 --- a/clients/client-connect/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-connect/commands/ListSecurityProfilesCommand.ts @@ -26,7 +26,7 @@ export interface ListSecurityProfilesCommandOutput extends ListSecurityProfilesR *

For more information about security profiles, see Security Profiles in the * Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListSecurityProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListSecurityProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListTagsForResourceCommand.ts b/clients/client-connect/commands/ListTagsForResourceCommand.ts index d43863b328f5..ad4ca22fa889 100644 --- a/clients/client-connect/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connect/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

For sample policies that use tags, see Amazon Connect Identity-Based * Policy Examples in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListTagsForResourceCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListTagsForResourceCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListUseCasesCommand.ts b/clients/client-connect/commands/ListUseCasesCommand.ts index dafc84702226..d959de058d61 100644 --- a/clients/client-connect/commands/ListUseCasesCommand.ts +++ b/clients/client-connect/commands/ListUseCasesCommand.ts @@ -24,7 +24,7 @@ export interface ListUseCasesCommandOutput extends ListUseCasesResponse, __Metad *

This API is in preview release for Amazon Connect and is subject to change.

*

Lists the use cases.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListUseCasesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListUseCasesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListUserHierarchyGroupsCommand.ts b/clients/client-connect/commands/ListUserHierarchyGroupsCommand.ts index 981f93e950da..4517dbe9f3fa 100644 --- a/clients/client-connect/commands/ListUserHierarchyGroupsCommand.ts +++ b/clients/client-connect/commands/ListUserHierarchyGroupsCommand.ts @@ -26,7 +26,7 @@ export interface ListUserHierarchyGroupsCommandOutput extends ListUserHierarchyG *

For more information about agent hierarchies, see Set Up Agent Hierarchies in the * Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListUserHierarchyGroupsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListUserHierarchyGroupsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ListUsersCommand.ts b/clients/client-connect/commands/ListUsersCommand.ts index ef648bc15289..6a9c32bbf6e8 100644 --- a/clients/client-connect/commands/ListUsersCommand.ts +++ b/clients/client-connect/commands/ListUsersCommand.ts @@ -23,7 +23,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** *

Provides summary information about the users for the specified Amazon Connect instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ListUsersCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ListUsersCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/ResumeContactRecordingCommand.ts b/clients/client-connect/commands/ResumeContactRecordingCommand.ts index 52dd36bd1344..1559ade7c839 100644 --- a/clients/client-connect/commands/ResumeContactRecordingCommand.ts +++ b/clients/client-connect/commands/ResumeContactRecordingCommand.ts @@ -26,7 +26,7 @@ export interface ResumeContactRecordingCommandOutput extends ResumeContactRecord * *

Only voice recordings are supported at this time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, ResumeContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, ResumeContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/StartChatContactCommand.ts b/clients/client-connect/commands/StartChatContactCommand.ts index 8267ed1a24a0..ef2965b829e2 100644 --- a/clients/client-connect/commands/StartChatContactCommand.ts +++ b/clients/client-connect/commands/StartChatContactCommand.ts @@ -43,7 +43,7 @@ export interface StartChatContactCommandOutput extends StartChatContactResponse, *

For more information about chat, see Chat in the Amazon Connect Administrator * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, StartChatContactCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, StartChatContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/StartContactRecordingCommand.ts b/clients/client-connect/commands/StartContactRecordingCommand.ts index c84b6380bd87..4421cf98e47d 100644 --- a/clients/client-connect/commands/StartContactRecordingCommand.ts +++ b/clients/client-connect/commands/StartContactRecordingCommand.ts @@ -30,7 +30,7 @@ export interface StartContactRecordingCommandOutput extends StartContactRecordin * behavior block.

*

Only voice recordings are supported at this time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, StartContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, StartContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/StartOutboundVoiceContactCommand.ts b/clients/client-connect/commands/StartOutboundVoiceContactCommand.ts index 494afb4bbb04..c32039e389cf 100644 --- a/clients/client-connect/commands/StartOutboundVoiceContactCommand.ts +++ b/clients/client-connect/commands/StartOutboundVoiceContactCommand.ts @@ -36,7 +36,7 @@ export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoi * Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, StartOutboundVoiceContactCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, StartOutboundVoiceContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/StartTaskContactCommand.ts b/clients/client-connect/commands/StartTaskContactCommand.ts index 197f289eccad..1771f8a6ad04 100644 --- a/clients/client-connect/commands/StartTaskContactCommand.ts +++ b/clients/client-connect/commands/StartTaskContactCommand.ts @@ -23,7 +23,7 @@ export interface StartTaskContactCommandOutput extends StartTaskContactResponse, /** *

Initiates a contact flow to start a new task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, StartTaskContactCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, StartTaskContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/StopContactCommand.ts b/clients/client-connect/commands/StopContactCommand.ts index 5906181bc021..62a7c58208b4 100644 --- a/clients/client-connect/commands/StopContactCommand.ts +++ b/clients/client-connect/commands/StopContactCommand.ts @@ -23,7 +23,7 @@ export interface StopContactCommandOutput extends StopContactResponse, __Metadat /** *

Ends the specified contact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, StopContactCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, StopContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/StopContactRecordingCommand.ts b/clients/client-connect/commands/StopContactRecordingCommand.ts index e0333628d641..417a8d56338c 100644 --- a/clients/client-connect/commands/StopContactRecordingCommand.ts +++ b/clients/client-connect/commands/StopContactRecordingCommand.ts @@ -29,7 +29,7 @@ export interface StopContactRecordingCommandOutput extends StopContactRecordingR * *

Only voice recordings are supported at this time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, StopContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, StopContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/SuspendContactRecordingCommand.ts b/clients/client-connect/commands/SuspendContactRecordingCommand.ts index 12373a98cd24..62726d48eab7 100644 --- a/clients/client-connect/commands/SuspendContactRecordingCommand.ts +++ b/clients/client-connect/commands/SuspendContactRecordingCommand.ts @@ -28,7 +28,7 @@ export interface SuspendContactRecordingCommandOutput extends SuspendContactReco * recording.

*

Only voice recordings are supported at this time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, SuspendContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, SuspendContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/TagResourceCommand.ts b/clients/client-connect/commands/TagResourceCommand.ts index f72a9e88688d..cd61e8b54676 100644 --- a/clients/client-connect/commands/TagResourceCommand.ts +++ b/clients/client-connect/commands/TagResourceCommand.ts @@ -27,7 +27,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} *

For sample policies that use tags, see Amazon Connect Identity-Based * Policy Examples in the Amazon Connect Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, TagResourceCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, TagResourceCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UntagResourceCommand.ts b/clients/client-connect/commands/UntagResourceCommand.ts index d2278d285841..0d35b2db9b82 100644 --- a/clients/client-connect/commands/UntagResourceCommand.ts +++ b/clients/client-connect/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes the specified tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UntagResourceCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UntagResourceCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateContactAttributesCommand.ts b/clients/client-connect/commands/UpdateContactAttributesCommand.ts index 7a6e6770a280..b25d0c868e39 100644 --- a/clients/client-connect/commands/UpdateContactAttributesCommand.ts +++ b/clients/client-connect/commands/UpdateContactAttributesCommand.ts @@ -38,7 +38,7 @@ export interface UpdateContactAttributesCommandOutput extends UpdateContactAttri * 400 error is returned. This applies also to queued callbacks that were initiated prior to the * release of the API but are still active in your instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateContactAttributesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateContactAttributesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateContactFlowContentCommand.ts b/clients/client-connect/commands/UpdateContactFlowContentCommand.ts index 7a016ed2e7e9..41c8aa8340f6 100644 --- a/clients/client-connect/commands/UpdateContactFlowContentCommand.ts +++ b/clients/client-connect/commands/UpdateContactFlowContentCommand.ts @@ -25,7 +25,7 @@ export interface UpdateContactFlowContentCommandOutput extends __MetadataBearer *

You can also create and update contact flows using the Amazon Connect * Flow language.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateContactFlowContentCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateContactFlowContentCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateContactFlowNameCommand.ts b/clients/client-connect/commands/UpdateContactFlowNameCommand.ts index 6a87b6fffb97..53a5628917a4 100644 --- a/clients/client-connect/commands/UpdateContactFlowNameCommand.ts +++ b/clients/client-connect/commands/UpdateContactFlowNameCommand.ts @@ -25,7 +25,7 @@ export interface UpdateContactFlowNameCommandOutput extends __MetadataBearer {} *

You can also create and update contact flows using the Amazon Connect * Flow language.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateContactFlowNameCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateContactFlowNameCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateInstanceAttributeCommand.ts b/clients/client-connect/commands/UpdateInstanceAttributeCommand.ts index a31e281a7730..73e047f1b6eb 100644 --- a/clients/client-connect/commands/UpdateInstanceAttributeCommand.ts +++ b/clients/client-connect/commands/UpdateInstanceAttributeCommand.ts @@ -24,7 +24,7 @@ export interface UpdateInstanceAttributeCommandOutput extends __MetadataBearer { *

This API is in preview release for Amazon Connect and is subject to change.

*

Updates the value for the specified attribute type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateInstanceAttributeCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateInstanceAttributeCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateInstanceStorageConfigCommand.ts b/clients/client-connect/commands/UpdateInstanceStorageConfigCommand.ts index fec5da5cc724..3180fa0847ac 100644 --- a/clients/client-connect/commands/UpdateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/commands/UpdateInstanceStorageConfigCommand.ts @@ -24,7 +24,7 @@ export interface UpdateInstanceStorageConfigCommandOutput extends __MetadataBear *

This API is in preview release for Amazon Connect and is subject to change.

*

Updates an existing configuration for a resource type. This API is idempotent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateQueueHoursOfOperationCommand.ts b/clients/client-connect/commands/UpdateQueueHoursOfOperationCommand.ts index 72f6abd2a627..9cad65d03640 100644 --- a/clients/client-connect/commands/UpdateQueueHoursOfOperationCommand.ts +++ b/clients/client-connect/commands/UpdateQueueHoursOfOperationCommand.ts @@ -24,7 +24,7 @@ export interface UpdateQueueHoursOfOperationCommandOutput extends __MetadataBear *

This API is in preview release for Amazon Connect and is subject to change.

*

Updates the hours of operation for the specified queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateQueueHoursOfOperationCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateQueueHoursOfOperationCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateQueueMaxContactsCommand.ts b/clients/client-connect/commands/UpdateQueueMaxContactsCommand.ts index a6fff7e6da3d..f9fcffd8436a 100644 --- a/clients/client-connect/commands/UpdateQueueMaxContactsCommand.ts +++ b/clients/client-connect/commands/UpdateQueueMaxContactsCommand.ts @@ -25,7 +25,7 @@ export interface UpdateQueueMaxContactsCommandOutput extends __MetadataBearer {} *

Updates the maximum number of contacts allowed in a queue before it is * considered full.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateQueueMaxContactsCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateQueueMaxContactsCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateQueueNameCommand.ts b/clients/client-connect/commands/UpdateQueueNameCommand.ts index c2b8b49ed319..e8d7e6e104b9 100644 --- a/clients/client-connect/commands/UpdateQueueNameCommand.ts +++ b/clients/client-connect/commands/UpdateQueueNameCommand.ts @@ -24,7 +24,7 @@ export interface UpdateQueueNameCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Updates the name and description of a queue. At least Name or Description must be provided.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateQueueNameCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateQueueNameCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateQueueOutboundCallerConfigCommand.ts b/clients/client-connect/commands/UpdateQueueOutboundCallerConfigCommand.ts index 115fa17f97b6..d80648e782a5 100644 --- a/clients/client-connect/commands/UpdateQueueOutboundCallerConfigCommand.ts +++ b/clients/client-connect/commands/UpdateQueueOutboundCallerConfigCommand.ts @@ -25,7 +25,7 @@ export interface UpdateQueueOutboundCallerConfigCommandOutput extends __Metadata *

Updates the outbound caller ID name, number, and outbound whisper flow for a specified * queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateQueueOutboundCallerConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateQueueOutboundCallerConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateQueueStatusCommand.ts b/clients/client-connect/commands/UpdateQueueStatusCommand.ts index f21d791adb19..0e63837ee7a6 100644 --- a/clients/client-connect/commands/UpdateQueueStatusCommand.ts +++ b/clients/client-connect/commands/UpdateQueueStatusCommand.ts @@ -24,7 +24,7 @@ export interface UpdateQueueStatusCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Updates the status of the queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateQueueStatusCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateQueueStatusCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateQuickConnectConfigCommand.ts b/clients/client-connect/commands/UpdateQuickConnectConfigCommand.ts index bbea07986518..9c38185e6824 100644 --- a/clients/client-connect/commands/UpdateQuickConnectConfigCommand.ts +++ b/clients/client-connect/commands/UpdateQuickConnectConfigCommand.ts @@ -24,7 +24,7 @@ export interface UpdateQuickConnectConfigCommandOutput extends __MetadataBearer *

This API is in preview release for Amazon Connect and is subject to change.

*

Updates the configuration settings for the specified quick connect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateQuickConnectConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateQuickConnectConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateQuickConnectNameCommand.ts b/clients/client-connect/commands/UpdateQuickConnectNameCommand.ts index 40aae3e553ee..4672eb67f5c8 100644 --- a/clients/client-connect/commands/UpdateQuickConnectNameCommand.ts +++ b/clients/client-connect/commands/UpdateQuickConnectNameCommand.ts @@ -24,7 +24,7 @@ export interface UpdateQuickConnectNameCommandOutput extends __MetadataBearer {} *

This API is in preview release for Amazon Connect and is subject to change.

*

Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateQuickConnectNameCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateQuickConnectNameCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateRoutingProfileConcurrencyCommand.ts b/clients/client-connect/commands/UpdateRoutingProfileConcurrencyCommand.ts index 7d3c71ada7d3..eb9f9b841c5b 100644 --- a/clients/client-connect/commands/UpdateRoutingProfileConcurrencyCommand.ts +++ b/clients/client-connect/commands/UpdateRoutingProfileConcurrencyCommand.ts @@ -24,7 +24,7 @@ export interface UpdateRoutingProfileConcurrencyCommandOutput extends __Metadata *

Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing * profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateRoutingProfileConcurrencyCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateRoutingProfileConcurrencyCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts b/clients/client-connect/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts index f6b067c73cbe..0a7970361b66 100644 --- a/clients/client-connect/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +++ b/clients/client-connect/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts @@ -24,7 +24,7 @@ export interface UpdateRoutingProfileDefaultOutboundQueueCommandOutput extends _ /** *

Updates the default outbound queue of a routing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateRoutingProfileDefaultOutboundQueueCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateRoutingProfileDefaultOutboundQueueCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateRoutingProfileNameCommand.ts b/clients/client-connect/commands/UpdateRoutingProfileNameCommand.ts index 05ca762358cb..285a1a71b612 100644 --- a/clients/client-connect/commands/UpdateRoutingProfileNameCommand.ts +++ b/clients/client-connect/commands/UpdateRoutingProfileNameCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRoutingProfileNameCommandOutput extends __MetadataBearer /** *

Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateRoutingProfileNameCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateRoutingProfileNameCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateRoutingProfileQueuesCommand.ts b/clients/client-connect/commands/UpdateRoutingProfileQueuesCommand.ts index 5a10c6e4610d..de66d0b44850 100644 --- a/clients/client-connect/commands/UpdateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/commands/UpdateRoutingProfileQueuesCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRoutingProfileQueuesCommandOutput extends __MetadataBeare /** *

Updates the properties associated with a set of queues for a routing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateRoutingProfileQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateRoutingProfileQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateUserHierarchyCommand.ts b/clients/client-connect/commands/UpdateUserHierarchyCommand.ts index f89c9f8d4391..fff5a24f6b48 100644 --- a/clients/client-connect/commands/UpdateUserHierarchyCommand.ts +++ b/clients/client-connect/commands/UpdateUserHierarchyCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserHierarchyCommandOutput extends __MetadataBearer {} /** *

Assigns the specified hierarchy group to the specified user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateUserHierarchyCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateUserHierarchyCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateUserHierarchyGroupNameCommand.ts b/clients/client-connect/commands/UpdateUserHierarchyGroupNameCommand.ts index 0c04aa5c024c..8a756326634b 100644 --- a/clients/client-connect/commands/UpdateUserHierarchyGroupNameCommand.ts +++ b/clients/client-connect/commands/UpdateUserHierarchyGroupNameCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserHierarchyGroupNameCommandOutput extends __MetadataBea /** *

Updates the name of the user hierarchy group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateUserHierarchyGroupNameCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateUserHierarchyGroupNameCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateUserHierarchyStructureCommand.ts b/clients/client-connect/commands/UpdateUserHierarchyStructureCommand.ts index b89fd933281e..8e75cc2ec03f 100644 --- a/clients/client-connect/commands/UpdateUserHierarchyStructureCommand.ts +++ b/clients/client-connect/commands/UpdateUserHierarchyStructureCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserHierarchyStructureCommandOutput extends __MetadataBea /** *

Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateUserHierarchyStructureCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateUserHierarchyStructureCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateUserIdentityInfoCommand.ts b/clients/client-connect/commands/UpdateUserIdentityInfoCommand.ts index b4505a3fd152..60a1916703aa 100644 --- a/clients/client-connect/commands/UpdateUserIdentityInfoCommand.ts +++ b/clients/client-connect/commands/UpdateUserIdentityInfoCommand.ts @@ -31,7 +31,7 @@ export interface UpdateUserIdentityInfoCommandOutput extends __MetadataBearer {} * Security Profiles in the Amazon Connect Administrator Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateUserIdentityInfoCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateUserIdentityInfoCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateUserPhoneConfigCommand.ts b/clients/client-connect/commands/UpdateUserPhoneConfigCommand.ts index 275df4bc194a..10f85b0b055f 100644 --- a/clients/client-connect/commands/UpdateUserPhoneConfigCommand.ts +++ b/clients/client-connect/commands/UpdateUserPhoneConfigCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserPhoneConfigCommandOutput extends __MetadataBearer {} /** *

Updates the phone configuration settings for the specified user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateUserPhoneConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateUserPhoneConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateUserRoutingProfileCommand.ts b/clients/client-connect/commands/UpdateUserRoutingProfileCommand.ts index 8f193051bbf3..5c6f9f7fa610 100644 --- a/clients/client-connect/commands/UpdateUserRoutingProfileCommand.ts +++ b/clients/client-connect/commands/UpdateUserRoutingProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserRoutingProfileCommandOutput extends __MetadataBearer /** *

Assigns the specified routing profile to the specified user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateUserRoutingProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateUserRoutingProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connect/commands/UpdateUserSecurityProfilesCommand.ts b/clients/client-connect/commands/UpdateUserSecurityProfilesCommand.ts index 414c96e91ade..26d1273e84a0 100644 --- a/clients/client-connect/commands/UpdateUserSecurityProfilesCommand.ts +++ b/clients/client-connect/commands/UpdateUserSecurityProfilesCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserSecurityProfilesCommandOutput extends __MetadataBeare /** *

Assigns the specified security profiles to the specified user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectClient, UpdateUserSecurityProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import * // const { ConnectClient, UpdateUserSecurityProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/CompleteAttachmentUploadCommand.ts b/clients/client-connectparticipant/commands/CompleteAttachmentUploadCommand.ts index 144de581535f..a1879f9f5738 100644 --- a/clients/client-connectparticipant/commands/CompleteAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/commands/CompleteAttachmentUploadCommand.ts @@ -28,7 +28,7 @@ export interface CompleteAttachmentUploadCommandOutput extends CompleteAttachmen *

Allows you to confirm that the attachment has been uploaded using the pre-signed URL * provided in StartAttachmentUpload API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, CompleteAttachmentUploadCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, CompleteAttachmentUploadCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/CreateParticipantConnectionCommand.ts b/clients/client-connectparticipant/commands/CreateParticipantConnectionCommand.ts index a19bb661616a..79a23ca36cd5 100644 --- a/clients/client-connectparticipant/commands/CreateParticipantConnectionCommand.ts +++ b/clients/client-connectparticipant/commands/CreateParticipantConnectionCommand.ts @@ -51,7 +51,7 @@ export interface CreateParticipantConnectionCommandOutput * authentication.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, CreateParticipantConnectionCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, CreateParticipantConnectionCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/DisconnectParticipantCommand.ts b/clients/client-connectparticipant/commands/DisconnectParticipantCommand.ts index caf77636c795..c29d5990278d 100644 --- a/clients/client-connectparticipant/commands/DisconnectParticipantCommand.ts +++ b/clients/client-connectparticipant/commands/DisconnectParticipantCommand.ts @@ -30,7 +30,7 @@ export interface DisconnectParticipantCommandOutput extends DisconnectParticipan *

The Amazon Connect Participant Service APIs do not use Signature Version 4 * authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, DisconnectParticipantCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, DisconnectParticipantCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/GetAttachmentCommand.ts b/clients/client-connectparticipant/commands/GetAttachmentCommand.ts index 108360f58692..c8956dfb4fff 100644 --- a/clients/client-connectparticipant/commands/GetAttachmentCommand.ts +++ b/clients/client-connectparticipant/commands/GetAttachmentCommand.ts @@ -28,7 +28,7 @@ export interface GetAttachmentCommandOutput extends GetAttachmentResponse, __Met *

Provides a pre-signed URL for download of a completed attachment. This is an * asynchronous API for use with active contacts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, GetAttachmentCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, GetAttachmentCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/GetTranscriptCommand.ts b/clients/client-connectparticipant/commands/GetTranscriptCommand.ts index eefc8dbadd91..1d388f66a92b 100644 --- a/clients/client-connectparticipant/commands/GetTranscriptCommand.ts +++ b/clients/client-connectparticipant/commands/GetTranscriptCommand.ts @@ -30,7 +30,7 @@ export interface GetTranscriptCommandOutput extends GetTranscriptResponse, __Met *

The Amazon Connect Participant Service APIs do not use Signature Version 4 * authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, GetTranscriptCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, GetTranscriptCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/SendEventCommand.ts b/clients/client-connectparticipant/commands/SendEventCommand.ts index 3fbf72de8d3c..31dc9edb411e 100644 --- a/clients/client-connectparticipant/commands/SendEventCommand.ts +++ b/clients/client-connectparticipant/commands/SendEventCommand.ts @@ -30,7 +30,7 @@ export interface SendEventCommandOutput extends SendEventResponse, __MetadataBea *

The Amazon Connect Participant Service APIs do not use Signature Version 4 * authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, SendEventCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, SendEventCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/SendMessageCommand.ts b/clients/client-connectparticipant/commands/SendMessageCommand.ts index f06827905cd5..54cb1a53a55c 100644 --- a/clients/client-connectparticipant/commands/SendMessageCommand.ts +++ b/clients/client-connectparticipant/commands/SendMessageCommand.ts @@ -32,7 +32,7 @@ export interface SendMessageCommandOutput extends SendMessageResponse, __Metadat * authentication.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, SendMessageCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, SendMessageCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-connectparticipant/commands/StartAttachmentUploadCommand.ts b/clients/client-connectparticipant/commands/StartAttachmentUploadCommand.ts index 0116a9b39c40..22dc88ea2140 100644 --- a/clients/client-connectparticipant/commands/StartAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/commands/StartAttachmentUploadCommand.ts @@ -28,7 +28,7 @@ export interface StartAttachmentUploadCommandOutput extends StartAttachmentUploa *

Provides a pre-signed Amazon S3 URL in response for uploading the file directly to * S3.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ConnectParticipantClient, StartAttachmentUploadCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import * // const { ConnectParticipantClient, StartAttachmentUploadCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import diff --git a/clients/client-cost-and-usage-report-service/commands/DeleteReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/commands/DeleteReportDefinitionCommand.ts index a88cf826c252..ddf059149332 100644 --- a/clients/client-cost-and-usage-report-service/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/commands/DeleteReportDefinitionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteReportDefinitionCommandOutput extends DeleteReportDefinit /** *

Deletes the specified report.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostAndUsageReportServiceClient, DeleteReportDefinitionCommand } from "@aws-sdk/client-cost-and-usage-report-service"; // ES Modules import * // const { CostAndUsageReportServiceClient, DeleteReportDefinitionCommand } = require("@aws-sdk/client-cost-and-usage-report-service"); // CommonJS import diff --git a/clients/client-cost-and-usage-report-service/commands/DescribeReportDefinitionsCommand.ts b/clients/client-cost-and-usage-report-service/commands/DescribeReportDefinitionsCommand.ts index 687b005ac6ba..0f26fef4c5e5 100644 --- a/clients/client-cost-and-usage-report-service/commands/DescribeReportDefinitionsCommand.ts +++ b/clients/client-cost-and-usage-report-service/commands/DescribeReportDefinitionsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeReportDefinitionsCommandOutput extends DescribeReportDe /** *

Lists the AWS Cost and Usage reports available to this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostAndUsageReportServiceClient, DescribeReportDefinitionsCommand } from "@aws-sdk/client-cost-and-usage-report-service"; // ES Modules import * // const { CostAndUsageReportServiceClient, DescribeReportDefinitionsCommand } = require("@aws-sdk/client-cost-and-usage-report-service"); // CommonJS import diff --git a/clients/client-cost-and-usage-report-service/commands/ModifyReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/commands/ModifyReportDefinitionCommand.ts index c0027c884707..117a1e5d9779 100644 --- a/clients/client-cost-and-usage-report-service/commands/ModifyReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/commands/ModifyReportDefinitionCommand.ts @@ -27,7 +27,7 @@ export interface ModifyReportDefinitionCommandOutput extends ModifyReportDefinit /** *

Allows you to programatically update your report preferences.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostAndUsageReportServiceClient, ModifyReportDefinitionCommand } from "@aws-sdk/client-cost-and-usage-report-service"; // ES Modules import * // const { CostAndUsageReportServiceClient, ModifyReportDefinitionCommand } = require("@aws-sdk/client-cost-and-usage-report-service"); // CommonJS import diff --git a/clients/client-cost-and-usage-report-service/commands/PutReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/commands/PutReportDefinitionCommand.ts index d2a263e1c3ef..9451e363c0e6 100644 --- a/clients/client-cost-and-usage-report-service/commands/PutReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/commands/PutReportDefinitionCommand.ts @@ -27,7 +27,7 @@ export interface PutReportDefinitionCommandOutput extends PutReportDefinitionRes /** *

Creates a new report using the description that you provide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostAndUsageReportServiceClient, PutReportDefinitionCommand } from "@aws-sdk/client-cost-and-usage-report-service"; // ES Modules import * // const { CostAndUsageReportServiceClient, PutReportDefinitionCommand } = require("@aws-sdk/client-cost-and-usage-report-service"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/CreateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/commands/CreateAnomalyMonitorCommand.ts index 20bb5fe4f206..89a883c68817 100644 --- a/clients/client-cost-explorer/commands/CreateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/commands/CreateAnomalyMonitorCommand.ts @@ -24,7 +24,7 @@ export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorR *

Creates a new cost anomaly detection monitor with the requested type and monitor * specification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, CreateAnomalyMonitorCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, CreateAnomalyMonitorCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/CreateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/commands/CreateAnomalySubscriptionCommand.ts index a99af1265fc6..621474317718 100644 --- a/clients/client-cost-explorer/commands/CreateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/commands/CreateAnomalySubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySub * define subscribers with email or SNS notifications. Email subscribers can set a dollar * threshold and a time frequency for receiving notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, CreateAnomalySubscriptionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, CreateAnomalySubscriptionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/CreateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/commands/CreateCostCategoryDefinitionCommand.ts index df63c130cdab..380dd0faa4d3 100644 --- a/clients/client-cost-explorer/commands/CreateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/commands/CreateCostCategoryDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface CreateCostCategoryDefinitionCommandOutput /** *

Creates a new Cost Category with the requested name and rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, CreateCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, CreateCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/DeleteAnomalyMonitorCommand.ts b/clients/client-cost-explorer/commands/DeleteAnomalyMonitorCommand.ts index 247167955954..4f0d5165aab9 100644 --- a/clients/client-cost-explorer/commands/DeleteAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/commands/DeleteAnomalyMonitorCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorR /** *

Deletes a cost anomaly monitor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, DeleteAnomalyMonitorCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, DeleteAnomalyMonitorCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/DeleteAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/commands/DeleteAnomalySubscriptionCommand.ts index 5e1ea235f80d..839cf9f27610 100644 --- a/clients/client-cost-explorer/commands/DeleteAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/commands/DeleteAnomalySubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySub /** *

Deletes a cost anomaly subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, DeleteAnomalySubscriptionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, DeleteAnomalySubscriptionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/DeleteCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/commands/DeleteCostCategoryDefinitionCommand.ts index 97691ad79b79..30c753881dec 100644 --- a/clients/client-cost-explorer/commands/DeleteCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/commands/DeleteCostCategoryDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteCostCategoryDefinitionCommandOutput /** *

Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, DeleteCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, DeleteCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/DescribeCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/commands/DescribeCostCategoryDefinitionCommand.ts index dd9d3e8cc5be..42e6d0691a79 100644 --- a/clients/client-cost-explorer/commands/DescribeCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/commands/DescribeCostCategoryDefinitionCommand.ts @@ -26,7 +26,7 @@ export interface DescribeCostCategoryDefinitionCommandOutput *

Returns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account.

*

You have the option to use EffectiveOn to return a Cost Category that is active on a specific date. If there is no EffectiveOn specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, DescribeCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, DescribeCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetAnomaliesCommand.ts b/clients/client-cost-explorer/commands/GetAnomaliesCommand.ts index daae1668de19..fb75d82e5a96 100644 --- a/clients/client-cost-explorer/commands/GetAnomaliesCommand.ts +++ b/clients/client-cost-explorer/commands/GetAnomaliesCommand.ts @@ -24,7 +24,7 @@ export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __Metad *

Retrieves all of the cost anomalies detected on your account, during the time period * specified by the DateInterval object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetAnomaliesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetAnomaliesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetAnomalyMonitorsCommand.ts b/clients/client-cost-explorer/commands/GetAnomalyMonitorsCommand.ts index a8a8cde87918..32eea5c38dca 100644 --- a/clients/client-cost-explorer/commands/GetAnomalyMonitorsCommand.ts +++ b/clients/client-cost-explorer/commands/GetAnomalyMonitorsCommand.ts @@ -24,7 +24,7 @@ export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsRespo *

Retrieves the cost anomaly monitor definitions for your account. You can filter using a * list of cost anomaly monitor Amazon Resource Names (ARNs).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetAnomalyMonitorsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetAnomalyMonitorsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetAnomalySubscriptionsCommand.ts b/clients/client-cost-explorer/commands/GetAnomalySubscriptionsCommand.ts index 8a157665b906..d6befbb48b2e 100644 --- a/clients/client-cost-explorer/commands/GetAnomalySubscriptionsCommand.ts +++ b/clients/client-cost-explorer/commands/GetAnomalySubscriptionsCommand.ts @@ -24,7 +24,7 @@ export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscrip *

Retrieves the cost anomaly subscription objects for your account. You can filter using a * list of cost anomaly monitor Amazon Resource Names (ARNs).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetAnomalySubscriptionsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetAnomalySubscriptionsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetCostAndUsageCommand.ts b/clients/client-cost-explorer/commands/GetCostAndUsageCommand.ts index 675af5093524..67f0781869e1 100644 --- a/clients/client-cost-explorer/commands/GetCostAndUsageCommand.ts +++ b/clients/client-cost-explorer/commands/GetCostAndUsageCommand.ts @@ -29,7 +29,7 @@ export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, _ * operation. Management account in an organization in AWS Organizations have access to all member accounts.

*

For information about filter limitations, see Quotas and restrictions in the Billing and Cost Management User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetCostAndUsageCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetCostAndUsageCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetCostAndUsageWithResourcesCommand.ts b/clients/client-cost-explorer/commands/GetCostAndUsageWithResourcesCommand.ts index 6665ed42b8db..1cc0369516ee 100644 --- a/clients/client-cost-explorer/commands/GetCostAndUsageWithResourcesCommand.ts +++ b/clients/client-cost-explorer/commands/GetCostAndUsageWithResourcesCommand.ts @@ -33,7 +33,7 @@ export interface GetCostAndUsageWithResourcesCommandOutput *

This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see Controlling Access for Cost Explorer in the AWS Billing and Cost Management User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetCostAndUsageWithResourcesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetCostAndUsageWithResourcesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetCostCategoriesCommand.ts b/clients/client-cost-explorer/commands/GetCostCategoriesCommand.ts index d6adfbc55c6c..486d143aaacd 100644 --- a/clients/client-cost-explorer/commands/GetCostCategoriesCommand.ts +++ b/clients/client-cost-explorer/commands/GetCostCategoriesCommand.ts @@ -26,7 +26,7 @@ export interface GetCostCategoriesCommandOutput extends GetCostCategoriesRespons *

If some Cost Category names and values are not associated with any cost, they will not be returned by this API.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetCostCategoriesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetCostCategoriesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetCostForecastCommand.ts b/clients/client-cost-explorer/commands/GetCostForecastCommand.ts index 894eb51cf8b6..87ee7ab5575b 100644 --- a/clients/client-cost-explorer/commands/GetCostForecastCommand.ts +++ b/clients/client-cost-explorer/commands/GetCostForecastCommand.ts @@ -23,7 +23,7 @@ export interface GetCostForecastCommandOutput extends GetCostForecastResponse, _ /** *

Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetCostForecastCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetCostForecastCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetDimensionValuesCommand.ts b/clients/client-cost-explorer/commands/GetDimensionValuesCommand.ts index 6095d2d71703..5e68abe70938 100644 --- a/clients/client-cost-explorer/commands/GetDimensionValuesCommand.ts +++ b/clients/client-cost-explorer/commands/GetDimensionValuesCommand.ts @@ -23,7 +23,7 @@ export interface GetDimensionValuesCommandOutput extends GetDimensionValuesRespo /** *

Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetDimensionValuesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetDimensionValuesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetReservationCoverageCommand.ts b/clients/client-cost-explorer/commands/GetReservationCoverageCommand.ts index 6c9fd5065475..7f499583d618 100644 --- a/clients/client-cost-explorer/commands/GetReservationCoverageCommand.ts +++ b/clients/client-cost-explorer/commands/GetReservationCoverageCommand.ts @@ -64,7 +64,7 @@ export interface GetReservationCoverageCommandOutput extends GetReservationCover * *

To determine valid values for a dimension, use the GetDimensionValues operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetReservationCoverageCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetReservationCoverageCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetReservationPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/commands/GetReservationPurchaseRecommendationCommand.ts index 5fd220596453..96eda589da7d 100644 --- a/clients/client-cost-explorer/commands/GetReservationPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/commands/GetReservationPurchaseRecommendationCommand.ts @@ -37,7 +37,7 @@ export interface GetReservationPurchaseRecommendationCommandOutput * so that you can purchase any instance size that you want. For this example, your RI recommendation would be for c4.large * because that is the smallest size instance in the c4 instance family.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetReservationPurchaseRecommendationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetReservationPurchaseRecommendationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetReservationUtilizationCommand.ts b/clients/client-cost-explorer/commands/GetReservationUtilizationCommand.ts index df0fd6b8a270..e9875a0e0f28 100644 --- a/clients/client-cost-explorer/commands/GetReservationUtilizationCommand.ts +++ b/clients/client-cost-explorer/commands/GetReservationUtilizationCommand.ts @@ -25,7 +25,7 @@ export interface GetReservationUtilizationCommandOutput extends GetReservationUt * You can filter data by dimensions in a time period. You can use GetDimensionValues to determine the possible * dimension values. Currently, you can group only by SUBSCRIPTION_ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetReservationUtilizationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetReservationUtilizationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetRightsizingRecommendationCommand.ts b/clients/client-cost-explorer/commands/GetRightsizingRecommendationCommand.ts index e56b97ccdbea..72a4ee5538be 100644 --- a/clients/client-cost-explorer/commands/GetRightsizingRecommendationCommand.ts +++ b/clients/client-cost-explorer/commands/GetRightsizingRecommendationCommand.ts @@ -34,7 +34,7 @@ export interface GetRightsizingRecommendationCommandOutput * in the AWS Billing and Cost Management User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetRightsizingRecommendationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetRightsizingRecommendationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetSavingsPlansCoverageCommand.ts b/clients/client-cost-explorer/commands/GetSavingsPlansCoverageCommand.ts index 5a7676c28d46..5b399ec7ed17 100644 --- a/clients/client-cost-explorer/commands/GetSavingsPlansCoverageCommand.ts +++ b/clients/client-cost-explorer/commands/GetSavingsPlansCoverageCommand.ts @@ -46,7 +46,7 @@ export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCov * *

To determine valid values for a dimension, use the GetDimensionValues operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetSavingsPlansCoverageCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetSavingsPlansCoverageCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetSavingsPlansPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/commands/GetSavingsPlansPurchaseRecommendationCommand.ts index a4186ccde607..356cc17f5b50 100644 --- a/clients/client-cost-explorer/commands/GetSavingsPlansPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/commands/GetSavingsPlansPurchaseRecommendationCommand.ts @@ -29,7 +29,7 @@ export interface GetSavingsPlansPurchaseRecommendationCommandOutput /** *

Retrieves your request parameters, Savings Plan Recommendations Summary and Details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetSavingsPlansPurchaseRecommendationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetSavingsPlansPurchaseRecommendationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationCommand.ts b/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationCommand.ts index 0138d2b83f98..f1b714e0da2d 100644 --- a/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationCommand.ts +++ b/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationCommand.ts @@ -26,7 +26,7 @@ export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlans *

You cannot group by any dimension values for GetSavingsPlansUtilization.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetSavingsPlansUtilizationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetSavingsPlansUtilizationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationDetailsCommand.ts b/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationDetailsCommand.ts index de15c370a565..c7c3eeb894f8 100644 --- a/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationDetailsCommand.ts +++ b/clients/client-cost-explorer/commands/GetSavingsPlansUtilizationDetailsCommand.ts @@ -32,7 +32,7 @@ export interface GetSavingsPlansUtilizationDetailsCommandOutput * GetSavingsPlanUtilizationDetails internally groups data by SavingsPlansArn.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetSavingsPlansUtilizationDetailsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetSavingsPlansUtilizationDetailsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetTagsCommand.ts b/clients/client-cost-explorer/commands/GetTagsCommand.ts index bfdeac939c4b..405828b21af8 100644 --- a/clients/client-cost-explorer/commands/GetTagsCommand.ts +++ b/clients/client-cost-explorer/commands/GetTagsCommand.ts @@ -20,7 +20,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer /** *

Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetTagsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetTagsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/GetUsageForecastCommand.ts b/clients/client-cost-explorer/commands/GetUsageForecastCommand.ts index cdbe6b37d400..3476b0045841 100644 --- a/clients/client-cost-explorer/commands/GetUsageForecastCommand.ts +++ b/clients/client-cost-explorer/commands/GetUsageForecastCommand.ts @@ -23,7 +23,7 @@ export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse, /** *

Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, GetUsageForecastCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, GetUsageForecastCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/ListCostCategoryDefinitionsCommand.ts b/clients/client-cost-explorer/commands/ListCostCategoryDefinitionsCommand.ts index ef5407d34329..fa5be71dac56 100644 --- a/clients/client-cost-explorer/commands/ListCostCategoryDefinitionsCommand.ts +++ b/clients/client-cost-explorer/commands/ListCostCategoryDefinitionsCommand.ts @@ -25,7 +25,7 @@ export interface ListCostCategoryDefinitionsCommandOutput /** *

Returns the name, ARN, NumberOfRules and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response. ListCostCategoryDefinitions supports pagination. The request can have a MaxResults range up to 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, ListCostCategoryDefinitionsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, ListCostCategoryDefinitionsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/ProvideAnomalyFeedbackCommand.ts b/clients/client-cost-explorer/commands/ProvideAnomalyFeedbackCommand.ts index 7fb4d973aaa6..f576428e5360 100644 --- a/clients/client-cost-explorer/commands/ProvideAnomalyFeedbackCommand.ts +++ b/clients/client-cost-explorer/commands/ProvideAnomalyFeedbackCommand.ts @@ -23,7 +23,7 @@ export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedb /** *

Modifies the feedback property of a given cost anomaly.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, ProvideAnomalyFeedbackCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, ProvideAnomalyFeedbackCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/UpdateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/commands/UpdateAnomalyMonitorCommand.ts index 56501dbb1809..992499783c81 100644 --- a/clients/client-cost-explorer/commands/UpdateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/commands/UpdateAnomalyMonitorCommand.ts @@ -24,7 +24,7 @@ export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorR *

Updates an existing cost anomaly monitor. The changes made are applied going forward, and * does not change anomalies detected in the past.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, UpdateAnomalyMonitorCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, UpdateAnomalyMonitorCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/UpdateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/commands/UpdateAnomalySubscriptionCommand.ts index e4b67d2f351f..de8c8d1894e2 100644 --- a/clients/client-cost-explorer/commands/UpdateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/commands/UpdateAnomalySubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySub /** *

Updates an existing cost anomaly monitor subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, UpdateAnomalySubscriptionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, UpdateAnomalySubscriptionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-cost-explorer/commands/UpdateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/commands/UpdateCostCategoryDefinitionCommand.ts index 6cfa9cfcefd0..3dba92dff1d1 100644 --- a/clients/client-cost-explorer/commands/UpdateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/commands/UpdateCostCategoryDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateCostCategoryDefinitionCommandOutput /** *

Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CostExplorerClient, UpdateCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import * // const { CostExplorerClient, UpdateCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/AddProfileKeyCommand.ts b/clients/client-customer-profiles/commands/AddProfileKeyCommand.ts index 0ad3ae270ced..518a81f840e8 100644 --- a/clients/client-customer-profiles/commands/AddProfileKeyCommand.ts +++ b/clients/client-customer-profiles/commands/AddProfileKeyCommand.ts @@ -26,7 +26,7 @@ export interface AddProfileKeyCommandOutput extends AddProfileKeyResponse, __Met *

A profile object can have a single unique key and any number of additional keys that can * be used to identify the profile that it belongs to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, AddProfileKeyCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, AddProfileKeyCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/CreateDomainCommand.ts b/clients/client-customer-profiles/commands/CreateDomainCommand.ts index 27f7b2d72cac..295817be4738 100644 --- a/clients/client-customer-profiles/commands/CreateDomainCommand.ts +++ b/clients/client-customer-profiles/commands/CreateDomainCommand.ts @@ -27,7 +27,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad *

Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can * be associated with one domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, CreateDomainCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, CreateDomainCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/CreateProfileCommand.ts b/clients/client-customer-profiles/commands/CreateProfileCommand.ts index 6dd99a2e0b78..ec20692c5129 100644 --- a/clients/client-customer-profiles/commands/CreateProfileCommand.ts +++ b/clients/client-customer-profiles/commands/CreateProfileCommand.ts @@ -25,7 +25,7 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met *

A standard profile represents the following attributes for a customer profile in a * domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, CreateProfileCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, CreateProfileCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/DeleteDomainCommand.ts b/clients/client-customer-profiles/commands/DeleteDomainCommand.ts index a00cdf8cd5e8..67ae1e013fc2 100644 --- a/clients/client-customer-profiles/commands/DeleteDomainCommand.ts +++ b/clients/client-customer-profiles/commands/DeleteDomainCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad *

Deletes a specific domain and all of its customer data, such as customer profile * attributes and their related objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, DeleteDomainCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, DeleteDomainCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/DeleteIntegrationCommand.ts b/clients/client-customer-profiles/commands/DeleteIntegrationCommand.ts index 5747d3c60cf3..df22d42d17e0 100644 --- a/clients/client-customer-profiles/commands/DeleteIntegrationCommand.ts +++ b/clients/client-customer-profiles/commands/DeleteIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIntegrationCommandOutput extends DeleteIntegrationRespons /** *

Removes an integration from a specific domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, DeleteIntegrationCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, DeleteIntegrationCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/DeleteProfileCommand.ts b/clients/client-customer-profiles/commands/DeleteProfileCommand.ts index 0a6c461d4d66..9e17156974a7 100644 --- a/clients/client-customer-profiles/commands/DeleteProfileCommand.ts +++ b/clients/client-customer-profiles/commands/DeleteProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met /** *

Deletes the standard customer profile and all data pertaining to the profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, DeleteProfileCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, DeleteProfileCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/DeleteProfileKeyCommand.ts b/clients/client-customer-profiles/commands/DeleteProfileKeyCommand.ts index 374811bea5ca..2215f7a1213a 100644 --- a/clients/client-customer-profiles/commands/DeleteProfileKeyCommand.ts +++ b/clients/client-customer-profiles/commands/DeleteProfileKeyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProfileKeyCommandOutput extends DeleteProfileKeyResponse, /** *

Removes a searchable key from a customer profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, DeleteProfileKeyCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, DeleteProfileKeyCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/DeleteProfileObjectCommand.ts b/clients/client-customer-profiles/commands/DeleteProfileObjectCommand.ts index cfed66488450..485a5581d04b 100644 --- a/clients/client-customer-profiles/commands/DeleteProfileObjectCommand.ts +++ b/clients/client-customer-profiles/commands/DeleteProfileObjectCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProfileObjectCommandOutput extends DeleteProfileObjectRes /** *

Removes an object associated with a profile of a given ProfileObjectType.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, DeleteProfileObjectCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, DeleteProfileObjectCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/DeleteProfileObjectTypeCommand.ts b/clients/client-customer-profiles/commands/DeleteProfileObjectTypeCommand.ts index 27a3710cedfb..4043f849ae72 100644 --- a/clients/client-customer-profiles/commands/DeleteProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/commands/DeleteProfileObjectTypeCommand.ts @@ -26,7 +26,7 @@ export interface DeleteProfileObjectTypeCommandOutput extends DeleteProfileObjec * ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that * were populated from this ProfileObjectType.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, DeleteProfileObjectTypeCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, DeleteProfileObjectTypeCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/GetDomainCommand.ts b/clients/client-customer-profiles/commands/GetDomainCommand.ts index 21c491aeee14..ded2ec78eecb 100644 --- a/clients/client-customer-profiles/commands/GetDomainCommand.ts +++ b/clients/client-customer-profiles/commands/GetDomainCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainCommandOutput extends GetDomainResponse, __MetadataBea /** *

Returns information about a specific domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, GetDomainCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, GetDomainCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/GetIntegrationCommand.ts b/clients/client-customer-profiles/commands/GetIntegrationCommand.ts index 0c8a0743d6c7..6f8f072330c5 100644 --- a/clients/client-customer-profiles/commands/GetIntegrationCommand.ts +++ b/clients/client-customer-profiles/commands/GetIntegrationCommand.ts @@ -23,7 +23,7 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResponse, __M /** *

Returns an integration for a domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, GetIntegrationCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, GetIntegrationCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/GetProfileObjectTypeCommand.ts b/clients/client-customer-profiles/commands/GetProfileObjectTypeCommand.ts index 58e96de131e8..fba6fcc07f2a 100644 --- a/clients/client-customer-profiles/commands/GetProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/commands/GetProfileObjectTypeCommand.ts @@ -23,7 +23,7 @@ export interface GetProfileObjectTypeCommandOutput extends GetProfileObjectTypeR /** *

Returns the object types for a specific domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, GetProfileObjectTypeCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, GetProfileObjectTypeCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/GetProfileObjectTypeTemplateCommand.ts b/clients/client-customer-profiles/commands/GetProfileObjectTypeTemplateCommand.ts index c4c1b7f41db4..640cada6288a 100644 --- a/clients/client-customer-profiles/commands/GetProfileObjectTypeTemplateCommand.ts +++ b/clients/client-customer-profiles/commands/GetProfileObjectTypeTemplateCommand.ts @@ -29,7 +29,7 @@ export interface GetProfileObjectTypeTemplateCommandOutput * with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the * template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, GetProfileObjectTypeTemplateCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, GetProfileObjectTypeTemplateCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/ListAccountIntegrationsCommand.ts b/clients/client-customer-profiles/commands/ListAccountIntegrationsCommand.ts index 1af3165bccc1..1ee1a80b7a80 100644 --- a/clients/client-customer-profiles/commands/ListAccountIntegrationsCommand.ts +++ b/clients/client-customer-profiles/commands/ListAccountIntegrationsCommand.ts @@ -23,7 +23,7 @@ export interface ListAccountIntegrationsCommandOutput extends ListAccountIntegra /** *

Lists all of the integrations associated to a specific URI in the AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, ListAccountIntegrationsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, ListAccountIntegrationsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/ListDomainsCommand.ts b/clients/client-customer-profiles/commands/ListDomainsCommand.ts index b8058f474696..b500958c7b90 100644 --- a/clients/client-customer-profiles/commands/ListDomainsCommand.ts +++ b/clients/client-customer-profiles/commands/ListDomainsCommand.ts @@ -23,7 +23,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat /** *

Returns a list of all the domains for an AWS account that have been created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, ListDomainsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, ListDomainsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/ListIntegrationsCommand.ts b/clients/client-customer-profiles/commands/ListIntegrationsCommand.ts index 179c7a8c5c58..0207868cd90d 100644 --- a/clients/client-customer-profiles/commands/ListIntegrationsCommand.ts +++ b/clients/client-customer-profiles/commands/ListIntegrationsCommand.ts @@ -23,7 +23,7 @@ export interface ListIntegrationsCommandOutput extends ListIntegrationsResponse, /** *

Lists all of the integrations in your domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, ListIntegrationsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, ListIntegrationsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/ListProfileObjectTypeTemplatesCommand.ts b/clients/client-customer-profiles/commands/ListProfileObjectTypeTemplatesCommand.ts index 4c0aa50dd7a0..e2eb0e20ab4e 100644 --- a/clients/client-customer-profiles/commands/ListProfileObjectTypeTemplatesCommand.ts +++ b/clients/client-customer-profiles/commands/ListProfileObjectTypeTemplatesCommand.ts @@ -25,7 +25,7 @@ export interface ListProfileObjectTypeTemplatesCommandOutput /** *

Lists all of the template information for object types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, ListProfileObjectTypeTemplatesCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, ListProfileObjectTypeTemplatesCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/ListProfileObjectTypesCommand.ts b/clients/client-customer-profiles/commands/ListProfileObjectTypesCommand.ts index a3e2180b11e8..40a2b7eab6d9 100644 --- a/clients/client-customer-profiles/commands/ListProfileObjectTypesCommand.ts +++ b/clients/client-customer-profiles/commands/ListProfileObjectTypesCommand.ts @@ -23,7 +23,7 @@ export interface ListProfileObjectTypesCommandOutput extends ListProfileObjectTy /** *

Lists all of the templates available within the service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, ListProfileObjectTypesCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, ListProfileObjectTypesCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/ListProfileObjectsCommand.ts b/clients/client-customer-profiles/commands/ListProfileObjectsCommand.ts index 4d97e23ac4c2..0e9cebef34a2 100644 --- a/clients/client-customer-profiles/commands/ListProfileObjectsCommand.ts +++ b/clients/client-customer-profiles/commands/ListProfileObjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListProfileObjectsCommandOutput extends ListProfileObjectsRespo /** *

Returns a list of objects associated with a profile of a given ProfileObjectType.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, ListProfileObjectsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, ListProfileObjectsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/ListTagsForResourceCommand.ts b/clients/client-customer-profiles/commands/ListTagsForResourceCommand.ts index f761f7ed9e27..69c093fcbd21 100644 --- a/clients/client-customer-profiles/commands/ListTagsForResourceCommand.ts +++ b/clients/client-customer-profiles/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect * Customer Profiles, domains, profile object types, and integrations can be tagged.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, ListTagsForResourceCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, ListTagsForResourceCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/PutIntegrationCommand.ts b/clients/client-customer-profiles/commands/PutIntegrationCommand.ts index 70ce18a07234..7a8624b41c78 100644 --- a/clients/client-customer-profiles/commands/PutIntegrationCommand.ts +++ b/clients/client-customer-profiles/commands/PutIntegrationCommand.ts @@ -25,7 +25,7 @@ export interface PutIntegrationCommandOutput extends PutIntegrationResponse, __M * Amazon AppFlow and Amazon Connect.

*

An integration can belong to only one domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, PutIntegrationCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, PutIntegrationCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/PutProfileObjectCommand.ts b/clients/client-customer-profiles/commands/PutProfileObjectCommand.ts index 2f05780bc5b9..f052d51554d1 100644 --- a/clients/client-customer-profiles/commands/PutProfileObjectCommand.ts +++ b/clients/client-customer-profiles/commands/PutProfileObjectCommand.ts @@ -32,7 +32,7 @@ export interface PutProfileObjectCommandOutput extends PutProfileObjectResponse, *

PutProfileObject needs an ObjectType, which can be created using * PutProfileObjectType.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, PutProfileObjectCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, PutProfileObjectCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/PutProfileObjectTypeCommand.ts b/clients/client-customer-profiles/commands/PutProfileObjectTypeCommand.ts index c03a44fb6329..3957b9a6d844 100644 --- a/clients/client-customer-profiles/commands/PutProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/commands/PutProfileObjectTypeCommand.ts @@ -23,7 +23,7 @@ export interface PutProfileObjectTypeCommandOutput extends PutProfileObjectTypeR /** *

Defines a ProfileObjectType.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, PutProfileObjectTypeCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, PutProfileObjectTypeCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/SearchProfilesCommand.ts b/clients/client-customer-profiles/commands/SearchProfilesCommand.ts index 625385392b1c..c7bb01f1a94a 100644 --- a/clients/client-customer-profiles/commands/SearchProfilesCommand.ts +++ b/clients/client-customer-profiles/commands/SearchProfilesCommand.ts @@ -24,7 +24,7 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M *

Searches for profiles within a specific domain name using name, phone number, email * address, account number, or a custom defined index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, SearchProfilesCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, SearchProfilesCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/TagResourceCommand.ts b/clients/client-customer-profiles/commands/TagResourceCommand.ts index 2667e5054af3..cdab73a72a15 100644 --- a/clients/client-customer-profiles/commands/TagResourceCommand.ts +++ b/clients/client-customer-profiles/commands/TagResourceCommand.ts @@ -34,7 +34,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * you specify replaces the previous value for that tag.

*

You can associate as many as 50 tags with a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, TagResourceCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, TagResourceCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/UntagResourceCommand.ts b/clients/client-customer-profiles/commands/UntagResourceCommand.ts index a1750eda0c1e..791474c0b8b8 100644 --- a/clients/client-customer-profiles/commands/UntagResourceCommand.ts +++ b/clients/client-customer-profiles/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes one or more tags from the specified Amazon Connect Customer Profiles resource. In Connect * Customer Profiles, domains, profile object types, and integrations can be tagged.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, UntagResourceCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, UntagResourceCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/UpdateDomainCommand.ts b/clients/client-customer-profiles/commands/UpdateDomainCommand.ts index 9744b7793bdb..b41a63187b63 100644 --- a/clients/client-customer-profiles/commands/UpdateDomainCommand.ts +++ b/clients/client-customer-profiles/commands/UpdateDomainCommand.ts @@ -25,7 +25,7 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad * or an encryption key.

*

Once a domain is created, the name can’t be changed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, UpdateDomainCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, UpdateDomainCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-customer-profiles/commands/UpdateProfileCommand.ts b/clients/client-customer-profiles/commands/UpdateProfileCommand.ts index 2e8f29abc1b3..478d12661d40 100644 --- a/clients/client-customer-profiles/commands/UpdateProfileCommand.ts +++ b/clients/client-customer-profiles/commands/UpdateProfileCommand.ts @@ -27,7 +27,7 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met * existing value will be removed. Not specifying a string value means that any value already * there will be kept.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { CustomerProfilesClient, UpdateProfileCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import * // const { CustomerProfilesClient, UpdateProfileCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/ActivatePipelineCommand.ts b/clients/client-data-pipeline/commands/ActivatePipelineCommand.ts index 1219eae986fe..df7fbfa4e964 100644 --- a/clients/client-data-pipeline/commands/ActivatePipelineCommand.ts +++ b/clients/client-data-pipeline/commands/ActivatePipelineCommand.ts @@ -53,7 +53,7 @@ export interface ActivatePipelineCommandOutput extends ActivatePipelineOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, ActivatePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, ActivatePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/AddTagsCommand.ts b/clients/client-data-pipeline/commands/AddTagsCommand.ts index fb8bf7562ce7..75aa0ed53f53 100644 --- a/clients/client-data-pipeline/commands/AddTagsCommand.ts +++ b/clients/client-data-pipeline/commands/AddTagsCommand.ts @@ -20,7 +20,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} /** *

Adds or modifies tags for the specified pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, AddTagsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, AddTagsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/CreatePipelineCommand.ts b/clients/client-data-pipeline/commands/CreatePipelineCommand.ts index 13acb23207ad..5efc129d6871 100644 --- a/clients/client-data-pipeline/commands/CreatePipelineCommand.ts +++ b/clients/client-data-pipeline/commands/CreatePipelineCommand.ts @@ -53,7 +53,7 @@ export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, CreatePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, CreatePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/DeactivatePipelineCommand.ts b/clients/client-data-pipeline/commands/DeactivatePipelineCommand.ts index c4bae765c422..a82a21a06043 100644 --- a/clients/client-data-pipeline/commands/DeactivatePipelineCommand.ts +++ b/clients/client-data-pipeline/commands/DeactivatePipelineCommand.ts @@ -26,7 +26,7 @@ export interface DeactivatePipelineCommandOutput extends DeactivatePipelineOutpu *

To resume a deactivated pipeline, use ActivatePipeline. By default, the pipeline resumes from the last completed execution. * Optionally, you can specify the date and time to resume the pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, DeactivatePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, DeactivatePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/DeletePipelineCommand.ts b/clients/client-data-pipeline/commands/DeletePipelineCommand.ts index b1e60d2e0539..c2760318eb62 100644 --- a/clients/client-data-pipeline/commands/DeletePipelineCommand.ts +++ b/clients/client-data-pipeline/commands/DeletePipelineCommand.ts @@ -54,7 +54,7 @@ export interface DeletePipelineCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, DeletePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, DeletePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/DescribeObjectsCommand.ts b/clients/client-data-pipeline/commands/DescribeObjectsCommand.ts index a5c670e06e33..1ca2e91a4781 100644 --- a/clients/client-data-pipeline/commands/DescribeObjectsCommand.ts +++ b/clients/client-data-pipeline/commands/DescribeObjectsCommand.ts @@ -81,7 +81,7 @@ export interface DescribeObjectsCommandOutput extends DescribeObjectsOutput, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, DescribeObjectsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, DescribeObjectsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/DescribePipelinesCommand.ts b/clients/client-data-pipeline/commands/DescribePipelinesCommand.ts index 4a9dba8058e6..6e5d67a4cb6e 100644 --- a/clients/client-data-pipeline/commands/DescribePipelinesCommand.ts +++ b/clients/client-data-pipeline/commands/DescribePipelinesCommand.ts @@ -84,7 +84,7 @@ export interface DescribePipelinesCommandOutput extends DescribePipelinesOutput, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, DescribePipelinesCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, DescribePipelinesCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/EvaluateExpressionCommand.ts b/clients/client-data-pipeline/commands/EvaluateExpressionCommand.ts index dc3319ef6cf6..8dd2b74d7e51 100644 --- a/clients/client-data-pipeline/commands/EvaluateExpressionCommand.ts +++ b/clients/client-data-pipeline/commands/EvaluateExpressionCommand.ts @@ -53,7 +53,7 @@ export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutpu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, EvaluateExpressionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, EvaluateExpressionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/GetPipelineDefinitionCommand.ts b/clients/client-data-pipeline/commands/GetPipelineDefinitionCommand.ts index 3b1b85e8eaf4..a0836115c383 100644 --- a/clients/client-data-pipeline/commands/GetPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/commands/GetPipelineDefinitionCommand.ts @@ -87,7 +87,7 @@ export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitio * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, GetPipelineDefinitionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, GetPipelineDefinitionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/ListPipelinesCommand.ts b/clients/client-data-pipeline/commands/ListPipelinesCommand.ts index 03ab049cebd9..65d9533082d4 100644 --- a/clients/client-data-pipeline/commands/ListPipelinesCommand.ts +++ b/clients/client-data-pipeline/commands/ListPipelinesCommand.ts @@ -54,7 +54,7 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad * } * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, ListPipelinesCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, ListPipelinesCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/PollForTaskCommand.ts b/clients/client-data-pipeline/commands/PollForTaskCommand.ts index b64bb01ae236..c4aa3802d199 100644 --- a/clients/client-data-pipeline/commands/PollForTaskCommand.ts +++ b/clients/client-data-pipeline/commands/PollForTaskCommand.ts @@ -101,7 +101,7 @@ export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, PollForTaskCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, PollForTaskCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/PutPipelineDefinitionCommand.ts b/clients/client-data-pipeline/commands/PutPipelineDefinitionCommand.ts index 0776f5b1c5a4..1ce10b256d5a 100644 --- a/clients/client-data-pipeline/commands/PutPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/commands/PutPipelineDefinitionCommand.ts @@ -182,7 +182,7 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, PutPipelineDefinitionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, PutPipelineDefinitionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/QueryObjectsCommand.ts b/clients/client-data-pipeline/commands/QueryObjectsCommand.ts index dc811be76d10..cfe4600df51f 100644 --- a/clients/client-data-pipeline/commands/QueryObjectsCommand.ts +++ b/clients/client-data-pipeline/commands/QueryObjectsCommand.ts @@ -61,7 +61,7 @@ export interface QueryObjectsCommandOutput extends QueryObjectsOutput, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, QueryObjectsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, QueryObjectsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/RemoveTagsCommand.ts b/clients/client-data-pipeline/commands/RemoveTagsCommand.ts index 92b205adcf2e..1b62a1659c3d 100644 --- a/clients/client-data-pipeline/commands/RemoveTagsCommand.ts +++ b/clients/client-data-pipeline/commands/RemoveTagsCommand.ts @@ -23,7 +23,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea /** *

Removes existing tags from the specified pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, RemoveTagsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, RemoveTagsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/ReportTaskProgressCommand.ts b/clients/client-data-pipeline/commands/ReportTaskProgressCommand.ts index a45f6d79c1bc..1bc28e7e257e 100644 --- a/clients/client-data-pipeline/commands/ReportTaskProgressCommand.ts +++ b/clients/client-data-pipeline/commands/ReportTaskProgressCommand.ts @@ -60,7 +60,7 @@ export interface ReportTaskProgressCommandOutput extends ReportTaskProgressOutpu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, ReportTaskProgressCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, ReportTaskProgressCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/ReportTaskRunnerHeartbeatCommand.ts b/clients/client-data-pipeline/commands/ReportTaskRunnerHeartbeatCommand.ts index e8855743e151..f361e9b403ea 100644 --- a/clients/client-data-pipeline/commands/ReportTaskRunnerHeartbeatCommand.ts +++ b/clients/client-data-pipeline/commands/ReportTaskRunnerHeartbeatCommand.ts @@ -55,7 +55,7 @@ export interface ReportTaskRunnerHeartbeatCommandOutput extends ReportTaskRunner * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, ReportTaskRunnerHeartbeatCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, ReportTaskRunnerHeartbeatCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/SetStatusCommand.ts b/clients/client-data-pipeline/commands/SetStatusCommand.ts index fc47df600227..cbc944efe982 100644 --- a/clients/client-data-pipeline/commands/SetStatusCommand.ts +++ b/clients/client-data-pipeline/commands/SetStatusCommand.ts @@ -52,7 +52,7 @@ export interface SetStatusCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, SetStatusCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, SetStatusCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/SetTaskStatusCommand.ts b/clients/client-data-pipeline/commands/SetTaskStatusCommand.ts index cb0731f3e08c..aec86e22ed28 100644 --- a/clients/client-data-pipeline/commands/SetTaskStatusCommand.ts +++ b/clients/client-data-pipeline/commands/SetTaskStatusCommand.ts @@ -53,7 +53,7 @@ export interface SetTaskStatusCommandOutput extends SetTaskStatusOutput, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, SetTaskStatusCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, SetTaskStatusCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-data-pipeline/commands/ValidatePipelineDefinitionCommand.ts b/clients/client-data-pipeline/commands/ValidatePipelineDefinitionCommand.ts index aa63d1aeb5b6..9bc70cfefb88 100644 --- a/clients/client-data-pipeline/commands/ValidatePipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/commands/ValidatePipelineDefinitionCommand.ts @@ -174,7 +174,7 @@ export interface ValidatePipelineDefinitionCommandOutput extends ValidatePipelin * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataPipelineClient, ValidatePipelineDefinitionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import * // const { DataPipelineClient, ValidatePipelineDefinitionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/AddTagsToResourceCommand.ts b/clients/client-database-migration-service/commands/AddTagsToResourceCommand.ts index 9427251e0da4..8257f9e908fb 100644 --- a/clients/client-database-migration-service/commands/AddTagsToResourceCommand.ts +++ b/clients/client-database-migration-service/commands/AddTagsToResourceCommand.ts @@ -32,7 +32,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons * Tag * data type description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, AddTagsToResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, AddTagsToResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-database-migration-service/commands/ApplyPendingMaintenanceActionCommand.ts index d5fdff64cbcb..5128bccdfed7 100644 --- a/clients/client-database-migration-service/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-database-migration-service/commands/ApplyPendingMaintenanceActionCommand.ts @@ -29,7 +29,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput /** *

Applies a pending maintenance action to a resource (for example, to a replication instance).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/CancelReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/commands/CancelReplicationTaskAssessmentRunCommand.ts index 087e1dc7a1fd..6bb1d1b46e24 100644 --- a/clients/client-database-migration-service/commands/CancelReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/commands/CancelReplicationTaskAssessmentRunCommand.ts @@ -35,7 +35,7 @@ export interface CancelReplicationTaskAssessmentRunCommandOutput * running. It also attempts to cancel any individual assessments that are currently * running.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, CancelReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, CancelReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/CreateEndpointCommand.ts b/clients/client-database-migration-service/commands/CreateEndpointCommand.ts index 1e4f4d7f9039..597d121a3fb7 100644 --- a/clients/client-database-migration-service/commands/CreateEndpointCommand.ts +++ b/clients/client-database-migration-service/commands/CreateEndpointCommand.ts @@ -27,7 +27,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M /** *

Creates an endpoint using the provided settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, CreateEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, CreateEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/CreateEventSubscriptionCommand.ts b/clients/client-database-migration-service/commands/CreateEventSubscriptionCommand.ts index e1000f83b6cd..582c10d479ca 100644 --- a/clients/client-database-migration-service/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/commands/CreateEventSubscriptionCommand.ts @@ -42,7 +42,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri * Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/CreateReplicationInstanceCommand.ts b/clients/client-database-migration-service/commands/CreateReplicationInstanceCommand.ts index 112afe7d73f3..80ca1e0b4d15 100644 --- a/clients/client-database-migration-service/commands/CreateReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/commands/CreateReplicationInstanceCommand.ts @@ -32,7 +32,7 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio * information on the required permissions, see * IAM Permissions Needed to Use AWS DMS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, CreateReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, CreateReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/CreateReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/commands/CreateReplicationSubnetGroupCommand.ts index 2ba41eb03f6c..9d58fc27848f 100644 --- a/clients/client-database-migration-service/commands/CreateReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/commands/CreateReplicationSubnetGroupCommand.ts @@ -29,7 +29,7 @@ export interface CreateReplicationSubnetGroupCommandOutput /** *

Creates a replication subnet group given a list of the subnet IDs in a VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, CreateReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, CreateReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/CreateReplicationTaskCommand.ts b/clients/client-database-migration-service/commands/CreateReplicationTaskCommand.ts index fd3107ab3b5b..912c8d2e4c11 100644 --- a/clients/client-database-migration-service/commands/CreateReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/commands/CreateReplicationTaskCommand.ts @@ -27,7 +27,7 @@ export interface CreateReplicationTaskCommandOutput extends CreateReplicationTas /** *

Creates a replication task using the specified parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, CreateReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, CreateReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteCertificateCommand.ts b/clients/client-database-migration-service/commands/DeleteCertificateCommand.ts index 6d442ab23c89..77d6705465c1 100644 --- a/clients/client-database-migration-service/commands/DeleteCertificateCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteCertificateCommand.ts @@ -27,7 +27,7 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateRespons /** *

Deletes the specified certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteCertificateCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteCertificateCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteConnectionCommand.ts b/clients/client-database-migration-service/commands/DeleteConnectionCommand.ts index 6e84a3df501a..98ae81833206 100644 --- a/clients/client-database-migration-service/commands/DeleteConnectionCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteConnectionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, /** *

Deletes the connection between a replication instance and an endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteConnectionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteConnectionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteEndpointCommand.ts b/clients/client-database-migration-service/commands/DeleteEndpointCommand.ts index ee2d12263e03..3a0239782c1b 100644 --- a/clients/client-database-migration-service/commands/DeleteEndpointCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteEndpointCommand.ts @@ -32,7 +32,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteEventSubscriptionCommand.ts b/clients/client-database-migration-service/commands/DeleteEventSubscriptionCommand.ts index f124d0350dec..2d57bbd2a857 100644 --- a/clients/client-database-migration-service/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteEventSubscriptionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri /** *

Deletes an AWS DMS event subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteReplicationInstanceCommand.ts b/clients/client-database-migration-service/commands/DeleteReplicationInstanceCommand.ts index 0720f9805fd5..9869e4036013 100644 --- a/clients/client-database-migration-service/commands/DeleteReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteReplicationInstanceCommand.ts @@ -32,7 +32,7 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/commands/DeleteReplicationSubnetGroupCommand.ts index 47b23ae2f765..f4c201999737 100644 --- a/clients/client-database-migration-service/commands/DeleteReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteReplicationSubnetGroupCommand.ts @@ -29,7 +29,7 @@ export interface DeleteReplicationSubnetGroupCommandOutput /** *

Deletes a subnet group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/commands/DeleteReplicationTaskAssessmentRunCommand.ts index 85ace3a93cc7..fa5339cb03a9 100644 --- a/clients/client-database-migration-service/commands/DeleteReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteReplicationTaskAssessmentRunCommand.ts @@ -35,7 +35,7 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput * However, the operation leaves untouched all information about this assessment run that is * stored in your Amazon S3 bucket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DeleteReplicationTaskCommand.ts b/clients/client-database-migration-service/commands/DeleteReplicationTaskCommand.ts index f2c3d04931f2..d37b7c6eba0d 100644 --- a/clients/client-database-migration-service/commands/DeleteReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/commands/DeleteReplicationTaskCommand.ts @@ -27,7 +27,7 @@ export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTas /** *

Deletes the specified replication task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DeleteReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DeleteReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeAccountAttributesCommand.ts b/clients/client-database-migration-service/commands/DescribeAccountAttributesCommand.ts index 7fd84f88b46c..5ec040b268f6 100644 --- a/clients/client-database-migration-service/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeAccountAttributesCommand.ts @@ -33,7 +33,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA * account identifier to name each artifact used by DMS in the given region.

*

This command does not take any parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeApplicableIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/commands/DescribeApplicableIndividualAssessmentsCommand.ts index d0d30b3f85ee..8c9fe022f40b 100644 --- a/clients/client-database-migration-service/commands/DescribeApplicableIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeApplicableIndividualAssessmentsCommand.ts @@ -47,7 +47,7 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput * definition then determines the default list of individual assessments that you can specify in an * assessment run for the task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeCertificatesCommand.ts b/clients/client-database-migration-service/commands/DescribeCertificatesCommand.ts index 6f15fd2ed8b2..38285e7f65dd 100644 --- a/clients/client-database-migration-service/commands/DescribeCertificatesCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeCertificatesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeCertificatesCommandOutput extends DescribeCertificatesR /** *

Provides a description of the certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeCertificatesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeCertificatesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeConnectionsCommand.ts b/clients/client-database-migration-service/commands/DescribeConnectionsCommand.ts index 048b92070207..516e6afa6ba5 100644 --- a/clients/client-database-migration-service/commands/DescribeConnectionsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeConnectionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes *

Describes the status of the connections that have been made between the replication * instance and an endpoint. Connections are created when you test an endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeConnectionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeConnectionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeEndpointSettingsCommand.ts b/clients/client-database-migration-service/commands/DescribeEndpointSettingsCommand.ts index 18010c69c758..59b769eb1945 100644 --- a/clients/client-database-migration-service/commands/DescribeEndpointSettingsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeEndpointSettingsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS *

Returns information about the possible endpoint settings available * when you create an endpoint for a specific database engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeEndpointTypesCommand.ts b/clients/client-database-migration-service/commands/DescribeEndpointTypesCommand.ts index dd47fedfbf5f..54f285846177 100644 --- a/clients/client-database-migration-service/commands/DescribeEndpointTypesCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeEndpointTypesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointType /** *

Returns information about the type of endpoints available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeEndpointsCommand.ts b/clients/client-database-migration-service/commands/DescribeEndpointsCommand.ts index b8aa816fa484..4a4db19bd1f5 100644 --- a/clients/client-database-migration-service/commands/DescribeEndpointsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeEndpointsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons /** *

Returns information about the endpoints for your account in the current region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeEndpointsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeEndpointsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeEventCategoriesCommand.ts b/clients/client-database-migration-service/commands/DescribeEventCategoriesCommand.ts index 6a461ae5f74c..8d457f8614db 100644 --- a/clients/client-database-migration-service/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeEventCategoriesCommand.ts @@ -31,7 +31,7 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg * Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-database-migration-service/commands/DescribeEventSubscriptionsCommand.ts index 30ec8fa8ff92..ebf9668ebf48 100644 --- a/clients/client-database-migration-service/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeEventSubscriptionsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu *

If you specify SubscriptionName, this action lists the description for that * subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeEventsCommand.ts b/clients/client-database-migration-service/commands/DescribeEventsCommand.ts index 2d5679b8c5e9..b5a36c1bdd34 100644 --- a/clients/client-database-migration-service/commands/DescribeEventsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeEventsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M * Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeEventsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeEventsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeOrderableReplicationInstancesCommand.ts b/clients/client-database-migration-service/commands/DescribeOrderableReplicationInstancesCommand.ts index 4ae2f8721548..32ce3476e42e 100644 --- a/clients/client-database-migration-service/commands/DescribeOrderableReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeOrderableReplicationInstancesCommand.ts @@ -34,7 +34,7 @@ export interface DescribeOrderableReplicationInstancesCommandOutput *

Returns information about the replication instance types that can be created in the * specified region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-database-migration-service/commands/DescribePendingMaintenanceActionsCommand.ts index e797ac7c6270..708cdd3be23f 100644 --- a/clients/client-database-migration-service/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribePendingMaintenanceActionsCommand.ts @@ -32,7 +32,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput /** *

For internal use only

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeRefreshSchemasStatusCommand.ts b/clients/client-database-migration-service/commands/DescribeRefreshSchemasStatusCommand.ts index e4ade54be7bf..c9433bf06420 100644 --- a/clients/client-database-migration-service/commands/DescribeRefreshSchemasStatusCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeRefreshSchemasStatusCommand.ts @@ -29,7 +29,7 @@ export interface DescribeRefreshSchemasStatusCommandOutput /** *

Returns the status of the RefreshSchemas operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeReplicationInstanceTaskLogsCommand.ts b/clients/client-database-migration-service/commands/DescribeReplicationInstanceTaskLogsCommand.ts index f244697286fd..19fd9cf97483 100644 --- a/clients/client-database-migration-service/commands/DescribeReplicationInstanceTaskLogsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeReplicationInstanceTaskLogsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput /** *

Returns information about the task logs for the specified task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeReplicationInstancesCommand.ts b/clients/client-database-migration-service/commands/DescribeReplicationInstancesCommand.ts index 15433aefc26d..82a5801038d3 100644 --- a/clients/client-database-migration-service/commands/DescribeReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeReplicationInstancesCommand.ts @@ -30,7 +30,7 @@ export interface DescribeReplicationInstancesCommandOutput *

Returns information about replication instances for your account in the current * region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeReplicationSubnetGroupsCommand.ts b/clients/client-database-migration-service/commands/DescribeReplicationSubnetGroupsCommand.ts index f66627c15e15..7a4043d3b69b 100644 --- a/clients/client-database-migration-service/commands/DescribeReplicationSubnetGroupsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeReplicationSubnetGroupsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeReplicationSubnetGroupsCommandOutput /** *

Returns information about the replication subnet groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentResultsCommand.ts b/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentResultsCommand.ts index f85cf48f3162..cc61761da28a 100644 --- a/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentResultsCommand.ts @@ -34,7 +34,7 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput *

Returns the task assessment results from Amazon S3. This action always returns the * latest results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentRunsCommand.ts b/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentRunsCommand.ts index 07f9863bf1af..4f550b73dab5 100644 --- a/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeReplicationTaskAssessmentRunsCommand.ts @@ -41,7 +41,7 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput * operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts index 7224ddc7a079..82b491971d59 100644 --- a/clients/client-database-migration-service/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts @@ -35,7 +35,7 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput *

These filter settings can specify a combination of premigration assessment runs, * migration tasks, and assessment status values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeReplicationTasksCommand.ts b/clients/client-database-migration-service/commands/DescribeReplicationTasksCommand.ts index ff54f735e0fc..b23dae9ebdd8 100644 --- a/clients/client-database-migration-service/commands/DescribeReplicationTasksCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeReplicationTasksCommand.ts @@ -28,7 +28,7 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati *

Returns information about replication tasks for your account in the current * region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeSchemasCommand.ts b/clients/client-database-migration-service/commands/DescribeSchemasCommand.ts index e39323c53cae..19e5b12d9045 100644 --- a/clients/client-database-migration-service/commands/DescribeSchemasCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeSchemasCommand.ts @@ -29,7 +29,7 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _ * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/DescribeTableStatisticsCommand.ts b/clients/client-database-migration-service/commands/DescribeTableStatisticsCommand.ts index aee5452f4340..739608a4653c 100644 --- a/clients/client-database-migration-service/commands/DescribeTableStatisticsCommand.ts +++ b/clients/client-database-migration-service/commands/DescribeTableStatisticsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeTableStatisticsCommandOutput extends DescribeTableStati * last updated the table statistics record for a table. It does not indicate the time of the * last update to the table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ImportCertificateCommand.ts b/clients/client-database-migration-service/commands/ImportCertificateCommand.ts index 9d8081cc09d3..a15e297bd4bd 100644 --- a/clients/client-database-migration-service/commands/ImportCertificateCommand.ts +++ b/clients/client-database-migration-service/commands/ImportCertificateCommand.ts @@ -27,7 +27,7 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons /** *

Uploads the specified certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ImportCertificateCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ImportCertificateCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ListTagsForResourceCommand.ts b/clients/client-database-migration-service/commands/ListTagsForResourceCommand.ts index de0bdb7672c9..af1a0aaf4479 100644 --- a/clients/client-database-migration-service/commands/ListTagsForResourceCommand.ts +++ b/clients/client-database-migration-service/commands/ListTagsForResourceCommand.ts @@ -31,7 +31,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Tag * data type description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ModifyEndpointCommand.ts b/clients/client-database-migration-service/commands/ModifyEndpointCommand.ts index 797eda779630..80e9fc00b7d3 100644 --- a/clients/client-database-migration-service/commands/ModifyEndpointCommand.ts +++ b/clients/client-database-migration-service/commands/ModifyEndpointCommand.ts @@ -27,7 +27,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M /** *

Modifies the specified endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ModifyEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ModifyEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ModifyEventSubscriptionCommand.ts b/clients/client-database-migration-service/commands/ModifyEventSubscriptionCommand.ts index 6df99f748f37..f64e0701aaa5 100644 --- a/clients/client-database-migration-service/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/commands/ModifyEventSubscriptionCommand.ts @@ -27,7 +27,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri /** *

Modifies an existing AWS DMS event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ModifyReplicationInstanceCommand.ts b/clients/client-database-migration-service/commands/ModifyReplicationInstanceCommand.ts index 688393df11d3..ed53813da052 100644 --- a/clients/client-database-migration-service/commands/ModifyReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/commands/ModifyReplicationInstanceCommand.ts @@ -31,7 +31,7 @@ export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicatio * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ModifyReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ModifyReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ModifyReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/commands/ModifyReplicationSubnetGroupCommand.ts index d82bdd28045c..a75785eedf1d 100644 --- a/clients/client-database-migration-service/commands/ModifyReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/commands/ModifyReplicationSubnetGroupCommand.ts @@ -29,7 +29,7 @@ export interface ModifyReplicationSubnetGroupCommandOutput /** *

Modifies the settings for the specified replication subnet group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ModifyReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ModifyReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ModifyReplicationTaskCommand.ts b/clients/client-database-migration-service/commands/ModifyReplicationTaskCommand.ts index 55b0e4399696..6a09f9327bc3 100644 --- a/clients/client-database-migration-service/commands/ModifyReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/commands/ModifyReplicationTaskCommand.ts @@ -30,7 +30,7 @@ export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTas *

For more information about AWS DMS tasks, see Working with Migration Tasks in the * AWS Database Migration Service User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ModifyReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ModifyReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/MoveReplicationTaskCommand.ts b/clients/client-database-migration-service/commands/MoveReplicationTaskCommand.ts index bdce75078145..b72479084150 100644 --- a/clients/client-database-migration-service/commands/MoveReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/commands/MoveReplicationTaskCommand.ts @@ -30,7 +30,7 @@ export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskRes * be created with the same or later AWS DMS version as the current replication * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, MoveReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, MoveReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/RebootReplicationInstanceCommand.ts b/clients/client-database-migration-service/commands/RebootReplicationInstanceCommand.ts index df67f175073d..4245a438f5f2 100644 --- a/clients/client-database-migration-service/commands/RebootReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/commands/RebootReplicationInstanceCommand.ts @@ -28,7 +28,7 @@ export interface RebootReplicationInstanceCommandOutput extends RebootReplicatio *

Reboots a replication instance. Rebooting results in a momentary outage, until the * replication instance becomes available again.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, RebootReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, RebootReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/RefreshSchemasCommand.ts b/clients/client-database-migration-service/commands/RefreshSchemasCommand.ts index b119ee8087bd..13d606051ba5 100644 --- a/clients/client-database-migration-service/commands/RefreshSchemasCommand.ts +++ b/clients/client-database-migration-service/commands/RefreshSchemasCommand.ts @@ -29,7 +29,7 @@ export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __M * can take several minutes. You can check the status of this operation by calling the * DescribeRefreshSchemasStatus operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, RefreshSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, RefreshSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/ReloadTablesCommand.ts b/clients/client-database-migration-service/commands/ReloadTablesCommand.ts index dd4b123c2850..548e787a760f 100644 --- a/clients/client-database-migration-service/commands/ReloadTablesCommand.ts +++ b/clients/client-database-migration-service/commands/ReloadTablesCommand.ts @@ -27,7 +27,7 @@ export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __Metad /** *

Reloads the target database table with the source data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, ReloadTablesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, ReloadTablesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/RemoveTagsFromResourceCommand.ts b/clients/client-database-migration-service/commands/RemoveTagsFromResourceCommand.ts index b493d3bb0790..f5ee53a32539 100644 --- a/clients/client-database-migration-service/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-database-migration-service/commands/RemoveTagsFromResourceCommand.ts @@ -32,7 +32,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou * * data type description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentCommand.ts b/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentCommand.ts index b840f2c65712..d18068c24667 100644 --- a/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentCommand.ts +++ b/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentCommand.ts @@ -30,7 +30,7 @@ export interface StartReplicationTaskAssessmentCommandOutput *

Starts the replication task assessment for unsupported data types in the source * database.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentRunCommand.ts index 0a196e399bea..13e52e6cf92d 100644 --- a/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/commands/StartReplicationTaskAssessmentRunCommand.ts @@ -38,7 +38,7 @@ export interface StartReplicationTaskAssessmentRunCommandOutput * individual assessment. You can also run the migration task manually after the assessment * run and its individual assessments complete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/StartReplicationTaskCommand.ts b/clients/client-database-migration-service/commands/StartReplicationTaskCommand.ts index d1cf43d68878..f0c870dae582 100644 --- a/clients/client-database-migration-service/commands/StartReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/commands/StartReplicationTaskCommand.ts @@ -30,7 +30,7 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR * AWS Database Migration Service User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, StartReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, StartReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/StopReplicationTaskCommand.ts b/clients/client-database-migration-service/commands/StopReplicationTaskCommand.ts index 61f78e663379..dcd7dd8654de 100644 --- a/clients/client-database-migration-service/commands/StopReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/commands/StopReplicationTaskCommand.ts @@ -27,7 +27,7 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes /** *

Stops the replication task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, StopReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, StopReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-database-migration-service/commands/TestConnectionCommand.ts b/clients/client-database-migration-service/commands/TestConnectionCommand.ts index 150f447cff5e..1e968868006e 100644 --- a/clients/client-database-migration-service/commands/TestConnectionCommand.ts +++ b/clients/client-database-migration-service/commands/TestConnectionCommand.ts @@ -27,7 +27,7 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M /** *

Tests the connection between the replication instance and the endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DatabaseMigrationServiceClient, TestConnectionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import * // const { DatabaseMigrationServiceClient, TestConnectionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import diff --git a/clients/client-databrew/commands/BatchDeleteRecipeVersionCommand.ts b/clients/client-databrew/commands/BatchDeleteRecipeVersionCommand.ts index 51ff29712b54..b0f410ada182 100644 --- a/clients/client-databrew/commands/BatchDeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/commands/BatchDeleteRecipeVersionCommand.ts @@ -63,7 +63,7 @@ export interface BatchDeleteRecipeVersionCommandOutput extends BatchDeleteRecipe * exist (or if they can't be deleted), then LATEST_WORKING will be listed as * partial failure in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, BatchDeleteRecipeVersionCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, BatchDeleteRecipeVersionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/CreateDatasetCommand.ts b/clients/client-databrew/commands/CreateDatasetCommand.ts index 8d835091d721..d9f1e3b9948b 100644 --- a/clients/client-databrew/commands/CreateDatasetCommand.ts +++ b/clients/client-databrew/commands/CreateDatasetCommand.ts @@ -23,7 +23,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met /** *

Creates a new DataBrew dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, CreateDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, CreateDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/CreateProfileJobCommand.ts b/clients/client-databrew/commands/CreateProfileJobCommand.ts index 99f2127f2654..f7a3a9051080 100644 --- a/clients/client-databrew/commands/CreateProfileJobCommand.ts +++ b/clients/client-databrew/commands/CreateProfileJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateProfileJobCommandOutput extends CreateProfileJobResponse, /** *

Creates a new job to analyze a dataset and create its data profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, CreateProfileJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, CreateProfileJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/CreateProjectCommand.ts b/clients/client-databrew/commands/CreateProjectCommand.ts index e08a2c428088..be4b2c1c738f 100644 --- a/clients/client-databrew/commands/CreateProjectCommand.ts +++ b/clients/client-databrew/commands/CreateProjectCommand.ts @@ -23,7 +23,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met /** *

Creates a new DataBrew project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, CreateProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, CreateProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/CreateRecipeCommand.ts b/clients/client-databrew/commands/CreateRecipeCommand.ts index 2f95a5fe914b..f36b2d811cea 100644 --- a/clients/client-databrew/commands/CreateRecipeCommand.ts +++ b/clients/client-databrew/commands/CreateRecipeCommand.ts @@ -23,7 +23,7 @@ export interface CreateRecipeCommandOutput extends CreateRecipeResponse, __Metad /** *

Creates a new DataBrew recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, CreateRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, CreateRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/CreateRecipeJobCommand.ts b/clients/client-databrew/commands/CreateRecipeJobCommand.ts index 24dfff87925e..e2bec4df710b 100644 --- a/clients/client-databrew/commands/CreateRecipeJobCommand.ts +++ b/clients/client-databrew/commands/CreateRecipeJobCommand.ts @@ -24,7 +24,7 @@ export interface CreateRecipeJobCommandOutput extends CreateRecipeJobResponse, _ *

Creates a new job to transform input data, using steps defined in an existing AWS Glue * DataBrew recipe

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, CreateRecipeJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, CreateRecipeJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/CreateScheduleCommand.ts b/clients/client-databrew/commands/CreateScheduleCommand.ts index 33217a242e68..df8a387fd33f 100644 --- a/clients/client-databrew/commands/CreateScheduleCommand.ts +++ b/clients/client-databrew/commands/CreateScheduleCommand.ts @@ -24,7 +24,7 @@ export interface CreateScheduleCommandOutput extends CreateScheduleResponse, __M *

Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific * date and time, or at regular intervals.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, CreateScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, CreateScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DeleteDatasetCommand.ts b/clients/client-databrew/commands/DeleteDatasetCommand.ts index 11788805c226..a8563399cc9d 100644 --- a/clients/client-databrew/commands/DeleteDatasetCommand.ts +++ b/clients/client-databrew/commands/DeleteDatasetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met /** *

Deletes a dataset from DataBrew.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DeleteDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DeleteDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DeleteJobCommand.ts b/clients/client-databrew/commands/DeleteJobCommand.ts index 0f6ae9d76436..34e51ac89a63 100644 --- a/clients/client-databrew/commands/DeleteJobCommand.ts +++ b/clients/client-databrew/commands/DeleteJobCommand.ts @@ -23,7 +23,7 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea /** *

Deletes the specified DataBrew job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DeleteJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DeleteJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DeleteProjectCommand.ts b/clients/client-databrew/commands/DeleteProjectCommand.ts index 3a79b3e67d8b..8da44f0429e8 100644 --- a/clients/client-databrew/commands/DeleteProjectCommand.ts +++ b/clients/client-databrew/commands/DeleteProjectCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met /** *

Deletes an existing DataBrew project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DeleteProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DeleteProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DeleteRecipeVersionCommand.ts b/clients/client-databrew/commands/DeleteRecipeVersionCommand.ts index c06f3aab4f57..7e3b254ade09 100644 --- a/clients/client-databrew/commands/DeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/commands/DeleteRecipeVersionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionRes /** *

Deletes a single version of a DataBrew recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DeleteRecipeVersionCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DeleteRecipeVersionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DeleteScheduleCommand.ts b/clients/client-databrew/commands/DeleteScheduleCommand.ts index 502b70a55d4e..0f92a3b8a16f 100644 --- a/clients/client-databrew/commands/DeleteScheduleCommand.ts +++ b/clients/client-databrew/commands/DeleteScheduleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M /** *

Deletes the specified DataBrew schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DeleteScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DeleteScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DescribeDatasetCommand.ts b/clients/client-databrew/commands/DescribeDatasetCommand.ts index b0b9afb32c07..daa88bc0a825 100644 --- a/clients/client-databrew/commands/DescribeDatasetCommand.ts +++ b/clients/client-databrew/commands/DescribeDatasetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _ /** *

Returns the definition of a specific DataBrew dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DescribeDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DescribeDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DescribeJobCommand.ts b/clients/client-databrew/commands/DescribeJobCommand.ts index 3dad3cfca5de..ebd5e2f42649 100644 --- a/clients/client-databrew/commands/DescribeJobCommand.ts +++ b/clients/client-databrew/commands/DescribeJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResponse, __Metadat /** *

Returns the definition of a specific DataBrew job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DescribeJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DescribeJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DescribeJobRunCommand.ts b/clients/client-databrew/commands/DescribeJobRunCommand.ts index c947ec554954..bd49df67774e 100644 --- a/clients/client-databrew/commands/DescribeJobRunCommand.ts +++ b/clients/client-databrew/commands/DescribeJobRunCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M /** *

Represents one run of a DataBrew job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DescribeJobRunCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DescribeJobRunCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DescribeProjectCommand.ts b/clients/client-databrew/commands/DescribeProjectCommand.ts index a680b9664b38..436a234ea2ad 100644 --- a/clients/client-databrew/commands/DescribeProjectCommand.ts +++ b/clients/client-databrew/commands/DescribeProjectCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _ /** *

Returns the definition of a specific DataBrew project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DescribeProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DescribeProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DescribeRecipeCommand.ts b/clients/client-databrew/commands/DescribeRecipeCommand.ts index 019a595e0545..170901d9a865 100644 --- a/clients/client-databrew/commands/DescribeRecipeCommand.ts +++ b/clients/client-databrew/commands/DescribeRecipeCommand.ts @@ -24,7 +24,7 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M *

Returns the definition of a specific DataBrew recipe corresponding to a particular * version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DescribeRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DescribeRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/DescribeScheduleCommand.ts b/clients/client-databrew/commands/DescribeScheduleCommand.ts index 94c2eaea7aa4..6128ac70b0e2 100644 --- a/clients/client-databrew/commands/DescribeScheduleCommand.ts +++ b/clients/client-databrew/commands/DescribeScheduleCommand.ts @@ -23,7 +23,7 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse, /** *

Returns the definition of a specific DataBrew schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, DescribeScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, DescribeScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListDatasetsCommand.ts b/clients/client-databrew/commands/ListDatasetsCommand.ts index d9f72d5c0b10..a6671261b52f 100644 --- a/clients/client-databrew/commands/ListDatasetsCommand.ts +++ b/clients/client-databrew/commands/ListDatasetsCommand.ts @@ -23,7 +23,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad /** *

Lists all of the DataBrew datasets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListDatasetsCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListDatasetsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListJobRunsCommand.ts b/clients/client-databrew/commands/ListJobRunsCommand.ts index f80874ce2172..48a9272cd31e 100644 --- a/clients/client-databrew/commands/ListJobRunsCommand.ts +++ b/clients/client-databrew/commands/ListJobRunsCommand.ts @@ -23,7 +23,7 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat /** *

Lists all of the previous runs of a particular DataBrew job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListJobRunsCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListJobRunsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListJobsCommand.ts b/clients/client-databrew/commands/ListJobsCommand.ts index af3b53a67089..e0f8b58bfc69 100644 --- a/clients/client-databrew/commands/ListJobsCommand.ts +++ b/clients/client-databrew/commands/ListJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare /** *

Lists all of the DataBrew jobs that are defined.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListJobsCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListJobsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListProjectsCommand.ts b/clients/client-databrew/commands/ListProjectsCommand.ts index 923c667db1a3..157f4a4c3031 100644 --- a/clients/client-databrew/commands/ListProjectsCommand.ts +++ b/clients/client-databrew/commands/ListProjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad /** *

Lists all of the DataBrew projects that are defined.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListProjectsCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListProjectsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListRecipeVersionsCommand.ts b/clients/client-databrew/commands/ListRecipeVersionsCommand.ts index 43b7992309a9..9a38fb41ccfd 100644 --- a/clients/client-databrew/commands/ListRecipeVersionsCommand.ts +++ b/clients/client-databrew/commands/ListRecipeVersionsCommand.ts @@ -24,7 +24,7 @@ export interface ListRecipeVersionsCommandOutput extends ListRecipeVersionsRespo *

Lists the versions of a particular DataBrew recipe, except for * LATEST_WORKING.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListRecipeVersionsCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListRecipeVersionsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListRecipesCommand.ts b/clients/client-databrew/commands/ListRecipesCommand.ts index 70834a3546e6..daf6899c1efb 100644 --- a/clients/client-databrew/commands/ListRecipesCommand.ts +++ b/clients/client-databrew/commands/ListRecipesCommand.ts @@ -23,7 +23,7 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat /** *

Lists all of the DataBrew recipes that are defined.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListRecipesCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListRecipesCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListSchedulesCommand.ts b/clients/client-databrew/commands/ListSchedulesCommand.ts index 4f90772b7dbd..5753ceda6021 100644 --- a/clients/client-databrew/commands/ListSchedulesCommand.ts +++ b/clients/client-databrew/commands/ListSchedulesCommand.ts @@ -23,7 +23,7 @@ export interface ListSchedulesCommandOutput extends ListSchedulesResponse, __Met /** *

Lists the DataBrew schedules that are defined.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListSchedulesCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListSchedulesCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/ListTagsForResourceCommand.ts b/clients/client-databrew/commands/ListTagsForResourceCommand.ts index eeb0f41b74a7..3a5731dac099 100644 --- a/clients/client-databrew/commands/ListTagsForResourceCommand.ts +++ b/clients/client-databrew/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all the tags for a DataBrew resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, ListTagsForResourceCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, ListTagsForResourceCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/PublishRecipeCommand.ts b/clients/client-databrew/commands/PublishRecipeCommand.ts index dd31edc800f1..b465480d4ee8 100644 --- a/clients/client-databrew/commands/PublishRecipeCommand.ts +++ b/clients/client-databrew/commands/PublishRecipeCommand.ts @@ -23,7 +23,7 @@ export interface PublishRecipeCommandOutput extends PublishRecipeResponse, __Met /** *

Publishes a new version of a DataBrew recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, PublishRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, PublishRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/SendProjectSessionActionCommand.ts b/clients/client-databrew/commands/SendProjectSessionActionCommand.ts index 7de7fffb8355..47fb2ab9c273 100644 --- a/clients/client-databrew/commands/SendProjectSessionActionCommand.ts +++ b/clients/client-databrew/commands/SendProjectSessionActionCommand.ts @@ -24,7 +24,7 @@ export interface SendProjectSessionActionCommandOutput extends SendProjectSessio *

Performs a recipe step within an interactive DataBrew session that's currently * open.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, SendProjectSessionActionCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, SendProjectSessionActionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/StartJobRunCommand.ts b/clients/client-databrew/commands/StartJobRunCommand.ts index b7b1d4ddc322..d32c6e4c2456 100644 --- a/clients/client-databrew/commands/StartJobRunCommand.ts +++ b/clients/client-databrew/commands/StartJobRunCommand.ts @@ -23,7 +23,7 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat /** *

Runs a DataBrew job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, StartJobRunCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, StartJobRunCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/StartProjectSessionCommand.ts b/clients/client-databrew/commands/StartProjectSessionCommand.ts index a5d8c26294e2..3f8936b1ed8a 100644 --- a/clients/client-databrew/commands/StartProjectSessionCommand.ts +++ b/clients/client-databrew/commands/StartProjectSessionCommand.ts @@ -24,7 +24,7 @@ export interface StartProjectSessionCommandOutput extends StartProjectSessionRes *

Creates an interactive session, enabling you to manipulate data in a DataBrew * project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, StartProjectSessionCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, StartProjectSessionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/StopJobRunCommand.ts b/clients/client-databrew/commands/StopJobRunCommand.ts index cd4dc9444aa8..8461209da068 100644 --- a/clients/client-databrew/commands/StopJobRunCommand.ts +++ b/clients/client-databrew/commands/StopJobRunCommand.ts @@ -23,7 +23,7 @@ export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataB /** *

Stops a particular run of a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, StopJobRunCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, StopJobRunCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/TagResourceCommand.ts b/clients/client-databrew/commands/TagResourceCommand.ts index 395fe734c010..a1b21ef56248 100644 --- a/clients/client-databrew/commands/TagResourceCommand.ts +++ b/clients/client-databrew/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or * schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, TagResourceCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, TagResourceCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/UntagResourceCommand.ts b/clients/client-databrew/commands/UntagResourceCommand.ts index 846c7e2425a7..454fb317193e 100644 --- a/clients/client-databrew/commands/UntagResourceCommand.ts +++ b/clients/client-databrew/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes metadata tags from a DataBrew resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, UntagResourceCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, UntagResourceCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/UpdateDatasetCommand.ts b/clients/client-databrew/commands/UpdateDatasetCommand.ts index 62207b901342..bdaaf41f6059 100644 --- a/clients/client-databrew/commands/UpdateDatasetCommand.ts +++ b/clients/client-databrew/commands/UpdateDatasetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met /** *

Modifies the definition of an existing DataBrew dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, UpdateDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, UpdateDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/UpdateProfileJobCommand.ts b/clients/client-databrew/commands/UpdateProfileJobCommand.ts index 21563f023e76..d3f52708feeb 100644 --- a/clients/client-databrew/commands/UpdateProfileJobCommand.ts +++ b/clients/client-databrew/commands/UpdateProfileJobCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse, /** *

Modifies the definition of an existing profile job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, UpdateProfileJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, UpdateProfileJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/UpdateProjectCommand.ts b/clients/client-databrew/commands/UpdateProjectCommand.ts index 95de518d495c..5d6f6444ff45 100644 --- a/clients/client-databrew/commands/UpdateProjectCommand.ts +++ b/clients/client-databrew/commands/UpdateProjectCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met /** *

Modifies the definition of an existing DataBrew project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, UpdateProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, UpdateProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/UpdateRecipeCommand.ts b/clients/client-databrew/commands/UpdateRecipeCommand.ts index 549995108fba..91168a7d3b31 100644 --- a/clients/client-databrew/commands/UpdateRecipeCommand.ts +++ b/clients/client-databrew/commands/UpdateRecipeCommand.ts @@ -24,7 +24,7 @@ export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __Metad *

Modifies the definition of the LATEST_WORKING version of a DataBrew * recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, UpdateRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, UpdateRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/UpdateRecipeJobCommand.ts b/clients/client-databrew/commands/UpdateRecipeJobCommand.ts index b34e18f32cf6..3e64d5a54f8d 100644 --- a/clients/client-databrew/commands/UpdateRecipeJobCommand.ts +++ b/clients/client-databrew/commands/UpdateRecipeJobCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRecipeJobCommandOutput extends UpdateRecipeJobResponse, _ /** *

Modifies the definition of an existing DataBrew recipe job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, UpdateRecipeJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, UpdateRecipeJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-databrew/commands/UpdateScheduleCommand.ts b/clients/client-databrew/commands/UpdateScheduleCommand.ts index cb21e7e3692f..0295faea896d 100644 --- a/clients/client-databrew/commands/UpdateScheduleCommand.ts +++ b/clients/client-databrew/commands/UpdateScheduleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateScheduleCommandOutput extends UpdateScheduleResponse, __M /** *

Modifies the definition of an existing DataBrew schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataBrewClient, UpdateScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import * // const { DataBrewClient, UpdateScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import diff --git a/clients/client-dataexchange/commands/CancelJobCommand.ts b/clients/client-dataexchange/commands/CancelJobCommand.ts index 028b67c4803e..9778af8df4a3 100644 --- a/clients/client-dataexchange/commands/CancelJobCommand.ts +++ b/clients/client-dataexchange/commands/CancelJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelJobCommandOutput extends __MetadataBearer {} /** *

This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, CancelJobCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, CancelJobCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/CreateDataSetCommand.ts b/clients/client-dataexchange/commands/CreateDataSetCommand.ts index c860a5db76ac..fc17d559009a 100644 --- a/clients/client-dataexchange/commands/CreateDataSetCommand.ts +++ b/clients/client-dataexchange/commands/CreateDataSetCommand.ts @@ -23,7 +23,7 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met /** *

This operation creates a data set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, CreateDataSetCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, CreateDataSetCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/CreateJobCommand.ts b/clients/client-dataexchange/commands/CreateJobCommand.ts index cddd81e62cd8..0cae950004ad 100644 --- a/clients/client-dataexchange/commands/CreateJobCommand.ts +++ b/clients/client-dataexchange/commands/CreateJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea /** *

This operation creates a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, CreateJobCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, CreateJobCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/CreateRevisionCommand.ts b/clients/client-dataexchange/commands/CreateRevisionCommand.ts index 8f2daae466f6..625e74be6c58 100644 --- a/clients/client-dataexchange/commands/CreateRevisionCommand.ts +++ b/clients/client-dataexchange/commands/CreateRevisionCommand.ts @@ -23,7 +23,7 @@ export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __M /** *

This operation creates a revision for a data set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, CreateRevisionCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, CreateRevisionCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/DeleteAssetCommand.ts b/clients/client-dataexchange/commands/DeleteAssetCommand.ts index 9b766e5dbe36..1b007c260944 100644 --- a/clients/client-dataexchange/commands/DeleteAssetCommand.ts +++ b/clients/client-dataexchange/commands/DeleteAssetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAssetCommandOutput extends __MetadataBearer {} /** *

This operation deletes an asset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, DeleteAssetCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, DeleteAssetCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/DeleteDataSetCommand.ts b/clients/client-dataexchange/commands/DeleteDataSetCommand.ts index ec5a5df13376..c66663c588e2 100644 --- a/clients/client-dataexchange/commands/DeleteDataSetCommand.ts +++ b/clients/client-dataexchange/commands/DeleteDataSetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDataSetCommandOutput extends __MetadataBearer {} /** *

This operation deletes a data set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, DeleteDataSetCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, DeleteDataSetCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/DeleteRevisionCommand.ts b/clients/client-dataexchange/commands/DeleteRevisionCommand.ts index 9010a614250f..41ef32f52dd3 100644 --- a/clients/client-dataexchange/commands/DeleteRevisionCommand.ts +++ b/clients/client-dataexchange/commands/DeleteRevisionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRevisionCommandOutput extends __MetadataBearer {} /** *

This operation deletes a revision.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, DeleteRevisionCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, DeleteRevisionCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/GetAssetCommand.ts b/clients/client-dataexchange/commands/GetAssetCommand.ts index dcdf80baa039..44123bc12501 100644 --- a/clients/client-dataexchange/commands/GetAssetCommand.ts +++ b/clients/client-dataexchange/commands/GetAssetCommand.ts @@ -23,7 +23,7 @@ export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBeare /** *

This operation returns information about an asset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, GetAssetCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, GetAssetCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/GetDataSetCommand.ts b/clients/client-dataexchange/commands/GetDataSetCommand.ts index 82867e84c058..cb5a94bb1baf 100644 --- a/clients/client-dataexchange/commands/GetDataSetCommand.ts +++ b/clients/client-dataexchange/commands/GetDataSetCommand.ts @@ -23,7 +23,7 @@ export interface GetDataSetCommandOutput extends GetDataSetResponse, __MetadataB /** *

This operation returns information about a data set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, GetDataSetCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, GetDataSetCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/GetJobCommand.ts b/clients/client-dataexchange/commands/GetJobCommand.ts index 1a071c6e86ed..380f23a3f86b 100644 --- a/clients/client-dataexchange/commands/GetJobCommand.ts +++ b/clients/client-dataexchange/commands/GetJobCommand.ts @@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {} /** *

This operation returns information about a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, GetJobCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, GetJobCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/GetRevisionCommand.ts b/clients/client-dataexchange/commands/GetRevisionCommand.ts index ec4951292663..4f011ca482cc 100644 --- a/clients/client-dataexchange/commands/GetRevisionCommand.ts +++ b/clients/client-dataexchange/commands/GetRevisionCommand.ts @@ -23,7 +23,7 @@ export interface GetRevisionCommandOutput extends GetRevisionResponse, __Metadat /** *

This operation returns information about a revision.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, GetRevisionCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, GetRevisionCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/ListDataSetRevisionsCommand.ts b/clients/client-dataexchange/commands/ListDataSetRevisionsCommand.ts index 65a876a8eb1c..c1afff31f2d7 100644 --- a/clients/client-dataexchange/commands/ListDataSetRevisionsCommand.ts +++ b/clients/client-dataexchange/commands/ListDataSetRevisionsCommand.ts @@ -23,7 +23,7 @@ export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsR /** *

This operation lists a data set's revisions sorted by CreatedAt in descending order.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, ListDataSetRevisionsCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, ListDataSetRevisionsCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/ListDataSetsCommand.ts b/clients/client-dataexchange/commands/ListDataSetsCommand.ts index a23cc548e630..5e3a6f612046 100644 --- a/clients/client-dataexchange/commands/ListDataSetsCommand.ts +++ b/clients/client-dataexchange/commands/ListDataSetsCommand.ts @@ -23,7 +23,7 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad /** *

This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, ListDataSetsCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, ListDataSetsCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/ListJobsCommand.ts b/clients/client-dataexchange/commands/ListJobsCommand.ts index e73f6c35c18c..8257d63ab05c 100644 --- a/clients/client-dataexchange/commands/ListJobsCommand.ts +++ b/clients/client-dataexchange/commands/ListJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare /** *

This operation lists your jobs sorted by CreatedAt in descending order.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, ListJobsCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, ListJobsCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/ListRevisionAssetsCommand.ts b/clients/client-dataexchange/commands/ListRevisionAssetsCommand.ts index a3931c7adf2c..64826bc095d5 100644 --- a/clients/client-dataexchange/commands/ListRevisionAssetsCommand.ts +++ b/clients/client-dataexchange/commands/ListRevisionAssetsCommand.ts @@ -23,7 +23,7 @@ export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsRespo /** *

This operation lists a revision's assets sorted alphabetically in descending order.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, ListRevisionAssetsCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, ListRevisionAssetsCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/ListTagsForResourceCommand.ts b/clients/client-dataexchange/commands/ListTagsForResourceCommand.ts index 70a9dcdc747d..77b538488205 100644 --- a/clients/client-dataexchange/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dataexchange/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

This operation lists the tags on the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, ListTagsForResourceCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/StartJobCommand.ts b/clients/client-dataexchange/commands/StartJobCommand.ts index 63bde0b57783..b75af1fa64be 100644 --- a/clients/client-dataexchange/commands/StartJobCommand.ts +++ b/clients/client-dataexchange/commands/StartJobCommand.ts @@ -23,7 +23,7 @@ export interface StartJobCommandOutput extends StartJobResponse, __MetadataBeare /** *

This operation starts a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, StartJobCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, StartJobCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/TagResourceCommand.ts b/clients/client-dataexchange/commands/TagResourceCommand.ts index 376e8c1fd587..c093463929bd 100644 --- a/clients/client-dataexchange/commands/TagResourceCommand.ts +++ b/clients/client-dataexchange/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

This operation tags a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, TagResourceCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, TagResourceCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/UntagResourceCommand.ts b/clients/client-dataexchange/commands/UntagResourceCommand.ts index 2d51c26ba6ba..401255036520 100644 --- a/clients/client-dataexchange/commands/UntagResourceCommand.ts +++ b/clients/client-dataexchange/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

This operation removes one or more tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, UntagResourceCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, UntagResourceCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/UpdateAssetCommand.ts b/clients/client-dataexchange/commands/UpdateAssetCommand.ts index a71767e9bf0e..41296e601cdc 100644 --- a/clients/client-dataexchange/commands/UpdateAssetCommand.ts +++ b/clients/client-dataexchange/commands/UpdateAssetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat /** *

This operation updates an asset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, UpdateAssetCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, UpdateAssetCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/UpdateDataSetCommand.ts b/clients/client-dataexchange/commands/UpdateDataSetCommand.ts index 53c5af9108d6..e7fb78faafb7 100644 --- a/clients/client-dataexchange/commands/UpdateDataSetCommand.ts +++ b/clients/client-dataexchange/commands/UpdateDataSetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met /** *

This operation updates a data set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, UpdateDataSetCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, UpdateDataSetCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-dataexchange/commands/UpdateRevisionCommand.ts b/clients/client-dataexchange/commands/UpdateRevisionCommand.ts index f12fca5f6125..9a3b8527a511 100644 --- a/clients/client-dataexchange/commands/UpdateRevisionCommand.ts +++ b/clients/client-dataexchange/commands/UpdateRevisionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __M /** *

This operation updates a revision.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataExchangeClient, UpdateRevisionCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import * // const { DataExchangeClient, UpdateRevisionCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import diff --git a/clients/client-datasync/commands/CancelTaskExecutionCommand.ts b/clients/client-datasync/commands/CancelTaskExecutionCommand.ts index 65c2511f0039..f7c279730f50 100644 --- a/clients/client-datasync/commands/CancelTaskExecutionCommand.ts +++ b/clients/client-datasync/commands/CancelTaskExecutionCommand.ts @@ -30,7 +30,7 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes * all of these cases, AWS DataSync successfully complete the transfer when you start the next * task execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CancelTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CancelTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateAgentCommand.ts b/clients/client-datasync/commands/CreateAgentCommand.ts index 83d51a1bbe14..f2e6edf55c10 100644 --- a/clients/client-datasync/commands/CreateAgentCommand.ts +++ b/clients/client-datasync/commands/CreateAgentCommand.ts @@ -37,7 +37,7 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat * ensures minimal interruption to your tasks.

*

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateLocationEfsCommand.ts b/clients/client-datasync/commands/CreateLocationEfsCommand.ts index 740d3f2f9c9a..9b4611f915f6 100644 --- a/clients/client-datasync/commands/CreateLocationEfsCommand.ts +++ b/clients/client-datasync/commands/CreateLocationEfsCommand.ts @@ -23,7 +23,7 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons /** *

Creates an endpoint for an Amazon EFS file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateLocationFsxWindowsCommand.ts b/clients/client-datasync/commands/CreateLocationFsxWindowsCommand.ts index 52367bd4f45b..fa6b8d570405 100644 --- a/clients/client-datasync/commands/CreateLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/commands/CreateLocationFsxWindowsCommand.ts @@ -23,7 +23,7 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx /** *

Creates an endpoint for an Amazon FSx for Windows File Server file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateLocationNfsCommand.ts b/clients/client-datasync/commands/CreateLocationNfsCommand.ts index 46b84908ab1c..0f4bc467af4d 100644 --- a/clients/client-datasync/commands/CreateLocationNfsCommand.ts +++ b/clients/client-datasync/commands/CreateLocationNfsCommand.ts @@ -24,7 +24,7 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons *

Defines a file system on a Network File System (NFS) server that can be read from or * written to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateLocationObjectStorageCommand.ts b/clients/client-datasync/commands/CreateLocationObjectStorageCommand.ts index e5a40298500f..b7dcff69ee42 100644 --- a/clients/client-datasync/commands/CreateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/commands/CreateLocationObjectStorageCommand.ts @@ -26,7 +26,7 @@ export interface CreateLocationObjectStorageCommandOutput *

Creates an endpoint for a self-managed object storage bucket. For more information * about self-managed object storage locations, see create-object-location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateLocationS3Command.ts b/clients/client-datasync/commands/CreateLocationS3Command.ts index f8f02ba76c22..850115a9c566 100644 --- a/clients/client-datasync/commands/CreateLocationS3Command.ts +++ b/clients/client-datasync/commands/CreateLocationS3Command.ts @@ -29,7 +29,7 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, * https://docs.aws.amazon.com/datasync/latest/userguide/create-locations-cli.html#create-location-s3-cli * in the AWS DataSync User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateLocationSmbCommand.ts b/clients/client-datasync/commands/CreateLocationSmbCommand.ts index 00fe360f5f5a..978c91201800 100644 --- a/clients/client-datasync/commands/CreateLocationSmbCommand.ts +++ b/clients/client-datasync/commands/CreateLocationSmbCommand.ts @@ -24,7 +24,7 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons *

Defines a file system on a Server Message Block (SMB) server that can be read from or * written to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/CreateTaskCommand.ts b/clients/client-datasync/commands/CreateTaskCommand.ts index 016d149b8b84..48cd557d5350 100644 --- a/clients/client-datasync/commands/CreateTaskCommand.ts +++ b/clients/client-datasync/commands/CreateTaskCommand.ts @@ -41,7 +41,7 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, CreateTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, CreateTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DeleteAgentCommand.ts b/clients/client-datasync/commands/DeleteAgentCommand.ts index b83a071a33cc..352fd591a514 100644 --- a/clients/client-datasync/commands/DeleteAgentCommand.ts +++ b/clients/client-datasync/commands/DeleteAgentCommand.ts @@ -26,7 +26,7 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat * However, it doesn't delete the agent virtual machine (VM) from your on-premises * environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DeleteAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DeleteAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DeleteLocationCommand.ts b/clients/client-datasync/commands/DeleteLocationCommand.ts index dee9be7631ef..11270e83e361 100644 --- a/clients/client-datasync/commands/DeleteLocationCommand.ts +++ b/clients/client-datasync/commands/DeleteLocationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M /** *

Deletes the configuration of a location used by AWS DataSync.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DeleteLocationCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DeleteLocationCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DeleteTaskCommand.ts b/clients/client-datasync/commands/DeleteTaskCommand.ts index 6f64179e2b55..6d289a820bd9 100644 --- a/clients/client-datasync/commands/DeleteTaskCommand.ts +++ b/clients/client-datasync/commands/DeleteTaskCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB /** *

Deletes a task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DeleteTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DeleteTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeAgentCommand.ts b/clients/client-datasync/commands/DescribeAgentCommand.ts index 47969fabe71e..03bcf9ce44a3 100644 --- a/clients/client-datasync/commands/DescribeAgentCommand.ts +++ b/clients/client-datasync/commands/DescribeAgentCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met * whether the agent is running or not) for an agent. To specify which agent to describe, use the * Amazon Resource Name (ARN) of the agent in your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeLocationEfsCommand.ts b/clients/client-datasync/commands/DescribeLocationEfsCommand.ts index 74d88d7fa7d5..a36b3d5a6482 100644 --- a/clients/client-datasync/commands/DescribeLocationEfsCommand.ts +++ b/clients/client-datasync/commands/DescribeLocationEfsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes /** *

Returns metadata, such as the path information about an Amazon EFS location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeLocationFsxWindowsCommand.ts b/clients/client-datasync/commands/DescribeLocationFsxWindowsCommand.ts index 7eacd3a9bb2f..63ff7a80b5f6 100644 --- a/clients/client-datasync/commands/DescribeLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/commands/DescribeLocationFsxWindowsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio *

Returns metadata, such as the path information about an Amazon FSx for Windows File Server * location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeLocationNfsCommand.ts b/clients/client-datasync/commands/DescribeLocationNfsCommand.ts index 8fc06ccbbe81..92e356adb80b 100644 --- a/clients/client-datasync/commands/DescribeLocationNfsCommand.ts +++ b/clients/client-datasync/commands/DescribeLocationNfsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes /** *

Returns metadata, such as the path information, about an NFS location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeLocationObjectStorageCommand.ts b/clients/client-datasync/commands/DescribeLocationObjectStorageCommand.ts index d0bc58f52f3e..c71ff307fce5 100644 --- a/clients/client-datasync/commands/DescribeLocationObjectStorageCommand.ts +++ b/clients/client-datasync/commands/DescribeLocationObjectStorageCommand.ts @@ -26,7 +26,7 @@ export interface DescribeLocationObjectStorageCommandOutput *

Returns metadata about a self-managed object storage server location. For more information * about self-managed object storage locations, see create-object-location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeLocationS3Command.ts b/clients/client-datasync/commands/DescribeLocationS3Command.ts index c34a3b8863e7..d4989a099e58 100644 --- a/clients/client-datasync/commands/DescribeLocationS3Command.ts +++ b/clients/client-datasync/commands/DescribeLocationS3Command.ts @@ -23,7 +23,7 @@ export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Respo /** *

Returns metadata, such as bucket name, about an Amazon S3 bucket location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeLocationSmbCommand.ts b/clients/client-datasync/commands/DescribeLocationSmbCommand.ts index 2dc098a3747d..9b87a6db4cf0 100644 --- a/clients/client-datasync/commands/DescribeLocationSmbCommand.ts +++ b/clients/client-datasync/commands/DescribeLocationSmbCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbRes /** *

Returns metadata, such as the path and user information about an SMB location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeTaskCommand.ts b/clients/client-datasync/commands/DescribeTaskCommand.ts index a290396d6be4..ffc7f175ac34 100644 --- a/clients/client-datasync/commands/DescribeTaskCommand.ts +++ b/clients/client-datasync/commands/DescribeTaskCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __Metad /** *

Returns metadata about a task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/DescribeTaskExecutionCommand.ts b/clients/client-datasync/commands/DescribeTaskExecutionCommand.ts index 4c43c5bfb224..0cade06688fc 100644 --- a/clients/client-datasync/commands/DescribeTaskExecutionCommand.ts +++ b/clients/client-datasync/commands/DescribeTaskExecutionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio /** *

Returns detailed metadata about a task that is being executed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, DescribeTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, DescribeTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/ListAgentsCommand.ts b/clients/client-datasync/commands/ListAgentsCommand.ts index 2ff4db5f5610..4c20e7c65216 100644 --- a/clients/client-datasync/commands/ListAgentsCommand.ts +++ b/clients/client-datasync/commands/ListAgentsCommand.ts @@ -30,7 +30,7 @@ export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataB * only a truncated list of your agents), the response contains a marker that you can specify in * your next request to fetch the next page of agents.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, ListAgentsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, ListAgentsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/ListLocationsCommand.ts b/clients/client-datasync/commands/ListLocationsCommand.ts index bb4058fde7cb..4f14a91931d6 100644 --- a/clients/client-datasync/commands/ListLocationsCommand.ts +++ b/clients/client-datasync/commands/ListLocationsCommand.ts @@ -26,7 +26,7 @@ export interface ListLocationsCommandOutput extends ListLocationsResponse, __Met * returns only a truncated list of your agents), the response contains a token that you can * specify in your next request to fetch the next page of locations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, ListLocationsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, ListLocationsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/ListTagsForResourceCommand.ts b/clients/client-datasync/commands/ListTagsForResourceCommand.ts index 51b2557873b0..cb28208da3fb 100644 --- a/clients/client-datasync/commands/ListTagsForResourceCommand.ts +++ b/clients/client-datasync/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns all the tags associated with a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/ListTaskExecutionsCommand.ts b/clients/client-datasync/commands/ListTaskExecutionsCommand.ts index 20216088f68f..137dbeac2a01 100644 --- a/clients/client-datasync/commands/ListTaskExecutionsCommand.ts +++ b/clients/client-datasync/commands/ListTaskExecutionsCommand.ts @@ -23,7 +23,7 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo /** *

Returns a list of executed tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, ListTaskExecutionsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, ListTaskExecutionsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/ListTasksCommand.ts b/clients/client-datasync/commands/ListTasksCommand.ts index 65dc67ab9be0..1cf544248a94 100644 --- a/clients/client-datasync/commands/ListTasksCommand.ts +++ b/clients/client-datasync/commands/ListTasksCommand.ts @@ -20,7 +20,7 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea /** *

Returns a list of all the tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, ListTasksCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, ListTasksCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/StartTaskExecutionCommand.ts b/clients/client-datasync/commands/StartTaskExecutionCommand.ts index 60b61bd0f362..f0ec0cc36ada 100644 --- a/clients/client-datasync/commands/StartTaskExecutionCommand.ts +++ b/clients/client-datasync/commands/StartTaskExecutionCommand.ts @@ -31,7 +31,7 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo *

For detailed information, see the Task Execution section in the Components and * Terminology topic in the AWS DataSync User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, StartTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, StartTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/TagResourceCommand.ts b/clients/client-datasync/commands/TagResourceCommand.ts index 95aae04f6ff1..08f90006130a 100644 --- a/clients/client-datasync/commands/TagResourceCommand.ts +++ b/clients/client-datasync/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Applies a key-value pair to an AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, TagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, TagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/UntagResourceCommand.ts b/clients/client-datasync/commands/UntagResourceCommand.ts index 44b99e027ec7..6bf5508073e5 100644 --- a/clients/client-datasync/commands/UntagResourceCommand.ts +++ b/clients/client-datasync/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from an AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, UntagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, UntagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/UpdateAgentCommand.ts b/clients/client-datasync/commands/UpdateAgentCommand.ts index 6214472aabf3..c8f298e99c32 100644 --- a/clients/client-datasync/commands/UpdateAgentCommand.ts +++ b/clients/client-datasync/commands/UpdateAgentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat /** *

Updates the name of an agent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, UpdateAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, UpdateAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/UpdateLocationNfsCommand.ts b/clients/client-datasync/commands/UpdateLocationNfsCommand.ts index 3072d87a8732..836f02228bcb 100644 --- a/clients/client-datasync/commands/UpdateLocationNfsCommand.ts +++ b/clients/client-datasync/commands/UpdateLocationNfsCommand.ts @@ -24,7 +24,7 @@ export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsRespons *

Updates some of the parameters of a previously created location for Network File System (NFS) access. * For information about creating an NFS location, see create-nfs-location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, UpdateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, UpdateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/UpdateLocationObjectStorageCommand.ts b/clients/client-datasync/commands/UpdateLocationObjectStorageCommand.ts index b1e550ad7cc1..04780bc08226 100644 --- a/clients/client-datasync/commands/UpdateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/commands/UpdateLocationObjectStorageCommand.ts @@ -27,7 +27,7 @@ export interface UpdateLocationObjectStorageCommandOutput * storage server access. For information about creating a self-managed object storage location, * see create-object-location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, UpdateLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, UpdateLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/UpdateLocationSmbCommand.ts b/clients/client-datasync/commands/UpdateLocationSmbCommand.ts index 8f8e5f4af292..f9ea628165f4 100644 --- a/clients/client-datasync/commands/UpdateLocationSmbCommand.ts +++ b/clients/client-datasync/commands/UpdateLocationSmbCommand.ts @@ -24,7 +24,7 @@ export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbRespons *

Updates some of the parameters of a previously created location for Server Message Block * (SMB) file system access. For information about creating an SMB location, see create-smb-location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, UpdateLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, UpdateLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/UpdateTaskCommand.ts b/clients/client-datasync/commands/UpdateTaskCommand.ts index 71a5d27371f2..eb095040f863 100644 --- a/clients/client-datasync/commands/UpdateTaskCommand.ts +++ b/clients/client-datasync/commands/UpdateTaskCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataB /** *

Updates the metadata associated with a task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, UpdateTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, UpdateTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-datasync/commands/UpdateTaskExecutionCommand.ts b/clients/client-datasync/commands/UpdateTaskExecutionCommand.ts index 596a636b4d1c..8c3c5b625441 100644 --- a/clients/client-datasync/commands/UpdateTaskExecutionCommand.ts +++ b/clients/client-datasync/commands/UpdateTaskExecutionCommand.ts @@ -32,7 +32,7 @@ export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionRes * .

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DataSyncClient, UpdateTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import * // const { DataSyncClient, UpdateTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import diff --git a/clients/client-dax/commands/CreateClusterCommand.ts b/clients/client-dax/commands/CreateClusterCommand.ts index dbec6dda8935..9ac8c134726e 100644 --- a/clients/client-dax/commands/CreateClusterCommand.ts +++ b/clients/client-dax/commands/CreateClusterCommand.ts @@ -23,7 +23,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met /** *

Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, CreateClusterCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, CreateClusterCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/CreateParameterGroupCommand.ts b/clients/client-dax/commands/CreateParameterGroupCommand.ts index ef6841626dd8..ea0eb50ca934 100644 --- a/clients/client-dax/commands/CreateParameterGroupCommand.ts +++ b/clients/client-dax/commands/CreateParameterGroupCommand.ts @@ -24,7 +24,7 @@ export interface CreateParameterGroupCommandOutput extends CreateParameterGroupR *

Creates a new parameter group. A parameter group is a collection of parameters that * you apply to all of the nodes in a DAX cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, CreateParameterGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, CreateParameterGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/CreateSubnetGroupCommand.ts b/clients/client-dax/commands/CreateSubnetGroupCommand.ts index d9a87c519c94..ce3e4887adac 100644 --- a/clients/client-dax/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-dax/commands/CreateSubnetGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateSubnetGroupCommandOutput extends CreateSubnetGroupRespons /** *

Creates a new subnet group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, CreateSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, CreateSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DecreaseReplicationFactorCommand.ts b/clients/client-dax/commands/DecreaseReplicationFactorCommand.ts index dd54ed9fcee4..f0e0857a4897 100644 --- a/clients/client-dax/commands/DecreaseReplicationFactorCommand.ts +++ b/clients/client-dax/commands/DecreaseReplicationFactorCommand.ts @@ -26,7 +26,7 @@ export interface DecreaseReplicationFactorCommandOutput extends DecreaseReplicat *

You cannot use DecreaseReplicationFactor to remove the last node in a DAX cluster. If you need to do this, use DeleteCluster instead.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DecreaseReplicationFactorCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DecreaseReplicationFactorCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DeleteClusterCommand.ts b/clients/client-dax/commands/DeleteClusterCommand.ts index 560d32702088..e079cb93f508 100644 --- a/clients/client-dax/commands/DeleteClusterCommand.ts +++ b/clients/client-dax/commands/DeleteClusterCommand.ts @@ -27,7 +27,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met * DAX immediately begins deleting the cluster; you cannot cancel or revert this * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DeleteClusterCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DeleteClusterCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DeleteParameterGroupCommand.ts b/clients/client-dax/commands/DeleteParameterGroupCommand.ts index d9485ce96303..c02636f09b7a 100644 --- a/clients/client-dax/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-dax/commands/DeleteParameterGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupR *

Deletes the specified parameter group. You cannot delete a parameter group if it is * associated with any DAX clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DeleteParameterGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DeleteParameterGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DeleteSubnetGroupCommand.ts b/clients/client-dax/commands/DeleteSubnetGroupCommand.ts index ecc1817c1e64..29b3cce81299 100644 --- a/clients/client-dax/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-dax/commands/DeleteSubnetGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteSubnetGroupCommandOutput extends DeleteSubnetGroupRespons * clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DeleteSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DeleteSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DescribeClustersCommand.ts b/clients/client-dax/commands/DescribeClustersCommand.ts index cda49defe656..74e71223d156 100644 --- a/clients/client-dax/commands/DescribeClustersCommand.ts +++ b/clients/client-dax/commands/DescribeClustersCommand.ts @@ -35,7 +35,7 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse, *

If nodes are currently being removed from the DAX cluster, no endpoint * information for the removed nodes is displayed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DescribeClustersCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DescribeClustersCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DescribeDefaultParametersCommand.ts b/clients/client-dax/commands/DescribeDefaultParametersCommand.ts index 786491a1bc0e..887b1a9221ac 100644 --- a/clients/client-dax/commands/DescribeDefaultParametersCommand.ts +++ b/clients/client-dax/commands/DescribeDefaultParametersCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultP *

Returns the default system parameter information for the DAX caching * software.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DescribeDefaultParametersCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DescribeDefaultParametersCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DescribeEventsCommand.ts b/clients/client-dax/commands/DescribeEventsCommand.ts index ee2269d9a808..31ea58db55c8 100644 --- a/clients/client-dax/commands/DescribeEventsCommand.ts +++ b/clients/client-dax/commands/DescribeEventsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M *

By default, only the events occurring within the last 24 hours are returned; however, * you can retrieve up to 14 days' worth of events if necessary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DescribeEventsCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DescribeEventsCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DescribeParameterGroupsCommand.ts b/clients/client-dax/commands/DescribeParameterGroupsCommand.ts index e68fc4ca549d..d013c633cc5a 100644 --- a/clients/client-dax/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-dax/commands/DescribeParameterGroupsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeParameterGroupsCommandOutput extends DescribeParameterG *

Returns a list of parameter group descriptions. If a parameter group name is * specified, the list will contain only the descriptions for that group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DescribeParameterGroupsCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DescribeParameterGroupsCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DescribeParametersCommand.ts b/clients/client-dax/commands/DescribeParametersCommand.ts index 127a38087a4d..0b99bcda0faf 100644 --- a/clients/client-dax/commands/DescribeParametersCommand.ts +++ b/clients/client-dax/commands/DescribeParametersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeParametersCommandOutput extends DescribeParametersRespo /** *

Returns the detailed parameter list for a particular parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DescribeParametersCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DescribeParametersCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/DescribeSubnetGroupsCommand.ts b/clients/client-dax/commands/DescribeSubnetGroupsCommand.ts index 4621c054781b..1718ad615f6c 100644 --- a/clients/client-dax/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-dax/commands/DescribeSubnetGroupsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSubnetGroupsCommandOutput extends DescribeSubnetGroupsR *

Returns a list of subnet group descriptions. If a subnet group name is specified, * the list will contain only the description of that group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, DescribeSubnetGroupsCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, DescribeSubnetGroupsCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/IncreaseReplicationFactorCommand.ts b/clients/client-dax/commands/IncreaseReplicationFactorCommand.ts index 82431edfc8b7..56c2502adffe 100644 --- a/clients/client-dax/commands/IncreaseReplicationFactorCommand.ts +++ b/clients/client-dax/commands/IncreaseReplicationFactorCommand.ts @@ -23,7 +23,7 @@ export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicat /** *

Adds one or more nodes to a DAX cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, IncreaseReplicationFactorCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, IncreaseReplicationFactorCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/ListTagsCommand.ts b/clients/client-dax/commands/ListTagsCommand.ts index 845b0137f746..6e19751f7c2d 100644 --- a/clients/client-dax/commands/ListTagsCommand.ts +++ b/clients/client-dax/commands/ListTagsCommand.ts @@ -21,7 +21,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare *

List all of the tags for a DAX cluster. You can call ListTags up to * 10 times per second, per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, ListTagsCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, ListTagsCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/RebootNodeCommand.ts b/clients/client-dax/commands/RebootNodeCommand.ts index 53405cfcade3..64ca80beac80 100644 --- a/clients/client-dax/commands/RebootNodeCommand.ts +++ b/clients/client-dax/commands/RebootNodeCommand.ts @@ -29,7 +29,7 @@ export interface RebootNodeCommandOutput extends RebootNodeResponse, __MetadataB * RebootNode restarts the DAX engine process and does not remove the contents of the cache.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, RebootNodeCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, RebootNodeCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/TagResourceCommand.ts b/clients/client-dax/commands/TagResourceCommand.ts index 81930c23b3b7..c66ed3737ca8 100644 --- a/clients/client-dax/commands/TagResourceCommand.ts +++ b/clients/client-dax/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Associates a set of tags with a DAX resource. You can call TagResource up to 5 times per second, per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, TagResourceCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, TagResourceCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/UntagResourceCommand.ts b/clients/client-dax/commands/UntagResourceCommand.ts index 2d0280203623..687b837e71f9 100644 --- a/clients/client-dax/commands/UntagResourceCommand.ts +++ b/clients/client-dax/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes the association of tags from a DAX resource. You can call * UntagResource up to 5 times per second, per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, UntagResourceCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, UntagResourceCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/UpdateClusterCommand.ts b/clients/client-dax/commands/UpdateClusterCommand.ts index 1e99cd962c20..2112a4279029 100644 --- a/clients/client-dax/commands/UpdateClusterCommand.ts +++ b/clients/client-dax/commands/UpdateClusterCommand.ts @@ -25,7 +25,7 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met * more cluster configuration parameters by specifying the parameters and the new * values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, UpdateClusterCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, UpdateClusterCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/UpdateParameterGroupCommand.ts b/clients/client-dax/commands/UpdateParameterGroupCommand.ts index d872f1b2babc..5fcb1aa59ea7 100644 --- a/clients/client-dax/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-dax/commands/UpdateParameterGroupCommand.ts @@ -25,7 +25,7 @@ export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupR * parameters in a single request by submitting a list parameter name and value * pairs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, UpdateParameterGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, UpdateParameterGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-dax/commands/UpdateSubnetGroupCommand.ts b/clients/client-dax/commands/UpdateSubnetGroupCommand.ts index 95bc1d1c953f..615795601d37 100644 --- a/clients/client-dax/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-dax/commands/UpdateSubnetGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupRespons /** *

Modifies an existing subnet group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DAXClient, UpdateSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import * // const { DAXClient, UpdateSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import diff --git a/clients/client-detective/commands/AcceptInvitationCommand.ts b/clients/client-detective/commands/AcceptInvitationCommand.ts index 4b43630e8b0e..ce6524cb0c50 100644 --- a/clients/client-detective/commands/AcceptInvitationCommand.ts +++ b/clients/client-detective/commands/AcceptInvitationCommand.ts @@ -26,7 +26,7 @@ export interface AcceptInvitationCommandOutput extends __MetadataBearer {} *

The request provides the ARN of behavior graph.

*

The member account status in the graph must be INVITED.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, AcceptInvitationCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, AcceptInvitationCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/CreateGraphCommand.ts b/clients/client-detective/commands/CreateGraphCommand.ts index 9e7a150d4e7f..4bde6aa8a9d8 100644 --- a/clients/client-detective/commands/CreateGraphCommand.ts +++ b/clients/client-detective/commands/CreateGraphCommand.ts @@ -38,7 +38,7 @@ export interface CreateGraphCommandOutput extends CreateGraphResponse, __Metadat * If the same account calls CreateGraph with the same administrator account, it * always returns the same behavior graph ARN. It does not create a new behavior graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, CreateGraphCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, CreateGraphCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/CreateMembersCommand.ts b/clients/client-detective/commands/CreateMembersCommand.ts index 2cb9fb0d184f..5c2f0bae996d 100644 --- a/clients/client-detective/commands/CreateMembersCommand.ts +++ b/clients/client-detective/commands/CreateMembersCommand.ts @@ -44,7 +44,7 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, CreateMembersCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, CreateMembersCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/DeleteGraphCommand.ts b/clients/client-detective/commands/DeleteGraphCommand.ts index 127213ff353e..9e3cbf4b0498 100644 --- a/clients/client-detective/commands/DeleteGraphCommand.ts +++ b/clients/client-detective/commands/DeleteGraphCommand.ts @@ -27,7 +27,7 @@ export interface DeleteGraphCommandOutput extends __MetadataBearer {} * DeleteGraph can only be called by the administrator account for a behavior * graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, DeleteGraphCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, DeleteGraphCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/DeleteMembersCommand.ts b/clients/client-detective/commands/DeleteMembersCommand.ts index d2b1d9c1b208..040e4254b52f 100644 --- a/clients/client-detective/commands/DeleteMembersCommand.ts +++ b/clients/client-detective/commands/DeleteMembersCommand.ts @@ -27,7 +27,7 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met * disable a behavior graph, the administrator account uses the DeleteGraph API * method.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, DeleteMembersCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, DeleteMembersCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/DisassociateMembershipCommand.ts b/clients/client-detective/commands/DisassociateMembershipCommand.ts index 237189af6e4e..4e063e229f25 100644 --- a/clients/client-detective/commands/DisassociateMembershipCommand.ts +++ b/clients/client-detective/commands/DisassociateMembershipCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateMembershipCommandOutput extends __MetadataBearer {} *

Removes the member account from the specified behavior graph. This operation can only be * called by a member account that has the ENABLED status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, DisassociateMembershipCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, DisassociateMembershipCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/GetMembersCommand.ts b/clients/client-detective/commands/GetMembersCommand.ts index 80c1e3952711..fe2b1d341a16 100644 --- a/clients/client-detective/commands/GetMembersCommand.ts +++ b/clients/client-detective/commands/GetMembersCommand.ts @@ -24,7 +24,7 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB *

Returns the membership details for specified member accounts for a behavior * graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, GetMembersCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, GetMembersCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/ListGraphsCommand.ts b/clients/client-detective/commands/ListGraphsCommand.ts index 06fd0e6472e9..b5d9698462c1 100644 --- a/clients/client-detective/commands/ListGraphsCommand.ts +++ b/clients/client-detective/commands/ListGraphsCommand.ts @@ -26,7 +26,7 @@ export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataB *

Because an account can currently only be the administrator of one behavior graph within * a Region, the results always contain a single behavior graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, ListGraphsCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, ListGraphsCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/ListInvitationsCommand.ts b/clients/client-detective/commands/ListInvitationsCommand.ts index be79853af1be..96e8e00c468d 100644 --- a/clients/client-detective/commands/ListInvitationsCommand.ts +++ b/clients/client-detective/commands/ListInvitationsCommand.ts @@ -28,7 +28,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _ * invitation. The results also do not include behavior graphs that the member account * resigned from or was removed from.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, ListInvitationsCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, ListInvitationsCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/ListMembersCommand.ts b/clients/client-detective/commands/ListMembersCommand.ts index 86df908a2d4e..8e10fd5aa56a 100644 --- a/clients/client-detective/commands/ListMembersCommand.ts +++ b/clients/client-detective/commands/ListMembersCommand.ts @@ -24,7 +24,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat *

Retrieves the list of member accounts for a behavior graph. Does not return member * accounts that were removed from the behavior graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, ListMembersCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, ListMembersCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/ListTagsForResourceCommand.ts b/clients/client-detective/commands/ListTagsForResourceCommand.ts index d9da119a1f51..5b2c8ac38856 100644 --- a/clients/client-detective/commands/ListTagsForResourceCommand.ts +++ b/clients/client-detective/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns the tag values that are assigned to a behavior graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, ListTagsForResourceCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, ListTagsForResourceCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/RejectInvitationCommand.ts b/clients/client-detective/commands/RejectInvitationCommand.ts index 7e1730be4ba9..932a781e25b9 100644 --- a/clients/client-detective/commands/RejectInvitationCommand.ts +++ b/clients/client-detective/commands/RejectInvitationCommand.ts @@ -24,7 +24,7 @@ export interface RejectInvitationCommandOutput extends __MetadataBearer {} *

Rejects an invitation to contribute the account data to a behavior graph. This operation * must be called by a member account that has the INVITED status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, RejectInvitationCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, RejectInvitationCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/StartMonitoringMemberCommand.ts b/clients/client-detective/commands/StartMonitoringMemberCommand.ts index 05c0669e77e2..39f851b5cc36 100644 --- a/clients/client-detective/commands/StartMonitoringMemberCommand.ts +++ b/clients/client-detective/commands/StartMonitoringMemberCommand.ts @@ -35,7 +35,7 @@ export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, StartMonitoringMemberCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, StartMonitoringMemberCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/TagResourceCommand.ts b/clients/client-detective/commands/TagResourceCommand.ts index e99599e1de08..fd3d3603afb9 100644 --- a/clients/client-detective/commands/TagResourceCommand.ts +++ b/clients/client-detective/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Applies tag values to a behavior graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, TagResourceCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, TagResourceCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-detective/commands/UntagResourceCommand.ts b/clients/client-detective/commands/UntagResourceCommand.ts index 5dcd14298ea1..76e138b0a0ea 100644 --- a/clients/client-detective/commands/UntagResourceCommand.ts +++ b/clients/client-detective/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a behavior graph.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DetectiveClient, UntagResourceCommand } from "@aws-sdk/client-detective"; // ES Modules import * // const { DetectiveClient, UntagResourceCommand } = require("@aws-sdk/client-detective"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateDevicePoolCommand.ts b/clients/client-device-farm/commands/CreateDevicePoolCommand.ts index 3d9687f7d2dc..652df845c178 100644 --- a/clients/client-device-farm/commands/CreateDevicePoolCommand.ts +++ b/clients/client-device-farm/commands/CreateDevicePoolCommand.ts @@ -23,7 +23,7 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _ /** *

Creates a device pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateInstanceProfileCommand.ts b/clients/client-device-farm/commands/CreateInstanceProfileCommand.ts index eabc368e43ce..f94203229729 100644 --- a/clients/client-device-farm/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-device-farm/commands/CreateInstanceProfileCommand.ts @@ -24,7 +24,7 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil *

Creates a profile that can be applied to one or more private fleet device * instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateNetworkProfileCommand.ts b/clients/client-device-farm/commands/CreateNetworkProfileCommand.ts index 4c9be6adfeb1..55e731607b0c 100644 --- a/clients/client-device-farm/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-device-farm/commands/CreateNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR /** *

Creates a network profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateProjectCommand.ts b/clients/client-device-farm/commands/CreateProjectCommand.ts index ed8847d02750..34e7dff1cfd3 100644 --- a/clients/client-device-farm/commands/CreateProjectCommand.ts +++ b/clients/client-device-farm/commands/CreateProjectCommand.ts @@ -23,7 +23,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad /** *

Creates a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateRemoteAccessSessionCommand.ts b/clients/client-device-farm/commands/CreateRemoteAccessSessionCommand.ts index 37c1ea330635..5a44bc9dae1f 100644 --- a/clients/client-device-farm/commands/CreateRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/commands/CreateRemoteAccessSessionCommand.ts @@ -23,7 +23,7 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce /** *

Specifies and starts a remote access session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateTestGridProjectCommand.ts b/clients/client-device-farm/commands/CreateTestGridProjectCommand.ts index 05727057b98a..77950d65f340 100644 --- a/clients/client-device-farm/commands/CreateTestGridProjectCommand.ts +++ b/clients/client-device-farm/commands/CreateTestGridProjectCommand.ts @@ -24,7 +24,7 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec *

Creates a Selenium testing project. Projects are used to track TestGridSession * instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateTestGridUrlCommand.ts b/clients/client-device-farm/commands/CreateTestGridUrlCommand.ts index 16c1963ee0af..c8dbfaa47f25 100644 --- a/clients/client-device-farm/commands/CreateTestGridUrlCommand.ts +++ b/clients/client-device-farm/commands/CreateTestGridUrlCommand.ts @@ -24,7 +24,7 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult, *

Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver * constructor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateTestGridUrlCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateTestGridUrlCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateUploadCommand.ts b/clients/client-device-farm/commands/CreateUploadCommand.ts index 31b9c8eb76d6..66ffaaec4d91 100644 --- a/clients/client-device-farm/commands/CreateUploadCommand.ts +++ b/clients/client-device-farm/commands/CreateUploadCommand.ts @@ -23,7 +23,7 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat /** *

Uploads an app or test scripts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/CreateVPCEConfigurationCommand.ts b/clients/client-device-farm/commands/CreateVPCEConfigurationCommand.ts index ca57af6fd759..62b8aa8f3fe2 100644 --- a/clients/client-device-farm/commands/CreateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/commands/CreateVPCEConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur *

Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud * (VPC) endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, CreateVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, CreateVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteDevicePoolCommand.ts b/clients/client-device-farm/commands/DeleteDevicePoolCommand.ts index 07b6aee1de58..c931d5447525 100644 --- a/clients/client-device-farm/commands/DeleteDevicePoolCommand.ts +++ b/clients/client-device-farm/commands/DeleteDevicePoolCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _ *

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools * owned by the system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteInstanceProfileCommand.ts b/clients/client-device-farm/commands/DeleteInstanceProfileCommand.ts index 2834c2ad7f8a..3ce8aea885a0 100644 --- a/clients/client-device-farm/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-device-farm/commands/DeleteInstanceProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil /** *

Deletes a profile that can be applied to one or more private device instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteNetworkProfileCommand.ts b/clients/client-device-farm/commands/DeleteNetworkProfileCommand.ts index 67e6318bb674..748ca574043c 100644 --- a/clients/client-device-farm/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-device-farm/commands/DeleteNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR /** *

Deletes a network profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteProjectCommand.ts b/clients/client-device-farm/commands/DeleteProjectCommand.ts index 90077393cc37..caf1504bf078 100644 --- a/clients/client-device-farm/commands/DeleteProjectCommand.ts +++ b/clients/client-device-farm/commands/DeleteProjectCommand.ts @@ -24,7 +24,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad *

Deletes an AWS Device Farm project, given the project ARN.

*

Deleting this resource does not stop an in-progress run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteRemoteAccessSessionCommand.ts b/clients/client-device-farm/commands/DeleteRemoteAccessSessionCommand.ts index 97dd0663f5e4..c25d0d4b47a4 100644 --- a/clients/client-device-farm/commands/DeleteRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/commands/DeleteRemoteAccessSessionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAcce /** *

Deletes a completed remote access session and its results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteRunCommand.ts b/clients/client-device-farm/commands/DeleteRunCommand.ts index 4485ce0aae60..9f24bbe3d79e 100644 --- a/clients/client-device-farm/commands/DeleteRunCommand.ts +++ b/clients/client-device-farm/commands/DeleteRunCommand.ts @@ -21,7 +21,7 @@ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBeare *

Deletes the run, given the run ARN.

*

Deleting this resource does not stop an in-progress run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteTestGridProjectCommand.ts b/clients/client-device-farm/commands/DeleteTestGridProjectCommand.ts index ea9e0dd9ab4c..b7e884e4cfb3 100644 --- a/clients/client-device-farm/commands/DeleteTestGridProjectCommand.ts +++ b/clients/client-device-farm/commands/DeleteTestGridProjectCommand.ts @@ -29,7 +29,7 @@ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjec *

You cannot delete a project if it has active sessions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteUploadCommand.ts b/clients/client-device-farm/commands/DeleteUploadCommand.ts index c8ecf5d9fcd2..225470a8bf13 100644 --- a/clients/client-device-farm/commands/DeleteUploadCommand.ts +++ b/clients/client-device-farm/commands/DeleteUploadCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __Metadat /** *

Deletes an upload given the upload ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/DeleteVPCEConfigurationCommand.ts b/clients/client-device-farm/commands/DeleteVPCEConfigurationCommand.ts index 610ab5820a6f..0540a61bfed0 100644 --- a/clients/client-device-farm/commands/DeleteVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/commands/DeleteVPCEConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigur /** *

Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, DeleteVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, DeleteVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetAccountSettingsCommand.ts b/clients/client-device-farm/commands/GetAccountSettingsCommand.ts index 3cdfade3894c..2a2a240bfb4b 100644 --- a/clients/client-device-farm/commands/GetAccountSettingsCommand.ts +++ b/clients/client-device-farm/commands/GetAccountSettingsCommand.ts @@ -24,7 +24,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul *

Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetAccountSettingsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetAccountSettingsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetDeviceCommand.ts b/clients/client-device-farm/commands/GetDeviceCommand.ts index 7666a75b0ad5..18e22da92b90 100644 --- a/clients/client-device-farm/commands/GetDeviceCommand.ts +++ b/clients/client-device-farm/commands/GetDeviceCommand.ts @@ -20,7 +20,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare /** *

Gets information about a unique device type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetDeviceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetDeviceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetDeviceInstanceCommand.ts b/clients/client-device-farm/commands/GetDeviceInstanceCommand.ts index c5f45842d24c..08252163153b 100644 --- a/clients/client-device-farm/commands/GetDeviceInstanceCommand.ts +++ b/clients/client-device-farm/commands/GetDeviceInstanceCommand.ts @@ -23,7 +23,7 @@ export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult, /** *

Returns information about a device instance that belongs to a private device fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetDeviceInstanceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetDeviceInstanceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetDevicePoolCommand.ts b/clients/client-device-farm/commands/GetDevicePoolCommand.ts index 0b0b129c5591..7624bac237d2 100644 --- a/clients/client-device-farm/commands/GetDevicePoolCommand.ts +++ b/clients/client-device-farm/commands/GetDevicePoolCommand.ts @@ -23,7 +23,7 @@ export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __Metad /** *

Gets information about a device pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetDevicePoolCompatibilityCommand.ts b/clients/client-device-farm/commands/GetDevicePoolCompatibilityCommand.ts index 687a86faab72..bc7dfeaad262 100644 --- a/clients/client-device-farm/commands/GetDevicePoolCompatibilityCommand.ts +++ b/clients/client-device-farm/commands/GetDevicePoolCompatibilityCommand.ts @@ -23,7 +23,7 @@ export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCo /** *

Gets information about compatibility with a device pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetDevicePoolCompatibilityCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetDevicePoolCompatibilityCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetInstanceProfileCommand.ts b/clients/client-device-farm/commands/GetInstanceProfileCommand.ts index e4c42e15edc9..f8c4af725bea 100644 --- a/clients/client-device-farm/commands/GetInstanceProfileCommand.ts +++ b/clients/client-device-farm/commands/GetInstanceProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResul /** *

Returns information about the specified instance profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetJobCommand.ts b/clients/client-device-farm/commands/GetJobCommand.ts index 5e0381868126..fba3f51e5178 100644 --- a/clients/client-device-farm/commands/GetJobCommand.ts +++ b/clients/client-device-farm/commands/GetJobCommand.ts @@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {} /** *

Gets information about a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetJobCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetJobCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetNetworkProfileCommand.ts b/clients/client-device-farm/commands/GetNetworkProfileCommand.ts index 4501184df597..7fa8d2fdc7ce 100644 --- a/clients/client-device-farm/commands/GetNetworkProfileCommand.ts +++ b/clients/client-device-farm/commands/GetNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult, /** *

Returns information about a network profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetOfferingStatusCommand.ts b/clients/client-device-farm/commands/GetOfferingStatusCommand.ts index 80b5611336d9..006ec43e3200 100644 --- a/clients/client-device-farm/commands/GetOfferingStatusCommand.ts +++ b/clients/client-device-farm/commands/GetOfferingStatusCommand.ts @@ -26,7 +26,7 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult, * period. The API returns a NotEligible error if the user is not permitted to invoke the * operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetOfferingStatusCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetOfferingStatusCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetProjectCommand.ts b/clients/client-device-farm/commands/GetProjectCommand.ts index b7f743a7c754..1ac8de51d9bb 100644 --- a/clients/client-device-farm/commands/GetProjectCommand.ts +++ b/clients/client-device-farm/commands/GetProjectCommand.ts @@ -23,7 +23,7 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea /** *

Gets information about a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetRemoteAccessSessionCommand.ts b/clients/client-device-farm/commands/GetRemoteAccessSessionCommand.ts index c2aa0d2973d1..899e851a8616 100644 --- a/clients/client-device-farm/commands/GetRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/commands/GetRemoteAccessSessionCommand.ts @@ -23,7 +23,7 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess /** *

Returns a link to a currently running remote access session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetRunCommand.ts b/clients/client-device-farm/commands/GetRunCommand.ts index aeef6f722b71..19a0d44fada7 100644 --- a/clients/client-device-farm/commands/GetRunCommand.ts +++ b/clients/client-device-farm/commands/GetRunCommand.ts @@ -20,7 +20,7 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {} /** *

Gets information about a run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetSuiteCommand.ts b/clients/client-device-farm/commands/GetSuiteCommand.ts index 41757d98fef0..f4aff2ace1a2 100644 --- a/clients/client-device-farm/commands/GetSuiteCommand.ts +++ b/clients/client-device-farm/commands/GetSuiteCommand.ts @@ -20,7 +20,7 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer /** *

Gets information about a suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetSuiteCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetSuiteCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetTestCommand.ts b/clients/client-device-farm/commands/GetTestCommand.ts index 7e15f38440dc..eb6867bdd188 100644 --- a/clients/client-device-farm/commands/GetTestCommand.ts +++ b/clients/client-device-farm/commands/GetTestCommand.ts @@ -20,7 +20,7 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {} /** *

Gets information about a test.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetTestCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetTestCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetTestGridProjectCommand.ts b/clients/client-device-farm/commands/GetTestGridProjectCommand.ts index 8d333abd86af..7dea96c8d1ef 100644 --- a/clients/client-device-farm/commands/GetTestGridProjectCommand.ts +++ b/clients/client-device-farm/commands/GetTestGridProjectCommand.ts @@ -23,7 +23,7 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul /** *

Retrieves information about a Selenium testing project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetTestGridSessionCommand.ts b/clients/client-device-farm/commands/GetTestGridSessionCommand.ts index 35898814a966..e8b3c4c473f2 100644 --- a/clients/client-device-farm/commands/GetTestGridSessionCommand.ts +++ b/clients/client-device-farm/commands/GetTestGridSessionCommand.ts @@ -32,7 +32,7 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetTestGridSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetTestGridSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetUploadCommand.ts b/clients/client-device-farm/commands/GetUploadCommand.ts index 237efa9d102f..8c60268bf62d 100644 --- a/clients/client-device-farm/commands/GetUploadCommand.ts +++ b/clients/client-device-farm/commands/GetUploadCommand.ts @@ -20,7 +20,7 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare /** *

Gets information about an upload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/GetVPCEConfigurationCommand.ts b/clients/client-device-farm/commands/GetVPCEConfigurationCommand.ts index 57b4a4c856f2..666c89176ea0 100644 --- a/clients/client-device-farm/commands/GetVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/commands/GetVPCEConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR *

Returns information about the configuration settings for your Amazon Virtual Private * Cloud (VPC) endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, GetVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, GetVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/InstallToRemoteAccessSessionCommand.ts b/clients/client-device-farm/commands/InstallToRemoteAccessSessionCommand.ts index b53cd02a6e38..7e9d080db018 100644 --- a/clients/client-device-farm/commands/InstallToRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/commands/InstallToRemoteAccessSessionCommand.ts @@ -27,7 +27,7 @@ export interface InstallToRemoteAccessSessionCommandOutput * applications, the file must be in .apk format. For iOS applications, the file must be in * .ipa format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, InstallToRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, InstallToRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListArtifactsCommand.ts b/clients/client-device-farm/commands/ListArtifactsCommand.ts index d2722f5141ea..0dcd0a214a61 100644 --- a/clients/client-device-farm/commands/ListArtifactsCommand.ts +++ b/clients/client-device-farm/commands/ListArtifactsCommand.ts @@ -23,7 +23,7 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad /** *

Gets information about artifacts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListArtifactsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListArtifactsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListDeviceInstancesCommand.ts b/clients/client-device-farm/commands/ListDeviceInstancesCommand.ts index f2770ce7f5da..f91483f2fc7c 100644 --- a/clients/client-device-farm/commands/ListDeviceInstancesCommand.ts +++ b/clients/client-device-farm/commands/ListDeviceInstancesCommand.ts @@ -24,7 +24,7 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes *

Returns information about the private device instances associated with one or more AWS * accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListDeviceInstancesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListDeviceInstancesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListDevicePoolsCommand.ts b/clients/client-device-farm/commands/ListDevicePoolsCommand.ts index 6a8ffda5583e..46881a041d4e 100644 --- a/clients/client-device-farm/commands/ListDevicePoolsCommand.ts +++ b/clients/client-device-farm/commands/ListDevicePoolsCommand.ts @@ -23,7 +23,7 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M /** *

Gets information about device pools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListDevicePoolsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListDevicePoolsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListDevicesCommand.ts b/clients/client-device-farm/commands/ListDevicesCommand.ts index ed250e68f358..e82fe368a492 100644 --- a/clients/client-device-farm/commands/ListDevicesCommand.ts +++ b/clients/client-device-farm/commands/ListDevicesCommand.ts @@ -23,7 +23,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB /** *

Gets information about unique device types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListDevicesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListDevicesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListInstanceProfilesCommand.ts b/clients/client-device-farm/commands/ListInstanceProfilesCommand.ts index 032ffef81e7e..7136f4701e32 100644 --- a/clients/client-device-farm/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-device-farm/commands/ListInstanceProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR /** *

Returns information about all the instance profiles in an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListInstanceProfilesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListInstanceProfilesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListJobsCommand.ts b/clients/client-device-farm/commands/ListJobsCommand.ts index 0f3276f68a7b..9c460dd7b277 100644 --- a/clients/client-device-farm/commands/ListJobsCommand.ts +++ b/clients/client-device-farm/commands/ListJobsCommand.ts @@ -20,7 +20,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer /** *

Gets information about jobs for a given test run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListJobsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListJobsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListNetworkProfilesCommand.ts b/clients/client-device-farm/commands/ListNetworkProfilesCommand.ts index 2694d5e5140a..c47c2daf18e1 100644 --- a/clients/client-device-farm/commands/ListNetworkProfilesCommand.ts +++ b/clients/client-device-farm/commands/ListNetworkProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes /** *

Returns the list of available network profiles.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListNetworkProfilesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListNetworkProfilesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListOfferingPromotionsCommand.ts b/clients/client-device-farm/commands/ListOfferingPromotionsCommand.ts index 3174de93383b..691ea97b34dd 100644 --- a/clients/client-device-farm/commands/ListOfferingPromotionsCommand.ts +++ b/clients/client-device-farm/commands/ListOfferingPromotionsCommand.ts @@ -25,7 +25,7 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti * of the promotion. The API returns a NotEligible error if the caller is not permitted to invoke * the operation. Contact aws-devicefarm-support@amazon.com if you must be able to invoke this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListOfferingPromotionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListOfferingPromotionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListOfferingTransactionsCommand.ts b/clients/client-device-farm/commands/ListOfferingTransactionsCommand.ts index a1943f0f04b9..5782fe7995ae 100644 --- a/clients/client-device-farm/commands/ListOfferingTransactionsCommand.ts +++ b/clients/client-device-farm/commands/ListOfferingTransactionsCommand.ts @@ -26,7 +26,7 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans * The API returns a NotEligible error if the user is not permitted to invoke the operation. If * you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListOfferingTransactionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListOfferingTransactionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListOfferingsCommand.ts b/clients/client-device-farm/commands/ListOfferingsCommand.ts index 8e8789e57553..827dd1b72589 100644 --- a/clients/client-device-farm/commands/ListOfferingsCommand.ts +++ b/clients/client-device-farm/commands/ListOfferingsCommand.ts @@ -26,7 +26,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad * NotEligible error if the user is not permitted to invoke the operation. If you must be * able to invoke this operation, contact aws-devicefarm-support@amazon.com.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListOfferingsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListOfferingsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListProjectsCommand.ts b/clients/client-device-farm/commands/ListProjectsCommand.ts index cbf0855a7a7d..f4318d0d4f4b 100644 --- a/clients/client-device-farm/commands/ListProjectsCommand.ts +++ b/clients/client-device-farm/commands/ListProjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat /** *

Gets information about projects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListProjectsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListProjectsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListRemoteAccessSessionsCommand.ts b/clients/client-device-farm/commands/ListRemoteAccessSessionsCommand.ts index b566692df4b2..67322af15f19 100644 --- a/clients/client-device-farm/commands/ListRemoteAccessSessionsCommand.ts +++ b/clients/client-device-farm/commands/ListRemoteAccessSessionsCommand.ts @@ -23,7 +23,7 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS /** *

Returns a list of all currently running remote access sessions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListRemoteAccessSessionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListRemoteAccessSessionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListRunsCommand.ts b/clients/client-device-farm/commands/ListRunsCommand.ts index c868c5d42f5f..334b523ed579 100644 --- a/clients/client-device-farm/commands/ListRunsCommand.ts +++ b/clients/client-device-farm/commands/ListRunsCommand.ts @@ -20,7 +20,7 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer /** *

Gets information about runs, given an AWS Device Farm project ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListRunsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListRunsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListSamplesCommand.ts b/clients/client-device-farm/commands/ListSamplesCommand.ts index 9db42765f9f1..fd31262420c1 100644 --- a/clients/client-device-farm/commands/ListSamplesCommand.ts +++ b/clients/client-device-farm/commands/ListSamplesCommand.ts @@ -23,7 +23,7 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB /** *

Gets information about samples, given an AWS Device Farm job ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListSamplesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListSamplesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListSuitesCommand.ts b/clients/client-device-farm/commands/ListSuitesCommand.ts index 8ec34a044486..2720e0f85537 100644 --- a/clients/client-device-farm/commands/ListSuitesCommand.ts +++ b/clients/client-device-farm/commands/ListSuitesCommand.ts @@ -23,7 +23,7 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea /** *

Gets information about test suites for a given job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListSuitesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListSuitesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListTagsForResourceCommand.ts b/clients/client-device-farm/commands/ListTagsForResourceCommand.ts index e82a2e6bb740..2168e291724f 100644 --- a/clients/client-device-farm/commands/ListTagsForResourceCommand.ts +++ b/clients/client-device-farm/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List the tags for an AWS Device Farm resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListTagsForResourceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListTagsForResourceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListTestGridProjectsCommand.ts b/clients/client-device-farm/commands/ListTestGridProjectsCommand.ts index 5c93a97e8a3e..810f01f81312 100644 --- a/clients/client-device-farm/commands/ListTestGridProjectsCommand.ts +++ b/clients/client-device-farm/commands/ListTestGridProjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR /** *

Gets a list of all Selenium testing projects in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListTestGridProjectsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListTestGridProjectsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListTestGridSessionActionsCommand.ts b/clients/client-device-farm/commands/ListTestGridSessionActionsCommand.ts index feff51d0bcd6..a4cc91d833ab 100644 --- a/clients/client-device-farm/commands/ListTestGridSessionActionsCommand.ts +++ b/clients/client-device-farm/commands/ListTestGridSessionActionsCommand.ts @@ -23,7 +23,7 @@ export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSes /** *

Returns a list of the actions taken in a TestGridSession.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListTestGridSessionActionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListTestGridSessionActionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListTestGridSessionArtifactsCommand.ts b/clients/client-device-farm/commands/ListTestGridSessionArtifactsCommand.ts index e05d45cbc971..d3a24e806470 100644 --- a/clients/client-device-farm/commands/ListTestGridSessionArtifactsCommand.ts +++ b/clients/client-device-farm/commands/ListTestGridSessionArtifactsCommand.ts @@ -25,7 +25,7 @@ export interface ListTestGridSessionArtifactsCommandOutput /** *

Retrieves a list of artifacts created during the session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListTestGridSessionArtifactsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListTestGridSessionArtifactsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListTestGridSessionsCommand.ts b/clients/client-device-farm/commands/ListTestGridSessionsCommand.ts index e695be561a23..e3c126f4f959 100644 --- a/clients/client-device-farm/commands/ListTestGridSessionsCommand.ts +++ b/clients/client-device-farm/commands/ListTestGridSessionsCommand.ts @@ -23,7 +23,7 @@ export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsR /** *

Retrieves a list of sessions for a TestGridProject.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListTestGridSessionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListTestGridSessionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListTestsCommand.ts b/clients/client-device-farm/commands/ListTestsCommand.ts index 16506286b82c..4f5077138388 100644 --- a/clients/client-device-farm/commands/ListTestsCommand.ts +++ b/clients/client-device-farm/commands/ListTestsCommand.ts @@ -20,7 +20,7 @@ export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBeare /** *

Gets information about tests in a given test suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListTestsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListTestsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListUniqueProblemsCommand.ts b/clients/client-device-farm/commands/ListUniqueProblemsCommand.ts index ed180a72bdbf..3c6f71652202 100644 --- a/clients/client-device-farm/commands/ListUniqueProblemsCommand.ts +++ b/clients/client-device-farm/commands/ListUniqueProblemsCommand.ts @@ -27,7 +27,7 @@ export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResul * MyActivity.java:386), ListUniqueProblems returns a single entry instead of many * individual entries for that exception.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListUniqueProblemsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListUniqueProblemsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListUploadsCommand.ts b/clients/client-device-farm/commands/ListUploadsCommand.ts index 86bbeb57fd74..a10c64090bff 100644 --- a/clients/client-device-farm/commands/ListUploadsCommand.ts +++ b/clients/client-device-farm/commands/ListUploadsCommand.ts @@ -23,7 +23,7 @@ export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataB /** *

Gets information about uploads, given an AWS Device Farm project ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListUploadsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListUploadsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ListVPCEConfigurationsCommand.ts b/clients/client-device-farm/commands/ListVPCEConfigurationsCommand.ts index 0a0701259316..656bcefb2764 100644 --- a/clients/client-device-farm/commands/ListVPCEConfigurationsCommand.ts +++ b/clients/client-device-farm/commands/ListVPCEConfigurationsCommand.ts @@ -24,7 +24,7 @@ export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurati *

Returns information about all Amazon Virtual Private Cloud (VPC) endpoint * configurations in the AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ListVPCEConfigurationsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ListVPCEConfigurationsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/PurchaseOfferingCommand.ts b/clients/client-device-farm/commands/PurchaseOfferingCommand.ts index a7a3e26bd33c..97cc33b5889f 100644 --- a/clients/client-device-farm/commands/PurchaseOfferingCommand.ts +++ b/clients/client-device-farm/commands/PurchaseOfferingCommand.ts @@ -26,7 +26,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, _ * error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, * contact aws-devicefarm-support@amazon.com.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, PurchaseOfferingCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, PurchaseOfferingCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/RenewOfferingCommand.ts b/clients/client-device-farm/commands/RenewOfferingCommand.ts index c4f137b8fb55..d53613cdc1aa 100644 --- a/clients/client-device-farm/commands/RenewOfferingCommand.ts +++ b/clients/client-device-farm/commands/RenewOfferingCommand.ts @@ -25,7 +25,7 @@ export interface RenewOfferingCommandOutput extends RenewOfferingResult, __Metad * effectiveDate of the next period. The API returns a NotEligible error if the * user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, RenewOfferingCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, RenewOfferingCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/ScheduleRunCommand.ts b/clients/client-device-farm/commands/ScheduleRunCommand.ts index e3a011e8018e..3a1c9ac7d655 100644 --- a/clients/client-device-farm/commands/ScheduleRunCommand.ts +++ b/clients/client-device-farm/commands/ScheduleRunCommand.ts @@ -23,7 +23,7 @@ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB /** *

Schedules a run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, ScheduleRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, ScheduleRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/StopJobCommand.ts b/clients/client-device-farm/commands/StopJobCommand.ts index f6b4bb0ffdad..747df7576f83 100644 --- a/clients/client-device-farm/commands/StopJobCommand.ts +++ b/clients/client-device-farm/commands/StopJobCommand.ts @@ -23,7 +23,7 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {} * setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown, * and any tests that were in progress or already completed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, StopJobCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, StopJobCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/StopRemoteAccessSessionCommand.ts b/clients/client-device-farm/commands/StopRemoteAccessSessionCommand.ts index 5495f5962bbf..711c104049a6 100644 --- a/clients/client-device-farm/commands/StopRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/commands/StopRemoteAccessSessionCommand.ts @@ -23,7 +23,7 @@ export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSe /** *

Ends a specified remote access session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, StopRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, StopRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/StopRunCommand.ts b/clients/client-device-farm/commands/StopRunCommand.ts index 04e8203040ec..e96b22185cfb 100644 --- a/clients/client-device-farm/commands/StopRunCommand.ts +++ b/clients/client-device-farm/commands/StopRunCommand.ts @@ -23,7 +23,7 @@ export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {} * executing, setup suite and teardown suite tests run to completion on those devices. You are billed for * setup, teardown, and any tests that were in progress or already completed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, StopRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, StopRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/TagResourceCommand.ts b/clients/client-device-farm/commands/TagResourceCommand.ts index 796d1450782b..52a7ff43365f 100644 --- a/clients/client-device-farm/commands/TagResourceCommand.ts +++ b/clients/client-device-farm/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, * the tags associated with that resource are also deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, TagResourceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, TagResourceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UntagResourceCommand.ts b/clients/client-device-farm/commands/UntagResourceCommand.ts index 90ca4c132541..367fd83bdb20 100644 --- a/clients/client-device-farm/commands/UntagResourceCommand.ts +++ b/clients/client-device-farm/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes the specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UntagResourceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UntagResourceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateDeviceInstanceCommand.ts b/clients/client-device-farm/commands/UpdateDeviceInstanceCommand.ts index 1d983ef43dc4..9beb700d4055 100644 --- a/clients/client-device-farm/commands/UpdateDeviceInstanceCommand.ts +++ b/clients/client-device-farm/commands/UpdateDeviceInstanceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceR /** *

Updates information about a private device instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateDeviceInstanceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateDeviceInstanceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateDevicePoolCommand.ts b/clients/client-device-farm/commands/UpdateDevicePoolCommand.ts index 493ddff08e32..531e8798dff2 100644 --- a/clients/client-device-farm/commands/UpdateDevicePoolCommand.ts +++ b/clients/client-device-farm/commands/UpdateDevicePoolCommand.ts @@ -25,7 +25,7 @@ export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, _ * the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a * whole (or not at all).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateInstanceProfileCommand.ts b/clients/client-device-farm/commands/UpdateInstanceProfileCommand.ts index 4e3587f58812..9c7569a19939 100644 --- a/clients/client-device-farm/commands/UpdateInstanceProfileCommand.ts +++ b/clients/client-device-farm/commands/UpdateInstanceProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfil /** *

Updates information about an existing private device instance profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateNetworkProfileCommand.ts b/clients/client-device-farm/commands/UpdateNetworkProfileCommand.ts index c12e823044c3..5fe290ca26b2 100644 --- a/clients/client-device-farm/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-device-farm/commands/UpdateNetworkProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR /** *

Updates the network profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateProjectCommand.ts b/clients/client-device-farm/commands/UpdateProjectCommand.ts index 0ce8e0e1bdb6..01006a882fb2 100644 --- a/clients/client-device-farm/commands/UpdateProjectCommand.ts +++ b/clients/client-device-farm/commands/UpdateProjectCommand.ts @@ -24,7 +24,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad *

Modifies the specified project name, given the project ARN and a new * name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateTestGridProjectCommand.ts b/clients/client-device-farm/commands/UpdateTestGridProjectCommand.ts index 93ffa2fef0ef..906e0f36299f 100644 --- a/clients/client-device-farm/commands/UpdateTestGridProjectCommand.ts +++ b/clients/client-device-farm/commands/UpdateTestGridProjectCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjec /** *

Change details of a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateUploadCommand.ts b/clients/client-device-farm/commands/UpdateUploadCommand.ts index be7332cb7092..a2008837563c 100644 --- a/clients/client-device-farm/commands/UpdateUploadCommand.ts +++ b/clients/client-device-farm/commands/UpdateUploadCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUploadCommandOutput extends UpdateUploadResult, __Metadat /** *

Updates an uploaded test spec.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-device-farm/commands/UpdateVPCEConfigurationCommand.ts b/clients/client-device-farm/commands/UpdateVPCEConfigurationCommand.ts index 306b030037ed..698188a13842 100644 --- a/clients/client-device-farm/commands/UpdateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/commands/UpdateVPCEConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVPCEConfigurationCommandOutput extends UpdateVPCEConfigur /** *

Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DeviceFarmClient, UpdateVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import * // const { DeviceFarmClient, UpdateVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import diff --git a/clients/client-devops-guru/commands/AddNotificationChannelCommand.ts b/clients/client-devops-guru/commands/AddNotificationChannelCommand.ts index 186a84e040e1..c93f0ee7b785 100644 --- a/clients/client-devops-guru/commands/AddNotificationChannelCommand.ts +++ b/clients/client-devops-guru/commands/AddNotificationChannelCommand.ts @@ -33,7 +33,7 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan * to the CMK. For more information, see Permissions for * AWS KMS–encrypted Amazon SNS topics.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, AddNotificationChannelCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, AddNotificationChannelCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/DescribeAccountHealthCommand.ts b/clients/client-devops-guru/commands/DescribeAccountHealthCommand.ts index 04bfecae17b2..69b1146ebd25 100644 --- a/clients/client-devops-guru/commands/DescribeAccountHealthCommand.ts +++ b/clients/client-devops-guru/commands/DescribeAccountHealthCommand.ts @@ -26,7 +26,7 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt * Use these numbers to gauge the health of operations in your AWS account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, DescribeAccountHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, DescribeAccountHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/DescribeAccountOverviewCommand.ts b/clients/client-devops-guru/commands/DescribeAccountOverviewCommand.ts index f95ac0bbd0c8..48fc642a9254 100644 --- a/clients/client-devops-guru/commands/DescribeAccountOverviewCommand.ts +++ b/clients/client-devops-guru/commands/DescribeAccountOverviewCommand.ts @@ -26,7 +26,7 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve * that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, DescribeAccountOverviewCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, DescribeAccountOverviewCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/DescribeAnomalyCommand.ts b/clients/client-devops-guru/commands/DescribeAnomalyCommand.ts index 97c7da8ede01..cb9b09da3b28 100644 --- a/clients/client-devops-guru/commands/DescribeAnomalyCommand.ts +++ b/clients/client-devops-guru/commands/DescribeAnomalyCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _ * Returns details about an anomaly that you specify using its ID. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, DescribeAnomalyCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, DescribeAnomalyCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/DescribeFeedbackCommand.ts b/clients/client-devops-guru/commands/DescribeFeedbackCommand.ts index ccb82de64da4..124a1229dda6 100644 --- a/clients/client-devops-guru/commands/DescribeFeedbackCommand.ts +++ b/clients/client-devops-guru/commands/DescribeFeedbackCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse, * Returns the most recent feedback submitted in the current AWS account and Region. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, DescribeFeedbackCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, DescribeFeedbackCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/DescribeInsightCommand.ts b/clients/client-devops-guru/commands/DescribeInsightCommand.ts index a5f531012c3f..5bcb33ac5bb2 100644 --- a/clients/client-devops-guru/commands/DescribeInsightCommand.ts +++ b/clients/client-devops-guru/commands/DescribeInsightCommand.ts @@ -25,7 +25,7 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _ * Returns details about an insight that you specify using its ID. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, DescribeInsightCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, DescribeInsightCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/DescribeResourceCollectionHealthCommand.ts b/clients/client-devops-guru/commands/DescribeResourceCollectionHealthCommand.ts index f016191efc76..93d18105fb11 100644 --- a/clients/client-devops-guru/commands/DescribeResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/commands/DescribeResourceCollectionHealthCommand.ts @@ -29,7 +29,7 @@ export interface DescribeResourceCollectionHealthCommandOutput * only the AWS resources that are defined in the stacks. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, DescribeResourceCollectionHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, DescribeResourceCollectionHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/DescribeServiceIntegrationCommand.ts b/clients/client-devops-guru/commands/DescribeServiceIntegrationCommand.ts index a50022318002..8791387ecd7c 100644 --- a/clients/client-devops-guru/commands/DescribeServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/commands/DescribeServiceIntegrationCommand.ts @@ -27,7 +27,7 @@ export interface DescribeServiceIntegrationCommandOutput extends DescribeService * is AWS Systems Manager, which can be used to create an OpsItem for each generated insight. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, DescribeServiceIntegrationCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, DescribeServiceIntegrationCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/GetResourceCollectionCommand.ts b/clients/client-devops-guru/commands/GetResourceCollectionCommand.ts index 06bb389360e7..f5a1366bbc4a 100644 --- a/clients/client-devops-guru/commands/GetResourceCollectionCommand.ts +++ b/clients/client-devops-guru/commands/GetResourceCollectionCommand.ts @@ -26,7 +26,7 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio * only the AWS resources that are defined in the stacks. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, GetResourceCollectionCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, GetResourceCollectionCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/ListAnomaliesForInsightCommand.ts b/clients/client-devops-guru/commands/ListAnomaliesForInsightCommand.ts index 9217144c8762..e51acebdcfbf 100644 --- a/clients/client-devops-guru/commands/ListAnomaliesForInsightCommand.ts +++ b/clients/client-devops-guru/commands/ListAnomaliesForInsightCommand.ts @@ -25,7 +25,7 @@ export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForIn * Returns a list of the anomalies that belong to an insight that you specify using its ID. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, ListAnomaliesForInsightCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, ListAnomaliesForInsightCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/ListEventsCommand.ts b/clients/client-devops-guru/commands/ListEventsCommand.ts index 87220bc9bb95..fcd0d6502c6b 100644 --- a/clients/client-devops-guru/commands/ListEventsCommand.ts +++ b/clients/client-devops-guru/commands/ListEventsCommand.ts @@ -25,7 +25,7 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB * Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, ListEventsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, ListEventsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/ListInsightsCommand.ts b/clients/client-devops-guru/commands/ListInsightsCommand.ts index 346a174377ff..a7a05423bcb1 100644 --- a/clients/client-devops-guru/commands/ListInsightsCommand.ts +++ b/clients/client-devops-guru/commands/ListInsightsCommand.ts @@ -26,7 +26,7 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad * status (ONGOING, CLOSED, or ANY). *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, ListInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, ListInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/ListNotificationChannelsCommand.ts b/clients/client-devops-guru/commands/ListNotificationChannelsCommand.ts index 87a63435859f..c48f58e254f0 100644 --- a/clients/client-devops-guru/commands/ListNotificationChannelsCommand.ts +++ b/clients/client-devops-guru/commands/ListNotificationChannelsCommand.ts @@ -27,7 +27,7 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC * supported notification channel is Amazon Simple Notification Service (Amazon SNS). *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, ListNotificationChannelsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, ListNotificationChannelsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/ListRecommendationsCommand.ts b/clients/client-devops-guru/commands/ListRecommendationsCommand.ts index e1bc6a1002e6..bb6cca17a23f 100644 --- a/clients/client-devops-guru/commands/ListRecommendationsCommand.ts +++ b/clients/client-devops-guru/commands/ListRecommendationsCommand.ts @@ -25,7 +25,7 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes * Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, ListRecommendationsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, ListRecommendationsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/PutFeedbackCommand.ts b/clients/client-devops-guru/commands/PutFeedbackCommand.ts index 3c07739eca3c..446f00888a1a 100644 --- a/clients/client-devops-guru/commands/PutFeedbackCommand.ts +++ b/clients/client-devops-guru/commands/PutFeedbackCommand.ts @@ -25,7 +25,7 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat * Collects customer feedback about the specified insight. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, PutFeedbackCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, PutFeedbackCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/RemoveNotificationChannelCommand.ts b/clients/client-devops-guru/commands/RemoveNotificationChannelCommand.ts index af14ecb57238..79fe6f2735e8 100644 --- a/clients/client-devops-guru/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-devops-guru/commands/RemoveNotificationChannelCommand.ts @@ -26,7 +26,7 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati * that contains information about how to improve your operations. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, RemoveNotificationChannelCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, RemoveNotificationChannelCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/SearchInsightsCommand.ts b/clients/client-devops-guru/commands/SearchInsightsCommand.ts index ee956662e067..be70143d5c84 100644 --- a/clients/client-devops-guru/commands/SearchInsightsCommand.ts +++ b/clients/client-devops-guru/commands/SearchInsightsCommand.ts @@ -31,7 +31,7 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M * search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, SearchInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, SearchInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/UpdateResourceCollectionCommand.ts b/clients/client-devops-guru/commands/UpdateResourceCollectionCommand.ts index 339f897f0d56..2adbcf10c5ec 100644 --- a/clients/client-devops-guru/commands/UpdateResourceCollectionCommand.ts +++ b/clients/client-devops-guru/commands/UpdateResourceCollectionCommand.ts @@ -26,7 +26,7 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol * only the AWS resources that are defined in the stacks. This method also creates the IAM role required for you * to use DevOps Guru.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, UpdateResourceCollectionCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, UpdateResourceCollectionCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-devops-guru/commands/UpdateServiceIntegrationCommand.ts b/clients/client-devops-guru/commands/UpdateServiceIntegrationCommand.ts index d61b96c9b188..1e0d5bea69b1 100644 --- a/clients/client-devops-guru/commands/UpdateServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/commands/UpdateServiceIntegrationCommand.ts @@ -26,7 +26,7 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte * DevOps Guru is AWS Systems Manager, which can be used to create an OpsItem for each generated insight. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DevOpsGuruClient, UpdateServiceIntegrationCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import * // const { DevOpsGuruClient, UpdateServiceIntegrationCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts index 39b63b5d0ba0..2deb22747cb5 100644 --- a/clients/client-direct-connect/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts @@ -29,7 +29,7 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput /** *

Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/commands/AllocateConnectionOnInterconnectCommand.ts index edb719d0de22..bbe873cf9e27 100644 --- a/clients/client-direct-connect/commands/AllocateConnectionOnInterconnectCommand.ts +++ b/clients/client-direct-connect/commands/AllocateConnectionOnInterconnectCommand.ts @@ -30,7 +30,7 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio *

Intended for use by AWS Direct Connect Partners only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AllocateConnectionOnInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AllocateConnectionOnInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AllocateHostedConnectionCommand.ts b/clients/client-direct-connect/commands/AllocateHostedConnectionCommand.ts index 327e26817111..2adf0b7f0e90 100644 --- a/clients/client-direct-connect/commands/AllocateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/commands/AllocateHostedConnectionCommand.ts @@ -27,7 +27,7 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met *

Intended for use by AWS Direct Connect Partners only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AllocateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AllocateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AllocatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/AllocatePrivateVirtualInterfaceCommand.ts index 8514c1b06738..1f0d19e2f350 100644 --- a/clients/client-direct-connect/commands/AllocatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/AllocatePrivateVirtualInterfaceCommand.ts @@ -25,7 +25,7 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt *

Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. * Until then, the virtual interface is in the Confirming state and is not available to handle traffic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AllocatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/AllocatePublicVirtualInterfaceCommand.ts index 33b147359a0d..e41de8525caa 100644 --- a/clients/client-direct-connect/commands/AllocatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/AllocatePublicVirtualInterfaceCommand.ts @@ -28,7 +28,7 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte *

When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from * the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AllocateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/AllocateTransitVirtualInterfaceCommand.ts index b455e03f4e45..f4080728b953 100644 --- a/clients/client-direct-connect/commands/AllocateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/AllocateTransitVirtualInterfaceCommand.ts @@ -27,7 +27,7 @@ export interface AllocateTransitVirtualInterfaceCommandOutput *

The owner of a connection provisions a transit virtual interface to be owned by the specified AWS account.

*

After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AssociateConnectionWithLagCommand.ts b/clients/client-direct-connect/commands/AssociateConnectionWithLagCommand.ts index 625c477eac94..5a4cad8b489a 100644 --- a/clients/client-direct-connect/commands/AssociateConnectionWithLagCommand.ts +++ b/clients/client-direct-connect/commands/AssociateConnectionWithLagCommand.ts @@ -36,7 +36,7 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M * LAG. If the interconnect was originally associated with a different LAG, the hosted * connections remain associated with the original LAG.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AssociateConnectionWithLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AssociateConnectionWithLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AssociateHostedConnectionCommand.ts b/clients/client-direct-connect/commands/AssociateHostedConnectionCommand.ts index 9b389c86b317..e0f62641829e 100644 --- a/clients/client-direct-connect/commands/AssociateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/commands/AssociateHostedConnectionCommand.ts @@ -30,7 +30,7 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me *

Intended for use by AWS Direct Connect Partners only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AssociateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AssociateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AssociateMacSecKeyCommand.ts b/clients/client-direct-connect/commands/AssociateMacSecKeyCommand.ts index dc3946b46de5..eeb223f0e053 100644 --- a/clients/client-direct-connect/commands/AssociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/commands/AssociateMacSecKeyCommand.ts @@ -25,7 +25,7 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo *

You must supply either the secretARN, or the CKN/CAK (ckn and cak) pair in the request.

*

For information about MAC Security (MACsec) key considerations, see MACsec pre-shared CKN/CAK key considerations in the AWS Direct Connect User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AssociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AssociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/AssociateVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/AssociateVirtualInterfaceCommand.ts index f794da159e0d..b63bed917148 100644 --- a/clients/client-direct-connect/commands/AssociateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/AssociateVirtualInterfaceCommand.ts @@ -32,7 +32,7 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface * interface is currently associated. Additionally, the requester must own the connection * or LAG for the association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, AssociateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, AssociateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/ConfirmConnectionCommand.ts b/clients/client-direct-connect/commands/ConfirmConnectionCommand.ts index 455bf99b352f..a96ee57a146c 100644 --- a/clients/client-direct-connect/commands/ConfirmConnectionCommand.ts +++ b/clients/client-direct-connect/commands/ConfirmConnectionCommand.ts @@ -25,7 +25,7 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons *

Upon creation, the hosted connection is initially in the Ordering state, and * remains in this state until the owner confirms creation of the hosted connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, ConfirmConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, ConfirmConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/ConfirmPrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/ConfirmPrivateVirtualInterfaceCommand.ts index 8814ed4c628d..4861168c205a 100644 --- a/clients/client-direct-connect/commands/ConfirmPrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/ConfirmPrivateVirtualInterfaceCommand.ts @@ -28,7 +28,7 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput * created and attached to the specified virtual private gateway or Direct Connect gateway, and is * made available to handle traffic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/ConfirmPublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/ConfirmPublicVirtualInterfaceCommand.ts index 49e507bbca16..a75541004c5c 100644 --- a/clients/client-direct-connect/commands/ConfirmPublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/ConfirmPublicVirtualInterfaceCommand.ts @@ -27,7 +27,7 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput *

After the virtual interface owner makes this call, the specified virtual interface is * created and made available to handle traffic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/ConfirmTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/ConfirmTransitVirtualInterfaceCommand.ts index b9474397fc1e..3ff361eb0300 100644 --- a/clients/client-direct-connect/commands/ConfirmTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/ConfirmTransitVirtualInterfaceCommand.ts @@ -27,7 +27,7 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput * *

After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateBGPPeerCommand.ts b/clients/client-direct-connect/commands/CreateBGPPeerCommand.ts index 0d1ac6eaaa48..6ff861075dbd 100644 --- a/clients/client-direct-connect/commands/CreateBGPPeerCommand.ts +++ b/clients/client-direct-connect/commands/CreateBGPPeerCommand.ts @@ -29,7 +29,7 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met * the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.

*

For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateBGPPeerCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateBGPPeerCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateConnectionCommand.ts b/clients/client-direct-connect/commands/CreateConnectionCommand.ts index 40775e024a80..f7642a9d4e67 100644 --- a/clients/client-direct-connect/commands/CreateConnectionCommand.ts +++ b/clients/client-direct-connect/commands/CreateConnectionCommand.ts @@ -31,7 +31,7 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea * same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, * the request fails and no connection is created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationCommand.ts index 902e3f1a666a..fdb74e468ee6 100644 --- a/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationCommand.ts @@ -30,7 +30,7 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput *

Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual * private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts index d42743f89290..c9894b8c0a79 100644 --- a/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts @@ -30,7 +30,7 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput *

Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.

*

You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/commands/CreateDirectConnectGatewayCommand.ts index 70c5d4d45c2d..58e6b2b85993 100644 --- a/clients/client-direct-connect/commands/CreateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/commands/CreateDirectConnectGatewayCommand.ts @@ -28,7 +28,7 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon * connect to a VPC in any Region, regardless of the Region in which the virtual interfaces * are located, and pass traffic between them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateInterconnectCommand.ts b/clients/client-direct-connect/commands/CreateInterconnectCommand.ts index d0f2630a6353..5a51ce011681 100644 --- a/clients/client-direct-connect/commands/CreateInterconnectCommand.ts +++ b/clients/client-direct-connect/commands/CreateInterconnectCommand.ts @@ -38,7 +38,7 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat *

Intended for use by AWS Direct Connect Partners only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateLagCommand.ts b/clients/client-direct-connect/commands/CreateLagCommand.ts index 96e57c23f00d..ea07941ef381 100644 --- a/clients/client-direct-connect/commands/CreateLagCommand.ts +++ b/clients/client-direct-connect/commands/CreateLagCommand.ts @@ -37,7 +37,7 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {} * automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual * interfaces cannot be directly configured.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/CreatePrivateVirtualInterfaceCommand.ts index 091d8f21dcb9..b52ed5e020db 100644 --- a/clients/client-direct-connect/commands/CreatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/CreatePrivateVirtualInterfaceCommand.ts @@ -33,7 +33,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter * frames, call DescribeConnections. To check whether your virtual * interface supports jumbo frames, call DescribeVirtualInterfaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/CreatePublicVirtualInterfaceCommand.ts index f93790339dba..69dd7cbddc4f 100644 --- a/clients/client-direct-connect/commands/CreatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/CreatePublicVirtualInterfaceCommand.ts @@ -26,7 +26,7 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf *

When creating an IPv6 public virtual interface (addressFamily is ipv6), leave the customer * and amazon address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/CreateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/CreateTransitVirtualInterfaceCommand.ts index eb76ed3f49aa..4b1845940374 100644 --- a/clients/client-direct-connect/commands/CreateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/CreateTransitVirtualInterfaceCommand.ts @@ -34,7 +34,7 @@ export interface CreateTransitVirtualInterfaceCommandOutput * frames, call DescribeConnections. To check whether your virtual * interface supports jumbo frames, call DescribeVirtualInterfaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, CreateTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, CreateTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteBGPPeerCommand.ts b/clients/client-direct-connect/commands/DeleteBGPPeerCommand.ts index 984aaf6dccce..f78b117a5db5 100644 --- a/clients/client-direct-connect/commands/DeleteBGPPeerCommand.ts +++ b/clients/client-direct-connect/commands/DeleteBGPPeerCommand.ts @@ -24,7 +24,7 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met *

Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.

*

You cannot delete the last BGP peer from a virtual interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteBGPPeerCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteBGPPeerCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteConnectionCommand.ts b/clients/client-direct-connect/commands/DeleteConnectionCommand.ts index fbda372ccba4..7f6227a092b8 100644 --- a/clients/client-direct-connect/commands/DeleteConnectionCommand.ts +++ b/clients/client-direct-connect/commands/DeleteConnectionCommand.ts @@ -26,7 +26,7 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea * If you are partnering with any third parties to connect with the AWS Direct Connect location, * you must cancel your service with them separately.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationCommand.ts index fa2091ee8b36..9ad9010d480a 100644 --- a/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationCommand.ts @@ -30,7 +30,7 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput *

Deletes the association between the specified Direct Connect gateway and virtual private gateway.

*

We recommend that you specify the associationID to delete the association. Alternatively, if you own virtual gateway and a Direct Connect gateway association, you can specify the virtualGatewayId and directConnectGatewayId to delete an association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts index 29e5d0966ce7..ced047fe44ee 100644 --- a/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts @@ -29,7 +29,7 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput /** *

Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteDirectConnectGatewayCommand.ts b/clients/client-direct-connect/commands/DeleteDirectConnectGatewayCommand.ts index afcd2df2f31b..8365d884804d 100644 --- a/clients/client-direct-connect/commands/DeleteDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/commands/DeleteDirectConnectGatewayCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon * attached to the Direct Connect gateway and disassociate all virtual private gateways associated * with the Direct Connect gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteInterconnectCommand.ts b/clients/client-direct-connect/commands/DeleteInterconnectCommand.ts index d159a08af564..229cb69f9e03 100644 --- a/clients/client-direct-connect/commands/DeleteInterconnectCommand.ts +++ b/clients/client-direct-connect/commands/DeleteInterconnectCommand.ts @@ -27,7 +27,7 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo * by AWS Direct Connect Partners only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteLagCommand.ts b/clients/client-direct-connect/commands/DeleteLagCommand.ts index 1b9d3040fdb6..bc49a47a93fd 100644 --- a/clients/client-direct-connect/commands/DeleteLagCommand.ts +++ b/clients/client-direct-connect/commands/DeleteLagCommand.ts @@ -21,7 +21,7 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {} *

Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active * virtual interfaces or hosted connections.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DeleteVirtualInterfaceCommand.ts b/clients/client-direct-connect/commands/DeleteVirtualInterfaceCommand.ts index cdf067358698..47d750fb7040 100644 --- a/clients/client-direct-connect/commands/DeleteVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/commands/DeleteVirtualInterfaceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf /** *

Deletes a virtual interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DeleteVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DeleteVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/commands/DescribeConnectionLoaCommand.ts index 658ece30c875..a1ac792245f8 100644 --- a/clients/client-direct-connect/commands/DescribeConnectionLoaCommand.ts +++ b/clients/client-direct-connect/commands/DescribeConnectionLoaCommand.ts @@ -30,7 +30,7 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo * see Requesting Cross Connects * at AWS Direct Connect Locations in the AWS Direct Connect User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeConnectionLoaCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeConnectionLoaCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeConnectionsCommand.ts b/clients/client-direct-connect/commands/DescribeConnectionsCommand.ts index 2c5565913c41..7e734706b0e8 100644 --- a/clients/client-direct-connect/commands/DescribeConnectionsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeConnectionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat /** *

Displays the specified connection or all connections in this Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeConnectionsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeConnectionsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/commands/DescribeConnectionsOnInterconnectCommand.ts index 4ce1606a5745..b6677680904e 100644 --- a/clients/client-direct-connect/commands/DescribeConnectionsOnInterconnectCommand.ts +++ b/clients/client-direct-connect/commands/DescribeConnectionsOnInterconnectCommand.ts @@ -29,7 +29,7 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti *

Intended for use by AWS Direct Connect Partners only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeConnectionsOnInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeConnectionsOnInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts b/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts index 968e51771892..0ec99863825c 100644 --- a/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput /** *

Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeDirectConnectGatewayAssociationProposalsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeDirectConnectGatewayAssociationProposalsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationsCommand.ts b/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationsCommand.ts index 0e40d6cd4130..bac221297673 100644 --- a/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAssociationsCommand.ts @@ -51,7 +51,7 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeDirectConnectGatewayAssociationsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeDirectConnectGatewayAssociationsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts b/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts index b44d65c2afc8..d42bbf3a65ec 100644 --- a/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput * response contains all Direct Connect gateways attached to the virtual interface. If you specify both, * the response contains the attachment between the Direct Connect gateway and the virtual interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeDirectConnectGatewayAttachmentsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeDirectConnectGatewayAttachmentsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeDirectConnectGatewaysCommand.ts b/clients/client-direct-connect/commands/DescribeDirectConnectGatewaysCommand.ts index 71ad2cae0000..718ec03eeb4f 100644 --- a/clients/client-direct-connect/commands/DescribeDirectConnectGatewaysCommand.ts +++ b/clients/client-direct-connect/commands/DescribeDirectConnectGatewaysCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDirectConnectGatewaysCommandOutput /** *

Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeDirectConnectGatewaysCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeDirectConnectGatewaysCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeHostedConnectionsCommand.ts b/clients/client-direct-connect/commands/DescribeHostedConnectionsCommand.ts index 07fda1df1951..190b44ab5455 100644 --- a/clients/client-direct-connect/commands/DescribeHostedConnectionsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeHostedConnectionsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeHostedConnectionsCommandOutput extends Connections, __M *

Intended for use by AWS Direct Connect Partners only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeHostedConnectionsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeHostedConnectionsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/commands/DescribeInterconnectLoaCommand.ts index f1305e4b7555..7160562f6477 100644 --- a/clients/client-direct-connect/commands/DescribeInterconnectLoaCommand.ts +++ b/clients/client-direct-connect/commands/DescribeInterconnectLoaCommand.ts @@ -29,7 +29,7 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne * For more information, see Requesting Cross Connects at AWS Direct Connect Locations * in the AWS Direct Connect User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeInterconnectLoaCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeInterconnectLoaCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeInterconnectsCommand.ts b/clients/client-direct-connect/commands/DescribeInterconnectsCommand.ts index 7ac0cfccf389..44f018c27773 100644 --- a/clients/client-direct-connect/commands/DescribeInterconnectsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeInterconnectsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInterconnectsCommandOutput extends Interconnects, __Met /** *

Lists the interconnects owned by the AWS account or only the specified interconnect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeInterconnectsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeInterconnectsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeLagsCommand.ts b/clients/client-direct-connect/commands/DescribeLagsCommand.ts index 6bb77dc4bd8c..07fdcabea69a 100644 --- a/clients/client-direct-connect/commands/DescribeLagsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeLagsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {} /** *

Describes all your link aggregation groups (LAG) or the specified LAG.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeLagsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeLagsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeLoaCommand.ts b/clients/client-direct-connect/commands/DescribeLoaCommand.ts index 49e8a674db98..a110881ce752 100644 --- a/clients/client-direct-connect/commands/DescribeLoaCommand.ts +++ b/clients/client-direct-connect/commands/DescribeLoaCommand.ts @@ -26,7 +26,7 @@ export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {} * your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations * in the AWS Direct Connect User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeLoaCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeLoaCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeLocationsCommand.ts b/clients/client-direct-connect/commands/DescribeLocationsCommand.ts index 680b2d8d64b9..b0cbd8aa2932 100644 --- a/clients/client-direct-connect/commands/DescribeLocationsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeLocationsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeLocationsCommandOutput extends Locations, __MetadataBea *

Lists the AWS Direct Connect locations in the current AWS Region. These are the locations that can be selected when calling * CreateConnection or CreateInterconnect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeLocationsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeLocationsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeTagsCommand.ts b/clients/client-direct-connect/commands/DescribeTagsCommand.ts index e2a66c155ff5..b9579f588687 100644 --- a/clients/client-direct-connect/commands/DescribeTagsCommand.ts +++ b/clients/client-direct-connect/commands/DescribeTagsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad /** *

Describes the tags associated with the specified AWS Direct Connect resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeTagsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeTagsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeVirtualGatewaysCommand.ts b/clients/client-direct-connect/commands/DescribeVirtualGatewaysCommand.ts index 031f5ecf2010..d85eb165aaee 100644 --- a/clients/client-direct-connect/commands/DescribeVirtualGatewaysCommand.ts +++ b/clients/client-direct-connect/commands/DescribeVirtualGatewaysCommand.ts @@ -24,7 +24,7 @@ export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, _ *

Lists the virtual private gateways owned by the AWS account.

*

You can create one or more AWS Direct Connect private virtual interfaces linked to a virtual private gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeVirtualGatewaysCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeVirtualGatewaysCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DescribeVirtualInterfacesCommand.ts b/clients/client-direct-connect/commands/DescribeVirtualInterfacesCommand.ts index 90c44c5805e5..b2856fbe73f5 100644 --- a/clients/client-direct-connect/commands/DescribeVirtualInterfacesCommand.ts +++ b/clients/client-direct-connect/commands/DescribeVirtualInterfacesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterface * If you specify a virtual interface ID, then only a single virtual interface is returned.

*

A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DescribeVirtualInterfacesCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DescribeVirtualInterfacesCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DisassociateConnectionFromLagCommand.ts b/clients/client-direct-connect/commands/DisassociateConnectionFromLagCommand.ts index 525ea014e550..b955a36e34a8 100644 --- a/clients/client-direct-connect/commands/DisassociateConnectionFromLagCommand.ts +++ b/clients/client-direct-connect/commands/DisassociateConnectionFromLagCommand.ts @@ -32,7 +32,7 @@ export interface DisassociateConnectionFromLagCommandOutput extends Connection, * member of the LAG. If all connections are disassociated, the LAG continues to exist as * an empty LAG with no physical connections.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DisassociateConnectionFromLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DisassociateConnectionFromLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/DisassociateMacSecKeyCommand.ts b/clients/client-direct-connect/commands/DisassociateMacSecKeyCommand.ts index f699a293953b..de0f643e4cd4 100644 --- a/clients/client-direct-connect/commands/DisassociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/commands/DisassociateMacSecKeyCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateMacSecKeyCommandOutput extends DisassociateMacSecKe /** *

Removes the association between a MAC Security (MACsec) security key and an AWS Direct Connect dedicated connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, DisassociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, DisassociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/ListVirtualInterfaceTestHistoryCommand.ts b/clients/client-direct-connect/commands/ListVirtualInterfaceTestHistoryCommand.ts index 6a060ec9798e..c80ef0358e77 100644 --- a/clients/client-direct-connect/commands/ListVirtualInterfaceTestHistoryCommand.ts +++ b/clients/client-direct-connect/commands/ListVirtualInterfaceTestHistoryCommand.ts @@ -25,7 +25,7 @@ export interface ListVirtualInterfaceTestHistoryCommandOutput /** *

Lists the virtual interface failover test history.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, ListVirtualInterfaceTestHistoryCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, ListVirtualInterfaceTestHistoryCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/StartBgpFailoverTestCommand.ts b/clients/client-direct-connect/commands/StartBgpFailoverTestCommand.ts index 18540a64aa0d..3fc83af170ec 100644 --- a/clients/client-direct-connect/commands/StartBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/commands/StartBgpFailoverTestCommand.ts @@ -26,7 +26,7 @@ export interface StartBgpFailoverTestCommandOutput extends StartBgpFailoverTestR *

You can use ListVirtualInterfaceTestHistory to view the virtual interface test history.

*

If you need to stop the test before the test interval completes, use StopBgpFailoverTest.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, StartBgpFailoverTestCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, StartBgpFailoverTestCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/StopBgpFailoverTestCommand.ts b/clients/client-direct-connect/commands/StopBgpFailoverTestCommand.ts index 7da89419685b..a3d7af997708 100644 --- a/clients/client-direct-connect/commands/StopBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/commands/StopBgpFailoverTestCommand.ts @@ -23,7 +23,7 @@ export interface StopBgpFailoverTestCommandOutput extends StopBgpFailoverTestRes /** *

Stops the virtual interface failover test.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, StopBgpFailoverTestCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, StopBgpFailoverTestCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/TagResourceCommand.ts b/clients/client-direct-connect/commands/TagResourceCommand.ts index bd7fbf87f66f..41a34a392f15 100644 --- a/clients/client-direct-connect/commands/TagResourceCommand.ts +++ b/clients/client-direct-connect/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags.

*

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, TagResourceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, TagResourceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/UntagResourceCommand.ts b/clients/client-direct-connect/commands/UntagResourceCommand.ts index 710b7dcbe9bf..c87cd1ca64fe 100644 --- a/clients/client-direct-connect/commands/UntagResourceCommand.ts +++ b/clients/client-direct-connect/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from the specified AWS Direct Connect resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, UntagResourceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, UntagResourceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/UpdateConnectionCommand.ts b/clients/client-direct-connect/commands/UpdateConnectionCommand.ts index 95b835355be5..6d7ead04d740 100644 --- a/clients/client-direct-connect/commands/UpdateConnectionCommand.ts +++ b/clients/client-direct-connect/commands/UpdateConnectionCommand.ts @@ -32,7 +32,7 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, UpdateConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, UpdateConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/UpdateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/commands/UpdateDirectConnectGatewayAssociationCommand.ts index 45b6d02db4ec..1abf32455e4f 100644 --- a/clients/client-direct-connect/commands/UpdateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/commands/UpdateDirectConnectGatewayAssociationCommand.ts @@ -30,7 +30,7 @@ export interface UpdateDirectConnectGatewayAssociationCommandOutput *

Updates the specified attributes of the Direct Connect gateway association.

*

Add or remove prefixes from the association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, UpdateDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, UpdateDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/UpdateLagCommand.ts b/clients/client-direct-connect/commands/UpdateLagCommand.ts index 50e3cf0b241a..01691aca7cf2 100644 --- a/clients/client-direct-connect/commands/UpdateLagCommand.ts +++ b/clients/client-direct-connect/commands/UpdateLagCommand.ts @@ -42,7 +42,7 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {} * non-operational.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, UpdateLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, UpdateLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-direct-connect/commands/UpdateVirtualInterfaceAttributesCommand.ts b/clients/client-direct-connect/commands/UpdateVirtualInterfaceAttributesCommand.ts index 959825dcad3f..9be2740a4567 100644 --- a/clients/client-direct-connect/commands/UpdateVirtualInterfaceAttributesCommand.ts +++ b/clients/client-direct-connect/commands/UpdateVirtualInterfaceAttributesCommand.ts @@ -29,7 +29,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn * frames, call DescribeConnections. To check whether your virtual q * interface supports jumbo frames, call DescribeVirtualInterfaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectConnectClient, UpdateVirtualInterfaceAttributesCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import * // const { DirectConnectClient, UpdateVirtualInterfaceAttributesCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import diff --git a/clients/client-directory-service/commands/AcceptSharedDirectoryCommand.ts b/clients/client-directory-service/commands/AcceptSharedDirectoryCommand.ts index a86625167f4d..f918efe077ac 100644 --- a/clients/client-directory-service/commands/AcceptSharedDirectoryCommand.ts +++ b/clients/client-directory-service/commands/AcceptSharedDirectoryCommand.ts @@ -23,7 +23,7 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector /** *

Accepts a directory sharing request that was sent from the directory owner account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, AcceptSharedDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, AcceptSharedDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/AddIpRoutesCommand.ts b/clients/client-directory-service/commands/AddIpRoutesCommand.ts index 4b57d21ac84e..47b665ced2a3 100644 --- a/clients/client-directory-service/commands/AddIpRoutesCommand.ts +++ b/clients/client-directory-service/commands/AddIpRoutesCommand.ts @@ -24,7 +24,7 @@ export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataB *

If the DNS server for your on-premises domain uses a publicly addressable IP address, you must add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services. AddIpRoutes adds this address block. You can also use AddIpRoutes to facilitate routing traffic that uses public IP ranges from your Microsoft AD on AWS to a peer VPC.

*

Before you call AddIpRoutes, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the AddIpRoutes operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions Reference.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, AddIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, AddIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/AddRegionCommand.ts b/clients/client-directory-service/commands/AddRegionCommand.ts index 20295fbfca30..ec9fef251f85 100644 --- a/clients/client-directory-service/commands/AddRegionCommand.ts +++ b/clients/client-directory-service/commands/AddRegionCommand.ts @@ -20,7 +20,7 @@ export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBeare /** *

Adds two domain controllers in the specified Region for the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, AddRegionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, AddRegionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/AddTagsToResourceCommand.ts b/clients/client-directory-service/commands/AddTagsToResourceCommand.ts index 874d34db87f8..877b2341182b 100644 --- a/clients/client-directory-service/commands/AddTagsToResourceCommand.ts +++ b/clients/client-directory-service/commands/AddTagsToResourceCommand.ts @@ -23,7 +23,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult, /** *

Adds or overwrites one or more tags for the specified directory. Each directory can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique to each resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, AddTagsToResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, AddTagsToResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CancelSchemaExtensionCommand.ts b/clients/client-directory-service/commands/CancelSchemaExtensionCommand.ts index f520183bd4f6..f2b7a1f61420 100644 --- a/clients/client-directory-service/commands/CancelSchemaExtensionCommand.ts +++ b/clients/client-directory-service/commands/CancelSchemaExtensionCommand.ts @@ -23,7 +23,7 @@ export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensio /** *

Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled during any of the following states; Initializing, CreatingSnapshot, and UpdatingSchema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CancelSchemaExtensionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CancelSchemaExtensionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ConnectDirectoryCommand.ts b/clients/client-directory-service/commands/ConnectDirectoryCommand.ts index 00d91e1db834..a1e86c38cbe0 100644 --- a/clients/client-directory-service/commands/ConnectDirectoryCommand.ts +++ b/clients/client-directory-service/commands/ConnectDirectoryCommand.ts @@ -27,7 +27,7 @@ export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, _ * to run the ConnectDirectory operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions * Reference.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ConnectDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ConnectDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateAliasCommand.ts b/clients/client-directory-service/commands/CreateAliasCommand.ts index aec79fdbc7a7..b7204fe45349 100644 --- a/clients/client-directory-service/commands/CreateAliasCommand.ts +++ b/clients/client-directory-service/commands/CreateAliasCommand.ts @@ -28,7 +28,7 @@ export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataB *

After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateAliasCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateAliasCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateComputerCommand.ts b/clients/client-directory-service/commands/CreateComputerCommand.ts index 9355f684fe6c..efa040af5216 100644 --- a/clients/client-directory-service/commands/CreateComputerCommand.ts +++ b/clients/client-directory-service/commands/CreateComputerCommand.ts @@ -23,7 +23,7 @@ export interface CreateComputerCommandOutput extends CreateComputerResult, __Met /** *

Creates an Active Directory computer object in the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateComputerCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateComputerCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateConditionalForwarderCommand.ts b/clients/client-directory-service/commands/CreateConditionalForwarderCommand.ts index d3b3d9b61d83..97b53414e5d6 100644 --- a/clients/client-directory-service/commands/CreateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/commands/CreateConditionalForwarderCommand.ts @@ -23,7 +23,7 @@ export interface CreateConditionalForwarderCommandOutput extends CreateCondition /** *

Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateDirectoryCommand.ts b/clients/client-directory-service/commands/CreateDirectoryCommand.ts index 46bd73a4e82e..2d4648e9f2c1 100644 --- a/clients/client-directory-service/commands/CreateDirectoryCommand.ts +++ b/clients/client-directory-service/commands/CreateDirectoryCommand.ts @@ -28,7 +28,7 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __M * to run the CreateDirectory operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions * Reference.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateLogSubscriptionCommand.ts b/clients/client-directory-service/commands/CreateLogSubscriptionCommand.ts index 8c14e1e22be4..8f4b4e54de67 100644 --- a/clients/client-directory-service/commands/CreateLogSubscriptionCommand.ts +++ b/clients/client-directory-service/commands/CreateLogSubscriptionCommand.ts @@ -24,7 +24,7 @@ export interface CreateLogSubscriptionCommandOutput extends CreateLogSubscriptio *

Creates a subscription to forward real-time Directory Service domain controller security * logs to the specified Amazon CloudWatch log group in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateLogSubscriptionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateLogSubscriptionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateMicrosoftADCommand.ts b/clients/client-directory-service/commands/CreateMicrosoftADCommand.ts index 78a4a6221819..b085bf69ec4c 100644 --- a/clients/client-directory-service/commands/CreateMicrosoftADCommand.ts +++ b/clients/client-directory-service/commands/CreateMicrosoftADCommand.ts @@ -24,7 +24,7 @@ export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult, *

Creates a Microsoft AD directory in the AWS Cloud. For more information, see AWS Managed Microsoft AD in the AWS Directory Service Admin Guide.

*

Before you call CreateMicrosoftAD, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateMicrosoftAD operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions Reference.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateMicrosoftADCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateMicrosoftADCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateSnapshotCommand.ts b/clients/client-directory-service/commands/CreateSnapshotCommand.ts index 73ccb42f6a1c..5c19f755dfad 100644 --- a/clients/client-directory-service/commands/CreateSnapshotCommand.ts +++ b/clients/client-directory-service/commands/CreateSnapshotCommand.ts @@ -26,7 +26,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met *

You cannot take snapshots of AD Connector directories.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/CreateTrustCommand.ts b/clients/client-directory-service/commands/CreateTrustCommand.ts index 82e83975caf4..be0dc4b15956 100644 --- a/clients/client-directory-service/commands/CreateTrustCommand.ts +++ b/clients/client-directory-service/commands/CreateTrustCommand.ts @@ -24,7 +24,7 @@ export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataB *

AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your AWS Managed Microsoft AD directory, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

*

This action initiates the creation of the AWS side of a trust relationship between an AWS Managed Microsoft AD directory and an external domain. You can create either a forest trust or an external trust.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, CreateTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, CreateTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DeleteConditionalForwarderCommand.ts b/clients/client-directory-service/commands/DeleteConditionalForwarderCommand.ts index 300ffadf60da..c2994820b893 100644 --- a/clients/client-directory-service/commands/DeleteConditionalForwarderCommand.ts +++ b/clients/client-directory-service/commands/DeleteConditionalForwarderCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConditionalForwarderCommandOutput extends DeleteCondition /** *

Deletes a conditional forwarder that has been set up for your AWS directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DeleteConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DeleteConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DeleteDirectoryCommand.ts b/clients/client-directory-service/commands/DeleteDirectoryCommand.ts index 0de1ffcb827f..86ba184d2eea 100644 --- a/clients/client-directory-service/commands/DeleteDirectoryCommand.ts +++ b/clients/client-directory-service/commands/DeleteDirectoryCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __M * to run the DeleteDirectory operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions * Reference.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DeleteDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DeleteDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DeleteLogSubscriptionCommand.ts b/clients/client-directory-service/commands/DeleteLogSubscriptionCommand.ts index 5dde818119aa..67c6b2e854d4 100644 --- a/clients/client-directory-service/commands/DeleteLogSubscriptionCommand.ts +++ b/clients/client-directory-service/commands/DeleteLogSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLogSubscriptionCommandOutput extends DeleteLogSubscriptio /** *

Deletes the specified log subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DeleteLogSubscriptionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DeleteLogSubscriptionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DeleteSnapshotCommand.ts b/clients/client-directory-service/commands/DeleteSnapshotCommand.ts index d703fdba7a73..05b536e525af 100644 --- a/clients/client-directory-service/commands/DeleteSnapshotCommand.ts +++ b/clients/client-directory-service/commands/DeleteSnapshotCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met /** *

Deletes a directory snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DeleteSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DeleteSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DeleteTrustCommand.ts b/clients/client-directory-service/commands/DeleteTrustCommand.ts index a02bde439390..23c14cc09b98 100644 --- a/clients/client-directory-service/commands/DeleteTrustCommand.ts +++ b/clients/client-directory-service/commands/DeleteTrustCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTrustCommandOutput extends DeleteTrustResult, __MetadataB /** *

Deletes an existing trust relationship between your AWS Managed Microsoft AD directory and an external domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DeleteTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DeleteTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DeregisterCertificateCommand.ts b/clients/client-directory-service/commands/DeregisterCertificateCommand.ts index d271ffd2740e..ff572d3fefcf 100644 --- a/clients/client-directory-service/commands/DeregisterCertificateCommand.ts +++ b/clients/client-directory-service/commands/DeregisterCertificateCommand.ts @@ -23,7 +23,7 @@ export interface DeregisterCertificateCommandOutput extends DeregisterCertificat /** *

Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DeregisterCertificateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DeregisterCertificateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DeregisterEventTopicCommand.ts b/clients/client-directory-service/commands/DeregisterEventTopicCommand.ts index 2ebe363e10ce..4d3770efc239 100644 --- a/clients/client-directory-service/commands/DeregisterEventTopicCommand.ts +++ b/clients/client-directory-service/commands/DeregisterEventTopicCommand.ts @@ -23,7 +23,7 @@ export interface DeregisterEventTopicCommandOutput extends DeregisterEventTopicR /** *

Removes the specified directory as a publisher to the specified SNS topic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DeregisterEventTopicCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DeregisterEventTopicCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeCertificateCommand.ts b/clients/client-directory-service/commands/DescribeCertificateCommand.ts index b687d612082c..1e6b972b264f 100644 --- a/clients/client-directory-service/commands/DescribeCertificateCommand.ts +++ b/clients/client-directory-service/commands/DescribeCertificateCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes /** *

Displays information about the certificate registered for secure LDAP or client certificate authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeCertificateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeCertificateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeConditionalForwardersCommand.ts b/clients/client-directory-service/commands/DescribeConditionalForwardersCommand.ts index a257eaf45ea7..bb3af408c5fd 100644 --- a/clients/client-directory-service/commands/DescribeConditionalForwardersCommand.ts +++ b/clients/client-directory-service/commands/DescribeConditionalForwardersCommand.ts @@ -26,7 +26,7 @@ export interface DescribeConditionalForwardersCommandOutput *

Obtains information about the conditional forwarders for this account.

*

If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeConditionalForwardersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeConditionalForwardersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeDirectoriesCommand.ts b/clients/client-directory-service/commands/DescribeDirectoriesCommand.ts index 7b5406021fce..9cb924facb50 100644 --- a/clients/client-directory-service/commands/DescribeDirectoriesCommand.ts +++ b/clients/client-directory-service/commands/DescribeDirectoriesCommand.ts @@ -33,7 +33,7 @@ export interface DescribeDirectoriesCommandOutput extends DescribeDirectoriesRes *

You can also specify a maximum number of return results with the Limit * parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeDirectoriesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeDirectoriesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeDomainControllersCommand.ts b/clients/client-directory-service/commands/DescribeDomainControllersCommand.ts index e2ca7e8ef637..d5e5e809919a 100644 --- a/clients/client-directory-service/commands/DescribeDomainControllersCommand.ts +++ b/clients/client-directory-service/commands/DescribeDomainControllersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDomainControllersCommandOutput extends DescribeDomainCo /** *

Provides information about any domain controllers in your directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeDomainControllersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeDomainControllersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeEventTopicsCommand.ts b/clients/client-directory-service/commands/DescribeEventTopicsCommand.ts index e7ed8d396232..529c07763092 100644 --- a/clients/client-directory-service/commands/DescribeEventTopicsCommand.ts +++ b/clients/client-directory-service/commands/DescribeEventTopicsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes *

Obtains information about which SNS topics receive status messages from the specified directory.

*

If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeEventTopicsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeEventTopicsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeLDAPSSettingsCommand.ts b/clients/client-directory-service/commands/DescribeLDAPSSettingsCommand.ts index bd6d68e52413..be1b64ecd1f0 100644 --- a/clients/client-directory-service/commands/DescribeLDAPSSettingsCommand.ts +++ b/clients/client-directory-service/commands/DescribeLDAPSSettingsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting /** *

Describes the status of LDAP security for the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeLDAPSSettingsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeLDAPSSettingsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeRegionsCommand.ts b/clients/client-directory-service/commands/DescribeRegionsCommand.ts index b0d238597070..6f332f5c1d83 100644 --- a/clients/client-directory-service/commands/DescribeRegionsCommand.ts +++ b/clients/client-directory-service/commands/DescribeRegionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M *

Provides information about the Regions that are configured for multi-Region * replication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeRegionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeRegionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeSharedDirectoriesCommand.ts b/clients/client-directory-service/commands/DescribeSharedDirectoriesCommand.ts index 1b7a0dfa406a..fa77bac37f40 100644 --- a/clients/client-directory-service/commands/DescribeSharedDirectoriesCommand.ts +++ b/clients/client-directory-service/commands/DescribeSharedDirectoriesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi /** *

Returns the shared directories in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeSharedDirectoriesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeSharedDirectoriesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeSnapshotsCommand.ts b/clients/client-directory-service/commands/DescribeSnapshotsCommand.ts index 630b1a3e3b19..48b6766e4793 100644 --- a/clients/client-directory-service/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-directory-service/commands/DescribeSnapshotsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult, *

You can also specify a maximum number of return results with the Limit * parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeSnapshotsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeSnapshotsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DescribeTrustsCommand.ts b/clients/client-directory-service/commands/DescribeTrustsCommand.ts index 264088c05b7d..491b8303814c 100644 --- a/clients/client-directory-service/commands/DescribeTrustsCommand.ts +++ b/clients/client-directory-service/commands/DescribeTrustsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met *

Obtains information about the trust relationships for this account.

*

If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DescribeTrustsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DescribeTrustsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DisableClientAuthenticationCommand.ts b/clients/client-directory-service/commands/DisableClientAuthenticationCommand.ts index 7e01a1997e87..b7e8d9bc99f7 100644 --- a/clients/client-directory-service/commands/DisableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/commands/DisableClientAuthenticationCommand.ts @@ -23,7 +23,7 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA /** *

Disables alternative client authentication methods for the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DisableClientAuthenticationCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DisableClientAuthenticationCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DisableLDAPSCommand.ts b/clients/client-directory-service/commands/DisableLDAPSCommand.ts index 6b037421fb00..ad5bcbc079f9 100644 --- a/clients/client-directory-service/commands/DisableLDAPSCommand.ts +++ b/clients/client-directory-service/commands/DisableLDAPSCommand.ts @@ -23,7 +23,7 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat /** *

Deactivates LDAP secure calls for the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DisableLDAPSCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DisableLDAPSCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DisableRadiusCommand.ts b/clients/client-directory-service/commands/DisableRadiusCommand.ts index daded2f5ae01..dac43b099b83 100644 --- a/clients/client-directory-service/commands/DisableRadiusCommand.ts +++ b/clients/client-directory-service/commands/DisableRadiusCommand.ts @@ -23,7 +23,7 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad /** *

Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DisableRadiusCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DisableRadiusCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/DisableSsoCommand.ts b/clients/client-directory-service/commands/DisableSsoCommand.ts index c70f9f04e4ea..cd0781867ffe 100644 --- a/clients/client-directory-service/commands/DisableSsoCommand.ts +++ b/clients/client-directory-service/commands/DisableSsoCommand.ts @@ -23,7 +23,7 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea /** *

Disables single-sign on for a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, DisableSsoCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, DisableSsoCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/EnableClientAuthenticationCommand.ts b/clients/client-directory-service/commands/EnableClientAuthenticationCommand.ts index e57310b09c82..b03195fe8c84 100644 --- a/clients/client-directory-service/commands/EnableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/commands/EnableClientAuthenticationCommand.ts @@ -23,7 +23,7 @@ export interface EnableClientAuthenticationCommandOutput extends EnableClientAut /** *

Enables alternative client authentication methods for the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, EnableClientAuthenticationCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, EnableClientAuthenticationCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/EnableLDAPSCommand.ts b/clients/client-directory-service/commands/EnableLDAPSCommand.ts index 071d497d4a77..de54562bef41 100644 --- a/clients/client-directory-service/commands/EnableLDAPSCommand.ts +++ b/clients/client-directory-service/commands/EnableLDAPSCommand.ts @@ -23,7 +23,7 @@ export interface EnableLDAPSCommandOutput extends EnableLDAPSResult, __MetadataB /** *

Activates the switch for the specific directory to always use LDAP secure calls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, EnableLDAPSCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, EnableLDAPSCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/EnableRadiusCommand.ts b/clients/client-directory-service/commands/EnableRadiusCommand.ts index 6fca17af0b65..538279bf336f 100644 --- a/clients/client-directory-service/commands/EnableRadiusCommand.ts +++ b/clients/client-directory-service/commands/EnableRadiusCommand.ts @@ -23,7 +23,7 @@ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __Metadat /** *

Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, EnableRadiusCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, EnableRadiusCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/EnableSsoCommand.ts b/clients/client-directory-service/commands/EnableSsoCommand.ts index 15947dfc4a02..6c2a7793ca25 100644 --- a/clients/client-directory-service/commands/EnableSsoCommand.ts +++ b/clients/client-directory-service/commands/EnableSsoCommand.ts @@ -20,7 +20,7 @@ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBeare /** *

Enables single sign-on for a directory. Single sign-on allows users in your directory to access certain AWS services from a computer joined to the directory without having to enter their credentials separately.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, EnableSsoCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, EnableSsoCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/GetDirectoryLimitsCommand.ts b/clients/client-directory-service/commands/GetDirectoryLimitsCommand.ts index 0f19585b766a..0c99fcb4aca3 100644 --- a/clients/client-directory-service/commands/GetDirectoryLimitsCommand.ts +++ b/clients/client-directory-service/commands/GetDirectoryLimitsCommand.ts @@ -23,7 +23,7 @@ export interface GetDirectoryLimitsCommandOutput extends GetDirectoryLimitsResul /** *

Obtains directory limit information for the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, GetDirectoryLimitsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, GetDirectoryLimitsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/GetSnapshotLimitsCommand.ts b/clients/client-directory-service/commands/GetSnapshotLimitsCommand.ts index 56a3aa0e8dd5..c8668de45e2c 100644 --- a/clients/client-directory-service/commands/GetSnapshotLimitsCommand.ts +++ b/clients/client-directory-service/commands/GetSnapshotLimitsCommand.ts @@ -23,7 +23,7 @@ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult, /** *

Obtains the manual snapshot limits for a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, GetSnapshotLimitsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, GetSnapshotLimitsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ListCertificatesCommand.ts b/clients/client-directory-service/commands/ListCertificatesCommand.ts index 948f703e7d32..d625f01ebab1 100644 --- a/clients/client-directory-service/commands/ListCertificatesCommand.ts +++ b/clients/client-directory-service/commands/ListCertificatesCommand.ts @@ -23,7 +23,7 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResult, _ /** *

For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ListCertificatesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ListCertificatesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ListIpRoutesCommand.ts b/clients/client-directory-service/commands/ListIpRoutesCommand.ts index 01c6f0518b32..306cdac26200 100644 --- a/clients/client-directory-service/commands/ListIpRoutesCommand.ts +++ b/clients/client-directory-service/commands/ListIpRoutesCommand.ts @@ -23,7 +23,7 @@ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __Metadat /** *

Lists the address blocks that you have added to a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ListIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ListIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ListLogSubscriptionsCommand.ts b/clients/client-directory-service/commands/ListLogSubscriptionsCommand.ts index 4fd88e2bf6eb..7ee54374c4ee 100644 --- a/clients/client-directory-service/commands/ListLogSubscriptionsCommand.ts +++ b/clients/client-directory-service/commands/ListLogSubscriptionsCommand.ts @@ -23,7 +23,7 @@ export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsR /** *

Lists the active log subscriptions for the AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ListLogSubscriptionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ListLogSubscriptionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ListSchemaExtensionsCommand.ts b/clients/client-directory-service/commands/ListSchemaExtensionsCommand.ts index c99016828816..6e5fa0dab665 100644 --- a/clients/client-directory-service/commands/ListSchemaExtensionsCommand.ts +++ b/clients/client-directory-service/commands/ListSchemaExtensionsCommand.ts @@ -23,7 +23,7 @@ export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsR /** *

Lists all schema extensions applied to a Microsoft AD Directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ListSchemaExtensionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ListSchemaExtensionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ListTagsForResourceCommand.ts b/clients/client-directory-service/commands/ListTagsForResourceCommand.ts index 5223b0623b35..59ab1ea2fc6e 100644 --- a/clients/client-directory-service/commands/ListTagsForResourceCommand.ts +++ b/clients/client-directory-service/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all tags on a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/RegisterCertificateCommand.ts b/clients/client-directory-service/commands/RegisterCertificateCommand.ts index 3f3f014775cb..bd7e009635b5 100644 --- a/clients/client-directory-service/commands/RegisterCertificateCommand.ts +++ b/clients/client-directory-service/commands/RegisterCertificateCommand.ts @@ -23,7 +23,7 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes /** *

Registers a certificate for a secure LDAP or client certificate authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, RegisterCertificateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, RegisterCertificateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/RegisterEventTopicCommand.ts b/clients/client-directory-service/commands/RegisterEventTopicCommand.ts index 2684a1690eeb..f8954f497593 100644 --- a/clients/client-directory-service/commands/RegisterEventTopicCommand.ts +++ b/clients/client-directory-service/commands/RegisterEventTopicCommand.ts @@ -23,7 +23,7 @@ export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResul /** *

Associates a directory with an SNS topic. This establishes the directory as a publisher to the specified SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, RegisterEventTopicCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, RegisterEventTopicCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/RejectSharedDirectoryCommand.ts b/clients/client-directory-service/commands/RejectSharedDirectoryCommand.ts index c5b0cd413d30..22cda13d9ba4 100644 --- a/clients/client-directory-service/commands/RejectSharedDirectoryCommand.ts +++ b/clients/client-directory-service/commands/RejectSharedDirectoryCommand.ts @@ -23,7 +23,7 @@ export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirector /** *

Rejects a directory sharing request that was sent from the directory owner account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, RejectSharedDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, RejectSharedDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/RemoveIpRoutesCommand.ts b/clients/client-directory-service/commands/RemoveIpRoutesCommand.ts index c1dc49263fc8..688547cc25f2 100644 --- a/clients/client-directory-service/commands/RemoveIpRoutesCommand.ts +++ b/clients/client-directory-service/commands/RemoveIpRoutesCommand.ts @@ -23,7 +23,7 @@ export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __Met /** *

Removes IP address blocks from a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, RemoveIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, RemoveIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/RemoveRegionCommand.ts b/clients/client-directory-service/commands/RemoveRegionCommand.ts index 3ee4bd0e7a93..5bc22df0f6b4 100644 --- a/clients/client-directory-service/commands/RemoveRegionCommand.ts +++ b/clients/client-directory-service/commands/RemoveRegionCommand.ts @@ -25,7 +25,7 @@ export interface RemoveRegionCommandOutput extends RemoveRegionResult, __Metadat * cannot remove the primary Region with this operation. Instead, use the * DeleteDirectory API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, RemoveRegionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, RemoveRegionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/RemoveTagsFromResourceCommand.ts b/clients/client-directory-service/commands/RemoveTagsFromResourceCommand.ts index 3a641f985bdb..50c9275541c3 100644 --- a/clients/client-directory-service/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-directory-service/commands/RemoveTagsFromResourceCommand.ts @@ -23,7 +23,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou /** *

Removes tags from a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ResetUserPasswordCommand.ts b/clients/client-directory-service/commands/ResetUserPasswordCommand.ts index d211935b57c3..74ebe14bacea 100644 --- a/clients/client-directory-service/commands/ResetUserPasswordCommand.ts +++ b/clients/client-directory-service/commands/ResetUserPasswordCommand.ts @@ -41,7 +41,7 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ResetUserPasswordCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ResetUserPasswordCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/RestoreFromSnapshotCommand.ts b/clients/client-directory-service/commands/RestoreFromSnapshotCommand.ts index 46042a410247..b5fb46732d1f 100644 --- a/clients/client-directory-service/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-directory-service/commands/RestoreFromSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes * the directory identifier. When the DirectoryDescription.Stage value changes to * Active, the restore operation is complete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, RestoreFromSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, RestoreFromSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/ShareDirectoryCommand.ts b/clients/client-directory-service/commands/ShareDirectoryCommand.ts index d96fb45731e3..cb5775d41cb2 100644 --- a/clients/client-directory-service/commands/ShareDirectoryCommand.ts +++ b/clients/client-directory-service/commands/ShareDirectoryCommand.ts @@ -35,7 +35,7 @@ export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __Met *

The ShareNotes parameter is only used when HANDSHAKE is called, * which sends a directory sharing request to the directory consumer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, ShareDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, ShareDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/StartSchemaExtensionCommand.ts b/clients/client-directory-service/commands/StartSchemaExtensionCommand.ts index a9aa86186048..2d733a30d1ff 100644 --- a/clients/client-directory-service/commands/StartSchemaExtensionCommand.ts +++ b/clients/client-directory-service/commands/StartSchemaExtensionCommand.ts @@ -23,7 +23,7 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR /** *

Applies a schema extension to a Microsoft AD directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, StartSchemaExtensionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, StartSchemaExtensionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/UnshareDirectoryCommand.ts b/clients/client-directory-service/commands/UnshareDirectoryCommand.ts index 864200f4b227..7fa15290190b 100644 --- a/clients/client-directory-service/commands/UnshareDirectoryCommand.ts +++ b/clients/client-directory-service/commands/UnshareDirectoryCommand.ts @@ -23,7 +23,7 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _ /** *

Stops the directory sharing between the directory owner and consumer accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, UnshareDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, UnshareDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/UpdateConditionalForwarderCommand.ts b/clients/client-directory-service/commands/UpdateConditionalForwarderCommand.ts index 99461175bac0..1c9e8b2b0324 100644 --- a/clients/client-directory-service/commands/UpdateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/commands/UpdateConditionalForwarderCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition /** *

Updates a conditional forwarder that has been set up for your AWS directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, UpdateConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, UpdateConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/UpdateNumberOfDomainControllersCommand.ts b/clients/client-directory-service/commands/UpdateNumberOfDomainControllersCommand.ts index ae8db5bb8d4f..8b72c11040e2 100644 --- a/clients/client-directory-service/commands/UpdateNumberOfDomainControllersCommand.ts +++ b/clients/client-directory-service/commands/UpdateNumberOfDomainControllersCommand.ts @@ -25,7 +25,7 @@ export interface UpdateNumberOfDomainControllersCommandOutput /** *

Adds or removes domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, UpdateNumberOfDomainControllersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, UpdateNumberOfDomainControllersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/UpdateRadiusCommand.ts b/clients/client-directory-service/commands/UpdateRadiusCommand.ts index 66f8874d2e3a..5266d6ab420e 100644 --- a/clients/client-directory-service/commands/UpdateRadiusCommand.ts +++ b/clients/client-directory-service/commands/UpdateRadiusCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat /** *

Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or Microsoft AD directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, UpdateRadiusCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, UpdateRadiusCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/UpdateTrustCommand.ts b/clients/client-directory-service/commands/UpdateTrustCommand.ts index 8fed9554c3e6..411de96a2726 100644 --- a/clients/client-directory-service/commands/UpdateTrustCommand.ts +++ b/clients/client-directory-service/commands/UpdateTrustCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB /** *

Updates the trust that has been set up between your AWS Managed Microsoft AD directory and an on-premises Active Directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, UpdateTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, UpdateTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-directory-service/commands/VerifyTrustCommand.ts b/clients/client-directory-service/commands/VerifyTrustCommand.ts index e85d1cda814c..1ddc37e372ff 100644 --- a/clients/client-directory-service/commands/VerifyTrustCommand.ts +++ b/clients/client-directory-service/commands/VerifyTrustCommand.ts @@ -24,7 +24,7 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB *

AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

*

This action verifies a trust relationship between your AWS Managed Microsoft AD directory and an external domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DirectoryServiceClient, VerifyTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import * // const { DirectoryServiceClient, VerifyTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import diff --git a/clients/client-dlm/commands/CreateLifecyclePolicyCommand.ts b/clients/client-dlm/commands/CreateLifecyclePolicyCommand.ts index ea9a8b48e88c..ff3cc1db47c0 100644 --- a/clients/client-dlm/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/commands/CreateLifecyclePolicyCommand.ts @@ -24,7 +24,7 @@ export interface CreateLifecyclePolicyCommandOutput extends CreateLifecyclePolic *

Creates a policy to manage the lifecycle of the specified AWS resources. You can * create up to 100 lifecycle policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, CreateLifecyclePolicyCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, CreateLifecyclePolicyCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-dlm/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-dlm/commands/DeleteLifecyclePolicyCommand.ts index 0ecf6d18842d..87d068e33ae0 100644 --- a/clients/client-dlm/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-dlm/commands/DeleteLifecyclePolicyCommand.ts @@ -24,7 +24,7 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic *

Deletes the specified lifecycle policy and halts the automated operations that the * policy specified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, DeleteLifecyclePolicyCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, DeleteLifecyclePolicyCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-dlm/commands/GetLifecyclePoliciesCommand.ts b/clients/client-dlm/commands/GetLifecyclePoliciesCommand.ts index f3c1439053cf..162a7eb3a6a4 100644 --- a/clients/client-dlm/commands/GetLifecyclePoliciesCommand.ts +++ b/clients/client-dlm/commands/GetLifecyclePoliciesCommand.ts @@ -24,7 +24,7 @@ export interface GetLifecyclePoliciesCommandOutput extends GetLifecyclePoliciesR *

Gets summary information about all or the specified data lifecycle policies.

*

To get complete information about a policy, use GetLifecyclePolicy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, GetLifecyclePoliciesCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, GetLifecyclePoliciesCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-dlm/commands/GetLifecyclePolicyCommand.ts b/clients/client-dlm/commands/GetLifecyclePolicyCommand.ts index 0ad60bb5c601..343f7d6e9fe6 100644 --- a/clients/client-dlm/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-dlm/commands/GetLifecyclePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyRespo /** *

Gets detailed information about the specified lifecycle policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, GetLifecyclePolicyCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, GetLifecyclePolicyCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-dlm/commands/ListTagsForResourceCommand.ts b/clients/client-dlm/commands/ListTagsForResourceCommand.ts index 83a0aae7de8c..90c316d66031 100644 --- a/clients/client-dlm/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dlm/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, ListTagsForResourceCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, ListTagsForResourceCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-dlm/commands/TagResourceCommand.ts b/clients/client-dlm/commands/TagResourceCommand.ts index 38f90dad782b..1a1e82a6b4d1 100644 --- a/clients/client-dlm/commands/TagResourceCommand.ts +++ b/clients/client-dlm/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds the specified tags to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, TagResourceCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, TagResourceCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-dlm/commands/UntagResourceCommand.ts b/clients/client-dlm/commands/UntagResourceCommand.ts index 7c8ae9975759..b8d3a0ae59c0 100644 --- a/clients/client-dlm/commands/UntagResourceCommand.ts +++ b/clients/client-dlm/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the specified tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, UntagResourceCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, UntagResourceCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-dlm/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-dlm/commands/UpdateLifecyclePolicyCommand.ts index 65eaf5e30777..8b4e9d024266 100644 --- a/clients/client-dlm/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/commands/UpdateLifecyclePolicyCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLifecyclePolicyCommandOutput extends UpdateLifecyclePolic /** *

Updates the specified lifecycle policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DLMClient, UpdateLifecyclePolicyCommand } from "@aws-sdk/client-dlm"; // ES Modules import * // const { DLMClient, UpdateLifecyclePolicyCommand } = require("@aws-sdk/client-dlm"); // CommonJS import diff --git a/clients/client-docdb/commands/AddTagsToResourceCommand.ts b/clients/client-docdb/commands/AddTagsToResourceCommand.ts index 050db40abfa1..bed3a93623e5 100644 --- a/clients/client-docdb/commands/AddTagsToResourceCommand.ts +++ b/clients/client-docdb/commands/AddTagsToResourceCommand.ts @@ -26,7 +26,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {} * with Amazon DocumentDB resources. or in a Condition statement in * an AWS Identity and Access Management (IAM) policy for Amazon DocumentDB.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, AddTagsToResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, AddTagsToResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-docdb/commands/ApplyPendingMaintenanceActionCommand.ts index c0c9475ab924..94c2c6397b6b 100644 --- a/clients/client-docdb/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-docdb/commands/ApplyPendingMaintenanceActionCommand.ts @@ -26,7 +26,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput *

Applies a pending maintenance action to a resource (for example, * to an Amazon DocumentDB instance).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-docdb/commands/CopyDBClusterParameterGroupCommand.ts index f0cc84ff239a..3750cb0da466 100644 --- a/clients/client-docdb/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/commands/CopyDBClusterParameterGroupCommand.ts @@ -23,7 +23,7 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP /** *

Copies the specified cluster parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, CopyDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, CopyDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-docdb/commands/CopyDBClusterSnapshotCommand.ts index 0b82bbe50498..eacc0a1d4f3c 100644 --- a/clients/client-docdb/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/commands/CopyDBClusterSnapshotCommand.ts @@ -35,7 +35,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho * TargetDBClusterSnapshotIdentifier while that cluster * snapshot is in the copying status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, CopyDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, CopyDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/CreateDBClusterCommand.ts b/clients/client-docdb/commands/CreateDBClusterCommand.ts index cf214458dfa5..a23d44dd0e81 100644 --- a/clients/client-docdb/commands/CreateDBClusterCommand.ts +++ b/clients/client-docdb/commands/CreateDBClusterCommand.ts @@ -24,7 +24,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M /** *

Creates a new Amazon DocumentDB cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, CreateDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, CreateDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-docdb/commands/CreateDBClusterParameterGroupCommand.ts index b3538ab8f49c..8862caab01ea 100644 --- a/clients/client-docdb/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/commands/CreateDBClusterParameterGroupCommand.ts @@ -43,7 +43,7 @@ export interface CreateDBClusterParameterGroupCommandOutput * Modifying Amazon DocumentDB Cluster Parameter Groups. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, CreateDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, CreateDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-docdb/commands/CreateDBClusterSnapshotCommand.ts index 473232c482f6..6639b4c1ac4a 100644 --- a/clients/client-docdb/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/commands/CreateDBClusterSnapshotCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna /** *

Creates a snapshot of a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, CreateDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, CreateDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/CreateDBInstanceCommand.ts b/clients/client-docdb/commands/CreateDBInstanceCommand.ts index 3d477f7bbdfc..852cfb40eaf7 100644 --- a/clients/client-docdb/commands/CreateDBInstanceCommand.ts +++ b/clients/client-docdb/commands/CreateDBInstanceCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _ /** *

Creates a new instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, CreateDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, CreateDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/CreateDBSubnetGroupCommand.ts b/clients/client-docdb/commands/CreateDBSubnetGroupCommand.ts index 3fa2bf714dac..6348bf526fef 100644 --- a/clients/client-docdb/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-docdb/commands/CreateDBSubnetGroupCommand.ts @@ -24,7 +24,7 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes *

Creates a new subnet group. subnet groups must contain at least one subnet in at * least two Availability Zones in the AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, CreateDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, CreateDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DeleteDBClusterCommand.ts b/clients/client-docdb/commands/DeleteDBClusterCommand.ts index 8fc654ad15a2..d09cf0529637 100644 --- a/clients/client-docdb/commands/DeleteDBClusterCommand.ts +++ b/clients/client-docdb/commands/DeleteDBClusterCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M * cluster snapshots of the specified cluster are not deleted.

*

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DeleteDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DeleteDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-docdb/commands/DeleteDBClusterParameterGroupCommand.ts index 6b54671a1085..7e5fc1de0c23 100644 --- a/clients/client-docdb/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/commands/DeleteDBClusterParameterGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe *

Deletes a specified cluster parameter group. The cluster parameter group to be * deleted can't be associated with any clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DeleteDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DeleteDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-docdb/commands/DeleteDBClusterSnapshotCommand.ts index 4c84dc0ae33a..debbe5573603 100644 --- a/clients/client-docdb/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/commands/DeleteDBClusterSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna * deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DeleteDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DeleteDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DeleteDBInstanceCommand.ts b/clients/client-docdb/commands/DeleteDBInstanceCommand.ts index de6186ac730e..b9861ec88bd7 100644 --- a/clients/client-docdb/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-docdb/commands/DeleteDBInstanceCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _ *

Deletes a previously provisioned instance. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DeleteDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DeleteDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-docdb/commands/DeleteDBSubnetGroupCommand.ts index 46ed61ef81fc..51af18311ec1 100644 --- a/clients/client-docdb/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-docdb/commands/DeleteDBSubnetGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {} * instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DeleteDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DeleteDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeCertificatesCommand.ts b/clients/client-docdb/commands/DescribeCertificatesCommand.ts index e7d56322f0b4..2910536b7110 100644 --- a/clients/client-docdb/commands/DescribeCertificatesCommand.ts +++ b/clients/client-docdb/commands/DescribeCertificatesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _ *

Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for * this AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeCertificatesCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeCertificatesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-docdb/commands/DescribeDBClusterParameterGroupsCommand.ts index 381ca890fe9d..cb9d3a74d06e 100644 --- a/clients/client-docdb/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-docdb/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeDBClusterParameterGroupsCommandOutput * DBClusterParameterGroupName parameter is specified, the list contains * only the description of the specified cluster parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBClusterParameterGroupsCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBClusterParameterGroupsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBClusterParametersCommand.ts b/clients/client-docdb/commands/DescribeDBClusterParametersCommand.ts index bfe4c0468ec7..910e588cf441 100644 --- a/clients/client-docdb/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-docdb/commands/DescribeDBClusterParametersCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam *

Returns the detailed parameter list for a particular cluster parameter * group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBClusterParametersCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBClusterParametersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-docdb/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 5f7147d8741e..e01607ded7e9 100644 --- a/clients/client-docdb/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-docdb/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -35,7 +35,7 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput * for the restore attribute, then the manual cluster snapshot is public * and can be copied or restored by all AWS accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBClusterSnapshotAttributesCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBClusterSnapshotAttributesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-docdb/commands/DescribeDBClusterSnapshotsCommand.ts index 25eeaee301b9..43b2bb9f223f 100644 --- a/clients/client-docdb/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-docdb/commands/DescribeDBClusterSnapshotsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh *

Returns information about cluster snapshots. This API operation supports * pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBClusterSnapshotsCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBClusterSnapshotsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBClustersCommand.ts b/clients/client-docdb/commands/DescribeDBClustersCommand.ts index da79e7e234b9..85b6d2d2cb0a 100644 --- a/clients/client-docdb/commands/DescribeDBClustersCommand.ts +++ b/clients/client-docdb/commands/DescribeDBClustersCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met * Neptune. Use the filterName=engine,Values=docdb filter * parameter to return only Amazon DocumentDB clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBClustersCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBClustersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-docdb/commands/DescribeDBEngineVersionsCommand.ts index 892ce5daa6fb..29cb92e549e3 100644 --- a/clients/client-docdb/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-docdb/commands/DescribeDBEngineVersionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe /** *

Returns a list of the available engines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBEngineVersionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBEngineVersionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBInstancesCommand.ts b/clients/client-docdb/commands/DescribeDBInstancesCommand.ts index ad47354974e2..cf336cb6a25b 100644 --- a/clients/client-docdb/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-docdb/commands/DescribeDBInstancesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M *

Returns information about provisioned Amazon DocumentDB instances. This API supports * pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBInstancesCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBInstancesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-docdb/commands/DescribeDBSubnetGroupsCommand.ts index 8dc4ccd533f5..e188713a7ba4 100644 --- a/clients/client-docdb/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-docdb/commands/DescribeDBSubnetGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag * DBSubnetGroupName is specified, the list will contain only the * descriptions of the specified DBSubnetGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeDBSubnetGroupsCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeDBSubnetGroupsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-docdb/commands/DescribeEngineDefaultClusterParametersCommand.ts index 6e39d2479bc5..c2fd5434c571 100644 --- a/clients/client-docdb/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-docdb/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -30,7 +30,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput *

Returns the default engine and system parameter information for the cluster database * engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeEngineDefaultClusterParametersCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeEngineDefaultClusterParametersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeEventCategoriesCommand.ts b/clients/client-docdb/commands/DescribeEventCategoriesCommand.ts index 9f706f4a7a18..d4e7c6319189 100644 --- a/clients/client-docdb/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-docdb/commands/DescribeEventCategoriesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes *

Displays a list of categories for all event source types, or, if specified, for a * specified source type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeEventsCommand.ts b/clients/client-docdb/commands/DescribeEventsCommand.ts index 1549929b6ea8..db0e03d52b95 100644 --- a/clients/client-docdb/commands/DescribeEventsCommand.ts +++ b/clients/client-docdb/commands/DescribeEventsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe * instance, security group, snapshot, or parameter group by providing the name as * a parameter. By default, the events of the past hour are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeEventsCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeEventsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-docdb/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 4781a116b864..a559c675f198 100644 --- a/clients/client-docdb/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-docdb/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput /** *

Returns a list of orderable instance options for the specified engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribeOrderableDBInstanceOptionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribeOrderableDBInstanceOptionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-docdb/commands/DescribePendingMaintenanceActionsCommand.ts index 723d5feae981..4362eb0149d0 100644 --- a/clients/client-docdb/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-docdb/commands/DescribePendingMaintenanceActionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput *

Returns a list of resources (for example, instances) that have at least one pending * maintenance action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/FailoverDBClusterCommand.ts b/clients/client-docdb/commands/FailoverDBClusterCommand.ts index c631edfdba49..d1ee8025e58d 100644 --- a/clients/client-docdb/commands/FailoverDBClusterCommand.ts +++ b/clients/client-docdb/commands/FailoverDBClusterCommand.ts @@ -29,7 +29,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, * instance for * testing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, FailoverDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, FailoverDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ListTagsForResourceCommand.ts b/clients/client-docdb/commands/ListTagsForResourceCommand.ts index 7b8536180e8d..ce4fdcf26120 100644 --- a/clients/client-docdb/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta /** *

Lists all tags on an Amazon DocumentDB resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ListTagsForResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ListTagsForResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ModifyDBClusterCommand.ts b/clients/client-docdb/commands/ModifyDBClusterCommand.ts index b09b277ff845..021b5ef56732 100644 --- a/clients/client-docdb/commands/ModifyDBClusterCommand.ts +++ b/clients/client-docdb/commands/ModifyDBClusterCommand.ts @@ -25,7 +25,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M * configuration parameters by specifying these parameters and the new values in the * request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ModifyDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ModifyDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-docdb/commands/ModifyDBClusterParameterGroupCommand.ts index 5ec8083bee70..ffb5c762edcc 100644 --- a/clients/client-docdb/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/commands/ModifyDBClusterParameterGroupCommand.ts @@ -43,7 +43,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput * defined by the character_set_database parameter.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ModifyDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ModifyDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-docdb/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 7c6516f24e7f..8638ccb6e530 100644 --- a/clients/client-docdb/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-docdb/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -37,7 +37,7 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput * parameter. You can't use all as a value for that parameter in this * case.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ModifyDBClusterSnapshotAttributeCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ModifyDBClusterSnapshotAttributeCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ModifyDBInstanceCommand.ts b/clients/client-docdb/commands/ModifyDBInstanceCommand.ts index 1f24104927a8..0600c980e1a6 100644 --- a/clients/client-docdb/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-docdb/commands/ModifyDBInstanceCommand.ts @@ -24,7 +24,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _ *

Modifies settings for an instance. You can change one or more database configuration * parameters by specifying these parameters and the new values in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ModifyDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ModifyDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-docdb/commands/ModifyDBSubnetGroupCommand.ts index 22b238666142..628731013b7a 100644 --- a/clients/client-docdb/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-docdb/commands/ModifyDBSubnetGroupCommand.ts @@ -24,7 +24,7 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes *

Modifies an existing subnet group. subnet groups must contain at least one * subnet in at least two Availability Zones in the AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ModifyDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ModifyDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/RebootDBInstanceCommand.ts b/clients/client-docdb/commands/RebootDBInstanceCommand.ts index 309f81596807..4e4bc53eb0f1 100644 --- a/clients/client-docdb/commands/RebootDBInstanceCommand.ts +++ b/clients/client-docdb/commands/RebootDBInstanceCommand.ts @@ -29,7 +29,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _ * results in a momentary outage, during which the instance status is set to * rebooting.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, RebootDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, RebootDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/RemoveTagsFromResourceCommand.ts b/clients/client-docdb/commands/RemoveTagsFromResourceCommand.ts index 3a70b6e426ba..d59988a51f80 100644 --- a/clients/client-docdb/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-docdb/commands/RemoveTagsFromResourceCommand.ts @@ -23,7 +23,7 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {} /** *

Removes metadata tags from an Amazon DocumentDB resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-docdb/commands/ResetDBClusterParameterGroupCommand.ts index b5b4a36ccaae..68ace5afbeb5 100644 --- a/clients/client-docdb/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/commands/ResetDBClusterParameterGroupCommand.ts @@ -32,7 +32,7 @@ export interface ResetDBClusterParameterGroupCommandOutput * static parameters are set to pending-reboot to take effect on the next DB * instance reboot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, ResetDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, ResetDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-docdb/commands/RestoreDBClusterFromSnapshotCommand.ts index 7b3981f2cbf6..96cc7721a0d0 100644 --- a/clients/client-docdb/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-docdb/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -31,7 +31,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput * cluster, except that the new cluster is created with the default security * group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, RestoreDBClusterFromSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, RestoreDBClusterFromSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-docdb/commands/RestoreDBClusterToPointInTimeCommand.ts index d24e27c91208..933011e10a73 100644 --- a/clients/client-docdb/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-docdb/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -29,7 +29,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput * source cluster with the same configuration as the original cluster, except that * the new cluster is created with the default security group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, RestoreDBClusterToPointInTimeCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, RestoreDBClusterToPointInTimeCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/StartDBClusterCommand.ts b/clients/client-docdb/commands/StartDBClusterCommand.ts index 08fe66b2f7d9..67e59159c175 100644 --- a/clients/client-docdb/commands/StartDBClusterCommand.ts +++ b/clients/client-docdb/commands/StartDBClusterCommand.ts @@ -25,7 +25,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met * For more information, see Stopping and * Starting an Amazon DocumentDB Cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, StartDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, StartDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-docdb/commands/StopDBClusterCommand.ts b/clients/client-docdb/commands/StopDBClusterCommand.ts index 9191cd058d72..1cfbc8c2c00c 100644 --- a/clients/client-docdb/commands/StopDBClusterCommand.ts +++ b/clients/client-docdb/commands/StopDBClusterCommand.ts @@ -26,7 +26,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad * Stopping and * Starting an Amazon DocumentDB Cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DocDBClient, StopDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import * // const { DocDBClient, StopDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import diff --git a/clients/client-dynamodb-streams/commands/DescribeStreamCommand.ts b/clients/client-dynamodb-streams/commands/DescribeStreamCommand.ts index 4f2e3760bb6c..ee8e8ea0e4da 100644 --- a/clients/client-dynamodb-streams/commands/DescribeStreamCommand.ts +++ b/clients/client-dynamodb-streams/commands/DescribeStreamCommand.ts @@ -31,7 +31,7 @@ export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __Met * records). If both StartingSequenceNumber and EndingSequenceNumber * are present, then that shard is closed and can no longer receive more data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBStreamsClient, DescribeStreamCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import * // const { DynamoDBStreamsClient, DescribeStreamCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import diff --git a/clients/client-dynamodb-streams/commands/GetRecordsCommand.ts b/clients/client-dynamodb-streams/commands/GetRecordsCommand.ts index d2a1270b79ef..47808535d572 100644 --- a/clients/client-dynamodb-streams/commands/GetRecordsCommand.ts +++ b/clients/client-dynamodb-streams/commands/GetRecordsCommand.ts @@ -33,7 +33,7 @@ export interface GetRecordsCommandOutput extends GetRecordsOutput, __MetadataBea * whichever comes first.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBStreamsClient, GetRecordsCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import * // const { DynamoDBStreamsClient, GetRecordsCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import diff --git a/clients/client-dynamodb-streams/commands/GetShardIteratorCommand.ts b/clients/client-dynamodb-streams/commands/GetShardIteratorCommand.ts index 65a4f7e5fec0..c67305b3e823 100644 --- a/clients/client-dynamodb-streams/commands/GetShardIteratorCommand.ts +++ b/clients/client-dynamodb-streams/commands/GetShardIteratorCommand.ts @@ -30,7 +30,7 @@ export interface GetShardIteratorCommandOutput extends GetShardIteratorOutput, _ *

A shard iterator expires 15 minutes after it is returned to the requester.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBStreamsClient, GetShardIteratorCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import * // const { DynamoDBStreamsClient, GetShardIteratorCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import diff --git a/clients/client-dynamodb-streams/commands/ListStreamsCommand.ts b/clients/client-dynamodb-streams/commands/ListStreamsCommand.ts index 56475fd82bd6..695531ad5910 100644 --- a/clients/client-dynamodb-streams/commands/ListStreamsCommand.ts +++ b/clients/client-dynamodb-streams/commands/ListStreamsCommand.ts @@ -28,7 +28,7 @@ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataB *

You can call ListStreams at a maximum rate of 5 times per second.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBStreamsClient, ListStreamsCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import * // const { DynamoDBStreamsClient, ListStreamsCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import diff --git a/clients/client-dynamodb/commands/BatchExecuteStatementCommand.ts b/clients/client-dynamodb/commands/BatchExecuteStatementCommand.ts index 3a1f6299f602..139c34fd13df 100644 --- a/clients/client-dynamodb/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-dynamodb/commands/BatchExecuteStatementCommand.ts @@ -25,7 +25,7 @@ export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatemen * This operation allows you to perform batch reads and writes on data stored in DynamoDB, using PartiQL. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, BatchExecuteStatementCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, BatchExecuteStatementCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/BatchGetItemCommand.ts b/clients/client-dynamodb/commands/BatchGetItemCommand.ts index be1e6bba5d24..58897b257083 100644 --- a/clients/client-dynamodb/commands/BatchGetItemCommand.ts +++ b/clients/client-dynamodb/commands/BatchGetItemCommand.ts @@ -68,7 +68,7 @@ export interface BatchGetItemCommandOutput extends BatchGetItemOutput, __Metadat * For more information, see Working with Tables in the Amazon DynamoDB Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, BatchGetItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, BatchGetItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/BatchWriteItemCommand.ts b/clients/client-dynamodb/commands/BatchWriteItemCommand.ts index 4c740a748f36..df1a9a6be95d 100644 --- a/clients/client-dynamodb/commands/BatchWriteItemCommand.ts +++ b/clients/client-dynamodb/commands/BatchWriteItemCommand.ts @@ -97,7 +97,7 @@ export interface BatchWriteItemCommandOutput extends BatchWriteItemOutput, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, BatchWriteItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, BatchWriteItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/CreateBackupCommand.ts b/clients/client-dynamodb/commands/CreateBackupCommand.ts index 6ca8d821efb0..034480ca63f5 100644 --- a/clients/client-dynamodb/commands/CreateBackupCommand.ts +++ b/clients/client-dynamodb/commands/CreateBackupCommand.ts @@ -52,7 +52,7 @@ export interface CreateBackupCommandOutput extends CreateBackupOutput, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, CreateBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, CreateBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/CreateGlobalTableCommand.ts b/clients/client-dynamodb/commands/CreateGlobalTableCommand.ts index 6efb3abcfb4f..38f1a611c64e 100644 --- a/clients/client-dynamodb/commands/CreateGlobalTableCommand.ts +++ b/clients/client-dynamodb/commands/CreateGlobalTableCommand.ts @@ -90,7 +90,7 @@ export interface CreateGlobalTableCommandOutput extends CreateGlobalTableOutput, *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, CreateGlobalTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, CreateGlobalTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/CreateTableCommand.ts b/clients/client-dynamodb/commands/CreateTableCommand.ts index 2e28ad6a1a7a..81bd7fd30222 100644 --- a/clients/client-dynamodb/commands/CreateTableCommand.ts +++ b/clients/client-dynamodb/commands/CreateTableCommand.ts @@ -35,7 +35,7 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB * any given time.

*

You can use the DescribeTable action to check the table status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, CreateTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, CreateTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DeleteBackupCommand.ts b/clients/client-dynamodb/commands/DeleteBackupCommand.ts index e1172220f6fd..8bc26f647f68 100644 --- a/clients/client-dynamodb/commands/DeleteBackupCommand.ts +++ b/clients/client-dynamodb/commands/DeleteBackupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteBackupCommandOutput extends DeleteBackupOutput, __Metadat *

Deletes an existing backup of a table.

*

You can call DeleteBackup at a maximum rate of 10 times per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DeleteBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DeleteBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DeleteItemCommand.ts b/clients/client-dynamodb/commands/DeleteItemCommand.ts index 3b6b3a242c8e..bead17511096 100644 --- a/clients/client-dynamodb/commands/DeleteItemCommand.ts +++ b/clients/client-dynamodb/commands/DeleteItemCommand.ts @@ -28,7 +28,7 @@ export interface DeleteItemCommandOutput extends DeleteItemOutput, __MetadataBea * multiple times on the same item or attribute does not result in an error response.

*

Conditional deletes are useful for deleting items only if specific conditions are met. If those conditions are met, DynamoDB performs the delete. Otherwise, the item is not deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DeleteItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DeleteItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DeleteTableCommand.ts b/clients/client-dynamodb/commands/DeleteTableCommand.ts index c4516ae77018..fae3ce19a6e5 100644 --- a/clients/client-dynamodb/commands/DeleteTableCommand.ts +++ b/clients/client-dynamodb/commands/DeleteTableCommand.ts @@ -39,7 +39,7 @@ export interface DeleteTableCommandOutput extends DeleteTableOutput, __MetadataB * *

Use the DescribeTable action to check the status of the table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DeleteTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DeleteTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeBackupCommand.ts b/clients/client-dynamodb/commands/DescribeBackupCommand.ts index 29be34bedf84..6f87cd48365f 100644 --- a/clients/client-dynamodb/commands/DescribeBackupCommand.ts +++ b/clients/client-dynamodb/commands/DescribeBackupCommand.ts @@ -24,7 +24,7 @@ export interface DescribeBackupCommandOutput extends DescribeBackupOutput, __Met *

Describes an existing backup of a table.

*

You can call DescribeBackup at a maximum rate of 10 times per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeContinuousBackupsCommand.ts b/clients/client-dynamodb/commands/DescribeContinuousBackupsCommand.ts index 6d48296fd1bc..b8ab56f247ec 100644 --- a/clients/client-dynamodb/commands/DescribeContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/commands/DescribeContinuousBackupsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeContinuousBackupsCommandOutput extends DescribeContinuo *

*

You can call DescribeContinuousBackups at a maximum rate of 10 times per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeContinuousBackupsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeContinuousBackupsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeContributorInsightsCommand.ts b/clients/client-dynamodb/commands/DescribeContributorInsightsCommand.ts index 4a56ca585a79..e03fe5bd04eb 100644 --- a/clients/client-dynamodb/commands/DescribeContributorInsightsCommand.ts +++ b/clients/client-dynamodb/commands/DescribeContributorInsightsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeContributorInsightsCommandOutput extends DescribeContri /** *

Returns information about contributor insights, for a given table or global secondary index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeContributorInsightsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeContributorInsightsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeEndpointsCommand.ts b/clients/client-dynamodb/commands/DescribeEndpointsCommand.ts index faad8652c5ce..53642f4f14b7 100644 --- a/clients/client-dynamodb/commands/DescribeEndpointsCommand.ts +++ b/clients/client-dynamodb/commands/DescribeEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons /** *

Returns the regional endpoint information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeEndpointsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeEndpointsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeExportCommand.ts b/clients/client-dynamodb/commands/DescribeExportCommand.ts index 23a52bd2a95f..1bf3bacea6d8 100644 --- a/clients/client-dynamodb/commands/DescribeExportCommand.ts +++ b/clients/client-dynamodb/commands/DescribeExportCommand.ts @@ -23,7 +23,7 @@ export interface DescribeExportCommandOutput extends DescribeExportOutput, __Met /** *

Describes an existing table export.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeExportCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeExportCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeGlobalTableCommand.ts b/clients/client-dynamodb/commands/DescribeGlobalTableCommand.ts index b2499f294e32..cd03d614d20d 100644 --- a/clients/client-dynamodb/commands/DescribeGlobalTableCommand.ts +++ b/clients/client-dynamodb/commands/DescribeGlobalTableCommand.ts @@ -27,7 +27,7 @@ export interface DescribeGlobalTableCommandOutput extends DescribeGlobalTableOut * If you are using global tables Version 2019.11.21 you can use DescribeTable instead.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeGlobalTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeGlobalTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeGlobalTableSettingsCommand.ts b/clients/client-dynamodb/commands/DescribeGlobalTableSettingsCommand.ts index 5cb77d96a23f..75ee320100dc 100644 --- a/clients/client-dynamodb/commands/DescribeGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/commands/DescribeGlobalTableSettingsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeGlobalTableSettingsCommandOutput extends DescribeGlobal *

This operation only applies to Version 2017.11.29 of global tables.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeGlobalTableSettingsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeGlobalTableSettingsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/commands/DescribeKinesisStreamingDestinationCommand.ts index 6571f734f709..5fb114cc2226 100644 --- a/clients/client-dynamodb/commands/DescribeKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/commands/DescribeKinesisStreamingDestinationCommand.ts @@ -28,7 +28,7 @@ export interface DescribeKinesisStreamingDestinationCommandOutput /** *

Returns information about the status of Kinesis streaming.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeKinesisStreamingDestinationCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeKinesisStreamingDestinationCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeLimitsCommand.ts b/clients/client-dynamodb/commands/DescribeLimitsCommand.ts index d281abe3363b..212a3d3a9fe1 100644 --- a/clients/client-dynamodb/commands/DescribeLimitsCommand.ts +++ b/clients/client-dynamodb/commands/DescribeLimitsCommand.ts @@ -86,7 +86,7 @@ export interface DescribeLimitsCommandOutput extends DescribeLimitsOutput, __Met * *

The DescribeLimits Request element has no content.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeLimitsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeLimitsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeTableCommand.ts b/clients/client-dynamodb/commands/DescribeTableCommand.ts index d9a0a7d533d6..93aef84773a1 100644 --- a/clients/client-dynamodb/commands/DescribeTableCommand.ts +++ b/clients/client-dynamodb/commands/DescribeTableCommand.ts @@ -29,7 +29,7 @@ export interface DescribeTableCommandOutput extends DescribeTableOutput, __Metad * Wait for a few seconds, and then try the DescribeTable request again.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/commands/DescribeTableReplicaAutoScalingCommand.ts index 1cb4f059a3fd..752bb0c70a04 100644 --- a/clients/client-dynamodb/commands/DescribeTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/commands/DescribeTableReplicaAutoScalingCommand.ts @@ -28,7 +28,7 @@ export interface DescribeTableReplicaAutoScalingCommandOutput *

This operation only applies to Version 2019.11.21 of global tables.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeTableReplicaAutoScalingCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeTableReplicaAutoScalingCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DescribeTimeToLiveCommand.ts b/clients/client-dynamodb/commands/DescribeTimeToLiveCommand.ts index 94efac3455b6..e7d82532b03a 100644 --- a/clients/client-dynamodb/commands/DescribeTimeToLiveCommand.ts +++ b/clients/client-dynamodb/commands/DescribeTimeToLiveCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTimeToLiveCommandOutput extends DescribeTimeToLiveOutpu /** *

Gives a description of the Time to Live (TTL) status on the specified table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DescribeTimeToLiveCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DescribeTimeToLiveCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/DisableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/commands/DisableKinesisStreamingDestinationCommand.ts index 936805f48e09..15deb4bfe893 100644 --- a/clients/client-dynamodb/commands/DisableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/commands/DisableKinesisStreamingDestinationCommand.ts @@ -26,7 +26,7 @@ export interface DisableKinesisStreamingDestinationCommandOutput *

Stops replication from the DynamoDB table to the Kinesis data stream. This is done * without deleting either of the resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, DisableKinesisStreamingDestinationCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, DisableKinesisStreamingDestinationCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/EnableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/commands/EnableKinesisStreamingDestinationCommand.ts index b8a855f73eb0..a5cf41286d28 100644 --- a/clients/client-dynamodb/commands/EnableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/commands/EnableKinesisStreamingDestinationCommand.ts @@ -28,7 +28,7 @@ export interface EnableKinesisStreamingDestinationCommandOutput * DescribeKinesisStreamingDestination to check if streaming to the Kinesis data stream is * ACTIVE.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, EnableKinesisStreamingDestinationCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, EnableKinesisStreamingDestinationCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ExecuteStatementCommand.ts b/clients/client-dynamodb/commands/ExecuteStatementCommand.ts index f86cd40b5438..f4eba7a6c71e 100644 --- a/clients/client-dynamodb/commands/ExecuteStatementCommand.ts +++ b/clients/client-dynamodb/commands/ExecuteStatementCommand.ts @@ -25,7 +25,7 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, _ * This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ExecuteStatementCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ExecuteStatementCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ExecuteTransactionCommand.ts b/clients/client-dynamodb/commands/ExecuteTransactionCommand.ts index dace5a384e55..569b9e995af9 100644 --- a/clients/client-dynamodb/commands/ExecuteTransactionCommand.ts +++ b/clients/client-dynamodb/commands/ExecuteTransactionCommand.ts @@ -25,7 +25,7 @@ export interface ExecuteTransactionCommandOutput extends ExecuteTransactionOutpu * This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ExecuteTransactionCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ExecuteTransactionCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ExportTableToPointInTimeCommand.ts b/clients/client-dynamodb/commands/ExportTableToPointInTimeCommand.ts index a7a82f934665..8daeafe79221 100644 --- a/clients/client-dynamodb/commands/ExportTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/commands/ExportTableToPointInTimeCommand.ts @@ -25,7 +25,7 @@ export interface ExportTableToPointInTimeCommandOutput extends ExportTableToPoin * enabled, and you can export data from any time within the point in time recovery * window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ExportTableToPointInTimeCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ExportTableToPointInTimeCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/GetItemCommand.ts b/clients/client-dynamodb/commands/GetItemCommand.ts index ea3fac256840..b3b0191b38a9 100644 --- a/clients/client-dynamodb/commands/GetItemCommand.ts +++ b/clients/client-dynamodb/commands/GetItemCommand.ts @@ -26,7 +26,7 @@ export interface GetItemCommandOutput extends GetItemOutput, __MetadataBearer {} * a strongly consistent read might take more time than an eventually consistent read, it always * returns the last updated value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, GetItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, GetItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ListBackupsCommand.ts b/clients/client-dynamodb/commands/ListBackupsCommand.ts index a0fa3ca758c0..dc6a93087875 100644 --- a/clients/client-dynamodb/commands/ListBackupsCommand.ts +++ b/clients/client-dynamodb/commands/ListBackupsCommand.ts @@ -29,7 +29,7 @@ export interface ListBackupsCommandOutput extends ListBackupsOutput, __MetadataB * boundaries are for the time at which the original backup was requested.

*

You can call ListBackups a maximum of five times per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ListBackupsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ListBackupsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ListContributorInsightsCommand.ts b/clients/client-dynamodb/commands/ListContributorInsightsCommand.ts index 9e008454e0bf..2585726e9735 100644 --- a/clients/client-dynamodb/commands/ListContributorInsightsCommand.ts +++ b/clients/client-dynamodb/commands/ListContributorInsightsCommand.ts @@ -23,7 +23,7 @@ export interface ListContributorInsightsCommandOutput extends ListContributorIns /** *

Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ListContributorInsightsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ListContributorInsightsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ListExportsCommand.ts b/clients/client-dynamodb/commands/ListExportsCommand.ts index 876a9744ee85..8fe97475d932 100644 --- a/clients/client-dynamodb/commands/ListExportsCommand.ts +++ b/clients/client-dynamodb/commands/ListExportsCommand.ts @@ -23,7 +23,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB /** *

Lists completed exports within the past 90 days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ListExportsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ListExportsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ListGlobalTablesCommand.ts b/clients/client-dynamodb/commands/ListGlobalTablesCommand.ts index 9f18540a30e7..236215405481 100644 --- a/clients/client-dynamodb/commands/ListGlobalTablesCommand.ts +++ b/clients/client-dynamodb/commands/ListGlobalTablesCommand.ts @@ -26,7 +26,7 @@ export interface ListGlobalTablesCommandOutput extends ListGlobalTablesOutput, _ *

This operation only applies to Version 2017.11.29 of global tables.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ListGlobalTablesCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ListGlobalTablesCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ListTablesCommand.ts b/clients/client-dynamodb/commands/ListTablesCommand.ts index 4d659f0966df..9eb7e9470093 100644 --- a/clients/client-dynamodb/commands/ListTablesCommand.ts +++ b/clients/client-dynamodb/commands/ListTablesCommand.ts @@ -25,7 +25,7 @@ export interface ListTablesCommandOutput extends ListTablesOutput, __MetadataBea * from ListTables is paginated, with each page returning a maximum of 100 table * names.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ListTablesCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ListTablesCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ListTagsOfResourceCommand.ts b/clients/client-dynamodb/commands/ListTagsOfResourceCommand.ts index 0c238d6ce438..d942d36fb249 100644 --- a/clients/client-dynamodb/commands/ListTagsOfResourceCommand.ts +++ b/clients/client-dynamodb/commands/ListTagsOfResourceCommand.ts @@ -26,7 +26,7 @@ export interface ListTagsOfResourceCommandOutput extends ListTagsOfResourceOutpu * Tagging for DynamoDB * in the Amazon DynamoDB Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ListTagsOfResourceCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ListTagsOfResourceCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/PutItemCommand.ts b/clients/client-dynamodb/commands/PutItemCommand.ts index d66017152d50..08be63a36780 100644 --- a/clients/client-dynamodb/commands/PutItemCommand.ts +++ b/clients/client-dynamodb/commands/PutItemCommand.ts @@ -87,7 +87,7 @@ export interface PutItemCommandOutput extends PutItemOutput, __MetadataBearer {} * *

For more information about PutItem, see Working with Items in the Amazon DynamoDB Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, PutItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, PutItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/QueryCommand.ts b/clients/client-dynamodb/commands/QueryCommand.ts index d171bb87ed8b..b3eb998a6a14 100644 --- a/clients/client-dynamodb/commands/QueryCommand.ts +++ b/clients/client-dynamodb/commands/QueryCommand.ts @@ -75,7 +75,7 @@ export interface QueryCommandOutput extends QueryOutput, __MetadataBearer {} * only, so do not specify ConsistentRead when querying a global * secondary index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, QueryCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, QueryCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/RestoreTableFromBackupCommand.ts b/clients/client-dynamodb/commands/RestoreTableFromBackupCommand.ts index 066270d5c0b1..71d38d7cbfbd 100644 --- a/clients/client-dynamodb/commands/RestoreTableFromBackupCommand.ts +++ b/clients/client-dynamodb/commands/RestoreTableFromBackupCommand.ts @@ -47,7 +47,7 @@ export interface RestoreTableFromBackupCommandOutput extends RestoreTableFromBac * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, RestoreTableFromBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, RestoreTableFromBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/RestoreTableToPointInTimeCommand.ts b/clients/client-dynamodb/commands/RestoreTableToPointInTimeCommand.ts index 7aaa06066db1..ccc52590f8d4 100644 --- a/clients/client-dynamodb/commands/RestoreTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/commands/RestoreTableToPointInTimeCommand.ts @@ -78,7 +78,7 @@ export interface RestoreTableToPointInTimeCommandOutput extends RestoreTableToPo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, RestoreTableToPointInTimeCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, RestoreTableToPointInTimeCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/ScanCommand.ts b/clients/client-dynamodb/commands/ScanCommand.ts index 5334eb5f4c7c..33f8a9b149cd 100644 --- a/clients/client-dynamodb/commands/ScanCommand.ts +++ b/clients/client-dynamodb/commands/ScanCommand.ts @@ -44,7 +44,7 @@ export interface ScanCommandOutput extends ScanOutput, __MetadataBearer {} * the time that the Scan begins, you can set the ConsistentRead * parameter to true.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, ScanCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, ScanCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/TagResourceCommand.ts b/clients/client-dynamodb/commands/TagResourceCommand.ts index df42aa502a0f..577e1f1539d7 100644 --- a/clients/client-dynamodb/commands/TagResourceCommand.ts +++ b/clients/client-dynamodb/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * Tagging for DynamoDB * in the Amazon DynamoDB Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, TagResourceCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, TagResourceCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/TransactGetItemsCommand.ts b/clients/client-dynamodb/commands/TransactGetItemsCommand.ts index aac3e93af195..966cfb4b5d05 100644 --- a/clients/client-dynamodb/commands/TransactGetItemsCommand.ts +++ b/clients/client-dynamodb/commands/TransactGetItemsCommand.ts @@ -48,7 +48,7 @@ export interface TransactGetItemsCommandOutput extends TransactGetItemsOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, TransactGetItemsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, TransactGetItemsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/TransactWriteItemsCommand.ts b/clients/client-dynamodb/commands/TransactWriteItemsCommand.ts index 3353a6eee19c..d4bdca105c6e 100644 --- a/clients/client-dynamodb/commands/TransactWriteItemsCommand.ts +++ b/clients/client-dynamodb/commands/TransactWriteItemsCommand.ts @@ -96,7 +96,7 @@ export interface TransactWriteItemsCommandOutput extends TransactWriteItemsOutpu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, TransactWriteItemsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, TransactWriteItemsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UntagResourceCommand.ts b/clients/client-dynamodb/commands/UntagResourceCommand.ts index 479f99e33a59..78b7178b16f8 100644 --- a/clients/client-dynamodb/commands/UntagResourceCommand.ts +++ b/clients/client-dynamodb/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} * Tagging for DynamoDB * in the Amazon DynamoDB Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UntagResourceCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UntagResourceCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateContinuousBackupsCommand.ts b/clients/client-dynamodb/commands/UpdateContinuousBackupsCommand.ts index 948ec01e8cd0..a7ab8f2d6396 100644 --- a/clients/client-dynamodb/commands/UpdateContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/commands/UpdateContinuousBackupsCommand.ts @@ -34,7 +34,7 @@ export interface UpdateContinuousBackupsCommandOutput extends UpdateContinuousBa * LatestRestorableDateTime is typically 5 minutes before the current time. * You can restore your table to any point in time during the last 35 days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateContinuousBackupsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateContinuousBackupsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateContributorInsightsCommand.ts b/clients/client-dynamodb/commands/UpdateContributorInsightsCommand.ts index e1809f7aa889..75b8e8542ad1 100644 --- a/clients/client-dynamodb/commands/UpdateContributorInsightsCommand.ts +++ b/clients/client-dynamodb/commands/UpdateContributorInsightsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateContributorInsightsCommandOutput extends UpdateContributo /** *

Updates the status for contributor insights for a specific table or index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateContributorInsightsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateContributorInsightsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateGlobalTableCommand.ts b/clients/client-dynamodb/commands/UpdateGlobalTableCommand.ts index f014f37dc3b7..7b4c12ff93f5 100644 --- a/clients/client-dynamodb/commands/UpdateGlobalTableCommand.ts +++ b/clients/client-dynamodb/commands/UpdateGlobalTableCommand.ts @@ -51,7 +51,7 @@ export interface UpdateGlobalTableCommandOutput extends UpdateGlobalTableOutput, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateGlobalTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateGlobalTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateGlobalTableSettingsCommand.ts b/clients/client-dynamodb/commands/UpdateGlobalTableSettingsCommand.ts index ecb2d34d1663..3b7f8a3f1b0e 100644 --- a/clients/client-dynamodb/commands/UpdateGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/commands/UpdateGlobalTableSettingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGlobalTableSettingsCommandOutput extends UpdateGlobalTabl /** *

Updates settings for a global table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateGlobalTableSettingsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateGlobalTableSettingsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateItemCommand.ts b/clients/client-dynamodb/commands/UpdateItemCommand.ts index 58af80910f95..eccaf3e8a921 100644 --- a/clients/client-dynamodb/commands/UpdateItemCommand.ts +++ b/clients/client-dynamodb/commands/UpdateItemCommand.ts @@ -25,7 +25,7 @@ export interface UpdateItemCommandOutput extends UpdateItemOutput, __MetadataBea *

You can also return the item's attribute values in the same UpdateItem * operation using the ReturnValues parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateTableCommand.ts b/clients/client-dynamodb/commands/UpdateTableCommand.ts index 0e6eac0ea8dc..e1292899f6d9 100644 --- a/clients/client-dynamodb/commands/UpdateTableCommand.ts +++ b/clients/client-dynamodb/commands/UpdateTableCommand.ts @@ -45,7 +45,7 @@ export interface UpdateTableCommandOutput extends UpdateTableOutput, __MetadataB * you cannot issue another UpdateTable request. When the table returns to the * ACTIVE state, the UpdateTable operation is complete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/commands/UpdateTableReplicaAutoScalingCommand.ts index 3be34b145574..de816a80d165 100644 --- a/clients/client-dynamodb/commands/UpdateTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/commands/UpdateTableReplicaAutoScalingCommand.ts @@ -28,7 +28,7 @@ export interface UpdateTableReplicaAutoScalingCommandOutput *

This operation only applies to Version 2019.11.21 of global tables.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateTableReplicaAutoScalingCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateTableReplicaAutoScalingCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-dynamodb/commands/UpdateTimeToLiveCommand.ts b/clients/client-dynamodb/commands/UpdateTimeToLiveCommand.ts index 1de1f5d80303..c859df760b8d 100644 --- a/clients/client-dynamodb/commands/UpdateTimeToLiveCommand.ts +++ b/clients/client-dynamodb/commands/UpdateTimeToLiveCommand.ts @@ -47,7 +47,7 @@ export interface UpdateTimeToLiveCommandOutput extends UpdateTimeToLiveOutput, _ * operation.

*

For more information, see Time To Live in the Amazon DynamoDB Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { DynamoDBClient, UpdateTimeToLiveCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import * // const { DynamoDBClient, UpdateTimeToLiveCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import diff --git a/clients/client-ebs/commands/CompleteSnapshotCommand.ts b/clients/client-ebs/commands/CompleteSnapshotCommand.ts index 2fb90a302f4a..592c5e0b00b0 100644 --- a/clients/client-ebs/commands/CompleteSnapshotCommand.ts +++ b/clients/client-ebs/commands/CompleteSnapshotCommand.ts @@ -25,7 +25,7 @@ export interface CompleteSnapshotCommandOutput extends CompleteSnapshotResponse, * written to it. Completing the snapshot changes the status to completed. You * cannot write new blocks to a snapshot after it has been completed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EBSClient, CompleteSnapshotCommand } from "@aws-sdk/client-ebs"; // ES Modules import * // const { EBSClient, CompleteSnapshotCommand } = require("@aws-sdk/client-ebs"); // CommonJS import diff --git a/clients/client-ebs/commands/GetSnapshotBlockCommand.ts b/clients/client-ebs/commands/GetSnapshotBlockCommand.ts index 06c3bacbadb9..7035aa3f0515 100644 --- a/clients/client-ebs/commands/GetSnapshotBlockCommand.ts +++ b/clients/client-ebs/commands/GetSnapshotBlockCommand.ts @@ -23,7 +23,7 @@ export interface GetSnapshotBlockCommandOutput extends GetSnapshotBlockResponse, /** *

Returns the data in a block in an Amazon Elastic Block Store snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EBSClient, GetSnapshotBlockCommand } from "@aws-sdk/client-ebs"; // ES Modules import * // const { EBSClient, GetSnapshotBlockCommand } = require("@aws-sdk/client-ebs"); // CommonJS import diff --git a/clients/client-ebs/commands/ListChangedBlocksCommand.ts b/clients/client-ebs/commands/ListChangedBlocksCommand.ts index 6aa1dd1206a7..14023a432be9 100644 --- a/clients/client-ebs/commands/ListChangedBlocksCommand.ts +++ b/clients/client-ebs/commands/ListChangedBlocksCommand.ts @@ -24,7 +24,7 @@ export interface ListChangedBlocksCommandOutput extends ListChangedBlocksRespons *

Returns information about the blocks that are different between two * Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EBSClient, ListChangedBlocksCommand } from "@aws-sdk/client-ebs"; // ES Modules import * // const { EBSClient, ListChangedBlocksCommand } = require("@aws-sdk/client-ebs"); // CommonJS import diff --git a/clients/client-ebs/commands/ListSnapshotBlocksCommand.ts b/clients/client-ebs/commands/ListSnapshotBlocksCommand.ts index 8cb28f5bca57..ee47b5aec86c 100644 --- a/clients/client-ebs/commands/ListSnapshotBlocksCommand.ts +++ b/clients/client-ebs/commands/ListSnapshotBlocksCommand.ts @@ -23,7 +23,7 @@ export interface ListSnapshotBlocksCommandOutput extends ListSnapshotBlocksRespo /** *

Returns information about the blocks in an Amazon Elastic Block Store snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EBSClient, ListSnapshotBlocksCommand } from "@aws-sdk/client-ebs"; // ES Modules import * // const { EBSClient, ListSnapshotBlocksCommand } = require("@aws-sdk/client-ebs"); // CommonJS import diff --git a/clients/client-ebs/commands/PutSnapshotBlockCommand.ts b/clients/client-ebs/commands/PutSnapshotBlockCommand.ts index 23a8c080d97f..f07cc5202231 100644 --- a/clients/client-ebs/commands/PutSnapshotBlockCommand.ts +++ b/clients/client-ebs/commands/PutSnapshotBlockCommand.ts @@ -35,7 +35,7 @@ export interface PutSnapshotBlockCommandOutput extends PutSnapshotBlockResponse, * pending state.

*

Data written to a snapshot must be aligned with 512-byte sectors.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EBSClient, PutSnapshotBlockCommand } from "@aws-sdk/client-ebs"; // ES Modules import * // const { EBSClient, PutSnapshotBlockCommand } = require("@aws-sdk/client-ebs"); // CommonJS import diff --git a/clients/client-ebs/commands/StartSnapshotCommand.ts b/clients/client-ebs/commands/StartSnapshotCommand.ts index fa2f9df8a3b2..17403e542857 100644 --- a/clients/client-ebs/commands/StartSnapshotCommand.ts +++ b/clients/client-ebs/commands/StartSnapshotCommand.ts @@ -26,7 +26,7 @@ export interface StartSnapshotCommandOutput extends StartSnapshotResponse, __Met *

After creating the snapshot, use PutSnapshotBlock to * write blocks of data to the snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EBSClient, StartSnapshotCommand } from "@aws-sdk/client-ebs"; // ES Modules import * // const { EBSClient, StartSnapshotCommand } = require("@aws-sdk/client-ebs"); // CommonJS import diff --git a/clients/client-ec2-instance-connect/commands/SendSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/commands/SendSSHPublicKeyCommand.ts index 0d5c20c1b7c1..b01d8d418de6 100644 --- a/clients/client-ec2-instance-connect/commands/SendSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/commands/SendSSHPublicKeyCommand.ts @@ -30,7 +30,7 @@ export interface SendSSHPublicKeyCommandOutput extends SendSSHPublicKeyResponse, * your Linux instance using EC2 Instance Connect in the Amazon EC2 * User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2InstanceConnectClient, SendSSHPublicKeyCommand } from "@aws-sdk/client-ec2-instance-connect"; // ES Modules import * // const { EC2InstanceConnectClient, SendSSHPublicKeyCommand } = require("@aws-sdk/client-ec2-instance-connect"); // CommonJS import diff --git a/clients/client-ec2-instance-connect/commands/SendSerialConsoleSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/commands/SendSerialConsoleSSHPublicKeyCommand.ts index 5094ee926a77..b27d512442d3 100644 --- a/clients/client-ec2-instance-connect/commands/SendSerialConsoleSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/commands/SendSerialConsoleSSHPublicKeyCommand.ts @@ -32,7 +32,7 @@ export interface SendSerialConsoleSSHPublicKeyCommandOutput * instance using SSH. For more information, see EC2 Serial Console in * the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2InstanceConnectClient, SendSerialConsoleSSHPublicKeyCommand } from "@aws-sdk/client-ec2-instance-connect"; // ES Modules import * // const { EC2InstanceConnectClient, SendSerialConsoleSSHPublicKeyCommand } = require("@aws-sdk/client-ec2-instance-connect"); // CommonJS import diff --git a/clients/client-ec2/commands/AcceptReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/commands/AcceptReservedInstancesExchangeQuoteCommand.ts index 515e31d0744c..e7d88e531929 100644 --- a/clients/client-ec2/commands/AcceptReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/commands/AcceptReservedInstancesExchangeQuoteCommand.ts @@ -28,7 +28,7 @@ export interface AcceptReservedInstancesExchangeQuoteCommandOutput /** *

Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AcceptReservedInstancesExchangeQuoteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AcceptReservedInstancesExchangeQuoteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts index 669a5ad861da..fde8b2d338f3 100644 --- a/clients/client-ec2/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsCommandOutput /** *

Accepts a request to associate subnets with a transit gateway multicast domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AcceptTransitGatewayMulticastDomainAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AcceptTransitGatewayMulticastDomainAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts index a6e84412ef51..f31b15dd7963 100644 --- a/clients/client-ec2/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts @@ -30,7 +30,7 @@ export interface AcceptTransitGatewayPeeringAttachmentCommandOutput *

Accepts a transit gateway peering attachment request. The peering attachment must be * in the pendingAcceptance state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AcceptTransitGatewayPeeringAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AcceptTransitGatewayPeeringAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AcceptTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/commands/AcceptTransitGatewayVpcAttachmentCommand.ts index dca89dc053ca..abe0e81a8510 100644 --- a/clients/client-ec2/commands/AcceptTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/commands/AcceptTransitGatewayVpcAttachmentCommand.ts @@ -28,7 +28,7 @@ export interface AcceptTransitGatewayVpcAttachmentCommandOutput * Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. * Use RejectTransitGatewayVpcAttachment to reject a VPC attachment request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AcceptTransitGatewayVpcAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AcceptTransitGatewayVpcAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AcceptVpcEndpointConnectionsCommand.ts b/clients/client-ec2/commands/AcceptVpcEndpointConnectionsCommand.ts index ff4235a5845d..d69968139c8b 100644 --- a/clients/client-ec2/commands/AcceptVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/commands/AcceptVpcEndpointConnectionsCommand.ts @@ -26,7 +26,7 @@ export interface AcceptVpcEndpointConnectionsCommandOutput *

Accepts one or more interface VPC endpoint connection requests to your VPC endpoint * service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AcceptVpcEndpointConnectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AcceptVpcEndpointConnectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AcceptVpcPeeringConnectionCommand.ts b/clients/client-ec2/commands/AcceptVpcPeeringConnectionCommand.ts index 1fe0661da074..03ca8b95bfa7 100644 --- a/clients/client-ec2/commands/AcceptVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/commands/AcceptVpcPeeringConnectionCommand.ts @@ -28,7 +28,7 @@ export interface AcceptVpcPeeringConnectionCommandOutput extends AcceptVpcPeerin *

For an inter-Region VPC peering connection request, you must accept the VPC peering * connection in the Region of the accepter VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AcceptVpcPeeringConnectionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AcceptVpcPeeringConnectionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AdvertiseByoipCidrCommand.ts b/clients/client-ec2/commands/AdvertiseByoipCidrCommand.ts index 4f79a70eff83..06eaeadc7811 100644 --- a/clients/client-ec2/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-ec2/commands/AdvertiseByoipCidrCommand.ts @@ -33,7 +33,7 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResul * because of BGP propagation delays.

*

To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AdvertiseByoipCidrCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AdvertiseByoipCidrCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AllocateAddressCommand.ts b/clients/client-ec2/commands/AllocateAddressCommand.ts index 7bb78a973682..ad6deabbf68b 100644 --- a/clients/client-ec2/commands/AllocateAddressCommand.ts +++ b/clients/client-ec2/commands/AllocateAddressCommand.ts @@ -32,7 +32,7 @@ export interface AllocateAddressCommandOutput extends AllocateAddressResult, __M *

For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

*

You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AllocateAddressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AllocateAddressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AllocateHostsCommand.ts b/clients/client-ec2/commands/AllocateHostsCommand.ts index 359f4d13f71b..a56b716eedc0 100644 --- a/clients/client-ec2/commands/AllocateHostsCommand.ts +++ b/clients/client-ec2/commands/AllocateHostsCommand.ts @@ -22,7 +22,7 @@ export interface AllocateHostsCommandOutput extends AllocateHostsResult, __Metad * type or instance family, the Availability Zone in which to allocate the host, and the number of * hosts to allocate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AllocateHostsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AllocateHostsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts b/clients/client-ec2/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts index 8b9d41994183..74421ef7dc2e 100644 --- a/clients/client-ec2/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts @@ -30,7 +30,7 @@ export interface ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput *

Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing * security groups with the specified security groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ApplySecurityGroupsToClientVpnTargetNetworkCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ApplySecurityGroupsToClientVpnTargetNetworkCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssignIpv6AddressesCommand.ts b/clients/client-ec2/commands/AssignIpv6AddressesCommand.ts index e2e7d677a1c1..f5ab8d86c55d 100644 --- a/clients/client-ec2/commands/AssignIpv6AddressesCommand.ts +++ b/clients/client-ec2/commands/AssignIpv6AddressesCommand.ts @@ -29,7 +29,7 @@ export interface AssignIpv6AddressesCommandOutput extends AssignIpv6AddressesRes * in the Amazon Elastic Compute Cloud User Guide.

*

You must specify either the IPv6 addresses or the IPv6 address count in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssignIpv6AddressesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssignIpv6AddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssignPrivateIpAddressesCommand.ts b/clients/client-ec2/commands/AssignPrivateIpAddressesCommand.ts index 13f4abffa764..8ecdcfe0e8e3 100644 --- a/clients/client-ec2/commands/AssignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/commands/AssignPrivateIpAddressesCommand.ts @@ -34,7 +34,7 @@ export interface AssignPrivateIpAddressesCommandOutput extends AssignPrivateIpAd * metadata to confirm that the remapping is complete.

*

You must specify either the IP addresses or the IP address count in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssignPrivateIpAddressesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssignPrivateIpAddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateAddressCommand.ts b/clients/client-ec2/commands/AssociateAddressCommand.ts index f3e4c7c088f6..7f333769fcb4 100644 --- a/clients/client-ec2/commands/AssociateAddressCommand.ts +++ b/clients/client-ec2/commands/AssociateAddressCommand.ts @@ -47,7 +47,7 @@ export interface AssociateAddressCommandOutput extends AssociateAddressResult, _ * Pricing.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateAddressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateAddressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/commands/AssociateClientVpnTargetNetworkCommand.ts index dc52c008d85f..c5e3fd869428 100644 --- a/clients/client-ec2/commands/AssociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/commands/AssociateClientVpnTargetNetworkCommand.ts @@ -26,7 +26,7 @@ export interface AssociateClientVpnTargetNetworkCommandOutput *

Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.

*

If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that's in a different VPC, you must first modify the Client VPN endpoint (ModifyClientVpnEndpoint) and change the VPC that's associated with it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateClientVpnTargetNetworkCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateClientVpnTargetNetworkCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateDhcpOptionsCommand.ts b/clients/client-ec2/commands/AssociateDhcpOptionsCommand.ts index 5a6233d888d0..d03fc4d5d49d 100644 --- a/clients/client-ec2/commands/AssociateDhcpOptionsCommand.ts +++ b/clients/client-ec2/commands/AssociateDhcpOptionsCommand.ts @@ -26,7 +26,7 @@ export interface AssociateDhcpOptionsCommandOutput extends __MetadataBearer {} *

For more information, see DHCP Options Sets * in the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateDhcpOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateDhcpOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/commands/AssociateEnclaveCertificateIamRoleCommand.ts index 512703bb09ac..af6f5cd4fd7a 100644 --- a/clients/client-ec2/commands/AssociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/commands/AssociateEnclaveCertificateIamRoleCommand.ts @@ -42,7 +42,7 @@ export interface AssociateEnclaveCertificateIamRoleCommandOutput * Grant the role permission to access the certificate and encryption key in the * AWS Nitro Enclaves User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateEnclaveCertificateIamRoleCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateEnclaveCertificateIamRoleCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateIamInstanceProfileCommand.ts b/clients/client-ec2/commands/AssociateIamInstanceProfileCommand.ts index 66cff921880e..63a801de2a06 100644 --- a/clients/client-ec2/commands/AssociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/commands/AssociateIamInstanceProfileCommand.ts @@ -24,7 +24,7 @@ export interface AssociateIamInstanceProfileCommandOutput extends AssociateIamIn *

Associates an IAM instance profile with a running or stopped instance. You cannot * associate more than one IAM instance profile with an instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateIamInstanceProfileCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateIamInstanceProfileCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateRouteTableCommand.ts b/clients/client-ec2/commands/AssociateRouteTableCommand.ts index 1372e39c64b0..bc42daad73a8 100644 --- a/clients/client-ec2/commands/AssociateRouteTableCommand.ts +++ b/clients/client-ec2/commands/AssociateRouteTableCommand.ts @@ -29,7 +29,7 @@ export interface AssociateRouteTableCommandOutput extends AssociateRouteTableRes *

For more information, see Route Tables in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateSubnetCidrBlockCommand.ts b/clients/client-ec2/commands/AssociateSubnetCidrBlockCommand.ts index 19267295ba24..64fb802d5628 100644 --- a/clients/client-ec2/commands/AssociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/commands/AssociateSubnetCidrBlockCommand.ts @@ -24,7 +24,7 @@ export interface AssociateSubnetCidrBlockCommandOutput extends AssociateSubnetCi *

Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR * block with your subnet. An IPv6 CIDR block must have a prefix length of /64.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateSubnetCidrBlockCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateSubnetCidrBlockCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/commands/AssociateTransitGatewayMulticastDomainCommand.ts index 6759e2e411ad..40d38a0d6c6e 100644 --- a/clients/client-ec2/commands/AssociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/commands/AssociateTransitGatewayMulticastDomainCommand.ts @@ -30,7 +30,7 @@ export interface AssociateTransitGatewayMulticastDomainCommandOutput *

Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.

*

The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments to see the state of the attachment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateTransitGatewayMulticastDomainCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateTransitGatewayMulticastDomainCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/commands/AssociateTransitGatewayRouteTableCommand.ts index 0fb2abbf468f..7bf3753aaab6 100644 --- a/clients/client-ec2/commands/AssociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/commands/AssociateTransitGatewayRouteTableCommand.ts @@ -26,7 +26,7 @@ export interface AssociateTransitGatewayRouteTableCommandOutput *

Associates the specified attachment with the specified transit gateway route table. You can * associate only one route table with an attachment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateTransitGatewayRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateTransitGatewayRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AssociateVpcCidrBlockCommand.ts b/clients/client-ec2/commands/AssociateVpcCidrBlockCommand.ts index a3a485b0f7dc..925578a35376 100644 --- a/clients/client-ec2/commands/AssociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/commands/AssociateVpcCidrBlockCommand.ts @@ -31,7 +31,7 @@ export interface AssociateVpcCidrBlockCommandOutput extends AssociateVpcCidrBloc * restrictions, see VPC and Subnet Sizing in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AssociateVpcCidrBlockCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AssociateVpcCidrBlockCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AttachClassicLinkVpcCommand.ts b/clients/client-ec2/commands/AttachClassicLinkVpcCommand.ts index 18ba5e134caa..9cd7d268abec 100644 --- a/clients/client-ec2/commands/AttachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/commands/AttachClassicLinkVpcCommand.ts @@ -29,7 +29,7 @@ export interface AttachClassicLinkVpcCommandOutput extends AttachClassicLinkVpcR *

After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.

*

Linking your instance to a VPC is sometimes referred to as attaching your instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AttachClassicLinkVpcCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AttachClassicLinkVpcCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AttachInternetGatewayCommand.ts b/clients/client-ec2/commands/AttachInternetGatewayCommand.ts index 0c4016266793..0ebb6bd47dc1 100644 --- a/clients/client-ec2/commands/AttachInternetGatewayCommand.ts +++ b/clients/client-ec2/commands/AttachInternetGatewayCommand.ts @@ -24,7 +24,7 @@ export interface AttachInternetGatewayCommandOutput extends __MetadataBearer {} *

Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and * the VPC. For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AttachInternetGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AttachInternetGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AttachNetworkInterfaceCommand.ts b/clients/client-ec2/commands/AttachNetworkInterfaceCommand.ts index 50d9cc363299..9e1713941026 100644 --- a/clients/client-ec2/commands/AttachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/commands/AttachNetworkInterfaceCommand.ts @@ -23,7 +23,7 @@ export interface AttachNetworkInterfaceCommandOutput extends AttachNetworkInterf /** *

Attaches a network interface to an instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AttachNetworkInterfaceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AttachNetworkInterfaceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AttachVolumeCommand.ts b/clients/client-ec2/commands/AttachVolumeCommand.ts index 16cb3dc0e0f5..80a9ab962421 100644 --- a/clients/client-ec2/commands/AttachVolumeCommand.ts +++ b/clients/client-ec2/commands/AttachVolumeCommand.ts @@ -44,7 +44,7 @@ export interface AttachVolumeCommandOutput extends VolumeAttachment, __MetadataB *

For more information, see Attaching Amazon EBS volumes in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AttachVolumeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AttachVolumeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AttachVpnGatewayCommand.ts b/clients/client-ec2/commands/AttachVpnGatewayCommand.ts index f694fe88dfd9..017d48d16216 100644 --- a/clients/client-ec2/commands/AttachVpnGatewayCommand.ts +++ b/clients/client-ec2/commands/AttachVpnGatewayCommand.ts @@ -25,7 +25,7 @@ export interface AttachVpnGatewayCommandOutput extends AttachVpnGatewayResult, _ * gateway to one VPC at a time.

*

For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AttachVpnGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AttachVpnGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AuthorizeClientVpnIngressCommand.ts b/clients/client-ec2/commands/AuthorizeClientVpnIngressCommand.ts index 5edc15513522..6ce0f5152569 100644 --- a/clients/client-ec2/commands/AuthorizeClientVpnIngressCommand.ts +++ b/clients/client-ec2/commands/AuthorizeClientVpnIngressCommand.ts @@ -25,7 +25,7 @@ export interface AuthorizeClientVpnIngressCommandOutput extends AuthorizeClientV * firewall rules that grant access to networks. You must configure ingress authorization rules to * enable clients to access resources in AWS or on-premises networks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AuthorizeClientVpnIngressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AuthorizeClientVpnIngressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AuthorizeSecurityGroupEgressCommand.ts b/clients/client-ec2/commands/AuthorizeSecurityGroupEgressCommand.ts index d771b2564a85..3e75b02c90f8 100644 --- a/clients/client-ec2/commands/AuthorizeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/commands/AuthorizeSecurityGroupEgressCommand.ts @@ -31,7 +31,7 @@ export interface AuthorizeSecurityGroupEgressCommandOutput extends __MetadataBea *

Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.

*

For more information about VPC security group limits, see Amazon VPC Limits.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AuthorizeSecurityGroupEgressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AuthorizeSecurityGroupEgressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/AuthorizeSecurityGroupIngressCommand.ts b/clients/client-ec2/commands/AuthorizeSecurityGroupIngressCommand.ts index 148eecd226b3..2b9df9953f52 100644 --- a/clients/client-ec2/commands/AuthorizeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/commands/AuthorizeSecurityGroupIngressCommand.ts @@ -32,7 +32,7 @@ export interface AuthorizeSecurityGroupIngressCommandOutput extends __MetadataBe * However, a small delay might occur.

*

For more information about VPC security group limits, see Amazon VPC Limits.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, AuthorizeSecurityGroupIngressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, AuthorizeSecurityGroupIngressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/BundleInstanceCommand.ts b/clients/client-ec2/commands/BundleInstanceCommand.ts index fa93ff3a5626..b7c830c16ac3 100644 --- a/clients/client-ec2/commands/BundleInstanceCommand.ts +++ b/clients/client-ec2/commands/BundleInstanceCommand.ts @@ -24,7 +24,7 @@ export interface BundleInstanceCommandOutput extends BundleInstanceResult, __Met *

This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, BundleInstanceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, BundleInstanceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelBundleTaskCommand.ts b/clients/client-ec2/commands/CancelBundleTaskCommand.ts index 6fb6e681b7b2..cc42beba16e1 100644 --- a/clients/client-ec2/commands/CancelBundleTaskCommand.ts +++ b/clients/client-ec2/commands/CancelBundleTaskCommand.ts @@ -23,7 +23,7 @@ export interface CancelBundleTaskCommandOutput extends CancelBundleTaskResult, _ /** *

Cancels a bundling operation for an instance store-backed Windows instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelBundleTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelBundleTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelCapacityReservationCommand.ts b/clients/client-ec2/commands/CancelCapacityReservationCommand.ts index e074e01e590d..960c57347ae2 100644 --- a/clients/client-ec2/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-ec2/commands/CancelCapacityReservationCommand.ts @@ -28,7 +28,7 @@ export interface CancelCapacityReservationCommandOutput extends CancelCapacityRe * target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation * that has matching attributes and sufficient capacity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelCapacityReservationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelCapacityReservationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelConversionTaskCommand.ts b/clients/client-ec2/commands/CancelConversionTaskCommand.ts index ac22fcf4b0ee..4ffeef89e4d5 100644 --- a/clients/client-ec2/commands/CancelConversionTaskCommand.ts +++ b/clients/client-ec2/commands/CancelConversionTaskCommand.ts @@ -27,7 +27,7 @@ export interface CancelConversionTaskCommandOutput extends __MetadataBearer {} *

For more information, see Importing a Virtual Machine Using the Amazon * EC2 CLI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelConversionTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelConversionTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelExportTaskCommand.ts b/clients/client-ec2/commands/CancelExportTaskCommand.ts index 37f3fada3dd2..d4d8f8b6db62 100644 --- a/clients/client-ec2/commands/CancelExportTaskCommand.ts +++ b/clients/client-ec2/commands/CancelExportTaskCommand.ts @@ -25,7 +25,7 @@ export interface CancelExportTaskCommandOutput extends __MetadataBearer {} * Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the * command fails and returns an error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelExportTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelExportTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelImportTaskCommand.ts b/clients/client-ec2/commands/CancelImportTaskCommand.ts index 96c1d09da036..d32b9daa2260 100644 --- a/clients/client-ec2/commands/CancelImportTaskCommand.ts +++ b/clients/client-ec2/commands/CancelImportTaskCommand.ts @@ -23,7 +23,7 @@ export interface CancelImportTaskCommandOutput extends CancelImportTaskResult, _ /** *

Cancels an in-process import virtual machine or import snapshot task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelImportTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelImportTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelReservedInstancesListingCommand.ts b/clients/client-ec2/commands/CancelReservedInstancesListingCommand.ts index 1cdfc645bf9c..11008eac6dc6 100644 --- a/clients/client-ec2/commands/CancelReservedInstancesListingCommand.ts +++ b/clients/client-ec2/commands/CancelReservedInstancesListingCommand.ts @@ -28,7 +28,7 @@ export interface CancelReservedInstancesListingCommandOutput * Reserved Instance Marketplace * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelReservedInstancesListingCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelReservedInstancesListingCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelSpotFleetRequestsCommand.ts b/clients/client-ec2/commands/CancelSpotFleetRequestsCommand.ts index 7eb0fe28c8f0..bf4c327e016a 100644 --- a/clients/client-ec2/commands/CancelSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/commands/CancelSpotFleetRequestsCommand.ts @@ -28,7 +28,7 @@ export interface CancelSpotFleetRequestsCommandOutput extends CancelSpotFleetReq * Otherwise, the Spot Fleet request enters the cancelled_running state and the instances * continue to run until they are interrupted or you terminate them manually.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelSpotFleetRequestsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelSpotFleetRequestsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CancelSpotInstanceRequestsCommand.ts b/clients/client-ec2/commands/CancelSpotInstanceRequestsCommand.ts index 62569a143b35..a0e7a8bb5c80 100644 --- a/clients/client-ec2/commands/CancelSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/commands/CancelSpotInstanceRequestsCommand.ts @@ -26,7 +26,7 @@ export interface CancelSpotInstanceRequestsCommandOutput extends CancelSpotInsta *

Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CancelSpotInstanceRequestsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CancelSpotInstanceRequestsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ConfirmProductInstanceCommand.ts b/clients/client-ec2/commands/ConfirmProductInstanceCommand.ts index 43d450575730..728e1a685ba2 100644 --- a/clients/client-ec2/commands/ConfirmProductInstanceCommand.ts +++ b/clients/client-ec2/commands/ConfirmProductInstanceCommand.ts @@ -25,7 +25,7 @@ export interface ConfirmProductInstanceCommandOutput extends ConfirmProductInsta * be used by the owner of the product code. It is useful when a product code owner must * verify whether another user's instance is eligible for support.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ConfirmProductInstanceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ConfirmProductInstanceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CopyFpgaImageCommand.ts b/clients/client-ec2/commands/CopyFpgaImageCommand.ts index b32a40d1fcc6..674224dc5a7d 100644 --- a/clients/client-ec2/commands/CopyFpgaImageCommand.ts +++ b/clients/client-ec2/commands/CopyFpgaImageCommand.ts @@ -20,7 +20,7 @@ export interface CopyFpgaImageCommandOutput extends CopyFpgaImageResult, __Metad /** *

Copies the specified Amazon FPGA Image (AFI) to the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CopyFpgaImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CopyFpgaImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CopyImageCommand.ts b/clients/client-ec2/commands/CopyImageCommand.ts index bb5e611871ed..ca5e9c57a64c 100644 --- a/clients/client-ec2/commands/CopyImageCommand.ts +++ b/clients/client-ec2/commands/CopyImageCommand.ts @@ -41,7 +41,7 @@ export interface CopyImageCommandOutput extends CopyImageResult, __MetadataBeare *

For more information about the prerequisites and limits when copying an AMI, see Copying an AMI * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CopyImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CopyImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CopySnapshotCommand.ts b/clients/client-ec2/commands/CopySnapshotCommand.ts index 3647c018d0bf..6b95bbcc359f 100644 --- a/clients/client-ec2/commands/CopySnapshotCommand.ts +++ b/clients/client-ec2/commands/CopySnapshotCommand.ts @@ -43,7 +43,7 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat *

For more information, see Copying an Amazon EBS snapshot in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CopySnapshotCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CopySnapshotCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateCapacityReservationCommand.ts b/clients/client-ec2/commands/CreateCapacityReservationCommand.ts index 068a0f9b9193..3ea4b878abdf 100644 --- a/clients/client-ec2/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-ec2/commands/CreateCapacityReservationCommand.ts @@ -39,7 +39,7 @@ export interface CreateCapacityReservationCommandOutput extends CreateCapacityRe * more information about increasing your instance limits, see Amazon EC2 Service * Quotas in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateCapacityReservationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateCapacityReservationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateCarrierGatewayCommand.ts b/clients/client-ec2/commands/CreateCarrierGatewayCommand.ts index fc760e6c87c1..b583ac93c112 100644 --- a/clients/client-ec2/commands/CreateCarrierGatewayCommand.ts +++ b/clients/client-ec2/commands/CreateCarrierGatewayCommand.ts @@ -24,7 +24,7 @@ export interface CreateCarrierGatewayCommandOutput extends CreateCarrierGatewayR *

Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the AWS Wavelength Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateCarrierGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateCarrierGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateClientVpnEndpointCommand.ts b/clients/client-ec2/commands/CreateClientVpnEndpointCommand.ts index 61f5a7ca5431..c95068b81629 100644 --- a/clients/client-ec2/commands/CreateClientVpnEndpointCommand.ts +++ b/clients/client-ec2/commands/CreateClientVpnEndpointCommand.ts @@ -25,7 +25,7 @@ export interface CreateClientVpnEndpointCommandOutput extends CreateClientVpnEnd * enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions * are terminated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateClientVpnEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateClientVpnEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateClientVpnRouteCommand.ts b/clients/client-ec2/commands/CreateClientVpnRouteCommand.ts index 9937f247d91d..3f9351cbec62 100644 --- a/clients/client-ec2/commands/CreateClientVpnRouteCommand.ts +++ b/clients/client-ec2/commands/CreateClientVpnRouteCommand.ts @@ -24,7 +24,7 @@ export interface CreateClientVpnRouteCommandOutput extends CreateClientVpnRouteR *

Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the * available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateClientVpnRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateClientVpnRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateCustomerGatewayCommand.ts b/clients/client-ec2/commands/CreateCustomerGatewayCommand.ts index e4d482097838..ab4fc0803fb6 100644 --- a/clients/client-ec2/commands/CreateCustomerGatewayCommand.ts +++ b/clients/client-ec2/commands/CreateCustomerGatewayCommand.ts @@ -58,7 +58,7 @@ export interface CreateCustomerGatewayCommandOutput extends CreateCustomerGatewa * customer gateways.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateCustomerGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateCustomerGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateDefaultSubnetCommand.ts b/clients/client-ec2/commands/CreateDefaultSubnetCommand.ts index 806421946a86..0e570a3bec80 100644 --- a/clients/client-ec2/commands/CreateDefaultSubnetCommand.ts +++ b/clients/client-ec2/commands/CreateDefaultSubnetCommand.ts @@ -26,7 +26,7 @@ export interface CreateDefaultSubnetCommandOutput extends CreateDefaultSubnetRes * per Availability Zone. For more information, see Creating a Default * Subnet in the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateDefaultSubnetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateDefaultSubnetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateDefaultVpcCommand.ts b/clients/client-ec2/commands/CreateDefaultVpcCommand.ts index 008eddd4b6ea..2681b834221c 100644 --- a/clients/client-ec2/commands/CreateDefaultVpcCommand.ts +++ b/clients/client-ec2/commands/CreateDefaultVpcCommand.ts @@ -34,7 +34,7 @@ export interface CreateDefaultVpcCommandOutput extends CreateDefaultVpcResult, _ * that possible?" in the Default VPCs * FAQ.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateDefaultVpcCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateDefaultVpcCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateDhcpOptionsCommand.ts b/clients/client-ec2/commands/CreateDhcpOptionsCommand.ts index 155529fd48e0..6ecbcdfee262 100644 --- a/clients/client-ec2/commands/CreateDhcpOptionsCommand.ts +++ b/clients/client-ec2/commands/CreateDhcpOptionsCommand.ts @@ -75,7 +75,7 @@ export interface CreateDhcpOptionsCommandOutput extends CreateDhcpOptionsResult, * choice. For more information, see DHCP Options Sets in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateDhcpOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateDhcpOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/commands/CreateEgressOnlyInternetGatewayCommand.ts index 5d02c3cf0a49..31e10de7460c 100644 --- a/clients/client-ec2/commands/CreateEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/commands/CreateEgressOnlyInternetGatewayCommand.ts @@ -28,7 +28,7 @@ export interface CreateEgressOnlyInternetGatewayCommandOutput * your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 * connection with your instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateEgressOnlyInternetGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateEgressOnlyInternetGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateFleetCommand.ts b/clients/client-ec2/commands/CreateFleetCommand.ts index fe46404aabf4..37abb1a633c9 100644 --- a/clients/client-ec2/commands/CreateFleetCommand.ts +++ b/clients/client-ec2/commands/CreateFleetCommand.ts @@ -23,7 +23,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB * instance type, AMI, Availability Zone, or subnet.

*

For more information, see Launching an EC2 Fleet in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateFleetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateFleetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateFlowLogsCommand.ts b/clients/client-ec2/commands/CreateFlowLogsCommand.ts index 599ed954c555..58f873bbe26e 100644 --- a/clients/client-ec2/commands/CreateFlowLogsCommand.ts +++ b/clients/client-ec2/commands/CreateFlowLogsCommand.ts @@ -33,7 +33,7 @@ export interface CreateFlowLogsCommandOutput extends CreateFlowLogsResult, __Met * *

For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateFlowLogsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateFlowLogsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateFpgaImageCommand.ts b/clients/client-ec2/commands/CreateFpgaImageCommand.ts index a5dbc8abeabf..019426ab8e73 100644 --- a/clients/client-ec2/commands/CreateFpgaImageCommand.ts +++ b/clients/client-ec2/commands/CreateFpgaImageCommand.ts @@ -25,7 +25,7 @@ export interface CreateFpgaImageCommandOutput extends CreateFpgaImageResult, __M * You can securely deploy an AFI on multiple FPGA-accelerated instances. * For more information, see the AWS FPGA Hardware Development Kit.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateFpgaImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateFpgaImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateImageCommand.ts b/clients/client-ec2/commands/CreateImageCommand.ts index 9c6cfd083f6e..f554811b38c1 100644 --- a/clients/client-ec2/commands/CreateImageCommand.ts +++ b/clients/client-ec2/commands/CreateImageCommand.ts @@ -30,7 +30,7 @@ export interface CreateImageCommandOutput extends CreateImageResult, __MetadataB *

For more information, see Creating Amazon EBS-Backed Linux AMIs * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateInstanceExportTaskCommand.ts b/clients/client-ec2/commands/CreateInstanceExportTaskCommand.ts index 756a6e93017b..2bf4d8b6a403 100644 --- a/clients/client-ec2/commands/CreateInstanceExportTaskCommand.ts +++ b/clients/client-ec2/commands/CreateInstanceExportTaskCommand.ts @@ -26,7 +26,7 @@ export interface CreateInstanceExportTaskCommandOutput extends CreateInstanceExp * for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export * in the VM Import/Export User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateInstanceExportTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateInstanceExportTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateInternetGatewayCommand.ts b/clients/client-ec2/commands/CreateInternetGatewayCommand.ts index d05456c579e9..36a5ce3f83a9 100644 --- a/clients/client-ec2/commands/CreateInternetGatewayCommand.ts +++ b/clients/client-ec2/commands/CreateInternetGatewayCommand.ts @@ -25,7 +25,7 @@ export interface CreateInternetGatewayCommandOutput extends CreateInternetGatewa * you attach it to a VPC using AttachInternetGateway.

*

For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateInternetGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateInternetGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateKeyPairCommand.ts b/clients/client-ec2/commands/CreateKeyPairCommand.ts index 2625885ca528..73316311080e 100644 --- a/clients/client-ec2/commands/CreateKeyPairCommand.ts +++ b/clients/client-ec2/commands/CreateKeyPairCommand.ts @@ -29,7 +29,7 @@ export interface CreateKeyPairCommandOutput extends KeyPair, __MetadataBearer {} *

For more information, see Key Pairs in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateKeyPairCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateKeyPairCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateLaunchTemplateCommand.ts b/clients/client-ec2/commands/CreateLaunchTemplateCommand.ts index c6abc63c20b9..a217ea25aecc 100644 --- a/clients/client-ec2/commands/CreateLaunchTemplateCommand.ts +++ b/clients/client-ec2/commands/CreateLaunchTemplateCommand.ts @@ -27,7 +27,7 @@ export interface CreateLaunchTemplateCommandOutput extends CreateLaunchTemplateR * more information, see Launching an instance from a * launch templatein the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateLaunchTemplateCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateLaunchTemplateCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateLaunchTemplateVersionCommand.ts b/clients/client-ec2/commands/CreateLaunchTemplateVersionCommand.ts index 99b6c361886f..2ca718dbcffb 100644 --- a/clients/client-ec2/commands/CreateLaunchTemplateVersionCommand.ts +++ b/clients/client-ec2/commands/CreateLaunchTemplateVersionCommand.ts @@ -28,7 +28,7 @@ export interface CreateLaunchTemplateVersionCommandOutput extends CreateLaunchTe *

For * more information, see Managing launch template versionsin the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateLaunchTemplateVersionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateLaunchTemplateVersionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateLocalGatewayRouteCommand.ts b/clients/client-ec2/commands/CreateLocalGatewayRouteCommand.ts index 999cbeede423..acbc2efbd64b 100644 --- a/clients/client-ec2/commands/CreateLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/commands/CreateLocalGatewayRouteCommand.ts @@ -23,7 +23,7 @@ export interface CreateLocalGatewayRouteCommandOutput extends CreateLocalGateway /** *

Creates a static route for the specified local gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateLocalGatewayRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateLocalGatewayRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts index f61a7e853019..ededfa563810 100644 --- a/clients/client-ec2/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts @@ -29,7 +29,7 @@ export interface CreateLocalGatewayRouteTableVpcAssociationCommandOutput /** *

Associates the specified VPC with the specified local gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateLocalGatewayRouteTableVpcAssociationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateLocalGatewayRouteTableVpcAssociationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateManagedPrefixListCommand.ts b/clients/client-ec2/commands/CreateManagedPrefixListCommand.ts index de1f245df909..7ac8c199f875 100644 --- a/clients/client-ec2/commands/CreateManagedPrefixListCommand.ts +++ b/clients/client-ec2/commands/CreateManagedPrefixListCommand.ts @@ -24,7 +24,7 @@ export interface CreateManagedPrefixListCommandOutput extends CreateManagedPrefi *

Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description.

*

You must specify the maximum number of entries for the prefix list. The maximum number of entries cannot be changed later.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateManagedPrefixListCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateManagedPrefixListCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateNatGatewayCommand.ts b/clients/client-ec2/commands/CreateNatGatewayCommand.ts index a17c90d4d7ed..8a00b83f2c85 100644 --- a/clients/client-ec2/commands/CreateNatGatewayCommand.ts +++ b/clients/client-ec2/commands/CreateNatGatewayCommand.ts @@ -28,7 +28,7 @@ export interface CreateNatGatewayCommandOutput extends CreateNatGatewayResult, _ * For more information, see NAT Gateways in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateNatGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateNatGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateNetworkAclCommand.ts b/clients/client-ec2/commands/CreateNetworkAclCommand.ts index 536bea10ee8c..84e6e6ed5f29 100644 --- a/clients/client-ec2/commands/CreateNetworkAclCommand.ts +++ b/clients/client-ec2/commands/CreateNetworkAclCommand.ts @@ -25,7 +25,7 @@ export interface CreateNetworkAclCommandOutput extends CreateNetworkAclResult, _ *

For more information, see Network ACLs in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateNetworkAclCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateNetworkAclCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateNetworkAclEntryCommand.ts b/clients/client-ec2/commands/CreateNetworkAclEntryCommand.ts index 15f5e55481ea..cf7dad8db123 100644 --- a/clients/client-ec2/commands/CreateNetworkAclEntryCommand.ts +++ b/clients/client-ec2/commands/CreateNetworkAclEntryCommand.ts @@ -30,7 +30,7 @@ export interface CreateNetworkAclEntryCommandOutput extends __MetadataBearer {} *

After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.

*

For more information about network ACLs, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateNetworkAclEntryCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateNetworkAclEntryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateNetworkInsightsPathCommand.ts b/clients/client-ec2/commands/CreateNetworkInsightsPathCommand.ts index da4a569d8f4e..fc3c39cf29dd 100644 --- a/clients/client-ec2/commands/CreateNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/commands/CreateNetworkInsightsPathCommand.ts @@ -26,7 +26,7 @@ export interface CreateNetworkInsightsPathCommandOutput extends CreateNetworkIns * two resources in your virtual private cloud (VPC). For more information, see * What is Reachability Analyzer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateNetworkInsightsPathCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateNetworkInsightsPathCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateNetworkInterfaceCommand.ts b/clients/client-ec2/commands/CreateNetworkInterfaceCommand.ts index 159e3c91e74f..763c011e465b 100644 --- a/clients/client-ec2/commands/CreateNetworkInterfaceCommand.ts +++ b/clients/client-ec2/commands/CreateNetworkInterfaceCommand.ts @@ -25,7 +25,7 @@ export interface CreateNetworkInterfaceCommandOutput extends CreateNetworkInterf *

For more information about network interfaces, see Elastic Network Interfaces * in the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateNetworkInterfaceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateNetworkInterfaceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateNetworkInterfacePermissionCommand.ts b/clients/client-ec2/commands/CreateNetworkInterfacePermissionCommand.ts index 08a8a8680b4b..cd6077af213c 100644 --- a/clients/client-ec2/commands/CreateNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/commands/CreateNetworkInterfacePermissionCommand.ts @@ -27,7 +27,7 @@ export interface CreateNetworkInterfacePermissionCommandOutput * an instance in their account.

*

You can grant permission to a single AWS account only, and only one account at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateNetworkInterfacePermissionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateNetworkInterfacePermissionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreatePlacementGroupCommand.ts b/clients/client-ec2/commands/CreatePlacementGroupCommand.ts index e3947cc81a60..42a166ab32f4 100644 --- a/clients/client-ec2/commands/CreatePlacementGroupCommand.ts +++ b/clients/client-ec2/commands/CreatePlacementGroupCommand.ts @@ -32,7 +32,7 @@ export interface CreatePlacementGroupCommandOutput extends CreatePlacementGroupR *

For more information, see Placement groups in the * Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreatePlacementGroupCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreatePlacementGroupCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateReplaceRootVolumeTaskCommand.ts b/clients/client-ec2/commands/CreateReplaceRootVolumeTaskCommand.ts index 357047a91573..46ef2005fe23 100644 --- a/clients/client-ec2/commands/CreateReplaceRootVolumeTaskCommand.ts +++ b/clients/client-ec2/commands/CreateReplaceRootVolumeTaskCommand.ts @@ -28,7 +28,7 @@ export interface CreateReplaceRootVolumeTaskCommandOutput extends CreateReplaceR *

For more information, see Replace a root volume * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateReplaceRootVolumeTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateReplaceRootVolumeTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateReservedInstancesListingCommand.ts b/clients/client-ec2/commands/CreateReservedInstancesListingCommand.ts index b0eef2ca5644..c0a8361633a4 100644 --- a/clients/client-ec2/commands/CreateReservedInstancesListingCommand.ts +++ b/clients/client-ec2/commands/CreateReservedInstancesListingCommand.ts @@ -40,7 +40,7 @@ export interface CreateReservedInstancesListingCommandOutput *

For more information, see Reserved Instance Marketplace in the * Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateReservedInstancesListingCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateReservedInstancesListingCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateRestoreImageTaskCommand.ts b/clients/client-ec2/commands/CreateRestoreImageTaskCommand.ts index 6e59b5e7816d..be8943dd231a 100644 --- a/clients/client-ec2/commands/CreateRestoreImageTaskCommand.ts +++ b/clients/client-ec2/commands/CreateRestoreImageTaskCommand.ts @@ -28,7 +28,7 @@ export interface CreateRestoreImageTaskCommandOutput extends CreateRestoreImageT *

For more information, see Store and restore an AMI using * S3 in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateRestoreImageTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateRestoreImageTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateRouteCommand.ts b/clients/client-ec2/commands/CreateRouteCommand.ts index 57a2dad6b5f2..b350de27aa4e 100644 --- a/clients/client-ec2/commands/CreateRouteCommand.ts +++ b/clients/client-ec2/commands/CreateRouteCommand.ts @@ -40,7 +40,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB *

For more information about route tables, see Route Tables in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateRouteTableCommand.ts b/clients/client-ec2/commands/CreateRouteTableCommand.ts index 96d4a1fe2b2f..727547129eac 100644 --- a/clients/client-ec2/commands/CreateRouteTableCommand.ts +++ b/clients/client-ec2/commands/CreateRouteTableCommand.ts @@ -25,7 +25,7 @@ export interface CreateRouteTableCommandOutput extends CreateRouteTableResult, _ *

For more information, see Route Tables in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateSecurityGroupCommand.ts b/clients/client-ec2/commands/CreateSecurityGroupCommand.ts index b0b4d98474d7..3ac7d80eab7f 100644 --- a/clients/client-ec2/commands/CreateSecurityGroupCommand.ts +++ b/clients/client-ec2/commands/CreateSecurityGroupCommand.ts @@ -37,7 +37,7 @@ export interface CreateSecurityGroupCommandOutput extends CreateSecurityGroupRes * RevokeSecurityGroupEgress.

*

For more information about VPC security group limits, see Amazon VPC Limits.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateSecurityGroupCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateSecurityGroupCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateSnapshotCommand.ts b/clients/client-ec2/commands/CreateSnapshotCommand.ts index f58fe6750894..6a413ac062cf 100644 --- a/clients/client-ec2/commands/CreateSnapshotCommand.ts +++ b/clients/client-ec2/commands/CreateSnapshotCommand.ts @@ -47,7 +47,7 @@ export interface CreateSnapshotCommandOutput extends Snapshot, __MetadataBearer * resources in the Amazon Elastic Compute Cloud User Guide.

*

For more information, see Amazon Elastic Block Store and Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateSnapshotCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateSnapshotCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateSnapshotsCommand.ts b/clients/client-ec2/commands/CreateSnapshotsCommand.ts index d2de729acfb9..81e5dffc764b 100644 --- a/clients/client-ec2/commands/CreateSnapshotsCommand.ts +++ b/clients/client-ec2/commands/CreateSnapshotsCommand.ts @@ -29,7 +29,7 @@ export interface CreateSnapshotsCommandOutput extends CreateSnapshotsResult, __M * the snapshots can be stored on the same Outpost as the instance, or in the Region for that * Outpost.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateSnapshotsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateSnapshotsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/commands/CreateSpotDatafeedSubscriptionCommand.ts index 0ff7714ab399..ba18c1ae8181 100644 --- a/clients/client-ec2/commands/CreateSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/commands/CreateSpotDatafeedSubscriptionCommand.ts @@ -28,7 +28,7 @@ export interface CreateSpotDatafeedSubscriptionCommandOutput * Spot Instance data feed * in the Amazon EC2 User Guide for Linux Instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateSpotDatafeedSubscriptionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateSpotDatafeedSubscriptionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateStoreImageTaskCommand.ts b/clients/client-ec2/commands/CreateStoreImageTaskCommand.ts index 5c458664f6a9..5995b4a4fadd 100644 --- a/clients/client-ec2/commands/CreateStoreImageTaskCommand.ts +++ b/clients/client-ec2/commands/CreateStoreImageTaskCommand.ts @@ -27,7 +27,7 @@ export interface CreateStoreImageTaskCommandOutput extends CreateStoreImageTaskR *

For more information, see Store and restore an AMI using * S3 in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateStoreImageTaskCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateStoreImageTaskCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateSubnetCommand.ts b/clients/client-ec2/commands/CreateSubnetCommand.ts index 2a63523c0d65..0a8dc3835acc 100644 --- a/clients/client-ec2/commands/CreateSubnetCommand.ts +++ b/clients/client-ec2/commands/CreateSubnetCommand.ts @@ -37,7 +37,7 @@ export interface CreateSubnetCommandOutput extends CreateSubnetResult, __Metadat *

For more information about subnets, see Your VPC and Subnets in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateSubnetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateSubnetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTagsCommand.ts b/clients/client-ec2/commands/CreateTagsCommand.ts index 7f26f1d02a6b..bed01366427a 100644 --- a/clients/client-ec2/commands/CreateTagsCommand.ts +++ b/clients/client-ec2/commands/CreateTagsCommand.ts @@ -29,7 +29,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {} * Resource-Level Permissions for Amazon EC2 API Actions in the Amazon * Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTagsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTagsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTrafficMirrorFilterCommand.ts b/clients/client-ec2/commands/CreateTrafficMirrorFilterCommand.ts index d9cff5a389de..23576cf13a27 100644 --- a/clients/client-ec2/commands/CreateTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/commands/CreateTrafficMirrorFilterCommand.ts @@ -26,7 +26,7 @@ export interface CreateTrafficMirrorFilterCommandOutput extends CreateTrafficMir *

By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you * add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTrafficMirrorFilterCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTrafficMirrorFilterCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/commands/CreateTrafficMirrorFilterRuleCommand.ts index b229c725aae3..dd0f952587d0 100644 --- a/clients/client-ec2/commands/CreateTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/commands/CreateTrafficMirrorFilterRuleCommand.ts @@ -27,7 +27,7 @@ export interface CreateTrafficMirrorFilterRuleCommandOutput *

A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.

*

You need the Traffic Mirror filter ID when you create the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTrafficMirrorFilterRuleCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTrafficMirrorFilterRuleCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTrafficMirrorSessionCommand.ts b/clients/client-ec2/commands/CreateTrafficMirrorSessionCommand.ts index ae3aa99176b4..fd3f767dc97b 100644 --- a/clients/client-ec2/commands/CreateTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/commands/CreateTrafficMirrorSessionCommand.ts @@ -29,7 +29,7 @@ export interface CreateTrafficMirrorSessionCommandOutput extends CreateTrafficMi *

By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to * create filter rules that specify the traffic to mirror.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTrafficMirrorSessionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTrafficMirrorSessionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTrafficMirrorTargetCommand.ts b/clients/client-ec2/commands/CreateTrafficMirrorTargetCommand.ts index 1d37b9cfcd91..2e7b38d5be31 100644 --- a/clients/client-ec2/commands/CreateTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/commands/CreateTrafficMirrorTargetCommand.ts @@ -28,7 +28,7 @@ export interface CreateTrafficMirrorTargetCommandOutput extends CreateTrafficMir *

A Traffic Mirror target can be a network interface, or a Network Load Balancer.

*

To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTrafficMirrorTargetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTrafficMirrorTargetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayCommand.ts index 9990b9e74449..fcf00a33a7c9 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayCommand.ts @@ -35,7 +35,7 @@ export interface CreateTransitGatewayCommandOutput extends CreateTransitGatewayR * You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource * attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayConnectCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayConnectCommand.ts index ba5c5a2427be..1fd9bf575587 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayConnectCommand.ts @@ -24,7 +24,7 @@ export interface CreateTransitGatewayConnectCommandOutput extends CreateTransitG *

Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance.

*

A Connect attachment uses an existing VPC or AWS Direct Connect attachment as the underlying transport mechanism.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayConnectCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayConnectCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayConnectPeerCommand.ts index 3de1ecf83f48..0301daca5101 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayConnectPeerCommand.ts @@ -28,7 +28,7 @@ export interface CreateTransitGatewayConnectPeerCommandOutput *

The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).

*

For more information, see Connect peers in the Transit Gateways Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayConnectPeerCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayConnectPeerCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayMulticastDomainCommand.ts index 4cc7f8c87ab1..ce41bc688b6d 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayMulticastDomainCommand.ts @@ -29,7 +29,7 @@ export interface CreateTransitGatewayMulticastDomainCommandOutput *

Creates a multicast domain using the specified transit gateway.

*

The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways to see the state of transit gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayMulticastDomainCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayMulticastDomainCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayPeeringAttachmentCommand.ts index 3daf56d596ba..8dd85f8dee7d 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayPeeringAttachmentCommand.ts @@ -34,7 +34,7 @@ export interface CreateTransitGatewayPeeringAttachmentCommandOutput *

After you create the peering attachment, the owner of the accepter * transit gateway must accept the attachment request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayPeeringAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayPeeringAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayPrefixListReferenceCommand.ts index 3d27440815ea..1da991970e4e 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayPrefixListReferenceCommand.ts @@ -29,7 +29,7 @@ export interface CreateTransitGatewayPrefixListReferenceCommandOutput /** *

Creates a reference (route) to a prefix list in a specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayPrefixListReferenceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayPrefixListReferenceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayRouteCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayRouteCommand.ts index 204bbcf8f061..2ad036a2c1f5 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayRouteCommand.ts @@ -23,7 +23,7 @@ export interface CreateTransitGatewayRouteCommandOutput extends CreateTransitGat /** *

Creates a static route for the specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayRouteTableCommand.ts index d2ed8bd5faae..c0e3165592c5 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayRouteTableCommand.ts @@ -25,7 +25,7 @@ export interface CreateTransitGatewayRouteTableCommandOutput /** *

Creates a route table for the specified transit gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/commands/CreateTransitGatewayVpcAttachmentCommand.ts index 9872d8fb6e7f..7a08a197b81a 100644 --- a/clients/client-ec2/commands/CreateTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/commands/CreateTransitGatewayVpcAttachmentCommand.ts @@ -28,7 +28,7 @@ export interface CreateTransitGatewayVpcAttachmentCommandOutput * the new VPC CIDR range is not propagated to the default propagation route table.

*

To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateTransitGatewayVpcAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateTransitGatewayVpcAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVolumeCommand.ts b/clients/client-ec2/commands/CreateVolumeCommand.ts index 3c716e8bb412..5cb40558da95 100644 --- a/clients/client-ec2/commands/CreateVolumeCommand.ts +++ b/clients/client-ec2/commands/CreateVolumeCommand.ts @@ -30,7 +30,7 @@ export interface CreateVolumeCommandOutput extends Volume, __MetadataBearer {} *

For more information, see Creating an Amazon EBS volume in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVolumeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVolumeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpcCommand.ts b/clients/client-ec2/commands/CreateVpcCommand.ts index 2c84b2c3ca22..016f82a6f733 100644 --- a/clients/client-ec2/commands/CreateVpcCommand.ts +++ b/clients/client-ec2/commands/CreateVpcCommand.ts @@ -30,7 +30,7 @@ export interface CreateVpcCommandOutput extends CreateVpcResult, __MetadataBeare * this value for the VPC after you create it. For more information, see Dedicated Instances in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpcCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpcCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpcEndpointCommand.ts b/clients/client-ec2/commands/CreateVpcEndpointCommand.ts index cab910b17608..844a4bfd868d 100644 --- a/clients/client-ec2/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-ec2/commands/CreateVpcEndpointCommand.ts @@ -37,7 +37,7 @@ export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointResult, *

Use DescribeVpcEndpointServices to get a list of supported * services.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpcEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpcEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/commands/CreateVpcEndpointConnectionNotificationCommand.ts index 8914c13b871b..a13c6c81e062 100644 --- a/clients/client-ec2/commands/CreateVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/commands/CreateVpcEndpointConnectionNotificationCommand.ts @@ -33,7 +33,7 @@ export interface CreateVpcEndpointConnectionNotificationCommandOutput * the Amazon Simple Notification Service Developer Guide.

*

You can create a connection notification for interface endpoints only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpcEndpointConnectionNotificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpcEndpointConnectionNotificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/commands/CreateVpcEndpointServiceConfigurationCommand.ts index a2fe2c14fb01..dc6172b444b5 100644 --- a/clients/client-ec2/commands/CreateVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/commands/CreateVpcEndpointServiceConfigurationCommand.ts @@ -48,7 +48,7 @@ export interface CreateVpcEndpointServiceConfigurationCommandOutput * Private DNS Name Verification in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpcEndpointServiceConfigurationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpcEndpointServiceConfigurationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-ec2/commands/CreateVpcPeeringConnectionCommand.ts index 79b3d1bfd981..fd3cdf8a0bf2 100644 --- a/clients/client-ec2/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/commands/CreateVpcPeeringConnectionCommand.ts @@ -34,7 +34,7 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin *

If you create a VPC peering connection request between VPCs with overlapping CIDR * blocks, the VPC peering connection has a status of failed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpcPeeringConnectionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpcPeeringConnectionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpnConnectionCommand.ts b/clients/client-ec2/commands/CreateVpnConnectionCommand.ts index 2d545381bef2..1700228316da 100644 --- a/clients/client-ec2/commands/CreateVpnConnectionCommand.ts +++ b/clients/client-ec2/commands/CreateVpnConnectionCommand.ts @@ -38,7 +38,7 @@ export interface CreateVpnConnectionCommandOutput extends CreateVpnConnectionRes *

For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN * User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpnConnectionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpnConnectionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpnConnectionRouteCommand.ts b/clients/client-ec2/commands/CreateVpnConnectionRouteCommand.ts index 7e1a6ddb12f9..c75e8c50959a 100644 --- a/clients/client-ec2/commands/CreateVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/commands/CreateVpnConnectionRouteCommand.ts @@ -24,7 +24,7 @@ export interface CreateVpnConnectionRouteCommandOutput extends __MetadataBearer *

Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

*

For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpnConnectionRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpnConnectionRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/CreateVpnGatewayCommand.ts b/clients/client-ec2/commands/CreateVpnGatewayCommand.ts index f065670b3e31..5f973c98203f 100644 --- a/clients/client-ec2/commands/CreateVpnGatewayCommand.ts +++ b/clients/client-ec2/commands/CreateVpnGatewayCommand.ts @@ -24,7 +24,7 @@ export interface CreateVpnGatewayCommandOutput extends CreateVpnGatewayResult, _ *

Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.

*

For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, CreateVpnGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, CreateVpnGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteCarrierGatewayCommand.ts b/clients/client-ec2/commands/DeleteCarrierGatewayCommand.ts index a7d6d58141e5..65d762aa7ee7 100644 --- a/clients/client-ec2/commands/DeleteCarrierGatewayCommand.ts +++ b/clients/client-ec2/commands/DeleteCarrierGatewayCommand.ts @@ -28,7 +28,7 @@ export interface DeleteCarrierGatewayCommandOutput extends DeleteCarrierGatewayR * DeleteRoute.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteCarrierGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteCarrierGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteClientVpnEndpointCommand.ts b/clients/client-ec2/commands/DeleteClientVpnEndpointCommand.ts index 712b4603f921..58ef4763f474 100644 --- a/clients/client-ec2/commands/DeleteClientVpnEndpointCommand.ts +++ b/clients/client-ec2/commands/DeleteClientVpnEndpointCommand.ts @@ -24,7 +24,7 @@ export interface DeleteClientVpnEndpointCommandOutput extends DeleteClientVpnEnd *

Deletes the specified Client VPN endpoint. You must disassociate all target networks before you * can delete a Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteClientVpnEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteClientVpnEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteClientVpnRouteCommand.ts b/clients/client-ec2/commands/DeleteClientVpnRouteCommand.ts index beab77a69616..5b36c8d1caf8 100644 --- a/clients/client-ec2/commands/DeleteClientVpnRouteCommand.ts +++ b/clients/client-ec2/commands/DeleteClientVpnRouteCommand.ts @@ -26,7 +26,7 @@ export interface DeleteClientVpnRouteCommandOutput extends DeleteClientVpnRouteR * automatically added when associating a subnet. To remove routes that have been automatically added, * disassociate the target subnet from the Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteClientVpnRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteClientVpnRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteCustomerGatewayCommand.ts b/clients/client-ec2/commands/DeleteCustomerGatewayCommand.ts index 07b7dc6da2d2..bef86eb2b19b 100644 --- a/clients/client-ec2/commands/DeleteCustomerGatewayCommand.ts +++ b/clients/client-ec2/commands/DeleteCustomerGatewayCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCustomerGatewayCommandOutput extends __MetadataBearer {} /** *

Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteCustomerGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteCustomerGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteDhcpOptionsCommand.ts b/clients/client-ec2/commands/DeleteDhcpOptionsCommand.ts index cce83e6f41f2..6a2cff104939 100644 --- a/clients/client-ec2/commands/DeleteDhcpOptionsCommand.ts +++ b/clients/client-ec2/commands/DeleteDhcpOptionsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDhcpOptionsCommandOutput extends __MetadataBearer {} /** *

Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteDhcpOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteDhcpOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/commands/DeleteEgressOnlyInternetGatewayCommand.ts index 7be965af9240..d5ce7421886f 100644 --- a/clients/client-ec2/commands/DeleteEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/commands/DeleteEgressOnlyInternetGatewayCommand.ts @@ -25,7 +25,7 @@ export interface DeleteEgressOnlyInternetGatewayCommandOutput /** *

Deletes an egress-only internet gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteEgressOnlyInternetGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteEgressOnlyInternetGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteFleetsCommand.ts b/clients/client-ec2/commands/DeleteFleetsCommand.ts index e55eccea41c5..734d1bd23bbe 100644 --- a/clients/client-ec2/commands/DeleteFleetsCommand.ts +++ b/clients/client-ec2/commands/DeleteFleetsCommand.ts @@ -46,7 +46,7 @@ export interface DeleteFleetsCommandOutput extends DeleteFleetsResult, __Metadat *

For more information, see Deleting an EC2 * Fleet in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteFleetsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteFleetsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteFlowLogsCommand.ts b/clients/client-ec2/commands/DeleteFlowLogsCommand.ts index 3605d46a65cc..a05c02a1df81 100644 --- a/clients/client-ec2/commands/DeleteFlowLogsCommand.ts +++ b/clients/client-ec2/commands/DeleteFlowLogsCommand.ts @@ -20,7 +20,7 @@ export interface DeleteFlowLogsCommandOutput extends DeleteFlowLogsResult, __Met /** *

Deletes one or more flow logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteFlowLogsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteFlowLogsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteFpgaImageCommand.ts b/clients/client-ec2/commands/DeleteFpgaImageCommand.ts index 3704f74d3565..2774a0e8154b 100644 --- a/clients/client-ec2/commands/DeleteFpgaImageCommand.ts +++ b/clients/client-ec2/commands/DeleteFpgaImageCommand.ts @@ -20,7 +20,7 @@ export interface DeleteFpgaImageCommandOutput extends DeleteFpgaImageResult, __M /** *

Deletes the specified Amazon FPGA Image (AFI).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteFpgaImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteFpgaImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteInternetGatewayCommand.ts b/clients/client-ec2/commands/DeleteInternetGatewayCommand.ts index 184c7b8ea804..60a821fa13c8 100644 --- a/clients/client-ec2/commands/DeleteInternetGatewayCommand.ts +++ b/clients/client-ec2/commands/DeleteInternetGatewayCommand.ts @@ -24,7 +24,7 @@ export interface DeleteInternetGatewayCommandOutput extends __MetadataBearer {} *

Deletes the specified internet gateway. You must detach the internet gateway from the * VPC before you can delete it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteInternetGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteInternetGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteKeyPairCommand.ts b/clients/client-ec2/commands/DeleteKeyPairCommand.ts index 2b8ddb348870..eb3a325d1ecc 100644 --- a/clients/client-ec2/commands/DeleteKeyPairCommand.ts +++ b/clients/client-ec2/commands/DeleteKeyPairCommand.ts @@ -20,7 +20,7 @@ export interface DeleteKeyPairCommandOutput extends __MetadataBearer {} /** *

Deletes the specified key pair, by removing the public key from Amazon EC2.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteKeyPairCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteKeyPairCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteLaunchTemplateCommand.ts b/clients/client-ec2/commands/DeleteLaunchTemplateCommand.ts index 1403abad2578..79a3f075ae6f 100644 --- a/clients/client-ec2/commands/DeleteLaunchTemplateCommand.ts +++ b/clients/client-ec2/commands/DeleteLaunchTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLaunchTemplateCommandOutput extends DeleteLaunchTemplateR /** *

Deletes a launch template. Deleting a launch template deletes all of its versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteLaunchTemplateCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteLaunchTemplateCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteLaunchTemplateVersionsCommand.ts b/clients/client-ec2/commands/DeleteLaunchTemplateVersionsCommand.ts index 5770fc3a0e8e..2c290a341c9e 100644 --- a/clients/client-ec2/commands/DeleteLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/commands/DeleteLaunchTemplateVersionsCommand.ts @@ -28,7 +28,7 @@ export interface DeleteLaunchTemplateVersionsCommandOutput * If the default version is the only version for the launch template, you must delete the * entire launch template using DeleteLaunchTemplate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteLaunchTemplateVersionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteLaunchTemplateVersionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteLocalGatewayRouteCommand.ts b/clients/client-ec2/commands/DeleteLocalGatewayRouteCommand.ts index 4ce407c45d2f..f92fbacbc78c 100644 --- a/clients/client-ec2/commands/DeleteLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/commands/DeleteLocalGatewayRouteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLocalGatewayRouteCommandOutput extends DeleteLocalGateway /** *

Deletes the specified route from the specified local gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteLocalGatewayRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteLocalGatewayRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts index 72454efd33ab..10e34bbfc113 100644 --- a/clients/client-ec2/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts @@ -29,7 +29,7 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationCommandOutput /** *

Deletes the specified association between a VPC and local gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteLocalGatewayRouteTableVpcAssociationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteLocalGatewayRouteTableVpcAssociationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteManagedPrefixListCommand.ts b/clients/client-ec2/commands/DeleteManagedPrefixListCommand.ts index 24bf115cc75a..92d6bcfb2f8a 100644 --- a/clients/client-ec2/commands/DeleteManagedPrefixListCommand.ts +++ b/clients/client-ec2/commands/DeleteManagedPrefixListCommand.ts @@ -23,7 +23,7 @@ export interface DeleteManagedPrefixListCommandOutput extends DeleteManagedPrefi /** *

Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteManagedPrefixListCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteManagedPrefixListCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteNatGatewayCommand.ts b/clients/client-ec2/commands/DeleteNatGatewayCommand.ts index 8825f9b3cd6e..f680802c7a38 100644 --- a/clients/client-ec2/commands/DeleteNatGatewayCommand.ts +++ b/clients/client-ec2/commands/DeleteNatGatewayCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNatGatewayCommandOutput extends DeleteNatGatewayResult, _ /** *

Deletes the specified NAT gateway. Deleting a NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteNatGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteNatGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteNetworkAclCommand.ts b/clients/client-ec2/commands/DeleteNetworkAclCommand.ts index ea8f86832a41..63e215e83a10 100644 --- a/clients/client-ec2/commands/DeleteNetworkAclCommand.ts +++ b/clients/client-ec2/commands/DeleteNetworkAclCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNetworkAclCommandOutput extends __MetadataBearer {} /** *

Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteNetworkAclCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteNetworkAclCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteNetworkAclEntryCommand.ts b/clients/client-ec2/commands/DeleteNetworkAclEntryCommand.ts index e530963e73b8..8629c3e5ee6c 100644 --- a/clients/client-ec2/commands/DeleteNetworkAclEntryCommand.ts +++ b/clients/client-ec2/commands/DeleteNetworkAclEntryCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNetworkAclEntryCommandOutput extends __MetadataBearer {} /** *

Deletes the specified ingress or egress entry (rule) from the specified network ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteNetworkAclEntryCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteNetworkAclEntryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/commands/DeleteNetworkInsightsAnalysisCommand.ts index 5fc45e2be67b..ff533dce9687 100644 --- a/clients/client-ec2/commands/DeleteNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/commands/DeleteNetworkInsightsAnalysisCommand.ts @@ -25,7 +25,7 @@ export interface DeleteNetworkInsightsAnalysisCommandOutput /** *

Deletes the specified network insights analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteNetworkInsightsAnalysisCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteNetworkInsightsAnalysisCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteNetworkInsightsPathCommand.ts b/clients/client-ec2/commands/DeleteNetworkInsightsPathCommand.ts index 4a8fb1b0839e..f87476a723a6 100644 --- a/clients/client-ec2/commands/DeleteNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/commands/DeleteNetworkInsightsPathCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNetworkInsightsPathCommandOutput extends DeleteNetworkIns /** *

Deletes the specified path.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteNetworkInsightsPathCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteNetworkInsightsPathCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteNetworkInterfaceCommand.ts b/clients/client-ec2/commands/DeleteNetworkInterfaceCommand.ts index dd18486d627e..378656b19931 100644 --- a/clients/client-ec2/commands/DeleteNetworkInterfaceCommand.ts +++ b/clients/client-ec2/commands/DeleteNetworkInterfaceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNetworkInterfaceCommandOutput extends __MetadataBearer {} /** *

Deletes the specified network interface. You must detach the network interface before you can delete it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteNetworkInterfaceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteNetworkInterfaceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteNetworkInterfacePermissionCommand.ts b/clients/client-ec2/commands/DeleteNetworkInterfacePermissionCommand.ts index 05962ba0192d..c31a79cacb29 100644 --- a/clients/client-ec2/commands/DeleteNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/commands/DeleteNetworkInterfacePermissionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteNetworkInterfacePermissionCommandOutput * network interface to an instance. However, you can force delete the permission, * regardless of any attachment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteNetworkInterfacePermissionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteNetworkInterfacePermissionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeletePlacementGroupCommand.ts b/clients/client-ec2/commands/DeletePlacementGroupCommand.ts index bb611cf4aec9..88450c556de7 100644 --- a/clients/client-ec2/commands/DeletePlacementGroupCommand.ts +++ b/clients/client-ec2/commands/DeletePlacementGroupCommand.ts @@ -25,7 +25,7 @@ export interface DeletePlacementGroupCommandOutput extends __MetadataBearer {} * placement group before you can delete the placement group. For more information, see * Placement groups in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeletePlacementGroupCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeletePlacementGroupCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteQueuedReservedInstancesCommand.ts b/clients/client-ec2/commands/DeleteQueuedReservedInstancesCommand.ts index 24c3694bd297..423039cfb008 100644 --- a/clients/client-ec2/commands/DeleteQueuedReservedInstancesCommand.ts +++ b/clients/client-ec2/commands/DeleteQueuedReservedInstancesCommand.ts @@ -25,7 +25,7 @@ export interface DeleteQueuedReservedInstancesCommandOutput /** *

Deletes the queued purchases for the specified Reserved Instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteQueuedReservedInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteQueuedReservedInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteRouteCommand.ts b/clients/client-ec2/commands/DeleteRouteCommand.ts index 0353f197b488..928b02fc214f 100644 --- a/clients/client-ec2/commands/DeleteRouteCommand.ts +++ b/clients/client-ec2/commands/DeleteRouteCommand.ts @@ -20,7 +20,7 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {} /** *

Deletes the specified route from the specified route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteRouteTableCommand.ts b/clients/client-ec2/commands/DeleteRouteTableCommand.ts index 77cd889413b9..cc99a937d148 100644 --- a/clients/client-ec2/commands/DeleteRouteTableCommand.ts +++ b/clients/client-ec2/commands/DeleteRouteTableCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRouteTableCommandOutput extends __MetadataBearer {} /** *

Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteSecurityGroupCommand.ts b/clients/client-ec2/commands/DeleteSecurityGroupCommand.ts index 796a59f32210..d9ff6eedbd6b 100644 --- a/clients/client-ec2/commands/DeleteSecurityGroupCommand.ts +++ b/clients/client-ec2/commands/DeleteSecurityGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteSecurityGroupCommandOutput extends __MetadataBearer {} * InvalidGroup.InUse in EC2-Classic or * DependencyViolation in EC2-VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteSecurityGroupCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteSecurityGroupCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteSnapshotCommand.ts b/clients/client-ec2/commands/DeleteSnapshotCommand.ts index 8ed78d0059bd..9205e6ed78f7 100644 --- a/clients/client-ec2/commands/DeleteSnapshotCommand.ts +++ b/clients/client-ec2/commands/DeleteSnapshotCommand.ts @@ -29,7 +29,7 @@ export interface DeleteSnapshotCommandOutput extends __MetadataBearer {} *

For more information, see Deleting an Amazon EBS snapshot in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteSnapshotCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteSnapshotCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/commands/DeleteSpotDatafeedSubscriptionCommand.ts index 49e8f50309f0..a63598070d9e 100644 --- a/clients/client-ec2/commands/DeleteSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/commands/DeleteSpotDatafeedSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSpotDatafeedSubscriptionCommandOutput extends __MetadataB /** *

Deletes the data feed for Spot Instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteSpotDatafeedSubscriptionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteSpotDatafeedSubscriptionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteSubnetCommand.ts b/clients/client-ec2/commands/DeleteSubnetCommand.ts index 82f93c2c54f9..c7ec3734c959 100644 --- a/clients/client-ec2/commands/DeleteSubnetCommand.ts +++ b/clients/client-ec2/commands/DeleteSubnetCommand.ts @@ -20,7 +20,7 @@ export interface DeleteSubnetCommandOutput extends __MetadataBearer {} /** *

Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteSubnetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteSubnetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTagsCommand.ts b/clients/client-ec2/commands/DeleteTagsCommand.ts index 4156ac65005b..d139e60022ea 100644 --- a/clients/client-ec2/commands/DeleteTagsCommand.ts +++ b/clients/client-ec2/commands/DeleteTagsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} * Tagging Your Resources * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTagsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTagsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTrafficMirrorFilterCommand.ts b/clients/client-ec2/commands/DeleteTrafficMirrorFilterCommand.ts index 9be7950a7538..bbfc12c3c7b7 100644 --- a/clients/client-ec2/commands/DeleteTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/commands/DeleteTrafficMirrorFilterCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTrafficMirrorFilterCommandOutput extends DeleteTrafficMir *

Deletes the specified Traffic Mirror filter.

*

You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTrafficMirrorFilterCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTrafficMirrorFilterCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/commands/DeleteTrafficMirrorFilterRuleCommand.ts index 63b9b8f7854a..32c254bb330f 100644 --- a/clients/client-ec2/commands/DeleteTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/commands/DeleteTrafficMirrorFilterRuleCommand.ts @@ -25,7 +25,7 @@ export interface DeleteTrafficMirrorFilterRuleCommandOutput /** *

Deletes the specified Traffic Mirror rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTrafficMirrorFilterRuleCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTrafficMirrorFilterRuleCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTrafficMirrorSessionCommand.ts b/clients/client-ec2/commands/DeleteTrafficMirrorSessionCommand.ts index 3c2c52ec9910..4a7956846497 100644 --- a/clients/client-ec2/commands/DeleteTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/commands/DeleteTrafficMirrorSessionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTrafficMirrorSessionCommandOutput extends DeleteTrafficMi /** *

Deletes the specified Traffic Mirror session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTrafficMirrorSessionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTrafficMirrorSessionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTrafficMirrorTargetCommand.ts b/clients/client-ec2/commands/DeleteTrafficMirrorTargetCommand.ts index 6020b7aaade5..26a8a0eecc9e 100644 --- a/clients/client-ec2/commands/DeleteTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/commands/DeleteTrafficMirrorTargetCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTrafficMirrorTargetCommandOutput extends DeleteTrafficMir *

Deletes the specified Traffic Mirror target.

*

You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTrafficMirrorTargetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTrafficMirrorTargetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayCommand.ts index d341cf18150f..9474de434ee0 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTransitGatewayCommandOutput extends DeleteTransitGatewayR /** *

Deletes the specified transit gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayConnectCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayConnectCommand.ts index 5d451db8b294..5de78b06b540 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayConnectCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTransitGatewayConnectCommandOutput extends DeleteTransitG *

Deletes the specified Connect attachment. You must first delete any Connect peers for * the attachment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayConnectCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayConnectCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayConnectPeerCommand.ts index 82a7a4ca7079..7d83bc778857 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayConnectPeerCommand.ts @@ -25,7 +25,7 @@ export interface DeleteTransitGatewayConnectPeerCommandOutput /** *

Deletes the specified Connect peer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayConnectPeerCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayConnectPeerCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayMulticastDomainCommand.ts index 6b5043eee1e8..d45fecdb3616 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayMulticastDomainCommand.ts @@ -28,7 +28,7 @@ export interface DeleteTransitGatewayMulticastDomainCommandOutput /** *

Deletes the specified transit gateway multicast domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayMulticastDomainCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayMulticastDomainCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts index 64085e3c5f05..fbb21f4d86e0 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts @@ -29,7 +29,7 @@ export interface DeleteTransitGatewayPeeringAttachmentCommandOutput /** *

Deletes a transit gateway peering attachment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayPeeringAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayPeeringAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts index 893c70f20bb7..b519b13f7e2a 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts @@ -29,7 +29,7 @@ export interface DeleteTransitGatewayPrefixListReferenceCommandOutput /** *

Deletes a reference (route) to a prefix list in a specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayPrefixListReferenceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayPrefixListReferenceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayRouteCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayRouteCommand.ts index d18ccb819307..6b9ff9a1b3e4 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayRouteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTransitGatewayRouteCommandOutput extends DeleteTransitGat /** *

Deletes the specified route from the specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayRouteTableCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayRouteTableCommand.ts index f328d8952590..d514808b7e99 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayRouteTableCommand.ts @@ -26,7 +26,7 @@ export interface DeleteTransitGatewayRouteTableCommandOutput *

Deletes the specified transit gateway route table. You must disassociate the route table from any * transit gateway route tables before you can delete it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/commands/DeleteTransitGatewayVpcAttachmentCommand.ts index ad88ec1d7757..06151546864b 100644 --- a/clients/client-ec2/commands/DeleteTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/commands/DeleteTransitGatewayVpcAttachmentCommand.ts @@ -25,7 +25,7 @@ export interface DeleteTransitGatewayVpcAttachmentCommandOutput /** *

Deletes the specified VPC attachment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteTransitGatewayVpcAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteTransitGatewayVpcAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVolumeCommand.ts b/clients/client-ec2/commands/DeleteVolumeCommand.ts index 11a81dd85d9b..9634262540fe 100644 --- a/clients/client-ec2/commands/DeleteVolumeCommand.ts +++ b/clients/client-ec2/commands/DeleteVolumeCommand.ts @@ -24,7 +24,7 @@ export interface DeleteVolumeCommandOutput extends __MetadataBearer {} *

For more information, see Deleting an Amazon EBS volume in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVolumeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVolumeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpcCommand.ts b/clients/client-ec2/commands/DeleteVpcCommand.ts index accd842441c2..0ffae4c8d1b1 100644 --- a/clients/client-ec2/commands/DeleteVpcCommand.ts +++ b/clients/client-ec2/commands/DeleteVpcCommand.ts @@ -20,7 +20,7 @@ export interface DeleteVpcCommandOutput extends __MetadataBearer {} /** *

Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpcCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpcCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts index b5dcb4dbbd2a..3741cb4824e0 100644 --- a/clients/client-ec2/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts @@ -29,7 +29,7 @@ export interface DeleteVpcEndpointConnectionNotificationsCommandOutput /** *

Deletes one or more VPC endpoint connection notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpcEndpointConnectionNotificationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpcEndpointConnectionNotificationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts index d7027d4d249b..93bacf63250e 100644 --- a/clients/client-ec2/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts @@ -32,7 +32,7 @@ export interface DeleteVpcEndpointServiceConfigurationsCommandOutput * PendingAcceptance interface endpoint connections that are attached to * the service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpcEndpointServiceConfigurationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpcEndpointServiceConfigurationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpcEndpointsCommand.ts b/clients/client-ec2/commands/DeleteVpcEndpointsCommand.ts index 77aebf0c179d..7c6be0fa0117 100644 --- a/clients/client-ec2/commands/DeleteVpcEndpointsCommand.ts +++ b/clients/client-ec2/commands/DeleteVpcEndpointsCommand.ts @@ -47,7 +47,7 @@ export interface DeleteVpcEndpointsCommandOutput extends DeleteVpcEndpointsResul * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpcEndpointsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpcEndpointsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-ec2/commands/DeleteVpcPeeringConnectionCommand.ts index e7e3709ad263..e0d34479b39d 100644 --- a/clients/client-ec2/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/commands/DeleteVpcPeeringConnectionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin * connection in the pending-acceptance state. You cannot delete a VPC peering * connection that's in the failed state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpcPeeringConnectionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpcPeeringConnectionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpnConnectionCommand.ts b/clients/client-ec2/commands/DeleteVpnConnectionCommand.ts index 5d94e4ce9249..638351e51ea2 100644 --- a/clients/client-ec2/commands/DeleteVpnConnectionCommand.ts +++ b/clients/client-ec2/commands/DeleteVpnConnectionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteVpnConnectionCommandOutput extends __MetadataBearer {} *

If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID.

*

For certificate-based authentication, delete all AWS Certificate Manager (ACM) private certificates used for the AWS-side tunnel endpoints for the VPN connection before deleting the VPN connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpnConnectionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpnConnectionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpnConnectionRouteCommand.ts b/clients/client-ec2/commands/DeleteVpnConnectionRouteCommand.ts index 35ffa199e275..1288fb89a286 100644 --- a/clients/client-ec2/commands/DeleteVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/commands/DeleteVpnConnectionRouteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVpnConnectionRouteCommandOutput extends __MetadataBearer /** *

Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpnConnectionRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpnConnectionRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeleteVpnGatewayCommand.ts b/clients/client-ec2/commands/DeleteVpnGatewayCommand.ts index 7c96b1fc7191..c286b35f0246 100644 --- a/clients/client-ec2/commands/DeleteVpnGatewayCommand.ts +++ b/clients/client-ec2/commands/DeleteVpnGatewayCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVpnGatewayCommandOutput extends __MetadataBearer {} /** *

Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeleteVpnGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeleteVpnGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeprovisionByoipCidrCommand.ts b/clients/client-ec2/commands/DeprovisionByoipCidrCommand.ts index 0ec5fd6c399b..85161b6158ed 100644 --- a/clients/client-ec2/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-ec2/commands/DeprovisionByoipCidrCommand.ts @@ -26,7 +26,7 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR *

Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its * address range.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeprovisionByoipCidrCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeprovisionByoipCidrCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeregisterImageCommand.ts b/clients/client-ec2/commands/DeregisterImageCommand.ts index f9d2caf281ea..7142abe88deb 100644 --- a/clients/client-ec2/commands/DeregisterImageCommand.ts +++ b/clients/client-ec2/commands/DeregisterImageCommand.ts @@ -27,7 +27,7 @@ export interface DeregisterImageCommandOutput extends __MetadataBearer {} * deregister an instance store-backed AMI, it doesn't affect the files that you uploaded * to Amazon S3 when you created the AMI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeregisterImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeregisterImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeregisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/commands/DeregisterInstanceEventNotificationAttributesCommand.ts index 760eee4f287f..8b5682907c08 100644 --- a/clients/client-ec2/commands/DeregisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/commands/DeregisterInstanceEventNotificationAttributesCommand.ts @@ -30,7 +30,7 @@ export interface DeregisterInstanceEventNotificationAttributesCommandOutput *

Deregisters tag keys to prevent tags that have the specified tag keys from being included * in scheduled event notifications for resources in the Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeregisterInstanceEventNotificationAttributesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeregisterInstanceEventNotificationAttributesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts index 067f8cb45b77..536a8be48e8c 100644 --- a/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts @@ -29,7 +29,7 @@ export interface DeregisterTransitGatewayMulticastGroupMembersCommandOutput /** *

Deregisters the specified members (network interfaces) from the transit gateway multicast group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeregisterTransitGatewayMulticastGroupMembersCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeregisterTransitGatewayMulticastGroupMembersCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts index b3cb687f4195..0f398bc60b64 100644 --- a/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -29,7 +29,7 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesCommandOutput /** *

Deregisters the specified sources (network interfaces) from the transit gateway multicast group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DeregisterTransitGatewayMulticastGroupSourcesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DeregisterTransitGatewayMulticastGroupSourcesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeAccountAttributesCommand.ts b/clients/client-ec2/commands/DescribeAccountAttributesCommand.ts index 851272424f06..e76392d47fe7 100644 --- a/clients/client-ec2/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-ec2/commands/DescribeAccountAttributesCommand.ts @@ -57,7 +57,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeAccountAttributesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeAccountAttributesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeAddressesAttributeCommand.ts b/clients/client-ec2/commands/DescribeAddressesAttributeCommand.ts index 801d349d98c3..a5d16760897b 100644 --- a/clients/client-ec2/commands/DescribeAddressesAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeAddressesAttributeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAddressesAttributeCommandOutput extends DescribeAddress /** *

Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeAddressesAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeAddressesAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeAddressesCommand.ts b/clients/client-ec2/commands/DescribeAddressesCommand.ts index 3d5778b8e9fb..70605c26fe7c 100644 --- a/clients/client-ec2/commands/DescribeAddressesCommand.ts +++ b/clients/client-ec2/commands/DescribeAddressesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult, *

An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. * For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeAddressesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeAddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeAggregateIdFormatCommand.ts b/clients/client-ec2/commands/DescribeAggregateIdFormatCommand.ts index 5fc426d9341e..116b43f3c572 100644 --- a/clients/client-ec2/commands/DescribeAggregateIdFormatCommand.ts +++ b/clients/client-ec2/commands/DescribeAggregateIdFormatCommand.ts @@ -40,7 +40,7 @@ export interface DescribeAggregateIdFormatCommandOutput extends DescribeAggregat * vpc-cidr-block-association | vpc-endpoint | * vpc-peering-connection | vpn-connection | vpn-gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeAggregateIdFormatCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeAggregateIdFormatCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeAvailabilityZonesCommand.ts b/clients/client-ec2/commands/DescribeAvailabilityZonesCommand.ts index b8f70d26f540..a75608881a32 100644 --- a/clients/client-ec2/commands/DescribeAvailabilityZonesCommand.ts +++ b/clients/client-ec2/commands/DescribeAvailabilityZonesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeAvailabilityZonesCommandOutput extends DescribeAvailabi * Regions, Zones and * Outposts in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeAvailabilityZonesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeAvailabilityZonesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeBundleTasksCommand.ts b/clients/client-ec2/commands/DescribeBundleTasksCommand.ts index 9867be339e89..7b84e4f79ce3 100644 --- a/clients/client-ec2/commands/DescribeBundleTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeBundleTasksCommand.ts @@ -26,7 +26,7 @@ export interface DescribeBundleTasksCommandOutput extends DescribeBundleTasksRes *

Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeBundleTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeBundleTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeByoipCidrsCommand.ts b/clients/client-ec2/commands/DescribeByoipCidrsCommand.ts index 975fb2bcee68..0d59d1969f67 100644 --- a/clients/client-ec2/commands/DescribeByoipCidrsCommand.ts +++ b/clients/client-ec2/commands/DescribeByoipCidrsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeByoipCidrsCommandOutput extends DescribeByoipCidrsResul *

To describe the address pools that were created when you provisioned the address * ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeByoipCidrsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeByoipCidrsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeCapacityReservationsCommand.ts b/clients/client-ec2/commands/DescribeCapacityReservationsCommand.ts index 5a5da30eb783..838bcbd75f6c 100644 --- a/clients/client-ec2/commands/DescribeCapacityReservationsCommand.ts +++ b/clients/client-ec2/commands/DescribeCapacityReservationsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeCapacityReservationsCommandOutput *

Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the AWS * Region that you're currently using.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeCapacityReservationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeCapacityReservationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeCarrierGatewaysCommand.ts b/clients/client-ec2/commands/DescribeCarrierGatewaysCommand.ts index fe94b22dfa1e..000239907195 100644 --- a/clients/client-ec2/commands/DescribeCarrierGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeCarrierGatewaysCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCarrierGatewaysCommandOutput extends DescribeCarrierGat /** *

Describes one or more of your carrier gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeCarrierGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeCarrierGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeClassicLinkInstancesCommand.ts b/clients/client-ec2/commands/DescribeClassicLinkInstancesCommand.ts index 7ee418d26086..b06fcee1cfce 100644 --- a/clients/client-ec2/commands/DescribeClassicLinkInstancesCommand.ts +++ b/clients/client-ec2/commands/DescribeClassicLinkInstancesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeClassicLinkInstancesCommandOutput * information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot * use this request to return information about other instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeClassicLinkInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeClassicLinkInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeClientVpnAuthorizationRulesCommand.ts b/clients/client-ec2/commands/DescribeClientVpnAuthorizationRulesCommand.ts index 669cbbc2ee38..bf70487e4701 100644 --- a/clients/client-ec2/commands/DescribeClientVpnAuthorizationRulesCommand.ts +++ b/clients/client-ec2/commands/DescribeClientVpnAuthorizationRulesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeClientVpnAuthorizationRulesCommandOutput /** *

Describes the authorization rules for a specified Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeClientVpnAuthorizationRulesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeClientVpnAuthorizationRulesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeClientVpnConnectionsCommand.ts b/clients/client-ec2/commands/DescribeClientVpnConnectionsCommand.ts index 4076950be25c..653bcc3349bd 100644 --- a/clients/client-ec2/commands/DescribeClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/commands/DescribeClientVpnConnectionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeClientVpnConnectionsCommandOutput *

Describes active client connections and connections that have been terminated within the last 60 * minutes for the specified Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeClientVpnConnectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeClientVpnConnectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeClientVpnEndpointsCommand.ts b/clients/client-ec2/commands/DescribeClientVpnEndpointsCommand.ts index 22ce6a50664e..4b186348fd3a 100644 --- a/clients/client-ec2/commands/DescribeClientVpnEndpointsCommand.ts +++ b/clients/client-ec2/commands/DescribeClientVpnEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClientVpnEndpointsCommandOutput extends DescribeClientV /** *

Describes one or more Client VPN endpoints in the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeClientVpnEndpointsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeClientVpnEndpointsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeClientVpnRoutesCommand.ts b/clients/client-ec2/commands/DescribeClientVpnRoutesCommand.ts index 8da77656ceae..d8bc01da2b08 100644 --- a/clients/client-ec2/commands/DescribeClientVpnRoutesCommand.ts +++ b/clients/client-ec2/commands/DescribeClientVpnRoutesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClientVpnRoutesCommandOutput extends DescribeClientVpnR /** *

Describes the routes for the specified Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeClientVpnRoutesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeClientVpnRoutesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeClientVpnTargetNetworksCommand.ts b/clients/client-ec2/commands/DescribeClientVpnTargetNetworksCommand.ts index b1f0f944406d..08819aefe721 100644 --- a/clients/client-ec2/commands/DescribeClientVpnTargetNetworksCommand.ts +++ b/clients/client-ec2/commands/DescribeClientVpnTargetNetworksCommand.ts @@ -25,7 +25,7 @@ export interface DescribeClientVpnTargetNetworksCommandOutput /** *

Describes the target networks associated with the specified Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeClientVpnTargetNetworksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeClientVpnTargetNetworksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeCoipPoolsCommand.ts b/clients/client-ec2/commands/DescribeCoipPoolsCommand.ts index 4c4be282bed1..eeb55f9c8644 100644 --- a/clients/client-ec2/commands/DescribeCoipPoolsCommand.ts +++ b/clients/client-ec2/commands/DescribeCoipPoolsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCoipPoolsCommandOutput extends DescribeCoipPoolsResult, /** *

Describes the specified customer-owned address pools or all of your customer-owned address pools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeCoipPoolsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeCoipPoolsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeConversionTasksCommand.ts b/clients/client-ec2/commands/DescribeConversionTasksCommand.ts index 6337e68fcd56..e842e5859b47 100644 --- a/clients/client-ec2/commands/DescribeConversionTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeConversionTasksCommand.ts @@ -25,7 +25,7 @@ export interface DescribeConversionTasksCommandOutput extends DescribeConversion * VM Import/Export User Guide.

*

For information about the import manifest referenced by this API action, see VM Import Manifest.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeConversionTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeConversionTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeCustomerGatewaysCommand.ts b/clients/client-ec2/commands/DescribeCustomerGatewaysCommand.ts index c23bd9b0cdcd..e0193f4cb85f 100644 --- a/clients/client-ec2/commands/DescribeCustomerGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeCustomerGatewaysCommand.ts @@ -24,7 +24,7 @@ export interface DescribeCustomerGatewaysCommandOutput extends DescribeCustomerG *

Describes one or more of your VPN customer gateways.

*

For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeCustomerGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeCustomerGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeDhcpOptionsCommand.ts b/clients/client-ec2/commands/DescribeDhcpOptionsCommand.ts index c94874c3655e..b13ce1c6e251 100644 --- a/clients/client-ec2/commands/DescribeDhcpOptionsCommand.ts +++ b/clients/client-ec2/commands/DescribeDhcpOptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDhcpOptionsCommandOutput extends DescribeDhcpOptionsRes *

For more information, see DHCP Options Sets in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeDhcpOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeDhcpOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeEgressOnlyInternetGatewaysCommand.ts b/clients/client-ec2/commands/DescribeEgressOnlyInternetGatewaysCommand.ts index 719bd04e0dc4..d41131b8cd5a 100644 --- a/clients/client-ec2/commands/DescribeEgressOnlyInternetGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeEgressOnlyInternetGatewaysCommand.ts @@ -28,7 +28,7 @@ export interface DescribeEgressOnlyInternetGatewaysCommandOutput /** *

Describes one or more of your egress-only internet gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeEgressOnlyInternetGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeEgressOnlyInternetGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeElasticGpusCommand.ts b/clients/client-ec2/commands/DescribeElasticGpusCommand.ts index 202911ab5336..6bab054b0ec5 100644 --- a/clients/client-ec2/commands/DescribeElasticGpusCommand.ts +++ b/clients/client-ec2/commands/DescribeElasticGpusCommand.ts @@ -24,7 +24,7 @@ export interface DescribeElasticGpusCommandOutput extends DescribeElasticGpusRes *

Describes the Elastic Graphics accelerator associated with your instances. For more information * about Elastic Graphics, see Amazon Elastic Graphics.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeElasticGpusCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeElasticGpusCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeExportImageTasksCommand.ts b/clients/client-ec2/commands/DescribeExportImageTasksCommand.ts index 3cc8f395080c..f756b62d440a 100644 --- a/clients/client-ec2/commands/DescribeExportImageTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeExportImageTasksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeExportImageTasksCommandOutput extends DescribeExportIma /** *

Describes the specified export image tasks or all of your export image tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeExportImageTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeExportImageTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeExportTasksCommand.ts b/clients/client-ec2/commands/DescribeExportTasksCommand.ts index 5a6a52155b0b..bd71aa3241fd 100644 --- a/clients/client-ec2/commands/DescribeExportTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeExportTasksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes /** *

Describes the specified export instance tasks or all of your export instance tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeExportTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeExportTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeFastSnapshotRestoresCommand.ts b/clients/client-ec2/commands/DescribeFastSnapshotRestoresCommand.ts index 26343fa624d9..994ca3626423 100644 --- a/clients/client-ec2/commands/DescribeFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/commands/DescribeFastSnapshotRestoresCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFastSnapshotRestoresCommandOutput /** *

Describes the state of fast snapshot restores for your snapshots.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeFastSnapshotRestoresCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeFastSnapshotRestoresCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeFleetHistoryCommand.ts b/clients/client-ec2/commands/DescribeFleetHistoryCommand.ts index 3eebaa0962d7..abf630293ed1 100644 --- a/clients/client-ec2/commands/DescribeFleetHistoryCommand.ts +++ b/clients/client-ec2/commands/DescribeFleetHistoryCommand.ts @@ -27,7 +27,7 @@ export interface DescribeFleetHistoryCommandOutput extends DescribeFleetHistoryR * are available for 48 hours.

*

For more information, see Monitoring your EC2 Fleet in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeFleetHistoryCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeFleetHistoryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeFleetInstancesCommand.ts b/clients/client-ec2/commands/DescribeFleetInstancesCommand.ts index c04469610e6d..f1aa30ac11c7 100644 --- a/clients/client-ec2/commands/DescribeFleetInstancesCommand.ts +++ b/clients/client-ec2/commands/DescribeFleetInstancesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeFleetInstancesCommandOutput extends DescribeFleetInstan *

Describes the running instances for the specified EC2 Fleet.

*

For more information, see Monitoring your EC2 Fleet in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeFleetInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeFleetInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeFleetsCommand.ts b/clients/client-ec2/commands/DescribeFleetsCommand.ts index 77fa3fb59d94..fa0a8885fa79 100644 --- a/clients/client-ec2/commands/DescribeFleetsCommand.ts +++ b/clients/client-ec2/commands/DescribeFleetsCommand.ts @@ -21,7 +21,7 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met *

Describes the specified EC2 Fleets or all of your EC2 Fleets.

*

For more information, see Monitoring your EC2 Fleet in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeFleetsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeFleetsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeFlowLogsCommand.ts b/clients/client-ec2/commands/DescribeFlowLogsCommand.ts index fde3297a5511..0665f0453b9a 100644 --- a/clients/client-ec2/commands/DescribeFlowLogsCommand.ts +++ b/clients/client-ec2/commands/DescribeFlowLogsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFlowLogsCommandOutput extends DescribeFlowLogsResult, _ * streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeFlowLogsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeFlowLogsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeFpgaImageAttributeCommand.ts b/clients/client-ec2/commands/DescribeFpgaImageAttributeCommand.ts index 4e39996d8478..e5685811e877 100644 --- a/clients/client-ec2/commands/DescribeFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeFpgaImageAttributeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFpgaImageAttributeCommandOutput extends DescribeFpgaIma /** *

Describes the specified attribute of the specified Amazon FPGA Image (AFI).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeFpgaImageAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeFpgaImageAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeFpgaImagesCommand.ts b/clients/client-ec2/commands/DescribeFpgaImagesCommand.ts index 7fc10efb533a..327b6e7b8c06 100644 --- a/clients/client-ec2/commands/DescribeFpgaImagesCommand.ts +++ b/clients/client-ec2/commands/DescribeFpgaImagesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFpgaImagesCommandOutput extends DescribeFpgaImagesResul * private AFIs that you own, and AFIs owned by other AWS accounts for which you have load * permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeFpgaImagesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeFpgaImagesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeHostReservationOfferingsCommand.ts b/clients/client-ec2/commands/DescribeHostReservationOfferingsCommand.ts index 47c3e049cf83..fa84ab3bfbaa 100644 --- a/clients/client-ec2/commands/DescribeHostReservationOfferingsCommand.ts +++ b/clients/client-ec2/commands/DescribeHostReservationOfferingsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeHostReservationOfferingsCommandOutput * information about supported instance types, see Dedicated Hosts * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeHostReservationOfferingsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeHostReservationOfferingsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeHostReservationsCommand.ts b/clients/client-ec2/commands/DescribeHostReservationsCommand.ts index 3c88ec3d586e..dc24857fb3eb 100644 --- a/clients/client-ec2/commands/DescribeHostReservationsCommand.ts +++ b/clients/client-ec2/commands/DescribeHostReservationsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeHostReservationsCommandOutput extends DescribeHostReser *

Describes reservations that are associated with Dedicated Hosts in your * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeHostReservationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeHostReservationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeHostsCommand.ts b/clients/client-ec2/commands/DescribeHostsCommand.ts index f76ccb015438..c8856e60ddc9 100644 --- a/clients/client-ec2/commands/DescribeHostsCommand.ts +++ b/clients/client-ec2/commands/DescribeHostsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeHostsCommandOutput extends DescribeHostsResult, __Metad * All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have * recently been released are listed with the state released.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeHostsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeHostsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeIamInstanceProfileAssociationsCommand.ts b/clients/client-ec2/commands/DescribeIamInstanceProfileAssociationsCommand.ts index 4091bb78e33c..bc1eedb5f07d 100644 --- a/clients/client-ec2/commands/DescribeIamInstanceProfileAssociationsCommand.ts +++ b/clients/client-ec2/commands/DescribeIamInstanceProfileAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeIamInstanceProfileAssociationsCommandOutput /** *

Describes your IAM instance profile associations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeIamInstanceProfileAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeIamInstanceProfileAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeIdFormatCommand.ts b/clients/client-ec2/commands/DescribeIdFormatCommand.ts index bddeee89c743..c1526d6acc3a 100644 --- a/clients/client-ec2/commands/DescribeIdFormatCommand.ts +++ b/clients/client-ec2/commands/DescribeIdFormatCommand.ts @@ -42,7 +42,7 @@ export interface DescribeIdFormatCommandOutput extends DescribeIdFormatResult, _ * provided that they have permission to use the relevant Describe command for the * resource type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeIdFormatCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeIdFormatCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeIdentityIdFormatCommand.ts b/clients/client-ec2/commands/DescribeIdentityIdFormatCommand.ts index 562ae7d1e514..c437fc20f283 100644 --- a/clients/client-ec2/commands/DescribeIdentityIdFormatCommand.ts +++ b/clients/client-ec2/commands/DescribeIdentityIdFormatCommand.ts @@ -41,7 +41,7 @@ export interface DescribeIdentityIdFormatCommandOutput extends DescribeIdentityI *

These settings apply to the principal specified in the request. They do not apply to the * principal that makes the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeIdentityIdFormatCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeIdentityIdFormatCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeImageAttributeCommand.ts b/clients/client-ec2/commands/DescribeImageAttributeCommand.ts index ed28b49d7577..a12ffe640490 100644 --- a/clients/client-ec2/commands/DescribeImageAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeImageAttributeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImageAttributeCommandOutput extends ImageAttribute, __M /** *

Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeImageAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeImageAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeImagesCommand.ts b/clients/client-ec2/commands/DescribeImagesCommand.ts index 9503b80e3e94..c612c1825df1 100644 --- a/clients/client-ec2/commands/DescribeImagesCommand.ts +++ b/clients/client-ec2/commands/DescribeImagesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met * After all instances that reference a deregistered AMI are terminated, specifying the ID of the image results * in an error indicating that the AMI ID cannot be found.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeImagesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeImagesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeImportImageTasksCommand.ts b/clients/client-ec2/commands/DescribeImportImageTasksCommand.ts index f7740310558d..6e0a2d20206e 100644 --- a/clients/client-ec2/commands/DescribeImportImageTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeImportImageTasksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImportImageTasksCommandOutput extends DescribeImportIma /** *

Displays details about an import virtual machine or import snapshot tasks that are already created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeImportImageTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeImportImageTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeImportSnapshotTasksCommand.ts b/clients/client-ec2/commands/DescribeImportSnapshotTasksCommand.ts index 64f0985cd6b8..bdc8ed3cead0 100644 --- a/clients/client-ec2/commands/DescribeImportSnapshotTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeImportSnapshotTasksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImportSnapshotTasksCommandOutput extends DescribeImport /** *

Describes your import snapshot tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeImportSnapshotTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeImportSnapshotTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInstanceAttributeCommand.ts b/clients/client-ec2/commands/DescribeInstanceAttributeCommand.ts index 3a3bdc0002ce..3a1d151f5048 100644 --- a/clients/client-ec2/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeInstanceAttributeCommand.ts @@ -30,7 +30,7 @@ export interface DescribeInstanceAttributeCommandOutput extends InstanceAttribut * ebsOptimized | sriovNetSupport *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInstanceAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInstanceAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInstanceCreditSpecificationsCommand.ts b/clients/client-ec2/commands/DescribeInstanceCreditSpecificationsCommand.ts index 9fe2bb3384d3..860183ccbaa8 100644 --- a/clients/client-ec2/commands/DescribeInstanceCreditSpecificationsCommand.ts +++ b/clients/client-ec2/commands/DescribeInstanceCreditSpecificationsCommand.ts @@ -47,7 +47,7 @@ export interface DescribeInstanceCreditSpecificationsCommandOutput *

For more information, see Burstable * performance instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInstanceCreditSpecificationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInstanceCreditSpecificationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/commands/DescribeInstanceEventNotificationAttributesCommand.ts index dd40368bbfb8..8052c2e9149f 100644 --- a/clients/client-ec2/commands/DescribeInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/commands/DescribeInstanceEventNotificationAttributesCommand.ts @@ -30,7 +30,7 @@ export interface DescribeInstanceEventNotificationAttributesCommandOutput *

Describes the tag keys that are registered to appear in scheduled event notifications for * resources in the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInstanceEventNotificationAttributesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInstanceEventNotificationAttributesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInstanceStatusCommand.ts b/clients/client-ec2/commands/DescribeInstanceStatusCommand.ts index b8d77da0b7e2..a7d63b7bfae3 100644 --- a/clients/client-ec2/commands/DescribeInstanceStatusCommand.ts +++ b/clients/client-ec2/commands/DescribeInstanceStatusCommand.ts @@ -49,7 +49,7 @@ export interface DescribeInstanceStatusCommandOutput extends DescribeInstanceSta * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInstanceStatusCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInstanceStatusCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInstanceTypeOfferingsCommand.ts b/clients/client-ec2/commands/DescribeInstanceTypeOfferingsCommand.ts index dcaa2eb2d7c2..0aa2aba64103 100644 --- a/clients/client-ec2/commands/DescribeInstanceTypeOfferingsCommand.ts +++ b/clients/client-ec2/commands/DescribeInstanceTypeOfferingsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeInstanceTypeOfferingsCommandOutput *

Returns a list of all instance types offered. The results can be filtered by location (Region or Availability * Zone). If no location is specified, the instance types offered in the current Region are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInstanceTypeOfferingsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInstanceTypeOfferingsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInstanceTypesCommand.ts b/clients/client-ec2/commands/DescribeInstanceTypesCommand.ts index 149726206633..3a12dea45e6c 100644 --- a/clients/client-ec2/commands/DescribeInstanceTypesCommand.ts +++ b/clients/client-ec2/commands/DescribeInstanceTypesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeInstanceTypesCommandOutput extends DescribeInstanceType *

Describes the details of the instance types that are offered in a location. The results can be filtered by the * attributes of the instance types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInstanceTypesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInstanceTypesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInstancesCommand.ts b/clients/client-ec2/commands/DescribeInstancesCommand.ts index 84a5896006ef..f69c4d3d397a 100644 --- a/clients/client-ec2/commands/DescribeInstancesCommand.ts +++ b/clients/client-ec2/commands/DescribeInstancesCommand.ts @@ -37,7 +37,7 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesResult, * specify only instance IDs that are in an unaffected zone, the call works * normally.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeInternetGatewaysCommand.ts b/clients/client-ec2/commands/DescribeInternetGatewaysCommand.ts index bf46da68747d..3d7e81e2733a 100644 --- a/clients/client-ec2/commands/DescribeInternetGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeInternetGatewaysCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInternetGatewaysCommandOutput extends DescribeInternetG /** *

Describes one or more of your internet gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeInternetGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeInternetGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeIpv6PoolsCommand.ts b/clients/client-ec2/commands/DescribeIpv6PoolsCommand.ts index e0a547e9c20e..b3afdff6e10b 100644 --- a/clients/client-ec2/commands/DescribeIpv6PoolsCommand.ts +++ b/clients/client-ec2/commands/DescribeIpv6PoolsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeIpv6PoolsCommandOutput extends DescribeIpv6PoolsResult, /** *

Describes your IPv6 address pools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeIpv6PoolsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeIpv6PoolsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeKeyPairsCommand.ts b/clients/client-ec2/commands/DescribeKeyPairsCommand.ts index f78a63d540d2..5948bbe2319f 100644 --- a/clients/client-ec2/commands/DescribeKeyPairsCommand.ts +++ b/clients/client-ec2/commands/DescribeKeyPairsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeKeyPairsCommandOutput extends DescribeKeyPairsResult, _ *

For more information about key pairs, see Key Pairs * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeKeyPairsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeKeyPairsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLaunchTemplateVersionsCommand.ts b/clients/client-ec2/commands/DescribeLaunchTemplateVersionsCommand.ts index 922df6c1b62c..5ba4d396f362 100644 --- a/clients/client-ec2/commands/DescribeLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/commands/DescribeLaunchTemplateVersionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeLaunchTemplateVersionsCommandOutput * latest versions or all the default versions of all the launch templates in your * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLaunchTemplateVersionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLaunchTemplateVersionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLaunchTemplatesCommand.ts b/clients/client-ec2/commands/DescribeLaunchTemplatesCommand.ts index 9cb127710fed..720c41c6bd56 100644 --- a/clients/client-ec2/commands/DescribeLaunchTemplatesCommand.ts +++ b/clients/client-ec2/commands/DescribeLaunchTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLaunchTemplatesCommandOutput extends DescribeLaunchTemp /** *

Describes one or more launch templates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLaunchTemplatesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLaunchTemplatesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts b/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts index 90bf5a906aeb..faf57fedd0bc 100644 --- a/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts +++ b/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations /** *

Describes the associations between virtual interface groups and local gateway route tables.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts b/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts index 8e93eb65080b..1beaf354c4ea 100644 --- a/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts +++ b/clients/client-ec2/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput /** *

Describes the specified associations between VPCs and local gateway route tables.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLocalGatewayRouteTableVpcAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLocalGatewayRouteTableVpcAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLocalGatewayRouteTablesCommand.ts b/clients/client-ec2/commands/DescribeLocalGatewayRouteTablesCommand.ts index 441b73ae0ee4..747d1a184784 100644 --- a/clients/client-ec2/commands/DescribeLocalGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/commands/DescribeLocalGatewayRouteTablesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeLocalGatewayRouteTablesCommandOutput *

Describes one or more local gateway route tables. By default, all local gateway route tables are described. * Alternatively, you can filter the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLocalGatewayRouteTablesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLocalGatewayRouteTablesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts b/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts index 319dc79890ee..04d0207ca8c8 100644 --- a/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts +++ b/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput /** *

Describes the specified local gateway virtual interface groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLocalGatewayVirtualInterfaceGroupsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLocalGatewayVirtualInterfaceGroupsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts b/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts index 7e88dc1aa3d4..0ddebf0bacb0 100644 --- a/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts +++ b/clients/client-ec2/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeLocalGatewayVirtualInterfacesCommandOutput /** *

Describes the specified local gateway virtual interfaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLocalGatewayVirtualInterfacesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLocalGatewayVirtualInterfacesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeLocalGatewaysCommand.ts b/clients/client-ec2/commands/DescribeLocalGatewaysCommand.ts index faedb5cc964e..0dcbb541ee37 100644 --- a/clients/client-ec2/commands/DescribeLocalGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeLocalGatewaysCommand.ts @@ -24,7 +24,7 @@ export interface DescribeLocalGatewaysCommandOutput extends DescribeLocalGateway *

Describes one or more local gateways. By default, all local gateways are described. * Alternatively, you can filter the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeLocalGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeLocalGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeManagedPrefixListsCommand.ts b/clients/client-ec2/commands/DescribeManagedPrefixListsCommand.ts index 804e0fb75b5b..afaf144e544e 100644 --- a/clients/client-ec2/commands/DescribeManagedPrefixListsCommand.ts +++ b/clients/client-ec2/commands/DescribeManagedPrefixListsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeManagedPrefixListsCommandOutput extends DescribeManaged *

Describes your managed prefix lists and any AWS-managed prefix lists.

*

To view the entries for your prefix list, use GetManagedPrefixListEntries.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeManagedPrefixListsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeManagedPrefixListsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeMovingAddressesCommand.ts b/clients/client-ec2/commands/DescribeMovingAddressesCommand.ts index ebe917e05e39..381daead44cb 100644 --- a/clients/client-ec2/commands/DescribeMovingAddressesCommand.ts +++ b/clients/client-ec2/commands/DescribeMovingAddressesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMovingAddressesCommandOutput extends DescribeMovingAddr /** *

Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeMovingAddressesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeMovingAddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeNatGatewaysCommand.ts b/clients/client-ec2/commands/DescribeNatGatewaysCommand.ts index b2e469d7b844..9d4b804974db 100644 --- a/clients/client-ec2/commands/DescribeNatGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeNatGatewaysCommand.ts @@ -23,7 +23,7 @@ export interface DescribeNatGatewaysCommandOutput extends DescribeNatGatewaysRes /** *

Describes one or more of your NAT gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeNatGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeNatGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeNetworkAclsCommand.ts b/clients/client-ec2/commands/DescribeNetworkAclsCommand.ts index 6f31aafd0893..9ca8bd339494 100644 --- a/clients/client-ec2/commands/DescribeNetworkAclsCommand.ts +++ b/clients/client-ec2/commands/DescribeNetworkAclsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeNetworkAclsCommandOutput extends DescribeNetworkAclsRes *

For more information, see Network ACLs in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeNetworkAclsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeNetworkAclsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeNetworkInsightsAnalysesCommand.ts b/clients/client-ec2/commands/DescribeNetworkInsightsAnalysesCommand.ts index 375394f2db94..b259258fe8c9 100644 --- a/clients/client-ec2/commands/DescribeNetworkInsightsAnalysesCommand.ts +++ b/clients/client-ec2/commands/DescribeNetworkInsightsAnalysesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeNetworkInsightsAnalysesCommandOutput /** *

Describes one or more of your network insights analyses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeNetworkInsightsAnalysesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeNetworkInsightsAnalysesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeNetworkInsightsPathsCommand.ts b/clients/client-ec2/commands/DescribeNetworkInsightsPathsCommand.ts index 492f53daf9dd..9102a07970f4 100644 --- a/clients/client-ec2/commands/DescribeNetworkInsightsPathsCommand.ts +++ b/clients/client-ec2/commands/DescribeNetworkInsightsPathsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeNetworkInsightsPathsCommandOutput /** *

Describes one or more of your paths.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeNetworkInsightsPathsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeNetworkInsightsPathsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/commands/DescribeNetworkInterfaceAttributeCommand.ts index 770ff3d15c71..4eff9a226b04 100644 --- a/clients/client-ec2/commands/DescribeNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeNetworkInterfaceAttributeCommand.ts @@ -25,7 +25,7 @@ export interface DescribeNetworkInterfaceAttributeCommandOutput /** *

Describes a network interface attribute. You can specify only one attribute at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeNetworkInterfaceAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeNetworkInterfaceAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeNetworkInterfacePermissionsCommand.ts b/clients/client-ec2/commands/DescribeNetworkInterfacePermissionsCommand.ts index 336ebd4db689..cdac1be2e542 100644 --- a/clients/client-ec2/commands/DescribeNetworkInterfacePermissionsCommand.ts +++ b/clients/client-ec2/commands/DescribeNetworkInterfacePermissionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeNetworkInterfacePermissionsCommandOutput /** *

Describes the permissions for your network interfaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeNetworkInterfacePermissionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeNetworkInterfacePermissionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeNetworkInterfacesCommand.ts b/clients/client-ec2/commands/DescribeNetworkInterfacesCommand.ts index 827ed23cf517..f609120561c8 100644 --- a/clients/client-ec2/commands/DescribeNetworkInterfacesCommand.ts +++ b/clients/client-ec2/commands/DescribeNetworkInterfacesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeNetworkInterfacesCommandOutput extends DescribeNetworkI /** *

Describes one or more of your network interfaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeNetworkInterfacesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeNetworkInterfacesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribePlacementGroupsCommand.ts b/clients/client-ec2/commands/DescribePlacementGroupsCommand.ts index c0e863dea6bf..e87cffd280f8 100644 --- a/clients/client-ec2/commands/DescribePlacementGroupsCommand.ts +++ b/clients/client-ec2/commands/DescribePlacementGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribePlacementGroupsCommandOutput extends DescribePlacementG * information, see Placement groups in the * Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribePlacementGroupsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribePlacementGroupsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribePrefixListsCommand.ts b/clients/client-ec2/commands/DescribePrefixListsCommand.ts index c4593d47c85a..1804cabedbcd 100644 --- a/clients/client-ec2/commands/DescribePrefixListsCommand.ts +++ b/clients/client-ec2/commands/DescribePrefixListsCommand.ts @@ -25,7 +25,7 @@ export interface DescribePrefixListsCommandOutput extends DescribePrefixListsRes * name and prefix list ID of the service and the IP address range for the service.

*

We recommend that you use DescribeManagedPrefixLists instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribePrefixListsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribePrefixListsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribePrincipalIdFormatCommand.ts b/clients/client-ec2/commands/DescribePrincipalIdFormatCommand.ts index 6b0828938acd..d369d0558be0 100644 --- a/clients/client-ec2/commands/DescribePrincipalIdFormatCommand.ts +++ b/clients/client-ec2/commands/DescribePrincipalIdFormatCommand.ts @@ -40,7 +40,7 @@ export interface DescribePrincipalIdFormatCommandOutput extends DescribePrincipa * | vpc-cidr-block-association | vpc-endpoint | * vpc-peering-connection | vpn-connection | vpn-gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribePrincipalIdFormatCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribePrincipalIdFormatCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribePublicIpv4PoolsCommand.ts b/clients/client-ec2/commands/DescribePublicIpv4PoolsCommand.ts index 1fc09eef3e75..a6eded51d813 100644 --- a/clients/client-ec2/commands/DescribePublicIpv4PoolsCommand.ts +++ b/clients/client-ec2/commands/DescribePublicIpv4PoolsCommand.ts @@ -23,7 +23,7 @@ export interface DescribePublicIpv4PoolsCommandOutput extends DescribePublicIpv4 /** *

Describes the specified IPv4 address pools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribePublicIpv4PoolsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribePublicIpv4PoolsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeRegionsCommand.ts b/clients/client-ec2/commands/DescribeRegionsCommand.ts index 925c8e4204c0..0a65e5e1fbab 100644 --- a/clients/client-ec2/commands/DescribeRegionsCommand.ts +++ b/clients/client-ec2/commands/DescribeRegionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M * Regions and Endpoints.

*

For information about enabling and disabling Regions for your account, see Managing AWS Regions in the AWS General Reference.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeRegionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeRegionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeReplaceRootVolumeTasksCommand.ts b/clients/client-ec2/commands/DescribeReplaceRootVolumeTasksCommand.ts index 549758bf915c..a90a1c7d99d8 100644 --- a/clients/client-ec2/commands/DescribeReplaceRootVolumeTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeReplaceRootVolumeTasksCommand.ts @@ -27,7 +27,7 @@ export interface DescribeReplaceRootVolumeTasksCommandOutput * Replace a root volume in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeReplaceRootVolumeTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeReplaceRootVolumeTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeReservedInstancesCommand.ts b/clients/client-ec2/commands/DescribeReservedInstancesCommand.ts index f6627de43d3d..92e2c809bae3 100644 --- a/clients/client-ec2/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-ec2/commands/DescribeReservedInstancesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeReservedInstancesCommandOutput extends DescribeReserved *

For more information about Reserved Instances, see Reserved * Instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeReservedInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeReservedInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeReservedInstancesListingsCommand.ts b/clients/client-ec2/commands/DescribeReservedInstancesListingsCommand.ts index acd9792c715b..803f2c24a5e3 100644 --- a/clients/client-ec2/commands/DescribeReservedInstancesListingsCommand.ts +++ b/clients/client-ec2/commands/DescribeReservedInstancesListingsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeReservedInstancesListingsCommandOutput *

For more information, see Reserved Instance Marketplace * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeReservedInstancesListingsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeReservedInstancesListingsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeReservedInstancesModificationsCommand.ts b/clients/client-ec2/commands/DescribeReservedInstancesModificationsCommand.ts index c87a25e86cb0..987e7b90c7b6 100644 --- a/clients/client-ec2/commands/DescribeReservedInstancesModificationsCommand.ts +++ b/clients/client-ec2/commands/DescribeReservedInstancesModificationsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeReservedInstancesModificationsCommandOutput *

Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.

*

For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeReservedInstancesModificationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeReservedInstancesModificationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeReservedInstancesOfferingsCommand.ts b/clients/client-ec2/commands/DescribeReservedInstancesOfferingsCommand.ts index a6ab76ad5c43..84a55f5dac08 100644 --- a/clients/client-ec2/commands/DescribeReservedInstancesOfferingsCommand.ts +++ b/clients/client-ec2/commands/DescribeReservedInstancesOfferingsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeReservedInstancesOfferingsCommandOutput *

For more information, see Reserved Instance Marketplace * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeReservedInstancesOfferingsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeReservedInstancesOfferingsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeRouteTablesCommand.ts b/clients/client-ec2/commands/DescribeRouteTablesCommand.ts index b97d579fce13..cc4c6b2c09a9 100644 --- a/clients/client-ec2/commands/DescribeRouteTablesCommand.ts +++ b/clients/client-ec2/commands/DescribeRouteTablesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeRouteTablesCommandOutput extends DescribeRouteTablesRes *

For more information, see Route Tables in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeRouteTablesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeRouteTablesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeScheduledInstanceAvailabilityCommand.ts b/clients/client-ec2/commands/DescribeScheduledInstanceAvailabilityCommand.ts index eb150d0ae485..ec6f708cb62c 100644 --- a/clients/client-ec2/commands/DescribeScheduledInstanceAvailabilityCommand.ts +++ b/clients/client-ec2/commands/DescribeScheduledInstanceAvailabilityCommand.ts @@ -32,7 +32,7 @@ export interface DescribeScheduledInstanceAvailabilityCommandOutput *

After you find a schedule that meets your needs, call PurchaseScheduledInstances * to purchase Scheduled Instances with that schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeScheduledInstanceAvailabilityCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeScheduledInstanceAvailabilityCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeScheduledInstancesCommand.ts b/clients/client-ec2/commands/DescribeScheduledInstancesCommand.ts index 19538ca9f7cd..bf14fb79a998 100644 --- a/clients/client-ec2/commands/DescribeScheduledInstancesCommand.ts +++ b/clients/client-ec2/commands/DescribeScheduledInstancesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeScheduledInstancesCommandOutput extends DescribeSchedul /** *

Describes the specified Scheduled Instances or all your Scheduled Instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeScheduledInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeScheduledInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSecurityGroupReferencesCommand.ts b/clients/client-ec2/commands/DescribeSecurityGroupReferencesCommand.ts index e6005a138386..9c17f351c2a0 100644 --- a/clients/client-ec2/commands/DescribeSecurityGroupReferencesCommand.ts +++ b/clients/client-ec2/commands/DescribeSecurityGroupReferencesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSecurityGroupReferencesCommandOutput /** *

[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSecurityGroupReferencesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSecurityGroupReferencesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSecurityGroupsCommand.ts b/clients/client-ec2/commands/DescribeSecurityGroupsCommand.ts index 511b48103af9..4d39b0255bbf 100644 --- a/clients/client-ec2/commands/DescribeSecurityGroupsCommand.ts +++ b/clients/client-ec2/commands/DescribeSecurityGroupsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeSecurityGroupsCommandOutput extends DescribeSecurityGro * Security Groups for Your VPC in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSecurityGroupsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSecurityGroupsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSnapshotAttributeCommand.ts b/clients/client-ec2/commands/DescribeSnapshotAttributeCommand.ts index 38e4bdc6009f..1f22af248d04 100644 --- a/clients/client-ec2/commands/DescribeSnapshotAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeSnapshotAttributeCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSnapshotAttributeCommandOutput extends DescribeSnapshot * attribute at a time.

*

For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSnapshotAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSnapshotAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSnapshotsCommand.ts b/clients/client-ec2/commands/DescribeSnapshotsCommand.ts index d2461c7ace35..30f9b16f91c6 100644 --- a/clients/client-ec2/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-ec2/commands/DescribeSnapshotsCommand.ts @@ -69,7 +69,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult, *

To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores.

*

For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSnapshotsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSnapshotsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/commands/DescribeSpotDatafeedSubscriptionCommand.ts index 75d85f56dd11..d1b2845b680c 100644 --- a/clients/client-ec2/commands/DescribeSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/commands/DescribeSpotDatafeedSubscriptionCommand.ts @@ -26,7 +26,7 @@ export interface DescribeSpotDatafeedSubscriptionCommandOutput *

Describes the data feed for Spot Instances. For more information, see Spot * Instance data feed in the Amazon EC2 User Guide for Linux Instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSpotDatafeedSubscriptionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSpotDatafeedSubscriptionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSpotFleetInstancesCommand.ts b/clients/client-ec2/commands/DescribeSpotFleetInstancesCommand.ts index 2b440c2d065d..25818cfb0c1a 100644 --- a/clients/client-ec2/commands/DescribeSpotFleetInstancesCommand.ts +++ b/clients/client-ec2/commands/DescribeSpotFleetInstancesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSpotFleetInstancesCommandOutput extends DescribeSpotFle /** *

Describes the running instances for the specified Spot Fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSpotFleetInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSpotFleetInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSpotFleetRequestHistoryCommand.ts b/clients/client-ec2/commands/DescribeSpotFleetRequestHistoryCommand.ts index 6d9e1630efb9..a90d89df9203 100644 --- a/clients/client-ec2/commands/DescribeSpotFleetRequestHistoryCommand.ts +++ b/clients/client-ec2/commands/DescribeSpotFleetRequestHistoryCommand.ts @@ -27,7 +27,7 @@ export interface DescribeSpotFleetRequestHistoryCommandOutput *

Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query * by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSpotFleetRequestHistoryCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSpotFleetRequestHistoryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSpotFleetRequestsCommand.ts b/clients/client-ec2/commands/DescribeSpotFleetRequestsCommand.ts index 27c5393d8077..0b30300ce86a 100644 --- a/clients/client-ec2/commands/DescribeSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/commands/DescribeSpotFleetRequestsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSpotFleetRequestsCommandOutput extends DescribeSpotFlee *

Describes your Spot Fleet requests.

*

Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSpotFleetRequestsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSpotFleetRequestsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSpotInstanceRequestsCommand.ts b/clients/client-ec2/commands/DescribeSpotInstanceRequestsCommand.ts index b6a765a4e3e7..11ed37f47252 100644 --- a/clients/client-ec2/commands/DescribeSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/commands/DescribeSpotInstanceRequestsCommand.ts @@ -40,7 +40,7 @@ export interface DescribeSpotInstanceRequestsCommandOutput *

Spot Instance requests are deleted four hours after they are canceled and their instances * are terminated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSpotInstanceRequestsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSpotInstanceRequestsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSpotPriceHistoryCommand.ts b/clients/client-ec2/commands/DescribeSpotPriceHistoryCommand.ts index be75cf941881..6e2ce9fa7d53 100644 --- a/clients/client-ec2/commands/DescribeSpotPriceHistoryCommand.ts +++ b/clients/client-ec2/commands/DescribeSpotPriceHistoryCommand.ts @@ -28,7 +28,7 @@ export interface DescribeSpotPriceHistoryCommandOutput extends DescribeSpotPrice * instance types within that time range. It also returns the last price change before the * start time, which is the effective price as of the start time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSpotPriceHistoryCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSpotPriceHistoryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeStaleSecurityGroupsCommand.ts b/clients/client-ec2/commands/DescribeStaleSecurityGroupsCommand.ts index e1bbb378187f..43c3f1ae6656 100644 --- a/clients/client-ec2/commands/DescribeStaleSecurityGroupsCommand.ts +++ b/clients/client-ec2/commands/DescribeStaleSecurityGroupsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeStaleSecurityGroupsCommandOutput extends DescribeStaleS /** *

[VPC only] Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peer VPC, or a security group in a peer VPC for which the VPC peering connection has been deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeStaleSecurityGroupsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeStaleSecurityGroupsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeStoreImageTasksCommand.ts b/clients/client-ec2/commands/DescribeStoreImageTasksCommand.ts index 519e16a21b9f..91b5d134943a 100644 --- a/clients/client-ec2/commands/DescribeStoreImageTasksCommand.ts +++ b/clients/client-ec2/commands/DescribeStoreImageTasksCommand.ts @@ -34,7 +34,7 @@ export interface DescribeStoreImageTasksCommandOutput extends DescribeStoreImage *

For more information, see Store and restore an AMI using * S3 in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeStoreImageTasksCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeStoreImageTasksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeSubnetsCommand.ts b/clients/client-ec2/commands/DescribeSubnetsCommand.ts index 0358df727b42..c78a62840a5f 100644 --- a/clients/client-ec2/commands/DescribeSubnetsCommand.ts +++ b/clients/client-ec2/commands/DescribeSubnetsCommand.ts @@ -22,7 +22,7 @@ export interface DescribeSubnetsCommandOutput extends DescribeSubnetsResult, __M *

For more information, see Your VPC and Subnets in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeSubnetsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeSubnetsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTagsCommand.ts b/clients/client-ec2/commands/DescribeTagsCommand.ts index 683b655f2e8c..f65fdc01d5ef 100644 --- a/clients/client-ec2/commands/DescribeTagsCommand.ts +++ b/clients/client-ec2/commands/DescribeTagsCommand.ts @@ -22,7 +22,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat *

For more information about tags, see Tagging Your Resources in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTagsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTagsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTrafficMirrorFiltersCommand.ts b/clients/client-ec2/commands/DescribeTrafficMirrorFiltersCommand.ts index 54a0a65f5fb2..7c10b517a639 100644 --- a/clients/client-ec2/commands/DescribeTrafficMirrorFiltersCommand.ts +++ b/clients/client-ec2/commands/DescribeTrafficMirrorFiltersCommand.ts @@ -25,7 +25,7 @@ export interface DescribeTrafficMirrorFiltersCommandOutput /** *

Describes one or more Traffic Mirror filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTrafficMirrorFiltersCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTrafficMirrorFiltersCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTrafficMirrorSessionsCommand.ts b/clients/client-ec2/commands/DescribeTrafficMirrorSessionsCommand.ts index af6a8eb038ba..1407355a849e 100644 --- a/clients/client-ec2/commands/DescribeTrafficMirrorSessionsCommand.ts +++ b/clients/client-ec2/commands/DescribeTrafficMirrorSessionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeTrafficMirrorSessionsCommandOutput /** *

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTrafficMirrorSessionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTrafficMirrorSessionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTrafficMirrorTargetsCommand.ts b/clients/client-ec2/commands/DescribeTrafficMirrorTargetsCommand.ts index 06f5fa4e8df3..fd2d49b6352c 100644 --- a/clients/client-ec2/commands/DescribeTrafficMirrorTargetsCommand.ts +++ b/clients/client-ec2/commands/DescribeTrafficMirrorTargetsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeTrafficMirrorTargetsCommandOutput /** *

Information about one or more Traffic Mirror targets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTrafficMirrorTargetsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTrafficMirrorTargetsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewayAttachmentsCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewayAttachmentsCommand.ts index 544b6ba23253..fcdf0ed6b247 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewayAttachmentsCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewayAttachmentsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeTransitGatewayAttachmentsCommandOutput *

Describes one or more attachments between resources and transit gateways. By default, all attachments are described. * Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewayAttachmentsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewayAttachmentsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewayConnectPeersCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewayConnectPeersCommand.ts index 4188586dd894..8cb230153052 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewayConnectPeersCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewayConnectPeersCommand.ts @@ -28,7 +28,7 @@ export interface DescribeTransitGatewayConnectPeersCommandOutput /** *

Describes one or more Connect peers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewayConnectPeersCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewayConnectPeersCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewayConnectsCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewayConnectsCommand.ts index 7402312073b7..2db87cbe9313 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewayConnectsCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewayConnectsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeTransitGatewayConnectsCommandOutput /** *

Describes one or more Connect attachments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewayConnectsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewayConnectsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewayMulticastDomainsCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewayMulticastDomainsCommand.ts index 6b842d770cc9..73f7a8d4974a 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewayMulticastDomainsCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewayMulticastDomainsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeTransitGatewayMulticastDomainsCommandOutput /** *

Describes one or more transit gateway multicast domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewayMulticastDomainsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewayMulticastDomainsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts index dbd8f2ec3e1c..3b13f46babd7 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeTransitGatewayPeeringAttachmentsCommandOutput /** *

Describes your transit gateway peering attachments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewayPeeringAttachmentsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewayPeeringAttachmentsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewayRouteTablesCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewayRouteTablesCommand.ts index f137c15d4cbb..74a141788015 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewayRouteTablesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeTransitGatewayRouteTablesCommandOutput *

Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. * Alternatively, you can filter the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewayRouteTablesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewayRouteTablesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts index 165445615416..300ff003d2a1 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeTransitGatewayVpcAttachmentsCommandOutput *

Describes one or more VPC attachments. By default, all VPC attachments are described. * Alternatively, you can filter the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewayVpcAttachmentsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewayVpcAttachmentsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeTransitGatewaysCommand.ts b/clients/client-ec2/commands/DescribeTransitGatewaysCommand.ts index 61fa99fb2673..4bbbb4458e1c 100644 --- a/clients/client-ec2/commands/DescribeTransitGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeTransitGatewaysCommand.ts @@ -24,7 +24,7 @@ export interface DescribeTransitGatewaysCommandOutput extends DescribeTransitGat *

Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can * filter the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeTransitGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeTransitGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVolumeAttributeCommand.ts b/clients/client-ec2/commands/DescribeVolumeAttributeCommand.ts index 998964e4eef2..849f77176a92 100644 --- a/clients/client-ec2/commands/DescribeVolumeAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeVolumeAttributeCommand.ts @@ -25,7 +25,7 @@ export interface DescribeVolumeAttributeCommandOutput extends DescribeVolumeAttr * attribute at a time.

*

For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVolumeAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVolumeAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVolumeStatusCommand.ts b/clients/client-ec2/commands/DescribeVolumeStatusCommand.ts index 9eb271e7078a..3e175fd1baad 100644 --- a/clients/client-ec2/commands/DescribeVolumeStatusCommand.ts +++ b/clients/client-ec2/commands/DescribeVolumeStatusCommand.ts @@ -56,7 +56,7 @@ export interface DescribeVolumeStatusCommandOutput extends DescribeVolumeStatusR * Therefore, volume status does not indicate volumes in the error state (for * example, when a volume is incapable of accepting I/O.)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVolumeStatusCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVolumeStatusCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVolumesCommand.ts b/clients/client-ec2/commands/DescribeVolumesCommand.ts index 7ddc269230bb..4b07415cfe15 100644 --- a/clients/client-ec2/commands/DescribeVolumesCommand.ts +++ b/clients/client-ec2/commands/DescribeVolumesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResult, __M * results.

*

For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVolumesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVolumesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVolumesModificationsCommand.ts b/clients/client-ec2/commands/DescribeVolumesModificationsCommand.ts index 2efb7d545e27..e6bd5164fce5 100644 --- a/clients/client-ec2/commands/DescribeVolumesModificationsCommand.ts +++ b/clients/client-ec2/commands/DescribeVolumesModificationsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeVolumesModificationsCommandOutput * Monitoring volume modifications in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVolumesModificationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVolumesModificationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcAttributeCommand.ts b/clients/client-ec2/commands/DescribeVpcAttributeCommand.ts index 3097d19859ab..0cf2d97b1d34 100644 --- a/clients/client-ec2/commands/DescribeVpcAttributeCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcAttributeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVpcAttributeCommandOutput extends DescribeVpcAttributeR /** *

Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcClassicLinkCommand.ts b/clients/client-ec2/commands/DescribeVpcClassicLinkCommand.ts index 6e0c9ac8a145..3a54d72c66f4 100644 --- a/clients/client-ec2/commands/DescribeVpcClassicLinkCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcClassicLinkCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVpcClassicLinkCommandOutput extends DescribeVpcClassicL /** *

Describes the ClassicLink status of one or more VPCs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcClassicLinkCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcClassicLinkCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/commands/DescribeVpcClassicLinkDnsSupportCommand.ts index 01998be3b632..7a67a538c5d4 100644 --- a/clients/client-ec2/commands/DescribeVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcClassicLinkDnsSupportCommand.ts @@ -29,7 +29,7 @@ export interface DescribeVpcClassicLinkDnsSupportCommandOutput * of an instance in a VPC resolves to its private IP address when addressed from a linked * EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcClassicLinkDnsSupportCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcClassicLinkDnsSupportCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts index 8e5c7e9ad6ac..5e59cc9a7af4 100644 --- a/clients/client-ec2/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeVpcEndpointConnectionNotificationsCommandOutput *

Describes the connection notifications for VPC endpoints and VPC endpoint * services.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcEndpointConnectionNotificationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcEndpointConnectionNotificationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcEndpointConnectionsCommand.ts b/clients/client-ec2/commands/DescribeVpcEndpointConnectionsCommand.ts index db0eeb5d8040..b43791c7a245 100644 --- a/clients/client-ec2/commands/DescribeVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcEndpointConnectionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeVpcEndpointConnectionsCommandOutput *

Describes the VPC endpoint connections to your VPC endpoint services, including any * endpoints that are pending your acceptance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcEndpointConnectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcEndpointConnectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts index 340a4247ab47..d2c82cae60ed 100644 --- a/clients/client-ec2/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeVpcEndpointServiceConfigurationsCommandOutput /** *

Describes the VPC endpoint service configurations in your account (your services).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcEndpointServiceConfigurationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcEndpointServiceConfigurationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/commands/DescribeVpcEndpointServicePermissionsCommand.ts index ecff61b47f1e..4b9436c9a1e8 100644 --- a/clients/client-ec2/commands/DescribeVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcEndpointServicePermissionsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeVpcEndpointServicePermissionsCommandOutput *

Describes the principals (service consumers) that are permitted to discover your VPC * endpoint service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcEndpointServicePermissionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcEndpointServicePermissionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcEndpointServicesCommand.ts b/clients/client-ec2/commands/DescribeVpcEndpointServicesCommand.ts index 2bef68a757e5..c3635486fc3a 100644 --- a/clients/client-ec2/commands/DescribeVpcEndpointServicesCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcEndpointServicesCommand.ts @@ -30,7 +30,7 @@ export interface DescribeVpcEndpointServicesCommandOutput extends DescribeVpcEnd * the VPC endpoint services in the common Availability Zone, * us-east-1a.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcEndpointServicesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcEndpointServicesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcEndpointsCommand.ts b/clients/client-ec2/commands/DescribeVpcEndpointsCommand.ts index ecd761e32ccd..09536e8ed125 100644 --- a/clients/client-ec2/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsR /** *

Describes one or more of your VPC endpoints.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcEndpointsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcEndpointsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-ec2/commands/DescribeVpcPeeringConnectionsCommand.ts index d176b789950d..ba06991b6d0b 100644 --- a/clients/client-ec2/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeVpcPeeringConnectionsCommandOutput /** *

Describes one or more of your VPC peering connections.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcPeeringConnectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcPeeringConnectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpcsCommand.ts b/clients/client-ec2/commands/DescribeVpcsCommand.ts index 25bde396add4..f0827769980c 100644 --- a/clients/client-ec2/commands/DescribeVpcsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpcsCommand.ts @@ -20,7 +20,7 @@ export interface DescribeVpcsCommandOutput extends DescribeVpcsResult, __Metadat /** *

Describes one or more of your VPCs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpcsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpcsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpnConnectionsCommand.ts b/clients/client-ec2/commands/DescribeVpnConnectionsCommand.ts index ad156b662a67..cec694fe96c3 100644 --- a/clients/client-ec2/commands/DescribeVpnConnectionsCommand.ts +++ b/clients/client-ec2/commands/DescribeVpnConnectionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeVpnConnectionsCommandOutput extends DescribeVpnConnecti *

Describes one or more of your VPN connections.

*

For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpnConnectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpnConnectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DescribeVpnGatewaysCommand.ts b/clients/client-ec2/commands/DescribeVpnGatewaysCommand.ts index bcf91e882aed..22acf53a6624 100644 --- a/clients/client-ec2/commands/DescribeVpnGatewaysCommand.ts +++ b/clients/client-ec2/commands/DescribeVpnGatewaysCommand.ts @@ -24,7 +24,7 @@ export interface DescribeVpnGatewaysCommandOutput extends DescribeVpnGatewaysRes *

Describes one or more of your virtual private gateways.

*

For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DescribeVpnGatewaysCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DescribeVpnGatewaysCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DetachClassicLinkVpcCommand.ts b/clients/client-ec2/commands/DetachClassicLinkVpcCommand.ts index 9bfe74e70f6b..03febc6494eb 100644 --- a/clients/client-ec2/commands/DetachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/commands/DetachClassicLinkVpcCommand.ts @@ -23,7 +23,7 @@ export interface DetachClassicLinkVpcCommandOutput extends DetachClassicLinkVpcR /** *

Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DetachClassicLinkVpcCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DetachClassicLinkVpcCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DetachInternetGatewayCommand.ts b/clients/client-ec2/commands/DetachInternetGatewayCommand.ts index f7423c5a7906..e49e0b6f4313 100644 --- a/clients/client-ec2/commands/DetachInternetGatewayCommand.ts +++ b/clients/client-ec2/commands/DetachInternetGatewayCommand.ts @@ -25,7 +25,7 @@ export interface DetachInternetGatewayCommandOutput extends __MetadataBearer {} * and the VPC. The VPC must not contain any running instances with Elastic IP addresses or * public IPv4 addresses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DetachInternetGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DetachInternetGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DetachNetworkInterfaceCommand.ts b/clients/client-ec2/commands/DetachNetworkInterfaceCommand.ts index df51d4d91fdc..c16aff88e52a 100644 --- a/clients/client-ec2/commands/DetachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/commands/DetachNetworkInterfaceCommand.ts @@ -23,7 +23,7 @@ export interface DetachNetworkInterfaceCommandOutput extends __MetadataBearer {} /** *

Detaches a network interface from an instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DetachNetworkInterfaceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DetachNetworkInterfaceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DetachVolumeCommand.ts b/clients/client-ec2/commands/DetachVolumeCommand.ts index 7f654097f798..eb25dd4059f9 100644 --- a/clients/client-ec2/commands/DetachVolumeCommand.ts +++ b/clients/client-ec2/commands/DetachVolumeCommand.ts @@ -31,7 +31,7 @@ export interface DetachVolumeCommandOutput extends VolumeAttachment, __MetadataB *

For more information, see Detaching an Amazon EBS volume in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DetachVolumeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DetachVolumeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DetachVpnGatewayCommand.ts b/clients/client-ec2/commands/DetachVpnGatewayCommand.ts index 6bab0450203a..31aa0807cead 100644 --- a/clients/client-ec2/commands/DetachVpnGatewayCommand.ts +++ b/clients/client-ec2/commands/DetachVpnGatewayCommand.ts @@ -25,7 +25,7 @@ export interface DetachVpnGatewayCommandOutput extends __MetadataBearer {} *

You must wait for the attachment's state to switch to detached before * you can delete the VPC or attach a different VPC to the virtual private gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DetachVpnGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DetachVpnGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/commands/DisableEbsEncryptionByDefaultCommand.ts index e471c9f67101..103adc44f9d0 100644 --- a/clients/client-ec2/commands/DisableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/commands/DisableEbsEncryptionByDefaultCommand.ts @@ -31,7 +31,7 @@ export interface DisableEbsEncryptionByDefaultCommandOutput *

For more information, see Amazon EBS encryption in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisableEbsEncryptionByDefaultCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisableEbsEncryptionByDefaultCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisableFastSnapshotRestoresCommand.ts b/clients/client-ec2/commands/DisableFastSnapshotRestoresCommand.ts index b0199979f115..cc4fec4081a6 100644 --- a/clients/client-ec2/commands/DisableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/commands/DisableFastSnapshotRestoresCommand.ts @@ -24,7 +24,7 @@ export interface DisableFastSnapshotRestoresCommandOutput extends DisableFastSna /** *

Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisableFastSnapshotRestoresCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisableFastSnapshotRestoresCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisableSerialConsoleAccessCommand.ts b/clients/client-ec2/commands/DisableSerialConsoleAccessCommand.ts index 2b89de503237..e6678bc5c8bd 100644 --- a/clients/client-ec2/commands/DisableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/commands/DisableSerialConsoleAccessCommand.ts @@ -26,7 +26,7 @@ export interface DisableSerialConsoleAccessCommandOutput extends DisableSerialCo * Manage account access to the EC2 serial console in the Amazon EC2 * User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisableSerialConsoleAccessCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisableSerialConsoleAccessCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/commands/DisableTransitGatewayRouteTablePropagationCommand.ts index c7454fe288ff..5ae2a31d29c9 100644 --- a/clients/client-ec2/commands/DisableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/commands/DisableTransitGatewayRouteTablePropagationCommand.ts @@ -30,7 +30,7 @@ export interface DisableTransitGatewayRouteTablePropagationCommandOutput *

Disables the specified resource attachment from propagating routes to the specified * propagation route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisableTransitGatewayRouteTablePropagationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisableTransitGatewayRouteTablePropagationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisableVgwRoutePropagationCommand.ts b/clients/client-ec2/commands/DisableVgwRoutePropagationCommand.ts index 49272bbd0db1..9d835d6bac4d 100644 --- a/clients/client-ec2/commands/DisableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/commands/DisableVgwRoutePropagationCommand.ts @@ -23,7 +23,7 @@ export interface DisableVgwRoutePropagationCommandOutput extends __MetadataBeare /** *

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisableVgwRoutePropagationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisableVgwRoutePropagationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisableVpcClassicLinkCommand.ts b/clients/client-ec2/commands/DisableVpcClassicLinkCommand.ts index 2a2e6e6b91e4..453e3149115e 100644 --- a/clients/client-ec2/commands/DisableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/commands/DisableVpcClassicLinkCommand.ts @@ -23,7 +23,7 @@ export interface DisableVpcClassicLinkCommandOutput extends DisableVpcClassicLin /** *

Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisableVpcClassicLinkCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisableVpcClassicLinkCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/commands/DisableVpcClassicLinkDnsSupportCommand.ts index 69e2ca24d168..ae8c9a8ab131 100644 --- a/clients/client-ec2/commands/DisableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/commands/DisableVpcClassicLinkDnsSupportCommand.ts @@ -29,7 +29,7 @@ export interface DisableVpcClassicLinkDnsSupportCommandOutput * Amazon Elastic Compute Cloud User Guide.

*

You must specify a VPC ID in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisableVpcClassicLinkDnsSupportCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisableVpcClassicLinkDnsSupportCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateAddressCommand.ts b/clients/client-ec2/commands/DisassociateAddressCommand.ts index 3c8f4ca5423f..c8cb06803a83 100644 --- a/clients/client-ec2/commands/DisassociateAddressCommand.ts +++ b/clients/client-ec2/commands/DisassociateAddressCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateAddressCommandOutput extends __MetadataBearer {} * Addresses in the Amazon Elastic Compute Cloud User Guide.

*

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateAddressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateAddressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/commands/DisassociateClientVpnTargetNetworkCommand.ts index f7aac079bb63..e50eb4a1adc6 100644 --- a/clients/client-ec2/commands/DisassociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/commands/DisassociateClientVpnTargetNetworkCommand.ts @@ -44,7 +44,7 @@ export interface DisassociateClientVpnTargetNetworkCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateClientVpnTargetNetworkCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateClientVpnTargetNetworkCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/commands/DisassociateEnclaveCertificateIamRoleCommand.ts index 8ea2f3f41b47..7eb81e850c30 100644 --- a/clients/client-ec2/commands/DisassociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/commands/DisassociateEnclaveCertificateIamRoleCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateEnclaveCertificateIamRoleCommandOutput * AWS Key Management Service (KMS) customer master key (CMK) used to encrypt the private key. This effectively revokes the role's * permission to use the certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateEnclaveCertificateIamRoleCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateEnclaveCertificateIamRoleCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateIamInstanceProfileCommand.ts b/clients/client-ec2/commands/DisassociateIamInstanceProfileCommand.ts index 716ffbe7603f..f5e1de53c22e 100644 --- a/clients/client-ec2/commands/DisassociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/commands/DisassociateIamInstanceProfileCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateIamInstanceProfileCommandOutput *

Use DescribeIamInstanceProfileAssociations to get the association * ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateIamInstanceProfileCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateIamInstanceProfileCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateRouteTableCommand.ts b/clients/client-ec2/commands/DisassociateRouteTableCommand.ts index 5641f951986f..4fef21fbb2ef 100644 --- a/clients/client-ec2/commands/DisassociateRouteTableCommand.ts +++ b/clients/client-ec2/commands/DisassociateRouteTableCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateRouteTableCommandOutput extends __MetadataBearer {} * about route tables, see Route * Tables in the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateSubnetCidrBlockCommand.ts b/clients/client-ec2/commands/DisassociateSubnetCidrBlockCommand.ts index 64b566264687..15fb449d2972 100644 --- a/clients/client-ec2/commands/DisassociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/commands/DisassociateSubnetCidrBlockCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateSubnetCidrBlockCommandOutput extends DisassociateSu /** *

Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateSubnetCidrBlockCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateSubnetCidrBlockCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/commands/DisassociateTransitGatewayMulticastDomainCommand.ts index b82dec3d05de..8d83ed4338f8 100644 --- a/clients/client-ec2/commands/DisassociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/commands/DisassociateTransitGatewayMulticastDomainCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateTransitGatewayMulticastDomainCommandOutput /** *

Disassociates the specified subnets from the transit gateway multicast domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateTransitGatewayMulticastDomainCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateTransitGatewayMulticastDomainCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/commands/DisassociateTransitGatewayRouteTableCommand.ts index e5ad0b54d241..26c140947af1 100644 --- a/clients/client-ec2/commands/DisassociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/commands/DisassociateTransitGatewayRouteTableCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateTransitGatewayRouteTableCommandOutput /** *

Disassociates a resource attachment from a transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateTransitGatewayRouteTableCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateTransitGatewayRouteTableCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/DisassociateVpcCidrBlockCommand.ts b/clients/client-ec2/commands/DisassociateVpcCidrBlockCommand.ts index f36b80fca9ea..6e81fd2985f5 100644 --- a/clients/client-ec2/commands/DisassociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/commands/DisassociateVpcCidrBlockCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateVpcCidrBlockCommandOutput extends DisassociateVpcCi *

You cannot disassociate the CIDR block with which you originally created the VPC (the * primary CIDR block).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, DisassociateVpcCidrBlockCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, DisassociateVpcCidrBlockCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/commands/EnableEbsEncryptionByDefaultCommand.ts index d073352d22c7..3e33b9b3f4c9 100644 --- a/clients/client-ec2/commands/EnableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/commands/EnableEbsEncryptionByDefaultCommand.ts @@ -36,7 +36,7 @@ export interface EnableEbsEncryptionByDefaultCommandOutput * using instance types that do not support encryption. For more information, see Supported * instance types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableEbsEncryptionByDefaultCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableEbsEncryptionByDefaultCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableFastSnapshotRestoresCommand.ts b/clients/client-ec2/commands/EnableFastSnapshotRestoresCommand.ts index 19bfcb087cf3..e405fb761ac7 100644 --- a/clients/client-ec2/commands/EnableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/commands/EnableFastSnapshotRestoresCommand.ts @@ -28,7 +28,7 @@ export interface EnableFastSnapshotRestoresCommandOutput extends EnableFastSnaps *

For more information, see Amazon EBS fast snapshot * restore in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableFastSnapshotRestoresCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableFastSnapshotRestoresCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableSerialConsoleAccessCommand.ts b/clients/client-ec2/commands/EnableSerialConsoleAccessCommand.ts index eda38f627396..dbc8b8ee656e 100644 --- a/clients/client-ec2/commands/EnableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/commands/EnableSerialConsoleAccessCommand.ts @@ -25,7 +25,7 @@ export interface EnableSerialConsoleAccessCommandOutput extends EnableSerialCons * access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableSerialConsoleAccessCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableSerialConsoleAccessCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/commands/EnableTransitGatewayRouteTablePropagationCommand.ts index 5e045714d55f..177e9fed4af5 100644 --- a/clients/client-ec2/commands/EnableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/commands/EnableTransitGatewayRouteTablePropagationCommand.ts @@ -30,7 +30,7 @@ export interface EnableTransitGatewayRouteTablePropagationCommandOutput *

Enables the specified attachment to propagate routes to the specified * propagation route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableTransitGatewayRouteTablePropagationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableTransitGatewayRouteTablePropagationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableVgwRoutePropagationCommand.ts b/clients/client-ec2/commands/EnableVgwRoutePropagationCommand.ts index fc60e5b4e47b..fbecbbf1a395 100644 --- a/clients/client-ec2/commands/EnableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/commands/EnableVgwRoutePropagationCommand.ts @@ -23,7 +23,7 @@ export interface EnableVgwRoutePropagationCommandOutput extends __MetadataBearer /** *

Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableVgwRoutePropagationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableVgwRoutePropagationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableVolumeIOCommand.ts b/clients/client-ec2/commands/EnableVolumeIOCommand.ts index 34a111837140..4b96c9783519 100644 --- a/clients/client-ec2/commands/EnableVolumeIOCommand.ts +++ b/clients/client-ec2/commands/EnableVolumeIOCommand.ts @@ -21,7 +21,7 @@ export interface EnableVolumeIOCommandOutput extends __MetadataBearer {} *

Enables I/O operations for a volume that had I/O operations disabled because the data on * the volume was potentially inconsistent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableVolumeIOCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableVolumeIOCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableVpcClassicLinkCommand.ts b/clients/client-ec2/commands/EnableVpcClassicLinkCommand.ts index fc2c181eb5de..ed78f39082e4 100644 --- a/clients/client-ec2/commands/EnableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/commands/EnableVpcClassicLinkCommand.ts @@ -29,7 +29,7 @@ export interface EnableVpcClassicLinkCommandOutput extends EnableVpcClassicLinkR * ranges. For more information, see ClassicLink in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableVpcClassicLinkCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableVpcClassicLinkCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/EnableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/commands/EnableVpcClassicLinkDnsSupportCommand.ts index d3d678bcbe90..afac6a99f4f2 100644 --- a/clients/client-ec2/commands/EnableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/commands/EnableVpcClassicLinkDnsSupportCommand.ts @@ -31,7 +31,7 @@ export interface EnableVpcClassicLinkDnsSupportCommandOutput * Amazon Elastic Compute Cloud User Guide.

*

You must specify a VPC ID in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, EnableVpcClassicLinkDnsSupportCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, EnableVpcClassicLinkDnsSupportCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ExportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/commands/ExportClientVpnClientCertificateRevocationListCommand.ts index 5f410776de3a..cb9dcb0f105e 100644 --- a/clients/client-ec2/commands/ExportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/commands/ExportClientVpnClientCertificateRevocationListCommand.ts @@ -29,7 +29,7 @@ export interface ExportClientVpnClientCertificateRevocationListCommandOutput /** *

Downloads the client certificate revocation list for the specified Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ExportClientVpnClientCertificateRevocationListCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ExportClientVpnClientCertificateRevocationListCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ExportClientVpnClientConfigurationCommand.ts b/clients/client-ec2/commands/ExportClientVpnClientConfigurationCommand.ts index d3a44bb7080d..017ddbb1972c 100644 --- a/clients/client-ec2/commands/ExportClientVpnClientConfigurationCommand.ts +++ b/clients/client-ec2/commands/ExportClientVpnClientConfigurationCommand.ts @@ -30,7 +30,7 @@ export interface ExportClientVpnClientConfigurationCommandOutput * file includes the Client VPN endpoint and certificate information clients need to establish a connection * with the Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ExportClientVpnClientConfigurationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ExportClientVpnClientConfigurationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ExportImageCommand.ts b/clients/client-ec2/commands/ExportImageCommand.ts index 47b131add709..ff2c3abbc90e 100644 --- a/clients/client-ec2/commands/ExportImageCommand.ts +++ b/clients/client-ec2/commands/ExportImageCommand.ts @@ -22,7 +22,7 @@ export interface ExportImageCommandOutput extends ExportImageResult, __MetadataB * directly from an Amazon Machine Image (AMI) in the * VM Import/Export User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ExportImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ExportImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ExportTransitGatewayRoutesCommand.ts b/clients/client-ec2/commands/ExportTransitGatewayRoutesCommand.ts index c0b07f8453f0..8af47262fbb4 100644 --- a/clients/client-ec2/commands/ExportTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/commands/ExportTransitGatewayRoutesCommand.ts @@ -27,7 +27,7 @@ export interface ExportTransitGatewayRoutesCommandOutput extends ExportTransitGa * Export Route Tables * to Amazon S3 in Transit Gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ExportTransitGatewayRoutesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ExportTransitGatewayRoutesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts b/clients/client-ec2/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts index 8f58dc83ff9a..4b7dae201e4e 100644 --- a/clients/client-ec2/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts +++ b/clients/client-ec2/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts @@ -32,7 +32,7 @@ export interface GetAssociatedEnclaveCertificateIamRolesCommandOutput * and encrypted private key bundle are stored, and the ARN of the AWS Key Management Service (KMS) customer master key (CMK) * that's used to encrypt the private key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetAssociatedEnclaveCertificateIamRolesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetAssociatedEnclaveCertificateIamRolesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetAssociatedIpv6PoolCidrsCommand.ts b/clients/client-ec2/commands/GetAssociatedIpv6PoolCidrsCommand.ts index f6027d783456..45c0039c2950 100644 --- a/clients/client-ec2/commands/GetAssociatedIpv6PoolCidrsCommand.ts +++ b/clients/client-ec2/commands/GetAssociatedIpv6PoolCidrsCommand.ts @@ -23,7 +23,7 @@ export interface GetAssociatedIpv6PoolCidrsCommandOutput extends GetAssociatedIp /** *

Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetAssociatedIpv6PoolCidrsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetAssociatedIpv6PoolCidrsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetCapacityReservationUsageCommand.ts b/clients/client-ec2/commands/GetCapacityReservationUsageCommand.ts index 73281bdb6f4e..62fc78031f53 100644 --- a/clients/client-ec2/commands/GetCapacityReservationUsageCommand.ts +++ b/clients/client-ec2/commands/GetCapacityReservationUsageCommand.ts @@ -25,7 +25,7 @@ export interface GetCapacityReservationUsageCommandOutput extends GetCapacityRes * and each AWS account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only * the Capacity Reservation owner's usage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetCapacityReservationUsageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetCapacityReservationUsageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetCoipPoolUsageCommand.ts b/clients/client-ec2/commands/GetCoipPoolUsageCommand.ts index 9697a5193a94..b7c6958b881d 100644 --- a/clients/client-ec2/commands/GetCoipPoolUsageCommand.ts +++ b/clients/client-ec2/commands/GetCoipPoolUsageCommand.ts @@ -23,7 +23,7 @@ export interface GetCoipPoolUsageCommandOutput extends GetCoipPoolUsageResult, _ /** *

Describes the allocations from the specified customer-owned address pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetCoipPoolUsageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetCoipPoolUsageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetConsoleOutputCommand.ts b/clients/client-ec2/commands/GetConsoleOutputCommand.ts index 8347f22783ee..c65a744451e8 100644 --- a/clients/client-ec2/commands/GetConsoleOutputCommand.ts +++ b/clients/client-ec2/commands/GetConsoleOutputCommand.ts @@ -35,7 +35,7 @@ export interface GetConsoleOutputCommandOutput extends GetConsoleOutputResult, _ *

For more information, see Instance * console output in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetConsoleOutputCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetConsoleOutputCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetConsoleScreenshotCommand.ts b/clients/client-ec2/commands/GetConsoleScreenshotCommand.ts index af0c746618e4..307b1ce95e59 100644 --- a/clients/client-ec2/commands/GetConsoleScreenshotCommand.ts +++ b/clients/client-ec2/commands/GetConsoleScreenshotCommand.ts @@ -25,7 +25,7 @@ export interface GetConsoleScreenshotCommandOutput extends GetConsoleScreenshotR * troubleshooting.

*

The returned content is Base64-encoded.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetConsoleScreenshotCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetConsoleScreenshotCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetDefaultCreditSpecificationCommand.ts b/clients/client-ec2/commands/GetDefaultCreditSpecificationCommand.ts index 5f9e150bf0eb..72cf75847b34 100644 --- a/clients/client-ec2/commands/GetDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/commands/GetDefaultCreditSpecificationCommand.ts @@ -27,7 +27,7 @@ export interface GetDefaultCreditSpecificationCommandOutput *

For more information, see Burstable * performance instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetDefaultCreditSpecificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetDefaultCreditSpecificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/commands/GetEbsDefaultKmsKeyIdCommand.ts index 7263b3f8cae9..6788614a7514 100644 --- a/clients/client-ec2/commands/GetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/commands/GetEbsDefaultKmsKeyIdCommand.ts @@ -27,7 +27,7 @@ export interface GetEbsDefaultKmsKeyIdCommandOutput extends GetEbsDefaultKmsKeyI *

For more information, see Amazon EBS encryption * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetEbsDefaultKmsKeyIdCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetEbsDefaultKmsKeyIdCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/commands/GetEbsEncryptionByDefaultCommand.ts index fa888e2f274e..29e0ea8eba40 100644 --- a/clients/client-ec2/commands/GetEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/commands/GetEbsEncryptionByDefaultCommand.ts @@ -26,7 +26,7 @@ export interface GetEbsEncryptionByDefaultCommandOutput extends GetEbsEncryption *

For more information, see Amazon EBS encryption * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetEbsEncryptionByDefaultCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetEbsEncryptionByDefaultCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetFlowLogsIntegrationTemplateCommand.ts b/clients/client-ec2/commands/GetFlowLogsIntegrationTemplateCommand.ts index b78078521658..ddc016aa7671 100644 --- a/clients/client-ec2/commands/GetFlowLogsIntegrationTemplateCommand.ts +++ b/clients/client-ec2/commands/GetFlowLogsIntegrationTemplateCommand.ts @@ -42,7 +42,7 @@ export interface GetFlowLogsIntegrationTemplateCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetFlowLogsIntegrationTemplateCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetFlowLogsIntegrationTemplateCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetGroupsForCapacityReservationCommand.ts b/clients/client-ec2/commands/GetGroupsForCapacityReservationCommand.ts index e467829d2a7a..167595deb3fe 100644 --- a/clients/client-ec2/commands/GetGroupsForCapacityReservationCommand.ts +++ b/clients/client-ec2/commands/GetGroupsForCapacityReservationCommand.ts @@ -25,7 +25,7 @@ export interface GetGroupsForCapacityReservationCommandOutput /** *

Lists the resource groups to which a Capacity Reservation has been added.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetGroupsForCapacityReservationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetGroupsForCapacityReservationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetHostReservationPurchasePreviewCommand.ts b/clients/client-ec2/commands/GetHostReservationPurchasePreviewCommand.ts index 45a311447807..714bb34812a9 100644 --- a/clients/client-ec2/commands/GetHostReservationPurchasePreviewCommand.ts +++ b/clients/client-ec2/commands/GetHostReservationPurchasePreviewCommand.ts @@ -29,7 +29,7 @@ export interface GetHostReservationPurchasePreviewCommandOutput *

This is a preview of the PurchaseHostReservation action and does * not result in the offering being purchased.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetHostReservationPurchasePreviewCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetHostReservationPurchasePreviewCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetLaunchTemplateDataCommand.ts b/clients/client-ec2/commands/GetLaunchTemplateDataCommand.ts index a8da30e4dd81..35c35061e864 100644 --- a/clients/client-ec2/commands/GetLaunchTemplateDataCommand.ts +++ b/clients/client-ec2/commands/GetLaunchTemplateDataCommand.ts @@ -27,7 +27,7 @@ export interface GetLaunchTemplateDataCommandOutput extends GetLaunchTemplateDat * actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus. Or, you can allow * describe* depending on your instance requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetLaunchTemplateDataCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetLaunchTemplateDataCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetManagedPrefixListAssociationsCommand.ts b/clients/client-ec2/commands/GetManagedPrefixListAssociationsCommand.ts index e7a07a0e4122..0d48519597d2 100644 --- a/clients/client-ec2/commands/GetManagedPrefixListAssociationsCommand.ts +++ b/clients/client-ec2/commands/GetManagedPrefixListAssociationsCommand.ts @@ -25,7 +25,7 @@ export interface GetManagedPrefixListAssociationsCommandOutput /** *

Gets information about the resources that are associated with the specified managed prefix list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetManagedPrefixListAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetManagedPrefixListAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetManagedPrefixListEntriesCommand.ts b/clients/client-ec2/commands/GetManagedPrefixListEntriesCommand.ts index 978fd58f3457..c225aef6fdad 100644 --- a/clients/client-ec2/commands/GetManagedPrefixListEntriesCommand.ts +++ b/clients/client-ec2/commands/GetManagedPrefixListEntriesCommand.ts @@ -23,7 +23,7 @@ export interface GetManagedPrefixListEntriesCommandOutput extends GetManagedPref /** *

Gets information about the entries for a specified managed prefix list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetManagedPrefixListEntriesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetManagedPrefixListEntriesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetPasswordDataCommand.ts b/clients/client-ec2/commands/GetPasswordDataCommand.ts index c86b6cd24ccc..06e96a9fee5b 100644 --- a/clients/client-ec2/commands/GetPasswordDataCommand.ts +++ b/clients/client-ec2/commands/GetPasswordDataCommand.ts @@ -32,7 +32,7 @@ export interface GetPasswordDataCommandOutput extends GetPasswordDataResult, __M * an empty string. We recommend that you wait up to 15 minutes after launching an instance * before trying to retrieve the generated password.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetPasswordDataCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetPasswordDataCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/commands/GetReservedInstancesExchangeQuoteCommand.ts index 23826788fdf9..ae0fb1258889 100644 --- a/clients/client-ec2/commands/GetReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/commands/GetReservedInstancesExchangeQuoteCommand.ts @@ -27,7 +27,7 @@ export interface GetReservedInstancesExchangeQuoteCommandOutput * Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange * cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote to perform the exchange.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetReservedInstancesExchangeQuoteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetReservedInstancesExchangeQuoteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetSerialConsoleAccessStatusCommand.ts b/clients/client-ec2/commands/GetSerialConsoleAccessStatusCommand.ts index 3d7d9c35df6b..723c034a9a44 100644 --- a/clients/client-ec2/commands/GetSerialConsoleAccessStatusCommand.ts +++ b/clients/client-ec2/commands/GetSerialConsoleAccessStatusCommand.ts @@ -28,7 +28,7 @@ export interface GetSerialConsoleAccessStatusCommandOutput * information, see Manage account access to the EC2 serial console in the Amazon EC2 * User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetSerialConsoleAccessStatusCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetSerialConsoleAccessStatusCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetTransitGatewayAttachmentPropagationsCommand.ts b/clients/client-ec2/commands/GetTransitGatewayAttachmentPropagationsCommand.ts index 96bb13d05854..41a0ac06afc2 100644 --- a/clients/client-ec2/commands/GetTransitGatewayAttachmentPropagationsCommand.ts +++ b/clients/client-ec2/commands/GetTransitGatewayAttachmentPropagationsCommand.ts @@ -29,7 +29,7 @@ export interface GetTransitGatewayAttachmentPropagationsCommandOutput /** *

Lists the route tables to which the specified resource attachment propagates routes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetTransitGatewayAttachmentPropagationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetTransitGatewayAttachmentPropagationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts index 12857bb74fbf..4dc349b0a3c2 100644 --- a/clients/client-ec2/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface GetTransitGatewayMulticastDomainAssociationsCommandOutput /** *

Gets information about the associations for the transit gateway multicast domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetTransitGatewayMulticastDomainAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetTransitGatewayMulticastDomainAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetTransitGatewayPrefixListReferencesCommand.ts b/clients/client-ec2/commands/GetTransitGatewayPrefixListReferencesCommand.ts index eb9ddb063465..a2ea1d9bf8c7 100644 --- a/clients/client-ec2/commands/GetTransitGatewayPrefixListReferencesCommand.ts +++ b/clients/client-ec2/commands/GetTransitGatewayPrefixListReferencesCommand.ts @@ -29,7 +29,7 @@ export interface GetTransitGatewayPrefixListReferencesCommandOutput /** *

Gets information about the prefix list references in a specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetTransitGatewayPrefixListReferencesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetTransitGatewayPrefixListReferencesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetTransitGatewayRouteTableAssociationsCommand.ts b/clients/client-ec2/commands/GetTransitGatewayRouteTableAssociationsCommand.ts index ba77de8dab22..d6042b77a73a 100644 --- a/clients/client-ec2/commands/GetTransitGatewayRouteTableAssociationsCommand.ts +++ b/clients/client-ec2/commands/GetTransitGatewayRouteTableAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface GetTransitGatewayRouteTableAssociationsCommandOutput /** *

Gets information about the associations for the specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetTransitGatewayRouteTableAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetTransitGatewayRouteTableAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/GetTransitGatewayRouteTablePropagationsCommand.ts b/clients/client-ec2/commands/GetTransitGatewayRouteTablePropagationsCommand.ts index 7b6ca771f453..cf0263c00712 100644 --- a/clients/client-ec2/commands/GetTransitGatewayRouteTablePropagationsCommand.ts +++ b/clients/client-ec2/commands/GetTransitGatewayRouteTablePropagationsCommand.ts @@ -29,7 +29,7 @@ export interface GetTransitGatewayRouteTablePropagationsCommandOutput /** *

Gets information about the route table propagations for the specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, GetTransitGatewayRouteTablePropagationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, GetTransitGatewayRouteTablePropagationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ImportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/commands/ImportClientVpnClientCertificateRevocationListCommand.ts index ea55d219a5fd..8c2d9f8e0d13 100644 --- a/clients/client-ec2/commands/ImportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/commands/ImportClientVpnClientCertificateRevocationListCommand.ts @@ -30,7 +30,7 @@ export interface ImportClientVpnClientCertificateRevocationListCommandOutput *

Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.

*

Uploading a client certificate revocation list resets existing client connections.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ImportClientVpnClientCertificateRevocationListCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ImportClientVpnClientCertificateRevocationListCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ImportImageCommand.ts b/clients/client-ec2/commands/ImportImageCommand.ts index 22ca236f938e..0dabee09c6ad 100644 --- a/clients/client-ec2/commands/ImportImageCommand.ts +++ b/clients/client-ec2/commands/ImportImageCommand.ts @@ -22,7 +22,7 @@ export interface ImportImageCommandOutput extends ImportImageResult, __MetadataB *

For more information, see Importing a * VM as an image using VM Import/Export in the VM Import/Export User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ImportImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ImportImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ImportInstanceCommand.ts b/clients/client-ec2/commands/ImportInstanceCommand.ts index 5f9d55cefe45..6a470c6b6b1b 100644 --- a/clients/client-ec2/commands/ImportInstanceCommand.ts +++ b/clients/client-ec2/commands/ImportInstanceCommand.ts @@ -26,7 +26,7 @@ export interface ImportInstanceCommandOutput extends ImportInstanceResult, __Met * Importing a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file.

*

For information about the import manifest referenced by this API action, see VM Import Manifest.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ImportInstanceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ImportInstanceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ImportKeyPairCommand.ts b/clients/client-ec2/commands/ImportKeyPairCommand.ts index 31cc6681d488..69139b7c2c5e 100644 --- a/clients/client-ec2/commands/ImportKeyPairCommand.ts +++ b/clients/client-ec2/commands/ImportKeyPairCommand.ts @@ -25,7 +25,7 @@ export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __Metad *

For more information about key pairs, see Key Pairs * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ImportKeyPairCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ImportKeyPairCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ImportSnapshotCommand.ts b/clients/client-ec2/commands/ImportSnapshotCommand.ts index f552b0a8bc36..20faf058233e 100644 --- a/clients/client-ec2/commands/ImportSnapshotCommand.ts +++ b/clients/client-ec2/commands/ImportSnapshotCommand.ts @@ -22,7 +22,7 @@ export interface ImportSnapshotCommandOutput extends ImportSnapshotResult, __Met *

For more information, see Importing a disk as a snapshot using VM Import/Export in the * VM Import/Export User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ImportSnapshotCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ImportSnapshotCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ImportVolumeCommand.ts b/clients/client-ec2/commands/ImportVolumeCommand.ts index a2c62ec56148..a34d448739e5 100644 --- a/clients/client-ec2/commands/ImportVolumeCommand.ts +++ b/clients/client-ec2/commands/ImportVolumeCommand.ts @@ -26,7 +26,7 @@ export interface ImportVolumeCommandOutput extends ImportVolumeResult, __Metadat * information about using the Amazon EC2 CLI, which is deprecated, see Importing Disks to Amazon EBS in the Amazon EC2 CLI Reference PDF file.

*

For information about the import manifest referenced by this API action, see VM Import Manifest.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ImportVolumeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ImportVolumeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyAddressAttributeCommand.ts b/clients/client-ec2/commands/ModifyAddressAttributeCommand.ts index e1118b5c8945..e355baeabd47 100644 --- a/clients/client-ec2/commands/ModifyAddressAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifyAddressAttributeCommand.ts @@ -23,7 +23,7 @@ export interface ModifyAddressAttributeCommandOutput extends ModifyAddressAttrib /** *

Modifies an attribute of the specified Elastic IP address. For requirements, see Using reverse DNS for email applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyAddressAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyAddressAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyAvailabilityZoneGroupCommand.ts b/clients/client-ec2/commands/ModifyAvailabilityZoneGroupCommand.ts index ff00a09f7bb6..dd09f12d53ce 100644 --- a/clients/client-ec2/commands/ModifyAvailabilityZoneGroupCommand.ts +++ b/clients/client-ec2/commands/ModifyAvailabilityZoneGroupCommand.ts @@ -26,7 +26,7 @@ export interface ModifyAvailabilityZoneGroupCommandOutput extends ModifyAvailabi *

Use * DescribeAvailabilityZones to view the value for GroupName.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyAvailabilityZoneGroupCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyAvailabilityZoneGroupCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyCapacityReservationCommand.ts b/clients/client-ec2/commands/ModifyCapacityReservationCommand.ts index e7ae246a0105..7d017bc11231 100644 --- a/clients/client-ec2/commands/ModifyCapacityReservationCommand.ts +++ b/clients/client-ec2/commands/ModifyCapacityReservationCommand.ts @@ -27,7 +27,7 @@ export interface ModifyCapacityReservationCommandOutput extends ModifyCapacityRe * attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with * the required attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyCapacityReservationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyCapacityReservationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyClientVpnEndpointCommand.ts b/clients/client-ec2/commands/ModifyClientVpnEndpointCommand.ts index 928462fe318b..e7cb65ca8d11 100644 --- a/clients/client-ec2/commands/ModifyClientVpnEndpointCommand.ts +++ b/clients/client-ec2/commands/ModifyClientVpnEndpointCommand.ts @@ -23,7 +23,7 @@ export interface ModifyClientVpnEndpointCommandOutput extends ModifyClientVpnEnd /** *

Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyClientVpnEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyClientVpnEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyDefaultCreditSpecificationCommand.ts b/clients/client-ec2/commands/ModifyDefaultCreditSpecificationCommand.ts index ce1cb52dbbe9..776ccd582f1d 100644 --- a/clients/client-ec2/commands/ModifyDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/commands/ModifyDefaultCreditSpecificationCommand.ts @@ -37,7 +37,7 @@ export interface ModifyDefaultCreditSpecificationCommandOutput *

For more information, see Burstable * performance instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyDefaultCreditSpecificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyDefaultCreditSpecificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/commands/ModifyEbsDefaultKmsKeyIdCommand.ts index d8185fed9547..1c3a404b48e0 100644 --- a/clients/client-ec2/commands/ModifyEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/commands/ModifyEbsDefaultKmsKeyIdCommand.ts @@ -30,7 +30,7 @@ export interface ModifyEbsDefaultKmsKeyIdCommandOutput extends ModifyEbsDefaultK *

For more information, see Amazon EBS encryption * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyEbsDefaultKmsKeyIdCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyEbsDefaultKmsKeyIdCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyFleetCommand.ts b/clients/client-ec2/commands/ModifyFleetCommand.ts index 80387b8fe000..4b9622c806c8 100644 --- a/clients/client-ec2/commands/ModifyFleetCommand.ts +++ b/clients/client-ec2/commands/ModifyFleetCommand.ts @@ -41,7 +41,7 @@ export interface ModifyFleetCommandOutput extends ModifyFleetResult, __MetadataB *

If you are finished with your EC2 Fleet for now, but will use it again later, you can set the * target capacity to 0.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyFleetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyFleetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyFpgaImageAttributeCommand.ts b/clients/client-ec2/commands/ModifyFpgaImageAttributeCommand.ts index 30e0a727d949..0a9be85d051f 100644 --- a/clients/client-ec2/commands/ModifyFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifyFpgaImageAttributeCommand.ts @@ -23,7 +23,7 @@ export interface ModifyFpgaImageAttributeCommandOutput extends ModifyFpgaImageAt /** *

Modifies the specified attribute of the specified Amazon FPGA Image (AFI).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyFpgaImageAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyFpgaImageAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyHostsCommand.ts b/clients/client-ec2/commands/ModifyHostsCommand.ts index 9dbd9ff27bb5..7669c0dd0ca2 100644 --- a/clients/client-ec2/commands/ModifyHostsCommand.ts +++ b/clients/client-ec2/commands/ModifyHostsCommand.ts @@ -27,7 +27,7 @@ export interface ModifyHostsCommandOutput extends ModifyHostsResult, __MetadataB *

You can also use this API action to modify a Dedicated Host to support either multiple * instance types in an instance family, or to support a specific instance type only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyHostsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyHostsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyIdFormatCommand.ts b/clients/client-ec2/commands/ModifyIdFormatCommand.ts index d38c6fe24aa5..47f9531bf8c6 100644 --- a/clients/client-ec2/commands/ModifyIdFormatCommand.ts +++ b/clients/client-ec2/commands/ModifyIdFormatCommand.ts @@ -43,7 +43,7 @@ export interface ModifyIdFormatCommandOutput extends __MetadataBearer {} * of these settings and provided that they have permission to use the relevant * Describe command for the resource type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyIdFormatCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyIdFormatCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyIdentityIdFormatCommand.ts b/clients/client-ec2/commands/ModifyIdentityIdFormatCommand.ts index 5bacb9417d20..c1a667a9a909 100644 --- a/clients/client-ec2/commands/ModifyIdentityIdFormatCommand.ts +++ b/clients/client-ec2/commands/ModifyIdentityIdFormatCommand.ts @@ -44,7 +44,7 @@ export interface ModifyIdentityIdFormatCommandOutput extends __MetadataBearer {} * settings and provided that they have permission to use the relevant Describe * command for the resource type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyIdentityIdFormatCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyIdentityIdFormatCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyImageAttributeCommand.ts b/clients/client-ec2/commands/ModifyImageAttributeCommand.ts index aad35d4813e5..6027d6081a68 100644 --- a/clients/client-ec2/commands/ModifyImageAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifyImageAttributeCommand.ts @@ -28,7 +28,7 @@ export interface ModifyImageAttributeCommandOutput extends __MetadataBearer {} *

To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance * and create an AMI from the instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyImageAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyImageAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyInstanceAttributeCommand.ts b/clients/client-ec2/commands/ModifyInstanceAttributeCommand.ts index f7b465d857a2..df5e04dca890 100644 --- a/clients/client-ec2/commands/ModifyInstanceAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifyInstanceAttributeCommand.ts @@ -32,7 +32,7 @@ export interface ModifyInstanceAttributeCommandOutput extends __MetadataBearer { *

To modify some attributes, the instance must be stopped. For more information, see * Modifying attributes of a stopped instance in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyInstanceAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyInstanceAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyInstanceCapacityReservationAttributesCommand.ts b/clients/client-ec2/commands/ModifyInstanceCapacityReservationAttributesCommand.ts index ffb2faa80de9..f8f1d5120548 100644 --- a/clients/client-ec2/commands/ModifyInstanceCapacityReservationAttributesCommand.ts +++ b/clients/client-ec2/commands/ModifyInstanceCapacityReservationAttributesCommand.ts @@ -31,7 +31,7 @@ export interface ModifyInstanceCapacityReservationAttributesCommandOutput * instance to target a specific Capacity Reservation, run in any open Capacity Reservation with matching * attributes, or run On-Demand Instance capacity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyInstanceCapacityReservationAttributesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyInstanceCapacityReservationAttributesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyInstanceCreditSpecificationCommand.ts b/clients/client-ec2/commands/ModifyInstanceCreditSpecificationCommand.ts index 5ebbf43009ef..d983317a4338 100644 --- a/clients/client-ec2/commands/ModifyInstanceCreditSpecificationCommand.ts +++ b/clients/client-ec2/commands/ModifyInstanceCreditSpecificationCommand.ts @@ -29,7 +29,7 @@ export interface ModifyInstanceCreditSpecificationCommandOutput *

For more information, see Burstable * performance instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyInstanceCreditSpecificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyInstanceCreditSpecificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyInstanceEventStartTimeCommand.ts b/clients/client-ec2/commands/ModifyInstanceEventStartTimeCommand.ts index 58510a9fac6b..cf74c56b5979 100644 --- a/clients/client-ec2/commands/ModifyInstanceEventStartTimeCommand.ts +++ b/clients/client-ec2/commands/ModifyInstanceEventStartTimeCommand.ts @@ -25,7 +25,7 @@ export interface ModifyInstanceEventStartTimeCommandOutput /** *

Modifies the start time for a scheduled Amazon EC2 instance event.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyInstanceEventStartTimeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyInstanceEventStartTimeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyInstanceMetadataOptionsCommand.ts b/clients/client-ec2/commands/ModifyInstanceMetadataOptionsCommand.ts index 1cfa34626756..ca55a33afda1 100644 --- a/clients/client-ec2/commands/ModifyInstanceMetadataOptionsCommand.ts +++ b/clients/client-ec2/commands/ModifyInstanceMetadataOptionsCommand.ts @@ -31,7 +31,7 @@ export interface ModifyInstanceMetadataOptionsCommandOutput * subsequent describe-instances API calls. For more information, see Instance metadata and user data * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyInstanceMetadataOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyInstanceMetadataOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyInstancePlacementCommand.ts b/clients/client-ec2/commands/ModifyInstancePlacementCommand.ts index 283c08787dbe..b5a764a43e4d 100644 --- a/clients/client-ec2/commands/ModifyInstancePlacementCommand.ts +++ b/clients/client-ec2/commands/ModifyInstancePlacementCommand.ts @@ -50,7 +50,7 @@ export interface ModifyInstancePlacementCommandOutput extends ModifyInstancePlac *

To modify the host ID, tenancy, placement group, or partition for an instance, the * instance must be in the stopped state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyInstancePlacementCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyInstancePlacementCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyLaunchTemplateCommand.ts b/clients/client-ec2/commands/ModifyLaunchTemplateCommand.ts index a337b873f987..b9bf1cf49bab 100644 --- a/clients/client-ec2/commands/ModifyLaunchTemplateCommand.ts +++ b/clients/client-ec2/commands/ModifyLaunchTemplateCommand.ts @@ -25,7 +25,7 @@ export interface ModifyLaunchTemplateCommandOutput extends ModifyLaunchTemplateR * set as the default version. When launching an instance, the default version applies when * a launch template version is not specified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyLaunchTemplateCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyLaunchTemplateCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyManagedPrefixListCommand.ts b/clients/client-ec2/commands/ModifyManagedPrefixListCommand.ts index 8fd06d6b4309..54257fcd70f4 100644 --- a/clients/client-ec2/commands/ModifyManagedPrefixListCommand.ts +++ b/clients/client-ec2/commands/ModifyManagedPrefixListCommand.ts @@ -27,7 +27,7 @@ export interface ModifyManagedPrefixListCommandOutput extends ModifyManagedPrefi *

If you specify a current version number that does not match the true current version * number, the request fails.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyManagedPrefixListCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyManagedPrefixListCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/commands/ModifyNetworkInterfaceAttributeCommand.ts index 954df1bd813b..48ee2740e223 100644 --- a/clients/client-ec2/commands/ModifyNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifyNetworkInterfaceAttributeCommand.ts @@ -25,7 +25,7 @@ export interface ModifyNetworkInterfaceAttributeCommandOutput extends __Metadata * attribute at a time. You can use this action to attach and detach security groups from * an existing EC2 instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyNetworkInterfaceAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyNetworkInterfaceAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyReservedInstancesCommand.ts b/clients/client-ec2/commands/ModifyReservedInstancesCommand.ts index 1eb4e2a493b0..4caf0b3c3f7b 100644 --- a/clients/client-ec2/commands/ModifyReservedInstancesCommand.ts +++ b/clients/client-ec2/commands/ModifyReservedInstancesCommand.ts @@ -28,7 +28,7 @@ export interface ModifyReservedInstancesCommandOutput extends ModifyReservedInst *

For more information, see Modifying Reserved * Instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyReservedInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyReservedInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifySnapshotAttributeCommand.ts b/clients/client-ec2/commands/ModifySnapshotAttributeCommand.ts index 603830bc8a7e..1785d9d4185f 100644 --- a/clients/client-ec2/commands/ModifySnapshotAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifySnapshotAttributeCommand.ts @@ -30,7 +30,7 @@ export interface ModifySnapshotAttributeCommandOutput extends __MetadataBearer { *

For more information about modifying snapshot permissions, see Sharing snapshots in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifySnapshotAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifySnapshotAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifySpotFleetRequestCommand.ts b/clients/client-ec2/commands/ModifySpotFleetRequestCommand.ts index 94b11b8e88b8..51d4f99ba490 100644 --- a/clients/client-ec2/commands/ModifySpotFleetRequestCommand.ts +++ b/clients/client-ec2/commands/ModifySpotFleetRequestCommand.ts @@ -46,7 +46,7 @@ export interface ModifySpotFleetRequestCommandOutput extends ModifySpotFleetRequ *

If you are finished with your Spot Fleet for now, but will use it again later, you can set the * target capacity to 0.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifySpotFleetRequestCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifySpotFleetRequestCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifySubnetAttributeCommand.ts b/clients/client-ec2/commands/ModifySubnetAttributeCommand.ts index 5d3609a3b757..d0590df9fca8 100644 --- a/clients/client-ec2/commands/ModifySubnetAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifySubnetAttributeCommand.ts @@ -23,7 +23,7 @@ export interface ModifySubnetAttributeCommandOutput extends __MetadataBearer {} /** *

Modifies a subnet attribute. You can only modify one attribute at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifySubnetAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifySubnetAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts b/clients/client-ec2/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts index 1b7c3239c147..6c939a401186 100644 --- a/clients/client-ec2/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts +++ b/clients/client-ec2/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts @@ -34,7 +34,7 @@ export interface ModifyTrafficMirrorFilterNetworkServicesCommandOutput *

For information about filter rule properties, see * Network Services in the Traffic Mirroring User Guide .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyTrafficMirrorFilterNetworkServicesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyTrafficMirrorFilterNetworkServicesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/commands/ModifyTrafficMirrorFilterRuleCommand.ts index 4e67a713613f..3e63adc8b110 100644 --- a/clients/client-ec2/commands/ModifyTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/commands/ModifyTrafficMirrorFilterRuleCommand.ts @@ -28,7 +28,7 @@ export interface ModifyTrafficMirrorFilterRuleCommandOutput * DestinationCidrBlock and SourceCidrBlock must both be an IPv4 * range or an IPv6 range.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyTrafficMirrorFilterRuleCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyTrafficMirrorFilterRuleCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyTrafficMirrorSessionCommand.ts b/clients/client-ec2/commands/ModifyTrafficMirrorSessionCommand.ts index 2f19f7a31084..bb6fde673eb8 100644 --- a/clients/client-ec2/commands/ModifyTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/commands/ModifyTrafficMirrorSessionCommand.ts @@ -23,7 +23,7 @@ export interface ModifyTrafficMirrorSessionCommandOutput extends ModifyTrafficMi /** *

Modifies a Traffic Mirror session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyTrafficMirrorSessionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyTrafficMirrorSessionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyTransitGatewayCommand.ts b/clients/client-ec2/commands/ModifyTransitGatewayCommand.ts index 3536ff7204f2..bfb256730c5c 100644 --- a/clients/client-ec2/commands/ModifyTransitGatewayCommand.ts +++ b/clients/client-ec2/commands/ModifyTransitGatewayCommand.ts @@ -23,7 +23,7 @@ export interface ModifyTransitGatewayCommandOutput extends ModifyTransitGatewayR /** *

Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyTransitGatewayCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyTransitGatewayCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts index 2f7fb3393432..3b15e3e8cc02 100644 --- a/clients/client-ec2/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts @@ -29,7 +29,7 @@ export interface ModifyTransitGatewayPrefixListReferenceCommandOutput /** *

Modifies a reference (route) to a prefix list in a specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyTransitGatewayPrefixListReferenceCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyTransitGatewayPrefixListReferenceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/commands/ModifyTransitGatewayVpcAttachmentCommand.ts index 7b4192190ed5..db816af61835 100644 --- a/clients/client-ec2/commands/ModifyTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/commands/ModifyTransitGatewayVpcAttachmentCommand.ts @@ -25,7 +25,7 @@ export interface ModifyTransitGatewayVpcAttachmentCommandOutput /** *

Modifies the specified VPC attachment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyTransitGatewayVpcAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyTransitGatewayVpcAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVolumeAttributeCommand.ts b/clients/client-ec2/commands/ModifyVolumeAttributeCommand.ts index 97af1c30ff23..d12a43eac060 100644 --- a/clients/client-ec2/commands/ModifyVolumeAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifyVolumeAttributeCommand.ts @@ -29,7 +29,7 @@ export interface ModifyVolumeAttributeCommandOutput extends __MetadataBearer {} *

You can change the default behavior to resume I/O operations. We recommend that you change * this only for boot volumes or for volumes that are stateless or disposable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVolumeAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVolumeAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVolumeCommand.ts b/clients/client-ec2/commands/ModifyVolumeCommand.ts index 04a5a9cc2c08..41cf53393b47 100644 --- a/clients/client-ec2/commands/ModifyVolumeCommand.ts +++ b/clients/client-ec2/commands/ModifyVolumeCommand.ts @@ -41,7 +41,7 @@ export interface ModifyVolumeCommandOutput extends ModifyVolumeResult, __Metadat *

If you reach the maximum volume modification rate per volume limit, you will need to wait * at least six hours before applying further modifications to the affected EBS volume.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVolumeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVolumeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpcAttributeCommand.ts b/clients/client-ec2/commands/ModifyVpcAttributeCommand.ts index 423fc96f7a0f..bb15a9acafb6 100644 --- a/clients/client-ec2/commands/ModifyVpcAttributeCommand.ts +++ b/clients/client-ec2/commands/ModifyVpcAttributeCommand.ts @@ -23,7 +23,7 @@ export interface ModifyVpcAttributeCommandOutput extends __MetadataBearer {} /** *

Modifies the specified attribute of the specified VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpcAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpcAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpcEndpointCommand.ts b/clients/client-ec2/commands/ModifyVpcEndpointCommand.ts index b4098dc303f2..6866560b0187 100644 --- a/clients/client-ec2/commands/ModifyVpcEndpointCommand.ts +++ b/clients/client-ec2/commands/ModifyVpcEndpointCommand.ts @@ -26,7 +26,7 @@ export interface ModifyVpcEndpointCommandOutput extends ModifyVpcEndpointResult, * VPC * Endpoints in the Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpcEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpcEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/commands/ModifyVpcEndpointConnectionNotificationCommand.ts index 87a802970dfb..83e81c33f077 100644 --- a/clients/client-ec2/commands/ModifyVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/commands/ModifyVpcEndpointConnectionNotificationCommand.ts @@ -30,7 +30,7 @@ export interface ModifyVpcEndpointConnectionNotificationCommandOutput *

Modifies a connection notification for VPC endpoint or VPC endpoint service. You * can change the SNS topic for the notification, or the events for which to be notified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpcEndpointConnectionNotificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpcEndpointConnectionNotificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/commands/ModifyVpcEndpointServiceConfigurationCommand.ts index 2bf22ecc4767..1f0d61aaf8b8 100644 --- a/clients/client-ec2/commands/ModifyVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/commands/ModifyVpcEndpointServiceConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface ModifyVpcEndpointServiceConfigurationCommandOutput * Private DNS Name Verification in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpcEndpointServiceConfigurationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpcEndpointServiceConfigurationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/commands/ModifyVpcEndpointServicePermissionsCommand.ts index 60b70f9163de..8ee7af14dc4d 100644 --- a/clients/client-ec2/commands/ModifyVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/commands/ModifyVpcEndpointServicePermissionsCommand.ts @@ -32,7 +32,7 @@ export interface ModifyVpcEndpointServicePermissionsCommandOutput * public service can send a request to attach an endpoint. If the service does not require manual approval, * attachments are automatically approved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpcEndpointServicePermissionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpcEndpointServicePermissionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpcPeeringConnectionOptionsCommand.ts b/clients/client-ec2/commands/ModifyVpcPeeringConnectionOptionsCommand.ts index c38403ab6623..6d199df8e1ec 100644 --- a/clients/client-ec2/commands/ModifyVpcPeeringConnectionOptionsCommand.ts +++ b/clients/client-ec2/commands/ModifyVpcPeeringConnectionOptionsCommand.ts @@ -46,7 +46,7 @@ export interface ModifyVpcPeeringConnectionOptionsCommandOutput * modify the accepter VPC peering options. To verify which VPCs are the accepter and the * requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpcPeeringConnectionOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpcPeeringConnectionOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpcTenancyCommand.ts b/clients/client-ec2/commands/ModifyVpcTenancyCommand.ts index cf9ad4ddc50b..bb70d506f05f 100644 --- a/clients/client-ec2/commands/ModifyVpcTenancyCommand.ts +++ b/clients/client-ec2/commands/ModifyVpcTenancyCommand.ts @@ -30,7 +30,7 @@ export interface ModifyVpcTenancyCommandOutput extends ModifyVpcTenancyResult, _ *

For more information, see Dedicated Instances in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpcTenancyCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpcTenancyCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpnConnectionCommand.ts b/clients/client-ec2/commands/ModifyVpnConnectionCommand.ts index 5e4f9f49357f..c832e14a154c 100644 --- a/clients/client-ec2/commands/ModifyVpnConnectionCommand.ts +++ b/clients/client-ec2/commands/ModifyVpnConnectionCommand.ts @@ -55,7 +55,7 @@ export interface ModifyVpnConnectionCommandOutput extends ModifyVpnConnectionRes * the tunnel options remain intact. Your AWS Site-to-Site VPN connection will be temporarily unavailable * for a brief period while we provision the new endpoints.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpnConnectionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpnConnectionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpnConnectionOptionsCommand.ts b/clients/client-ec2/commands/ModifyVpnConnectionOptionsCommand.ts index 1d8b4479d5f3..101f60cbb5fd 100644 --- a/clients/client-ec2/commands/ModifyVpnConnectionOptionsCommand.ts +++ b/clients/client-ec2/commands/ModifyVpnConnectionOptionsCommand.ts @@ -24,7 +24,7 @@ export interface ModifyVpnConnectionOptionsCommandOutput extends ModifyVpnConnec *

Modifies the connection options for your Site-to-Site VPN connection.

*

When you modify the VPN connection options, the VPN endpoint IP addresses on the AWS side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpnConnectionOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpnConnectionOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpnTunnelCertificateCommand.ts b/clients/client-ec2/commands/ModifyVpnTunnelCertificateCommand.ts index 00bc0c6188ce..0f624c95504d 100644 --- a/clients/client-ec2/commands/ModifyVpnTunnelCertificateCommand.ts +++ b/clients/client-ec2/commands/ModifyVpnTunnelCertificateCommand.ts @@ -23,7 +23,7 @@ export interface ModifyVpnTunnelCertificateCommandOutput extends ModifyVpnTunnel /** *

Modifies the VPN tunnel endpoint certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpnTunnelCertificateCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpnTunnelCertificateCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ModifyVpnTunnelOptionsCommand.ts b/clients/client-ec2/commands/ModifyVpnTunnelOptionsCommand.ts index c4128e4776f4..bc163a471b72 100644 --- a/clients/client-ec2/commands/ModifyVpnTunnelOptionsCommand.ts +++ b/clients/client-ec2/commands/ModifyVpnTunnelOptionsCommand.ts @@ -26,7 +26,7 @@ export interface ModifyVpnTunnelOptionsCommandOutput extends ModifyVpnTunnelOpti * a time. For more information, see Site-to-Site VPN Tunnel Options for Your Site-to-Site VPN * Connection in the AWS Site-to-Site VPN User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ModifyVpnTunnelOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ModifyVpnTunnelOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/MonitorInstancesCommand.ts b/clients/client-ec2/commands/MonitorInstancesCommand.ts index 6814fe675184..02b52e6227ab 100644 --- a/clients/client-ec2/commands/MonitorInstancesCommand.ts +++ b/clients/client-ec2/commands/MonitorInstancesCommand.ts @@ -26,7 +26,7 @@ export interface MonitorInstancesCommandOutput extends MonitorInstancesResult, _ * volumes in the Amazon EC2 User Guide.

*

To disable detailed monitoring, see .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, MonitorInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, MonitorInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/MoveAddressToVpcCommand.ts b/clients/client-ec2/commands/MoveAddressToVpcCommand.ts index 6eee4bf736b5..1ba81b863e8c 100644 --- a/clients/client-ec2/commands/MoveAddressToVpcCommand.ts +++ b/clients/client-ec2/commands/MoveAddressToVpcCommand.ts @@ -28,7 +28,7 @@ export interface MoveAddressToVpcCommandOutput extends MoveAddressToVpcResult, _ * RestoreAddressToClassic request. You cannot move an Elastic IP address that was * originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, MoveAddressToVpcCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, MoveAddressToVpcCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ProvisionByoipCidrCommand.ts b/clients/client-ec2/commands/ProvisionByoipCidrCommand.ts index f3f67613ace6..de909962d4fc 100644 --- a/clients/client-ec2/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-ec2/commands/ProvisionByoipCidrCommand.ts @@ -34,7 +34,7 @@ export interface ProvisionByoipCidrCommandOutput extends ProvisionByoipCidrResul * To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress * with either the specific address from the address pool or the ID of the address pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ProvisionByoipCidrCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ProvisionByoipCidrCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/PurchaseHostReservationCommand.ts b/clients/client-ec2/commands/PurchaseHostReservationCommand.ts index 44159b504134..47cf624c80c7 100644 --- a/clients/client-ec2/commands/PurchaseHostReservationCommand.ts +++ b/clients/client-ec2/commands/PurchaseHostReservationCommand.ts @@ -26,7 +26,7 @@ export interface PurchaseHostReservationCommandOutput extends PurchaseHostReserv * This action results in the specified reservation being purchased and charged to your * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, PurchaseHostReservationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, PurchaseHostReservationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/PurchaseReservedInstancesOfferingCommand.ts b/clients/client-ec2/commands/PurchaseReservedInstancesOfferingCommand.ts index 504ec809676e..4693b333bc51 100644 --- a/clients/client-ec2/commands/PurchaseReservedInstancesOfferingCommand.ts +++ b/clients/client-ec2/commands/PurchaseReservedInstancesOfferingCommand.ts @@ -34,7 +34,7 @@ export interface PurchaseReservedInstancesOfferingCommandOutput * Reserved Instance Marketplace * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, PurchaseReservedInstancesOfferingCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, PurchaseReservedInstancesOfferingCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/PurchaseScheduledInstancesCommand.ts b/clients/client-ec2/commands/PurchaseScheduledInstancesCommand.ts index 98519f4b612a..8638c842a316 100644 --- a/clients/client-ec2/commands/PurchaseScheduledInstancesCommand.ts +++ b/clients/client-ec2/commands/PurchaseScheduledInstancesCommand.ts @@ -28,7 +28,7 @@ export interface PurchaseScheduledInstancesCommandOutput extends PurchaseSchedul * you must call RunScheduledInstances during each scheduled time period.

*

After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, PurchaseScheduledInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, PurchaseScheduledInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RebootInstancesCommand.ts b/clients/client-ec2/commands/RebootInstancesCommand.ts index df14ec4e831a..c8fcfdfda375 100644 --- a/clients/client-ec2/commands/RebootInstancesCommand.ts +++ b/clients/client-ec2/commands/RebootInstancesCommand.ts @@ -27,7 +27,7 @@ export interface RebootInstancesCommandOutput extends __MetadataBearer {} *

For more information about troubleshooting, see Getting console output and * rebooting instances in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RebootInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RebootInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RegisterImageCommand.ts b/clients/client-ec2/commands/RegisterImageCommand.ts index e09c1f5686c9..54e0629b56be 100644 --- a/clients/client-ec2/commands/RegisterImageCommand.ts +++ b/clients/client-ec2/commands/RegisterImageCommand.ts @@ -69,7 +69,7 @@ export interface RegisterImageCommandOutput extends RegisterImageResult, __Metad * about how to obtain the platform details and billing information of an AMI, see Obtaining billing * information in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RegisterImageCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RegisterImageCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RegisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/commands/RegisterInstanceEventNotificationAttributesCommand.ts index 6770401fa67e..fc206f78c1f7 100644 --- a/clients/client-ec2/commands/RegisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/commands/RegisterInstanceEventNotificationAttributesCommand.ts @@ -31,7 +31,7 @@ export interface RegisterInstanceEventNotificationAttributesCommandOutput *

*

To remove tags, use .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RegisterInstanceEventNotificationAttributesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RegisterInstanceEventNotificationAttributesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts index 4a07609de34f..c602f0450e11 100644 --- a/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts @@ -34,7 +34,7 @@ export interface RegisterTransitGatewayMulticastGroupMembersCommandOutput *

After you add the members, use SearchTransitGatewayMulticastGroups to verify that the members were added * to the transit gateway multicast group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RegisterTransitGatewayMulticastGroupMembersCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RegisterTransitGatewayMulticastGroupMembersCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts index 78f356f27276..bc20fe4f4ba8 100644 --- a/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -34,7 +34,7 @@ export interface RegisterTransitGatewayMulticastGroupSourcesCommandOutput *

After you add the source, use SearchTransitGatewayMulticastGroups to verify that the source was added to the multicast * group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RegisterTransitGatewayMulticastGroupSourcesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RegisterTransitGatewayMulticastGroupSourcesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts index 08a1d9c4eefd..19a034c8aad1 100644 --- a/clients/client-ec2/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface RejectTransitGatewayMulticastDomainAssociationsCommandOutput /** *

Rejects a request to associate cross-account subnets with a transit gateway multicast domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RejectTransitGatewayMulticastDomainAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RejectTransitGatewayMulticastDomainAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RejectTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/commands/RejectTransitGatewayPeeringAttachmentCommand.ts index 64c9ff90769a..6e5c6f80b3f2 100644 --- a/clients/client-ec2/commands/RejectTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/commands/RejectTransitGatewayPeeringAttachmentCommand.ts @@ -29,7 +29,7 @@ export interface RejectTransitGatewayPeeringAttachmentCommandOutput /** *

Rejects a transit gateway peering attachment request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RejectTransitGatewayPeeringAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RejectTransitGatewayPeeringAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RejectTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/commands/RejectTransitGatewayVpcAttachmentCommand.ts index fd63f4b394f9..4d2db9ee2eab 100644 --- a/clients/client-ec2/commands/RejectTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/commands/RejectTransitGatewayVpcAttachmentCommand.ts @@ -28,7 +28,7 @@ export interface RejectTransitGatewayVpcAttachmentCommandOutput * Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. * Use AcceptTransitGatewayVpcAttachment to accept a VPC attachment request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RejectTransitGatewayVpcAttachmentCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RejectTransitGatewayVpcAttachmentCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RejectVpcEndpointConnectionsCommand.ts b/clients/client-ec2/commands/RejectVpcEndpointConnectionsCommand.ts index cbd8de0d29e8..18e7da441e89 100644 --- a/clients/client-ec2/commands/RejectVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/commands/RejectVpcEndpointConnectionsCommand.ts @@ -26,7 +26,7 @@ export interface RejectVpcEndpointConnectionsCommandOutput *

Rejects one or more VPC endpoint connection requests to your VPC endpoint * service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RejectVpcEndpointConnectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RejectVpcEndpointConnectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RejectVpcPeeringConnectionCommand.ts b/clients/client-ec2/commands/RejectVpcPeeringConnectionCommand.ts index 9ced94da79f4..59f53e28c570 100644 --- a/clients/client-ec2/commands/RejectVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/commands/RejectVpcPeeringConnectionCommand.ts @@ -26,7 +26,7 @@ export interface RejectVpcPeeringConnectionCommandOutput extends RejectVpcPeerin * to view your outstanding VPC peering connection requests. To delete an active VPC peering * connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RejectVpcPeeringConnectionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RejectVpcPeeringConnectionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReleaseAddressCommand.ts b/clients/client-ec2/commands/ReleaseAddressCommand.ts index a151a5a0aa26..89a3f724bcb1 100644 --- a/clients/client-ec2/commands/ReleaseAddressCommand.ts +++ b/clients/client-ec2/commands/ReleaseAddressCommand.ts @@ -31,7 +31,7 @@ export interface ReleaseAddressCommandOutput extends __MetadataBearer {} *

[EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. * For more information, see AllocateAddress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReleaseAddressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReleaseAddressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReleaseHostsCommand.ts b/clients/client-ec2/commands/ReleaseHostsCommand.ts index 7a14615017ab..ba4d167bd92b 100644 --- a/clients/client-ec2/commands/ReleaseHostsCommand.ts +++ b/clients/client-ec2/commands/ReleaseHostsCommand.ts @@ -28,7 +28,7 @@ export interface ReleaseHostsCommandOutput extends ReleaseHostsResult, __Metadat * Dedicated Hosts. Wait a few minutes and then try again.

*

Released hosts still appear in a DescribeHosts response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReleaseHostsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReleaseHostsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReplaceIamInstanceProfileAssociationCommand.ts b/clients/client-ec2/commands/ReplaceIamInstanceProfileAssociationCommand.ts index 368f0cf11416..c2568c7e5064 100644 --- a/clients/client-ec2/commands/ReplaceIamInstanceProfileAssociationCommand.ts +++ b/clients/client-ec2/commands/ReplaceIamInstanceProfileAssociationCommand.ts @@ -32,7 +32,7 @@ export interface ReplaceIamInstanceProfileAssociationCommandOutput *

Use DescribeIamInstanceProfileAssociations to get the association * ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReplaceIamInstanceProfileAssociationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReplaceIamInstanceProfileAssociationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReplaceNetworkAclAssociationCommand.ts b/clients/client-ec2/commands/ReplaceNetworkAclAssociationCommand.ts index ba551f91bf25..f2ce2eefe06a 100644 --- a/clients/client-ec2/commands/ReplaceNetworkAclAssociationCommand.ts +++ b/clients/client-ec2/commands/ReplaceNetworkAclAssociationCommand.ts @@ -29,7 +29,7 @@ export interface ReplaceNetworkAclAssociationCommandOutput * ACLs in the Amazon Virtual Private Cloud User Guide.

*

This is an idempotent operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReplaceNetworkAclAssociationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReplaceNetworkAclAssociationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReplaceNetworkAclEntryCommand.ts b/clients/client-ec2/commands/ReplaceNetworkAclEntryCommand.ts index f48c371cf04c..d86d57108cb2 100644 --- a/clients/client-ec2/commands/ReplaceNetworkAclEntryCommand.ts +++ b/clients/client-ec2/commands/ReplaceNetworkAclEntryCommand.ts @@ -24,7 +24,7 @@ export interface ReplaceNetworkAclEntryCommandOutput extends __MetadataBearer {} *

Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReplaceNetworkAclEntryCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReplaceNetworkAclEntryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReplaceRouteCommand.ts b/clients/client-ec2/commands/ReplaceRouteCommand.ts index 9297e89bdf41..2f0d66bb8f67 100644 --- a/clients/client-ec2/commands/ReplaceRouteCommand.ts +++ b/clients/client-ec2/commands/ReplaceRouteCommand.ts @@ -25,7 +25,7 @@ export interface ReplaceRouteCommandOutput extends __MetadataBearer {} *

For more information, see Route Tables in the * Amazon Virtual Private Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReplaceRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReplaceRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReplaceRouteTableAssociationCommand.ts b/clients/client-ec2/commands/ReplaceRouteTableAssociationCommand.ts index 8742cc84bd24..dcdbaeb6acce 100644 --- a/clients/client-ec2/commands/ReplaceRouteTableAssociationCommand.ts +++ b/clients/client-ec2/commands/ReplaceRouteTableAssociationCommand.ts @@ -29,7 +29,7 @@ export interface ReplaceRouteTableAssociationCommandOutput * Tables in the Amazon Virtual Private Cloud User Guide.

*

You can also use this operation to change which table is the main route table in the VPC. Specify the main route table's association ID and the route table ID of the new main route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReplaceRouteTableAssociationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReplaceRouteTableAssociationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReplaceTransitGatewayRouteCommand.ts b/clients/client-ec2/commands/ReplaceTransitGatewayRouteCommand.ts index 96d433f3f709..d89a9674b39d 100644 --- a/clients/client-ec2/commands/ReplaceTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/commands/ReplaceTransitGatewayRouteCommand.ts @@ -23,7 +23,7 @@ export interface ReplaceTransitGatewayRouteCommandOutput extends ReplaceTransitG /** *

Replaces the specified route in the specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReplaceTransitGatewayRouteCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReplaceTransitGatewayRouteCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ReportInstanceStatusCommand.ts b/clients/client-ec2/commands/ReportInstanceStatusCommand.ts index b21b23e0c022..b90841f5297a 100644 --- a/clients/client-ec2/commands/ReportInstanceStatusCommand.ts +++ b/clients/client-ec2/commands/ReportInstanceStatusCommand.ts @@ -27,7 +27,7 @@ export interface ReportInstanceStatusCommandOutput extends __MetadataBearer {} * EC2 collects this information to improve the accuracy of status checks.

*

Use of this action does not change the value returned by DescribeInstanceStatus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ReportInstanceStatusCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ReportInstanceStatusCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RequestSpotFleetCommand.ts b/clients/client-ec2/commands/RequestSpotFleetCommand.ts index 3c861288e9fb..8025ba6943ac 100644 --- a/clients/client-ec2/commands/RequestSpotFleetCommand.ts +++ b/clients/client-ec2/commands/RequestSpotFleetCommand.ts @@ -38,7 +38,7 @@ export interface RequestSpotFleetCommandOutput extends RequestSpotFleetResponse, *

For more information, see Spot Fleet requests * in the Amazon EC2 User Guide for Linux Instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RequestSpotFleetCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RequestSpotFleetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RequestSpotInstancesCommand.ts b/clients/client-ec2/commands/RequestSpotInstancesCommand.ts index 05032f30d2ae..cd8d43a1354f 100644 --- a/clients/client-ec2/commands/RequestSpotInstancesCommand.ts +++ b/clients/client-ec2/commands/RequestSpotInstancesCommand.ts @@ -24,7 +24,7 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR *

Creates a Spot Instance request.

*

For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RequestSpotInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RequestSpotInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ResetAddressAttributeCommand.ts b/clients/client-ec2/commands/ResetAddressAttributeCommand.ts index 705ef1d8c4c9..db32ea160c7a 100644 --- a/clients/client-ec2/commands/ResetAddressAttributeCommand.ts +++ b/clients/client-ec2/commands/ResetAddressAttributeCommand.ts @@ -23,7 +23,7 @@ export interface ResetAddressAttributeCommandOutput extends ResetAddressAttribut /** *

Resets the attribute of the specified IP address. For requirements, see Using reverse DNS for email applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ResetAddressAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ResetAddressAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ResetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/commands/ResetEbsDefaultKmsKeyIdCommand.ts index f44bc56ca68b..7f1bd1e3ec2a 100644 --- a/clients/client-ec2/commands/ResetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/commands/ResetEbsDefaultKmsKeyIdCommand.ts @@ -28,7 +28,7 @@ export interface ResetEbsDefaultKmsKeyIdCommandOutput extends ResetEbsDefaultKms * Amazon EBS encryption * in the Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ResetEbsDefaultKmsKeyIdCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ResetEbsDefaultKmsKeyIdCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ResetFpgaImageAttributeCommand.ts b/clients/client-ec2/commands/ResetFpgaImageAttributeCommand.ts index 2718e7d37712..97e7a5b0ec6c 100644 --- a/clients/client-ec2/commands/ResetFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/commands/ResetFpgaImageAttributeCommand.ts @@ -24,7 +24,7 @@ export interface ResetFpgaImageAttributeCommandOutput extends ResetFpgaImageAttr *

Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. * You can only reset the load permission attribute.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ResetFpgaImageAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ResetFpgaImageAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ResetImageAttributeCommand.ts b/clients/client-ec2/commands/ResetImageAttributeCommand.ts index 7ba51665a909..33d52ebd3546 100644 --- a/clients/client-ec2/commands/ResetImageAttributeCommand.ts +++ b/clients/client-ec2/commands/ResetImageAttributeCommand.ts @@ -26,7 +26,7 @@ export interface ResetImageAttributeCommandOutput extends __MetadataBearer {} *

The productCodes attribute can't be reset.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ResetImageAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ResetImageAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ResetInstanceAttributeCommand.ts b/clients/client-ec2/commands/ResetInstanceAttributeCommand.ts index 5aae6002b664..5ee3b5d68590 100644 --- a/clients/client-ec2/commands/ResetInstanceAttributeCommand.ts +++ b/clients/client-ec2/commands/ResetInstanceAttributeCommand.ts @@ -31,7 +31,7 @@ export interface ResetInstanceAttributeCommandOutput extends __MetadataBearer {} * more information, see NAT Instances in the * Amazon VPC User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ResetInstanceAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ResetInstanceAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ResetNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/commands/ResetNetworkInterfaceAttributeCommand.ts index a7bc20cb7366..a2322e6678eb 100644 --- a/clients/client-ec2/commands/ResetNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/commands/ResetNetworkInterfaceAttributeCommand.ts @@ -23,7 +23,7 @@ export interface ResetNetworkInterfaceAttributeCommandOutput extends __MetadataB /** *

Resets a network interface attribute. You can specify only one attribute at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ResetNetworkInterfaceAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ResetNetworkInterfaceAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/ResetSnapshotAttributeCommand.ts b/clients/client-ec2/commands/ResetSnapshotAttributeCommand.ts index f81b2558edcc..c79a152a48c3 100644 --- a/clients/client-ec2/commands/ResetSnapshotAttributeCommand.ts +++ b/clients/client-ec2/commands/ResetSnapshotAttributeCommand.ts @@ -25,7 +25,7 @@ export interface ResetSnapshotAttributeCommandOutput extends __MetadataBearer {} *

For more information about modifying snapshot permissions, see Sharing snapshots in the * Amazon Elastic Compute Cloud User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, ResetSnapshotAttributeCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, ResetSnapshotAttributeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RestoreAddressToClassicCommand.ts b/clients/client-ec2/commands/RestoreAddressToClassicCommand.ts index 7fcd5bad2a42..b6536abdfa97 100644 --- a/clients/client-ec2/commands/RestoreAddressToClassicCommand.ts +++ b/clients/client-ec2/commands/RestoreAddressToClassicCommand.ts @@ -23,7 +23,7 @@ export interface RestoreAddressToClassicCommandOutput extends RestoreAddressToCl /** *

Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RestoreAddressToClassicCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RestoreAddressToClassicCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RestoreManagedPrefixListVersionCommand.ts b/clients/client-ec2/commands/RestoreManagedPrefixListVersionCommand.ts index 5d3661e67adb..8eab4594df88 100644 --- a/clients/client-ec2/commands/RestoreManagedPrefixListVersionCommand.ts +++ b/clients/client-ec2/commands/RestoreManagedPrefixListVersionCommand.ts @@ -25,7 +25,7 @@ export interface RestoreManagedPrefixListVersionCommandOutput /** *

Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RestoreManagedPrefixListVersionCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RestoreManagedPrefixListVersionCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RevokeClientVpnIngressCommand.ts b/clients/client-ec2/commands/RevokeClientVpnIngressCommand.ts index c2cd08022870..6a1cec09c796 100644 --- a/clients/client-ec2/commands/RevokeClientVpnIngressCommand.ts +++ b/clients/client-ec2/commands/RevokeClientVpnIngressCommand.ts @@ -23,7 +23,7 @@ export interface RevokeClientVpnIngressCommandOutput extends RevokeClientVpnIngr /** *

Removes an ingress authorization rule from a Client VPN endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RevokeClientVpnIngressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RevokeClientVpnIngressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RevokeSecurityGroupEgressCommand.ts b/clients/client-ec2/commands/RevokeSecurityGroupEgressCommand.ts index d71db78fc56b..9879dc6fb00d 100644 --- a/clients/client-ec2/commands/RevokeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/commands/RevokeSecurityGroupEgressCommand.ts @@ -37,7 +37,7 @@ export interface RevokeSecurityGroupEgressCommandOutput extends RevokeSecurityGr * has a description, you do not have to specify the description to revoke the rule.

*

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RevokeSecurityGroupEgressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RevokeSecurityGroupEgressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RevokeSecurityGroupIngressCommand.ts b/clients/client-ec2/commands/RevokeSecurityGroupIngressCommand.ts index d2e486ee88ac..06e8e561893a 100644 --- a/clients/client-ec2/commands/RevokeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/commands/RevokeSecurityGroupIngressCommand.ts @@ -35,7 +35,7 @@ export interface RevokeSecurityGroupIngressCommandOutput extends RevokeSecurityG *

Each rule consists of the protocol and the CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not have to specify the description to revoke the rule.

*

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RevokeSecurityGroupIngressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RevokeSecurityGroupIngressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RunInstancesCommand.ts b/clients/client-ec2/commands/RunInstancesCommand.ts index 0edbe1d0f241..1dd958d14939 100644 --- a/clients/client-ec2/commands/RunInstancesCommand.ts +++ b/clients/client-ec2/commands/RunInstancesCommand.ts @@ -77,7 +77,7 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer *

For troubleshooting, see What to do if * an instance immediately terminates, and Troubleshooting connecting to your instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RunInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RunInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/RunScheduledInstancesCommand.ts b/clients/client-ec2/commands/RunScheduledInstancesCommand.ts index 643a4552630c..c5d8315297d3 100644 --- a/clients/client-ec2/commands/RunScheduledInstancesCommand.ts +++ b/clients/client-ec2/commands/RunScheduledInstancesCommand.ts @@ -28,7 +28,7 @@ export interface RunScheduledInstancesCommandOutput extends RunScheduledInstance * you can launch it again after a few minutes. For more information, see Scheduled Instances * in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, RunScheduledInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, RunScheduledInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/SearchLocalGatewayRoutesCommand.ts b/clients/client-ec2/commands/SearchLocalGatewayRoutesCommand.ts index 833120efeb2a..4d5dc44e30e3 100644 --- a/clients/client-ec2/commands/SearchLocalGatewayRoutesCommand.ts +++ b/clients/client-ec2/commands/SearchLocalGatewayRoutesCommand.ts @@ -23,7 +23,7 @@ export interface SearchLocalGatewayRoutesCommandOutput extends SearchLocalGatewa /** *

Searches for routes in the specified local gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, SearchLocalGatewayRoutesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, SearchLocalGatewayRoutesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/SearchTransitGatewayMulticastGroupsCommand.ts b/clients/client-ec2/commands/SearchTransitGatewayMulticastGroupsCommand.ts index 7ab4aeadd7be..57cba513f465 100644 --- a/clients/client-ec2/commands/SearchTransitGatewayMulticastGroupsCommand.ts +++ b/clients/client-ec2/commands/SearchTransitGatewayMulticastGroupsCommand.ts @@ -28,7 +28,7 @@ export interface SearchTransitGatewayMulticastGroupsCommandOutput /** *

Searches one or more transit gateway multicast groups and returns the group membership information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, SearchTransitGatewayMulticastGroupsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, SearchTransitGatewayMulticastGroupsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/SearchTransitGatewayRoutesCommand.ts b/clients/client-ec2/commands/SearchTransitGatewayRoutesCommand.ts index 86719e17ebd4..617f027beeb7 100644 --- a/clients/client-ec2/commands/SearchTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/commands/SearchTransitGatewayRoutesCommand.ts @@ -23,7 +23,7 @@ export interface SearchTransitGatewayRoutesCommandOutput extends SearchTransitGa /** *

Searches for routes in the specified transit gateway route table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, SearchTransitGatewayRoutesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, SearchTransitGatewayRoutesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/SendDiagnosticInterruptCommand.ts b/clients/client-ec2/commands/SendDiagnosticInterruptCommand.ts index 5e2f6dece369..69de02d86d4c 100644 --- a/clients/client-ec2/commands/SendDiagnosticInterruptCommand.ts +++ b/clients/client-ec2/commands/SendDiagnosticInterruptCommand.ts @@ -38,7 +38,7 @@ export interface SendDiagnosticInterruptCommandOutput extends __MetadataBearer { *

For more information about configuring your operating system to generate a crash dump * when a kernel panic or stop error occurs, see Send a diagnostic interrupt (Linux instances) or Send a Diagnostic Interrupt (Windows instances).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, SendDiagnosticInterruptCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, SendDiagnosticInterruptCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/StartInstancesCommand.ts b/clients/client-ec2/commands/StartInstancesCommand.ts index 8ed4647f2ead..5494f29c3e6b 100644 --- a/clients/client-ec2/commands/StartInstancesCommand.ts +++ b/clients/client-ec2/commands/StartInstancesCommand.ts @@ -36,7 +36,7 @@ export interface StartInstancesCommandOutput extends StartInstancesResult, __Met *

For more information, see Stopping instances in the * Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, StartInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, StartInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/StartNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/commands/StartNetworkInsightsAnalysisCommand.ts index 25f3262dfb79..8f2b318061f8 100644 --- a/clients/client-ec2/commands/StartNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/commands/StartNetworkInsightsAnalysisCommand.ts @@ -26,7 +26,7 @@ export interface StartNetworkInsightsAnalysisCommandOutput *

Starts analyzing the specified path. If the path is reachable, the * operation returns the shortest feasible path.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, StartNetworkInsightsAnalysisCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, StartNetworkInsightsAnalysisCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts b/clients/client-ec2/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts index e441588bf03a..db3b08eaedb4 100644 --- a/clients/client-ec2/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts +++ b/clients/client-ec2/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts @@ -32,7 +32,7 @@ export interface StartVpcEndpointServicePrivateDnsVerificationCommandOutput *

The service provider must successfully perform the verification before the consumer can use the name to access the service.

*

Before the service provider runs this command, they must add a record to the DNS server. For more information, see Adding a TXT Record to Your Domain's DNS Server in the Amazon VPC User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, StartVpcEndpointServicePrivateDnsVerificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, StartVpcEndpointServicePrivateDnsVerificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/StopInstancesCommand.ts b/clients/client-ec2/commands/StopInstancesCommand.ts index 0075f3726ce0..8f65c5f986b4 100644 --- a/clients/client-ec2/commands/StopInstancesCommand.ts +++ b/clients/client-ec2/commands/StopInstancesCommand.ts @@ -51,7 +51,7 @@ export interface StopInstancesCommandOutput extends StopInstancesResult, __Metad * an issue with the underlying host computer. For more information, see Troubleshooting * stopping your instance in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, StopInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, StopInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/TerminateClientVpnConnectionsCommand.ts b/clients/client-ec2/commands/TerminateClientVpnConnectionsCommand.ts index e03281e9ceb0..5566c9304067 100644 --- a/clients/client-ec2/commands/TerminateClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/commands/TerminateClientVpnConnectionsCommand.ts @@ -25,7 +25,7 @@ export interface TerminateClientVpnConnectionsCommandOutput /** *

Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, TerminateClientVpnConnectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, TerminateClientVpnConnectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/TerminateInstancesCommand.ts b/clients/client-ec2/commands/TerminateInstancesCommand.ts index 79285812d526..b6ac890e92d6 100644 --- a/clients/client-ec2/commands/TerminateInstancesCommand.ts +++ b/clients/client-ec2/commands/TerminateInstancesCommand.ts @@ -39,7 +39,7 @@ export interface TerminateInstancesCommandOutput extends TerminateInstancesResul * in the Amazon EC2 User Guide.

*

For more information about troubleshooting, see Troubleshooting terminating your instance in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, TerminateInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, TerminateInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/UnassignIpv6AddressesCommand.ts b/clients/client-ec2/commands/UnassignIpv6AddressesCommand.ts index 3bc6120e0b49..dbe5959ecadf 100644 --- a/clients/client-ec2/commands/UnassignIpv6AddressesCommand.ts +++ b/clients/client-ec2/commands/UnassignIpv6AddressesCommand.ts @@ -23,7 +23,7 @@ export interface UnassignIpv6AddressesCommandOutput extends UnassignIpv6Addresse /** *

Unassigns one or more IPv6 addresses from a network interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, UnassignIpv6AddressesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, UnassignIpv6AddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/UnassignPrivateIpAddressesCommand.ts b/clients/client-ec2/commands/UnassignPrivateIpAddressesCommand.ts index 08b06393f2da..08983f1fbbe4 100644 --- a/clients/client-ec2/commands/UnassignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/commands/UnassignPrivateIpAddressesCommand.ts @@ -23,7 +23,7 @@ export interface UnassignPrivateIpAddressesCommandOutput extends __MetadataBeare /** *

Unassigns one or more secondary private IP addresses from a network interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, UnassignPrivateIpAddressesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, UnassignPrivateIpAddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/UnmonitorInstancesCommand.ts b/clients/client-ec2/commands/UnmonitorInstancesCommand.ts index 58c34e0b64ca..b10e146cbf89 100644 --- a/clients/client-ec2/commands/UnmonitorInstancesCommand.ts +++ b/clients/client-ec2/commands/UnmonitorInstancesCommand.ts @@ -24,7 +24,7 @@ export interface UnmonitorInstancesCommandOutput extends UnmonitorInstancesResul *

Disables detailed monitoring for a running instance. For more information, see Monitoring * your instances and volumes in the Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, UnmonitorInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, UnmonitorInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts b/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts index 0ae22fbdd100..32cfb2ad876b 100644 --- a/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts +++ b/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts @@ -34,7 +34,7 @@ export interface UpdateSecurityGroupRuleDescriptionsEgressCommandOutput * description for a security group rule by omitting the description parameter in the * request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, UpdateSecurityGroupRuleDescriptionsEgressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, UpdateSecurityGroupRuleDescriptionsEgressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts b/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts index a4d30a346e28..6cafc1db5845 100644 --- a/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts +++ b/clients/client-ec2/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts @@ -34,7 +34,7 @@ export interface UpdateSecurityGroupRuleDescriptionsIngressCommandOutput * description for a security group rule by omitting the description parameter in the * request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, UpdateSecurityGroupRuleDescriptionsIngressCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, UpdateSecurityGroupRuleDescriptionsIngressCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ec2/commands/WithdrawByoipCidrCommand.ts b/clients/client-ec2/commands/WithdrawByoipCidrCommand.ts index 79589349225f..5e489f21c98e 100644 --- a/clients/client-ec2/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-ec2/commands/WithdrawByoipCidrCommand.ts @@ -27,7 +27,7 @@ export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrResult, *

It can take a few minutes before traffic to the specified addresses stops routing to AWS * because of BGP propagation delays.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2Client, WithdrawByoipCidrCommand } from "@aws-sdk/client-ec2"; // ES Modules import * // const { EC2Client, WithdrawByoipCidrCommand } = require("@aws-sdk/client-ec2"); // CommonJS import diff --git a/clients/client-ecr-public/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr-public/commands/BatchCheckLayerAvailabilityCommand.ts index d95d8576b83f..7776952ebcd7 100644 --- a/clients/client-ecr-public/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr-public/commands/BatchCheckLayerAvailabilityCommand.ts @@ -31,7 +31,7 @@ export interface BatchCheckLayerAvailabilityCommandOutput *

This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, BatchCheckLayerAvailabilityCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, BatchCheckLayerAvailabilityCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/BatchDeleteImageCommand.ts b/clients/client-ecr-public/commands/BatchDeleteImageCommand.ts index fd81ed41b227..db292fd09e38 100644 --- a/clients/client-ecr-public/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr-public/commands/BatchDeleteImageCommand.ts @@ -28,7 +28,7 @@ export interface BatchDeleteImageCommandOutput extends BatchDeleteImageResponse, *

You can completely delete an image (and all of its tags) by specifying the image's * digest in your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, BatchDeleteImageCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, BatchDeleteImageCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr-public/commands/CompleteLayerUploadCommand.ts index 90abf285e3ed..0d973dcbb996 100644 --- a/clients/client-ecr-public/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr-public/commands/CompleteLayerUploadCommand.ts @@ -30,7 +30,7 @@ export interface CompleteLayerUploadCommandOutput extends CompleteLayerUploadRes *

This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, CompleteLayerUploadCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, CompleteLayerUploadCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/CreateRepositoryCommand.ts b/clients/client-ecr-public/commands/CreateRepositoryCommand.ts index 8577a1ba9fa0..e4bce88394f3 100644 --- a/clients/client-ecr-public/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr-public/commands/CreateRepositoryCommand.ts @@ -24,7 +24,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, *

Creates a repository in a public registry. For more information, see Amazon ECR * repositories in the Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, CreateRepositoryCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, CreateRepositoryCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/DeleteRepositoryCommand.ts b/clients/client-ecr-public/commands/DeleteRepositoryCommand.ts index c9c4dcc2e309..0c84a6d20a71 100644 --- a/clients/client-ecr-public/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr-public/commands/DeleteRepositoryCommand.ts @@ -25,7 +25,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse, * either delete all images in the repository or use the force option which * deletes all images on your behalf before deleting the repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, DeleteRepositoryCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, DeleteRepositoryCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr-public/commands/DeleteRepositoryPolicyCommand.ts index 81e1f35afa6d..2a6d1a63b4c3 100644 --- a/clients/client-ecr-public/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/commands/DeleteRepositoryPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPol /** *

Deletes the repository policy associated with the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, DeleteRepositoryPolicyCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, DeleteRepositoryPolicyCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/DescribeImageTagsCommand.ts b/clients/client-ecr-public/commands/DescribeImageTagsCommand.ts index 63f8a086b87b..242afa6b1560 100644 --- a/clients/client-ecr-public/commands/DescribeImageTagsCommand.ts +++ b/clients/client-ecr-public/commands/DescribeImageTagsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImageTagsCommandOutput extends DescribeImageTagsRespons /** *

Returns the image tag details for a repository in a public registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, DescribeImageTagsCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, DescribeImageTagsCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/DescribeImagesCommand.ts b/clients/client-ecr-public/commands/DescribeImagesCommand.ts index 30e9a1792bf6..c27f784cf415 100644 --- a/clients/client-ecr-public/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr-public/commands/DescribeImagesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __M * image sizes returned by DescribeImages.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, DescribeImagesCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, DescribeImagesCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/DescribeRegistriesCommand.ts b/clients/client-ecr-public/commands/DescribeRegistriesCommand.ts index 41e721817967..c96ddf830760 100644 --- a/clients/client-ecr-public/commands/DescribeRegistriesCommand.ts +++ b/clients/client-ecr-public/commands/DescribeRegistriesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRegistriesCommandOutput extends DescribeRegistriesRespo /** *

Returns details for a public registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, DescribeRegistriesCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, DescribeRegistriesCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr-public/commands/DescribeRepositoriesCommand.ts index e2a9e5ff71f9..70f86351ab01 100644 --- a/clients/client-ecr-public/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr-public/commands/DescribeRepositoriesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesR /** *

Describes repositories in a public registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, DescribeRepositoriesCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, DescribeRepositoriesCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr-public/commands/GetAuthorizationTokenCommand.ts index 85c620390ec0..32e49d20454b 100644 --- a/clients/client-ecr-public/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr-public/commands/GetAuthorizationTokenCommand.ts @@ -27,7 +27,7 @@ export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationToke * the ecr-public:GetAuthorizationToken and * sts:GetServiceBearerToken permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, GetAuthorizationTokenCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, GetAuthorizationTokenCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/GetRegistryCatalogDataCommand.ts b/clients/client-ecr-public/commands/GetRegistryCatalogDataCommand.ts index 13f9f6da6761..2e87515f97aa 100644 --- a/clients/client-ecr-public/commands/GetRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/commands/GetRegistryCatalogDataCommand.ts @@ -23,7 +23,7 @@ export interface GetRegistryCatalogDataCommandOutput extends GetRegistryCatalogD /** *

Retrieves catalog metadata for a public registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, GetRegistryCatalogDataCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, GetRegistryCatalogDataCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/GetRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/commands/GetRepositoryCatalogDataCommand.ts index dd3213df38a0..19f8741adb59 100644 --- a/clients/client-ecr-public/commands/GetRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/commands/GetRepositoryCatalogDataCommand.ts @@ -24,7 +24,7 @@ export interface GetRepositoryCatalogDataCommandOutput extends GetRepositoryCata *

Retrieve catalog metadata for a repository in a public registry. This metadata is * displayed publicly in the Amazon ECR Public Gallery.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, GetRepositoryCatalogDataCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, GetRepositoryCatalogDataCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr-public/commands/GetRepositoryPolicyCommand.ts index 2126240ff749..db5f568893e8 100644 --- a/clients/client-ecr-public/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/commands/GetRepositoryPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetRepositoryPolicyCommandOutput extends GetRepositoryPolicyRes /** *

Retrieves the repository policy for the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, GetRepositoryPolicyCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, GetRepositoryPolicyCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr-public/commands/InitiateLayerUploadCommand.ts index f04bc7139108..7a07c968aa28 100644 --- a/clients/client-ecr-public/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr-public/commands/InitiateLayerUploadCommand.ts @@ -29,7 +29,7 @@ export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadRes *

This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, InitiateLayerUploadCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, InitiateLayerUploadCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/ListTagsForResourceCommand.ts b/clients/client-ecr-public/commands/ListTagsForResourceCommand.ts index 9247a588132e..59b6f2d91c6c 100644 --- a/clients/client-ecr-public/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr-public/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List the tags for an Amazon ECR Public resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, ListTagsForResourceCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/PutImageCommand.ts b/clients/client-ecr-public/commands/PutImageCommand.ts index e4d59637c1e5..b1629987e0e0 100644 --- a/clients/client-ecr-public/commands/PutImageCommand.ts +++ b/clients/client-ecr-public/commands/PutImageCommand.ts @@ -27,7 +27,7 @@ export interface PutImageCommandOutput extends PutImageResponse, __MetadataBeare *

This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, PutImageCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, PutImageCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/PutRegistryCatalogDataCommand.ts b/clients/client-ecr-public/commands/PutRegistryCatalogDataCommand.ts index f194e4c3870c..9d1c31b81fe2 100644 --- a/clients/client-ecr-public/commands/PutRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/commands/PutRegistryCatalogDataCommand.ts @@ -23,7 +23,7 @@ export interface PutRegistryCatalogDataCommandOutput extends PutRegistryCatalogD /** *

Create or updates the catalog data for a public registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, PutRegistryCatalogDataCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, PutRegistryCatalogDataCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/PutRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/commands/PutRepositoryCatalogDataCommand.ts index 5a9cc7b26e62..0e96cc9f9a89 100644 --- a/clients/client-ecr-public/commands/PutRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/commands/PutRepositoryCatalogDataCommand.ts @@ -23,7 +23,7 @@ export interface PutRepositoryCatalogDataCommandOutput extends PutRepositoryCata /** *

Creates or updates the catalog data for a repository in a public registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, PutRepositoryCatalogDataCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, PutRepositoryCatalogDataCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr-public/commands/SetRepositoryPolicyCommand.ts index 8a0fe3791f7b..a2223794c69c 100644 --- a/clients/client-ecr-public/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/commands/SetRepositoryPolicyCommand.ts @@ -25,7 +25,7 @@ export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyRes * permissions. For more information, see Amazon ECR Repository * Policies in the Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, SetRepositoryPolicyCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, SetRepositoryPolicyCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/TagResourceCommand.ts b/clients/client-ecr-public/commands/TagResourceCommand.ts index bc87dec4c74c..81ff89264cab 100644 --- a/clients/client-ecr-public/commands/TagResourceCommand.ts +++ b/clients/client-ecr-public/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * changed. When a resource is deleted, the tags associated with that resource are deleted as * well.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, TagResourceCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, TagResourceCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/UntagResourceCommand.ts b/clients/client-ecr-public/commands/UntagResourceCommand.ts index c9817a68ec2f..c87d550a4177 100644 --- a/clients/client-ecr-public/commands/UntagResourceCommand.ts +++ b/clients/client-ecr-public/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, UntagResourceCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, UntagResourceCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr-public/commands/UploadLayerPartCommand.ts b/clients/client-ecr-public/commands/UploadLayerPartCommand.ts index 57e48eda0c15..20654b99d8bb 100644 --- a/clients/client-ecr-public/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr-public/commands/UploadLayerPartCommand.ts @@ -29,7 +29,7 @@ export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, _ *

This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRPUBLICClient, UploadLayerPartCommand } from "@aws-sdk/client-ecr-public"; // ES Modules import * // const { ECRPUBLICClient, UploadLayerPartCommand } = require("@aws-sdk/client-ecr-public"); // CommonJS import diff --git a/clients/client-ecr/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr/commands/BatchCheckLayerAvailabilityCommand.ts index 4fbf950d512b..f2795f2cadf3 100644 --- a/clients/client-ecr/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr/commands/BatchCheckLayerAvailabilityCommand.ts @@ -32,7 +32,7 @@ export interface BatchCheckLayerAvailabilityCommandOutput * customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, BatchCheckLayerAvailabilityCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, BatchCheckLayerAvailabilityCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/BatchDeleteImageCommand.ts b/clients/client-ecr/commands/BatchDeleteImageCommand.ts index 150d1237056a..850d703c21d3 100644 --- a/clients/client-ecr/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr/commands/BatchDeleteImageCommand.ts @@ -28,7 +28,7 @@ export interface BatchDeleteImageCommandOutput extends BatchDeleteImageResponse, *

You can completely delete an image (and all of its tags) by specifying the image's * digest in your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, BatchDeleteImageCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, BatchDeleteImageCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/BatchGetImageCommand.ts b/clients/client-ecr/commands/BatchGetImageCommand.ts index 2b4063806f7d..2b2cec65bb96 100644 --- a/clients/client-ecr/commands/BatchGetImageCommand.ts +++ b/clients/client-ecr/commands/BatchGetImageCommand.ts @@ -26,7 +26,7 @@ export interface BatchGetImageCommandOutput extends BatchGetImageResponse, __Met *

When an image is pulled, the BatchGetImage API is called once to retrieve the image * manifest.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, BatchGetImageCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, BatchGetImageCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr/commands/CompleteLayerUploadCommand.ts index 4a4d323c59f3..6954e84e046f 100644 --- a/clients/client-ecr/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr/commands/CompleteLayerUploadCommand.ts @@ -31,7 +31,7 @@ export interface CompleteLayerUploadCommandOutput extends CompleteLayerUploadRes * customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, CompleteLayerUploadCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, CompleteLayerUploadCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/CreateRepositoryCommand.ts b/clients/client-ecr/commands/CreateRepositoryCommand.ts index 4cb09efdd3ff..8aa297c5860b 100644 --- a/clients/client-ecr/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr/commands/CreateRepositoryCommand.ts @@ -24,7 +24,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, *

Creates a repository. For more information, see Amazon ECR Repositories in the * Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, CreateRepositoryCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, CreateRepositoryCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-ecr/commands/DeleteLifecyclePolicyCommand.ts index e94239cd2518..1d46359f8ea0 100644 --- a/clients/client-ecr/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-ecr/commands/DeleteLifecyclePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic /** *

Deletes the lifecycle policy associated with the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DeleteLifecyclePolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DeleteLifecyclePolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DeleteRegistryPolicyCommand.ts b/clients/client-ecr/commands/DeleteRegistryPolicyCommand.ts index 21676b792100..0f0aeb408def 100644 --- a/clients/client-ecr/commands/DeleteRegistryPolicyCommand.ts +++ b/clients/client-ecr/commands/DeleteRegistryPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRegistryPolicyCommandOutput extends DeleteRegistryPolicyR /** *

Deletes the registry permissions policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DeleteRegistryPolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DeleteRegistryPolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DeleteRepositoryCommand.ts b/clients/client-ecr/commands/DeleteRepositoryCommand.ts index 08b24a1144b1..d5406feb17ee 100644 --- a/clients/client-ecr/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr/commands/DeleteRepositoryCommand.ts @@ -25,7 +25,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse, * images in the repository or use the force option to delete the * repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DeleteRepositoryCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DeleteRepositoryCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr/commands/DeleteRepositoryPolicyCommand.ts index 188c09524fe0..c0ed0ecb90d3 100644 --- a/clients/client-ecr/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr/commands/DeleteRepositoryPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPol /** *

Deletes the repository policy associated with the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DeleteRepositoryPolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DeleteRepositoryPolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DescribeImageScanFindingsCommand.ts b/clients/client-ecr/commands/DescribeImageScanFindingsCommand.ts index b97a4842c2bb..f3914ee87146 100644 --- a/clients/client-ecr/commands/DescribeImageScanFindingsCommand.ts +++ b/clients/client-ecr/commands/DescribeImageScanFindingsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImageScanFindingsCommandOutput extends DescribeImageSca /** *

Returns the scan findings for the specified image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DescribeImageScanFindingsCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DescribeImageScanFindingsCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DescribeImagesCommand.ts b/clients/client-ecr/commands/DescribeImagesCommand.ts index d4e9ad1b736f..540d0ae4c5cb 100644 --- a/clients/client-ecr/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr/commands/DescribeImagesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __M * larger image size than the image sizes returned by DescribeImages.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DescribeImagesCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DescribeImagesCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DescribeRegistryCommand.ts b/clients/client-ecr/commands/DescribeRegistryCommand.ts index 0f0051901231..b8462dc4effd 100644 --- a/clients/client-ecr/commands/DescribeRegistryCommand.ts +++ b/clients/client-ecr/commands/DescribeRegistryCommand.ts @@ -25,7 +25,7 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, * can be created or updated with the PutReplicationConfiguration API * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DescribeRegistryCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DescribeRegistryCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr/commands/DescribeRepositoriesCommand.ts index dc78ccca0244..9efb371c00ee 100644 --- a/clients/client-ecr/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr/commands/DescribeRepositoriesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesR /** *

Describes image repositories in a registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, DescribeRepositoriesCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, DescribeRepositoriesCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr/commands/GetAuthorizationTokenCommand.ts index 0ed562c2ac07..65a22326013c 100644 --- a/clients/client-ecr/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr/commands/GetAuthorizationTokenCommand.ts @@ -30,7 +30,7 @@ export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationToke * process. For more information, see Registry * Authentication in the Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, GetAuthorizationTokenCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, GetAuthorizationTokenCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/GetDownloadUrlForLayerCommand.ts b/clients/client-ecr/commands/GetDownloadUrlForLayerCommand.ts index e722d0325c92..b7ea7c1aa761 100644 --- a/clients/client-ecr/commands/GetDownloadUrlForLayerCommand.ts +++ b/clients/client-ecr/commands/GetDownloadUrlForLayerCommand.ts @@ -30,7 +30,7 @@ export interface GetDownloadUrlForLayerCommandOutput extends GetDownloadUrlForLa * customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, GetDownloadUrlForLayerCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, GetDownloadUrlForLayerCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/GetLifecyclePolicyCommand.ts b/clients/client-ecr/commands/GetLifecyclePolicyCommand.ts index a27218004c92..f59fccd8147b 100644 --- a/clients/client-ecr/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-ecr/commands/GetLifecyclePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyRespo /** *

Retrieves the lifecycle policy for the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, GetLifecyclePolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, GetLifecyclePolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/GetLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/commands/GetLifecyclePolicyPreviewCommand.ts index fecdabc3add7..808318217ee6 100644 --- a/clients/client-ecr/commands/GetLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/commands/GetLifecyclePolicyPreviewCommand.ts @@ -24,7 +24,7 @@ export interface GetLifecyclePolicyPreviewCommandOutput extends GetLifecyclePoli *

Retrieves the results of the lifecycle policy preview request for the specified * repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, GetLifecyclePolicyPreviewCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, GetLifecyclePolicyPreviewCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/GetRegistryPolicyCommand.ts b/clients/client-ecr/commands/GetRegistryPolicyCommand.ts index 55ffcb52c134..f42f28074433 100644 --- a/clients/client-ecr/commands/GetRegistryPolicyCommand.ts +++ b/clients/client-ecr/commands/GetRegistryPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetRegistryPolicyCommandOutput extends GetRegistryPolicyRespons /** *

Retrieves the permissions policy for a registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, GetRegistryPolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, GetRegistryPolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr/commands/GetRepositoryPolicyCommand.ts index 3f98144e5e9a..c23b45467219 100644 --- a/clients/client-ecr/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/commands/GetRepositoryPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetRepositoryPolicyCommandOutput extends GetRepositoryPolicyRes /** *

Retrieves the repository policy for the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, GetRepositoryPolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, GetRepositoryPolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr/commands/InitiateLayerUploadCommand.ts index 3f0a41f889ad..07b08ef07848 100644 --- a/clients/client-ecr/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr/commands/InitiateLayerUploadCommand.ts @@ -30,7 +30,7 @@ export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadRes * customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, InitiateLayerUploadCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, InitiateLayerUploadCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/ListImagesCommand.ts b/clients/client-ecr/commands/ListImagesCommand.ts index 21d9e48f6f85..1b5ef6dda233 100644 --- a/clients/client-ecr/commands/ListImagesCommand.ts +++ b/clients/client-ecr/commands/ListImagesCommand.ts @@ -29,7 +29,7 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB * results to return only TAGGED images to list all of the tags in your * repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, ListImagesCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, ListImagesCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/ListTagsForResourceCommand.ts b/clients/client-ecr/commands/ListTagsForResourceCommand.ts index e4d54ba1c605..c59b8234b8ed 100644 --- a/clients/client-ecr/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List the tags for an Amazon ECR resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, ListTagsForResourceCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/PutImageCommand.ts b/clients/client-ecr/commands/PutImageCommand.ts index 1b320e862aea..3c5820dc42fe 100644 --- a/clients/client-ecr/commands/PutImageCommand.ts +++ b/clients/client-ecr/commands/PutImageCommand.ts @@ -28,7 +28,7 @@ export interface PutImageCommandOutput extends PutImageResponse, __MetadataBeare * customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, PutImageCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, PutImageCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/PutImageScanningConfigurationCommand.ts b/clients/client-ecr/commands/PutImageScanningConfigurationCommand.ts index a6596b419a05..744d07caa5d7 100644 --- a/clients/client-ecr/commands/PutImageScanningConfigurationCommand.ts +++ b/clients/client-ecr/commands/PutImageScanningConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface PutImageScanningConfigurationCommandOutput /** *

Updates the image scanning configuration for the specified repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, PutImageScanningConfigurationCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, PutImageScanningConfigurationCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/PutImageTagMutabilityCommand.ts b/clients/client-ecr/commands/PutImageTagMutabilityCommand.ts index 16aa529017d4..8548ecff30fb 100644 --- a/clients/client-ecr/commands/PutImageTagMutabilityCommand.ts +++ b/clients/client-ecr/commands/PutImageTagMutabilityCommand.ts @@ -25,7 +25,7 @@ export interface PutImageTagMutabilityCommandOutput extends PutImageTagMutabilit * information, see Image Tag * Mutability in the Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, PutImageTagMutabilityCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, PutImageTagMutabilityCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/PutLifecyclePolicyCommand.ts b/clients/client-ecr/commands/PutLifecyclePolicyCommand.ts index bb0cabf2d9a7..e3a6d0598d98 100644 --- a/clients/client-ecr/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-ecr/commands/PutLifecyclePolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyRespo * information, see Lifecycle Policy * Template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, PutLifecyclePolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, PutLifecyclePolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/PutRegistryPolicyCommand.ts b/clients/client-ecr/commands/PutRegistryPolicyCommand.ts index 45bbd3686832..1a466a80e6cd 100644 --- a/clients/client-ecr/commands/PutRegistryPolicyCommand.ts +++ b/clients/client-ecr/commands/PutRegistryPolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutRegistryPolicyCommandOutput extends PutRegistryPolicyRespons *

A registry policy is used to specify permissions for another AWS account and is used * when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, PutRegistryPolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, PutRegistryPolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/PutReplicationConfigurationCommand.ts b/clients/client-ecr/commands/PutReplicationConfigurationCommand.ts index 2ac7912d24a6..bbb3bb9c7237 100644 --- a/clients/client-ecr/commands/PutReplicationConfigurationCommand.ts +++ b/clients/client-ecr/commands/PutReplicationConfigurationCommand.ts @@ -35,7 +35,7 @@ export interface PutReplicationConfigurationCommandOutput * registry permissions policy. For more information, see PutRegistryPolicy.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, PutReplicationConfigurationCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, PutReplicationConfigurationCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr/commands/SetRepositoryPolicyCommand.ts index b11a76bfe464..0a88855b4a1e 100644 --- a/clients/client-ecr/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/commands/SetRepositoryPolicyCommand.ts @@ -25,7 +25,7 @@ export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyRes * For more information, see Amazon ECR Repository * Policies in the Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, SetRepositoryPolicyCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, SetRepositoryPolicyCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/StartImageScanCommand.ts b/clients/client-ecr/commands/StartImageScanCommand.ts index ed79eb8bd5ad..a75c74aaec0b 100644 --- a/clients/client-ecr/commands/StartImageScanCommand.ts +++ b/clients/client-ecr/commands/StartImageScanCommand.ts @@ -26,7 +26,7 @@ export interface StartImageScanCommandOutput extends StartImageScanResponse, __M * more information, see Image Scanning in the * Amazon Elastic Container Registry User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, StartImageScanCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, StartImageScanCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/StartLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/commands/StartLifecyclePolicyPreviewCommand.ts index b367246930ef..405b0c472ab6 100644 --- a/clients/client-ecr/commands/StartLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/commands/StartLifecyclePolicyPreviewCommand.ts @@ -26,7 +26,7 @@ export interface StartLifecyclePolicyPreviewCommandOutput *

Starts a preview of a lifecycle policy for the specified repository. This allows you * to see the results before associating the lifecycle policy with the repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, StartLifecyclePolicyPreviewCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, StartLifecyclePolicyPreviewCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/TagResourceCommand.ts b/clients/client-ecr/commands/TagResourceCommand.ts index 3a1daa93ab6c..f153d18350e1 100644 --- a/clients/client-ecr/commands/TagResourceCommand.ts +++ b/clients/client-ecr/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds specified tags to a resource with the specified ARN. Existing tags on a resource * are not changed if they are not specified in the request parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, TagResourceCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, TagResourceCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/UntagResourceCommand.ts b/clients/client-ecr/commands/UntagResourceCommand.ts index bf523e020a29..8e94329c761d 100644 --- a/clients/client-ecr/commands/UntagResourceCommand.ts +++ b/clients/client-ecr/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, UntagResourceCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, UntagResourceCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecr/commands/UploadLayerPartCommand.ts b/clients/client-ecr/commands/UploadLayerPartCommand.ts index f4b69c9f9b73..0bce62728084 100644 --- a/clients/client-ecr/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr/commands/UploadLayerPartCommand.ts @@ -30,7 +30,7 @@ export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, _ * customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECRClient, UploadLayerPartCommand } from "@aws-sdk/client-ecr"; // ES Modules import * // const { ECRClient, UploadLayerPartCommand } = require("@aws-sdk/client-ecr"); // CommonJS import diff --git a/clients/client-ecs/commands/CreateCapacityProviderCommand.ts b/clients/client-ecs/commands/CreateCapacityProviderCommand.ts index b42a0aee6ac2..59121af1f47c 100644 --- a/clients/client-ecs/commands/CreateCapacityProviderCommand.ts +++ b/clients/client-ecs/commands/CreateCapacityProviderCommand.ts @@ -29,7 +29,7 @@ export interface CreateCapacityProviderCommandOutput extends CreateCapacityProvi * which are already created and available to all accounts in Regions supported by * AWS Fargate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, CreateCapacityProviderCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, CreateCapacityProviderCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/CreateClusterCommand.ts b/clients/client-ecs/commands/CreateClusterCommand.ts index 902ebe8d523f..34d7bdfbbd7f 100644 --- a/clients/client-ecs/commands/CreateClusterCommand.ts +++ b/clients/client-ecs/commands/CreateClusterCommand.ts @@ -34,7 +34,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met * Amazon Elastic Container Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, CreateClusterCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, CreateClusterCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/CreateServiceCommand.ts b/clients/client-ecs/commands/CreateServiceCommand.ts index 9ef4692fe888..09d21b126802 100644 --- a/clients/client-ecs/commands/CreateServiceCommand.ts +++ b/clients/client-ecs/commands/CreateServiceCommand.ts @@ -128,7 +128,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, CreateServiceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, CreateServiceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/CreateTaskSetCommand.ts b/clients/client-ecs/commands/CreateTaskSetCommand.ts index 599df493babe..eae0dab74b05 100644 --- a/clients/client-ecs/commands/CreateTaskSetCommand.ts +++ b/clients/client-ecs/commands/CreateTaskSetCommand.ts @@ -26,7 +26,7 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met * Amazon ECS Deployment * Types in the Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, CreateTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, CreateTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeleteAccountSettingCommand.ts b/clients/client-ecs/commands/DeleteAccountSettingCommand.ts index 1cb31953a5af..b49bdc1f9b6f 100644 --- a/clients/client-ecs/commands/DeleteAccountSettingCommand.ts +++ b/clients/client-ecs/commands/DeleteAccountSettingCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAccountSettingCommandOutput extends DeleteAccountSettingR *

Disables an account setting for a specified IAM user, IAM role, or the root user for * an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeleteAccountSettingCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeleteAccountSettingCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeleteAttributesCommand.ts b/clients/client-ecs/commands/DeleteAttributesCommand.ts index cfb5ad075d00..ec02537b4ec1 100644 --- a/clients/client-ecs/commands/DeleteAttributesCommand.ts +++ b/clients/client-ecs/commands/DeleteAttributesCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAttributesCommandOutput extends DeleteAttributesResponse, /** *

Deletes one or more custom attributes from an Amazon ECS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeleteAttributesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeleteAttributesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/commands/DeleteCapacityProviderCommand.ts index a3525766c20c..5d827c1e8b56 100644 --- a/clients/client-ecs/commands/DeleteCapacityProviderCommand.ts +++ b/clients/client-ecs/commands/DeleteCapacityProviderCommand.ts @@ -37,7 +37,7 @@ export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProvi * Only capacity providers that are not associated with a cluster can be deleted. To remove * a capacity provider from a cluster, you can either use PutClusterCapacityProviders or delete the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeleteCapacityProviderCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeleteCapacityProviderCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeleteClusterCommand.ts b/clients/client-ecs/commands/DeleteClusterCommand.ts index 6bd3f2a2e442..3e5351eea716 100644 --- a/clients/client-ecs/commands/DeleteClusterCommand.ts +++ b/clients/client-ecs/commands/DeleteClusterCommand.ts @@ -29,7 +29,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met *

You must deregister all container instances from this cluster before you may delete * it. You can list the container instances in a cluster with ListContainerInstances and deregister them with DeregisterContainerInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeleteClusterCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeleteClusterCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeleteServiceCommand.ts b/clients/client-ecs/commands/DeleteServiceCommand.ts index 0e01f176ed9c..5fa8d0e80b82 100644 --- a/clients/client-ecs/commands/DeleteServiceCommand.ts +++ b/clients/client-ecs/commands/DeleteServiceCommand.ts @@ -43,7 +43,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met * error.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeleteServiceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeleteServiceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/commands/DeleteTaskSetCommand.ts index 396aa3e1379a..2ec0df28dd08 100644 --- a/clients/client-ecs/commands/DeleteTaskSetCommand.ts +++ b/clients/client-ecs/commands/DeleteTaskSetCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __Met *

Deletes a specified task set within a service. This is used when a service uses the * EXTERNAL deployment controller type. For more information, see Amazon ECS Deployment Types in the Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeleteTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeleteTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeregisterContainerInstanceCommand.ts b/clients/client-ecs/commands/DeregisterContainerInstanceCommand.ts index 7dbec6878b6f..305a0eb8351b 100644 --- a/clients/client-ecs/commands/DeregisterContainerInstanceCommand.ts +++ b/clients/client-ecs/commands/DeregisterContainerInstanceCommand.ts @@ -37,7 +37,7 @@ export interface DeregisterContainerInstanceCommandOutput * disconnected agents are not automatically deregistered when terminated).

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeregisterContainerInstanceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeregisterContainerInstanceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DeregisterTaskDefinitionCommand.ts b/clients/client-ecs/commands/DeregisterTaskDefinitionCommand.ts index 7c081eef060d..0d50cd415827 100644 --- a/clients/client-ecs/commands/DeregisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/commands/DeregisterTaskDefinitionCommand.ts @@ -38,7 +38,7 @@ export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDef * lifecycle of any associated tasks and services.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DeregisterTaskDefinitionCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DeregisterTaskDefinitionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DescribeCapacityProvidersCommand.ts b/clients/client-ecs/commands/DescribeCapacityProvidersCommand.ts index 22aa31dea511..7933280b5317 100644 --- a/clients/client-ecs/commands/DescribeCapacityProvidersCommand.ts +++ b/clients/client-ecs/commands/DescribeCapacityProvidersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacity /** *

Describes one or more of your capacity providers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DescribeCapacityProvidersCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DescribeCapacityProvidersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DescribeClustersCommand.ts b/clients/client-ecs/commands/DescribeClustersCommand.ts index 4fc07b1ade36..108243d33fab 100644 --- a/clients/client-ecs/commands/DescribeClustersCommand.ts +++ b/clients/client-ecs/commands/DescribeClustersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse, /** *

Describes one or more of your clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DescribeClustersCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DescribeClustersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DescribeContainerInstancesCommand.ts b/clients/client-ecs/commands/DescribeContainerInstancesCommand.ts index 786549be63b5..b1a483e2600d 100644 --- a/clients/client-ecs/commands/DescribeContainerInstancesCommand.ts +++ b/clients/client-ecs/commands/DescribeContainerInstancesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeContainerInstancesCommandOutput extends DescribeContain *

Describes Amazon Elastic Container Service container instances. Returns metadata about registered and * remaining resources on each container instance requested.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DescribeContainerInstancesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DescribeContainerInstancesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DescribeServicesCommand.ts b/clients/client-ecs/commands/DescribeServicesCommand.ts index d8da6e9eb04d..5135cb3354ac 100644 --- a/clients/client-ecs/commands/DescribeServicesCommand.ts +++ b/clients/client-ecs/commands/DescribeServicesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse, /** *

Describes the specified services running in your cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DescribeServicesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DescribeServicesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DescribeTaskDefinitionCommand.ts b/clients/client-ecs/commands/DescribeTaskDefinitionCommand.ts index 4f9de38b0fa5..17fb86aa7ba3 100644 --- a/clients/client-ecs/commands/DescribeTaskDefinitionCommand.ts +++ b/clients/client-ecs/commands/DescribeTaskDefinitionCommand.ts @@ -30,7 +30,7 @@ export interface DescribeTaskDefinitionCommandOutput extends DescribeTaskDefinit * or service references them.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DescribeTaskDefinitionCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DescribeTaskDefinitionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/commands/DescribeTaskSetsCommand.ts index 264d351f397f..15df8518be87 100644 --- a/clients/client-ecs/commands/DescribeTaskSetsCommand.ts +++ b/clients/client-ecs/commands/DescribeTaskSetsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, * see Amazon ECS Deployment * Types in the Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DescribeTaskSetsCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DescribeTaskSetsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DescribeTasksCommand.ts b/clients/client-ecs/commands/DescribeTasksCommand.ts index 8845f7077387..e6d3cc523679 100644 --- a/clients/client-ecs/commands/DescribeTasksCommand.ts +++ b/clients/client-ecs/commands/DescribeTasksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __Met /** *

Describes a specified task or tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DescribeTasksCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DescribeTasksCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/DiscoverPollEndpointCommand.ts b/clients/client-ecs/commands/DiscoverPollEndpointCommand.ts index aaa0fc7a2213..7b1e81fa83a9 100644 --- a/clients/client-ecs/commands/DiscoverPollEndpointCommand.ts +++ b/clients/client-ecs/commands/DiscoverPollEndpointCommand.ts @@ -27,7 +27,7 @@ export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointR *

Returns an endpoint for * the Amazon ECS agent to poll for updates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, DiscoverPollEndpointCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, DiscoverPollEndpointCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ExecuteCommandCommand.ts b/clients/client-ecs/commands/ExecuteCommandCommand.ts index de45f3f51e25..1ee096316e69 100644 --- a/clients/client-ecs/commands/ExecuteCommandCommand.ts +++ b/clients/client-ecs/commands/ExecuteCommandCommand.ts @@ -23,7 +23,7 @@ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __M /** *

Runs a command remotely on a container within a task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ExecuteCommandCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ExecuteCommandCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListAccountSettingsCommand.ts b/clients/client-ecs/commands/ListAccountSettingsCommand.ts index d9a5529baa83..f0987ad53127 100644 --- a/clients/client-ecs/commands/ListAccountSettingsCommand.ts +++ b/clients/client-ecs/commands/ListAccountSettingsCommand.ts @@ -23,7 +23,7 @@ export interface ListAccountSettingsCommandOutput extends ListAccountSettingsRes /** *

Lists the account settings for a specified principal.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListAccountSettingsCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListAccountSettingsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListAttributesCommand.ts b/clients/client-ecs/commands/ListAttributesCommand.ts index 8d3051b9505b..fcd0c9f08257 100644 --- a/clients/client-ecs/commands/ListAttributesCommand.ts +++ b/clients/client-ecs/commands/ListAttributesCommand.ts @@ -29,7 +29,7 @@ export interface ListAttributesCommandOutput extends ListAttributesResponse, __M * container instances in a cluster are running a Linux AMI * (ecs.os-type=linux).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListAttributesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListAttributesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListClustersCommand.ts b/clients/client-ecs/commands/ListClustersCommand.ts index 8bf8ec476d7f..fa5c28ca281d 100644 --- a/clients/client-ecs/commands/ListClustersCommand.ts +++ b/clients/client-ecs/commands/ListClustersCommand.ts @@ -23,7 +23,7 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad /** *

Returns a list of existing clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListClustersCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListClustersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListContainerInstancesCommand.ts b/clients/client-ecs/commands/ListContainerInstancesCommand.ts index 83eb877c1f84..1efe3ec05669 100644 --- a/clients/client-ecs/commands/ListContainerInstancesCommand.ts +++ b/clients/client-ecs/commands/ListContainerInstancesCommand.ts @@ -26,7 +26,7 @@ export interface ListContainerInstancesCommandOutput extends ListContainerInstan * statements inside the filter parameter. For more information, see Cluster Query Language in the * Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListContainerInstancesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListContainerInstancesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListServicesCommand.ts b/clients/client-ecs/commands/ListServicesCommand.ts index 737ec57b3824..3323bafa1f67 100644 --- a/clients/client-ecs/commands/ListServicesCommand.ts +++ b/clients/client-ecs/commands/ListServicesCommand.ts @@ -23,7 +23,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad /** *

Lists the services that are running in a specified cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListServicesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListServicesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListTagsForResourceCommand.ts b/clients/client-ecs/commands/ListTagsForResourceCommand.ts index d604cf7a0264..9dc811cec1a5 100644 --- a/clients/client-ecs/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecs/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List the tags for an Amazon ECS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListTagsForResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListTaskDefinitionFamiliesCommand.ts b/clients/client-ecs/commands/ListTaskDefinitionFamiliesCommand.ts index 9a6c61dfb48b..968562d35517 100644 --- a/clients/client-ecs/commands/ListTaskDefinitionFamiliesCommand.ts +++ b/clients/client-ecs/commands/ListTaskDefinitionFamiliesCommand.ts @@ -29,7 +29,7 @@ export interface ListTaskDefinitionFamiliesCommandOutput extends ListTaskDefinit * parameter to ACTIVE. You can also filter the results with the * familyPrefix parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListTaskDefinitionFamiliesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListTaskDefinitionFamiliesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListTaskDefinitionsCommand.ts b/clients/client-ecs/commands/ListTaskDefinitionsCommand.ts index 130dd2cc9107..5f6a991a9a82 100644 --- a/clients/client-ecs/commands/ListTaskDefinitionsCommand.ts +++ b/clients/client-ecs/commands/ListTaskDefinitionsCommand.ts @@ -25,7 +25,7 @@ export interface ListTaskDefinitionsCommandOutput extends ListTaskDefinitionsRes * the results by family name with the familyPrefix parameter or by status * with the status parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListTaskDefinitionsCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListTaskDefinitionsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/ListTasksCommand.ts b/clients/client-ecs/commands/ListTasksCommand.ts index 94ff01ec19e7..82c610aa9f6b 100644 --- a/clients/client-ecs/commands/ListTasksCommand.ts +++ b/clients/client-ecs/commands/ListTasksCommand.ts @@ -25,7 +25,7 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea *

Recently stopped tasks might appear in the returned results. Currently, stopped tasks * appear in the returned results for at least one hour.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, ListTasksCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, ListTasksCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/PutAccountSettingCommand.ts b/clients/client-ecs/commands/PutAccountSettingCommand.ts index 9d32978e80cb..0de5a8e3884c 100644 --- a/clients/client-ecs/commands/PutAccountSettingCommand.ts +++ b/clients/client-ecs/commands/PutAccountSettingCommand.ts @@ -46,7 +46,7 @@ export interface PutAccountSettingCommandOutput extends PutAccountSettingRespons * information, see CloudWatch * Container Insights in the Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, PutAccountSettingCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, PutAccountSettingCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/PutAccountSettingDefaultCommand.ts b/clients/client-ecs/commands/PutAccountSettingDefaultCommand.ts index 4e3c82ba124d..6ca358ad8fe2 100644 --- a/clients/client-ecs/commands/PutAccountSettingDefaultCommand.ts +++ b/clients/client-ecs/commands/PutAccountSettingDefaultCommand.ts @@ -25,7 +25,7 @@ export interface PutAccountSettingDefaultCommandOutput extends PutAccountSetting * account setting has been specified. Account settings are set on a per-Region * basis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, PutAccountSettingDefaultCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, PutAccountSettingDefaultCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/PutAttributesCommand.ts b/clients/client-ecs/commands/PutAttributesCommand.ts index 317bdb90d087..8360b594f948 100644 --- a/clients/client-ecs/commands/PutAttributesCommand.ts +++ b/clients/client-ecs/commands/PutAttributesCommand.ts @@ -27,7 +27,7 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met * see Attributes in the * Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, PutAttributesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, PutAttributesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/commands/PutClusterCapacityProvidersCommand.ts index 268ef1ef7b83..968fd99e0172 100644 --- a/clients/client-ecs/commands/PutClusterCapacityProvidersCommand.ts +++ b/clients/client-ecs/commands/PutClusterCapacityProvidersCommand.ts @@ -38,7 +38,7 @@ export interface PutClusterCapacityProvidersCommandOutput * however you may specify an empty array ([]) to bypass defining a default * strategy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, PutClusterCapacityProvidersCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, PutClusterCapacityProvidersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/RegisterContainerInstanceCommand.ts b/clients/client-ecs/commands/RegisterContainerInstanceCommand.ts index c9dad7d8b35b..02145025b06f 100644 --- a/clients/client-ecs/commands/RegisterContainerInstanceCommand.ts +++ b/clients/client-ecs/commands/RegisterContainerInstanceCommand.ts @@ -28,7 +28,7 @@ export interface RegisterContainerInstanceCommandOutput extends RegisterContaine * instance into the specified cluster. This instance becomes available to place containers * on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, RegisterContainerInstanceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, RegisterContainerInstanceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/RegisterTaskDefinitionCommand.ts b/clients/client-ecs/commands/RegisterTaskDefinitionCommand.ts index c9aa7637cb80..e00453b4f2cd 100644 --- a/clients/client-ecs/commands/RegisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/commands/RegisterTaskDefinitionCommand.ts @@ -40,7 +40,7 @@ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinit * the task definition. For more information, see Task Networking * in the Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, RegisterTaskDefinitionCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, RegisterTaskDefinitionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/RunTaskCommand.ts b/clients/client-ecs/commands/RunTaskCommand.ts index 514838f85062..dc2c45b9c379 100644 --- a/clients/client-ecs/commands/RunTaskCommand.ts +++ b/clients/client-ecs/commands/RunTaskCommand.ts @@ -48,7 +48,7 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, RunTaskCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, RunTaskCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/StartTaskCommand.ts b/clients/client-ecs/commands/StartTaskCommand.ts index 948548a7fafb..acd49d451ff1 100644 --- a/clients/client-ecs/commands/StartTaskCommand.ts +++ b/clients/client-ecs/commands/StartTaskCommand.ts @@ -24,7 +24,7 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea * information, see Scheduling Tasks in the * Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, StartTaskCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, StartTaskCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/StopTaskCommand.ts b/clients/client-ecs/commands/StopTaskCommand.ts index 89b516bf81bb..df77875ae7a1 100644 --- a/clients/client-ecs/commands/StopTaskCommand.ts +++ b/clients/client-ecs/commands/StopTaskCommand.ts @@ -32,7 +32,7 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare * Amazon Elastic Container Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, StopTaskCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, StopTaskCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/SubmitAttachmentStateChangesCommand.ts b/clients/client-ecs/commands/SubmitAttachmentStateChangesCommand.ts index 577f6e554517..d0a02f7c33f7 100644 --- a/clients/client-ecs/commands/SubmitAttachmentStateChangesCommand.ts +++ b/clients/client-ecs/commands/SubmitAttachmentStateChangesCommand.ts @@ -29,7 +29,7 @@ export interface SubmitAttachmentStateChangesCommandOutput *

Sent to * acknowledge that an attachment changed states.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, SubmitAttachmentStateChangesCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, SubmitAttachmentStateChangesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/SubmitContainerStateChangeCommand.ts b/clients/client-ecs/commands/SubmitContainerStateChangeCommand.ts index 483511010ef0..a35f0a3b07e5 100644 --- a/clients/client-ecs/commands/SubmitContainerStateChangeCommand.ts +++ b/clients/client-ecs/commands/SubmitContainerStateChangeCommand.ts @@ -27,7 +27,7 @@ export interface SubmitContainerStateChangeCommandOutput extends SubmitContainer *

Sent to * acknowledge that a container changed states.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, SubmitContainerStateChangeCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, SubmitContainerStateChangeCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/SubmitTaskStateChangeCommand.ts b/clients/client-ecs/commands/SubmitTaskStateChangeCommand.ts index 7dc1b31f4b87..27d5a163309f 100644 --- a/clients/client-ecs/commands/SubmitTaskStateChangeCommand.ts +++ b/clients/client-ecs/commands/SubmitTaskStateChangeCommand.ts @@ -27,7 +27,7 @@ export interface SubmitTaskStateChangeCommandOutput extends SubmitTaskStateChang *

Sent to acknowledge * that a task changed states.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, SubmitTaskStateChangeCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, SubmitTaskStateChangeCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/TagResourceCommand.ts b/clients/client-ecs/commands/TagResourceCommand.ts index 4ed5fafd8ddf..f39ccfa74f7f 100644 --- a/clients/client-ecs/commands/TagResourceCommand.ts +++ b/clients/client-ecs/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * request parameters, they are not changed. When a resource is deleted, the tags * associated with that resource are deleted as well.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, TagResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, TagResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UntagResourceCommand.ts b/clients/client-ecs/commands/UntagResourceCommand.ts index 176c2df45495..160642bd3ab9 100644 --- a/clients/client-ecs/commands/UntagResourceCommand.ts +++ b/clients/client-ecs/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UntagResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UntagResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateCapacityProviderCommand.ts b/clients/client-ecs/commands/UpdateCapacityProviderCommand.ts index 50f99038a8e0..fdd8877da7a1 100644 --- a/clients/client-ecs/commands/UpdateCapacityProviderCommand.ts +++ b/clients/client-ecs/commands/UpdateCapacityProviderCommand.ts @@ -23,7 +23,7 @@ export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProvi /** *

Modifies the parameters for a capacity provider.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateCapacityProviderCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateCapacityProviderCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateClusterCommand.ts b/clients/client-ecs/commands/UpdateClusterCommand.ts index 825c26b6aa80..1a8c5fd852a7 100644 --- a/clients/client-ecs/commands/UpdateClusterCommand.ts +++ b/clients/client-ecs/commands/UpdateClusterCommand.ts @@ -23,7 +23,7 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met /** *

Updates the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateClusterCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateClusterCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/commands/UpdateClusterSettingsCommand.ts index 512754440fb7..5a8056bb50e4 100644 --- a/clients/client-ecs/commands/UpdateClusterSettingsCommand.ts +++ b/clients/client-ecs/commands/UpdateClusterSettingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSetting /** *

Modifies the settings to use for a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateClusterSettingsCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateClusterSettingsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/commands/UpdateContainerAgentCommand.ts index 1a5f091d94fb..76256cc40f0d 100644 --- a/clients/client-ecs/commands/UpdateContainerAgentCommand.ts +++ b/clients/client-ecs/commands/UpdateContainerAgentCommand.ts @@ -38,7 +38,7 @@ export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentR * updating the Amazon ECS container agent on other operating systems, see Manually updating the Amazon ECS container agent in the * Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateContainerAgentCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateContainerAgentCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/commands/UpdateContainerInstancesStateCommand.ts index c4d6b5b8ced9..5c53a9b8a252 100644 --- a/clients/client-ecs/commands/UpdateContainerInstancesStateCommand.ts +++ b/clients/client-ecs/commands/UpdateContainerInstancesStateCommand.ts @@ -73,7 +73,7 @@ export interface UpdateContainerInstancesStateCommandOutput * ACTIVE status and once it has reached that status the Amazon ECS scheduler * can begin scheduling tasks on the instance again.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateContainerInstancesStateCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateContainerInstancesStateCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateServiceCommand.ts b/clients/client-ecs/commands/UpdateServiceCommand.ts index 8c42ec0fe63a..84b468ceb5c4 100644 --- a/clients/client-ecs/commands/UpdateServiceCommand.ts +++ b/clients/client-ecs/commands/UpdateServiceCommand.ts @@ -131,7 +131,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateServiceCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateServiceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/commands/UpdateServicePrimaryTaskSetCommand.ts index 043431d98a88..c290e5473d41 100644 --- a/clients/client-ecs/commands/UpdateServicePrimaryTaskSetCommand.ts +++ b/clients/client-ecs/commands/UpdateServicePrimaryTaskSetCommand.ts @@ -29,7 +29,7 @@ export interface UpdateServicePrimaryTaskSetCommandOutput * information, see Amazon ECS Deployment * Types in the Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateServicePrimaryTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateServicePrimaryTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-ecs/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/commands/UpdateTaskSetCommand.ts index 27b8a9726c20..b41faee1408c 100644 --- a/clients/client-ecs/commands/UpdateTaskSetCommand.ts +++ b/clients/client-ecs/commands/UpdateTaskSetCommand.ts @@ -25,7 +25,7 @@ export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __Met * deployment controller type. For more information, see Amazon ECS Deployment * Types in the Amazon Elastic Container Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ECSClient, UpdateTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import * // const { ECSClient, UpdateTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import diff --git a/clients/client-efs/commands/CreateAccessPointCommand.ts b/clients/client-efs/commands/CreateAccessPointCommand.ts index 409459b8cfd2..614f43fee235 100644 --- a/clients/client-efs/commands/CreateAccessPointCommand.ts +++ b/clients/client-efs/commands/CreateAccessPointCommand.ts @@ -30,7 +30,7 @@ export interface CreateAccessPointCommandOutput extends AccessPointDescription, * points.

*

This operation requires permissions for the elasticfilesystem:CreateAccessPoint action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, CreateAccessPointCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, CreateAccessPointCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/CreateFileSystemCommand.ts b/clients/client-efs/commands/CreateFileSystemCommand.ts index 359751138c76..20c0e90d3317 100644 --- a/clients/client-efs/commands/CreateFileSystemCommand.ts +++ b/clients/client-efs/commands/CreateFileSystemCommand.ts @@ -76,7 +76,7 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __ *

This operation requires permissions for the * elasticfilesystem:CreateFileSystem action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, CreateFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, CreateFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/CreateMountTargetCommand.ts b/clients/client-efs/commands/CreateMountTargetCommand.ts index ee647864896b..160677d263c7 100644 --- a/clients/client-efs/commands/CreateMountTargetCommand.ts +++ b/clients/client-efs/commands/CreateMountTargetCommand.ts @@ -164,7 +164,7 @@ export interface CreateMountTargetCommandOutput extends MountTargetDescription, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, CreateMountTargetCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, CreateMountTargetCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/CreateTagsCommand.ts b/clients/client-efs/commands/CreateTagsCommand.ts index b7c47e925b94..864aec55843e 100644 --- a/clients/client-efs/commands/CreateTagsCommand.ts +++ b/clients/client-efs/commands/CreateTagsCommand.ts @@ -30,7 +30,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {} *

This operation requires permission for the elasticfilesystem:CreateTags * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, CreateTagsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, CreateTagsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DeleteAccessPointCommand.ts b/clients/client-efs/commands/DeleteAccessPointCommand.ts index 4edb5ca55863..108811e52794 100644 --- a/clients/client-efs/commands/DeleteAccessPointCommand.ts +++ b/clients/client-efs/commands/DeleteAccessPointCommand.ts @@ -26,7 +26,7 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {} * deletion will continue to function until they terminate their connection.

*

This operation requires permissions for the elasticfilesystem:DeleteAccessPoint action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DeleteAccessPointCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DeleteAccessPointCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DeleteFileSystemCommand.ts b/clients/client-efs/commands/DeleteFileSystemCommand.ts index 82a393e2671f..65a50ae90288 100644 --- a/clients/client-efs/commands/DeleteFileSystemCommand.ts +++ b/clients/client-efs/commands/DeleteFileSystemCommand.ts @@ -37,7 +37,7 @@ export interface DeleteFileSystemCommandOutput extends __MetadataBearer {} *

This operation requires permissions for the * elasticfilesystem:DeleteFileSystem action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DeleteFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DeleteFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DeleteFileSystemPolicyCommand.ts b/clients/client-efs/commands/DeleteFileSystemPolicyCommand.ts index 1cacabc64351..2e4b56d385ed 100644 --- a/clients/client-efs/commands/DeleteFileSystemPolicyCommand.ts +++ b/clients/client-efs/commands/DeleteFileSystemPolicyCommand.ts @@ -26,7 +26,7 @@ export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {} * For more information about the default file system policy, see Using Resource-based Policies with EFS.

*

This operation requires permissions for the elasticfilesystem:DeleteFileSystemPolicy action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DeleteFileSystemPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DeleteFileSystemPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DeleteMountTargetCommand.ts b/clients/client-efs/commands/DeleteMountTargetCommand.ts index a624a4ab7337..933d4623075c 100644 --- a/clients/client-efs/commands/DeleteMountTargetCommand.ts +++ b/clients/client-efs/commands/DeleteMountTargetCommand.ts @@ -56,7 +56,7 @@ export interface DeleteMountTargetCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DeleteMountTargetCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DeleteMountTargetCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DeleteTagsCommand.ts b/clients/client-efs/commands/DeleteTagsCommand.ts index 8a971372913f..a6cf3f19d752 100644 --- a/clients/client-efs/commands/DeleteTagsCommand.ts +++ b/clients/client-efs/commands/DeleteTagsCommand.ts @@ -31,7 +31,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} *

This operation requires permissions for the elasticfilesystem:DeleteTags * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DeleteTagsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DeleteTagsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeAccessPointsCommand.ts b/clients/client-efs/commands/DescribeAccessPointsCommand.ts index ea370d8fed95..a4f356063fe9 100644 --- a/clients/client-efs/commands/DescribeAccessPointsCommand.ts +++ b/clients/client-efs/commands/DescribeAccessPointsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeAccessPointsCommandOutput extends DescribeAccessPointsR * You can provide either an AccessPointId or a FileSystemId in the request, but not both.

*

This operation requires permissions for the elasticfilesystem:DescribeAccessPoints action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeAccessPointsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeAccessPointsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeBackupPolicyCommand.ts b/clients/client-efs/commands/DescribeBackupPolicyCommand.ts index ec29a00a49b1..ea5b54cd51f2 100644 --- a/clients/client-efs/commands/DescribeBackupPolicyCommand.ts +++ b/clients/client-efs/commands/DescribeBackupPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBackupPolicyCommandOutput extends BackupPolicyDescripti /** *

Returns the backup policy for the specified EFS file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeBackupPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeBackupPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeFileSystemPolicyCommand.ts b/clients/client-efs/commands/DescribeFileSystemPolicyCommand.ts index f009dce4bba5..d3cba616bb14 100644 --- a/clients/client-efs/commands/DescribeFileSystemPolicyCommand.ts +++ b/clients/client-efs/commands/DescribeFileSystemPolicyCommand.ts @@ -24,7 +24,7 @@ export interface DescribeFileSystemPolicyCommandOutput extends FileSystemPolicyD *

Returns the FileSystemPolicy for the specified EFS file system.

*

This operation requires permissions for the elasticfilesystem:DescribeFileSystemPolicy action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeFileSystemPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeFileSystemPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeFileSystemsCommand.ts b/clients/client-efs/commands/DescribeFileSystemsCommand.ts index 6d36687db7b2..5679812fa928 100644 --- a/clients/client-efs/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-efs/commands/DescribeFileSystemsCommand.ts @@ -45,7 +45,7 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes *

This operation requires permissions for the * elasticfilesystem:DescribeFileSystems action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeFileSystemsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeFileSystemsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeLifecycleConfigurationCommand.ts b/clients/client-efs/commands/DescribeLifecycleConfigurationCommand.ts index 7b4f8a6a46b5..91087b981cf5 100644 --- a/clients/client-efs/commands/DescribeLifecycleConfigurationCommand.ts +++ b/clients/client-efs/commands/DescribeLifecycleConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface DescribeLifecycleConfigurationCommandOutput *

This operation requires permissions for the * elasticfilesystem:DescribeLifecycleConfiguration operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeLifecycleConfigurationCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeLifecycleConfigurationCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeMountTargetSecurityGroupsCommand.ts b/clients/client-efs/commands/DescribeMountTargetSecurityGroupsCommand.ts index 8e1543b4d0cd..caf5618eec1b 100644 --- a/clients/client-efs/commands/DescribeMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/commands/DescribeMountTargetSecurityGroupsCommand.ts @@ -43,7 +43,7 @@ export interface DescribeMountTargetSecurityGroupsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeMountTargetSecurityGroupsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeMountTargetSecurityGroupsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeMountTargetsCommand.ts b/clients/client-efs/commands/DescribeMountTargetsCommand.ts index f51796d05a5b..41926f19587a 100644 --- a/clients/client-efs/commands/DescribeMountTargetsCommand.ts +++ b/clients/client-efs/commands/DescribeMountTargetsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeMountTargetsCommandOutput extends DescribeMountTargetsR * that you specify in FileSystemId, or on the file system of the mount target that * you specify in MountTargetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeMountTargetsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeMountTargetsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/DescribeTagsCommand.ts b/clients/client-efs/commands/DescribeTagsCommand.ts index 7c0a1fe54cc7..ee8122b893c3 100644 --- a/clients/client-efs/commands/DescribeTagsCommand.ts +++ b/clients/client-efs/commands/DescribeTagsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad *

This operation requires permissions for the * elasticfilesystem:DescribeTags action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, DescribeTagsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, DescribeTagsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/ListTagsForResourceCommand.ts b/clients/client-efs/commands/ListTagsForResourceCommand.ts index d4ec00607644..13b0b7f85432 100644 --- a/clients/client-efs/commands/ListTagsForResourceCommand.ts +++ b/clients/client-efs/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Lists all tags for a top-level EFS resource. You must provide the ID of the resource that you want to retrieve the tags for.

*

This operation requires permissions for the elasticfilesystem:DescribeAccessPoints action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, ListTagsForResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/ModifyMountTargetSecurityGroupsCommand.ts b/clients/client-efs/commands/ModifyMountTargetSecurityGroupsCommand.ts index 3e15cb0cd354..4023595a7507 100644 --- a/clients/client-efs/commands/ModifyMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/commands/ModifyMountTargetSecurityGroupsCommand.ts @@ -42,7 +42,7 @@ export interface ModifyMountTargetSecurityGroupsCommandOutput extends __Metadata * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, ModifyMountTargetSecurityGroupsCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, ModifyMountTargetSecurityGroupsCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/PutBackupPolicyCommand.ts b/clients/client-efs/commands/PutBackupPolicyCommand.ts index dc8c36d8485e..2df7d4a7cc22 100644 --- a/clients/client-efs/commands/PutBackupPolicyCommand.ts +++ b/clients/client-efs/commands/PutBackupPolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, _ /** *

Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, PutBackupPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, PutBackupPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/PutFileSystemPolicyCommand.ts b/clients/client-efs/commands/PutFileSystemPolicyCommand.ts index 8fe3a9c144e3..8f66fc03993b 100644 --- a/clients/client-efs/commands/PutFileSystemPolicyCommand.ts +++ b/clients/client-efs/commands/PutFileSystemPolicyCommand.ts @@ -32,7 +32,7 @@ export interface PutFileSystemPolicyCommandOutput extends FileSystemPolicyDescri *

EFS file system policies have a 20,000 character limit.

*

This operation requires permissions for the elasticfilesystem:PutFileSystemPolicy action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, PutFileSystemPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, PutFileSystemPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/PutLifecycleConfigurationCommand.ts b/clients/client-efs/commands/PutLifecycleConfigurationCommand.ts index 2512bd2d60cf..f3cbb249fb89 100644 --- a/clients/client-efs/commands/PutLifecycleConfigurationCommand.ts +++ b/clients/client-efs/commands/PutLifecycleConfigurationCommand.ts @@ -51,7 +51,7 @@ export interface PutLifecycleConfigurationCommandOutput extends LifecycleConfigu * need the same AWS Key Management Service (AWS KMS) permissions as when you created the encrypted * file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, PutLifecycleConfigurationCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, PutLifecycleConfigurationCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/TagResourceCommand.ts b/clients/client-efs/commands/TagResourceCommand.ts index 805482ff5c61..493b14a2d4e3 100644 --- a/clients/client-efs/commands/TagResourceCommand.ts +++ b/clients/client-efs/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} *

Creates a tag for an EFS resource. You can create tags for EFS file systems and access points using this API operation.

*

This operation requires permissions for the elasticfilesystem:TagResource action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, TagResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, TagResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/UntagResourceCommand.ts b/clients/client-efs/commands/UntagResourceCommand.ts index 7cd8abd68b08..cdbd9a90fb38 100644 --- a/clients/client-efs/commands/UntagResourceCommand.ts +++ b/clients/client-efs/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} *

Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.

*

This operation requires permissions for the elasticfilesystem:UntagResource action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, UntagResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, UntagResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-efs/commands/UpdateFileSystemCommand.ts b/clients/client-efs/commands/UpdateFileSystemCommand.ts index ca23dcfcef18..639bc083aee3 100644 --- a/clients/client-efs/commands/UpdateFileSystemCommand.ts +++ b/clients/client-efs/commands/UpdateFileSystemCommand.ts @@ -24,7 +24,7 @@ export interface UpdateFileSystemCommandOutput extends FileSystemDescription, __ *

Updates the throughput mode or the amount of provisioned throughput of an existing file * system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EFSClient, UpdateFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import * // const { EFSClient, UpdateFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import diff --git a/clients/client-eks/commands/AssociateEncryptionConfigCommand.ts b/clients/client-eks/commands/AssociateEncryptionConfigCommand.ts index 9a80469321ce..b78ecbb393a6 100644 --- a/clients/client-eks/commands/AssociateEncryptionConfigCommand.ts +++ b/clients/client-eks/commands/AssociateEncryptionConfigCommand.ts @@ -26,7 +26,7 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt * encryption already enabled. This allows you to implement a defense-in-depth * security strategy without migrating applications to new EKS clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, AssociateEncryptionConfigCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, AssociateEncryptionConfigCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/AssociateIdentityProviderConfigCommand.ts b/clients/client-eks/commands/AssociateIdentityProviderConfigCommand.ts index caf2c2c15da4..da244e49e311 100644 --- a/clients/client-eks/commands/AssociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/commands/AssociateIdentityProviderConfigCommand.ts @@ -32,7 +32,7 @@ export interface AssociateIdentityProviderConfigCommandOutput * clusterrolebindings. For more information see Using RBAC * Authorization in the Kubernetes documentation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, AssociateIdentityProviderConfigCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, AssociateIdentityProviderConfigCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/CreateAddonCommand.ts b/clients/client-eks/commands/CreateAddonCommand.ts index d3c571e5a0e1..d46a8e05be10 100644 --- a/clients/client-eks/commands/CreateAddonCommand.ts +++ b/clients/client-eks/commands/CreateAddonCommand.ts @@ -28,7 +28,7 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat * add-ons rely on the Server-side Apply Kubernetes feature, which is only available in * Kubernetes 1.18 and later.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, CreateAddonCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, CreateAddonCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/CreateClusterCommand.ts b/clients/client-eks/commands/CreateClusterCommand.ts index 0a5f39701180..f26498de96bc 100644 --- a/clients/client-eks/commands/CreateClusterCommand.ts +++ b/clients/client-eks/commands/CreateClusterCommand.ts @@ -41,7 +41,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met * nodes into your cluster. For more information, see Managing Cluster * Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, CreateClusterCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, CreateClusterCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/CreateFargateProfileCommand.ts b/clients/client-eks/commands/CreateFargateProfileCommand.ts index e3974eb0e3a0..ea7738e50623 100644 --- a/clients/client-eks/commands/CreateFargateProfileCommand.ts +++ b/clients/client-eks/commands/CreateFargateProfileCommand.ts @@ -46,7 +46,7 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR * in that cluster.

*

For more information, see AWS Fargate Profile in the Amazon EKS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, CreateFargateProfileCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, CreateFargateProfileCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/CreateNodegroupCommand.ts b/clients/client-eks/commands/CreateNodegroupCommand.ts index d71a48992bcd..f9e081cf0b0f 100644 --- a/clients/client-eks/commands/CreateNodegroupCommand.ts +++ b/clients/client-eks/commands/CreateNodegroupCommand.ts @@ -32,7 +32,7 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _ * optimized Amazon Linux 2 AMI. For more information, see Managed * Node Groups in the Amazon EKS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, CreateNodegroupCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, CreateNodegroupCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DeleteAddonCommand.ts b/clients/client-eks/commands/DeleteAddonCommand.ts index 62c8334bc40b..0eb415d6636b 100644 --- a/clients/client-eks/commands/DeleteAddonCommand.ts +++ b/clients/client-eks/commands/DeleteAddonCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat *

When you remove the add-on, it will also be deleted from the cluster. You can always * manually start an add-on on the cluster using the Kubernetes API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DeleteAddonCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DeleteAddonCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DeleteClusterCommand.ts b/clients/client-eks/commands/DeleteClusterCommand.ts index 8ba9b4a415db..cba99b4d73a9 100644 --- a/clients/client-eks/commands/DeleteClusterCommand.ts +++ b/clients/client-eks/commands/DeleteClusterCommand.ts @@ -30,7 +30,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met *

If you have managed node groups or Fargate profiles attached to the cluster, you must * delete them first. For more information, see DeleteNodegroup and DeleteFargateProfile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DeleteClusterCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DeleteClusterCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DeleteFargateProfileCommand.ts b/clients/client-eks/commands/DeleteFargateProfileCommand.ts index 094706719a20..c69d9f1090e9 100644 --- a/clients/client-eks/commands/DeleteFargateProfileCommand.ts +++ b/clients/client-eks/commands/DeleteFargateProfileCommand.ts @@ -30,7 +30,7 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR * time. You must wait for a Fargate profile to finish deleting before you can delete any * other profiles in that cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DeleteFargateProfileCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DeleteFargateProfileCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DeleteNodegroupCommand.ts b/clients/client-eks/commands/DeleteNodegroupCommand.ts index 119b82c64f9c..5550902c53bb 100644 --- a/clients/client-eks/commands/DeleteNodegroupCommand.ts +++ b/clients/client-eks/commands/DeleteNodegroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _ /** *

Deletes an Amazon EKS node group for a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DeleteNodegroupCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DeleteNodegroupCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DescribeAddonCommand.ts b/clients/client-eks/commands/DescribeAddonCommand.ts index 2b02dc13cf54..590eae57d8c8 100644 --- a/clients/client-eks/commands/DescribeAddonCommand.ts +++ b/clients/client-eks/commands/DescribeAddonCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __Met /** *

Describes an Amazon EKS add-on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DescribeAddonCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DescribeAddonCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DescribeAddonVersionsCommand.ts b/clients/client-eks/commands/DescribeAddonVersionsCommand.ts index 840c876c6112..db00de7c3fe4 100644 --- a/clients/client-eks/commands/DescribeAddonVersionsCommand.ts +++ b/clients/client-eks/commands/DescribeAddonVersionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersion /** *

Describes the Kubernetes versions that the add-on can be used with.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DescribeAddonVersionsCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DescribeAddonVersionsCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DescribeClusterCommand.ts b/clients/client-eks/commands/DescribeClusterCommand.ts index e9474288a9ee..92b4b23510e1 100644 --- a/clients/client-eks/commands/DescribeClusterCommand.ts +++ b/clients/client-eks/commands/DescribeClusterCommand.ts @@ -31,7 +31,7 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _ * cluster reaches the ACTIVE state.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DescribeClusterCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DescribeClusterCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DescribeFargateProfileCommand.ts b/clients/client-eks/commands/DescribeFargateProfileCommand.ts index d280f6b2423c..c930ccb015c2 100644 --- a/clients/client-eks/commands/DescribeFargateProfileCommand.ts +++ b/clients/client-eks/commands/DescribeFargateProfileCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFargateProfileCommandOutput extends DescribeFargateProf /** *

Returns descriptive information about an AWS Fargate profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DescribeFargateProfileCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DescribeFargateProfileCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DescribeIdentityProviderConfigCommand.ts b/clients/client-eks/commands/DescribeIdentityProviderConfigCommand.ts index 0522987d5edf..1ce1afa680b6 100644 --- a/clients/client-eks/commands/DescribeIdentityProviderConfigCommand.ts +++ b/clients/client-eks/commands/DescribeIdentityProviderConfigCommand.ts @@ -25,7 +25,7 @@ export interface DescribeIdentityProviderConfigCommandOutput /** *

Returns descriptive information about an identity provider configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DescribeIdentityProviderConfigCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DescribeIdentityProviderConfigCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DescribeNodegroupCommand.ts b/clients/client-eks/commands/DescribeNodegroupCommand.ts index ad16733117d4..3e906d48d2d3 100644 --- a/clients/client-eks/commands/DescribeNodegroupCommand.ts +++ b/clients/client-eks/commands/DescribeNodegroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeNodegroupCommandOutput extends DescribeNodegroupRespons /** *

Returns descriptive information about an Amazon EKS node group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DescribeNodegroupCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DescribeNodegroupCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DescribeUpdateCommand.ts b/clients/client-eks/commands/DescribeUpdateCommand.ts index eb56bc0da125..a0c2e9a9fc8b 100644 --- a/clients/client-eks/commands/DescribeUpdateCommand.ts +++ b/clients/client-eks/commands/DescribeUpdateCommand.ts @@ -27,7 +27,7 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M * update fails, the status is Failed, and an error detail explains the reason * for the failure.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DescribeUpdateCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DescribeUpdateCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/DisassociateIdentityProviderConfigCommand.ts b/clients/client-eks/commands/DisassociateIdentityProviderConfigCommand.ts index aeed8dced7d4..2be0fa94cbdc 100644 --- a/clients/client-eks/commands/DisassociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/commands/DisassociateIdentityProviderConfigCommand.ts @@ -31,7 +31,7 @@ export interface DisassociateIdentityProviderConfigCommandOutput * access the cluster. However, you can still access the cluster with AWS IAM * users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, DisassociateIdentityProviderConfigCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, DisassociateIdentityProviderConfigCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/ListAddonsCommand.ts b/clients/client-eks/commands/ListAddonsCommand.ts index cfa094eb8dda..12ddba38c636 100644 --- a/clients/client-eks/commands/ListAddonsCommand.ts +++ b/clients/client-eks/commands/ListAddonsCommand.ts @@ -23,7 +23,7 @@ export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataB /** *

Lists the available add-ons.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, ListAddonsCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, ListAddonsCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/ListClustersCommand.ts b/clients/client-eks/commands/ListClustersCommand.ts index 05da26693c58..52fb1b850dcb 100644 --- a/clients/client-eks/commands/ListClustersCommand.ts +++ b/clients/client-eks/commands/ListClustersCommand.ts @@ -23,7 +23,7 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad /** *

Lists the Amazon EKS clusters in your AWS account in the specified Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, ListClustersCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, ListClustersCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/ListFargateProfilesCommand.ts b/clients/client-eks/commands/ListFargateProfilesCommand.ts index f5e38d8bea70..0a2b521d35ba 100644 --- a/clients/client-eks/commands/ListFargateProfilesCommand.ts +++ b/clients/client-eks/commands/ListFargateProfilesCommand.ts @@ -24,7 +24,7 @@ export interface ListFargateProfilesCommandOutput extends ListFargateProfilesRes *

Lists the AWS Fargate profiles associated with the specified cluster in your AWS * account in the specified Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, ListFargateProfilesCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, ListFargateProfilesCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/ListIdentityProviderConfigsCommand.ts b/clients/client-eks/commands/ListIdentityProviderConfigsCommand.ts index 7bfe0833cca5..9c9313a95f85 100644 --- a/clients/client-eks/commands/ListIdentityProviderConfigsCommand.ts +++ b/clients/client-eks/commands/ListIdentityProviderConfigsCommand.ts @@ -25,7 +25,7 @@ export interface ListIdentityProviderConfigsCommandOutput /** *

A list of identity provider configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, ListIdentityProviderConfigsCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, ListIdentityProviderConfigsCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/ListNodegroupsCommand.ts b/clients/client-eks/commands/ListNodegroupsCommand.ts index 29f5c2bae2ba..fa0ad7a5ac57 100644 --- a/clients/client-eks/commands/ListNodegroupsCommand.ts +++ b/clients/client-eks/commands/ListNodegroupsCommand.ts @@ -24,7 +24,7 @@ export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __M *

Lists the Amazon EKS managed node groups associated with the specified cluster in your * AWS account in the specified Region. Self-managed node groups are not listed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, ListNodegroupsCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, ListNodegroupsCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/ListTagsForResourceCommand.ts b/clients/client-eks/commands/ListTagsForResourceCommand.ts index 06b1423714bd..c7e28e864c1a 100644 --- a/clients/client-eks/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eks/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List the tags for an Amazon EKS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, ListTagsForResourceCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/ListUpdatesCommand.ts b/clients/client-eks/commands/ListUpdatesCommand.ts index 1e476d20717a..896949766f7f 100644 --- a/clients/client-eks/commands/ListUpdatesCommand.ts +++ b/clients/client-eks/commands/ListUpdatesCommand.ts @@ -24,7 +24,7 @@ export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __Metadat *

Lists the updates associated with an Amazon EKS cluster or managed node group in your AWS * account, in the specified Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, ListUpdatesCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, ListUpdatesCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/TagResourceCommand.ts b/clients/client-eks/commands/TagResourceCommand.ts index 3dd45894b189..ddaf6c879b4d 100644 --- a/clients/client-eks/commands/TagResourceCommand.ts +++ b/clients/client-eks/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * example, if you tag a cluster with this operation, that tag does not automatically * propagate to the subnets and nodes associated with the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, TagResourceCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, TagResourceCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/UntagResourceCommand.ts b/clients/client-eks/commands/UntagResourceCommand.ts index 992d8048749b..5c52c1df9b59 100644 --- a/clients/client-eks/commands/UntagResourceCommand.ts +++ b/clients/client-eks/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, UntagResourceCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, UntagResourceCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/UpdateAddonCommand.ts b/clients/client-eks/commands/UpdateAddonCommand.ts index 247989874812..6e06ede82ad3 100644 --- a/clients/client-eks/commands/UpdateAddonCommand.ts +++ b/clients/client-eks/commands/UpdateAddonCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __Metadat /** *

Updates an Amazon EKS add-on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, UpdateAddonCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, UpdateAddonCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/UpdateClusterConfigCommand.ts b/clients/client-eks/commands/UpdateClusterConfigCommand.ts index 8a9e193326f7..1728b953c417 100644 --- a/clients/client-eks/commands/UpdateClusterConfigCommand.ts +++ b/clients/client-eks/commands/UpdateClusterConfigCommand.ts @@ -50,7 +50,7 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes * eventually consistent). When the update is complete (either Failed or * Successful), the cluster status moves to Active.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, UpdateClusterConfigCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, UpdateClusterConfigCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/UpdateClusterVersionCommand.ts b/clients/client-eks/commands/UpdateClusterVersionCommand.ts index 177aee62505c..382b1f3760bf 100644 --- a/clients/client-eks/commands/UpdateClusterVersionCommand.ts +++ b/clients/client-eks/commands/UpdateClusterVersionCommand.ts @@ -33,7 +33,7 @@ export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionR * Kubernetes versions must match the cluster’s Kubernetes version in order to update the * cluster to a new Kubernetes version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, UpdateClusterVersionCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, UpdateClusterVersionCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/UpdateNodegroupConfigCommand.ts b/clients/client-eks/commands/UpdateNodegroupConfigCommand.ts index fcc76e3f3ba8..e4e6fc2c5567 100644 --- a/clients/client-eks/commands/UpdateNodegroupConfigCommand.ts +++ b/clients/client-eks/commands/UpdateNodegroupConfigCommand.ts @@ -27,7 +27,7 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi * API operation. Currently you can update the Kubernetes labels for a node group or the * scaling configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, UpdateNodegroupConfigCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, UpdateNodegroupConfigCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-eks/commands/UpdateNodegroupVersionCommand.ts b/clients/client-eks/commands/UpdateNodegroupVersionCommand.ts index 07dd5dff6d62..c464b1cb18f1 100644 --- a/clients/client-eks/commands/UpdateNodegroupVersionCommand.ts +++ b/clients/client-eks/commands/UpdateNodegroupVersionCommand.ts @@ -40,7 +40,7 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers * and will fail if it is unable to do so. You can force the update if Amazon EKS * is unable to drain the nodes as a result of a pod disruption budget issue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EKSClient, UpdateNodegroupVersionCommand } from "@aws-sdk/client-eks"; // ES Modules import * // const { EKSClient, UpdateNodegroupVersionCommand } = require("@aws-sdk/client-eks"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/AbortEnvironmentUpdateCommand.ts b/clients/client-elastic-beanstalk/commands/AbortEnvironmentUpdateCommand.ts index d6b9fcc8c92c..eeffddfdb33d 100644 --- a/clients/client-elastic-beanstalk/commands/AbortEnvironmentUpdateCommand.ts +++ b/clients/client-elastic-beanstalk/commands/AbortEnvironmentUpdateCommand.ts @@ -24,7 +24,7 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {} *

Cancels in-progress environment configuration update or application version * deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/ApplyEnvironmentManagedActionCommand.ts b/clients/client-elastic-beanstalk/commands/ApplyEnvironmentManagedActionCommand.ts index 5e0ceb1f3911..ca7d14b391ae 100644 --- a/clients/client-elastic-beanstalk/commands/ApplyEnvironmentManagedActionCommand.ts +++ b/clients/client-elastic-beanstalk/commands/ApplyEnvironmentManagedActionCommand.ts @@ -27,7 +27,7 @@ export interface ApplyEnvironmentManagedActionCommandOutput * its status is Scheduled. Get the status and action ID of a managed action with * DescribeEnvironmentManagedActions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/AssociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/commands/AssociateEnvironmentOperationsRoleCommand.ts index f1e55b60f3af..28430e2107da 100644 --- a/clients/client-elastic-beanstalk/commands/AssociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/commands/AssociateEnvironmentOperationsRoleCommand.ts @@ -26,7 +26,7 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __Metad * calls acting on this environment. For more information, see Operations roles in the * AWS Elastic Beanstalk Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/CheckDNSAvailabilityCommand.ts b/clients/client-elastic-beanstalk/commands/CheckDNSAvailabilityCommand.ts index 7695f96faafc..2985fb262a48 100644 --- a/clients/client-elastic-beanstalk/commands/CheckDNSAvailabilityCommand.ts +++ b/clients/client-elastic-beanstalk/commands/CheckDNSAvailabilityCommand.ts @@ -23,7 +23,7 @@ export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityR /** *

Checks if the specified CNAME is available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/ComposeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/commands/ComposeEnvironmentsCommand.ts index 5e27e35ec4f2..3e5b6a718ab2 100644 --- a/clients/client-elastic-beanstalk/commands/ComposeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/ComposeEnvironmentsCommand.ts @@ -28,7 +28,7 @@ export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescription * env.yaml. See Compose Environments * for details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, ComposeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, ComposeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/CreateApplicationCommand.ts b/clients/client-elastic-beanstalk/commands/CreateApplicationCommand.ts index ddc3086777b5..cb672d885804 100644 --- a/clients/client-elastic-beanstalk/commands/CreateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/commands/CreateApplicationCommand.ts @@ -24,7 +24,7 @@ export interface CreateApplicationCommandOutput extends ApplicationDescriptionMe *

Creates an application that has one configuration template named default * and no application versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, CreateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, CreateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/CreateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/commands/CreateApplicationVersionCommand.ts index a1f4ae5be432..4e919dd63fd8 100644 --- a/clients/client-elastic-beanstalk/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/commands/CreateApplicationVersionCommand.ts @@ -39,7 +39,7 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio * version.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, CreateApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, CreateApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/CreateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/commands/CreateConfigurationTemplateCommand.ts index 9f4ab8b2239b..0a269c7685ea 100644 --- a/clients/client-elastic-beanstalk/commands/CreateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/commands/CreateConfigurationTemplateCommand.ts @@ -46,7 +46,7 @@ export interface CreateConfigurationTemplateCommandOutput extends ConfigurationS * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, CreateConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, CreateConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/CreateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/commands/CreateEnvironmentCommand.ts index 1f25c3f9c087..3728addbdb86 100644 --- a/clients/client-elastic-beanstalk/commands/CreateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/commands/CreateEnvironmentCommand.ts @@ -24,7 +24,7 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription, *

Launches an AWS Elastic Beanstalk environment for the specified application using the specified * configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, CreateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, CreateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/CreatePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/commands/CreatePlatformVersionCommand.ts index 3e068dc8de94..df7e2db4ff2d 100644 --- a/clients/client-elastic-beanstalk/commands/CreatePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/commands/CreatePlatformVersionCommand.ts @@ -23,7 +23,7 @@ export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersio /** *

Create a new version of your custom platform.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, CreatePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, CreatePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/CreateStorageLocationCommand.ts b/clients/client-elastic-beanstalk/commands/CreateStorageLocationCommand.ts index 79f1c9728be5..1abdde147f62 100644 --- a/clients/client-elastic-beanstalk/commands/CreateStorageLocationCommand.ts +++ b/clients/client-elastic-beanstalk/commands/CreateStorageLocationCommand.ts @@ -27,7 +27,7 @@ export interface CreateStorageLocationCommandOutput extends CreateStorageLocatio * CreateStorageLocation still returns the bucket name but does not create a new * bucket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, CreateStorageLocationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, CreateStorageLocationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DeleteApplicationCommand.ts b/clients/client-elastic-beanstalk/commands/DeleteApplicationCommand.ts index a1802703b65c..13b3580597b8 100644 --- a/clients/client-elastic-beanstalk/commands/DeleteApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DeleteApplicationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {} *

You cannot delete an application that has a running environment.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DeleteApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DeleteApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DeleteApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/commands/DeleteApplicationVersionCommand.ts index 703d1552a968..23095abda149 100644 --- a/clients/client-elastic-beanstalk/commands/DeleteApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DeleteApplicationVersionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer * environment.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DeleteApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DeleteApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DeleteConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/commands/DeleteConfigurationTemplateCommand.ts index da9ce75b8cef..4a15d062b040 100644 --- a/clients/client-elastic-beanstalk/commands/DeleteConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DeleteConfigurationTemplateCommand.ts @@ -28,7 +28,7 @@ export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBear * without affecting the running environment.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DeleteConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DeleteConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DeleteEnvironmentConfigurationCommand.ts b/clients/client-elastic-beanstalk/commands/DeleteEnvironmentConfigurationCommand.ts index 06f7822c1194..03cc1a3be089 100644 --- a/clients/client-elastic-beanstalk/commands/DeleteEnvironmentConfigurationCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DeleteEnvironmentConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataB * deployment is in process or has failed. The draft configuration remains in existence until it * is deleted with this action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DeleteEnvironmentConfigurationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DeleteEnvironmentConfigurationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DeletePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/commands/DeletePlatformVersionCommand.ts index 25f80209a9c5..65caf05c9177 100644 --- a/clients/client-elastic-beanstalk/commands/DeletePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DeletePlatformVersionCommand.ts @@ -23,7 +23,7 @@ export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersio /** *

Deletes the specified version of a custom platform.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DeletePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DeletePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeAccountAttributesCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeAccountAttributesCommand.ts index 87d10a31cb3b..30e10713f180 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeAccountAttributesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA * account.

*

The result currently has one set of attributes—resource quotas.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeApplicationVersionsCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeApplicationVersionsCommand.ts index d20aab807baa..2b829cf572e7 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeApplicationVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeApplicationVersionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeApplicationVersionsCommandOutput /** *

Retrieve a list of application versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeApplicationsCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeApplicationsCommand.ts index 524308baa209..940c07ccf7cf 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeApplicationsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeApplicationsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeApplicationsCommandOutput extends ApplicationDescriptio /** *

Returns the descriptions of existing applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeApplicationsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeApplicationsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeConfigurationOptionsCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeConfigurationOptionsCommand.ts index 8579327866ae..f753dba02056 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeConfigurationOptionsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeConfigurationOptionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeConfigurationOptionsCommandOutput extends Configuration * the values the options, their default values, and an indication of the required action on a * running environment if an option value is changed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeConfigurationSettingsCommand.ts index b9f34fac9f82..2b5ca9e523a4 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeConfigurationSettingsCommand.ts @@ -39,7 +39,7 @@ export interface DescribeConfigurationSettingsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentHealthCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentHealthCommand.ts index d2356524b970..0269ff4bf5e1 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentHealthCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentHealthCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironm * DescribeEnvironmentHealth operation is only available with * AWS Elastic Beanstalk Enhanced Health.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionHistoryCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionHistoryCommand.ts index de8a467c186c..91aad1974be0 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionHistoryCommand.ts @@ -29,7 +29,7 @@ export interface DescribeEnvironmentManagedActionHistoryCommandOutput /** *

Lists an environment's completed and failed managed actions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionsCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionsCommand.ts index a351a77a512b..01946b5b304b 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentManagedActionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEnvironmentManagedActionsCommandOutput /** *

Lists an environment's upcoming and in-progress managed actions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentResourcesCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentResourcesCommand.ts index 02f1b7e45938..52a04fabdbec 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentResourcesCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentResourcesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEnvironmentResourcesCommandOutput /** *

Returns AWS resources for this environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentsCommand.ts index 58be3bc1c2a4..383d5657b88b 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeEnvironmentsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptio /** *

Returns descriptions for existing environments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeEventsCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeEventsCommand.ts index 8ede50ebb312..7124fdb2c300 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeEventsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeEventsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, _ * NextToken.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeEventsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeEventsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribeInstancesHealthCommand.ts b/clients/client-elastic-beanstalk/commands/DescribeInstancesHealthCommand.ts index 0eaed852d359..7ab478e1cc69 100644 --- a/clients/client-elastic-beanstalk/commands/DescribeInstancesHealthCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribeInstancesHealthCommand.ts @@ -25,7 +25,7 @@ export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesH * Beanstalk. This operation requires enhanced health * reporting.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribeInstancesHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribeInstancesHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DescribePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/commands/DescribePlatformVersionCommand.ts index 9e367fa7358b..cb552bad8881 100644 --- a/clients/client-elastic-beanstalk/commands/DescribePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DescribePlatformVersionCommand.ts @@ -26,7 +26,7 @@ export interface DescribePlatformVersionCommandOutput extends DescribePlatformVe *

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk * Platforms Glossary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DescribePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DescribePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/DisassociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/commands/DisassociateEnvironmentOperationsRoleCommand.ts index 4e8563c9fea0..c838e53f3cbb 100644 --- a/clients/client-elastic-beanstalk/commands/DisassociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/commands/DisassociateEnvironmentOperationsRoleCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __Me * on this environment. For more information, see Operations roles in the * AWS Elastic Beanstalk Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/ListAvailableSolutionStacksCommand.ts b/clients/client-elastic-beanstalk/commands/ListAvailableSolutionStacksCommand.ts index bbcf48ba6811..02981d2a18af 100644 --- a/clients/client-elastic-beanstalk/commands/ListAvailableSolutionStacksCommand.ts +++ b/clients/client-elastic-beanstalk/commands/ListAvailableSolutionStacksCommand.ts @@ -26,7 +26,7 @@ export interface ListAvailableSolutionStacksCommandOutput *

Returns a list of the available solution stack names, with the public version first and * then in reverse chronological order.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, ListAvailableSolutionStacksCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, ListAvailableSolutionStacksCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/ListPlatformBranchesCommand.ts b/clients/client-elastic-beanstalk/commands/ListPlatformBranchesCommand.ts index 6f21e1528e30..1e04129669ae 100644 --- a/clients/client-elastic-beanstalk/commands/ListPlatformBranchesCommand.ts +++ b/clients/client-elastic-beanstalk/commands/ListPlatformBranchesCommand.ts @@ -26,7 +26,7 @@ export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesR *

For definitions of platform branch and other platform-related terms, see AWS Elastic Beanstalk * Platforms Glossary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, ListPlatformBranchesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, ListPlatformBranchesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/ListPlatformVersionsCommand.ts b/clients/client-elastic-beanstalk/commands/ListPlatformVersionsCommand.ts index e47473926378..275c933c0167 100644 --- a/clients/client-elastic-beanstalk/commands/ListPlatformVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/ListPlatformVersionsCommand.ts @@ -27,7 +27,7 @@ export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsR *

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk * Platforms Glossary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, ListPlatformVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, ListPlatformVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/commands/ListTagsForResourceCommand.ts index ab42c518deee..a09722779f53 100644 --- a/clients/client-elastic-beanstalk/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/commands/ListTagsForResourceCommand.ts @@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptio * Tagging Application * Resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, ListTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/RebuildEnvironmentCommand.ts b/clients/client-elastic-beanstalk/commands/RebuildEnvironmentCommand.ts index a6627aaf0f3e..b534dd0a9830 100644 --- a/clients/client-elastic-beanstalk/commands/RebuildEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/commands/RebuildEnvironmentCommand.ts @@ -24,7 +24,7 @@ export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {} *

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, * load balancer, etc.) for a specified environment and forces a restart.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, RebuildEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, RebuildEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/RequestEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/commands/RequestEnvironmentInfoCommand.ts index 04ee9c729821..b56366ff2330 100644 --- a/clients/client-elastic-beanstalk/commands/RequestEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/commands/RequestEnvironmentInfoCommand.ts @@ -38,7 +38,7 @@ export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/RestartAppServerCommand.ts b/clients/client-elastic-beanstalk/commands/RestartAppServerCommand.ts index 5b0a596782ca..a1e23ac85ee5 100644 --- a/clients/client-elastic-beanstalk/commands/RestartAppServerCommand.ts +++ b/clients/client-elastic-beanstalk/commands/RestartAppServerCommand.ts @@ -24,7 +24,7 @@ export interface RestartAppServerCommandOutput extends __MetadataBearer {} *

Causes the environment to restart the application container server running on each * Amazon EC2 instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, RestartAppServerCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, RestartAppServerCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/RetrieveEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/commands/RetrieveEnvironmentInfoCommand.ts index 930918a079f1..f4c5c699c129 100644 --- a/clients/client-elastic-beanstalk/commands/RetrieveEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/commands/RetrieveEnvironmentInfoCommand.ts @@ -32,7 +32,7 @@ export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmen * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/SwapEnvironmentCNAMEsCommand.ts b/clients/client-elastic-beanstalk/commands/SwapEnvironmentCNAMEsCommand.ts index 85c828d5cd57..625ef58e89b8 100644 --- a/clients/client-elastic-beanstalk/commands/SwapEnvironmentCNAMEsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/SwapEnvironmentCNAMEsCommand.ts @@ -23,7 +23,7 @@ export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {} /** *

Swaps the CNAMEs of two environments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/TerminateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/commands/TerminateEnvironmentCommand.ts index 688be6060991..0f9a3f3a04ab 100644 --- a/clients/client-elastic-beanstalk/commands/TerminateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/commands/TerminateEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface TerminateEnvironmentCommandOutput extends EnvironmentDescriptio /** *

Terminates the specified environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, TerminateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, TerminateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/UpdateApplicationCommand.ts b/clients/client-elastic-beanstalk/commands/UpdateApplicationCommand.ts index f74f603530eb..7ec420bf5e85 100644 --- a/clients/client-elastic-beanstalk/commands/UpdateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/commands/UpdateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface UpdateApplicationCommandOutput extends ApplicationDescriptionMe * remains unchanged. To clear these properties, specify an empty string.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, UpdateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, UpdateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/UpdateApplicationResourceLifecycleCommand.ts b/clients/client-elastic-beanstalk/commands/UpdateApplicationResourceLifecycleCommand.ts index c571627658e2..e329288adcff 100644 --- a/clients/client-elastic-beanstalk/commands/UpdateApplicationResourceLifecycleCommand.ts +++ b/clients/client-elastic-beanstalk/commands/UpdateApplicationResourceLifecycleCommand.ts @@ -28,7 +28,7 @@ export interface UpdateApplicationResourceLifecycleCommandOutput /** *

Modifies lifecycle settings for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/UpdateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/commands/UpdateApplicationVersionCommand.ts index 04c5402a0392..90ebd33fc5a7 100644 --- a/clients/client-elastic-beanstalk/commands/UpdateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/commands/UpdateApplicationVersionCommand.ts @@ -27,7 +27,7 @@ export interface UpdateApplicationVersionCommandOutput extends ApplicationVersio * remains unchanged. To clear properties, specify an empty string.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, UpdateApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, UpdateApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/UpdateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/commands/UpdateConfigurationTemplateCommand.ts index 51a9f09dfd4a..2f3b1de66f92 100644 --- a/clients/client-elastic-beanstalk/commands/UpdateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/commands/UpdateConfigurationTemplateCommand.ts @@ -36,7 +36,7 @@ export interface UpdateConfigurationTemplateCommandOutput extends ConfigurationS * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/UpdateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/commands/UpdateEnvironmentCommand.ts index 005ebd8030d1..4b6dc1f06073 100644 --- a/clients/client-elastic-beanstalk/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/commands/UpdateEnvironmentCommand.ts @@ -31,7 +31,7 @@ export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription, * environment returns two setting descriptions with different DeploymentStatus * values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, UpdateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/UpdateTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/commands/UpdateTagsForResourceCommand.ts index a8d214ec979d..62ff2251999c 100644 --- a/clients/client-elastic-beanstalk/commands/UpdateTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/commands/UpdateTagsForResourceCommand.ts @@ -42,7 +42,7 @@ export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {} * *

For details about creating a custom user policy, see Creating a Custom User Policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, UpdateTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, UpdateTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-beanstalk/commands/ValidateConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/commands/ValidateConfigurationSettingsCommand.ts index 4a52cf7e64e3..c4f3d5464a72 100644 --- a/clients/client-elastic-beanstalk/commands/ValidateConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/commands/ValidateConfigurationSettingsCommand.ts @@ -28,7 +28,7 @@ export interface ValidateConfigurationSettingsCommandOutput *

This action returns a list of messages indicating any errors or warnings associated * with the selection of option values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import * // const { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import diff --git a/clients/client-elastic-inference/commands/DescribeAcceleratorOfferingsCommand.ts b/clients/client-elastic-inference/commands/DescribeAcceleratorOfferingsCommand.ts index aa66a26d37cd..9bcdb9097c8a 100644 --- a/clients/client-elastic-inference/commands/DescribeAcceleratorOfferingsCommand.ts +++ b/clients/client-elastic-inference/commands/DescribeAcceleratorOfferingsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeAcceleratorOfferingsCommandOutput * Describes the locations in which a given accelerator type or set of types is present in a given region. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticInferenceClient, DescribeAcceleratorOfferingsCommand } from "@aws-sdk/client-elastic-inference"; // ES Modules import * // const { ElasticInferenceClient, DescribeAcceleratorOfferingsCommand } = require("@aws-sdk/client-elastic-inference"); // CommonJS import diff --git a/clients/client-elastic-inference/commands/DescribeAcceleratorTypesCommand.ts b/clients/client-elastic-inference/commands/DescribeAcceleratorTypesCommand.ts index ac29f4e5dd01..eeddd0e05c2e 100644 --- a/clients/client-elastic-inference/commands/DescribeAcceleratorTypesCommand.ts +++ b/clients/client-elastic-inference/commands/DescribeAcceleratorTypesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAcceleratorTypesCommandOutput extends DescribeAccelerat * Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticInferenceClient, DescribeAcceleratorTypesCommand } from "@aws-sdk/client-elastic-inference"; // ES Modules import * // const { ElasticInferenceClient, DescribeAcceleratorTypesCommand } = require("@aws-sdk/client-elastic-inference"); // CommonJS import diff --git a/clients/client-elastic-inference/commands/DescribeAcceleratorsCommand.ts b/clients/client-elastic-inference/commands/DescribeAcceleratorsCommand.ts index 390d5c2937e4..2573986ab887 100644 --- a/clients/client-elastic-inference/commands/DescribeAcceleratorsCommand.ts +++ b/clients/client-elastic-inference/commands/DescribeAcceleratorsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAcceleratorsCommandOutput extends DescribeAcceleratorsR * Describes information over a provided set of accelerators belonging to an account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticInferenceClient, DescribeAcceleratorsCommand } from "@aws-sdk/client-elastic-inference"; // ES Modules import * // const { ElasticInferenceClient, DescribeAcceleratorsCommand } = require("@aws-sdk/client-elastic-inference"); // CommonJS import diff --git a/clients/client-elastic-inference/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-inference/commands/ListTagsForResourceCommand.ts index d09c61a4930e..cabd2b78b166 100644 --- a/clients/client-elastic-inference/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-inference/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Returns all tags of an Elastic Inference Accelerator. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticInferenceClient, ListTagsForResourceCommand } from "@aws-sdk/client-elastic-inference"; // ES Modules import * // const { ElasticInferenceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elastic-inference"); // CommonJS import diff --git a/clients/client-elastic-inference/commands/TagResourceCommand.ts b/clients/client-elastic-inference/commands/TagResourceCommand.ts index 71580581e90c..0c4671543021 100644 --- a/clients/client-elastic-inference/commands/TagResourceCommand.ts +++ b/clients/client-elastic-inference/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB * Adds the specified tags to an Elastic Inference Accelerator. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticInferenceClient, TagResourceCommand } from "@aws-sdk/client-elastic-inference"; // ES Modules import * // const { ElasticInferenceClient, TagResourceCommand } = require("@aws-sdk/client-elastic-inference"); // CommonJS import diff --git a/clients/client-elastic-inference/commands/UntagResourceCommand.ts b/clients/client-elastic-inference/commands/UntagResourceCommand.ts index 4d3dbf14ba93..ab7b06960a15 100644 --- a/clients/client-elastic-inference/commands/UntagResourceCommand.ts +++ b/clients/client-elastic-inference/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad * Removes the specified tags from an Elastic Inference Accelerator. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticInferenceClient, UntagResourceCommand } from "@aws-sdk/client-elastic-inference"; // ES Modules import * // const { ElasticInferenceClient, UntagResourceCommand } = require("@aws-sdk/client-elastic-inference"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/AddListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/AddListenerCertificatesCommand.ts index b1f4bb98d82c..cc3d985a3d78 100644 --- a/clients/client-elastic-load-balancing-v2/commands/AddListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/AddListenerCertificatesCommand.ts @@ -34,7 +34,7 @@ export interface AddListenerCertificatesCommandOutput extends AddListenerCertifi * listeners in the Application Load Balancers Guide or TLS * listeners in the Network Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/AddTagsCommand.ts index 9bd2fa7d6a65..b53f0a474f63 100644 --- a/clients/client-elastic-load-balancing-v2/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/AddTagsCommand.ts @@ -28,7 +28,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} *

Each tag consists of a key and an optional value. If a resource already has a tag with the * same key, AddTags updates its value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/CreateListenerCommand.ts b/clients/client-elastic-load-balancing-v2/commands/CreateListenerCommand.ts index 705cde429f5b..82e1d5ead2f6 100644 --- a/clients/client-elastic-load-balancing-v2/commands/CreateListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/CreateListenerCommand.ts @@ -54,7 +54,7 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met *

This operation is idempotent, which means that it completes at most one time. If you * attempt to create multiple listeners with the same settings, each call succeeds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, CreateListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, CreateListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/commands/CreateLoadBalancerCommand.ts index e4346d53bb61..f2cb10a5e98e 100644 --- a/clients/client-elastic-load-balancing-v2/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/CreateLoadBalancerCommand.ts @@ -54,7 +54,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu *

This operation is idempotent, which means that it completes at most one time. If you * attempt to create multiple load balancers with the same settings, each call succeeds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, CreateLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, CreateLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/CreateRuleCommand.ts b/clients/client-elastic-load-balancing-v2/commands/CreateRuleCommand.ts index b8d7fc70277f..7c92aabe521d 100644 --- a/clients/client-elastic-load-balancing-v2/commands/CreateRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/CreateRuleCommand.ts @@ -29,7 +29,7 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea * conditions for a rule are met, its actions are performed. If the conditions for no rules are * met, the actions for the default rule are performed. For more information, see Listener rules in the Application Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, CreateRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, CreateRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/CreateTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/commands/CreateTargetGroupCommand.ts index e75de1c17df3..c1433cab2fd9 100644 --- a/clients/client-elastic-load-balancing-v2/commands/CreateTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/CreateTargetGroupCommand.ts @@ -54,7 +54,7 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput, *

This operation is idempotent, which means that it completes at most one time. If you * attempt to create multiple target groups with the same settings, each call succeeds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, CreateTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, CreateTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DeleteListenerCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DeleteListenerCommand.ts index 36b204abb876..927048dced82 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DeleteListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DeleteListenerCommand.ts @@ -29,7 +29,7 @@ export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __Met *

Alternatively, your listener is deleted when you delete the load balancer to which it is * attached.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DeleteListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DeleteListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DeleteLoadBalancerCommand.ts index bbd662a220c4..afe0cde3c08d 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DeleteLoadBalancerCommand.ts @@ -33,7 +33,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutpu * instances continue to run and are still registered to their target groups. If you no longer * need these EC2 instances, you can stop or terminate them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DeleteLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DeleteLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DeleteRuleCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DeleteRuleCommand.ts index e8959546f6d3..92479637bb6e 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DeleteRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DeleteRuleCommand.ts @@ -25,7 +25,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBea *

Deletes the specified rule.

*

You can't delete the default rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DeleteRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DeleteRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DeleteTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DeleteTargetGroupCommand.ts index 144c45084186..0ee710b0af65 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DeleteTargetGroupCommand.ts @@ -31,7 +31,7 @@ export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput, * registered targets. For example, any EC2 instances continue to run until you stop or terminate * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DeleteTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DeleteTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DeregisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DeregisterTargetsCommand.ts index 68ddbb599ed8..d09f69d2d58d 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DeregisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DeregisterTargetsCommand.ts @@ -28,7 +28,7 @@ export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput, *

Deregisters the specified targets from the specified target group. After the targets are * deregistered, they no longer receive traffic from the load balancer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DeregisterTargetsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DeregisterTargetsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeAccountLimitsCommand.ts index 64f9277b3c0a..fa5fcc188de5 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeAccountLimitsCommand.ts @@ -48,7 +48,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeAccountLimitsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeAccountLimitsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeListenerCertificatesCommand.ts index ea09b3525aa5..6e659d94ab97 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeListenerCertificatesCommand.ts @@ -36,7 +36,7 @@ export interface DescribeListenerCertificatesCommandOutput * Server certificates in the Network Load Balancers * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeListenersCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeListenersCommand.ts index be25d2624e26..b730ab3ca005 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeListenersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeListenersCommand.ts @@ -29,7 +29,7 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput, * Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load * balancer or one or more listeners.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeListenersCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeListenersCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancerAttributesCommand.ts index d31827abc1b1..2d30798fb2dc 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancerAttributesCommand.ts @@ -52,7 +52,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancersCommand.ts index c95284a45e09..c9b094e8a8dc 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeLoadBalancersCommand.ts @@ -27,7 +27,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer /** *

Describes the specified load balancers or all of your load balancers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeRulesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeRulesCommand.ts index 7afb5816ad0a..3a58e72fc029 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeRulesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeRulesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __Metad *

Describes the specified rules or the rules for the specified listener. You must specify * either a listener or one or more rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeRulesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeRulesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeSSLPoliciesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeSSLPoliciesCommand.ts index 078caabc3314..6c31713d30a9 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeSSLPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeSSLPoliciesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOut *

For more information, see Security policies in the Application Load Balancers Guide or * Security policies in the Network Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeSSLPoliciesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeSSLPoliciesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeTagsCommand.ts index 9ad0a5f2a795..4cd7d28d2987 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeTagsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat * the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load * Balancers, target groups, listeners, or rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupAttributesCommand.ts index f20d98b5385d..7a5f025cbd67 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupAttributesCommand.ts @@ -50,7 +50,7 @@ export interface DescribeTargetGroupAttributesCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupsCommand.ts index e7e219be4e57..c645013b42ee 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeTargetGroupsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO * results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of * one or more target groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/DescribeTargetHealthCommand.ts b/clients/client-elastic-load-balancing-v2/commands/DescribeTargetHealthCommand.ts index 105a05a5ee63..307b776d52b0 100644 --- a/clients/client-elastic-load-balancing-v2/commands/DescribeTargetHealthCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/DescribeTargetHealthCommand.ts @@ -27,7 +27,7 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO /** *

Describes the health of the specified targets or all of your targets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, DescribeTargetHealthCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, DescribeTargetHealthCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/ModifyListenerCommand.ts b/clients/client-elastic-load-balancing-v2/commands/ModifyListenerCommand.ts index 38df94436c1d..9ea4e9d96e97 100644 --- a/clients/client-elastic-load-balancing-v2/commands/ModifyListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/ModifyListenerCommand.ts @@ -34,7 +34,7 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met * must provide the entire list. For example, to add an action, specify a list with the current * actions plus the new action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, ModifyListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, ModifyListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/ModifyLoadBalancerAttributesCommand.ts index f018ac978c40..3177ea20808e 100644 --- a/clients/client-elastic-load-balancing-v2/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/ModifyLoadBalancerAttributesCommand.ts @@ -32,7 +32,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput *

If any of the specified attributes can't be modified as requested, the call fails. Any * existing attributes that you do not modify retain their current values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/ModifyRuleCommand.ts b/clients/client-elastic-load-balancing-v2/commands/ModifyRuleCommand.ts index 823c1352ff7e..80f70272e82e 100644 --- a/clients/client-elastic-load-balancing-v2/commands/ModifyRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/ModifyRuleCommand.ts @@ -28,7 +28,7 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea * must provide the entire list. For example, to add an action, specify a list with the current * actions plus the new action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, ModifyRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, ModifyRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupAttributesCommand.ts index 127a98082ac0..b59db17979e7 100644 --- a/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupAttributesCommand.ts @@ -27,7 +27,7 @@ export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr /** *

Modifies the specified attributes of the specified target group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupCommand.ts index cb621a9e0aae..66011c8dce22 100644 --- a/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/ModifyTargetGroupCommand.ts @@ -28,7 +28,7 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput, *

Modifies the health checks used when evaluating the health state of the targets in the * specified target group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/RegisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/RegisterTargetsCommand.ts index 87c0668fc624..119ca7408e7b 100644 --- a/clients/client-elastic-load-balancing-v2/commands/RegisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/RegisterTargetsCommand.ts @@ -39,7 +39,7 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M * the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, * and T1. You can register instances of these types by IP address.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, RegisterTargetsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, RegisterTargetsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/RemoveListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/RemoveListenerCertificatesCommand.ts index 4fc003ffbd20..3890feca8b73 100644 --- a/clients/client-elastic-load-balancing-v2/commands/RemoveListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/RemoveListenerCertificatesCommand.ts @@ -28,7 +28,7 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC *

Removes the specified certificate from the certificate list for the specified HTTPS or TLS * listener.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/RemoveTagsCommand.ts index 58d111a278d1..a9cdc5157efd 100644 --- a/clients/client-elastic-load-balancing-v2/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/RemoveTagsCommand.ts @@ -26,7 +26,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea * remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway * Load Balancers, target groups, listeners, or rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, RemoveTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, RemoveTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/SetIpAddressTypeCommand.ts b/clients/client-elastic-load-balancing-v2/commands/SetIpAddressTypeCommand.ts index 8278ef569c6c..65e45b064601 100644 --- a/clients/client-elastic-load-balancing-v2/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/SetIpAddressTypeCommand.ts @@ -28,7 +28,7 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, _ *

Sets the type of IP addresses used by the subnets of the specified Application Load * Balancer or Network Load Balancer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/SetRulePrioritiesCommand.ts b/clients/client-elastic-load-balancing-v2/commands/SetRulePrioritiesCommand.ts index f6a68d24676d..9e93eceb5c80 100644 --- a/clients/client-elastic-load-balancing-v2/commands/SetRulePrioritiesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/SetRulePrioritiesCommand.ts @@ -29,7 +29,7 @@ export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput, *

You can reorder the rules as long as there are no priority conflicts in the new order. Any * existing rules that you do not specify retain their current priority.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, SetRulePrioritiesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, SetRulePrioritiesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/SetSecurityGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/SetSecurityGroupsCommand.ts index b1845e9757f7..39f8af21fb19 100644 --- a/clients/client-elastic-load-balancing-v2/commands/SetSecurityGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/SetSecurityGroupsCommand.ts @@ -30,7 +30,7 @@ export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput, *

You can't specify a security group for a Network Load Balancer or Gateway Load * Balancer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, SetSecurityGroupsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, SetSecurityGroupsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing-v2/commands/SetSubnetsCommand.ts b/clients/client-elastic-load-balancing-v2/commands/SetSubnetsCommand.ts index 888f1d153894..54b7c07c5e1c 100644 --- a/clients/client-elastic-load-balancing-v2/commands/SetSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/commands/SetSubnetsCommand.ts @@ -29,7 +29,7 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea * were enabled previously, with their existing configurations, plus any additional * subnets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingV2Client, SetSubnetsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import * // const { ElasticLoadBalancingV2Client, SetSubnetsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing/commands/AddTagsCommand.ts index be5da581dcc3..ce8e4f3d190a 100644 --- a/clients/client-elastic-load-balancing/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing/commands/AddTagsCommand.ts @@ -30,7 +30,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} *

For more information, see Tag Your Classic Load Balancer * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/ApplySecurityGroupsToLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/commands/ApplySecurityGroupsToLoadBalancerCommand.ts index e9d0b1240ace..69bc10f27bfb 100644 --- a/clients/client-elastic-load-balancing/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/ApplySecurityGroupsToLoadBalancerCommand.ts @@ -31,7 +31,7 @@ export interface ApplySecurityGroupsToLoadBalancerCommandOutput *

For more information, see Security Groups for Load Balancers in a VPC * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/AttachLoadBalancerToSubnetsCommand.ts b/clients/client-elastic-load-balancing/commands/AttachLoadBalancerToSubnetsCommand.ts index 2923c780232b..580473475118 100644 --- a/clients/client-elastic-load-balancing/commands/AttachLoadBalancerToSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/commands/AttachLoadBalancerToSubnetsCommand.ts @@ -30,7 +30,7 @@ export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBala * For more information, see Add or Remove Subnets for Your Load Balancer in a VPC * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, AttachLoadBalancerToSubnetsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, AttachLoadBalancerToSubnetsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/ConfigureHealthCheckCommand.ts b/clients/client-elastic-load-balancing/commands/ConfigureHealthCheckCommand.ts index fc48b53cb4b3..2fb428d6f5cb 100644 --- a/clients/client-elastic-load-balancing/commands/ConfigureHealthCheckCommand.ts +++ b/clients/client-elastic-load-balancing/commands/ConfigureHealthCheckCommand.ts @@ -29,7 +29,7 @@ export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckO *

For more information, see Configure Health Checks for Your Load Balancer * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, ConfigureHealthCheckCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, ConfigureHealthCheckCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/CreateAppCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/commands/CreateAppCookieStickinessPolicyCommand.ts index 4cb2eef83b66..5ed75f924657 100644 --- a/clients/client-elastic-load-balancing/commands/CreateAppCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/commands/CreateAppCookieStickinessPolicyCommand.ts @@ -37,7 +37,7 @@ export interface CreateAppCookieStickinessPolicyCommandOutput *

For more information, see Application-Controlled Session Stickiness * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, CreateAppCookieStickinessPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, CreateAppCookieStickinessPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/CreateLBCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/commands/CreateLBCookieStickinessPolicyCommand.ts index 65842e7bbb19..8a340d7be949 100644 --- a/clients/client-elastic-load-balancing/commands/CreateLBCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/commands/CreateLBCookieStickinessPolicyCommand.ts @@ -35,7 +35,7 @@ export interface CreateLBCookieStickinessPolicyCommandOutput *

For more information, see Duration-Based Session Stickiness * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, CreateLBCookieStickinessPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, CreateLBCookieStickinessPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/commands/CreateLoadBalancerCommand.ts index ccdaacb1d163..0f271b8475c3 100644 --- a/clients/client-elastic-load-balancing/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/CreateLoadBalancerCommand.ts @@ -40,7 +40,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput * For more information, see Limits for Your Classic Load Balancer * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, CreateLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, CreateLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/CreateLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/commands/CreateLoadBalancerListenersCommand.ts index 5905a9768804..a6f7cc6e8abb 100644 --- a/clients/client-elastic-load-balancing/commands/CreateLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/commands/CreateLoadBalancerListenersCommand.ts @@ -29,7 +29,7 @@ export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBala *

For more information, see Listeners for Your Classic Load Balancer * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, CreateLoadBalancerListenersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, CreateLoadBalancerListenersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/CreateLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/commands/CreateLoadBalancerPolicyCommand.ts index 916579d150b7..67f10234b04b 100644 --- a/clients/client-elastic-load-balancing/commands/CreateLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/commands/CreateLoadBalancerPolicyCommand.ts @@ -28,7 +28,7 @@ export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalance *

Creates a policy with the specified attributes for the specified load balancer.

*

Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, CreateLoadBalancerPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, CreateLoadBalancerPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerCommand.ts index 6dade6a9b2fe..9e2ec2cc4cab 100644 --- a/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerCommand.ts @@ -30,7 +30,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput *

If the load balancer does not exist or has already been deleted, the call to * DeleteLoadBalancer still succeeds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DeleteLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DeleteLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerListenersCommand.ts index 976c81638c2b..f172b766f0f9 100644 --- a/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerListenersCommand.ts @@ -27,7 +27,7 @@ export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBala /** *

Deletes the specified listeners from the specified load balancer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DeleteLoadBalancerListenersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DeleteLoadBalancerListenersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerPolicyCommand.ts index 374abc4bbe9b..9a2836d3bf3e 100644 --- a/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DeleteLoadBalancerPolicyCommand.ts @@ -27,7 +27,7 @@ export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalance /** *

Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DeleteLoadBalancerPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DeleteLoadBalancerPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DeregisterInstancesFromLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/commands/DeregisterInstancesFromLoadBalancerCommand.ts index 37d3704eeae6..9d1a1c97bd07 100644 --- a/clients/client-elastic-load-balancing/commands/DeregisterInstancesFromLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DeregisterInstancesFromLoadBalancerCommand.ts @@ -32,7 +32,7 @@ export interface DeregisterInstancesFromLoadBalancerCommandOutput extends Deregi *

For more information, see Register or De-Register EC2 Instances * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DeregisterInstancesFromLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DeregisterInstancesFromLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing/commands/DescribeAccountLimitsCommand.ts index 4cdcc6a3a411..bfb03596b724 100644 --- a/clients/client-elastic-load-balancing/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DescribeAccountLimitsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit *

For more information, see Limits for Your Classic Load Balancer * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DescribeAccountLimitsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DescribeAccountLimitsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DescribeInstanceHealthCommand.ts b/clients/client-elastic-load-balancing/commands/DescribeInstanceHealthCommand.ts index ebb4c5fe1dd8..46a1e6a7a6d8 100644 --- a/clients/client-elastic-load-balancing/commands/DescribeInstanceHealthCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DescribeInstanceHealthCommand.ts @@ -27,7 +27,7 @@ export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointSta /** *

Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DescribeInstanceHealthCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DescribeInstanceHealthCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerAttributesCommand.ts index 39294c6d6aa6..d23e75aa5f1b 100644 --- a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerAttributesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput /** *

Describes the attributes for the specified load balancer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPoliciesCommand.ts b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPoliciesCommand.ts index 8cf7aabe431b..9e2560751de1 100644 --- a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPoliciesCommand.ts @@ -33,7 +33,7 @@ export interface DescribeLoadBalancerPoliciesCommandOutput * If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. * The names of the sample policies have the ELBSample- prefix.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DescribeLoadBalancerPoliciesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DescribeLoadBalancerPoliciesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPolicyTypesCommand.ts b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPolicyTypesCommand.ts index 8ef01cf4ac19..c5ada9358df9 100644 --- a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPolicyTypesCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancerPolicyTypesCommand.ts @@ -36,7 +36,7 @@ export interface DescribeLoadBalancerPolicyTypesCommandOutput * Then, depending on the policy type, use either SetLoadBalancerPoliciesOfListener or * SetLoadBalancerPoliciesForBackendServer to set the policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DescribeLoadBalancerPolicyTypesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DescribeLoadBalancerPolicyTypesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancersCommand.ts index 81f8cb5cbad1..cc6c3f432c53 100644 --- a/clients/client-elastic-load-balancing/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DescribeLoadBalancersCommand.ts @@ -27,7 +27,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeAccessPoints /** *

Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DescribeLoadBalancersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DescribeLoadBalancersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing/commands/DescribeTagsCommand.ts index 756feff5685d..4992336dfef8 100644 --- a/clients/client-elastic-load-balancing/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DescribeTagsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat /** *

Describes the tags associated with the specified load balancers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DescribeTagsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DescribeTagsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DetachLoadBalancerFromSubnetsCommand.ts b/clients/client-elastic-load-balancing/commands/DetachLoadBalancerFromSubnetsCommand.ts index 52da560835f3..a23f7164dc81 100644 --- a/clients/client-elastic-load-balancing/commands/DetachLoadBalancerFromSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DetachLoadBalancerFromSubnetsCommand.ts @@ -32,7 +32,7 @@ export interface DetachLoadBalancerFromSubnetsCommandOutput * in the removed subnet go into the OutOfService state. Then, * the load balancer balances the traffic among the remaining routable subnets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DetachLoadBalancerFromSubnetsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DetachLoadBalancerFromSubnetsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts index 1acb7e6bd7a9..628bcd7178b3 100644 --- a/clients/client-elastic-load-balancing/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts @@ -37,7 +37,7 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandOutput *

For more information, see Add or Remove Availability Zones * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, DisableAvailabilityZonesForLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, DisableAvailabilityZonesForLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts index 74d8261544e2..d7e335432ee8 100644 --- a/clients/client-elastic-load-balancing/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts @@ -34,7 +34,7 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandOutput * that contain instances. For more information, see Add or Remove Availability Zones * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, EnableAvailabilityZonesForLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, EnableAvailabilityZonesForLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/commands/ModifyLoadBalancerAttributesCommand.ts index d81a467be687..09db501ead7f 100644 --- a/clients/client-elastic-load-balancing/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/commands/ModifyLoadBalancerAttributesCommand.ts @@ -55,7 +55,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, ModifyLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, ModifyLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/RegisterInstancesWithLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/commands/RegisterInstancesWithLoadBalancerCommand.ts index 0a8fb65fbe3c..3d3a7a78a9d3 100644 --- a/clients/client-elastic-load-balancing/commands/RegisterInstancesWithLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/RegisterInstancesWithLoadBalancerCommand.ts @@ -45,7 +45,7 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput extends Register *

For more information, see Register or De-Register EC2 Instances * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, RegisterInstancesWithLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, RegisterInstancesWithLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing/commands/RemoveTagsCommand.ts index cc6c33a21375..3b0dbfc545bc 100644 --- a/clients/client-elastic-load-balancing/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing/commands/RemoveTagsCommand.ts @@ -24,7 +24,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea /** *

Removes one or more tags from the specified load balancer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, RemoveTagsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, RemoveTagsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/SetLoadBalancerListenerSSLCertificateCommand.ts b/clients/client-elastic-load-balancing/commands/SetLoadBalancerListenerSSLCertificateCommand.ts index f265a50d078a..c49dba1f9260 100644 --- a/clients/client-elastic-load-balancing/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +++ b/clients/client-elastic-load-balancing/commands/SetLoadBalancerListenerSSLCertificateCommand.ts @@ -36,7 +36,7 @@ export interface SetLoadBalancerListenerSSLCertificateCommandOutput * Replace the SSL Certificate for Your Load Balancer * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, SetLoadBalancerListenerSSLCertificateCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, SetLoadBalancerListenerSSLCertificateCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts b/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts index f84f0f96ef06..b7f11aacc78b 100644 --- a/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts @@ -43,7 +43,7 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandOutput * Configure Proxy Protocol Support * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, SetLoadBalancerPoliciesForBackendServerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, SetLoadBalancerPoliciesForBackendServerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesOfListenerCommand.ts b/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesOfListenerCommand.ts index 3a38441a684c..e43756795e54 100644 --- a/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +++ b/clients/client-elastic-load-balancing/commands/SetLoadBalancerPoliciesOfListenerCommand.ts @@ -35,7 +35,7 @@ export interface SetLoadBalancerPoliciesOfListenerCommandOutput * Application-Controlled Session Stickiness * in the Classic Load Balancers Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticLoadBalancingClient, SetLoadBalancerPoliciesOfListenerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import * // const { ElasticLoadBalancingClient, SetLoadBalancerPoliciesOfListenerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/CancelJobCommand.ts b/clients/client-elastic-transcoder/commands/CancelJobCommand.ts index b568369d1554..10b3b86fe507 100644 --- a/clients/client-elastic-transcoder/commands/CancelJobCommand.ts +++ b/clients/client-elastic-transcoder/commands/CancelJobCommand.ts @@ -32,7 +32,7 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea * UpdatePipelineStatus to temporarily pause the pipeline.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, CancelJobCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, CancelJobCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/CreateJobCommand.ts b/clients/client-elastic-transcoder/commands/CreateJobCommand.ts index 187ecc4d9bd6..ca1da9aa5510 100644 --- a/clients/client-elastic-transcoder/commands/CreateJobCommand.ts +++ b/clients/client-elastic-transcoder/commands/CreateJobCommand.ts @@ -31,7 +31,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea * Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to * list the jobs (as opposed to the AWS Console).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, CreateJobCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, CreateJobCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/CreatePipelineCommand.ts b/clients/client-elastic-transcoder/commands/CreatePipelineCommand.ts index ea140cef1c0b..73b1d1fbff27 100644 --- a/clients/client-elastic-transcoder/commands/CreatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/commands/CreatePipelineCommand.ts @@ -27,7 +27,7 @@ export interface CreatePipelineCommandOutput extends CreatePipelineResponse, __M /** *

The CreatePipeline operation creates a pipeline with settings that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, CreatePipelineCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, CreatePipelineCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/CreatePresetCommand.ts b/clients/client-elastic-transcoder/commands/CreatePresetCommand.ts index 7325b9dfa7ea..1c075a71eac2 100644 --- a/clients/client-elastic-transcoder/commands/CreatePresetCommand.ts +++ b/clients/client-elastic-transcoder/commands/CreatePresetCommand.ts @@ -40,7 +40,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad * Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding * for generic audiovisual services.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, CreatePresetCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, CreatePresetCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/DeletePipelineCommand.ts b/clients/client-elastic-transcoder/commands/DeletePipelineCommand.ts index d1ed3daf52c5..54a74f8bdb35 100644 --- a/clients/client-elastic-transcoder/commands/DeletePipelineCommand.ts +++ b/clients/client-elastic-transcoder/commands/DeletePipelineCommand.ts @@ -30,7 +30,7 @@ export interface DeletePipelineCommandOutput extends DeletePipelineResponse, __M * (doesn't contain any active jobs). If the pipeline is currently in use, * DeletePipeline returns an error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, DeletePipelineCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, DeletePipelineCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/DeletePresetCommand.ts b/clients/client-elastic-transcoder/commands/DeletePresetCommand.ts index 39ebba79732a..892a55746ab2 100644 --- a/clients/client-elastic-transcoder/commands/DeletePresetCommand.ts +++ b/clients/client-elastic-transcoder/commands/DeletePresetCommand.ts @@ -30,7 +30,7 @@ export interface DeletePresetCommandOutput extends DeletePresetResponse, __Metad *

You can't delete the default presets that are included with Elastic Transcoder.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, DeletePresetCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, DeletePresetCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/ListJobsByPipelineCommand.ts b/clients/client-elastic-transcoder/commands/ListJobsByPipelineCommand.ts index 51dfc116215d..364e9d4bdd80 100644 --- a/clients/client-elastic-transcoder/commands/ListJobsByPipelineCommand.ts +++ b/clients/client-elastic-transcoder/commands/ListJobsByPipelineCommand.ts @@ -29,7 +29,7 @@ export interface ListJobsByPipelineCommandOutput extends ListJobsByPipelineRespo *

Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains * one element for each job that satisfies the search criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, ListJobsByPipelineCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, ListJobsByPipelineCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/ListJobsByStatusCommand.ts b/clients/client-elastic-transcoder/commands/ListJobsByStatusCommand.ts index 7a3d52a80217..d03ff5c72c43 100644 --- a/clients/client-elastic-transcoder/commands/ListJobsByStatusCommand.ts +++ b/clients/client-elastic-transcoder/commands/ListJobsByStatusCommand.ts @@ -28,7 +28,7 @@ export interface ListJobsByStatusCommandOutput extends ListJobsByStatusResponse, *

The ListJobsByStatus operation gets a list of jobs that have a specified status. The response * body contains one element for each job that satisfies the search criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, ListJobsByStatusCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, ListJobsByStatusCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/ListPipelinesCommand.ts b/clients/client-elastic-transcoder/commands/ListPipelinesCommand.ts index 55d6aa99930b..b909eadd6a91 100644 --- a/clients/client-elastic-transcoder/commands/ListPipelinesCommand.ts +++ b/clients/client-elastic-transcoder/commands/ListPipelinesCommand.ts @@ -27,7 +27,7 @@ export interface ListPipelinesCommandOutput extends ListPipelinesResponse, __Met /** *

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, ListPipelinesCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, ListPipelinesCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/ListPresetsCommand.ts b/clients/client-elastic-transcoder/commands/ListPresetsCommand.ts index 31c7790226b7..0b684136d900 100644 --- a/clients/client-elastic-transcoder/commands/ListPresetsCommand.ts +++ b/clients/client-elastic-transcoder/commands/ListPresetsCommand.ts @@ -28,7 +28,7 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat *

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that * you've added in an AWS region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, ListPresetsCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, ListPresetsCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/ReadJobCommand.ts b/clients/client-elastic-transcoder/commands/ReadJobCommand.ts index 5709e854c9a2..f04215053d36 100644 --- a/clients/client-elastic-transcoder/commands/ReadJobCommand.ts +++ b/clients/client-elastic-transcoder/commands/ReadJobCommand.ts @@ -27,7 +27,7 @@ export interface ReadJobCommandOutput extends ReadJobResponse, __MetadataBearer /** *

The ReadJob operation returns detailed information about a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, ReadJobCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, ReadJobCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/ReadPipelineCommand.ts b/clients/client-elastic-transcoder/commands/ReadPipelineCommand.ts index 8c878dcea09d..09964099f902 100644 --- a/clients/client-elastic-transcoder/commands/ReadPipelineCommand.ts +++ b/clients/client-elastic-transcoder/commands/ReadPipelineCommand.ts @@ -27,7 +27,7 @@ export interface ReadPipelineCommandOutput extends ReadPipelineResponse, __Metad /** *

The ReadPipeline operation gets detailed information about a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, ReadPipelineCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, ReadPipelineCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/ReadPresetCommand.ts b/clients/client-elastic-transcoder/commands/ReadPresetCommand.ts index df24f4399ae5..e85f66facc17 100644 --- a/clients/client-elastic-transcoder/commands/ReadPresetCommand.ts +++ b/clients/client-elastic-transcoder/commands/ReadPresetCommand.ts @@ -27,7 +27,7 @@ export interface ReadPresetCommandOutput extends ReadPresetResponse, __MetadataB /** *

The ReadPreset operation gets detailed information about a preset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, ReadPresetCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, ReadPresetCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/TestRoleCommand.ts b/clients/client-elastic-transcoder/commands/TestRoleCommand.ts index 5a58570256ee..65d86776d234 100644 --- a/clients/client-elastic-transcoder/commands/TestRoleCommand.ts +++ b/clients/client-elastic-transcoder/commands/TestRoleCommand.ts @@ -34,7 +34,7 @@ export interface TestRoleCommandOutput extends TestRoleResponse, __MetadataBeare * input and output buckets, and tries to send a test notification to Amazon SNS topics * that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, TestRoleCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, TestRoleCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/UpdatePipelineCommand.ts b/clients/client-elastic-transcoder/commands/UpdatePipelineCommand.ts index bdd84417a511..fc784949841e 100644 --- a/clients/client-elastic-transcoder/commands/UpdatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/commands/UpdatePipelineCommand.ts @@ -32,7 +32,7 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineResponse, __M * affected in addition to jobs that you submit after you change settings.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, UpdatePipelineCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, UpdatePipelineCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/UpdatePipelineNotificationsCommand.ts b/clients/client-elastic-transcoder/commands/UpdatePipelineNotificationsCommand.ts index 3af15163c864..f2ec03761074 100644 --- a/clients/client-elastic-transcoder/commands/UpdatePipelineNotificationsCommand.ts +++ b/clients/client-elastic-transcoder/commands/UpdatePipelineNotificationsCommand.ts @@ -30,7 +30,7 @@ export interface UpdatePipelineNotificationsCommandOutput *

With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.

*

When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, UpdatePipelineNotificationsCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, UpdatePipelineNotificationsCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elastic-transcoder/commands/UpdatePipelineStatusCommand.ts b/clients/client-elastic-transcoder/commands/UpdatePipelineStatusCommand.ts index 58b49fdd08e5..4b864f0ec70c 100644 --- a/clients/client-elastic-transcoder/commands/UpdatePipelineStatusCommand.ts +++ b/clients/client-elastic-transcoder/commands/UpdatePipelineStatusCommand.ts @@ -32,7 +32,7 @@ export interface UpdatePipelineStatusCommandOutput extends UpdatePipelineStatusR * you submitted the jobs, you have more time to get the job IDs for the jobs that you want * to cancel, and to send a CancelJob request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticTranscoderClient, UpdatePipelineStatusCommand } from "@aws-sdk/client-elastic-transcoder"; // ES Modules import * // const { ElasticTranscoderClient, UpdatePipelineStatusCommand } = require("@aws-sdk/client-elastic-transcoder"); // CommonJS import diff --git a/clients/client-elasticache/commands/AddTagsToResourceCommand.ts b/clients/client-elasticache/commands/AddTagsToResourceCommand.ts index d0e3a99d5d01..9c25c8bf21cd 100644 --- a/clients/client-elasticache/commands/AddTagsToResourceCommand.ts +++ b/clients/client-elasticache/commands/AddTagsToResourceCommand.ts @@ -34,7 +34,7 @@ export interface AddTagsToResourceCommandOutput extends TagListMessage, __Metada * see Using Cost Allocation Tags in Amazon ElastiCache * in the ElastiCache User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, AddTagsToResourceCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, AddTagsToResourceCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/AuthorizeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/commands/AuthorizeCacheSecurityGroupIngressCommand.ts index 5ded199928ed..fb60afd8c61a 100644 --- a/clients/client-elasticache/commands/AuthorizeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/commands/AuthorizeCacheSecurityGroupIngressCommand.ts @@ -34,7 +34,7 @@ export interface AuthorizeCacheSecurityGroupIngressCommandOutput * ElastiCache cluster in another region.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, AuthorizeCacheSecurityGroupIngressCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, AuthorizeCacheSecurityGroupIngressCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/BatchApplyUpdateActionCommand.ts b/clients/client-elasticache/commands/BatchApplyUpdateActionCommand.ts index 226b2a4a16d2..ddc2ab6da141 100644 --- a/clients/client-elasticache/commands/BatchApplyUpdateActionCommand.ts +++ b/clients/client-elasticache/commands/BatchApplyUpdateActionCommand.ts @@ -23,7 +23,7 @@ export interface BatchApplyUpdateActionCommandOutput extends UpdateActionResults /** *

Apply the service update. For more information on service updates and applying them, see Applying Service Updates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, BatchApplyUpdateActionCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, BatchApplyUpdateActionCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/BatchStopUpdateActionCommand.ts b/clients/client-elasticache/commands/BatchStopUpdateActionCommand.ts index 064cc2dd5db2..a36d97f9aeaf 100644 --- a/clients/client-elasticache/commands/BatchStopUpdateActionCommand.ts +++ b/clients/client-elasticache/commands/BatchStopUpdateActionCommand.ts @@ -23,7 +23,7 @@ export interface BatchStopUpdateActionCommandOutput extends UpdateActionResultsM /** *

Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, BatchStopUpdateActionCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, BatchStopUpdateActionCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CompleteMigrationCommand.ts b/clients/client-elasticache/commands/CompleteMigrationCommand.ts index f788b39c7988..74f3cf8e6641 100644 --- a/clients/client-elasticache/commands/CompleteMigrationCommand.ts +++ b/clients/client-elasticache/commands/CompleteMigrationCommand.ts @@ -23,7 +23,7 @@ export interface CompleteMigrationCommandOutput extends CompleteMigrationRespons /** *

Complete the migration of data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CompleteMigrationCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CompleteMigrationCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CopySnapshotCommand.ts b/clients/client-elasticache/commands/CopySnapshotCommand.ts index 48741bb6f5fa..4ad72c875133 100644 --- a/clients/client-elasticache/commands/CopySnapshotCommand.ts +++ b/clients/client-elasticache/commands/CopySnapshotCommand.ts @@ -113,7 +113,7 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CopySnapshotCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CopySnapshotCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateCacheClusterCommand.ts b/clients/client-elasticache/commands/CreateCacheClusterCommand.ts index f0566e5d91fc..40d3aab6e719 100644 --- a/clients/client-elasticache/commands/CreateCacheClusterCommand.ts +++ b/clients/client-elasticache/commands/CreateCacheClusterCommand.ts @@ -26,7 +26,7 @@ export interface CreateCacheClusterCommandOutput extends CreateCacheClusterResul * or Redis.

*

This operation is not supported for Redis (cluster mode enabled) clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateCacheClusterCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateCacheClusterCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateCacheParameterGroupCommand.ts b/clients/client-elasticache/commands/CreateCacheParameterGroupCommand.ts index 1ff0460321f9..68f44c1e6422 100644 --- a/clients/client-elasticache/commands/CreateCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/commands/CreateCacheParameterGroupCommand.ts @@ -38,7 +38,7 @@ export interface CreateCacheParameterGroupCommandOutput extends CreateCacheParam * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateCacheParameterGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateCacheParameterGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateCacheSecurityGroupCommand.ts b/clients/client-elasticache/commands/CreateCacheSecurityGroupCommand.ts index ac6e8e6987ba..4587ce68cb70 100644 --- a/clients/client-elasticache/commands/CreateCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/commands/CreateCacheSecurityGroupCommand.ts @@ -28,7 +28,7 @@ export interface CreateCacheSecurityGroupCommandOutput extends CreateCacheSecuri * subnet group instead. For more information, * see CreateCacheSubnetGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateCacheSecurityGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateCacheSecurityGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateCacheSubnetGroupCommand.ts b/clients/client-elasticache/commands/CreateCacheSubnetGroupCommand.ts index 95ab451031b8..3fc0363fccf3 100644 --- a/clients/client-elasticache/commands/CreateCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/commands/CreateCacheSubnetGroupCommand.ts @@ -24,7 +24,7 @@ export interface CreateCacheSubnetGroupCommandOutput extends CreateCacheSubnetGr *

Creates a new cache subnet group.

*

Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateCacheSubnetGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateCacheSubnetGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/CreateGlobalReplicationGroupCommand.ts index b2fec04cbcc7..671bec3906bd 100644 --- a/clients/client-elasticache/commands/CreateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/CreateGlobalReplicationGroupCommand.ts @@ -40,7 +40,7 @@ export interface CreateGlobalReplicationGroupCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateReplicationGroupCommand.ts b/clients/client-elasticache/commands/CreateReplicationGroupCommand.ts index 595f38a8dde5..407cef44deea 100644 --- a/clients/client-elasticache/commands/CreateReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/CreateReplicationGroupCommand.ts @@ -49,7 +49,7 @@ export interface CreateReplicationGroupCommandOutput extends CreateReplicationGr *

This operation is valid for Redis only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateSnapshotCommand.ts b/clients/client-elasticache/commands/CreateSnapshotCommand.ts index 2cad3e0d48b8..628b4906ab8f 100644 --- a/clients/client-elasticache/commands/CreateSnapshotCommand.ts +++ b/clients/client-elasticache/commands/CreateSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met *

This operation is valid for Redis only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateSnapshotCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateSnapshotCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateUserCommand.ts b/clients/client-elasticache/commands/CreateUserCommand.ts index 894a303e3f71..76ca12713ade 100644 --- a/clients/client-elasticache/commands/CreateUserCommand.ts +++ b/clients/client-elasticache/commands/CreateUserCommand.ts @@ -20,7 +20,7 @@ export interface CreateUserCommandOutput extends User, __MetadataBearer {} /** *

For Redis engine version 6.x onwards: Creates a Redis user. For more information, see Using Role Based Access Control (RBAC).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateUserCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateUserCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/CreateUserGroupCommand.ts b/clients/client-elasticache/commands/CreateUserGroupCommand.ts index b38bbaa474ea..9e83120a94cf 100644 --- a/clients/client-elasticache/commands/CreateUserGroupCommand.ts +++ b/clients/client-elasticache/commands/CreateUserGroupCommand.ts @@ -24,7 +24,7 @@ export interface CreateUserGroupCommandOutput extends UserGroup, __MetadataBeare *

For Redis engine version 6.x onwards: Creates a Redis user group. For more information, see Using Role Based Access Control (RBAC) *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, CreateUserGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, CreateUserGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts index aa8850050aa0..81ba72872631 100644 --- a/clients/client-elasticache/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -29,7 +29,7 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput /** *

Decreases the number of node groups in a Global datastore

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DecreaseNodeGroupsInGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DecreaseNodeGroupsInGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DecreaseReplicaCountCommand.ts b/clients/client-elasticache/commands/DecreaseReplicaCountCommand.ts index cedecdeabbdc..c8f7c61c2a6f 100644 --- a/clients/client-elasticache/commands/DecreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/commands/DecreaseReplicaCountCommand.ts @@ -25,7 +25,7 @@ export interface DecreaseReplicaCountCommandOutput extends DecreaseReplicaCountR * replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation * is performed with no cluster down time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DecreaseReplicaCountCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DecreaseReplicaCountCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteCacheClusterCommand.ts b/clients/client-elasticache/commands/DeleteCacheClusterCommand.ts index 6320d0f7a26f..43a14f6b234c 100644 --- a/clients/client-elasticache/commands/DeleteCacheClusterCommand.ts +++ b/clients/client-elasticache/commands/DeleteCacheClusterCommand.ts @@ -52,7 +52,7 @@ export interface DeleteCacheClusterCommandOutput extends DeleteCacheClusterResul * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteCacheClusterCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteCacheClusterCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteCacheParameterGroupCommand.ts b/clients/client-elasticache/commands/DeleteCacheParameterGroupCommand.ts index 57b9bbf32f54..ebbf25c105f1 100644 --- a/clients/client-elasticache/commands/DeleteCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/commands/DeleteCacheParameterGroupCommand.ts @@ -25,7 +25,7 @@ export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer * group. You cannot delete a cache parameter group if it is associated with any cache * clusters. You cannot delete the default cache parameter groups in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteCacheParameterGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteCacheParameterGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteCacheSecurityGroupCommand.ts b/clients/client-elasticache/commands/DeleteCacheSecurityGroupCommand.ts index f41b3b775e15..edb0b89edb84 100644 --- a/clients/client-elasticache/commands/DeleteCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/commands/DeleteCacheSecurityGroupCommand.ts @@ -26,7 +26,7 @@ export interface DeleteCacheSecurityGroupCommandOutput extends __MetadataBearer *

You cannot delete a cache security group if it is associated with any clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteCacheSecurityGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteCacheSecurityGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteCacheSubnetGroupCommand.ts b/clients/client-elasticache/commands/DeleteCacheSubnetGroupCommand.ts index 142c0b722beb..a11763159870 100644 --- a/clients/client-elasticache/commands/DeleteCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/commands/DeleteCacheSubnetGroupCommand.ts @@ -26,7 +26,7 @@ export interface DeleteCacheSubnetGroupCommandOutput extends __MetadataBearer {} *

You cannot delete a default cache subnet group or one that is associated with any clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteCacheSubnetGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteCacheSubnetGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/DeleteGlobalReplicationGroupCommand.ts index 79faa146ac50..d4f48632604c 100644 --- a/clients/client-elasticache/commands/DeleteGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/DeleteGlobalReplicationGroupCommand.ts @@ -41,7 +41,7 @@ export interface DeleteGlobalReplicationGroupCommandOutput *

When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; * you cannot cancel or revert this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteReplicationGroupCommand.ts b/clients/client-elasticache/commands/DeleteReplicationGroupCommand.ts index 10d79cd706ab..74c7a4fd1a64 100644 --- a/clients/client-elasticache/commands/DeleteReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/DeleteReplicationGroupCommand.ts @@ -31,7 +31,7 @@ export interface DeleteReplicationGroupCommandOutput extends DeleteReplicationGr *

This operation is valid for Redis only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteSnapshotCommand.ts b/clients/client-elasticache/commands/DeleteSnapshotCommand.ts index 862417433786..d7749bf6534d 100644 --- a/clients/client-elasticache/commands/DeleteSnapshotCommand.ts +++ b/clients/client-elasticache/commands/DeleteSnapshotCommand.ts @@ -29,7 +29,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met *

This operation is valid for Redis only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteSnapshotCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteSnapshotCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteUserCommand.ts b/clients/client-elasticache/commands/DeleteUserCommand.ts index c53b36624ae2..a40fb2486a76 100644 --- a/clients/client-elasticache/commands/DeleteUserCommand.ts +++ b/clients/client-elasticache/commands/DeleteUserCommand.ts @@ -20,7 +20,7 @@ export interface DeleteUserCommandOutput extends User, __MetadataBearer {} /** *

For Redis engine version 6.x onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteUserCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteUserCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DeleteUserGroupCommand.ts b/clients/client-elasticache/commands/DeleteUserGroupCommand.ts index 019ce5ec681c..8065fbdfc847 100644 --- a/clients/client-elasticache/commands/DeleteUserGroupCommand.ts +++ b/clients/client-elasticache/commands/DeleteUserGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserGroupCommandOutput extends UserGroup, __MetadataBeare /** *

For Redis engine version 6.x onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DeleteUserGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DeleteUserGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeCacheClustersCommand.ts b/clients/client-elasticache/commands/DescribeCacheClustersCommand.ts index 1ed510f5283f..1cb2e9f92b57 100644 --- a/clients/client-elasticache/commands/DescribeCacheClustersCommand.ts +++ b/clients/client-elasticache/commands/DescribeCacheClustersCommand.ts @@ -38,7 +38,7 @@ export interface DescribeCacheClustersCommandOutput extends CacheClusterMessage, *

If cache nodes are currently being removed from the cluster, no endpoint information * for the removed nodes is displayed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeCacheClustersCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeCacheClustersCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeCacheEngineVersionsCommand.ts b/clients/client-elasticache/commands/DescribeCacheEngineVersionsCommand.ts index 447ce004f643..3e5554dceaf4 100644 --- a/clients/client-elasticache/commands/DescribeCacheEngineVersionsCommand.ts +++ b/clients/client-elasticache/commands/DescribeCacheEngineVersionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeCacheEngineVersionsCommandOutput extends CacheEngineVer *

Returns a list of the available cache * engines and their versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeCacheEngineVersionsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeCacheEngineVersionsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeCacheParameterGroupsCommand.ts b/clients/client-elasticache/commands/DescribeCacheParameterGroupsCommand.ts index 7b694e52258c..a2c872099d4c 100644 --- a/clients/client-elasticache/commands/DescribeCacheParameterGroupsCommand.ts +++ b/clients/client-elasticache/commands/DescribeCacheParameterGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeCacheParameterGroupsCommandOutput extends CacheParamete * descriptions. If a cache parameter group name is specified, the list contains only * the descriptions for that group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeCacheParameterGroupsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeCacheParameterGroupsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeCacheParametersCommand.ts b/clients/client-elasticache/commands/DescribeCacheParametersCommand.ts index 4bf7c44dd760..2dde735849ea 100644 --- a/clients/client-elasticache/commands/DescribeCacheParametersCommand.ts +++ b/clients/client-elasticache/commands/DescribeCacheParametersCommand.ts @@ -24,7 +24,7 @@ export interface DescribeCacheParametersCommandOutput extends CacheParameterGrou *

Returns the detailed parameter list for a * particular cache parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeCacheParametersCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeCacheParametersCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeCacheSecurityGroupsCommand.ts b/clients/client-elasticache/commands/DescribeCacheSecurityGroupsCommand.ts index 61c6f0444f30..8dee6a7b52fd 100644 --- a/clients/client-elasticache/commands/DescribeCacheSecurityGroupsCommand.ts +++ b/clients/client-elasticache/commands/DescribeCacheSecurityGroupsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeCacheSecurityGroupsCommandOutput extends CacheSecurityG * the description of that group. This applicable only when you have ElastiCache in Classic setup *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeCacheSecurityGroupsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeCacheSecurityGroupsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeCacheSubnetGroupsCommand.ts b/clients/client-elasticache/commands/DescribeCacheSubnetGroupsCommand.ts index f47e48d3f9d7..ba883b0eff76 100644 --- a/clients/client-elasticache/commands/DescribeCacheSubnetGroupsCommand.ts +++ b/clients/client-elasticache/commands/DescribeCacheSubnetGroupsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeCacheSubnetGroupsCommandOutput extends CacheSubnetGroup * description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeCacheSubnetGroupsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeCacheSubnetGroupsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-elasticache/commands/DescribeEngineDefaultParametersCommand.ts index 5b604033454c..b473911b423f 100644 --- a/clients/client-elasticache/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-elasticache/commands/DescribeEngineDefaultParametersCommand.ts @@ -26,7 +26,7 @@ export interface DescribeEngineDefaultParametersCommandOutput *

Returns the default engine and * system parameter information for the specified cache engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeEngineDefaultParametersCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeEngineDefaultParametersCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeEventsCommand.ts b/clients/client-elasticache/commands/DescribeEventsCommand.ts index d6a66b83802e..0fa0c572dc4b 100644 --- a/clients/client-elasticache/commands/DescribeEventsCommand.ts +++ b/clients/client-elasticache/commands/DescribeEventsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe *

By default, only the events occurring within the last hour are returned; * however, you can retrieve up to 14 days' worth of events if necessary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeEventsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeEventsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeGlobalReplicationGroupsCommand.ts b/clients/client-elasticache/commands/DescribeGlobalReplicationGroupsCommand.ts index 48ce7ccb7e61..25a9af53cd10 100644 --- a/clients/client-elasticache/commands/DescribeGlobalReplicationGroupsCommand.ts +++ b/clients/client-elasticache/commands/DescribeGlobalReplicationGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeGlobalReplicationGroupsCommandOutput /** *

Returns information about a particular global replication group. If no identifier is specified, returns information about all Global datastores.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeGlobalReplicationGroupsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeGlobalReplicationGroupsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeReplicationGroupsCommand.ts b/clients/client-elasticache/commands/DescribeReplicationGroupsCommand.ts index 1d85dd58107e..c11406511e91 100644 --- a/clients/client-elasticache/commands/DescribeReplicationGroupsCommand.ts +++ b/clients/client-elasticache/commands/DescribeReplicationGroupsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroup *

This operation is valid for Redis only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeReplicationGroupsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeReplicationGroupsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeReservedCacheNodesCommand.ts b/clients/client-elasticache/commands/DescribeReservedCacheNodesCommand.ts index a831f52a2fc2..b682e7766023 100644 --- a/clients/client-elasticache/commands/DescribeReservedCacheNodesCommand.ts +++ b/clients/client-elasticache/commands/DescribeReservedCacheNodesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeReservedCacheNodesCommandOutput extends ReservedCacheNo *

Returns information about reserved cache * nodes for this account, or about a specified reserved cache node.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeReservedCacheNodesCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeReservedCacheNodesCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeReservedCacheNodesOfferingsCommand.ts b/clients/client-elasticache/commands/DescribeReservedCacheNodesOfferingsCommand.ts index d90b1513473c..e0f9dada50e1 100644 --- a/clients/client-elasticache/commands/DescribeReservedCacheNodesOfferingsCommand.ts +++ b/clients/client-elasticache/commands/DescribeReservedCacheNodesOfferingsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeReservedCacheNodesOfferingsCommandOutput *

Lists available reserved cache * node offerings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeReservedCacheNodesOfferingsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeReservedCacheNodesOfferingsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeServiceUpdatesCommand.ts b/clients/client-elasticache/commands/DescribeServiceUpdatesCommand.ts index bbe1c8c48992..1ea99fc2c500 100644 --- a/clients/client-elasticache/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-elasticache/commands/DescribeServiceUpdatesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessa /** *

Returns details of the service updates

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeServiceUpdatesCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeServiceUpdatesCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeSnapshotsCommand.ts b/clients/client-elasticache/commands/DescribeSnapshotsCommand.ts index 07a950a9ced9..4dd71bfd651f 100644 --- a/clients/client-elasticache/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-elasticache/commands/DescribeSnapshotsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMes *

This operation is valid for Redis only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeSnapshotsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeSnapshotsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeUpdateActionsCommand.ts b/clients/client-elasticache/commands/DescribeUpdateActionsCommand.ts index 244664d26f64..58baaf9f46d6 100644 --- a/clients/client-elasticache/commands/DescribeUpdateActionsCommand.ts +++ b/clients/client-elasticache/commands/DescribeUpdateActionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage /** *

Returns details of the update actions

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeUpdateActionsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeUpdateActionsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeUserGroupsCommand.ts b/clients/client-elasticache/commands/DescribeUserGroupsCommand.ts index a3475bf6d21d..e33ad7cdbf3d 100644 --- a/clients/client-elasticache/commands/DescribeUserGroupsCommand.ts +++ b/clients/client-elasticache/commands/DescribeUserGroupsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResul /** *

Returns a list of user groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeUserGroupsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeUserGroupsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DescribeUsersCommand.ts b/clients/client-elasticache/commands/DescribeUsersCommand.ts index 4c344535d4f0..e275baf8a8cc 100644 --- a/clients/client-elasticache/commands/DescribeUsersCommand.ts +++ b/clients/client-elasticache/commands/DescribeUsersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad /** *

Returns a list of users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DescribeUsersCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DescribeUsersCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/DisassociateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/DisassociateGlobalReplicationGroupCommand.ts index b88a1740ec93..183b2639d5ee 100644 --- a/clients/client-elasticache/commands/DisassociateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/DisassociateGlobalReplicationGroupCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateGlobalReplicationGroupCommandOutput /** *

Remove a secondary cluster from the Global datastore using the Global datastore name. The secondary cluster will no longer receive updates from the primary cluster, but will remain as a standalone cluster in that AWS region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, DisassociateGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, DisassociateGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/FailoverGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/FailoverGlobalReplicationGroupCommand.ts index cf7c826676a5..3bdc59d753f4 100644 --- a/clients/client-elasticache/commands/FailoverGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/FailoverGlobalReplicationGroupCommand.ts @@ -25,7 +25,7 @@ export interface FailoverGlobalReplicationGroupCommandOutput /** *

Used to failover the primary region to a selected secondary region. The selected secondary region will become primary, and all other clusters will become secondary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, FailoverGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, FailoverGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts index d46271cf05e5..f6f91eeaa3cf 100644 --- a/clients/client-elasticache/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -29,7 +29,7 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput /** *

Increase the number of node groups in the Global datastore

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, IncreaseNodeGroupsInGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, IncreaseNodeGroupsInGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/IncreaseReplicaCountCommand.ts b/clients/client-elasticache/commands/IncreaseReplicaCountCommand.ts index 503b166d0139..846fe2b52b1c 100644 --- a/clients/client-elasticache/commands/IncreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/commands/IncreaseReplicaCountCommand.ts @@ -25,7 +25,7 @@ export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountR * replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation * is performed with no cluster down time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, IncreaseReplicaCountCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, IncreaseReplicaCountCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ListAllowedNodeTypeModificationsCommand.ts b/clients/client-elasticache/commands/ListAllowedNodeTypeModificationsCommand.ts index 947a147a252a..f280180088a6 100644 --- a/clients/client-elasticache/commands/ListAllowedNodeTypeModificationsCommand.ts +++ b/clients/client-elasticache/commands/ListAllowedNodeTypeModificationsCommand.ts @@ -30,7 +30,7 @@ export interface ListAllowedNodeTypeModificationsCommandOutput * scale your cluster or replication group, the value of the CacheNodeType parameter * must be one of the node types returned by this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ListAllowedNodeTypeModificationsCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ListAllowedNodeTypeModificationsCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ListTagsForResourceCommand.ts b/clients/client-elasticache/commands/ListTagsForResourceCommand.ts index d1f3cea1b8c8..1365fbf01125 100644 --- a/clients/client-elasticache/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elasticache/commands/ListTagsForResourceCommand.ts @@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta *

If the cluster is not in the available state, ListTagsForResource * returns an error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ListTagsForResourceCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyCacheClusterCommand.ts b/clients/client-elasticache/commands/ModifyCacheClusterCommand.ts index aeae7df701d0..66f575e43c84 100644 --- a/clients/client-elasticache/commands/ModifyCacheClusterCommand.ts +++ b/clients/client-elasticache/commands/ModifyCacheClusterCommand.ts @@ -25,7 +25,7 @@ export interface ModifyCacheClusterCommandOutput extends ModifyCacheClusterResul * can use this operation to change one or more cluster configuration parameters by * specifying the parameters and the new values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyCacheClusterCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyCacheClusterCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyCacheParameterGroupCommand.ts b/clients/client-elasticache/commands/ModifyCacheParameterGroupCommand.ts index 4daec7b5b40b..538b22b0d06b 100644 --- a/clients/client-elasticache/commands/ModifyCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/commands/ModifyCacheParameterGroupCommand.ts @@ -25,7 +25,7 @@ export interface ModifyCacheParameterGroupCommandOutput extends CacheParameterGr * parameter group. You can modify up to 20 parameters in a single request by submitting a * list parameter name and value pairs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyCacheParameterGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyCacheParameterGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyCacheSubnetGroupCommand.ts b/clients/client-elasticache/commands/ModifyCacheSubnetGroupCommand.ts index 699b07abf87d..cc85e2494901 100644 --- a/clients/client-elasticache/commands/ModifyCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/commands/ModifyCacheSubnetGroupCommand.ts @@ -23,7 +23,7 @@ export interface ModifyCacheSubnetGroupCommandOutput extends ModifyCacheSubnetGr /** *

Modifies an existing cache subnet group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyCacheSubnetGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyCacheSubnetGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/ModifyGlobalReplicationGroupCommand.ts index a4b8d927500b..53c3969246b5 100644 --- a/clients/client-elasticache/commands/ModifyGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/ModifyGlobalReplicationGroupCommand.ts @@ -25,7 +25,7 @@ export interface ModifyGlobalReplicationGroupCommandOutput /** *

Modifies the settings for a Global datastore.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyReplicationGroupCommand.ts b/clients/client-elasticache/commands/ModifyReplicationGroupCommand.ts index 892d4327094c..d9766cd960d5 100644 --- a/clients/client-elasticache/commands/ModifyReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/ModifyReplicationGroupCommand.ts @@ -39,7 +39,7 @@ export interface ModifyReplicationGroupCommandOutput extends ModifyReplicationGr *

This operation is valid for Redis only.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyReplicationGroupShardConfigurationCommand.ts b/clients/client-elasticache/commands/ModifyReplicationGroupShardConfigurationCommand.ts index d30c3ede6a7c..6a9daa9299b8 100644 --- a/clients/client-elasticache/commands/ModifyReplicationGroupShardConfigurationCommand.ts +++ b/clients/client-elasticache/commands/ModifyReplicationGroupShardConfigurationCommand.ts @@ -30,7 +30,7 @@ export interface ModifyReplicationGroupShardConfigurationCommandOutput *

Modifies a replication group's shards (node groups) by allowing you to * add shards, remove shards, or rebalance the keyspaces among existing shards.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyReplicationGroupShardConfigurationCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyReplicationGroupShardConfigurationCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyUserCommand.ts b/clients/client-elasticache/commands/ModifyUserCommand.ts index 16a00f431533..3e86d3d04b1b 100644 --- a/clients/client-elasticache/commands/ModifyUserCommand.ts +++ b/clients/client-elasticache/commands/ModifyUserCommand.ts @@ -20,7 +20,7 @@ export interface ModifyUserCommandOutput extends User, __MetadataBearer {} /** *

Changes user password(s) and/or access string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyUserCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyUserCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ModifyUserGroupCommand.ts b/clients/client-elasticache/commands/ModifyUserGroupCommand.ts index 18c7dcab35ae..932165727ba6 100644 --- a/clients/client-elasticache/commands/ModifyUserGroupCommand.ts +++ b/clients/client-elasticache/commands/ModifyUserGroupCommand.ts @@ -23,7 +23,7 @@ export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBeare /** *

Changes the list of users that belong to the user group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ModifyUserGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ModifyUserGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/PurchaseReservedCacheNodesOfferingCommand.ts b/clients/client-elasticache/commands/PurchaseReservedCacheNodesOfferingCommand.ts index 1a72e7989f1c..6c85fb390ced 100644 --- a/clients/client-elasticache/commands/PurchaseReservedCacheNodesOfferingCommand.ts +++ b/clients/client-elasticache/commands/PurchaseReservedCacheNodesOfferingCommand.ts @@ -31,7 +31,7 @@ export interface PurchaseReservedCacheNodesOfferingCommandOutput * see Managing Costs with Reserved Nodes for Redis or * Managing Costs with Reserved Nodes for Memcached.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, PurchaseReservedCacheNodesOfferingCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, PurchaseReservedCacheNodesOfferingCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts index 8c112db32ce8..d92ff54eebca 100644 --- a/clients/client-elasticache/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts @@ -29,7 +29,7 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput /** *

Redistribute slots to ensure uniform distribution across existing shards in the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, RebalanceSlotsInGlobalReplicationGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, RebalanceSlotsInGlobalReplicationGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/RebootCacheClusterCommand.ts b/clients/client-elasticache/commands/RebootCacheClusterCommand.ts index f157360a56a0..1f67151d8bb9 100644 --- a/clients/client-elasticache/commands/RebootCacheClusterCommand.ts +++ b/clients/client-elasticache/commands/RebootCacheClusterCommand.ts @@ -35,7 +35,7 @@ export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResul *

If you make changes to parameters that require a Redis (cluster mode enabled) cluster reboot for the changes to be applied, * see Rebooting a Cluster for an alternate process.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, RebootCacheClusterCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, RebootCacheClusterCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/RemoveTagsFromResourceCommand.ts b/clients/client-elasticache/commands/RemoveTagsFromResourceCommand.ts index 680dbaa6e26c..aeff5088c89e 100644 --- a/clients/client-elasticache/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-elasticache/commands/RemoveTagsFromResourceCommand.ts @@ -26,7 +26,7 @@ export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __M * You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group. * For more information, see Resource-level permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/ResetCacheParameterGroupCommand.ts b/clients/client-elasticache/commands/ResetCacheParameterGroupCommand.ts index 30a90ed49f61..caa8885562f9 100644 --- a/clients/client-elasticache/commands/ResetCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/commands/ResetCacheParameterGroupCommand.ts @@ -26,7 +26,7 @@ export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGro * by submitting a list of parameter names. To reset the entire cache parameter group, * specify the ResetAllParameters and CacheParameterGroupName parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, ResetCacheParameterGroupCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, ResetCacheParameterGroupCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/RevokeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/commands/RevokeCacheSecurityGroupIngressCommand.ts index 9ecbf4ec8255..dc6d38255ea8 100644 --- a/clients/client-elasticache/commands/RevokeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/commands/RevokeCacheSecurityGroupIngressCommand.ts @@ -27,7 +27,7 @@ export interface RevokeCacheSecurityGroupIngressCommandOutput * Use this operation to disallow access from an Amazon EC2 security group * that had been previously authorized.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, RevokeCacheSecurityGroupIngressCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, RevokeCacheSecurityGroupIngressCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/StartMigrationCommand.ts b/clients/client-elasticache/commands/StartMigrationCommand.ts index b7f992520e09..49a05894d1f0 100644 --- a/clients/client-elasticache/commands/StartMigrationCommand.ts +++ b/clients/client-elasticache/commands/StartMigrationCommand.ts @@ -23,7 +23,7 @@ export interface StartMigrationCommandOutput extends StartMigrationResponse, __M /** *

Start the migration of data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, StartMigrationCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, StartMigrationCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticache/commands/TestFailoverCommand.ts b/clients/client-elasticache/commands/TestFailoverCommand.ts index db336eb665d0..7549b58869e4 100644 --- a/clients/client-elasticache/commands/TestFailoverCommand.ts +++ b/clients/client-elasticache/commands/TestFailoverCommand.ts @@ -82,7 +82,7 @@ export interface TestFailoverCommandOutput extends TestFailoverResult, __Metadat * *

Also see, Testing Multi-AZ in the ElastiCache User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElastiCacheClient, TestFailoverCommand } from "@aws-sdk/client-elasticache"; // ES Modules import * // const { ElastiCacheClient, TestFailoverCommand } = require("@aws-sdk/client-elasticache"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts index e36fa349370e..0444bffeacc9 100644 --- a/clients/client-elasticsearch-service/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts @@ -33,7 +33,7 @@ export interface AcceptInboundCrossClusterSearchConnectionCommandOutput /** *

Allows the destination domain owner to accept an inbound cross-cluster search connection request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/AddTagsCommand.ts b/clients/client-elasticsearch-service/commands/AddTagsCommand.ts index 1a68d4385084..5d725b6ce39e 100644 --- a/clients/client-elasticsearch-service/commands/AddTagsCommand.ts +++ b/clients/client-elasticsearch-service/commands/AddTagsCommand.ts @@ -28,7 +28,7 @@ export interface AddTagsCommandOutput extends __MetadataBearer {} *

Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See * Tagging Amazon Elasticsearch Service Domains for more information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, AddTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, AddTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/AssociatePackageCommand.ts b/clients/client-elasticsearch-service/commands/AssociatePackageCommand.ts index 0bcf87b9c37c..7fc8c293c0df 100644 --- a/clients/client-elasticsearch-service/commands/AssociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/commands/AssociatePackageCommand.ts @@ -27,7 +27,7 @@ export interface AssociatePackageCommandOutput extends AssociatePackageResponse, /** *

Associates a package with an Amazon ES domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, AssociatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, AssociatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts index 78cdbfdd138e..1ad8b6cb0251 100644 --- a/clients/client-elasticsearch-service/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts @@ -33,7 +33,7 @@ export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput /** *

Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before the AutomatedUpdateDate and when the UpdateStatus is in the PENDING_UPDATE state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, CancelElasticsearchServiceSoftwareUpdateCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, CancelElasticsearchServiceSoftwareUpdateCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/CreateElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/commands/CreateElasticsearchDomainCommand.ts index a65d638acf01..4600f3afdd25 100644 --- a/clients/client-elasticsearch-service/commands/CreateElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/commands/CreateElasticsearchDomainCommand.ts @@ -28,7 +28,7 @@ export interface CreateElasticsearchDomainCommandOutput extends CreateElasticsea *

Creates a new Elasticsearch domain. For more information, * see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, CreateElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, CreateElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts index 0229e6c74b11..fd6835e8f85c 100644 --- a/clients/client-elasticsearch-service/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts @@ -33,7 +33,7 @@ export interface CreateOutboundCrossClusterSearchConnectionCommandOutput /** *

Creates a new cross-cluster search connection from a source domain to a destination domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, CreateOutboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, CreateOutboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/CreatePackageCommand.ts b/clients/client-elasticsearch-service/commands/CreatePackageCommand.ts index d140255f4997..a1cae8c6b510 100644 --- a/clients/client-elasticsearch-service/commands/CreatePackageCommand.ts +++ b/clients/client-elasticsearch-service/commands/CreatePackageCommand.ts @@ -27,7 +27,7 @@ export interface CreatePackageCommandOutput extends CreatePackageResponse, __Met /** *

Create a package for use with Amazon ES domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, CreatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, CreatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DeleteElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/commands/DeleteElasticsearchDomainCommand.ts index f0b2c27e804b..f4e08671aacb 100644 --- a/clients/client-elasticsearch-service/commands/DeleteElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/commands/DeleteElasticsearchDomainCommand.ts @@ -27,7 +27,7 @@ export interface DeleteElasticsearchDomainCommandOutput extends DeleteElasticsea /** *

Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DeleteElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DeleteElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DeleteElasticsearchServiceRoleCommand.ts b/clients/client-elasticsearch-service/commands/DeleteElasticsearchServiceRoleCommand.ts index c022ef32e9d2..7a424ccc623c 100644 --- a/clients/client-elasticsearch-service/commands/DeleteElasticsearchServiceRoleCommand.ts +++ b/clients/client-elasticsearch-service/commands/DeleteElasticsearchServiceRoleCommand.ts @@ -26,7 +26,7 @@ export interface DeleteElasticsearchServiceRoleCommandOutput extends __MetadataB /** *

Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See Deleting Elasticsearch Service Role in VPC Endpoints for Amazon Elasticsearch Service Domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DeleteElasticsearchServiceRoleCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DeleteElasticsearchServiceRoleCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts index 7f6e2c2f36e2..17db125e190e 100644 --- a/clients/client-elasticsearch-service/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts @@ -33,7 +33,7 @@ export interface DeleteInboundCrossClusterSearchConnectionCommandOutput /** *

Allows the destination domain owner to delete an existing inbound cross-cluster search connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DeleteInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DeleteInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts index adc3d6234d3d..5248839eba30 100644 --- a/clients/client-elasticsearch-service/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts @@ -33,7 +33,7 @@ export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput /** *

Allows the source domain owner to delete an existing outbound cross-cluster search connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DeleteOutboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DeleteOutboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DeletePackageCommand.ts b/clients/client-elasticsearch-service/commands/DeletePackageCommand.ts index 980c682cb440..112233503c9e 100644 --- a/clients/client-elasticsearch-service/commands/DeletePackageCommand.ts +++ b/clients/client-elasticsearch-service/commands/DeletePackageCommand.ts @@ -27,7 +27,7 @@ export interface DeletePackageCommandOutput extends DeletePackageResponse, __Met /** *

Delete the package.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DeletePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DeletePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-elasticsearch-service/commands/DescribeDomainAutoTunesCommand.ts index 093716123661..95dce0dfbc8d 100644 --- a/clients/client-elasticsearch-service/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeDomainAutoTunesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAuto /** *

Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeDomainAutoTunesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeDomainAutoTunesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainCommand.ts index 7c0c5dbadf8d..cec85f1ad6d0 100644 --- a/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainCommand.ts @@ -29,7 +29,7 @@ export interface DescribeElasticsearchDomainCommandOutput /** *

Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainConfigCommand.ts index 90789e300a51..49c792d70669 100644 --- a/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainConfigCommand.ts @@ -32,7 +32,7 @@ export interface DescribeElasticsearchDomainConfigCommandOutput /** *

Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeElasticsearchDomainConfigCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeElasticsearchDomainConfigCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainsCommand.ts b/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainsCommand.ts index f675ae8ca64e..111e80cabf48 100644 --- a/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainsCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeElasticsearchDomainsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeElasticsearchDomainsCommandOutput /** *

Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeElasticsearchDomainsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeElasticsearchDomainsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts b/clients/client-elasticsearch-service/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts index aacf9b5a2fa9..d100d6854a21 100644 --- a/clients/client-elasticsearch-service/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts @@ -40,7 +40,7 @@ export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput * to know what Limits are supported for modifying. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeElasticsearchInstanceTypeLimitsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeElasticsearchInstanceTypeLimitsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts index f781140b8106..4b836c4410a9 100644 --- a/clients/client-elasticsearch-service/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput /** *

Lists all the inbound cross-cluster search connections for a destination domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeInboundCrossClusterSearchConnectionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeInboundCrossClusterSearchConnectionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts index dbf4663a991e..b08acd0abce7 100644 --- a/clients/client-elasticsearch-service/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput /** *

Lists all the outbound cross-cluster search connections for a source domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeOutboundCrossClusterSearchConnectionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeOutboundCrossClusterSearchConnectionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribePackagesCommand.ts b/clients/client-elasticsearch-service/commands/DescribePackagesCommand.ts index 85f81fea321d..a20df07d5deb 100644 --- a/clients/client-elasticsearch-service/commands/DescribePackagesCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribePackagesCommand.ts @@ -27,7 +27,7 @@ export interface DescribePackagesCommandOutput extends DescribePackagesResponse, /** *

Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribePackagesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribePackagesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts b/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts index 4a53e26d5c2d..a44a6b90127e 100644 --- a/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput /** *

Lists available reserved Elasticsearch instance offerings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeReservedElasticsearchInstanceOfferingsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeReservedElasticsearchInstanceOfferingsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstancesCommand.ts b/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstancesCommand.ts index b71ce9c82eca..07ca1f8879e7 100644 --- a/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstancesCommand.ts +++ b/clients/client-elasticsearch-service/commands/DescribeReservedElasticsearchInstancesCommand.ts @@ -33,7 +33,7 @@ export interface DescribeReservedElasticsearchInstancesCommandOutput /** *

Returns information about reserved Elasticsearch instances for this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DescribeReservedElasticsearchInstancesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DescribeReservedElasticsearchInstancesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/DissociatePackageCommand.ts b/clients/client-elasticsearch-service/commands/DissociatePackageCommand.ts index 59dfca040afe..e1a6c24e96c1 100644 --- a/clients/client-elasticsearch-service/commands/DissociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/commands/DissociatePackageCommand.ts @@ -27,7 +27,7 @@ export interface DissociatePackageCommandOutput extends DissociatePackageRespons /** *

Dissociates a package from the Amazon ES domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, DissociatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, DissociatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/GetCompatibleElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/commands/GetCompatibleElasticsearchVersionsCommand.ts index bf40612a4f12..5f32544f1230 100644 --- a/clients/client-elasticsearch-service/commands/GetCompatibleElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/commands/GetCompatibleElasticsearchVersionsCommand.ts @@ -39,7 +39,7 @@ export interface GetCompatibleElasticsearchVersionsCommandOutput * to get all upgrade compatible Elasticsearch versions for that specific domain. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, GetCompatibleElasticsearchVersionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, GetCompatibleElasticsearchVersionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/GetPackageVersionHistoryCommand.ts b/clients/client-elasticsearch-service/commands/GetPackageVersionHistoryCommand.ts index 70132b3c5266..6dfec8335872 100644 --- a/clients/client-elasticsearch-service/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-elasticsearch-service/commands/GetPackageVersionHistoryCommand.ts @@ -27,7 +27,7 @@ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersion /** *

Returns a list of versions of the package, along with their creation time and commit message.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, GetPackageVersionHistoryCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, GetPackageVersionHistoryCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/GetUpgradeHistoryCommand.ts b/clients/client-elasticsearch-service/commands/GetUpgradeHistoryCommand.ts index 2b969d428fa6..9a39714ad32d 100644 --- a/clients/client-elasticsearch-service/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-elasticsearch-service/commands/GetUpgradeHistoryCommand.ts @@ -27,7 +27,7 @@ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryRespons /** *

Retrieves the complete history of the last 10 upgrades that were performed on the domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, GetUpgradeHistoryCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, GetUpgradeHistoryCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/GetUpgradeStatusCommand.ts b/clients/client-elasticsearch-service/commands/GetUpgradeStatusCommand.ts index 046bee24375c..e02a0872faa7 100644 --- a/clients/client-elasticsearch-service/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-elasticsearch-service/commands/GetUpgradeStatusCommand.ts @@ -27,7 +27,7 @@ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, /** *

Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, GetUpgradeStatusCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, GetUpgradeStatusCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/ListDomainNamesCommand.ts b/clients/client-elasticsearch-service/commands/ListDomainNamesCommand.ts index 836788f78458..ce9ea9ad40fa 100644 --- a/clients/client-elasticsearch-service/commands/ListDomainNamesCommand.ts +++ b/clients/client-elasticsearch-service/commands/ListDomainNamesCommand.ts @@ -27,7 +27,7 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _ /** *

Returns the name of all Elasticsearch domains owned by the current user's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, ListDomainNamesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, ListDomainNamesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/ListDomainsForPackageCommand.ts b/clients/client-elasticsearch-service/commands/ListDomainsForPackageCommand.ts index 05345e11b85c..b679fda1fc0e 100644 --- a/clients/client-elasticsearch-service/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-elasticsearch-service/commands/ListDomainsForPackageCommand.ts @@ -27,7 +27,7 @@ export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackag /** *

Lists all Amazon ES domains associated with the package.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, ListDomainsForPackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, ListDomainsForPackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/ListElasticsearchInstanceTypesCommand.ts b/clients/client-elasticsearch-service/commands/ListElasticsearchInstanceTypesCommand.ts index f3c9949f1ad1..b63de86c240b 100644 --- a/clients/client-elasticsearch-service/commands/ListElasticsearchInstanceTypesCommand.ts +++ b/clients/client-elasticsearch-service/commands/ListElasticsearchInstanceTypesCommand.ts @@ -29,7 +29,7 @@ export interface ListElasticsearchInstanceTypesCommandOutput /** *

List all Elasticsearch instance types that are supported for given ElasticsearchVersion

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, ListElasticsearchInstanceTypesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, ListElasticsearchInstanceTypesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/ListElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/commands/ListElasticsearchVersionsCommand.ts index c98ef0ee2287..6950a2a80b1c 100644 --- a/clients/client-elasticsearch-service/commands/ListElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/commands/ListElasticsearchVersionsCommand.ts @@ -27,7 +27,7 @@ export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearc /** *

List all supported Elasticsearch versions

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, ListElasticsearchVersionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, ListElasticsearchVersionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/ListPackagesForDomainCommand.ts b/clients/client-elasticsearch-service/commands/ListPackagesForDomainCommand.ts index 25b7d35a6847..67dc87f6a11b 100644 --- a/clients/client-elasticsearch-service/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-elasticsearch-service/commands/ListPackagesForDomainCommand.ts @@ -27,7 +27,7 @@ export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomai /** *

Lists all packages associated with the Amazon ES domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, ListPackagesForDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, ListPackagesForDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/ListTagsCommand.ts b/clients/client-elasticsearch-service/commands/ListTagsCommand.ts index 1b1cd59d26f4..323276632bf1 100644 --- a/clients/client-elasticsearch-service/commands/ListTagsCommand.ts +++ b/clients/client-elasticsearch-service/commands/ListTagsCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare /** *

Returns all tags for the given Elasticsearch domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, ListTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, ListTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts b/clients/client-elasticsearch-service/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts index 75e2b75a0125..600c7da92a60 100644 --- a/clients/client-elasticsearch-service/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts +++ b/clients/client-elasticsearch-service/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts @@ -33,7 +33,7 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput /** *

Allows you to purchase reserved Elasticsearch instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, PurchaseReservedElasticsearchInstanceOfferingCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, PurchaseReservedElasticsearchInstanceOfferingCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/RejectInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/commands/RejectInboundCrossClusterSearchConnectionCommand.ts index 1cb8d0f19235..00b791342552 100644 --- a/clients/client-elasticsearch-service/commands/RejectInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/commands/RejectInboundCrossClusterSearchConnectionCommand.ts @@ -33,7 +33,7 @@ export interface RejectInboundCrossClusterSearchConnectionCommandOutput /** *

Allows the destination domain owner to reject an inbound cross-cluster search connection request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, RejectInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, RejectInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/RemoveTagsCommand.ts b/clients/client-elasticsearch-service/commands/RemoveTagsCommand.ts index 22a2049fde28..46c4796a18c8 100644 --- a/clients/client-elasticsearch-service/commands/RemoveTagsCommand.ts +++ b/clients/client-elasticsearch-service/commands/RemoveTagsCommand.ts @@ -27,7 +27,7 @@ export interface RemoveTagsCommandOutput extends __MetadataBearer {} /** *

Removes the specified set of tags from the specified Elasticsearch domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, RemoveTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, RemoveTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts index 27c8a78f0482..7878deab0e15 100644 --- a/clients/client-elasticsearch-service/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts @@ -33,7 +33,7 @@ export interface StartElasticsearchServiceSoftwareUpdateCommandOutput /** *

Schedules a service software update for an Amazon ES domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, StartElasticsearchServiceSoftwareUpdateCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, StartElasticsearchServiceSoftwareUpdateCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/UpdateElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/commands/UpdateElasticsearchDomainConfigCommand.ts index 2e9a8b119f34..9f024dce0c36 100644 --- a/clients/client-elasticsearch-service/commands/UpdateElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/commands/UpdateElasticsearchDomainConfigCommand.ts @@ -29,7 +29,7 @@ export interface UpdateElasticsearchDomainConfigCommandOutput /** *

Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, UpdateElasticsearchDomainConfigCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, UpdateElasticsearchDomainConfigCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/UpdatePackageCommand.ts b/clients/client-elasticsearch-service/commands/UpdatePackageCommand.ts index a07bcec27fcc..72b4ad0bbfca 100644 --- a/clients/client-elasticsearch-service/commands/UpdatePackageCommand.ts +++ b/clients/client-elasticsearch-service/commands/UpdatePackageCommand.ts @@ -27,7 +27,7 @@ export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __Met /** *

Updates a package for use with Amazon ES domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, UpdatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, UpdatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-elasticsearch-service/commands/UpgradeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/commands/UpgradeElasticsearchDomainCommand.ts index d4df28c5b2cb..c34488cfa010 100644 --- a/clients/client-elasticsearch-service/commands/UpgradeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/commands/UpgradeElasticsearchDomainCommand.ts @@ -27,7 +27,7 @@ export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElastics /** *

Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ElasticsearchServiceClient, UpgradeElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import * // const { ElasticsearchServiceClient, UpgradeElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import diff --git a/clients/client-emr-containers/commands/CancelJobRunCommand.ts b/clients/client-emr-containers/commands/CancelJobRunCommand.ts index 55a545915fdf..aa5d054fa5e2 100644 --- a/clients/client-emr-containers/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-containers/commands/CancelJobRunCommand.ts @@ -23,7 +23,7 @@ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __Metad /** *

Cancels a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, CancelJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, CancelJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/CreateManagedEndpointCommand.ts b/clients/client-emr-containers/commands/CreateManagedEndpointCommand.ts index d6f42b8a2d7b..382250e9de30 100644 --- a/clients/client-emr-containers/commands/CreateManagedEndpointCommand.ts +++ b/clients/client-emr-containers/commands/CreateManagedEndpointCommand.ts @@ -23,7 +23,7 @@ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpoin /** *

Creates a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, CreateManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, CreateManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/CreateVirtualClusterCommand.ts b/clients/client-emr-containers/commands/CreateVirtualClusterCommand.ts index f9d9be7fc42b..4c66c7611386 100644 --- a/clients/client-emr-containers/commands/CreateVirtualClusterCommand.ts +++ b/clients/client-emr-containers/commands/CreateVirtualClusterCommand.ts @@ -23,7 +23,7 @@ export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterR /** *

Creates a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, CreateVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, CreateVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/DeleteManagedEndpointCommand.ts b/clients/client-emr-containers/commands/DeleteManagedEndpointCommand.ts index 4a3ae95721bf..b232f3d27981 100644 --- a/clients/client-emr-containers/commands/DeleteManagedEndpointCommand.ts +++ b/clients/client-emr-containers/commands/DeleteManagedEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpoin /** *

Deletes a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, DeleteManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, DeleteManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/DeleteVirtualClusterCommand.ts b/clients/client-emr-containers/commands/DeleteVirtualClusterCommand.ts index d00238def059..58adab6ae8d7 100644 --- a/clients/client-emr-containers/commands/DeleteVirtualClusterCommand.ts +++ b/clients/client-emr-containers/commands/DeleteVirtualClusterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterR /** *

Deletes a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, DeleteVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, DeleteVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/DescribeJobRunCommand.ts b/clients/client-emr-containers/commands/DescribeJobRunCommand.ts index cd1f7ef15ba9..ff9aec2aee5b 100644 --- a/clients/client-emr-containers/commands/DescribeJobRunCommand.ts +++ b/clients/client-emr-containers/commands/DescribeJobRunCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M /** *

Displays detailed information about a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, DescribeJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, DescribeJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/DescribeManagedEndpointCommand.ts b/clients/client-emr-containers/commands/DescribeManagedEndpointCommand.ts index 1e9ace9547b8..aaee72f7e890 100644 --- a/clients/client-emr-containers/commands/DescribeManagedEndpointCommand.ts +++ b/clients/client-emr-containers/commands/DescribeManagedEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEnd /** *

Displays detailed information about a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, DescribeManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, DescribeManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/DescribeVirtualClusterCommand.ts b/clients/client-emr-containers/commands/DescribeVirtualClusterCommand.ts index a3a0854064bf..1bd00ca9bdb9 100644 --- a/clients/client-emr-containers/commands/DescribeVirtualClusterCommand.ts +++ b/clients/client-emr-containers/commands/DescribeVirtualClusterCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClus /** *

Displays detailed information about a specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, DescribeVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, DescribeVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/ListJobRunsCommand.ts b/clients/client-emr-containers/commands/ListJobRunsCommand.ts index 823850692178..34dafaf29455 100644 --- a/clients/client-emr-containers/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-containers/commands/ListJobRunsCommand.ts @@ -23,7 +23,7 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat /** *

Lists job runs based on a set of parameters. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, ListJobRunsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, ListJobRunsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/ListManagedEndpointsCommand.ts b/clients/client-emr-containers/commands/ListManagedEndpointsCommand.ts index 866ba879e6de..8a2ea45f7f10 100644 --- a/clients/client-emr-containers/commands/ListManagedEndpointsCommand.ts +++ b/clients/client-emr-containers/commands/ListManagedEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsR /** *

Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, ListManagedEndpointsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, ListManagedEndpointsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/ListTagsForResourceCommand.ts b/clients/client-emr-containers/commands/ListTagsForResourceCommand.ts index d380c7479ae7..228fb6493ec5 100644 --- a/clients/client-emr-containers/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-containers/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags assigned to the resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, ListTagsForResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, ListTagsForResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/ListVirtualClustersCommand.ts b/clients/client-emr-containers/commands/ListVirtualClustersCommand.ts index 8f528d0f019d..40f4adb5f48b 100644 --- a/clients/client-emr-containers/commands/ListVirtualClustersCommand.ts +++ b/clients/client-emr-containers/commands/ListVirtualClustersCommand.ts @@ -23,7 +23,7 @@ export interface ListVirtualClustersCommandOutput extends ListVirtualClustersRes /** *

Lists information about the specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, ListVirtualClustersCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, ListVirtualClustersCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/StartJobRunCommand.ts b/clients/client-emr-containers/commands/StartJobRunCommand.ts index 5326efc3e154..1b1ccfe62f15 100644 --- a/clients/client-emr-containers/commands/StartJobRunCommand.ts +++ b/clients/client-emr-containers/commands/StartJobRunCommand.ts @@ -23,7 +23,7 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat /** *

Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, StartJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, StartJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/TagResourceCommand.ts b/clients/client-emr-containers/commands/TagResourceCommand.ts index 64dd19116fea..a6e61b1112bb 100644 --- a/clients/client-emr-containers/commands/TagResourceCommand.ts +++ b/clients/client-emr-containers/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your AWS resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. For example, you can define a set of tags for your Amazon EMR on EKS clusters to help you track each cluster's owner and stack level. We recommend that you devise a consistent set of tag keys for each resource type. You can then search and filter the resources based on the tags that you add.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, TagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, TagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr-containers/commands/UntagResourceCommand.ts b/clients/client-emr-containers/commands/UntagResourceCommand.ts index 3fc7909797ee..86cb6f6a5f61 100644 --- a/clients/client-emr-containers/commands/UntagResourceCommand.ts +++ b/clients/client-emr-containers/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRContainersClient, UntagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import * // const { EMRContainersClient, UntagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import diff --git a/clients/client-emr/commands/AddInstanceFleetCommand.ts b/clients/client-emr/commands/AddInstanceFleetCommand.ts index d1de6ac031b1..5a59e17ad6d1 100644 --- a/clients/client-emr/commands/AddInstanceFleetCommand.ts +++ b/clients/client-emr/commands/AddInstanceFleetCommand.ts @@ -27,7 +27,7 @@ export interface AddInstanceFleetCommandOutput extends AddInstanceFleetOutput, _ * later, excluding 5.0.x.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, AddInstanceFleetCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, AddInstanceFleetCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/AddInstanceGroupsCommand.ts b/clients/client-emr/commands/AddInstanceGroupsCommand.ts index f5070aa69360..175503ee9a62 100644 --- a/clients/client-emr/commands/AddInstanceGroupsCommand.ts +++ b/clients/client-emr/commands/AddInstanceGroupsCommand.ts @@ -23,7 +23,7 @@ export interface AddInstanceGroupsCommandOutput extends AddInstanceGroupsOutput, /** *

Adds one or more instance groups to a running cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, AddInstanceGroupsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, AddInstanceGroupsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/AddJobFlowStepsCommand.ts b/clients/client-emr/commands/AddJobFlowStepsCommand.ts index 11727ef9a4f9..00e17c7cf6ac 100644 --- a/clients/client-emr/commands/AddJobFlowStepsCommand.ts +++ b/clients/client-emr/commands/AddJobFlowStepsCommand.ts @@ -39,7 +39,7 @@ export interface AddJobFlowStepsCommandOutput extends AddJobFlowStepsOutput, __M *

You can only add steps to a cluster that is in one of the following states: STARTING, * BOOTSTRAPPING, RUNNING, or WAITING.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, AddJobFlowStepsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, AddJobFlowStepsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/AddTagsCommand.ts b/clients/client-emr/commands/AddTagsCommand.ts index e3d339b69483..3db6e05ce8e0 100644 --- a/clients/client-emr/commands/AddTagsCommand.ts +++ b/clients/client-emr/commands/AddTagsCommand.ts @@ -22,7 +22,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} * various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. * For more information, see Tag Clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, AddTagsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, AddTagsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/CancelStepsCommand.ts b/clients/client-emr/commands/CancelStepsCommand.ts index 08ed5f6b5083..87ef2979252b 100644 --- a/clients/client-emr/commands/CancelStepsCommand.ts +++ b/clients/client-emr/commands/CancelStepsCommand.ts @@ -27,7 +27,7 @@ export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataB * that a step will be canceled, even if the request is successfully submitted. You can only * cancel steps that are in a PENDING state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, CancelStepsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, CancelStepsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr/commands/CreateSecurityConfigurationCommand.ts index f4a8899ca729..2db3b7ea8690 100644 --- a/clients/client-emr/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-emr/commands/CreateSecurityConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity *

Creates a security configuration, which is stored in the service and can be specified * when a cluster is created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, CreateSecurityConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, CreateSecurityConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/CreateStudioCommand.ts b/clients/client-emr/commands/CreateStudioCommand.ts index 450fe2e3c2cf..dad548ba1b5f 100644 --- a/clients/client-emr/commands/CreateStudioCommand.ts +++ b/clients/client-emr/commands/CreateStudioCommand.ts @@ -23,7 +23,7 @@ export interface CreateStudioCommandOutput extends CreateStudioOutput, __Metadat /** *

Creates a new Amazon EMR Studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, CreateStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, CreateStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/CreateStudioSessionMappingCommand.ts b/clients/client-emr/commands/CreateStudioSessionMappingCommand.ts index f1cd8ac1470f..561fbfd26183 100644 --- a/clients/client-emr/commands/CreateStudioSessionMappingCommand.ts +++ b/clients/client-emr/commands/CreateStudioSessionMappingCommand.ts @@ -24,7 +24,7 @@ export interface CreateStudioSessionMappingCommandOutput extends __MetadataBeare *

Maps a user or group to the Amazon EMR Studio specified by StudioId, and * applies a session policy to refine Studio permissions for that user or group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, CreateStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, CreateStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-emr/commands/DeleteSecurityConfigurationCommand.ts index 49129908317a..0d97e467e140 100644 --- a/clients/client-emr/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-emr/commands/DeleteSecurityConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity /** *

Deletes a security configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DeleteSecurityConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DeleteSecurityConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DeleteStudioCommand.ts b/clients/client-emr/commands/DeleteStudioCommand.ts index 3a3731e17029..ec472ceba32c 100644 --- a/clients/client-emr/commands/DeleteStudioCommand.ts +++ b/clients/client-emr/commands/DeleteStudioCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStudioCommandOutput extends __MetadataBearer {} /** *

Removes an Amazon EMR Studio from the Studio metadata store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DeleteStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DeleteStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DeleteStudioSessionMappingCommand.ts b/clients/client-emr/commands/DeleteStudioSessionMappingCommand.ts index 1538981e88d6..5fa85948aacf 100644 --- a/clients/client-emr/commands/DeleteStudioSessionMappingCommand.ts +++ b/clients/client-emr/commands/DeleteStudioSessionMappingCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStudioSessionMappingCommandOutput extends __MetadataBeare /** *

Removes a user or group from an Amazon EMR Studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DeleteStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DeleteStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DescribeClusterCommand.ts b/clients/client-emr/commands/DescribeClusterCommand.ts index 0da2c42b4bec..2a5de04d8895 100644 --- a/clients/client-emr/commands/DescribeClusterCommand.ts +++ b/clients/client-emr/commands/DescribeClusterCommand.ts @@ -24,7 +24,7 @@ export interface DescribeClusterCommandOutput extends DescribeClusterOutput, __M *

Provides cluster-level details including status, hardware and software configuration, * VPC settings, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DescribeClusterCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DescribeClusterCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DescribeJobFlowsCommand.ts b/clients/client-emr/commands/DescribeJobFlowsCommand.ts index ecacf3bf50ed..8e0053522fa4 100644 --- a/clients/client-emr/commands/DescribeJobFlowsCommand.ts +++ b/clients/client-emr/commands/DescribeJobFlowsCommand.ts @@ -45,7 +45,7 @@ export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, _ * *

Amazon EMR can return a maximum of 512 job flow descriptions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DescribeJobFlowsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DescribeJobFlowsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DescribeNotebookExecutionCommand.ts b/clients/client-emr/commands/DescribeNotebookExecutionCommand.ts index d68f22b1960b..a845e73f885b 100644 --- a/clients/client-emr/commands/DescribeNotebookExecutionCommand.ts +++ b/clients/client-emr/commands/DescribeNotebookExecutionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeNotebookExecutionCommandOutput extends DescribeNotebook /** *

Provides details of a notebook execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DescribeNotebookExecutionCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DescribeNotebookExecutionCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr/commands/DescribeSecurityConfigurationCommand.ts index 52f08a63b3e4..4e866ab55baf 100644 --- a/clients/client-emr/commands/DescribeSecurityConfigurationCommand.ts +++ b/clients/client-emr/commands/DescribeSecurityConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface DescribeSecurityConfigurationCommandOutput *

Provides the details of a security configuration by returning the configuration * JSON.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DescribeSecurityConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DescribeSecurityConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DescribeStepCommand.ts b/clients/client-emr/commands/DescribeStepCommand.ts index 528cf23c76f8..6bd57e69f8ed 100644 --- a/clients/client-emr/commands/DescribeStepCommand.ts +++ b/clients/client-emr/commands/DescribeStepCommand.ts @@ -23,7 +23,7 @@ export interface DescribeStepCommandOutput extends DescribeStepOutput, __Metadat /** *

Provides more detail about the cluster step.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DescribeStepCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DescribeStepCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/DescribeStudioCommand.ts b/clients/client-emr/commands/DescribeStudioCommand.ts index b9d348b0083e..f6ebebd8fd18 100644 --- a/clients/client-emr/commands/DescribeStudioCommand.ts +++ b/clients/client-emr/commands/DescribeStudioCommand.ts @@ -24,7 +24,7 @@ export interface DescribeStudioCommandOutput extends DescribeStudioOutput, __Met *

Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio * access URL, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, DescribeStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, DescribeStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/GetBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/commands/GetBlockPublicAccessConfigurationCommand.ts index aa85fcde07e1..d933a94b28ba 100644 --- a/clients/client-emr/commands/GetBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/commands/GetBlockPublicAccessConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface GetBlockPublicAccessConfigurationCommandOutput * Public Access for Amazon EMR in the Amazon EMR Management * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, GetBlockPublicAccessConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, GetBlockPublicAccessConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/GetManagedScalingPolicyCommand.ts b/clients/client-emr/commands/GetManagedScalingPolicyCommand.ts index 06135352ba10..3c927a297797 100644 --- a/clients/client-emr/commands/GetManagedScalingPolicyCommand.ts +++ b/clients/client-emr/commands/GetManagedScalingPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetManagedScalingPolicyCommandOutput extends GetManagedScalingP /** *

Fetches the attached managed scaling policy for an Amazon EMR cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, GetManagedScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, GetManagedScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/GetStudioSessionMappingCommand.ts b/clients/client-emr/commands/GetStudioSessionMappingCommand.ts index d71e00df8887..f79966cd7643 100644 --- a/clients/client-emr/commands/GetStudioSessionMappingCommand.ts +++ b/clients/client-emr/commands/GetStudioSessionMappingCommand.ts @@ -24,7 +24,7 @@ export interface GetStudioSessionMappingCommandOutput extends GetStudioSessionMa *

Fetches mapping details for the specified Amazon EMR Studio and identity (user or * group).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, GetStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, GetStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListBootstrapActionsCommand.ts b/clients/client-emr/commands/ListBootstrapActionsCommand.ts index 9c1759eb1f58..32a577dfe1bf 100644 --- a/clients/client-emr/commands/ListBootstrapActionsCommand.ts +++ b/clients/client-emr/commands/ListBootstrapActionsCommand.ts @@ -23,7 +23,7 @@ export interface ListBootstrapActionsCommandOutput extends ListBootstrapActionsO /** *

Provides information about the bootstrap actions associated with a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListBootstrapActionsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListBootstrapActionsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListClustersCommand.ts b/clients/client-emr/commands/ListClustersCommand.ts index e701e2d40ca6..edf4799fef71 100644 --- a/clients/client-emr/commands/ListClustersCommand.ts +++ b/clients/client-emr/commands/ListClustersCommand.ts @@ -27,7 +27,7 @@ export interface ListClustersCommandOutput extends ListClustersOutput, __Metadat * returns a marker to track the paging of the cluster list across multiple ListClusters * calls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListClustersCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListClustersCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListInstanceFleetsCommand.ts b/clients/client-emr/commands/ListInstanceFleetsCommand.ts index 1d69963248c9..15b9a138736d 100644 --- a/clients/client-emr/commands/ListInstanceFleetsCommand.ts +++ b/clients/client-emr/commands/ListInstanceFleetsCommand.ts @@ -27,7 +27,7 @@ export interface ListInstanceFleetsCommandOutput extends ListInstanceFleetsOutpu * later, excluding 5.0.x versions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListInstanceFleetsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListInstanceFleetsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListInstanceGroupsCommand.ts b/clients/client-emr/commands/ListInstanceGroupsCommand.ts index 5abf9f96c7b7..7f00b766060e 100644 --- a/clients/client-emr/commands/ListInstanceGroupsCommand.ts +++ b/clients/client-emr/commands/ListInstanceGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListInstanceGroupsCommandOutput extends ListInstanceGroupsOutpu /** *

Provides all available details about the instance groups in a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListInstanceGroupsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListInstanceGroupsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListInstancesCommand.ts b/clients/client-emr/commands/ListInstancesCommand.ts index 18ed5a93fb87..329120d017fa 100644 --- a/clients/client-emr/commands/ListInstancesCommand.ts +++ b/clients/client-emr/commands/ListInstancesCommand.ts @@ -25,7 +25,7 @@ export interface ListInstancesCommandOutput extends ListInstancesOutput, __Metad * last 30 days, up to a maximum of 2,000. EC2 instances in any of the following states are * considered active: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListInstancesCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListInstancesCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListNotebookExecutionsCommand.ts b/clients/client-emr/commands/ListNotebookExecutionsCommand.ts index e99438f93a21..8b8ae0eff04f 100644 --- a/clients/client-emr/commands/ListNotebookExecutionsCommand.ts +++ b/clients/client-emr/commands/ListNotebookExecutionsCommand.ts @@ -26,7 +26,7 @@ export interface ListNotebookExecutionsCommandOutput extends ListNotebookExecuti * executions and a marker to track the paging of a longer notebook execution list across * multiple ListNotebookExecution calls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListNotebookExecutionsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListNotebookExecutionsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr/commands/ListSecurityConfigurationsCommand.ts index 857481959fe1..7a67f5128cfd 100644 --- a/clients/client-emr/commands/ListSecurityConfigurationsCommand.ts +++ b/clients/client-emr/commands/ListSecurityConfigurationsCommand.ts @@ -26,7 +26,7 @@ export interface ListSecurityConfigurationsCommandOutput extends ListSecurityCon * returns a marker to track the paging of the cluster list across multiple * ListSecurityConfigurations calls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListSecurityConfigurationsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListSecurityConfigurationsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListStepsCommand.ts b/clients/client-emr/commands/ListStepsCommand.ts index 0c58ceb18ab0..6b58e23b2982 100644 --- a/clients/client-emr/commands/ListStepsCommand.ts +++ b/clients/client-emr/commands/ListStepsCommand.ts @@ -22,7 +22,7 @@ export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBeare * stepIds with the request of filter by StepStates. You can * specify a maximum of 10 stepIDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListStepsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListStepsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListStudioSessionMappingsCommand.ts b/clients/client-emr/commands/ListStudioSessionMappingsCommand.ts index f85cee6a2efe..8d79bb158625 100644 --- a/clients/client-emr/commands/ListStudioSessionMappingsCommand.ts +++ b/clients/client-emr/commands/ListStudioSessionMappingsCommand.ts @@ -24,7 +24,7 @@ export interface ListStudioSessionMappingsCommandOutput extends ListStudioSessio *

Returns a list of all user or group session mappings for the Amazon EMR Studio specified by * StudioId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListStudioSessionMappingsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListStudioSessionMappingsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ListStudiosCommand.ts b/clients/client-emr/commands/ListStudiosCommand.ts index ea9637354f48..d7fdfe5e0055 100644 --- a/clients/client-emr/commands/ListStudiosCommand.ts +++ b/clients/client-emr/commands/ListStudiosCommand.ts @@ -24,7 +24,7 @@ export interface ListStudiosCommandOutput extends ListStudiosOutput, __MetadataB *

Returns a list of all Amazon EMR Studios associated with the AWS account. The list * includes details such as ID, Studio Access URL, and creation time for each Studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ListStudiosCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ListStudiosCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ModifyClusterCommand.ts b/clients/client-emr/commands/ModifyClusterCommand.ts index f511a5cd92ef..fe025e362b15 100644 --- a/clients/client-emr/commands/ModifyClusterCommand.ts +++ b/clients/client-emr/commands/ModifyClusterCommand.ts @@ -24,7 +24,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __Metad *

Modifies the number of steps that can be executed concurrently for the cluster specified * using ClusterID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ModifyClusterCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ModifyClusterCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ModifyInstanceFleetCommand.ts b/clients/client-emr/commands/ModifyInstanceFleetCommand.ts index 0b93fe5628fc..d160ec4f4c45 100644 --- a/clients/client-emr/commands/ModifyInstanceFleetCommand.ts +++ b/clients/client-emr/commands/ModifyInstanceFleetCommand.ts @@ -29,7 +29,7 @@ export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {} * later, excluding 5.0.x versions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ModifyInstanceFleetCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ModifyInstanceFleetCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/ModifyInstanceGroupsCommand.ts b/clients/client-emr/commands/ModifyInstanceGroupsCommand.ts index 6937536d1af1..205c7f67a314 100644 --- a/clients/client-emr/commands/ModifyInstanceGroupsCommand.ts +++ b/clients/client-emr/commands/ModifyInstanceGroupsCommand.ts @@ -25,7 +25,7 @@ export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {} * instance group. The input parameters include the new target instance count for the group * and the instance group ID. The call will either succeed or fail atomically.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, ModifyInstanceGroupsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, ModifyInstanceGroupsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/PutAutoScalingPolicyCommand.ts b/clients/client-emr/commands/PutAutoScalingPolicyCommand.ts index c6c98f59e85e..731b4f9dfe5b 100644 --- a/clients/client-emr/commands/PutAutoScalingPolicyCommand.ts +++ b/clients/client-emr/commands/PutAutoScalingPolicyCommand.ts @@ -26,7 +26,7 @@ export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyO * instance group dynamically adds and terminates EC2 instances in response to the value of a * CloudWatch metric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, PutAutoScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, PutAutoScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/PutBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/commands/PutBlockPublicAccessConfigurationCommand.ts index 58f73fa8fb71..c980d566d8dd 100644 --- a/clients/client-emr/commands/PutBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/commands/PutBlockPublicAccessConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface PutBlockPublicAccessConfigurationCommandOutput * Public Access for Amazon EMR in the Amazon EMR Management * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, PutBlockPublicAccessConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, PutBlockPublicAccessConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/PutManagedScalingPolicyCommand.ts b/clients/client-emr/commands/PutManagedScalingPolicyCommand.ts index de9afe0ef0a4..a259bf2db8bd 100644 --- a/clients/client-emr/commands/PutManagedScalingPolicyCommand.ts +++ b/clients/client-emr/commands/PutManagedScalingPolicyCommand.ts @@ -26,7 +26,7 @@ export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingP * terminated from a cluster. The policy only applies to the core and task nodes. The master * node cannot be scaled after initial configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, PutManagedScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, PutManagedScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/RemoveAutoScalingPolicyCommand.ts b/clients/client-emr/commands/RemoveAutoScalingPolicyCommand.ts index 6eee2c6f0db9..0deddb3cae4e 100644 --- a/clients/client-emr/commands/RemoveAutoScalingPolicyCommand.ts +++ b/clients/client-emr/commands/RemoveAutoScalingPolicyCommand.ts @@ -24,7 +24,7 @@ export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingP *

Removes an automatic scaling policy from a specified instance group within an EMR * cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, RemoveAutoScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, RemoveAutoScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/RemoveManagedScalingPolicyCommand.ts b/clients/client-emr/commands/RemoveManagedScalingPolicyCommand.ts index 00b248112e0f..accc1c093d0a 100644 --- a/clients/client-emr/commands/RemoveManagedScalingPolicyCommand.ts +++ b/clients/client-emr/commands/RemoveManagedScalingPolicyCommand.ts @@ -23,7 +23,7 @@ export interface RemoveManagedScalingPolicyCommandOutput extends RemoveManagedSc /** *

Removes a managed scaling policy from a specified EMR cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, RemoveManagedScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, RemoveManagedScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/RemoveTagsCommand.ts b/clients/client-emr/commands/RemoveTagsCommand.ts index 99f1ac8cb352..cd6c3171da09 100644 --- a/clients/client-emr/commands/RemoveTagsCommand.ts +++ b/clients/client-emr/commands/RemoveTagsCommand.ts @@ -26,7 +26,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea * For more information, see Tag Clusters.

*

The following example removes the stack tag with value Prod from a cluster:

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, RemoveTagsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, RemoveTagsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/RunJobFlowCommand.ts b/clients/client-emr/commands/RunJobFlowCommand.ts index 9ae0f2b364c1..cc4e6560ed99 100644 --- a/clients/client-emr/commands/RunJobFlowCommand.ts +++ b/clients/client-emr/commands/RunJobFlowCommand.ts @@ -45,7 +45,7 @@ export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBea * parameters or InstanceGroups parameters, but not both.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, RunJobFlowCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, RunJobFlowCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/SetTerminationProtectionCommand.ts b/clients/client-emr/commands/SetTerminationProtectionCommand.ts index 7da5bce87918..0c7938a05fb8 100644 --- a/clients/client-emr/commands/SetTerminationProtectionCommand.ts +++ b/clients/client-emr/commands/SetTerminationProtectionCommand.ts @@ -37,7 +37,7 @@ export interface SetTerminationProtectionCommandOutput extends __MetadataBearer *

For more information, seeManaging Cluster * Termination in the Amazon EMR Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, SetTerminationProtectionCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, SetTerminationProtectionCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/SetVisibleToAllUsersCommand.ts b/clients/client-emr/commands/SetVisibleToAllUsersCommand.ts index eab205e59f1e..ce7d66486ecb 100644 --- a/clients/client-emr/commands/SetVisibleToAllUsersCommand.ts +++ b/clients/client-emr/commands/SetVisibleToAllUsersCommand.ts @@ -31,7 +31,7 @@ export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {} * when you create a cluster by using the VisibleToAllUsers parameter with * RunJobFlow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, SetVisibleToAllUsersCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, SetVisibleToAllUsersCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/StartNotebookExecutionCommand.ts b/clients/client-emr/commands/StartNotebookExecutionCommand.ts index 99e1ed32f43c..9ea2ef270885 100644 --- a/clients/client-emr/commands/StartNotebookExecutionCommand.ts +++ b/clients/client-emr/commands/StartNotebookExecutionCommand.ts @@ -23,7 +23,7 @@ export interface StartNotebookExecutionCommandOutput extends StartNotebookExecut /** *

Starts a notebook execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, StartNotebookExecutionCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, StartNotebookExecutionCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/StopNotebookExecutionCommand.ts b/clients/client-emr/commands/StopNotebookExecutionCommand.ts index 0e2075e6c082..1d4f618b053d 100644 --- a/clients/client-emr/commands/StopNotebookExecutionCommand.ts +++ b/clients/client-emr/commands/StopNotebookExecutionCommand.ts @@ -23,7 +23,7 @@ export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {} /** *

Stops a notebook execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, StopNotebookExecutionCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, StopNotebookExecutionCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/TerminateJobFlowsCommand.ts b/clients/client-emr/commands/TerminateJobFlowsCommand.ts index 64f4f9901d5c..d38168fb5f50 100644 --- a/clients/client-emr/commands/TerminateJobFlowsCommand.ts +++ b/clients/client-emr/commands/TerminateJobFlowsCommand.ts @@ -30,7 +30,7 @@ export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {} * minutes for the cluster to completely terminate and release allocated resources, such as * Amazon EC2 instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, TerminateJobFlowsCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, TerminateJobFlowsCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/UpdateStudioCommand.ts b/clients/client-emr/commands/UpdateStudioCommand.ts index 651a90449cae..71d65753bd63 100644 --- a/clients/client-emr/commands/UpdateStudioCommand.ts +++ b/clients/client-emr/commands/UpdateStudioCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStudioCommandOutput extends __MetadataBearer {} /** *

Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, UpdateStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, UpdateStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-emr/commands/UpdateStudioSessionMappingCommand.ts b/clients/client-emr/commands/UpdateStudioSessionMappingCommand.ts index 391e850f2ce8..a38bf11f1cd6 100644 --- a/clients/client-emr/commands/UpdateStudioSessionMappingCommand.ts +++ b/clients/client-emr/commands/UpdateStudioSessionMappingCommand.ts @@ -24,7 +24,7 @@ export interface UpdateStudioSessionMappingCommandOutput extends __MetadataBeare *

Updates the session policy attached to the user or group for the specified Amazon EMR * Studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EMRClient, UpdateStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import * // const { EMRClient, UpdateStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ActivateEventSourceCommand.ts b/clients/client-eventbridge/commands/ActivateEventSourceCommand.ts index e3645b48f8c1..1d4860646144 100644 --- a/clients/client-eventbridge/commands/ActivateEventSourceCommand.ts +++ b/clients/client-eventbridge/commands/ActivateEventSourceCommand.ts @@ -24,7 +24,7 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {} *

Activates a partner event source that has been deactivated. Once activated, your matching * event bus will start receiving events from the event source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ActivateEventSourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ActivateEventSourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/CancelReplayCommand.ts b/clients/client-eventbridge/commands/CancelReplayCommand.ts index 245bc1e35a09..7955458edd81 100644 --- a/clients/client-eventbridge/commands/CancelReplayCommand.ts +++ b/clients/client-eventbridge/commands/CancelReplayCommand.ts @@ -23,7 +23,7 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad /** *

Cancels the specified replay.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, CancelReplayCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, CancelReplayCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/CreateApiDestinationCommand.ts b/clients/client-eventbridge/commands/CreateApiDestinationCommand.ts index efe135d2b1ea..3a420e47afc1 100644 --- a/clients/client-eventbridge/commands/CreateApiDestinationCommand.ts +++ b/clients/client-eventbridge/commands/CreateApiDestinationCommand.ts @@ -24,7 +24,7 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR *

Creates an API destination, which is an HTTP invocation endpoint configured as a target * for events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, CreateApiDestinationCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, CreateApiDestinationCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/CreateArchiveCommand.ts b/clients/client-eventbridge/commands/CreateArchiveCommand.ts index 9d251167eb03..844dfc725f48 100644 --- a/clients/client-eventbridge/commands/CreateArchiveCommand.ts +++ b/clients/client-eventbridge/commands/CreateArchiveCommand.ts @@ -27,7 +27,7 @@ export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __Met * archive, all events are sent to the archive except replayed events. Replayed events are not * sent to an archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, CreateArchiveCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, CreateArchiveCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/CreateConnectionCommand.ts b/clients/client-eventbridge/commands/CreateConnectionCommand.ts index ed5ab9a81a5c..e4a237c8fd47 100644 --- a/clients/client-eventbridge/commands/CreateConnectionCommand.ts +++ b/clients/client-eventbridge/commands/CreateConnectionCommand.ts @@ -24,7 +24,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse, *

Creates a connection. A connection defines the authorization type and credentials to use * for authorization with an API destination HTTP endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, CreateConnectionCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, CreateConnectionCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/CreateEventBusCommand.ts b/clients/client-eventbridge/commands/CreateEventBusCommand.ts index 15ec3245926a..76bb4f0f1faa 100644 --- a/clients/client-eventbridge/commands/CreateEventBusCommand.ts +++ b/clients/client-eventbridge/commands/CreateEventBusCommand.ts @@ -25,7 +25,7 @@ export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __M * use to receive events from your custom applications and services, or it can be a partner event * bus which can be matched to a partner event source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, CreateEventBusCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, CreateEventBusCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/CreatePartnerEventSourceCommand.ts b/clients/client-eventbridge/commands/CreatePartnerEventSourceCommand.ts index 9fc99f130096..437b95d0d941 100644 --- a/clients/client-eventbridge/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/commands/CreatePartnerEventSourceCommand.ts @@ -46,7 +46,7 @@ export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEven * event_namespace and event_name should help AWS * customers decide whether to create an event bus to receive these events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, CreatePartnerEventSourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, CreatePartnerEventSourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeactivateEventSourceCommand.ts b/clients/client-eventbridge/commands/DeactivateEventSourceCommand.ts index efd048da7cc9..f12c5e6aa8de 100644 --- a/clients/client-eventbridge/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-eventbridge/commands/DeactivateEventSourceCommand.ts @@ -27,7 +27,7 @@ export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {} * remains in PENDING state for more than two weeks, it is deleted.

*

To activate a deactivated partner event source, use ActivateEventSource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeactivateEventSourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeactivateEventSourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeauthorizeConnectionCommand.ts b/clients/client-eventbridge/commands/DeauthorizeConnectionCommand.ts index c4c102e3fba9..b9e9e8d6cc2d 100644 --- a/clients/client-eventbridge/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-eventbridge/commands/DeauthorizeConnectionCommand.ts @@ -24,7 +24,7 @@ export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectio *

Removes all authorization parameters from the connection. This lets you remove the secret * from the connection so you can reuse it without having to create a new connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeauthorizeConnectionCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeauthorizeConnectionCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeleteApiDestinationCommand.ts b/clients/client-eventbridge/commands/DeleteApiDestinationCommand.ts index ba2c2b10ee53..5e3c1fd5486e 100644 --- a/clients/client-eventbridge/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-eventbridge/commands/DeleteApiDestinationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationR /** *

Deletes the specified API destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeleteApiDestinationCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeleteApiDestinationCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeleteArchiveCommand.ts b/clients/client-eventbridge/commands/DeleteArchiveCommand.ts index 775ea8fc9f5e..d0bc3d931447 100644 --- a/clients/client-eventbridge/commands/DeleteArchiveCommand.ts +++ b/clients/client-eventbridge/commands/DeleteArchiveCommand.ts @@ -23,7 +23,7 @@ export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __Met /** *

Deletes the specified archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeleteArchiveCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeleteArchiveCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeleteConnectionCommand.ts b/clients/client-eventbridge/commands/DeleteConnectionCommand.ts index ee17dfe82d4e..cb71ff9d94c3 100644 --- a/clients/client-eventbridge/commands/DeleteConnectionCommand.ts +++ b/clients/client-eventbridge/commands/DeleteConnectionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, /** *

Deletes a connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeleteConnectionCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeleteConnectionCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeleteEventBusCommand.ts b/clients/client-eventbridge/commands/DeleteEventBusCommand.ts index 68b07a8c5e8c..2299d21fb86e 100644 --- a/clients/client-eventbridge/commands/DeleteEventBusCommand.ts +++ b/clients/client-eventbridge/commands/DeleteEventBusCommand.ts @@ -24,7 +24,7 @@ export interface DeleteEventBusCommandOutput extends __MetadataBearer {} *

Deletes the specified custom event bus or partner event bus. All rules associated with * this event bus need to be deleted. You can't delete your account's default event bus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeleteEventBusCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeleteEventBusCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeletePartnerEventSourceCommand.ts b/clients/client-eventbridge/commands/DeletePartnerEventSourceCommand.ts index 2c8a4a8dde12..0f9cab727cda 100644 --- a/clients/client-eventbridge/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/commands/DeletePartnerEventSourceCommand.ts @@ -27,7 +27,7 @@ export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer * AWS customer account becomes DELETED.

*

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeletePartnerEventSourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeletePartnerEventSourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DeleteRuleCommand.ts b/clients/client-eventbridge/commands/DeleteRuleCommand.ts index b0315c938378..88af66b861c9 100644 --- a/clients/client-eventbridge/commands/DeleteRuleCommand.ts +++ b/clients/client-eventbridge/commands/DeleteRuleCommand.ts @@ -32,7 +32,7 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {} * can delete these rules using the Force option, but you should do so only if you * are sure the other service is not still using that rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DeleteRuleCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DeleteRuleCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribeApiDestinationCommand.ts b/clients/client-eventbridge/commands/DescribeApiDestinationCommand.ts index fc964843eeaf..0a20a18842bb 100644 --- a/clients/client-eventbridge/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-eventbridge/commands/DescribeApiDestinationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinat /** *

Retrieves details about an API destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribeApiDestinationCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribeApiDestinationCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribeArchiveCommand.ts b/clients/client-eventbridge/commands/DescribeArchiveCommand.ts index 173a34ac4452..c2f0d05f0734 100644 --- a/clients/client-eventbridge/commands/DescribeArchiveCommand.ts +++ b/clients/client-eventbridge/commands/DescribeArchiveCommand.ts @@ -23,7 +23,7 @@ export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, _ /** *

Retrieves details about an archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribeArchiveCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribeArchiveCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribeConnectionCommand.ts b/clients/client-eventbridge/commands/DescribeConnectionCommand.ts index 453886a0fc1f..333e7cfe58a3 100644 --- a/clients/client-eventbridge/commands/DescribeConnectionCommand.ts +++ b/clients/client-eventbridge/commands/DescribeConnectionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConnectionCommandOutput extends DescribeConnectionRespo /** *

Retrieves details about a connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribeConnectionCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribeConnectionCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribeEventBusCommand.ts b/clients/client-eventbridge/commands/DescribeEventBusCommand.ts index b7404ec2ec30..16be0cc2a4e8 100644 --- a/clients/client-eventbridge/commands/DescribeEventBusCommand.ts +++ b/clients/client-eventbridge/commands/DescribeEventBusCommand.ts @@ -29,7 +29,7 @@ export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse, * use PutPermission.

*

For more information about partner event buses, see CreateEventBus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribeEventBusCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribeEventBusCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribeEventSourceCommand.ts b/clients/client-eventbridge/commands/DescribeEventSourceCommand.ts index 1131a8e2a409..0e950ef7a876 100644 --- a/clients/client-eventbridge/commands/DescribeEventSourceCommand.ts +++ b/clients/client-eventbridge/commands/DescribeEventSourceCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEventSourceCommandOutput extends DescribeEventSourceRes *

This operation lists details about a partner event source that is shared with your * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribeEventSourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribeEventSourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribePartnerEventSourceCommand.ts b/clients/client-eventbridge/commands/DescribePartnerEventSourceCommand.ts index fd07396d4b9e..31cac8405695 100644 --- a/clients/client-eventbridge/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/commands/DescribePartnerEventSourceCommand.ts @@ -26,7 +26,7 @@ export interface DescribePartnerEventSourceCommandOutput extends DescribePartner * DescribeEventSource to see details about a partner event source that is * shared with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribePartnerEventSourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribePartnerEventSourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribeReplayCommand.ts b/clients/client-eventbridge/commands/DescribeReplayCommand.ts index a5f5c463666a..19a6a18ac84d 100644 --- a/clients/client-eventbridge/commands/DescribeReplayCommand.ts +++ b/clients/client-eventbridge/commands/DescribeReplayCommand.ts @@ -31,7 +31,7 @@ export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __M * EventLastReplayedTime indicates the time within the specified time range * associated with the last event replayed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribeReplayCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribeReplayCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DescribeRuleCommand.ts b/clients/client-eventbridge/commands/DescribeRuleCommand.ts index d3677e8f080f..ca34e1e1d139 100644 --- a/clients/client-eventbridge/commands/DescribeRuleCommand.ts +++ b/clients/client-eventbridge/commands/DescribeRuleCommand.ts @@ -25,7 +25,7 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad *

DescribeRule does not list the targets of a rule. To see the targets associated with a * rule, use ListTargetsByRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DescribeRuleCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DescribeRuleCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/DisableRuleCommand.ts b/clients/client-eventbridge/commands/DisableRuleCommand.ts index 980d11b11ea2..ebe55f066b77 100644 --- a/clients/client-eventbridge/commands/DisableRuleCommand.ts +++ b/clients/client-eventbridge/commands/DisableRuleCommand.ts @@ -27,7 +27,7 @@ export interface DisableRuleCommandOutput extends __MetadataBearer {} *

When you disable a rule, incoming events might continue to match to the disabled rule. * Allow a short period of time for changes to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, DisableRuleCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, DisableRuleCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/EnableRuleCommand.ts b/clients/client-eventbridge/commands/EnableRuleCommand.ts index 1870165c8293..346fdab67150 100644 --- a/clients/client-eventbridge/commands/EnableRuleCommand.ts +++ b/clients/client-eventbridge/commands/EnableRuleCommand.ts @@ -26,7 +26,7 @@ export interface EnableRuleCommandOutput extends __MetadataBearer {} *

When you enable a rule, incoming events might not immediately start matching to a newly * enabled rule. Allow a short period of time for changes to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, EnableRuleCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, EnableRuleCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListApiDestinationsCommand.ts b/clients/client-eventbridge/commands/ListApiDestinationsCommand.ts index b2ed68a512a5..9e3a34ee0c8b 100644 --- a/clients/client-eventbridge/commands/ListApiDestinationsCommand.ts +++ b/clients/client-eventbridge/commands/ListApiDestinationsCommand.ts @@ -23,7 +23,7 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes /** *

Retrieves a list of API destination in the account in the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListApiDestinationsCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListApiDestinationsCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListArchivesCommand.ts b/clients/client-eventbridge/commands/ListArchivesCommand.ts index 749343e15dbc..16b9e520f289 100644 --- a/clients/client-eventbridge/commands/ListArchivesCommand.ts +++ b/clients/client-eventbridge/commands/ListArchivesCommand.ts @@ -24,7 +24,7 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad *

Lists your archives. You can either list all the archives or you can provide a prefix to * match to the archive names. Filter parameters are exclusive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListArchivesCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListArchivesCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListConnectionsCommand.ts b/clients/client-eventbridge/commands/ListConnectionsCommand.ts index 4a2ae8642127..9222b482dd4f 100644 --- a/clients/client-eventbridge/commands/ListConnectionsCommand.ts +++ b/clients/client-eventbridge/commands/ListConnectionsCommand.ts @@ -23,7 +23,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _ /** *

Retrieves a list of connections from the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListConnectionsCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListConnectionsCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListEventBusesCommand.ts b/clients/client-eventbridge/commands/ListEventBusesCommand.ts index 88f9ec48c14c..c6e9194b260a 100644 --- a/clients/client-eventbridge/commands/ListEventBusesCommand.ts +++ b/clients/client-eventbridge/commands/ListEventBusesCommand.ts @@ -24,7 +24,7 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M *

Lists all the event buses in your account, including the default event bus, custom event * buses, and partner event buses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListEventBusesCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListEventBusesCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListEventSourcesCommand.ts b/clients/client-eventbridge/commands/ListEventSourcesCommand.ts index 6838f766ef28..de3f0c1cabfd 100644 --- a/clients/client-eventbridge/commands/ListEventSourcesCommand.ts +++ b/clients/client-eventbridge/commands/ListEventSourcesCommand.ts @@ -24,7 +24,7 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, *

You can use this to see all the partner event sources that have been shared with your AWS * account. For more information about partner event sources, see CreateEventBus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListEventSourcesCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListEventSourcesCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-eventbridge/commands/ListPartnerEventSourceAccountsCommand.ts index e60cefb0a572..d9b54d605a4f 100644 --- a/clients/client-eventbridge/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-eventbridge/commands/ListPartnerEventSourceAccountsCommand.ts @@ -27,7 +27,7 @@ export interface ListPartnerEventSourceAccountsCommandOutput * partner event source name is associated with. This operation is not used by AWS * customers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListPartnerEventSourceAccountsCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListPartnerEventSourceAccountsCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListPartnerEventSourcesCommand.ts b/clients/client-eventbridge/commands/ListPartnerEventSourcesCommand.ts index 2f51a8b6af65..c27c669d61c7 100644 --- a/clients/client-eventbridge/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-eventbridge/commands/ListPartnerEventSourcesCommand.ts @@ -24,7 +24,7 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo *

An SaaS partner can use this operation to list all the partner event source names that * they have created. This operation is not used by AWS customers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListPartnerEventSourcesCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListPartnerEventSourcesCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListReplaysCommand.ts b/clients/client-eventbridge/commands/ListReplaysCommand.ts index 7e11fde298da..ddd5ff92db07 100644 --- a/clients/client-eventbridge/commands/ListReplaysCommand.ts +++ b/clients/client-eventbridge/commands/ListReplaysCommand.ts @@ -24,7 +24,7 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat *

Lists your replays. You can either list all the replays or you can provide a prefix to * match to the replay names. Filter parameters are exclusive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListReplaysCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListReplaysCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListRuleNamesByTargetCommand.ts b/clients/client-eventbridge/commands/ListRuleNamesByTargetCommand.ts index cf94037937c7..1c55683f2952 100644 --- a/clients/client-eventbridge/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-eventbridge/commands/ListRuleNamesByTargetCommand.ts @@ -24,7 +24,7 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge *

Lists the rules for the specified target. You can see which of the rules in Amazon * EventBridge can invoke a specific target in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListRuleNamesByTargetCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListRuleNamesByTargetCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListRulesCommand.ts b/clients/client-eventbridge/commands/ListRulesCommand.ts index a6fe315abe59..14457e3ec76a 100644 --- a/clients/client-eventbridge/commands/ListRulesCommand.ts +++ b/clients/client-eventbridge/commands/ListRulesCommand.ts @@ -24,7 +24,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea *

ListRules does not list the targets of a rule. To see the targets associated with a rule, * use ListTargetsByRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListRulesCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListRulesCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListTagsForResourceCommand.ts b/clients/client-eventbridge/commands/ListTagsForResourceCommand.ts index f1255e167d4a..84d29d95181b 100644 --- a/clients/client-eventbridge/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eventbridge/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Displays the tags associated with an EventBridge resource. In EventBridge, rules and event * buses can be tagged.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListTagsForResourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/ListTargetsByRuleCommand.ts b/clients/client-eventbridge/commands/ListTargetsByRuleCommand.ts index e19ed6a141f1..4ba2ec8c8a5d 100644 --- a/clients/client-eventbridge/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-eventbridge/commands/ListTargetsByRuleCommand.ts @@ -23,7 +23,7 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons /** *

Lists the targets assigned to the specified rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, ListTargetsByRuleCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, ListTargetsByRuleCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/PutEventsCommand.ts b/clients/client-eventbridge/commands/PutEventsCommand.ts index a73604dc22de..19e3bb366e1e 100644 --- a/clients/client-eventbridge/commands/PutEventsCommand.ts +++ b/clients/client-eventbridge/commands/PutEventsCommand.ts @@ -20,7 +20,7 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea /** *

Sends custom events to Amazon EventBridge so that they can be matched to rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, PutEventsCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, PutEventsCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/PutPartnerEventsCommand.ts b/clients/client-eventbridge/commands/PutPartnerEventsCommand.ts index 4401495a3377..8d9be63f420d 100644 --- a/clients/client-eventbridge/commands/PutPartnerEventsCommand.ts +++ b/clients/client-eventbridge/commands/PutPartnerEventsCommand.ts @@ -24,7 +24,7 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse, *

This is used by SaaS partners to write events to a customer's partner event bus. AWS * customers do not use this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, PutPartnerEventsCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, PutPartnerEventsCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/PutPermissionCommand.ts b/clients/client-eventbridge/commands/PutPermissionCommand.ts index 03bc8c0d56dc..c793c7953a8b 100644 --- a/clients/client-eventbridge/commands/PutPermissionCommand.ts +++ b/clients/client-eventbridge/commands/PutPermissionCommand.ts @@ -42,7 +42,7 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {} * *

The permission policy on the default event bus cannot exceed 10 KB in size.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, PutPermissionCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, PutPermissionCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/PutRuleCommand.ts b/clients/client-eventbridge/commands/PutRuleCommand.ts index 648ca2212d50..4d76acf50400 100644 --- a/clients/client-eventbridge/commands/PutRuleCommand.ts +++ b/clients/client-eventbridge/commands/PutRuleCommand.ts @@ -66,7 +66,7 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer * see Managing Your Costs with * Budgets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, PutRuleCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, PutRuleCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/PutTargetsCommand.ts b/clients/client-eventbridge/commands/PutTargetsCommand.ts index 147524ca80c7..91c54de6ad35 100644 --- a/clients/client-eventbridge/commands/PutTargetsCommand.ts +++ b/clients/client-eventbridge/commands/PutTargetsCommand.ts @@ -170,7 +170,7 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB * happens, FailedEntryCount is non-zero in the response and each entry in * FailedEntries provides the ID of the failed target and the error code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, PutTargetsCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, PutTargetsCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/RemovePermissionCommand.ts b/clients/client-eventbridge/commands/RemovePermissionCommand.ts index ece475f4be22..16d53459bb43 100644 --- a/clients/client-eventbridge/commands/RemovePermissionCommand.ts +++ b/clients/client-eventbridge/commands/RemovePermissionCommand.ts @@ -26,7 +26,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {} * associated with the account when you granted it permission with PutPermission. * You can find the StatementId by using DescribeEventBus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, RemovePermissionCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, RemovePermissionCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/RemoveTargetsCommand.ts b/clients/client-eventbridge/commands/RemoveTargetsCommand.ts index 3673a54f9f56..f47d9e1cc312 100644 --- a/clients/client-eventbridge/commands/RemoveTargetsCommand.ts +++ b/clients/client-eventbridge/commands/RemoveTargetsCommand.ts @@ -31,7 +31,7 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met * happens, FailedEntryCount is non-zero in the response and each entry in * FailedEntries provides the ID of the failed target and the error code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, RemoveTargetsCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, RemoveTargetsCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/StartReplayCommand.ts b/clients/client-eventbridge/commands/StartReplayCommand.ts index aa909692a52b..d0e19ad062c9 100644 --- a/clients/client-eventbridge/commands/StartReplayCommand.ts +++ b/clients/client-eventbridge/commands/StartReplayCommand.ts @@ -31,7 +31,7 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat * indicates the time within the specified time range associated with the last event * replayed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, StartReplayCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, StartReplayCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/TagResourceCommand.ts b/clients/client-eventbridge/commands/TagResourceCommand.ts index 2b5cfbceb2f1..49e351fec065 100644 --- a/clients/client-eventbridge/commands/TagResourceCommand.ts +++ b/clients/client-eventbridge/commands/TagResourceCommand.ts @@ -33,7 +33,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * value that you specify replaces the previous value for that tag.

*

You can associate as many as 50 tags with a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, TagResourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, TagResourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/TestEventPatternCommand.ts b/clients/client-eventbridge/commands/TestEventPatternCommand.ts index 56b1eea4c989..c6daa94c1091 100644 --- a/clients/client-eventbridge/commands/TestEventPatternCommand.ts +++ b/clients/client-eventbridge/commands/TestEventPatternCommand.ts @@ -27,7 +27,7 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse, * correct ARN characters when creating event patterns so that they match the ARN syntax in the * event you want to match.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, TestEventPatternCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, TestEventPatternCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/UntagResourceCommand.ts b/clients/client-eventbridge/commands/UntagResourceCommand.ts index beae0b7a1332..83fb127c9e29 100644 --- a/clients/client-eventbridge/commands/UntagResourceCommand.ts +++ b/clients/client-eventbridge/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge * (CloudWatch Events, rules and event buses can be tagged.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, UntagResourceCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, UntagResourceCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/UpdateApiDestinationCommand.ts b/clients/client-eventbridge/commands/UpdateApiDestinationCommand.ts index e8a97d50ef38..623f64e6a4de 100644 --- a/clients/client-eventbridge/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-eventbridge/commands/UpdateApiDestinationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR /** *

Updates an API destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, UpdateApiDestinationCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, UpdateApiDestinationCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/UpdateArchiveCommand.ts b/clients/client-eventbridge/commands/UpdateArchiveCommand.ts index 606f5fc4f10b..eb10b9971a5e 100644 --- a/clients/client-eventbridge/commands/UpdateArchiveCommand.ts +++ b/clients/client-eventbridge/commands/UpdateArchiveCommand.ts @@ -23,7 +23,7 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met /** *

Updates the specified archive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, UpdateArchiveCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, UpdateArchiveCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-eventbridge/commands/UpdateConnectionCommand.ts b/clients/client-eventbridge/commands/UpdateConnectionCommand.ts index c196290c592f..29e427ec8e26 100644 --- a/clients/client-eventbridge/commands/UpdateConnectionCommand.ts +++ b/clients/client-eventbridge/commands/UpdateConnectionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, /** *

Updates settings for a connection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EventBridgeClient, UpdateConnectionCommand } from "@aws-sdk/client-eventbridge"; // ES Modules import * // const { EventBridgeClient, UpdateConnectionCommand } = require("@aws-sdk/client-eventbridge"); // CommonJS import diff --git a/clients/client-firehose/commands/CreateDeliveryStreamCommand.ts b/clients/client-firehose/commands/CreateDeliveryStreamCommand.ts index 199e0083fce0..a7d3c0e54b1e 100644 --- a/clients/client-firehose/commands/CreateDeliveryStreamCommand.ts +++ b/clients/client-firehose/commands/CreateDeliveryStreamCommand.ts @@ -91,7 +91,7 @@ export interface CreateDeliveryStreamCommandOutput extends CreateDeliveryStreamO * Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data * Firehose Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, CreateDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, CreateDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/DeleteDeliveryStreamCommand.ts b/clients/client-firehose/commands/DeleteDeliveryStreamCommand.ts index 7592e17acaf1..40a70cffd551 100644 --- a/clients/client-firehose/commands/DeleteDeliveryStreamCommand.ts +++ b/clients/client-firehose/commands/DeleteDeliveryStreamCommand.ts @@ -32,7 +32,7 @@ export interface DeleteDeliveryStreamCommandOutput extends DeleteDeliveryStreamO * the data. Therefore, as a best practice, first stop any applications that are sending * records before you delete a delivery stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, DeleteDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, DeleteDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/DescribeDeliveryStreamCommand.ts b/clients/client-firehose/commands/DescribeDeliveryStreamCommand.ts index 25a1a18dca75..4c50a89b0356 100644 --- a/clients/client-firehose/commands/DescribeDeliveryStreamCommand.ts +++ b/clients/client-firehose/commands/DescribeDeliveryStreamCommand.ts @@ -29,7 +29,7 @@ export interface DescribeDeliveryStreamCommandOutput extends DescribeDeliveryStr * However, you can invoke the DeleteDeliveryStream operation to delete it. * If the status is DELETING_FAILED, you can force deletion by invoking DeleteDeliveryStream again but with DeleteDeliveryStreamInput$AllowForceDelete set to true.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, DescribeDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, DescribeDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/ListDeliveryStreamsCommand.ts b/clients/client-firehose/commands/ListDeliveryStreamsCommand.ts index 3f6f85b193e3..9dd6fdc7cdbd 100644 --- a/clients/client-firehose/commands/ListDeliveryStreamsCommand.ts +++ b/clients/client-firehose/commands/ListDeliveryStreamsCommand.ts @@ -30,7 +30,7 @@ export interface ListDeliveryStreamsCommandOutput extends ListDeliveryStreamsOut * again and setting the ExclusiveStartDeliveryStreamName parameter to the name * of the last delivery stream returned in the last call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, ListDeliveryStreamsCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, ListDeliveryStreamsCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/ListTagsForDeliveryStreamCommand.ts b/clients/client-firehose/commands/ListTagsForDeliveryStreamCommand.ts index 4bbfd3ff02b1..2e32e91ba85e 100644 --- a/clients/client-firehose/commands/ListTagsForDeliveryStreamCommand.ts +++ b/clients/client-firehose/commands/ListTagsForDeliveryStreamCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForDeliveryStreamCommandOutput extends ListTagsForDeliv *

Lists the tags for the specified delivery stream. This operation has a limit of five * transactions per second per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, ListTagsForDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, ListTagsForDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/PutRecordBatchCommand.ts b/clients/client-firehose/commands/PutRecordBatchCommand.ts index 76ba45170d8b..f37519c895b4 100644 --- a/clients/client-firehose/commands/PutRecordBatchCommand.ts +++ b/clients/client-firehose/commands/PutRecordBatchCommand.ts @@ -73,7 +73,7 @@ export interface PutRecordBatchCommandOutput extends PutRecordBatchOutput, __Met * Instead, concatenate the raw data, then perform base64 encoding.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, PutRecordBatchCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, PutRecordBatchCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/PutRecordCommand.ts b/clients/client-firehose/commands/PutRecordCommand.ts index 89e4c0e28d6a..cb3aa79b73b5 100644 --- a/clients/client-firehose/commands/PutRecordCommand.ts +++ b/clients/client-firehose/commands/PutRecordCommand.ts @@ -51,7 +51,7 @@ export interface PutRecordCommandOutput extends PutRecordOutput, __MetadataBeare * Instead, concatenate the raw data, then perform base64 encoding.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, PutRecordCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, PutRecordCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/StartDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/commands/StartDeliveryStreamEncryptionCommand.ts index d889d433c97b..0eef434d52be 100644 --- a/clients/client-firehose/commands/StartDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/commands/StartDeliveryStreamEncryptionCommand.ts @@ -60,7 +60,7 @@ export interface StartDeliveryStreamEncryptionCommandOutput * StopDeliveryStreamEncryption 12 times for the same delivery stream in a * 24-hour period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, StartDeliveryStreamEncryptionCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, StartDeliveryStreamEncryptionCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/StopDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/commands/StopDeliveryStreamEncryptionCommand.ts index 73e60c9b3b9c..d18165e9a6ac 100644 --- a/clients/client-firehose/commands/StopDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/commands/StopDeliveryStreamEncryptionCommand.ts @@ -44,7 +44,7 @@ export interface StopDeliveryStreamEncryptionCommandOutput * StopDeliveryStreamEncryption 12 times for the same delivery stream in a * 24-hour period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, StopDeliveryStreamEncryptionCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, StopDeliveryStreamEncryptionCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/TagDeliveryStreamCommand.ts b/clients/client-firehose/commands/TagDeliveryStreamCommand.ts index fcfebf63e4ff..a7a87590d4b7 100644 --- a/clients/client-firehose/commands/TagDeliveryStreamCommand.ts +++ b/clients/client-firehose/commands/TagDeliveryStreamCommand.ts @@ -31,7 +31,7 @@ export interface TagDeliveryStreamCommandOutput extends TagDeliveryStreamOutput, *

Each delivery stream can have up to 50 tags.

*

This operation has a limit of five transactions per second per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, TagDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, TagDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/UntagDeliveryStreamCommand.ts b/clients/client-firehose/commands/UntagDeliveryStreamCommand.ts index 95e6ec6c12c4..2b496d77060f 100644 --- a/clients/client-firehose/commands/UntagDeliveryStreamCommand.ts +++ b/clients/client-firehose/commands/UntagDeliveryStreamCommand.ts @@ -26,7 +26,7 @@ export interface UntagDeliveryStreamCommandOutput extends UntagDeliveryStreamOut *

If you specify a tag that doesn't exist, the operation ignores it.

*

This operation has a limit of five transactions per second per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, UntagDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, UntagDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-firehose/commands/UpdateDestinationCommand.ts b/clients/client-firehose/commands/UpdateDestinationCommand.ts index fbd07b530340..58b3235d0494 100644 --- a/clients/client-firehose/commands/UpdateDestinationCommand.ts +++ b/clients/client-firehose/commands/UpdateDestinationCommand.ts @@ -46,7 +46,7 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationOutput, * update is applied successfully, the version ID is updated, and can be retrieved using DescribeDeliveryStream. Use the new version ID to set * CurrentDeliveryStreamVersionId in the next call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FirehoseClient, UpdateDestinationCommand } from "@aws-sdk/client-firehose"; // ES Modules import * // const { FirehoseClient, UpdateDestinationCommand } = require("@aws-sdk/client-firehose"); // CommonJS import diff --git a/clients/client-fis/commands/CreateExperimentTemplateCommand.ts b/clients/client-fis/commands/CreateExperimentTemplateCommand.ts index e089fe74fa93..6b8d5e12ac95 100644 --- a/clients/client-fis/commands/CreateExperimentTemplateCommand.ts +++ b/clients/client-fis/commands/CreateExperimentTemplateCommand.ts @@ -44,7 +44,7 @@ export interface CreateExperimentTemplateCommandOutput extends CreateExperimentT * *

For more information, see the AWS Fault Injection Simulator User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, CreateExperimentTemplateCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, CreateExperimentTemplateCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/DeleteExperimentTemplateCommand.ts b/clients/client-fis/commands/DeleteExperimentTemplateCommand.ts index a642db056993..8c672c49e656 100644 --- a/clients/client-fis/commands/DeleteExperimentTemplateCommand.ts +++ b/clients/client-fis/commands/DeleteExperimentTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteExperimentTemplateCommandOutput extends DeleteExperimentT /** *

Deletes the specified experiment template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, DeleteExperimentTemplateCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, DeleteExperimentTemplateCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/GetActionCommand.ts b/clients/client-fis/commands/GetActionCommand.ts index cadc276a93bb..c320af0f80d9 100644 --- a/clients/client-fis/commands/GetActionCommand.ts +++ b/clients/client-fis/commands/GetActionCommand.ts @@ -23,7 +23,7 @@ export interface GetActionCommandOutput extends GetActionResponse, __MetadataBea /** *

Gets information about the specified AWS FIS action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, GetActionCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, GetActionCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/GetExperimentCommand.ts b/clients/client-fis/commands/GetExperimentCommand.ts index 559c8679fb75..0b4457d3cbcc 100644 --- a/clients/client-fis/commands/GetExperimentCommand.ts +++ b/clients/client-fis/commands/GetExperimentCommand.ts @@ -23,7 +23,7 @@ export interface GetExperimentCommandOutput extends GetExperimentResponse, __Met /** *

Gets information about the specified experiment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, GetExperimentCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, GetExperimentCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/GetExperimentTemplateCommand.ts b/clients/client-fis/commands/GetExperimentTemplateCommand.ts index 178e3737a6c3..2ef5b45a5012 100644 --- a/clients/client-fis/commands/GetExperimentTemplateCommand.ts +++ b/clients/client-fis/commands/GetExperimentTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetExperimentTemplateCommandOutput extends GetExperimentTemplat /** *

Gets information about the specified experiment template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, GetExperimentTemplateCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, GetExperimentTemplateCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/ListActionsCommand.ts b/clients/client-fis/commands/ListActionsCommand.ts index ea7485f48670..ea20fef10991 100644 --- a/clients/client-fis/commands/ListActionsCommand.ts +++ b/clients/client-fis/commands/ListActionsCommand.ts @@ -23,7 +23,7 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat /** *

Lists the available AWS FIS actions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, ListActionsCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, ListActionsCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/ListExperimentTemplatesCommand.ts b/clients/client-fis/commands/ListExperimentTemplatesCommand.ts index 9f081533be5f..ca2dea38234e 100644 --- a/clients/client-fis/commands/ListExperimentTemplatesCommand.ts +++ b/clients/client-fis/commands/ListExperimentTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemp /** *

Lists your experiment templates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, ListExperimentTemplatesCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, ListExperimentTemplatesCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/ListExperimentsCommand.ts b/clients/client-fis/commands/ListExperimentsCommand.ts index c63577676608..2519c2973580 100644 --- a/clients/client-fis/commands/ListExperimentsCommand.ts +++ b/clients/client-fis/commands/ListExperimentsCommand.ts @@ -23,7 +23,7 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _ /** *

Lists your experiments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, ListExperimentsCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, ListExperimentsCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/ListTagsForResourceCommand.ts b/clients/client-fis/commands/ListTagsForResourceCommand.ts index 480d753482b8..719be2d90024 100644 --- a/clients/client-fis/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fis/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, ListTagsForResourceCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, ListTagsForResourceCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/StartExperimentCommand.ts b/clients/client-fis/commands/StartExperimentCommand.ts index 2342185fd856..e298b43f672c 100644 --- a/clients/client-fis/commands/StartExperimentCommand.ts +++ b/clients/client-fis/commands/StartExperimentCommand.ts @@ -23,7 +23,7 @@ export interface StartExperimentCommandOutput extends StartExperimentResponse, _ /** *

Starts running an experiment from the specified experiment template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, StartExperimentCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, StartExperimentCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/StopExperimentCommand.ts b/clients/client-fis/commands/StopExperimentCommand.ts index 5fda18f4a8be..59ee3d8035cd 100644 --- a/clients/client-fis/commands/StopExperimentCommand.ts +++ b/clients/client-fis/commands/StopExperimentCommand.ts @@ -23,7 +23,7 @@ export interface StopExperimentCommandOutput extends StopExperimentResponse, __M /** *

Stops the specified experiment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, StopExperimentCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, StopExperimentCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/TagResourceCommand.ts b/clients/client-fis/commands/TagResourceCommand.ts index 01d848da04f7..780c41d779b7 100644 --- a/clients/client-fis/commands/TagResourceCommand.ts +++ b/clients/client-fis/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Applies the specified tags to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, TagResourceCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, TagResourceCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/UntagResourceCommand.ts b/clients/client-fis/commands/UntagResourceCommand.ts index 6ce6a0ebdb69..f52c6f31d8e9 100644 --- a/clients/client-fis/commands/UntagResourceCommand.ts +++ b/clients/client-fis/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the specified tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, UntagResourceCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, UntagResourceCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fis/commands/UpdateExperimentTemplateCommand.ts b/clients/client-fis/commands/UpdateExperimentTemplateCommand.ts index dc5138ea45a1..8a8ae56aa054 100644 --- a/clients/client-fis/commands/UpdateExperimentTemplateCommand.ts +++ b/clients/client-fis/commands/UpdateExperimentTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentT /** *

Updates the specified experiment template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FisClient, UpdateExperimentTemplateCommand } from "@aws-sdk/client-fis"; // ES Modules import * // const { FisClient, UpdateExperimentTemplateCommand } = require("@aws-sdk/client-fis"); // CommonJS import diff --git a/clients/client-fms/commands/AssociateAdminAccountCommand.ts b/clients/client-fms/commands/AssociateAdminAccountCommand.ts index d2416d67cbeb..8d8f46d11ce1 100644 --- a/clients/client-fms/commands/AssociateAdminAccountCommand.ts +++ b/clients/client-fms/commands/AssociateAdminAccountCommand.ts @@ -29,7 +29,7 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {} *

The account that you associate with AWS Firewall Manager is called the AWS Firewall * Manager administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, AssociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, AssociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/DeleteAppsListCommand.ts b/clients/client-fms/commands/DeleteAppsListCommand.ts index f09ec3bbf5b8..222e17e3e0ba 100644 --- a/clients/client-fms/commands/DeleteAppsListCommand.ts +++ b/clients/client-fms/commands/DeleteAppsListCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {} /** *

Permanently deletes an AWS Firewall Manager applications list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, DeleteAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, DeleteAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/DeleteNotificationChannelCommand.ts b/clients/client-fms/commands/DeleteNotificationChannelCommand.ts index e72236b9567e..9767075cdd22 100644 --- a/clients/client-fms/commands/DeleteNotificationChannelCommand.ts +++ b/clients/client-fms/commands/DeleteNotificationChannelCommand.ts @@ -24,7 +24,7 @@ export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer *

Deletes an AWS Firewall Manager association with the IAM role and the Amazon Simple * Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, DeleteNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, DeleteNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/DeletePolicyCommand.ts b/clients/client-fms/commands/DeletePolicyCommand.ts index 7b98380e7d81..716fe34cbd44 100644 --- a/clients/client-fms/commands/DeletePolicyCommand.ts +++ b/clients/client-fms/commands/DeletePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {} /** *

Permanently deletes an AWS Firewall Manager policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, DeletePolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, DeletePolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/DeleteProtocolsListCommand.ts b/clients/client-fms/commands/DeleteProtocolsListCommand.ts index 881bfa454b3f..176ae8b96d2c 100644 --- a/clients/client-fms/commands/DeleteProtocolsListCommand.ts +++ b/clients/client-fms/commands/DeleteProtocolsListCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {} /** *

Permanently deletes an AWS Firewall Manager protocols list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, DeleteProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, DeleteProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/DisassociateAdminAccountCommand.ts b/clients/client-fms/commands/DisassociateAdminAccountCommand.ts index ee7208cd0578..44a7ee2b7c66 100644 --- a/clients/client-fms/commands/DisassociateAdminAccountCommand.ts +++ b/clients/client-fms/commands/DisassociateAdminAccountCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer * account. To set a different account as the administrator account, you must submit an * AssociateAdminAccount request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, DisassociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, DisassociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetAdminAccountCommand.ts b/clients/client-fms/commands/GetAdminAccountCommand.ts index 14fd1c433393..30e825cde76c 100644 --- a/clients/client-fms/commands/GetAdminAccountCommand.ts +++ b/clients/client-fms/commands/GetAdminAccountCommand.ts @@ -24,7 +24,7 @@ export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, _ *

Returns the AWS Organizations master account that is associated with AWS Firewall Manager * as the AWS Firewall Manager administrator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetAppsListCommand.ts b/clients/client-fms/commands/GetAppsListCommand.ts index 6f3a0394c9e9..b579f7ca3f96 100644 --- a/clients/client-fms/commands/GetAppsListCommand.ts +++ b/clients/client-fms/commands/GetAppsListCommand.ts @@ -23,7 +23,7 @@ export interface GetAppsListCommandOutput extends GetAppsListResponse, __Metadat /** *

Returns information about the specified AWS Firewall Manager applications list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetComplianceDetailCommand.ts b/clients/client-fms/commands/GetComplianceDetailCommand.ts index bcbb57dcc2d4..43b3ef0db36c 100644 --- a/clients/client-fms/commands/GetComplianceDetailCommand.ts +++ b/clients/client-fms/commands/GetComplianceDetailCommand.ts @@ -31,7 +31,7 @@ export interface GetComplianceDetailCommandOutput extends GetComplianceDetailRes * if a subnet created by the Firewall Manager doesn't have the expected route table, * and for modifications to a firewall policy that violate the Firewall Manager policy's rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetComplianceDetailCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetComplianceDetailCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetNotificationChannelCommand.ts b/clients/client-fms/commands/GetNotificationChannelCommand.ts index 3fb0a887ab03..0b1d56584210 100644 --- a/clients/client-fms/commands/GetNotificationChannelCommand.ts +++ b/clients/client-fms/commands/GetNotificationChannelCommand.ts @@ -25,7 +25,7 @@ export interface GetNotificationChannelCommandOutput extends GetNotificationChan * about the Amazon Simple Notification Service (SNS) topic that is used to * record AWS Firewall Manager SNS logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetPolicyCommand.ts b/clients/client-fms/commands/GetPolicyCommand.ts index e2e316016cee..db55744e538d 100644 --- a/clients/client-fms/commands/GetPolicyCommand.ts +++ b/clients/client-fms/commands/GetPolicyCommand.ts @@ -20,7 +20,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea /** *

Returns information about the specified AWS Firewall Manager policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetPolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetPolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetProtectionStatusCommand.ts b/clients/client-fms/commands/GetProtectionStatusCommand.ts index 49e42658c27c..3fab7e71670b 100644 --- a/clients/client-fms/commands/GetProtectionStatusCommand.ts +++ b/clients/client-fms/commands/GetProtectionStatusCommand.ts @@ -24,7 +24,7 @@ export interface GetProtectionStatusCommandOutput extends GetProtectionStatusRes *

If you created a Shield Advanced policy, returns policy-level attack summary information * in the event of a potential DDoS attack. Other policy types are currently unsupported.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetProtectionStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetProtectionStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetProtocolsListCommand.ts b/clients/client-fms/commands/GetProtocolsListCommand.ts index 62936fc9c873..fa8d5efce313 100644 --- a/clients/client-fms/commands/GetProtocolsListCommand.ts +++ b/clients/client-fms/commands/GetProtocolsListCommand.ts @@ -23,7 +23,7 @@ export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse, /** *

Returns information about the specified AWS Firewall Manager protocols list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/GetViolationDetailsCommand.ts b/clients/client-fms/commands/GetViolationDetailsCommand.ts index 5afefcca7f15..fa5ca8e7da56 100644 --- a/clients/client-fms/commands/GetViolationDetailsCommand.ts +++ b/clients/client-fms/commands/GetViolationDetailsCommand.ts @@ -23,7 +23,7 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes /** *

Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, GetViolationDetailsCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, GetViolationDetailsCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/ListAppsListsCommand.ts b/clients/client-fms/commands/ListAppsListsCommand.ts index 97baeddee23b..966e5ab2179c 100644 --- a/clients/client-fms/commands/ListAppsListsCommand.ts +++ b/clients/client-fms/commands/ListAppsListsCommand.ts @@ -23,7 +23,7 @@ export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __Met /** *

Returns an array of AppsListDataSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, ListAppsListsCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, ListAppsListsCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/ListComplianceStatusCommand.ts b/clients/client-fms/commands/ListComplianceStatusCommand.ts index 0ee1df1983b1..1bdcfb617783 100644 --- a/clients/client-fms/commands/ListComplianceStatusCommand.ts +++ b/clients/client-fms/commands/ListComplianceStatusCommand.ts @@ -25,7 +25,7 @@ export interface ListComplianceStatusCommandOutput extends ListComplianceStatusR * PolicyComplianceStatus to get a summary of which member accounts are protected * by the specified policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, ListComplianceStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, ListComplianceStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/ListMemberAccountsCommand.ts b/clients/client-fms/commands/ListMemberAccountsCommand.ts index cbe0feabc8bf..27c297633673 100644 --- a/clients/client-fms/commands/ListMemberAccountsCommand.ts +++ b/clients/client-fms/commands/ListMemberAccountsCommand.ts @@ -26,7 +26,7 @@ export interface ListMemberAccountsCommandOutput extends ListMemberAccountsRespo *

The ListMemberAccounts must be submitted by the account that is set as the * AWS Firewall Manager administrator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, ListMemberAccountsCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, ListMemberAccountsCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/ListPoliciesCommand.ts b/clients/client-fms/commands/ListPoliciesCommand.ts index c51e13f43258..beebf5a6f6ad 100644 --- a/clients/client-fms/commands/ListPoliciesCommand.ts +++ b/clients/client-fms/commands/ListPoliciesCommand.ts @@ -23,7 +23,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad /** *

Returns an array of PolicySummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, ListPoliciesCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, ListPoliciesCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/ListProtocolsListsCommand.ts b/clients/client-fms/commands/ListProtocolsListsCommand.ts index 38ea0810b7e6..b7fb819ecca6 100644 --- a/clients/client-fms/commands/ListProtocolsListsCommand.ts +++ b/clients/client-fms/commands/ListProtocolsListsCommand.ts @@ -23,7 +23,7 @@ export interface ListProtocolsListsCommandOutput extends ListProtocolsListsRespo /** *

Returns an array of ProtocolsListDataSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, ListProtocolsListsCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, ListProtocolsListsCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/ListTagsForResourceCommand.ts b/clients/client-fms/commands/ListTagsForResourceCommand.ts index 084a5b0da370..aaa1187845b9 100644 --- a/clients/client-fms/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fms/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves the list of tags for the specified AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, ListTagsForResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/PutAppsListCommand.ts b/clients/client-fms/commands/PutAppsListCommand.ts index b83d20810b82..4b5b3b1e9a38 100644 --- a/clients/client-fms/commands/PutAppsListCommand.ts +++ b/clients/client-fms/commands/PutAppsListCommand.ts @@ -23,7 +23,7 @@ export interface PutAppsListCommandOutput extends PutAppsListResponse, __Metadat /** *

Creates an AWS Firewall Manager applications list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, PutAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, PutAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/PutNotificationChannelCommand.ts b/clients/client-fms/commands/PutNotificationChannelCommand.ts index cca1798b62ad..e1a057725257 100644 --- a/clients/client-fms/commands/PutNotificationChannelCommand.ts +++ b/clients/client-fms/commands/PutNotificationChannelCommand.ts @@ -27,7 +27,7 @@ export interface PutNotificationChannelCommandOutput extends __MetadataBearer {} * role AWSServiceRoleForFMS to publish SNS logs. For more information, see * Firewall Manager required permissions for API actions in the AWS Firewall Manager Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, PutNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, PutNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/PutPolicyCommand.ts b/clients/client-fms/commands/PutPolicyCommand.ts index 788013e1b743..5793997d198d 100644 --- a/clients/client-fms/commands/PutPolicyCommand.ts +++ b/clients/client-fms/commands/PutPolicyCommand.ts @@ -48,7 +48,7 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea * information about subscribing to Shield Advanced, see * CreateSubscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, PutPolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, PutPolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/PutProtocolsListCommand.ts b/clients/client-fms/commands/PutProtocolsListCommand.ts index 7cbcb6a8a4b9..f7462c584ab1 100644 --- a/clients/client-fms/commands/PutProtocolsListCommand.ts +++ b/clients/client-fms/commands/PutProtocolsListCommand.ts @@ -23,7 +23,7 @@ export interface PutProtocolsListCommandOutput extends PutProtocolsListResponse, /** *

Creates an AWS Firewall Manager protocols list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, PutProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, PutProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/TagResourceCommand.ts b/clients/client-fms/commands/TagResourceCommand.ts index 7b70ec46e854..0c4451e15435 100644 --- a/clients/client-fms/commands/TagResourceCommand.ts +++ b/clients/client-fms/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds one or more tags to an AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, TagResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, TagResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-fms/commands/UntagResourceCommand.ts b/clients/client-fms/commands/UntagResourceCommand.ts index f2a152b97831..734746d2a9f5 100644 --- a/clients/client-fms/commands/UntagResourceCommand.ts +++ b/clients/client-fms/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from an AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FMSClient, UntagResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import * // const { FMSClient, UntagResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import diff --git a/clients/client-forecast/commands/CreateDatasetCommand.ts b/clients/client-forecast/commands/CreateDatasetCommand.ts index 48c2610fbb61..739410ae2671 100644 --- a/clients/client-forecast/commands/CreateDatasetCommand.ts +++ b/clients/client-forecast/commands/CreateDatasetCommand.ts @@ -64,7 +64,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met * training data. Use the DescribeDataset operation to get the status.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, CreateDatasetCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, CreateDatasetCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/CreateDatasetGroupCommand.ts b/clients/client-forecast/commands/CreateDatasetGroupCommand.ts index 89966d29abbb..b7e38ec951da 100644 --- a/clients/client-forecast/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-forecast/commands/CreateDatasetGroupCommand.ts @@ -32,7 +32,7 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo * use the dataset group to create a predictor. To get the status, use the DescribeDatasetGroup operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, CreateDatasetGroupCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, CreateDatasetGroupCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/CreateDatasetImportJobCommand.ts b/clients/client-forecast/commands/CreateDatasetImportJobCommand.ts index a181ce35c62f..edacc9b86c56 100644 --- a/clients/client-forecast/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-forecast/commands/CreateDatasetImportJobCommand.ts @@ -42,7 +42,7 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport *

To get a list of all your dataset import jobs, filtered by specified criteria, use the * ListDatasetImportJobs operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, CreateDatasetImportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, CreateDatasetImportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/CreateForecastCommand.ts b/clients/client-forecast/commands/CreateForecastCommand.ts index d36ace068ec8..6cd5311c3a3e 100644 --- a/clients/client-forecast/commands/CreateForecastCommand.ts +++ b/clients/client-forecast/commands/CreateForecastCommand.ts @@ -41,7 +41,7 @@ export interface CreateForecastCommandOutput extends CreateForecastResponse, __M * status.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, CreateForecastCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, CreateForecastCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/CreateForecastExportJobCommand.ts b/clients/client-forecast/commands/CreateForecastExportJobCommand.ts index 0279af7df3ef..8f52d359eb0b 100644 --- a/clients/client-forecast/commands/CreateForecastExportJobCommand.ts +++ b/clients/client-forecast/commands/CreateForecastExportJobCommand.ts @@ -36,7 +36,7 @@ export interface CreateForecastExportJobCommandOutput extends CreateForecastExpo * you can access the forecast in your Amazon S3 bucket. To get the status, use the DescribeForecastExportJob operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, CreateForecastExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, CreateForecastExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/CreatePredictorBacktestExportJobCommand.ts b/clients/client-forecast/commands/CreatePredictorBacktestExportJobCommand.ts index 1dca140be80f..521d10152575 100644 --- a/clients/client-forecast/commands/CreatePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/commands/CreatePredictorBacktestExportJobCommand.ts @@ -39,7 +39,7 @@ export interface CreatePredictorBacktestExportJobCommandOutput * you can access the export in your Amazon S3 bucket. To get the status, use the DescribePredictorBacktestExportJob operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, CreatePredictorBacktestExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, CreatePredictorBacktestExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/CreatePredictorCommand.ts b/clients/client-forecast/commands/CreatePredictorCommand.ts index 6429389ec387..4fd940d10af6 100644 --- a/clients/client-forecast/commands/CreatePredictorCommand.ts +++ b/clients/client-forecast/commands/CreatePredictorCommand.ts @@ -84,7 +84,7 @@ export interface CreatePredictorCommandOutput extends CreatePredictorResponse, _ * status, use the DescribePredictor operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, CreatePredictorCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, CreatePredictorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DeleteDatasetCommand.ts b/clients/client-forecast/commands/DeleteDatasetCommand.ts index afee479b88a4..221b04f0d795 100644 --- a/clients/client-forecast/commands/DeleteDatasetCommand.ts +++ b/clients/client-forecast/commands/DeleteDatasetCommand.ts @@ -31,7 +31,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {} * operation, omitting the deleted dataset's ARN.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DeleteDatasetCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DeleteDatasetCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DeleteDatasetGroupCommand.ts b/clients/client-forecast/commands/DeleteDatasetGroupCommand.ts index 82f030a5b113..b0246014bb17 100644 --- a/clients/client-forecast/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-forecast/commands/DeleteDatasetGroupCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {} * CREATE_FAILED, or UPDATE_FAILED. To get the status, use the DescribeDatasetGroup operation.

*

This operation deletes only the dataset group, not the datasets in the group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DeleteDatasetGroupCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DeleteDatasetGroupCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DeleteDatasetImportJobCommand.ts b/clients/client-forecast/commands/DeleteDatasetImportJobCommand.ts index 5db24db98f2f..358c784d4717 100644 --- a/clients/client-forecast/commands/DeleteDatasetImportJobCommand.ts +++ b/clients/client-forecast/commands/DeleteDatasetImportJobCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {} * operation. You can delete only dataset import jobs that have a status of ACTIVE * or CREATE_FAILED. To get the status, use the DescribeDatasetImportJob operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DeleteDatasetImportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DeleteDatasetImportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DeleteForecastCommand.ts b/clients/client-forecast/commands/DeleteForecastCommand.ts index 58b7b3719762..00d51cca8f35 100644 --- a/clients/client-forecast/commands/DeleteForecastCommand.ts +++ b/clients/client-forecast/commands/DeleteForecastCommand.ts @@ -27,7 +27,7 @@ export interface DeleteForecastCommandOutput extends __MetadataBearer {} *

You can't delete a forecast while it is being exported. After a forecast is deleted, you * can no longer query the forecast.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DeleteForecastCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DeleteForecastCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DeleteForecastExportJobCommand.ts b/clients/client-forecast/commands/DeleteForecastExportJobCommand.ts index 4663dd393182..70dcace15507 100644 --- a/clients/client-forecast/commands/DeleteForecastExportJobCommand.ts +++ b/clients/client-forecast/commands/DeleteForecastExportJobCommand.ts @@ -25,7 +25,7 @@ export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer { * operation. You can delete only export jobs that have a status of ACTIVE or * CREATE_FAILED. To get the status, use the DescribeForecastExportJob operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DeleteForecastExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DeleteForecastExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DeletePredictorBacktestExportJobCommand.ts b/clients/client-forecast/commands/DeletePredictorBacktestExportJobCommand.ts index 77f35392754f..de04e847b398 100644 --- a/clients/client-forecast/commands/DeletePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/commands/DeletePredictorBacktestExportJobCommand.ts @@ -23,7 +23,7 @@ export interface DeletePredictorBacktestExportJobCommandOutput extends __Metadat /** *

Deletes a predictor backtest export job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DeletePredictorBacktestExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DeletePredictorBacktestExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DeletePredictorCommand.ts b/clients/client-forecast/commands/DeletePredictorCommand.ts index 630580f20713..eb539df6bb13 100644 --- a/clients/client-forecast/commands/DeletePredictorCommand.ts +++ b/clients/client-forecast/commands/DeletePredictorCommand.ts @@ -25,7 +25,7 @@ export interface DeletePredictorCommandOutput extends __MetadataBearer {} * delete only predictor that have a status of ACTIVE or CREATE_FAILED. * To get the status, use the DescribePredictor operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DeletePredictorCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DeletePredictorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DescribeDatasetCommand.ts b/clients/client-forecast/commands/DescribeDatasetCommand.ts index 6614dfc66d9d..516d86f9eb49 100644 --- a/clients/client-forecast/commands/DescribeDatasetCommand.ts +++ b/clients/client-forecast/commands/DescribeDatasetCommand.ts @@ -43,7 +43,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DescribeDatasetCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DescribeDatasetCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DescribeDatasetGroupCommand.ts b/clients/client-forecast/commands/DescribeDatasetGroupCommand.ts index ad8a64c0e158..2250eec10144 100644 --- a/clients/client-forecast/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-forecast/commands/DescribeDatasetGroupCommand.ts @@ -47,7 +47,7 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DescribeDatasetGroupCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DescribeDatasetGroupCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DescribeDatasetImportJobCommand.ts b/clients/client-forecast/commands/DescribeDatasetImportJobCommand.ts index 404710827776..c9cd1e45da1f 100644 --- a/clients/client-forecast/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-forecast/commands/DescribeDatasetImportJobCommand.ts @@ -57,7 +57,7 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DescribeDatasetImportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DescribeDatasetImportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DescribeForecastCommand.ts b/clients/client-forecast/commands/DescribeForecastCommand.ts index 5787be2c1220..d0eaeb2e45b7 100644 --- a/clients/client-forecast/commands/DescribeForecastCommand.ts +++ b/clients/client-forecast/commands/DescribeForecastCommand.ts @@ -51,7 +51,7 @@ export interface DescribeForecastCommandOutput extends DescribeForecastResponse, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DescribeForecastCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DescribeForecastCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DescribeForecastExportJobCommand.ts b/clients/client-forecast/commands/DescribeForecastExportJobCommand.ts index 01c116cdd1af..918762b917ad 100644 --- a/clients/client-forecast/commands/DescribeForecastExportJobCommand.ts +++ b/clients/client-forecast/commands/DescribeForecastExportJobCommand.ts @@ -47,7 +47,7 @@ export interface DescribeForecastExportJobCommandOutput extends DescribeForecast * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DescribeForecastExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DescribeForecastExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DescribePredictorBacktestExportJobCommand.ts b/clients/client-forecast/commands/DescribePredictorBacktestExportJobCommand.ts index 8c8a4f8497f9..6191b0ba67aa 100644 --- a/clients/client-forecast/commands/DescribePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/commands/DescribePredictorBacktestExportJobCommand.ts @@ -52,7 +52,7 @@ export interface DescribePredictorBacktestExportJobCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DescribePredictorBacktestExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DescribePredictorBacktestExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/DescribePredictorCommand.ts b/clients/client-forecast/commands/DescribePredictorCommand.ts index ce714f557983..f77caa741070 100644 --- a/clients/client-forecast/commands/DescribePredictorCommand.ts +++ b/clients/client-forecast/commands/DescribePredictorCommand.ts @@ -57,7 +57,7 @@ export interface DescribePredictorCommandOutput extends DescribePredictorRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, DescribePredictorCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, DescribePredictorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/GetAccuracyMetricsCommand.ts b/clients/client-forecast/commands/GetAccuracyMetricsCommand.ts index 0637d95ac9e1..8a180999c6c4 100644 --- a/clients/client-forecast/commands/GetAccuracyMetricsCommand.ts +++ b/clients/client-forecast/commands/GetAccuracyMetricsCommand.ts @@ -42,7 +42,7 @@ export interface GetAccuracyMetricsCommandOutput extends GetAccuracyMetricsRespo * To get the status, use the DescribePredictor operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, GetAccuracyMetricsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, GetAccuracyMetricsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListDatasetGroupsCommand.ts b/clients/client-forecast/commands/ListDatasetGroupsCommand.ts index 512881de6711..9c4facfacf8a 100644 --- a/clients/client-forecast/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-forecast/commands/ListDatasetGroupsCommand.ts @@ -26,7 +26,7 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons * including its Amazon Resource Name (ARN). You can retrieve the complete set of properties by * using the dataset group ARN with the DescribeDatasetGroup operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListDatasetGroupsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListDatasetGroupsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListDatasetImportJobsCommand.ts b/clients/client-forecast/commands/ListDatasetImportJobsCommand.ts index 40a91387585a..e5ffa57358e2 100644 --- a/clients/client-forecast/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-forecast/commands/ListDatasetImportJobsCommand.ts @@ -26,7 +26,7 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob * complete set of properties by using the ARN with the DescribeDatasetImportJob operation. You can filter the list by providing an array of Filter * objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListDatasetImportJobsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListDatasetImportJobsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListDatasetsCommand.ts b/clients/client-forecast/commands/ListDatasetsCommand.ts index 7bc81fd207b7..db81cb097a83 100644 --- a/clients/client-forecast/commands/ListDatasetsCommand.ts +++ b/clients/client-forecast/commands/ListDatasetsCommand.ts @@ -25,7 +25,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad * For each dataset, a summary of its properties, including its Amazon Resource Name (ARN), is * returned. To retrieve the complete set of properties, use the ARN with the DescribeDataset operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListDatasetsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListDatasetsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListForecastExportJobsCommand.ts b/clients/client-forecast/commands/ListForecastExportJobsCommand.ts index 995027677750..dee65b67caf3 100644 --- a/clients/client-forecast/commands/ListForecastExportJobsCommand.ts +++ b/clients/client-forecast/commands/ListForecastExportJobsCommand.ts @@ -26,7 +26,7 @@ export interface ListForecastExportJobsCommandOutput extends ListForecastExportJ * complete set of properties, use the ARN with the DescribeForecastExportJob * operation. You can filter the list using an array of Filter objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListForecastExportJobsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListForecastExportJobsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListForecastsCommand.ts b/clients/client-forecast/commands/ListForecastsCommand.ts index 7b08583c1f63..3118e6ca47fc 100644 --- a/clients/client-forecast/commands/ListForecastsCommand.ts +++ b/clients/client-forecast/commands/ListForecastsCommand.ts @@ -27,7 +27,7 @@ export interface ListForecastsCommandOutput extends ListForecastsResponse, __Met * DescribeForecast operation. You can filter the list using an array of * Filter objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListForecastsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListForecastsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListPredictorBacktestExportJobsCommand.ts b/clients/client-forecast/commands/ListPredictorBacktestExportJobsCommand.ts index 445bfc1e1b7d..f680204dfa70 100644 --- a/clients/client-forecast/commands/ListPredictorBacktestExportJobsCommand.ts +++ b/clients/client-forecast/commands/ListPredictorBacktestExportJobsCommand.ts @@ -28,7 +28,7 @@ export interface ListPredictorBacktestExportJobsCommandOutput *

To retrieve the complete set of properties for a particular backtest export job, use the * ARN with the DescribePredictorBacktestExportJob operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListPredictorBacktestExportJobsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListPredictorBacktestExportJobsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListPredictorsCommand.ts b/clients/client-forecast/commands/ListPredictorsCommand.ts index f80a23aad45f..05e97ded897f 100644 --- a/clients/client-forecast/commands/ListPredictorsCommand.ts +++ b/clients/client-forecast/commands/ListPredictorsCommand.ts @@ -27,7 +27,7 @@ export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __M * ARN with the DescribePredictor operation. You can filter the list using an * array of Filter objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListPredictorsCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListPredictorsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/ListTagsForResourceCommand.ts b/clients/client-forecast/commands/ListTagsForResourceCommand.ts index 2fe89bb67029..9aaf6b6540cf 100644 --- a/clients/client-forecast/commands/ListTagsForResourceCommand.ts +++ b/clients/client-forecast/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for an Amazon Forecast resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, ListTagsForResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, ListTagsForResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/StopResourceCommand.ts b/clients/client-forecast/commands/StopResourceCommand.ts index 8a9ae00d9bb2..2139a369235b 100644 --- a/clients/client-forecast/commands/StopResourceCommand.ts +++ b/clients/client-forecast/commands/StopResourceCommand.ts @@ -45,7 +45,7 @@ export interface StopResourceCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, StopResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, StopResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/TagResourceCommand.ts b/clients/client-forecast/commands/TagResourceCommand.ts index 26fe3989d1c8..bb205bddf914 100644 --- a/clients/client-forecast/commands/TagResourceCommand.ts +++ b/clients/client-forecast/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, TagResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, TagResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/UntagResourceCommand.ts b/clients/client-forecast/commands/UntagResourceCommand.ts index d725c52b3abc..0656003763cb 100644 --- a/clients/client-forecast/commands/UntagResourceCommand.ts +++ b/clients/client-forecast/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes the specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, UntagResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, UntagResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecast/commands/UpdateDatasetGroupCommand.ts b/clients/client-forecast/commands/UpdateDatasetGroupCommand.ts index d3d90042446c..c71cf8100ff6 100644 --- a/clients/client-forecast/commands/UpdateDatasetGroupCommand.ts +++ b/clients/client-forecast/commands/UpdateDatasetGroupCommand.ts @@ -28,7 +28,7 @@ export interface UpdateDatasetGroupCommandOutput extends UpdateDatasetGroupRespo * operation to get the status.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastClient, UpdateDatasetGroupCommand } from "@aws-sdk/client-forecast"; // ES Modules import * // const { ForecastClient, UpdateDatasetGroupCommand } = require("@aws-sdk/client-forecast"); // CommonJS import diff --git a/clients/client-forecastquery/commands/QueryForecastCommand.ts b/clients/client-forecastquery/commands/QueryForecastCommand.ts index fb4f26f62f3a..b0fd62065a67 100644 --- a/clients/client-forecastquery/commands/QueryForecastCommand.ts +++ b/clients/client-forecastquery/commands/QueryForecastCommand.ts @@ -34,7 +34,7 @@ export interface QueryForecastCommandOutput extends QueryForecastResponse, __Met * used to create the predictor.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ForecastqueryClient, QueryForecastCommand } from "@aws-sdk/client-forecastquery"; // ES Modules import * // const { ForecastqueryClient, QueryForecastCommand } = require("@aws-sdk/client-forecastquery"); // CommonJS import diff --git a/clients/client-frauddetector/commands/BatchCreateVariableCommand.ts b/clients/client-frauddetector/commands/BatchCreateVariableCommand.ts index f90e91b55fa2..2fbf26bd6563 100644 --- a/clients/client-frauddetector/commands/BatchCreateVariableCommand.ts +++ b/clients/client-frauddetector/commands/BatchCreateVariableCommand.ts @@ -23,7 +23,7 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes /** *

Creates a batch of variables.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, BatchCreateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, BatchCreateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/BatchGetVariableCommand.ts b/clients/client-frauddetector/commands/BatchGetVariableCommand.ts index 6ccb89432e7e..a2264d2efa7f 100644 --- a/clients/client-frauddetector/commands/BatchGetVariableCommand.ts +++ b/clients/client-frauddetector/commands/BatchGetVariableCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _ /** *

Gets a batch of variables.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, BatchGetVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, BatchGetVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/CancelBatchPredictionJobCommand.ts b/clients/client-frauddetector/commands/CancelBatchPredictionJobCommand.ts index f1f57f9b5d6d..4e2052d29c3c 100644 --- a/clients/client-frauddetector/commands/CancelBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/commands/CancelBatchPredictionJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic /** *

Cancels the specified batch prediction job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, CancelBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, CancelBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/CreateBatchPredictionJobCommand.ts b/clients/client-frauddetector/commands/CreateBatchPredictionJobCommand.ts index 6a62c424655f..e6f74930dc00 100644 --- a/clients/client-frauddetector/commands/CreateBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/commands/CreateBatchPredictionJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic /** *

Creates a batch prediction job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, CreateBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, CreateBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/CreateDetectorVersionCommand.ts b/clients/client-frauddetector/commands/CreateDetectorVersionCommand.ts index 45d95e463f7b..7a2330bef298 100644 --- a/clients/client-frauddetector/commands/CreateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/commands/CreateDetectorVersionCommand.ts @@ -23,7 +23,7 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio /** *

Creates a detector version. The detector version starts in a DRAFT status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, CreateDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, CreateDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/CreateModelCommand.ts b/clients/client-frauddetector/commands/CreateModelCommand.ts index 7474111892b0..3d3488568339 100644 --- a/clients/client-frauddetector/commands/CreateModelCommand.ts +++ b/clients/client-frauddetector/commands/CreateModelCommand.ts @@ -23,7 +23,7 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB /** *

Creates a model using the specified model type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, CreateModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, CreateModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/CreateModelVersionCommand.ts b/clients/client-frauddetector/commands/CreateModelVersionCommand.ts index 501f2cc2b2b2..aaf03d7cff0c 100644 --- a/clients/client-frauddetector/commands/CreateModelVersionCommand.ts +++ b/clients/client-frauddetector/commands/CreateModelVersionCommand.ts @@ -24,7 +24,7 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul *

Creates a version of the model using the specified model type and model id. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, CreateModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, CreateModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/CreateRuleCommand.ts b/clients/client-frauddetector/commands/CreateRuleCommand.ts index 596662651f39..6d04f447e072 100644 --- a/clients/client-frauddetector/commands/CreateRuleCommand.ts +++ b/clients/client-frauddetector/commands/CreateRuleCommand.ts @@ -23,7 +23,7 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea /** *

Creates a rule for use with the specified detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, CreateRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, CreateRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/CreateVariableCommand.ts b/clients/client-frauddetector/commands/CreateVariableCommand.ts index bcdb62dddee1..1f2c2b7872ad 100644 --- a/clients/client-frauddetector/commands/CreateVariableCommand.ts +++ b/clients/client-frauddetector/commands/CreateVariableCommand.ts @@ -23,7 +23,7 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met /** *

Creates a variable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, CreateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, CreateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteBatchPredictionJobCommand.ts b/clients/client-frauddetector/commands/DeleteBatchPredictionJobCommand.ts index bd5397c8131e..710975943f05 100644 --- a/clients/client-frauddetector/commands/DeleteBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/commands/DeleteBatchPredictionJobCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic /** *

Deletes a batch prediction job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteDetectorCommand.ts b/clients/client-frauddetector/commands/DeleteDetectorCommand.ts index 081514d5ff7f..aaf212143710 100644 --- a/clients/client-frauddetector/commands/DeleteDetectorCommand.ts +++ b/clients/client-frauddetector/commands/DeleteDetectorCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met *

Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.

*

When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteDetectorVersionCommand.ts b/clients/client-frauddetector/commands/DeleteDetectorVersionCommand.ts index 808ccd7fa5eb..5ba65be01aa7 100644 --- a/clients/client-frauddetector/commands/DeleteDetectorVersionCommand.ts +++ b/clients/client-frauddetector/commands/DeleteDetectorVersionCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio *

Deletes the detector version. You cannot delete detector versions that are in ACTIVE status.

*

When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteEntityTypeCommand.ts b/clients/client-frauddetector/commands/DeleteEntityTypeCommand.ts index 8fe4b2e3733d..b25c8d197b82 100644 --- a/clients/client-frauddetector/commands/DeleteEntityTypeCommand.ts +++ b/clients/client-frauddetector/commands/DeleteEntityTypeCommand.ts @@ -25,7 +25,7 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _ *

You cannot delete an entity type that is included in an event type.

*

When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteEventCommand.ts b/clients/client-frauddetector/commands/DeleteEventCommand.ts index 1f000bb8acca..ffddbd35d9bd 100644 --- a/clients/client-frauddetector/commands/DeleteEventCommand.ts +++ b/clients/client-frauddetector/commands/DeleteEventCommand.ts @@ -24,7 +24,7 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB *

Deletes the specified event.

*

When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteEventTypeCommand.ts b/clients/client-frauddetector/commands/DeleteEventTypeCommand.ts index 5c31d5c9597e..7195f2b9a866 100644 --- a/clients/client-frauddetector/commands/DeleteEventTypeCommand.ts +++ b/clients/client-frauddetector/commands/DeleteEventTypeCommand.ts @@ -25,7 +25,7 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M *

You cannot delete an event type that is used in a detector or a model.

*

When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteExternalModelCommand.ts b/clients/client-frauddetector/commands/DeleteExternalModelCommand.ts index 28667124fe4e..e900d5dcce84 100644 --- a/clients/client-frauddetector/commands/DeleteExternalModelCommand.ts +++ b/clients/client-frauddetector/commands/DeleteExternalModelCommand.ts @@ -24,7 +24,7 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes *

Removes a SageMaker model from Amazon Fraud Detector.

*

You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteLabelCommand.ts b/clients/client-frauddetector/commands/DeleteLabelCommand.ts index ff40a266ef9e..5417ac9a5d7d 100644 --- a/clients/client-frauddetector/commands/DeleteLabelCommand.ts +++ b/clients/client-frauddetector/commands/DeleteLabelCommand.ts @@ -27,7 +27,7 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB * *

When you delete a label, Amazon Fraud Detector permanently deletes that label and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteModelCommand.ts b/clients/client-frauddetector/commands/DeleteModelCommand.ts index 9f0733254e9e..0e3c6ee2981c 100644 --- a/clients/client-frauddetector/commands/DeleteModelCommand.ts +++ b/clients/client-frauddetector/commands/DeleteModelCommand.ts @@ -25,7 +25,7 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB *

You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.

*

When you delete a model, Amazon Fraud Detector permanently deletes that model and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteModelVersionCommand.ts b/clients/client-frauddetector/commands/DeleteModelVersionCommand.ts index 70b532d27945..825d7138557b 100644 --- a/clients/client-frauddetector/commands/DeleteModelVersionCommand.ts +++ b/clients/client-frauddetector/commands/DeleteModelVersionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul *

You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.

*

When you delete a model version, Amazon Fraud Detector permanently deletes that model version and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteOutcomeCommand.ts b/clients/client-frauddetector/commands/DeleteOutcomeCommand.ts index e00da5831f72..4ed15c04a896 100644 --- a/clients/client-frauddetector/commands/DeleteOutcomeCommand.ts +++ b/clients/client-frauddetector/commands/DeleteOutcomeCommand.ts @@ -25,7 +25,7 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad *

You cannot delete an outcome that is used in a rule version.

*

When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteOutcomeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteOutcomeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteRuleCommand.ts b/clients/client-frauddetector/commands/DeleteRuleCommand.ts index 52b14daf1a6d..0f6542275e11 100644 --- a/clients/client-frauddetector/commands/DeleteRuleCommand.ts +++ b/clients/client-frauddetector/commands/DeleteRuleCommand.ts @@ -24,7 +24,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea *

Deletes the rule. You cannot delete a rule if it is used by an ACTIVE or INACTIVE detector version.

*

When you delete a rule, Amazon Fraud Detector permanently deletes that rule and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DeleteVariableCommand.ts b/clients/client-frauddetector/commands/DeleteVariableCommand.ts index 976b06b7063a..ffa09bd9a636 100644 --- a/clients/client-frauddetector/commands/DeleteVariableCommand.ts +++ b/clients/client-frauddetector/commands/DeleteVariableCommand.ts @@ -26,7 +26,7 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met *

Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.

*

When you delete a variable, Amazon Fraud Detector permanently deletes that variable and the data is no longer stored in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DeleteVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DeleteVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DescribeDetectorCommand.ts b/clients/client-frauddetector/commands/DescribeDetectorCommand.ts index 263ad166909e..392a76e55360 100644 --- a/clients/client-frauddetector/commands/DescribeDetectorCommand.ts +++ b/clients/client-frauddetector/commands/DescribeDetectorCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _ /** *

Gets all versions for a specified detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DescribeDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DescribeDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/DescribeModelVersionsCommand.ts b/clients/client-frauddetector/commands/DescribeModelVersionsCommand.ts index 40bd5fe874a4..e3aae89fbabb 100644 --- a/clients/client-frauddetector/commands/DescribeModelVersionsCommand.ts +++ b/clients/client-frauddetector/commands/DescribeModelVersionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion /** *

Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, DescribeModelVersionsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, DescribeModelVersionsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetBatchPredictionJobsCommand.ts b/clients/client-frauddetector/commands/GetBatchPredictionJobsCommand.ts index 6f4d3d607eac..c98028ce7446 100644 --- a/clients/client-frauddetector/commands/GetBatchPredictionJobsCommand.ts +++ b/clients/client-frauddetector/commands/GetBatchPredictionJobsCommand.ts @@ -23,7 +23,7 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ /** *

Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetBatchPredictionJobsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetBatchPredictionJobsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetDetectorVersionCommand.ts b/clients/client-frauddetector/commands/GetDetectorVersionCommand.ts index 20936891d759..47ff8960d8a1 100644 --- a/clients/client-frauddetector/commands/GetDetectorVersionCommand.ts +++ b/clients/client-frauddetector/commands/GetDetectorVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul /** *

Gets a particular detector version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetDetectorsCommand.ts b/clients/client-frauddetector/commands/GetDetectorsCommand.ts index 4326198664a4..7de59f5df013 100644 --- a/clients/client-frauddetector/commands/GetDetectorsCommand.ts +++ b/clients/client-frauddetector/commands/GetDetectorsCommand.ts @@ -28,7 +28,7 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat * GetDetectorsResponse as part of your request. A null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetDetectorsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetDetectorsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetEntityTypesCommand.ts b/clients/client-frauddetector/commands/GetEntityTypesCommand.ts index 074464e417a3..beef8f2c708a 100644 --- a/clients/client-frauddetector/commands/GetEntityTypesCommand.ts +++ b/clients/client-frauddetector/commands/GetEntityTypesCommand.ts @@ -28,7 +28,7 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met * GetEntityTypesResponse as part of your request. A null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetEntityTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetEntityTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetEventPredictionCommand.ts b/clients/client-frauddetector/commands/GetEventPredictionCommand.ts index 4c7bfebde224..50baf1af42df 100644 --- a/clients/client-frauddetector/commands/GetEventPredictionCommand.ts +++ b/clients/client-frauddetector/commands/GetEventPredictionCommand.ts @@ -23,7 +23,7 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul /** *

Evaluates an event against a detector version. If a version ID is not provided, the detector’s (ACTIVE) version is used.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetEventPredictionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetEventPredictionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetEventTypesCommand.ts b/clients/client-frauddetector/commands/GetEventTypesCommand.ts index 195108ca4f5e..af297a12489e 100644 --- a/clients/client-frauddetector/commands/GetEventTypesCommand.ts +++ b/clients/client-frauddetector/commands/GetEventTypesCommand.ts @@ -28,7 +28,7 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad * GetEventTypesResponse as part of your request. A null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetEventTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetEventTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetExternalModelsCommand.ts b/clients/client-frauddetector/commands/GetExternalModelsCommand.ts index dfd7bd78f6b2..fbf46142ac31 100644 --- a/clients/client-frauddetector/commands/GetExternalModelsCommand.ts +++ b/clients/client-frauddetector/commands/GetExternalModelsCommand.ts @@ -28,7 +28,7 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult, * results, provide the pagination token from the GetExternalModelsResult as part * of your request. A null pagination token fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetExternalModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetExternalModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/commands/GetKMSEncryptionKeyCommand.ts index f665933dd63c..a1ce8af37955 100644 --- a/clients/client-frauddetector/commands/GetKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/commands/GetKMSEncryptionKeyCommand.ts @@ -23,7 +23,7 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes /** *

Gets the encryption key if a Key Management Service (KMS) customer master key (CMK) has been specified to be used to encrypt content in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetKMSEncryptionKeyCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetKMSEncryptionKeyCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetLabelsCommand.ts b/clients/client-frauddetector/commands/GetLabelsCommand.ts index 4a56e9ed82eb..97b95ae3bc9d 100644 --- a/clients/client-frauddetector/commands/GetLabelsCommand.ts +++ b/clients/client-frauddetector/commands/GetLabelsCommand.ts @@ -25,7 +25,7 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare * GetGetLabelsResponse as part of your request. A null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetLabelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetLabelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetModelVersionCommand.ts b/clients/client-frauddetector/commands/GetModelVersionCommand.ts index 2d26a8fe7ef4..e7fd45c552e8 100644 --- a/clients/client-frauddetector/commands/GetModelVersionCommand.ts +++ b/clients/client-frauddetector/commands/GetModelVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M /** *

Gets the details of the specified model version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetModelsCommand.ts b/clients/client-frauddetector/commands/GetModelsCommand.ts index a4e4df2c6c0a..140215e7ba22 100644 --- a/clients/client-frauddetector/commands/GetModelsCommand.ts +++ b/clients/client-frauddetector/commands/GetModelsCommand.ts @@ -26,7 +26,7 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare * response as part of your request. A null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetOutcomesCommand.ts b/clients/client-frauddetector/commands/GetOutcomesCommand.ts index ce8d798b1e34..08b8d288090b 100644 --- a/clients/client-frauddetector/commands/GetOutcomesCommand.ts +++ b/clients/client-frauddetector/commands/GetOutcomesCommand.ts @@ -28,7 +28,7 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB * GetOutcomesResult as part of your request. A null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetOutcomesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetOutcomesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetRulesCommand.ts b/clients/client-frauddetector/commands/GetRulesCommand.ts index 0b25f6b6a3ee..0d09e6d61bd5 100644 --- a/clients/client-frauddetector/commands/GetRulesCommand.ts +++ b/clients/client-frauddetector/commands/GetRulesCommand.ts @@ -21,7 +21,7 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer *

Get all rules for a detector (paginated) if ruleId and ruleVersion are not specified. Gets all rules for the detector and the ruleId if present (paginated). Gets a specific rule if both the ruleId and the ruleVersion are specified.

*

This is a paginated API. Providing null maxResults results in retrieving maximum of 100 records per page. If you provide maxResults the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetRulesResult as part of your request. Null pagination token fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetRulesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetRulesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/GetVariablesCommand.ts b/clients/client-frauddetector/commands/GetVariablesCommand.ts index 99256d77a9af..71716c8b69c6 100644 --- a/clients/client-frauddetector/commands/GetVariablesCommand.ts +++ b/clients/client-frauddetector/commands/GetVariablesCommand.ts @@ -28,7 +28,7 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat * GetVariablesResult as part of your request. Null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, GetVariablesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, GetVariablesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/ListTagsForResourceCommand.ts b/clients/client-frauddetector/commands/ListTagsForResourceCommand.ts index 2bff8be887be..e9b3aed194ae 100644 --- a/clients/client-frauddetector/commands/ListTagsForResourceCommand.ts +++ b/clients/client-frauddetector/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * response as part of your request. A null pagination token * fetches the records from the beginning.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, ListTagsForResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/PutDetectorCommand.ts b/clients/client-frauddetector/commands/PutDetectorCommand.ts index d39fa971674d..b5a022f03967 100644 --- a/clients/client-frauddetector/commands/PutDetectorCommand.ts +++ b/clients/client-frauddetector/commands/PutDetectorCommand.ts @@ -23,7 +23,7 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB /** *

Creates or updates a detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, PutDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, PutDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/PutEntityTypeCommand.ts b/clients/client-frauddetector/commands/PutEntityTypeCommand.ts index a7a33c547e55..abd2ca34bc8a 100644 --- a/clients/client-frauddetector/commands/PutEntityTypeCommand.ts +++ b/clients/client-frauddetector/commands/PutEntityTypeCommand.ts @@ -23,7 +23,7 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad /** *

Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, PutEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, PutEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/PutEventTypeCommand.ts b/clients/client-frauddetector/commands/PutEventTypeCommand.ts index ce5d87cd030b..ec6bfec3f3ce 100644 --- a/clients/client-frauddetector/commands/PutEventTypeCommand.ts +++ b/clients/client-frauddetector/commands/PutEventTypeCommand.ts @@ -23,7 +23,7 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat /** *

Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, PutEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, PutEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/PutExternalModelCommand.ts b/clients/client-frauddetector/commands/PutExternalModelCommand.ts index 467aacc8f298..60aed24c22f3 100644 --- a/clients/client-frauddetector/commands/PutExternalModelCommand.ts +++ b/clients/client-frauddetector/commands/PutExternalModelCommand.ts @@ -23,7 +23,7 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _ /** *

Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, PutExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, PutExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/PutKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/commands/PutKMSEncryptionKeyCommand.ts index cceab4ee9a2a..32cde9131c65 100644 --- a/clients/client-frauddetector/commands/PutKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/commands/PutKMSEncryptionKeyCommand.ts @@ -23,7 +23,7 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes /** *

Specifies the Key Management Service (KMS) customer master key (CMK) to be used to encrypt content in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, PutKMSEncryptionKeyCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, PutKMSEncryptionKeyCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/PutLabelCommand.ts b/clients/client-frauddetector/commands/PutLabelCommand.ts index 9920df2b3de4..1d434cafb16a 100644 --- a/clients/client-frauddetector/commands/PutLabelCommand.ts +++ b/clients/client-frauddetector/commands/PutLabelCommand.ts @@ -20,7 +20,7 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer /** *

Creates or updates label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, PutLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, PutLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/PutOutcomeCommand.ts b/clients/client-frauddetector/commands/PutOutcomeCommand.ts index e4f32ed89a25..78c04262c2b7 100644 --- a/clients/client-frauddetector/commands/PutOutcomeCommand.ts +++ b/clients/client-frauddetector/commands/PutOutcomeCommand.ts @@ -23,7 +23,7 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea /** *

Creates or updates an outcome.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, PutOutcomeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, PutOutcomeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/TagResourceCommand.ts b/clients/client-frauddetector/commands/TagResourceCommand.ts index 5bc6913c0083..27c6fa342a99 100644 --- a/clients/client-frauddetector/commands/TagResourceCommand.ts +++ b/clients/client-frauddetector/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB /** *

Assigns tags to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, TagResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, TagResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UntagResourceCommand.ts b/clients/client-frauddetector/commands/UntagResourceCommand.ts index dc21d9642a8c..7297871b5fc8 100644 --- a/clients/client-frauddetector/commands/UntagResourceCommand.ts +++ b/clients/client-frauddetector/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad /** *

Removes tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UntagResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UntagResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateDetectorVersionCommand.ts b/clients/client-frauddetector/commands/UpdateDetectorVersionCommand.ts index d630e1985c53..7448c290af36 100644 --- a/clients/client-frauddetector/commands/UpdateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/commands/UpdateDetectorVersionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio /** *

Updates a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a DRAFT detector version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateDetectorVersionMetadataCommand.ts b/clients/client-frauddetector/commands/UpdateDetectorVersionMetadataCommand.ts index d1f7838250af..79dfacc3b08f 100644 --- a/clients/client-frauddetector/commands/UpdateDetectorVersionMetadataCommand.ts +++ b/clients/client-frauddetector/commands/UpdateDetectorVersionMetadataCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDetectorVersionMetadataCommandOutput *

Updates the detector version's description. You can update the metadata for any detector version (DRAFT, ACTIVE, or * INACTIVE).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateDetectorVersionMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateDetectorVersionMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateDetectorVersionStatusCommand.ts b/clients/client-frauddetector/commands/UpdateDetectorVersionStatusCommand.ts index e8b3fa9670d9..c81b5d8d8c5d 100644 --- a/clients/client-frauddetector/commands/UpdateDetectorVersionStatusCommand.ts +++ b/clients/client-frauddetector/commands/UpdateDetectorVersionStatusCommand.ts @@ -24,7 +24,7 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector *

Updates the detector version’s status. You can perform the following promotions or * demotions using UpdateDetectorVersionStatus: DRAFT to ACTIVE, ACTIVE to INACTIVE, and INACTIVE to ACTIVE.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateDetectorVersionStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateDetectorVersionStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateModelCommand.ts b/clients/client-frauddetector/commands/UpdateModelCommand.ts index 258bf4fbddad..40d57829e913 100644 --- a/clients/client-frauddetector/commands/UpdateModelCommand.ts +++ b/clients/client-frauddetector/commands/UpdateModelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB /** *

Updates a model. You can update the description attribute using this action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateModelVersionCommand.ts b/clients/client-frauddetector/commands/UpdateModelVersionCommand.ts index 65fb543776c4..0ccc14327800 100644 --- a/clients/client-frauddetector/commands/UpdateModelVersionCommand.ts +++ b/clients/client-frauddetector/commands/UpdateModelVersionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul /** *

Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateModelVersionStatusCommand.ts b/clients/client-frauddetector/commands/UpdateModelVersionStatusCommand.ts index ed2e2a90f580..9505f9e8865a 100644 --- a/clients/client-frauddetector/commands/UpdateModelVersionStatusCommand.ts +++ b/clients/client-frauddetector/commands/UpdateModelVersionStatusCommand.ts @@ -32,7 +32,7 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateModelVersionStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateModelVersionStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateRuleMetadataCommand.ts b/clients/client-frauddetector/commands/UpdateRuleMetadataCommand.ts index b9f52bb75863..e6a39a7ed571 100644 --- a/clients/client-frauddetector/commands/UpdateRuleMetadataCommand.ts +++ b/clients/client-frauddetector/commands/UpdateRuleMetadataCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul /** *

Updates a rule's metadata. The description attribute can be updated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateRuleMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateRuleMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateRuleVersionCommand.ts b/clients/client-frauddetector/commands/UpdateRuleVersionCommand.ts index 6cbc9d939e87..b0957b7b7411 100644 --- a/clients/client-frauddetector/commands/UpdateRuleVersionCommand.ts +++ b/clients/client-frauddetector/commands/UpdateRuleVersionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult, /** *

Updates a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateRuleVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateRuleVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-frauddetector/commands/UpdateVariableCommand.ts b/clients/client-frauddetector/commands/UpdateVariableCommand.ts index 3a031d9fe7a4..545448849876 100644 --- a/clients/client-frauddetector/commands/UpdateVariableCommand.ts +++ b/clients/client-frauddetector/commands/UpdateVariableCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met /** *

Updates a variable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FraudDetectorClient, UpdateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import * // const { FraudDetectorClient, UpdateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import diff --git a/clients/client-fsx/commands/AssociateFileSystemAliasesCommand.ts b/clients/client-fsx/commands/AssociateFileSystemAliasesCommand.ts index 1228bc63efb1..ddff52917e6c 100644 --- a/clients/client-fsx/commands/AssociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/commands/AssociateFileSystemAliasesCommand.ts @@ -33,7 +33,7 @@ export interface AssociateFileSystemAliasesCommandOutput extends AssociateFileSy * operation to monitor the status of the aliases Amazon FSx is * associating with the file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, AssociateFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, AssociateFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/CancelDataRepositoryTaskCommand.ts b/clients/client-fsx/commands/CancelDataRepositoryTaskCommand.ts index 2e6f14c9d6ec..f659c649f119 100644 --- a/clients/client-fsx/commands/CancelDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/commands/CancelDataRepositoryTaskCommand.ts @@ -35,7 +35,7 @@ export interface CancelDataRepositoryTaskCommandOutput extends CancelDataReposit * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, CancelDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, CancelDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/CopyBackupCommand.ts b/clients/client-fsx/commands/CopyBackupCommand.ts index d4464b1d7015..0b3527d8f38a 100644 --- a/clients/client-fsx/commands/CopyBackupCommand.ts +++ b/clients/client-fsx/commands/CopyBackupCommand.ts @@ -43,7 +43,7 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB * Copying backups * in the Amazon FSx for Lustre User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, CopyBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, CopyBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/CreateBackupCommand.ts b/clients/client-fsx/commands/CreateBackupCommand.ts index 1ad79fa7c94d..b08c51cf80ab 100644 --- a/clients/client-fsx/commands/CreateBackupCommand.ts +++ b/clients/client-fsx/commands/CreateBackupCommand.ts @@ -66,7 +66,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad * status by calling the DescribeBackups operation, which returns the * backup state along with other information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, CreateBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, CreateBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/CreateDataRepositoryTaskCommand.ts b/clients/client-fsx/commands/CreateDataRepositoryTaskCommand.ts index e80c15a33c50..6f0d3c44af0f 100644 --- a/clients/client-fsx/commands/CreateDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/commands/CreateDataRepositoryTaskCommand.ts @@ -31,7 +31,7 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit * To learn more about linking a data repository to your file system, see * Linking your file system to an S3 bucket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, CreateDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, CreateDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/CreateFileSystemCommand.ts b/clients/client-fsx/commands/CreateFileSystemCommand.ts index 9ab3a23d2689..f422ca085493 100644 --- a/clients/client-fsx/commands/CreateFileSystemCommand.ts +++ b/clients/client-fsx/commands/CreateFileSystemCommand.ts @@ -55,7 +55,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse, * which returns the file system state along with other information.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, CreateFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, CreateFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/CreateFileSystemFromBackupCommand.ts b/clients/client-fsx/commands/CreateFileSystemFromBackupCommand.ts index cc566668a945..87b6ddde5df3 100644 --- a/clients/client-fsx/commands/CreateFileSystemFromBackupCommand.ts +++ b/clients/client-fsx/commands/CreateFileSystemFromBackupCommand.ts @@ -58,7 +58,7 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste * information.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, CreateFileSystemFromBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, CreateFileSystemFromBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/DeleteBackupCommand.ts b/clients/client-fsx/commands/DeleteBackupCommand.ts index cc7a9e2fb18b..8a48951842cf 100644 --- a/clients/client-fsx/commands/DeleteBackupCommand.ts +++ b/clients/client-fsx/commands/DeleteBackupCommand.ts @@ -31,7 +31,7 @@ export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __Metad * means.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, DeleteBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, DeleteBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/DeleteFileSystemCommand.ts b/clients/client-fsx/commands/DeleteFileSystemCommand.ts index d0f316723cee..3f738851052b 100644 --- a/clients/client-fsx/commands/DeleteFileSystemCommand.ts +++ b/clients/client-fsx/commands/DeleteFileSystemCommand.ts @@ -45,7 +45,7 @@ export interface DeleteFileSystemCommandOutput extends DeleteFileSystemResponse, * any means.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, DeleteFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, DeleteFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/DescribeBackupsCommand.ts b/clients/client-fsx/commands/DescribeBackupsCommand.ts index e1f99d3e0ff8..2d392719178d 100644 --- a/clients/client-fsx/commands/DescribeBackupsCommand.ts +++ b/clients/client-fsx/commands/DescribeBackupsCommand.ts @@ -53,7 +53,7 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, DescribeBackupsCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, DescribeBackupsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/DescribeDataRepositoryTasksCommand.ts b/clients/client-fsx/commands/DescribeDataRepositoryTasksCommand.ts index a7e1ca8b4bb3..d8fe8e09b5f8 100644 --- a/clients/client-fsx/commands/DescribeDataRepositoryTasksCommand.ts +++ b/clients/client-fsx/commands/DescribeDataRepositoryTasksCommand.ts @@ -35,7 +35,7 @@ export interface DescribeDataRepositoryTasksCommandOutput * request with the NextToken request parameter set to the value of * NextToken from the last response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, DescribeDataRepositoryTasksCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, DescribeDataRepositoryTasksCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/DescribeFileSystemAliasesCommand.ts b/clients/client-fsx/commands/DescribeFileSystemAliasesCommand.ts index fb6dfff292c2..1ee34f2039c6 100644 --- a/clients/client-fsx/commands/DescribeFileSystemAliasesCommand.ts +++ b/clients/client-fsx/commands/DescribeFileSystemAliasesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFileSystemAliasesCommandOutput extends DescribeFileSyst * all DNS aliases that have been associated with and disassociated from the file system is available in the list of AdministrativeAction * provided in the DescribeFileSystems operation response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, DescribeFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, DescribeFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/DescribeFileSystemsCommand.ts b/clients/client-fsx/commands/DescribeFileSystemsCommand.ts index 2ce5722a4a76..3208ecbb4f6a 100644 --- a/clients/client-fsx/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-fsx/commands/DescribeFileSystemsCommand.ts @@ -54,7 +54,7 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, DescribeFileSystemsCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, DescribeFileSystemsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/DisassociateFileSystemAliasesCommand.ts b/clients/client-fsx/commands/DisassociateFileSystemAliasesCommand.ts index d794227a7d81..510dfd8a5fc9 100644 --- a/clients/client-fsx/commands/DisassociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/commands/DisassociateFileSystemAliasesCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateFileSystemAliasesCommandOutput * operation to monitor the status of the aliases Amazon FSx is * disassociating with the file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, DisassociateFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, DisassociateFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/ListTagsForResourceCommand.ts b/clients/client-fsx/commands/ListTagsForResourceCommand.ts index 57c8f69a7e58..d61988a43701 100644 --- a/clients/client-fsx/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fsx/commands/ListTagsForResourceCommand.ts @@ -51,7 +51,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, ListTagsForResourceCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, ListTagsForResourceCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/TagResourceCommand.ts b/clients/client-fsx/commands/TagResourceCommand.ts index 8c32ceb787b2..05716ee48f01 100644 --- a/clients/client-fsx/commands/TagResourceCommand.ts +++ b/clients/client-fsx/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Tags an Amazon FSx resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, TagResourceCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, TagResourceCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/UntagResourceCommand.ts b/clients/client-fsx/commands/UntagResourceCommand.ts index ecba479a150b..9d8a8a93b775 100644 --- a/clients/client-fsx/commands/UntagResourceCommand.ts +++ b/clients/client-fsx/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

This action removes a tag from an Amazon FSx resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, UntagResourceCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, UntagResourceCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-fsx/commands/UpdateFileSystemCommand.ts b/clients/client-fsx/commands/UpdateFileSystemCommand.ts index 579b7b979a91..2ccbfa43d94a 100644 --- a/clients/client-fsx/commands/UpdateFileSystemCommand.ts +++ b/clients/client-fsx/commands/UpdateFileSystemCommand.ts @@ -65,7 +65,7 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { FSxClient, UpdateFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import * // const { FSxClient, UpdateFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import diff --git a/clients/client-gamelift/commands/AcceptMatchCommand.ts b/clients/client-gamelift/commands/AcceptMatchCommand.ts index e8ebd03b514f..c16316086d64 100644 --- a/clients/client-gamelift/commands/AcceptMatchCommand.ts +++ b/clients/client-gamelift/commands/AcceptMatchCommand.ts @@ -61,7 +61,7 @@ export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, AcceptMatchCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, AcceptMatchCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ClaimGameServerCommand.ts b/clients/client-gamelift/commands/ClaimGameServerCommand.ts index 200674473d04..6c6bed64d3c9 100644 --- a/clients/client-gamelift/commands/ClaimGameServerCommand.ts +++ b/clients/client-gamelift/commands/ClaimGameServerCommand.ts @@ -75,7 +75,7 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ClaimGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ClaimGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateAliasCommand.ts b/clients/client-gamelift/commands/CreateAliasCommand.ts index 6e11268f00c0..4640844ad468 100644 --- a/clients/client-gamelift/commands/CreateAliasCommand.ts +++ b/clients/client-gamelift/commands/CreateAliasCommand.ts @@ -48,7 +48,7 @@ export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateBuildCommand.ts b/clients/client-gamelift/commands/CreateBuildCommand.ts index 980dc337ec77..fe8b3c446523 100644 --- a/clients/client-gamelift/commands/CreateBuildCommand.ts +++ b/clients/client-gamelift/commands/CreateBuildCommand.ts @@ -76,7 +76,7 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateFleetCommand.ts b/clients/client-gamelift/commands/CreateFleetCommand.ts index 1e6d0580eaed..7284ea8795c0 100644 --- a/clients/client-gamelift/commands/CreateFleetCommand.ts +++ b/clients/client-gamelift/commands/CreateFleetCommand.ts @@ -74,7 +74,7 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateFleetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateFleetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateFleetLocationsCommand.ts b/clients/client-gamelift/commands/CreateFleetLocationsCommand.ts index 5f9b6e2b337a..11be97629fdc 100644 --- a/clients/client-gamelift/commands/CreateFleetLocationsCommand.ts +++ b/clients/client-gamelift/commands/CreateFleetLocationsCommand.ts @@ -65,7 +65,7 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateFleetLocationsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateFleetLocationsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateGameServerGroupCommand.ts b/clients/client-gamelift/commands/CreateGameServerGroupCommand.ts index 692f7fd489b9..824ff3e19f24 100644 --- a/clients/client-gamelift/commands/CreateGameServerGroupCommand.ts +++ b/clients/client-gamelift/commands/CreateGameServerGroupCommand.ts @@ -76,7 +76,7 @@ export interface CreateGameServerGroupCommandOutput extends CreateGameServerGrou * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateGameSessionCommand.ts b/clients/client-gamelift/commands/CreateGameSessionCommand.ts index 65bf1a446183..97e19682d9fe 100644 --- a/clients/client-gamelift/commands/CreateGameSessionCommand.ts +++ b/clients/client-gamelift/commands/CreateGameSessionCommand.ts @@ -76,7 +76,7 @@ export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput, * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateGameSessionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateGameSessionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateGameSessionQueueCommand.ts b/clients/client-gamelift/commands/CreateGameSessionQueueCommand.ts index d2ddf5c7dc9d..f637b54f7e38 100644 --- a/clients/client-gamelift/commands/CreateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/commands/CreateGameSessionQueueCommand.ts @@ -66,7 +66,7 @@ export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQu * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateGameSessionQueueCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateGameSessionQueueCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/commands/CreateMatchmakingConfigurationCommand.ts index cbf4e0826708..13887ee97bfb 100644 --- a/clients/client-gamelift/commands/CreateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/commands/CreateMatchmakingConfigurationCommand.ts @@ -66,7 +66,7 @@ export interface CreateMatchmakingConfigurationCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateMatchmakingConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateMatchmakingConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/commands/CreateMatchmakingRuleSetCommand.ts index b159d211bfd9..5b354c0be953 100644 --- a/clients/client-gamelift/commands/CreateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/commands/CreateMatchmakingRuleSetCommand.ts @@ -69,7 +69,7 @@ export interface CreateMatchmakingRuleSetCommandOutput extends CreateMatchmaking * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateMatchmakingRuleSetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateMatchmakingRuleSetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreatePlayerSessionCommand.ts b/clients/client-gamelift/commands/CreatePlayerSessionCommand.ts index 57edc351980d..b98e84ca5b8c 100644 --- a/clients/client-gamelift/commands/CreatePlayerSessionCommand.ts +++ b/clients/client-gamelift/commands/CreatePlayerSessionCommand.ts @@ -46,7 +46,7 @@ export interface CreatePlayerSessionCommandOutput extends CreatePlayerSessionOut * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreatePlayerSessionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreatePlayerSessionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreatePlayerSessionsCommand.ts b/clients/client-gamelift/commands/CreatePlayerSessionsCommand.ts index e661d8c8a477..1c43abb42116 100644 --- a/clients/client-gamelift/commands/CreatePlayerSessionsCommand.ts +++ b/clients/client-gamelift/commands/CreatePlayerSessionsCommand.ts @@ -46,7 +46,7 @@ export interface CreatePlayerSessionsCommandOutput extends CreatePlayerSessionsO * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreatePlayerSessionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreatePlayerSessionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateScriptCommand.ts b/clients/client-gamelift/commands/CreateScriptCommand.ts index 0633d25b625a..1a151b272a54 100644 --- a/clients/client-gamelift/commands/CreateScriptCommand.ts +++ b/clients/client-gamelift/commands/CreateScriptCommand.ts @@ -66,7 +66,7 @@ export interface CreateScriptCommandOutput extends CreateScriptOutput, __Metadat * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/commands/CreateVpcPeeringAuthorizationCommand.ts index b901fbf69518..81ccd1891c59 100644 --- a/clients/client-gamelift/commands/CreateVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/commands/CreateVpcPeeringAuthorizationCommand.ts @@ -58,7 +58,7 @@ export interface CreateVpcPeeringAuthorizationCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateVpcPeeringAuthorizationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateVpcPeeringAuthorizationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-gamelift/commands/CreateVpcPeeringConnectionCommand.ts index fa24adbcbc0f..bf3f752598f7 100644 --- a/clients/client-gamelift/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/commands/CreateVpcPeeringConnectionCommand.ts @@ -53,7 +53,7 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, CreateVpcPeeringConnectionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, CreateVpcPeeringConnectionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteAliasCommand.ts b/clients/client-gamelift/commands/DeleteAliasCommand.ts index 8e381868760b..719fd6f2495e 100644 --- a/clients/client-gamelift/commands/DeleteAliasCommand.ts +++ b/clients/client-gamelift/commands/DeleteAliasCommand.ts @@ -37,7 +37,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {} * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteBuildCommand.ts b/clients/client-gamelift/commands/DeleteBuildCommand.ts index e7fe950d0234..a39fc68b2c71 100644 --- a/clients/client-gamelift/commands/DeleteBuildCommand.ts +++ b/clients/client-gamelift/commands/DeleteBuildCommand.ts @@ -44,7 +44,7 @@ export interface DeleteBuildCommandOutput extends __MetadataBearer {} * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteFleetCommand.ts b/clients/client-gamelift/commands/DeleteFleetCommand.ts index e01c1ca5b7f0..3388ca71973a 100644 --- a/clients/client-gamelift/commands/DeleteFleetCommand.ts +++ b/clients/client-gamelift/commands/DeleteFleetCommand.ts @@ -57,7 +57,7 @@ export interface DeleteFleetCommandOutput extends __MetadataBearer {} * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteFleetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteFleetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteFleetLocationsCommand.ts b/clients/client-gamelift/commands/DeleteFleetLocationsCommand.ts index 6e8f2c542a92..f89d5da871f4 100644 --- a/clients/client-gamelift/commands/DeleteFleetLocationsCommand.ts +++ b/clients/client-gamelift/commands/DeleteFleetLocationsCommand.ts @@ -51,7 +51,7 @@ export interface DeleteFleetLocationsCommandOutput extends DeleteFleetLocationsO * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteFleetLocationsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteFleetLocationsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteGameServerGroupCommand.ts b/clients/client-gamelift/commands/DeleteGameServerGroupCommand.ts index 35dc0e64cfd7..8ff9688c5a4b 100644 --- a/clients/client-gamelift/commands/DeleteGameServerGroupCommand.ts +++ b/clients/client-gamelift/commands/DeleteGameServerGroupCommand.ts @@ -70,7 +70,7 @@ export interface DeleteGameServerGroupCommandOutput extends DeleteGameServerGrou * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteGameSessionQueueCommand.ts b/clients/client-gamelift/commands/DeleteGameSessionQueueCommand.ts index 4fbd492bbcc6..ea24103b08fe 100644 --- a/clients/client-gamelift/commands/DeleteGameSessionQueueCommand.ts +++ b/clients/client-gamelift/commands/DeleteGameSessionQueueCommand.ts @@ -41,7 +41,7 @@ export interface DeleteGameSessionQueueCommandOutput extends DeleteGameSessionQu * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteGameSessionQueueCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteGameSessionQueueCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteMatchmakingConfigurationCommand.ts b/clients/client-gamelift/commands/DeleteMatchmakingConfigurationCommand.ts index 900a62186203..2240fb4b7baf 100644 --- a/clients/client-gamelift/commands/DeleteMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/commands/DeleteMatchmakingConfigurationCommand.ts @@ -41,7 +41,7 @@ export interface DeleteMatchmakingConfigurationCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteMatchmakingConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteMatchmakingConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteMatchmakingRuleSetCommand.ts b/clients/client-gamelift/commands/DeleteMatchmakingRuleSetCommand.ts index e98e175ba0d1..1293551059fb 100644 --- a/clients/client-gamelift/commands/DeleteMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/commands/DeleteMatchmakingRuleSetCommand.ts @@ -50,7 +50,7 @@ export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmaking * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteMatchmakingRuleSetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteMatchmakingRuleSetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteScalingPolicyCommand.ts b/clients/client-gamelift/commands/DeleteScalingPolicyCommand.ts index 75d3be93d57a..53db4aecce70 100644 --- a/clients/client-gamelift/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-gamelift/commands/DeleteScalingPolicyCommand.ts @@ -41,7 +41,7 @@ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {} * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteScalingPolicyCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteScalingPolicyCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteScriptCommand.ts b/clients/client-gamelift/commands/DeleteScriptCommand.ts index da018f26981c..76ea939399ee 100644 --- a/clients/client-gamelift/commands/DeleteScriptCommand.ts +++ b/clients/client-gamelift/commands/DeleteScriptCommand.ts @@ -46,7 +46,7 @@ export interface DeleteScriptCommandOutput extends __MetadataBearer {} * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/commands/DeleteVpcPeeringAuthorizationCommand.ts index 72da4b2f20b5..82977f177d94 100644 --- a/clients/client-gamelift/commands/DeleteVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/commands/DeleteVpcPeeringAuthorizationCommand.ts @@ -38,7 +38,7 @@ export interface DeleteVpcPeeringAuthorizationCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteVpcPeeringAuthorizationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteVpcPeeringAuthorizationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-gamelift/commands/DeleteVpcPeeringConnectionCommand.ts index 576fbb6cade6..d1df5b5363e7 100644 --- a/clients/client-gamelift/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/commands/DeleteVpcPeeringConnectionCommand.ts @@ -41,7 +41,7 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeleteVpcPeeringConnectionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeleteVpcPeeringConnectionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DeregisterGameServerCommand.ts b/clients/client-gamelift/commands/DeregisterGameServerCommand.ts index 3fb0d7ac30b0..2fda8df6667b 100644 --- a/clients/client-gamelift/commands/DeregisterGameServerCommand.ts +++ b/clients/client-gamelift/commands/DeregisterGameServerCommand.ts @@ -49,7 +49,7 @@ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {} * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DeregisterGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DeregisterGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeAliasCommand.ts b/clients/client-gamelift/commands/DescribeAliasCommand.ts index 14df968d5d95..a5a663d55b4d 100644 --- a/clients/client-gamelift/commands/DescribeAliasCommand.ts +++ b/clients/client-gamelift/commands/DescribeAliasCommand.ts @@ -38,7 +38,7 @@ export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __Metad * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeBuildCommand.ts b/clients/client-gamelift/commands/DescribeBuildCommand.ts index f3abc31b65f1..d4a6f766b27a 100644 --- a/clients/client-gamelift/commands/DescribeBuildCommand.ts +++ b/clients/client-gamelift/commands/DescribeBuildCommand.ts @@ -42,7 +42,7 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeEC2InstanceLimitsCommand.ts b/clients/client-gamelift/commands/DescribeEC2InstanceLimitsCommand.ts index c2271ae92ac7..71ac8496a22d 100644 --- a/clients/client-gamelift/commands/DescribeEC2InstanceLimitsCommand.ts +++ b/clients/client-gamelift/commands/DescribeEC2InstanceLimitsCommand.ts @@ -93,7 +93,7 @@ export interface DescribeEC2InstanceLimitsCommandOutput extends DescribeEC2Insta * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeEC2InstanceLimitsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeEC2InstanceLimitsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetAttributesCommand.ts b/clients/client-gamelift/commands/DescribeFleetAttributesCommand.ts index bd7eecadc361..78ffbb9e97bd 100644 --- a/clients/client-gamelift/commands/DescribeFleetAttributesCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetAttributesCommand.ts @@ -65,7 +65,7 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetAttributesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetAttributesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetCapacityCommand.ts b/clients/client-gamelift/commands/DescribeFleetCapacityCommand.ts index 15ff15fab7fd..d34e3da5233f 100644 --- a/clients/client-gamelift/commands/DescribeFleetCapacityCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetCapacityCommand.ts @@ -72,7 +72,7 @@ export interface DescribeFleetCapacityCommandOutput extends DescribeFleetCapacit * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetCapacityCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetCapacityCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetEventsCommand.ts b/clients/client-gamelift/commands/DescribeFleetEventsCommand.ts index c8a9b5a92e3e..274b5962e8cb 100644 --- a/clients/client-gamelift/commands/DescribeFleetEventsCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetEventsCommand.ts @@ -52,7 +52,7 @@ export interface DescribeFleetEventsCommandOutput extends DescribeFleetEventsOut * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetEventsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetEventsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetLocationAttributesCommand.ts b/clients/client-gamelift/commands/DescribeFleetLocationAttributesCommand.ts index 747132437dfc..70424be7545e 100644 --- a/clients/client-gamelift/commands/DescribeFleetLocationAttributesCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetLocationAttributesCommand.ts @@ -65,7 +65,7 @@ export interface DescribeFleetLocationAttributesCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetLocationAttributesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetLocationAttributesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetLocationCapacityCommand.ts b/clients/client-gamelift/commands/DescribeFleetLocationCapacityCommand.ts index 87f38eb81614..d96ee7c9aec9 100644 --- a/clients/client-gamelift/commands/DescribeFleetLocationCapacityCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetLocationCapacityCommand.ts @@ -57,7 +57,7 @@ export interface DescribeFleetLocationCapacityCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetLocationCapacityCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetLocationCapacityCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetLocationUtilizationCommand.ts b/clients/client-gamelift/commands/DescribeFleetLocationUtilizationCommand.ts index 0565cc7a9ffd..c990dcb9c64f 100644 --- a/clients/client-gamelift/commands/DescribeFleetLocationUtilizationCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetLocationUtilizationCommand.ts @@ -57,7 +57,7 @@ export interface DescribeFleetLocationUtilizationCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetLocationUtilizationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetLocationUtilizationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetPortSettingsCommand.ts b/clients/client-gamelift/commands/DescribeFleetPortSettingsCommand.ts index a0ad1242e74a..cc073fc76cb2 100644 --- a/clients/client-gamelift/commands/DescribeFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetPortSettingsCommand.ts @@ -63,7 +63,7 @@ export interface DescribeFleetPortSettingsCommandOutput extends DescribeFleetPor * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetPortSettingsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetPortSettingsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeFleetUtilizationCommand.ts b/clients/client-gamelift/commands/DescribeFleetUtilizationCommand.ts index f293de235b3d..bf671052cfd8 100644 --- a/clients/client-gamelift/commands/DescribeFleetUtilizationCommand.ts +++ b/clients/client-gamelift/commands/DescribeFleetUtilizationCommand.ts @@ -73,7 +73,7 @@ export interface DescribeFleetUtilizationCommandOutput extends DescribeFleetUtil * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeFleetUtilizationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeFleetUtilizationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeGameServerCommand.ts b/clients/client-gamelift/commands/DescribeGameServerCommand.ts index 4327788b3c26..113038faca66 100644 --- a/clients/client-gamelift/commands/DescribeGameServerCommand.ts +++ b/clients/client-gamelift/commands/DescribeGameServerCommand.ts @@ -47,7 +47,7 @@ export interface DescribeGameServerCommandOutput extends DescribeGameServerOutpu * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeGameServerGroupCommand.ts b/clients/client-gamelift/commands/DescribeGameServerGroupCommand.ts index b88c0c3c15c1..38535aa3a5bb 100644 --- a/clients/client-gamelift/commands/DescribeGameServerGroupCommand.ts +++ b/clients/client-gamelift/commands/DescribeGameServerGroupCommand.ts @@ -51,7 +51,7 @@ export interface DescribeGameServerGroupCommandOutput extends DescribeGameServer * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeGameServerInstancesCommand.ts b/clients/client-gamelift/commands/DescribeGameServerInstancesCommand.ts index 3617ccf336da..9d95d0abe376 100644 --- a/clients/client-gamelift/commands/DescribeGameServerInstancesCommand.ts +++ b/clients/client-gamelift/commands/DescribeGameServerInstancesCommand.ts @@ -61,7 +61,7 @@ export interface DescribeGameServerInstancesCommandOutput extends DescribeGameSe * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeGameServerInstancesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeGameServerInstancesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeGameSessionDetailsCommand.ts b/clients/client-gamelift/commands/DescribeGameSessionDetailsCommand.ts index cdc1133dfa71..be56987bb89c 100644 --- a/clients/client-gamelift/commands/DescribeGameSessionDetailsCommand.ts +++ b/clients/client-gamelift/commands/DescribeGameSessionDetailsCommand.ts @@ -71,7 +71,7 @@ export interface DescribeGameSessionDetailsCommandOutput extends DescribeGameSes * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeGameSessionDetailsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeGameSessionDetailsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeGameSessionPlacementCommand.ts b/clients/client-gamelift/commands/DescribeGameSessionPlacementCommand.ts index fc6d4417aaf7..9b338eb264b2 100644 --- a/clients/client-gamelift/commands/DescribeGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/commands/DescribeGameSessionPlacementCommand.ts @@ -42,7 +42,7 @@ export interface DescribeGameSessionPlacementCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeGameSessionPlacementCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeGameSessionPlacementCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeGameSessionQueuesCommand.ts b/clients/client-gamelift/commands/DescribeGameSessionQueuesCommand.ts index de7d15f07d3a..b1fb6c0cc68a 100644 --- a/clients/client-gamelift/commands/DescribeGameSessionQueuesCommand.ts +++ b/clients/client-gamelift/commands/DescribeGameSessionQueuesCommand.ts @@ -44,7 +44,7 @@ export interface DescribeGameSessionQueuesCommandOutput extends DescribeGameSess * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeGameSessionQueuesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeGameSessionQueuesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeGameSessionsCommand.ts b/clients/client-gamelift/commands/DescribeGameSessionsCommand.ts index cb560e194212..6a160cd85753 100644 --- a/clients/client-gamelift/commands/DescribeGameSessionsCommand.ts +++ b/clients/client-gamelift/commands/DescribeGameSessionsCommand.ts @@ -73,7 +73,7 @@ export interface DescribeGameSessionsCommandOutput extends DescribeGameSessionsO * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeGameSessionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeGameSessionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeInstancesCommand.ts b/clients/client-gamelift/commands/DescribeInstancesCommand.ts index 619b51d83a67..dbc0550806d3 100644 --- a/clients/client-gamelift/commands/DescribeInstancesCommand.ts +++ b/clients/client-gamelift/commands/DescribeInstancesCommand.ts @@ -61,7 +61,7 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput, * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeInstancesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeInstancesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeMatchmakingCommand.ts b/clients/client-gamelift/commands/DescribeMatchmakingCommand.ts index b47e41a7ff23..2dc1d3b4ed82 100644 --- a/clients/client-gamelift/commands/DescribeMatchmakingCommand.ts +++ b/clients/client-gamelift/commands/DescribeMatchmakingCommand.ts @@ -57,7 +57,7 @@ export interface DescribeMatchmakingCommandOutput extends DescribeMatchmakingOut * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeMatchmakingCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeMatchmakingCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeMatchmakingConfigurationsCommand.ts b/clients/client-gamelift/commands/DescribeMatchmakingConfigurationsCommand.ts index 126cb053bca9..c27c54c80385 100644 --- a/clients/client-gamelift/commands/DescribeMatchmakingConfigurationsCommand.ts +++ b/clients/client-gamelift/commands/DescribeMatchmakingConfigurationsCommand.ts @@ -52,7 +52,7 @@ export interface DescribeMatchmakingConfigurationsCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeMatchmakingConfigurationsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeMatchmakingConfigurationsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeMatchmakingRuleSetsCommand.ts b/clients/client-gamelift/commands/DescribeMatchmakingRuleSetsCommand.ts index f0feff60717a..94a794b67e36 100644 --- a/clients/client-gamelift/commands/DescribeMatchmakingRuleSetsCommand.ts +++ b/clients/client-gamelift/commands/DescribeMatchmakingRuleSetsCommand.ts @@ -51,7 +51,7 @@ export interface DescribeMatchmakingRuleSetsCommandOutput extends DescribeMatchm * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeMatchmakingRuleSetsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeMatchmakingRuleSetsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribePlayerSessionsCommand.ts b/clients/client-gamelift/commands/DescribePlayerSessionsCommand.ts index 841fbb157eea..2f4b359a004f 100644 --- a/clients/client-gamelift/commands/DescribePlayerSessionsCommand.ts +++ b/clients/client-gamelift/commands/DescribePlayerSessionsCommand.ts @@ -57,7 +57,7 @@ export interface DescribePlayerSessionsCommandOutput extends DescribePlayerSessi * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribePlayerSessionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribePlayerSessionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeRuntimeConfigurationCommand.ts b/clients/client-gamelift/commands/DescribeRuntimeConfigurationCommand.ts index 23ae8516e20b..d6588fe901e7 100644 --- a/clients/client-gamelift/commands/DescribeRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/commands/DescribeRuntimeConfigurationCommand.ts @@ -57,7 +57,7 @@ export interface DescribeRuntimeConfigurationCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeRuntimeConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeRuntimeConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeScalingPoliciesCommand.ts b/clients/client-gamelift/commands/DescribeScalingPoliciesCommand.ts index 6ac1ee2aa195..904d126240b8 100644 --- a/clients/client-gamelift/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-gamelift/commands/DescribeScalingPoliciesCommand.ts @@ -45,7 +45,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeScalingPoliciesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeScalingPoliciesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeScriptCommand.ts b/clients/client-gamelift/commands/DescribeScriptCommand.ts index 8009ef3021d8..32db9d6bccad 100644 --- a/clients/client-gamelift/commands/DescribeScriptCommand.ts +++ b/clients/client-gamelift/commands/DescribeScriptCommand.ts @@ -42,7 +42,7 @@ export interface DescribeScriptCommandOutput extends DescribeScriptOutput, __Met * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeVpcPeeringAuthorizationsCommand.ts b/clients/client-gamelift/commands/DescribeVpcPeeringAuthorizationsCommand.ts index ddd8a4b7c277..de5031e81548 100644 --- a/clients/client-gamelift/commands/DescribeVpcPeeringAuthorizationsCommand.ts +++ b/clients/client-gamelift/commands/DescribeVpcPeeringAuthorizationsCommand.ts @@ -39,7 +39,7 @@ export interface DescribeVpcPeeringAuthorizationsCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeVpcPeeringAuthorizationsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeVpcPeeringAuthorizationsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-gamelift/commands/DescribeVpcPeeringConnectionsCommand.ts index c275529db263..5633bf0af1ca 100644 --- a/clients/client-gamelift/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-gamelift/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -43,7 +43,7 @@ export interface DescribeVpcPeeringConnectionsCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, DescribeVpcPeeringConnectionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, DescribeVpcPeeringConnectionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/GetGameSessionLogUrlCommand.ts b/clients/client-gamelift/commands/GetGameSessionLogUrlCommand.ts index 67757d049d57..3a2298be400f 100644 --- a/clients/client-gamelift/commands/GetGameSessionLogUrlCommand.ts +++ b/clients/client-gamelift/commands/GetGameSessionLogUrlCommand.ts @@ -45,7 +45,7 @@ export interface GetGameSessionLogUrlCommandOutput extends GetGameSessionLogUrlO * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, GetGameSessionLogUrlCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, GetGameSessionLogUrlCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/GetInstanceAccessCommand.ts b/clients/client-gamelift/commands/GetInstanceAccessCommand.ts index ff93f79f3ca9..dbacbce2e4e1 100644 --- a/clients/client-gamelift/commands/GetInstanceAccessCommand.ts +++ b/clients/client-gamelift/commands/GetInstanceAccessCommand.ts @@ -57,7 +57,7 @@ export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput, * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, GetInstanceAccessCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, GetInstanceAccessCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ListAliasesCommand.ts b/clients/client-gamelift/commands/ListAliasesCommand.ts index 6b52de4a324a..c78c961460a2 100644 --- a/clients/client-gamelift/commands/ListAliasesCommand.ts +++ b/clients/client-gamelift/commands/ListAliasesCommand.ts @@ -40,7 +40,7 @@ export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ListAliasesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ListAliasesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ListBuildsCommand.ts b/clients/client-gamelift/commands/ListBuildsCommand.ts index 204a3e5c82d0..87d55e572083 100644 --- a/clients/client-gamelift/commands/ListBuildsCommand.ts +++ b/clients/client-gamelift/commands/ListBuildsCommand.ts @@ -47,7 +47,7 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ListBuildsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ListBuildsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ListFleetsCommand.ts b/clients/client-gamelift/commands/ListFleetsCommand.ts index 2273f1bf9361..34eb1df12a8e 100644 --- a/clients/client-gamelift/commands/ListFleetsCommand.ts +++ b/clients/client-gamelift/commands/ListFleetsCommand.ts @@ -69,7 +69,7 @@ export interface ListFleetsCommandOutput extends ListFleetsOutput, __MetadataBea * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ListFleetsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ListFleetsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ListGameServerGroupsCommand.ts b/clients/client-gamelift/commands/ListGameServerGroupsCommand.ts index 16702a77b685..7af69f73cad7 100644 --- a/clients/client-gamelift/commands/ListGameServerGroupsCommand.ts +++ b/clients/client-gamelift/commands/ListGameServerGroupsCommand.ts @@ -48,7 +48,7 @@ export interface ListGameServerGroupsCommandOutput extends ListGameServerGroupsO * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ListGameServerGroupsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ListGameServerGroupsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ListGameServersCommand.ts b/clients/client-gamelift/commands/ListGameServersCommand.ts index f805cbd3a402..68f3ab007085 100644 --- a/clients/client-gamelift/commands/ListGameServersCommand.ts +++ b/clients/client-gamelift/commands/ListGameServersCommand.ts @@ -46,7 +46,7 @@ export interface ListGameServersCommandOutput extends ListGameServersOutput, __M * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ListGameServersCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ListGameServersCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ListScriptsCommand.ts b/clients/client-gamelift/commands/ListScriptsCommand.ts index 0463683876e4..2aaee0a3d498 100644 --- a/clients/client-gamelift/commands/ListScriptsCommand.ts +++ b/clients/client-gamelift/commands/ListScriptsCommand.ts @@ -40,7 +40,7 @@ export interface ListScriptsCommandOutput extends ListScriptsOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ListScriptsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ListScriptsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ListTagsForResourceCommand.ts b/clients/client-gamelift/commands/ListTagsForResourceCommand.ts index 7e4e973c897c..1b70089a63c7 100644 --- a/clients/client-gamelift/commands/ListTagsForResourceCommand.ts +++ b/clients/client-gamelift/commands/ListTagsForResourceCommand.ts @@ -71,7 +71,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ListTagsForResourceCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ListTagsForResourceCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/PutScalingPolicyCommand.ts b/clients/client-gamelift/commands/PutScalingPolicyCommand.ts index 69dc1fda040c..339d0cf14e31 100644 --- a/clients/client-gamelift/commands/PutScalingPolicyCommand.ts +++ b/clients/client-gamelift/commands/PutScalingPolicyCommand.ts @@ -99,7 +99,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyOutput, _ * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, PutScalingPolicyCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, PutScalingPolicyCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/RegisterGameServerCommand.ts b/clients/client-gamelift/commands/RegisterGameServerCommand.ts index 50dd1f8db387..06614e8b1cae 100644 --- a/clients/client-gamelift/commands/RegisterGameServerCommand.ts +++ b/clients/client-gamelift/commands/RegisterGameServerCommand.ts @@ -57,7 +57,7 @@ export interface RegisterGameServerCommandOutput extends RegisterGameServerOutpu * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, RegisterGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, RegisterGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/RequestUploadCredentialsCommand.ts b/clients/client-gamelift/commands/RequestUploadCredentialsCommand.ts index dda8322a93fa..dd90f5b7c6d9 100644 --- a/clients/client-gamelift/commands/RequestUploadCredentialsCommand.ts +++ b/clients/client-gamelift/commands/RequestUploadCredentialsCommand.ts @@ -46,7 +46,7 @@ export interface RequestUploadCredentialsCommandOutput extends RequestUploadCred * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, RequestUploadCredentialsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, RequestUploadCredentialsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ResolveAliasCommand.ts b/clients/client-gamelift/commands/ResolveAliasCommand.ts index d373be8c5c85..a16657a2754d 100644 --- a/clients/client-gamelift/commands/ResolveAliasCommand.ts +++ b/clients/client-gamelift/commands/ResolveAliasCommand.ts @@ -35,7 +35,7 @@ export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __Metadat * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ResolveAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ResolveAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ResumeGameServerGroupCommand.ts b/clients/client-gamelift/commands/ResumeGameServerGroupCommand.ts index 2be7bab49c4f..f7450163bd59 100644 --- a/clients/client-gamelift/commands/ResumeGameServerGroupCommand.ts +++ b/clients/client-gamelift/commands/ResumeGameServerGroupCommand.ts @@ -54,7 +54,7 @@ export interface ResumeGameServerGroupCommandOutput extends ResumeGameServerGrou * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ResumeGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ResumeGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/SearchGameSessionsCommand.ts b/clients/client-gamelift/commands/SearchGameSessionsCommand.ts index 46de2b8cbba8..5012f167d069 100644 --- a/clients/client-gamelift/commands/SearchGameSessionsCommand.ts +++ b/clients/client-gamelift/commands/SearchGameSessionsCommand.ts @@ -119,7 +119,7 @@ export interface SearchGameSessionsCommandOutput extends SearchGameSessionsOutpu * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, SearchGameSessionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, SearchGameSessionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/StartFleetActionsCommand.ts b/clients/client-gamelift/commands/StartFleetActionsCommand.ts index 91a0f74bb001..c8a4cb9080e9 100644 --- a/clients/client-gamelift/commands/StartFleetActionsCommand.ts +++ b/clients/client-gamelift/commands/StartFleetActionsCommand.ts @@ -60,7 +60,7 @@ export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput, * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, StartFleetActionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, StartFleetActionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/StartGameSessionPlacementCommand.ts b/clients/client-gamelift/commands/StartGameSessionPlacementCommand.ts index 3623204e6eb8..30fc7a225212 100644 --- a/clients/client-gamelift/commands/StartGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/commands/StartGameSessionPlacementCommand.ts @@ -77,7 +77,7 @@ export interface StartGameSessionPlacementCommandOutput extends StartGameSession * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, StartGameSessionPlacementCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, StartGameSessionPlacementCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/StartMatchBackfillCommand.ts b/clients/client-gamelift/commands/StartMatchBackfillCommand.ts index 4486e44e3431..3fdd66e50b61 100644 --- a/clients/client-gamelift/commands/StartMatchBackfillCommand.ts +++ b/clients/client-gamelift/commands/StartMatchBackfillCommand.ts @@ -69,7 +69,7 @@ export interface StartMatchBackfillCommandOutput extends StartMatchBackfillOutpu * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, StartMatchBackfillCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, StartMatchBackfillCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/StartMatchmakingCommand.ts b/clients/client-gamelift/commands/StartMatchmakingCommand.ts index 2ae17f3c6645..f5809017110f 100644 --- a/clients/client-gamelift/commands/StartMatchmakingCommand.ts +++ b/clients/client-gamelift/commands/StartMatchmakingCommand.ts @@ -63,7 +63,7 @@ export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, _ * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, StartMatchmakingCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, StartMatchmakingCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/StopFleetActionsCommand.ts b/clients/client-gamelift/commands/StopFleetActionsCommand.ts index 792ea62fd890..5d99edc78c68 100644 --- a/clients/client-gamelift/commands/StopFleetActionsCommand.ts +++ b/clients/client-gamelift/commands/StopFleetActionsCommand.ts @@ -65,7 +65,7 @@ export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, _ * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, StopFleetActionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, StopFleetActionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/StopGameSessionPlacementCommand.ts b/clients/client-gamelift/commands/StopGameSessionPlacementCommand.ts index 1c5cb0b5ebf6..b916971bb0e7 100644 --- a/clients/client-gamelift/commands/StopGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/commands/StopGameSessionPlacementCommand.ts @@ -40,7 +40,7 @@ export interface StopGameSessionPlacementCommandOutput extends StopGameSessionPl * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, StopGameSessionPlacementCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, StopGameSessionPlacementCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/StopMatchmakingCommand.ts b/clients/client-gamelift/commands/StopMatchmakingCommand.ts index 4526f44962e9..0d183658384b 100644 --- a/clients/client-gamelift/commands/StopMatchmakingCommand.ts +++ b/clients/client-gamelift/commands/StopMatchmakingCommand.ts @@ -52,7 +52,7 @@ export interface StopMatchmakingCommandOutput extends StopMatchmakingOutput, __M * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, StopMatchmakingCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, StopMatchmakingCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/SuspendGameServerGroupCommand.ts b/clients/client-gamelift/commands/SuspendGameServerGroupCommand.ts index 0b08ead37572..30f7e994cf3e 100644 --- a/clients/client-gamelift/commands/SuspendGameServerGroupCommand.ts +++ b/clients/client-gamelift/commands/SuspendGameServerGroupCommand.ts @@ -64,7 +64,7 @@ export interface SuspendGameServerGroupCommandOutput extends SuspendGameServerGr * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, SuspendGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, SuspendGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/TagResourceCommand.ts b/clients/client-gamelift/commands/TagResourceCommand.ts index 06cc640be1ce..f5db227661a6 100644 --- a/clients/client-gamelift/commands/TagResourceCommand.ts +++ b/clients/client-gamelift/commands/TagResourceCommand.ts @@ -73,7 +73,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, TagResourceCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, TagResourceCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UntagResourceCommand.ts b/clients/client-gamelift/commands/UntagResourceCommand.ts index df07a05344c4..c2f9c8877c5e 100644 --- a/clients/client-gamelift/commands/UntagResourceCommand.ts +++ b/clients/client-gamelift/commands/UntagResourceCommand.ts @@ -73,7 +73,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UntagResourceCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UntagResourceCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateAliasCommand.ts b/clients/client-gamelift/commands/UpdateAliasCommand.ts index 90e52d5ba8a2..59876570fc89 100644 --- a/clients/client-gamelift/commands/UpdateAliasCommand.ts +++ b/clients/client-gamelift/commands/UpdateAliasCommand.ts @@ -38,7 +38,7 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateBuildCommand.ts b/clients/client-gamelift/commands/UpdateBuildCommand.ts index 727e112fc562..b857c3e42f14 100644 --- a/clients/client-gamelift/commands/UpdateBuildCommand.ts +++ b/clients/client-gamelift/commands/UpdateBuildCommand.ts @@ -43,7 +43,7 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateFleetAttributesCommand.ts b/clients/client-gamelift/commands/UpdateFleetAttributesCommand.ts index 35039974ba47..769c9fba9240 100644 --- a/clients/client-gamelift/commands/UpdateFleetAttributesCommand.ts +++ b/clients/client-gamelift/commands/UpdateFleetAttributesCommand.ts @@ -50,7 +50,7 @@ export interface UpdateFleetAttributesCommandOutput extends UpdateFleetAttribute * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateFleetAttributesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateFleetAttributesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateFleetCapacityCommand.ts b/clients/client-gamelift/commands/UpdateFleetCapacityCommand.ts index b94a7dafb24e..0ac089602c64 100644 --- a/clients/client-gamelift/commands/UpdateFleetCapacityCommand.ts +++ b/clients/client-gamelift/commands/UpdateFleetCapacityCommand.ts @@ -83,7 +83,7 @@ export interface UpdateFleetCapacityCommandOutput extends UpdateFleetCapacityOut * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateFleetCapacityCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateFleetCapacityCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateFleetPortSettingsCommand.ts b/clients/client-gamelift/commands/UpdateFleetPortSettingsCommand.ts index 04d286dd09c0..814ad33fbfb9 100644 --- a/clients/client-gamelift/commands/UpdateFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/commands/UpdateFleetPortSettingsCommand.ts @@ -56,7 +56,7 @@ export interface UpdateFleetPortSettingsCommandOutput extends UpdateFleetPortSet * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateFleetPortSettingsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateFleetPortSettingsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateGameServerCommand.ts b/clients/client-gamelift/commands/UpdateGameServerCommand.ts index 417ec7b99631..ec36270cda06 100644 --- a/clients/client-gamelift/commands/UpdateGameServerCommand.ts +++ b/clients/client-gamelift/commands/UpdateGameServerCommand.ts @@ -68,7 +68,7 @@ export interface UpdateGameServerCommandOutput extends UpdateGameServerOutput, _ * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateGameServerGroupCommand.ts b/clients/client-gamelift/commands/UpdateGameServerGroupCommand.ts index a3000e8269eb..be9c905e2f96 100644 --- a/clients/client-gamelift/commands/UpdateGameServerGroupCommand.ts +++ b/clients/client-gamelift/commands/UpdateGameServerGroupCommand.ts @@ -52,7 +52,7 @@ export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGrou * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateGameSessionCommand.ts b/clients/client-gamelift/commands/UpdateGameSessionCommand.ts index a8b9cc3cd0ed..64e2bca1f4c9 100644 --- a/clients/client-gamelift/commands/UpdateGameSessionCommand.ts +++ b/clients/client-gamelift/commands/UpdateGameSessionCommand.ts @@ -41,7 +41,7 @@ export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput, * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateGameSessionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateGameSessionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateGameSessionQueueCommand.ts b/clients/client-gamelift/commands/UpdateGameSessionQueueCommand.ts index 0c25a2b8a08b..2b44353383a7 100644 --- a/clients/client-gamelift/commands/UpdateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/commands/UpdateGameSessionQueueCommand.ts @@ -43,7 +43,7 @@ export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQu * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateGameSessionQueueCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateGameSessionQueueCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/commands/UpdateMatchmakingConfigurationCommand.ts index 879858fd92cf..da2b306c32e0 100644 --- a/clients/client-gamelift/commands/UpdateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/commands/UpdateMatchmakingConfigurationCommand.ts @@ -48,7 +48,7 @@ export interface UpdateMatchmakingConfigurationCommandOutput * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateMatchmakingConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateMatchmakingConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateRuntimeConfigurationCommand.ts b/clients/client-gamelift/commands/UpdateRuntimeConfigurationCommand.ts index 2efbf5bc9d51..4746915768a0 100644 --- a/clients/client-gamelift/commands/UpdateRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/commands/UpdateRuntimeConfigurationCommand.ts @@ -57,7 +57,7 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateRuntimeConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateRuntimeConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/UpdateScriptCommand.ts b/clients/client-gamelift/commands/UpdateScriptCommand.ts index 283964676010..4e2694d0c105 100644 --- a/clients/client-gamelift/commands/UpdateScriptCommand.ts +++ b/clients/client-gamelift/commands/UpdateScriptCommand.ts @@ -49,7 +49,7 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, UpdateScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, UpdateScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-gamelift/commands/ValidateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/commands/ValidateMatchmakingRuleSetCommand.ts index 165963fa0c1d..dff639856d65 100644 --- a/clients/client-gamelift/commands/ValidateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/commands/ValidateMatchmakingRuleSetCommand.ts @@ -50,7 +50,7 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma * All APIs by task *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GameLiftClient, ValidateMatchmakingRuleSetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import * // const { GameLiftClient, ValidateMatchmakingRuleSetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import diff --git a/clients/client-glacier/commands/AbortMultipartUploadCommand.ts b/clients/client-glacier/commands/AbortMultipartUploadCommand.ts index 36b02c3c29e8..89802b55ab10 100644 --- a/clients/client-glacier/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-glacier/commands/AbortMultipartUploadCommand.ts @@ -40,7 +40,7 @@ export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {} * Amazon S3 Glacier and Abort Multipart * Upload in the Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, AbortMultipartUploadCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, AbortMultipartUploadCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/AbortVaultLockCommand.ts b/clients/client-glacier/commands/AbortVaultLockCommand.ts index c6113e878c23..3eb63b41a495 100644 --- a/clients/client-glacier/commands/AbortVaultLockCommand.ts +++ b/clients/client-glacier/commands/AbortVaultLockCommand.ts @@ -36,7 +36,7 @@ export interface AbortVaultLockCommandOutput extends __MetadataBearer {} * times, if the vault lock is in the InProgress state or if there is no policy * associated with the vault.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, AbortVaultLockCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, AbortVaultLockCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/AddTagsToVaultCommand.ts b/clients/client-glacier/commands/AddTagsToVaultCommand.ts index 41155743bb67..0d05288e6377 100644 --- a/clients/client-glacier/commands/AddTagsToVaultCommand.ts +++ b/clients/client-glacier/commands/AddTagsToVaultCommand.ts @@ -28,7 +28,7 @@ export interface AddTagsToVaultCommandOutput extends __MetadataBearer {} * will be overwritten. For more information about tags, see Tagging Amazon S3 Glacier Resources. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, AddTagsToVaultCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, AddTagsToVaultCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/CompleteMultipartUploadCommand.ts b/clients/client-glacier/commands/CompleteMultipartUploadCommand.ts index 1a0387a751b9..8314106ca865 100644 --- a/clients/client-glacier/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-glacier/commands/CompleteMultipartUploadCommand.ts @@ -60,7 +60,7 @@ export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOut * Parts (Multipart Upload) and Complete Multipart * Upload in the Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, CompleteMultipartUploadCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, CompleteMultipartUploadCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/CompleteVaultLockCommand.ts b/clients/client-glacier/commands/CompleteVaultLockCommand.ts index 353d0471d3a5..c013e5861743 100644 --- a/clients/client-glacier/commands/CompleteVaultLockCommand.ts +++ b/clients/client-glacier/commands/CompleteVaultLockCommand.ts @@ -36,7 +36,7 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {} * InProgress state, the operation throws an InvalidParameter * error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, CompleteVaultLockCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, CompleteVaultLockCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/CreateVaultCommand.ts b/clients/client-glacier/commands/CreateVaultCommand.ts index 4ea76b6d4e1a..08947518fc93 100644 --- a/clients/client-glacier/commands/CreateVaultCommand.ts +++ b/clients/client-glacier/commands/CreateVaultCommand.ts @@ -46,7 +46,7 @@ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataB * Glacier and Create Vault in the * Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, CreateVaultCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, CreateVaultCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/DeleteArchiveCommand.ts b/clients/client-glacier/commands/DeleteArchiveCommand.ts index d49e36201162..ff0f3e46ed7e 100644 --- a/clients/client-glacier/commands/DeleteArchiveCommand.ts +++ b/clients/client-glacier/commands/DeleteArchiveCommand.ts @@ -49,7 +49,7 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {} * Glacier and Delete Archive in the * Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, DeleteArchiveCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, DeleteArchiveCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/DeleteVaultAccessPolicyCommand.ts b/clients/client-glacier/commands/DeleteVaultAccessPolicyCommand.ts index eeca9ca09bbb..b2256e0e164c 100644 --- a/clients/client-glacier/commands/DeleteVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/commands/DeleteVaultAccessPolicyCommand.ts @@ -29,7 +29,7 @@ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer { * no policy associated with the vault. For more information about vault access policies, see * Amazon Glacier Access Control with Vault Access Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, DeleteVaultAccessPolicyCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, DeleteVaultAccessPolicyCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/DeleteVaultCommand.ts b/clients/client-glacier/commands/DeleteVaultCommand.ts index 5fca82fdba9f..1352c9f03a62 100644 --- a/clients/client-glacier/commands/DeleteVaultCommand.ts +++ b/clients/client-glacier/commands/DeleteVaultCommand.ts @@ -42,7 +42,7 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {} * Glacier and Delete Vault in the * Amazon S3 Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, DeleteVaultCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, DeleteVaultCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/DeleteVaultNotificationsCommand.ts b/clients/client-glacier/commands/DeleteVaultNotificationsCommand.ts index ab92ff97a886..b1066f6c03ba 100644 --- a/clients/client-glacier/commands/DeleteVaultNotificationsCommand.ts +++ b/clients/client-glacier/commands/DeleteVaultNotificationsCommand.ts @@ -35,7 +35,7 @@ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer * Notifications in Amazon S3 Glacier and Delete Vault * Notification Configuration in the Amazon S3 Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, DeleteVaultNotificationsCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, DeleteVaultNotificationsCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/DescribeJobCommand.ts b/clients/client-glacier/commands/DescribeJobCommand.ts index fd5b4a572583..b5bed70b991f 100644 --- a/clients/client-glacier/commands/DescribeJobCommand.ts +++ b/clients/client-glacier/commands/DescribeJobCommand.ts @@ -46,7 +46,7 @@ export interface DescribeJobCommandOutput extends GlacierJobDescription, __Metad * see the documentation for the underlying REST API Describe Job * in the Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, DescribeJobCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, DescribeJobCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/DescribeVaultCommand.ts b/clients/client-glacier/commands/DescribeVaultCommand.ts index d422481e4a8f..f0831b642686 100644 --- a/clients/client-glacier/commands/DescribeVaultCommand.ts +++ b/clients/client-glacier/commands/DescribeVaultCommand.ts @@ -40,7 +40,7 @@ export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __Metad * Amazon S3 Glacier and Describe Vault in the * Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, DescribeVaultCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, DescribeVaultCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/GetDataRetrievalPolicyCommand.ts b/clients/client-glacier/commands/GetDataRetrievalPolicyCommand.ts index 78428d8b3847..d86f49aab174 100644 --- a/clients/client-glacier/commands/GetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/commands/GetDataRetrievalPolicyCommand.ts @@ -25,7 +25,7 @@ export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPol * specified in the GET request. For more information about data retrieval policies, see * Amazon Glacier Data Retrieval Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, GetDataRetrievalPolicyCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, GetDataRetrievalPolicyCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/GetJobOutputCommand.ts b/clients/client-glacier/commands/GetJobOutputCommand.ts index 3a8c0591c3de..eeffc4c212d5 100644 --- a/clients/client-glacier/commands/GetJobOutputCommand.ts +++ b/clients/client-glacier/commands/GetJobOutputCommand.ts @@ -59,7 +59,7 @@ export interface GetJobOutputCommandOutput extends GetJobOutputOutput, __Metadat * Archive, and Get Job Output *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, GetJobOutputCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, GetJobOutputCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/GetVaultAccessPolicyCommand.ts b/clients/client-glacier/commands/GetVaultAccessPolicyCommand.ts index f935d6d84b6a..5319360aa21a 100644 --- a/clients/client-glacier/commands/GetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/commands/GetVaultAccessPolicyCommand.ts @@ -28,7 +28,7 @@ export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyO * access policies, see Amazon Glacier Access Control * with Vault Access Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, GetVaultAccessPolicyCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, GetVaultAccessPolicyCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/GetVaultLockCommand.ts b/clients/client-glacier/commands/GetVaultLockCommand.ts index 3390f92c3db2..9232771ac91d 100644 --- a/clients/client-glacier/commands/GetVaultLockCommand.ts +++ b/clients/client-glacier/commands/GetVaultLockCommand.ts @@ -50,7 +50,7 @@ export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __Metadat * Not found error. For more information about vault lock policies, Amazon * Glacier Access Control with Vault Lock Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, GetVaultLockCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, GetVaultLockCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/GetVaultNotificationsCommand.ts b/clients/client-glacier/commands/GetVaultNotificationsCommand.ts index 3508976ddb5d..647966e43f5b 100644 --- a/clients/client-glacier/commands/GetVaultNotificationsCommand.ts +++ b/clients/client-glacier/commands/GetVaultNotificationsCommand.ts @@ -38,7 +38,7 @@ export interface GetVaultNotificationsCommandOutput extends GetVaultNotification * Notifications in Amazon S3 Glacier and Get Vault Notification * Configuration in the Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, GetVaultNotificationsCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, GetVaultNotificationsCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/InitiateJobCommand.ts b/clients/client-glacier/commands/InitiateJobCommand.ts index 498bb1353469..e33101862557 100644 --- a/clients/client-glacier/commands/InitiateJobCommand.ts +++ b/clients/client-glacier/commands/InitiateJobCommand.ts @@ -27,7 +27,7 @@ export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataB * a Job. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, InitiateJobCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, InitiateJobCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/InitiateMultipartUploadCommand.ts b/clients/client-glacier/commands/InitiateMultipartUploadCommand.ts index f846f5fc6994..76d562da0884 100644 --- a/clients/client-glacier/commands/InitiateMultipartUploadCommand.ts +++ b/clients/client-glacier/commands/InitiateMultipartUploadCommand.ts @@ -56,7 +56,7 @@ export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartU * Parts (Multipart Upload) and Initiate Multipart * Upload in the Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, InitiateMultipartUploadCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, InitiateMultipartUploadCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/InitiateVaultLockCommand.ts b/clients/client-glacier/commands/InitiateVaultLockCommand.ts index 7dbc6ff16ced..d1acb397ca3e 100644 --- a/clients/client-glacier/commands/InitiateVaultLockCommand.ts +++ b/clients/client-glacier/commands/InitiateVaultLockCommand.ts @@ -57,7 +57,7 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, * lock is in the InProgress state you must call AbortVaultLock * before you can initiate a new vault lock policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, InitiateVaultLockCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, InitiateVaultLockCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/ListJobsCommand.ts b/clients/client-glacier/commands/ListJobsCommand.ts index e7a0cdd78056..2d5924dc4c37 100644 --- a/clients/client-glacier/commands/ListJobsCommand.ts +++ b/clients/client-glacier/commands/ListJobsCommand.ts @@ -58,7 +58,7 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer *

For more information about using this operation, * see the documentation for the underlying REST API List Jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, ListJobsCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, ListJobsCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/ListMultipartUploadsCommand.ts b/clients/client-glacier/commands/ListMultipartUploadsCommand.ts index 1a62bff48175..070d77f5ed0b 100644 --- a/clients/client-glacier/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-glacier/commands/ListMultipartUploadsCommand.ts @@ -48,7 +48,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO * with Archives in Amazon S3 Glacier and List Multipart Uploads * in the Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, ListMultipartUploadsCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, ListMultipartUploadsCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/ListPartsCommand.ts b/clients/client-glacier/commands/ListPartsCommand.ts index f586a871072d..b4f76810b577 100644 --- a/clients/client-glacier/commands/ListPartsCommand.ts +++ b/clients/client-glacier/commands/ListPartsCommand.ts @@ -44,7 +44,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare * with Archives in Amazon S3 Glacier and List Parts in the * Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, ListPartsCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, ListPartsCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/ListProvisionedCapacityCommand.ts b/clients/client-glacier/commands/ListProvisionedCapacityCommand.ts index 73fa81d60d79..a4569029025a 100644 --- a/clients/client-glacier/commands/ListProvisionedCapacityCommand.ts +++ b/clients/client-glacier/commands/ListProvisionedCapacityCommand.ts @@ -24,7 +24,7 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap *

This operation lists the provisioned capacity units for the specified AWS * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, ListProvisionedCapacityCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, ListProvisionedCapacityCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/ListTagsForVaultCommand.ts b/clients/client-glacier/commands/ListTagsForVaultCommand.ts index 9414e8eb2240..04f3e3c4a466 100644 --- a/clients/client-glacier/commands/ListTagsForVaultCommand.ts +++ b/clients/client-glacier/commands/ListTagsForVaultCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _ * map if there are no tags. For more information about tags, see Tagging Amazon S3 Glacier * Resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, ListTagsForVaultCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, ListTagsForVaultCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/ListVaultsCommand.ts b/clients/client-glacier/commands/ListVaultsCommand.ts index 5f33cdff43f0..aa4ccf663b7e 100644 --- a/clients/client-glacier/commands/ListVaultsCommand.ts +++ b/clients/client-glacier/commands/ListVaultsCommand.ts @@ -41,7 +41,7 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea * Amazon S3 Glacier and List Vaults in the * Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, ListVaultsCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, ListVaultsCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/PurchaseProvisionedCapacityCommand.ts b/clients/client-glacier/commands/PurchaseProvisionedCapacityCommand.ts index 43b01673df0b..9d865609e46b 100644 --- a/clients/client-glacier/commands/PurchaseProvisionedCapacityCommand.ts +++ b/clients/client-glacier/commands/PurchaseProvisionedCapacityCommand.ts @@ -23,7 +23,7 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis /** *

This operation purchases a provisioned capacity unit for an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, PurchaseProvisionedCapacityCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, PurchaseProvisionedCapacityCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/RemoveTagsFromVaultCommand.ts b/clients/client-glacier/commands/RemoveTagsFromVaultCommand.ts index a8e0962eec0e..87e334a175ef 100644 --- a/clients/client-glacier/commands/RemoveTagsFromVaultCommand.ts +++ b/clients/client-glacier/commands/RemoveTagsFromVaultCommand.ts @@ -26,7 +26,7 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {} * This operation is idempotent. The operation will be successful, even if there are no tags * attached to the vault.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, RemoveTagsFromVaultCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, RemoveTagsFromVaultCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/SetDataRetrievalPolicyCommand.ts b/clients/client-glacier/commands/SetDataRetrievalPolicyCommand.ts index ca3b95044768..6bcacb41976f 100644 --- a/clients/client-glacier/commands/SetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/commands/SetDataRetrievalPolicyCommand.ts @@ -28,7 +28,7 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {} * the policy was enacted. For more information about data retrieval policies, see Amazon * Glacier Data Retrieval Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, SetDataRetrievalPolicyCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, SetDataRetrievalPolicyCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/SetVaultAccessPolicyCommand.ts b/clients/client-glacier/commands/SetVaultAccessPolicyCommand.ts index bbbba51dcef0..f9cb4419a54a 100644 --- a/clients/client-glacier/commands/SetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/commands/SetVaultAccessPolicyCommand.ts @@ -28,7 +28,7 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {} * the policy can be up to 20 KB in size. For more information about vault access policies, * see Amazon Glacier Access Control with Vault Access Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, SetVaultAccessPolicyCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, SetVaultAccessPolicyCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/SetVaultNotificationsCommand.ts b/clients/client-glacier/commands/SetVaultNotificationsCommand.ts index f42339956696..9c3721d964e8 100644 --- a/clients/client-glacier/commands/SetVaultNotificationsCommand.ts +++ b/clients/client-glacier/commands/SetVaultNotificationsCommand.ts @@ -60,7 +60,7 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {} * Notifications in Amazon S3 Glacier and Set Vault Notification * Configuration in the Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, SetVaultNotificationsCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, SetVaultNotificationsCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/UploadArchiveCommand.ts b/clients/client-glacier/commands/UploadArchiveCommand.ts index e76f18dfec74..3357f31cdd64 100644 --- a/clients/client-glacier/commands/UploadArchiveCommand.ts +++ b/clients/client-glacier/commands/UploadArchiveCommand.ts @@ -63,7 +63,7 @@ export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __Met * Glacier and Upload Archive in the * Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, UploadArchiveCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, UploadArchiveCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-glacier/commands/UploadMultipartPartCommand.ts b/clients/client-glacier/commands/UploadMultipartPartCommand.ts index 6bd8b19db051..37763563daea 100644 --- a/clients/client-glacier/commands/UploadMultipartPartCommand.ts +++ b/clients/client-glacier/commands/UploadMultipartPartCommand.ts @@ -82,7 +82,7 @@ export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOut * Parts (Multipart Upload) and Upload Part in the * Amazon Glacier Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlacierClient, UploadMultipartPartCommand } from "@aws-sdk/client-glacier"; // ES Modules import * // const { GlacierClient, UploadMultipartPartCommand } = require("@aws-sdk/client-glacier"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/AddCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/commands/AddCustomRoutingEndpointsCommand.ts index 1fd3b429ed3c..f7120a3e7b50 100644 --- a/clients/client-global-accelerator/commands/AddCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/commands/AddCustomRoutingEndpointsCommand.ts @@ -37,7 +37,7 @@ export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRouting * traffic, see the * AllowCustomRoutingTraffic operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/AdvertiseByoipCidrCommand.ts b/clients/client-global-accelerator/commands/AdvertiseByoipCidrCommand.ts index 557c2bd5568b..511039b920b8 100644 --- a/clients/client-global-accelerator/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-global-accelerator/commands/AdvertiseByoipCidrCommand.ts @@ -33,7 +33,7 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrRespo *

For more information, see Bring Your Own * IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/AllowCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/commands/AllowCustomRoutingTrafficCommand.ts index 954f488dd9f1..f9c6dff02f09 100644 --- a/clients/client-global-accelerator/commands/AllowCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/commands/AllowCustomRoutingTrafficCommand.ts @@ -32,7 +32,7 @@ export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer *

After you make changes, you can verify that the updates are complete by checking the status of your * accelerator: the status changes from IN_PROGRESS to DEPLOYED.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/CreateAcceleratorCommand.ts b/clients/client-global-accelerator/commands/CreateAcceleratorCommand.ts index 2467002b2422..100420f6334d 100644 --- a/clients/client-global-accelerator/commands/CreateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/CreateAcceleratorCommand.ts @@ -32,7 +32,7 @@ export interface CreateAcceleratorCommandOutput extends CreateAcceleratorRespons * US West (Oregon) Region to create or update accelerators.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, CreateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, CreateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/CreateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/commands/CreateCustomRoutingAcceleratorCommand.ts index d456615b216f..e67fb9d86da4 100644 --- a/clients/client-global-accelerator/commands/CreateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/CreateCustomRoutingAcceleratorCommand.ts @@ -38,7 +38,7 @@ export interface CreateCustomRoutingAcceleratorCommandOutput * US West (Oregon) Region to create or update accelerators.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/CreateCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/commands/CreateCustomRoutingEndpointGroupCommand.ts index 1066ec35d902..9a84b9fbda1c 100644 --- a/clients/client-global-accelerator/commands/CreateCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/commands/CreateCustomRoutingEndpointGroupCommand.ts @@ -31,7 +31,7 @@ export interface CreateCustomRoutingEndpointGroupCommandOutput * An endpoint group is a collection of endpoints in one AWS * Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/CreateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/commands/CreateCustomRoutingListenerCommand.ts index 621c87ccfdd6..9efed350fe01 100644 --- a/clients/client-global-accelerator/commands/CreateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/commands/CreateCustomRoutingListenerCommand.ts @@ -30,7 +30,7 @@ export interface CreateCustomRoutingListenerCommandOutput *

Create a listener to process inbound connections from clients to a custom routing accelerator. * Connections arrive to assigned static IP addresses on the port range that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/CreateEndpointGroupCommand.ts b/clients/client-global-accelerator/commands/CreateEndpointGroupCommand.ts index 891c704fb045..cf613cd357ca 100644 --- a/clients/client-global-accelerator/commands/CreateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/commands/CreateEndpointGroupCommand.ts @@ -28,7 +28,7 @@ export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupRes *

Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS * Region. A resource must be valid and active when you add it as an endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, CreateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, CreateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/CreateListenerCommand.ts b/clients/client-global-accelerator/commands/CreateListenerCommand.ts index 264459839926..d1a743f31bde 100644 --- a/clients/client-global-accelerator/commands/CreateListenerCommand.ts +++ b/clients/client-global-accelerator/commands/CreateListenerCommand.ts @@ -28,7 +28,7 @@ export interface CreateListenerCommandOutput extends CreateListenerResponse, __M *

Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static * IP addresses on a port, port range, or list of port ranges that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, CreateListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, CreateListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DeleteAcceleratorCommand.ts b/clients/client-global-accelerator/commands/DeleteAcceleratorCommand.ts index 0247b6f297de..2318972d362f 100644 --- a/clients/client-global-accelerator/commands/DeleteAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/DeleteAcceleratorCommand.ts @@ -40,7 +40,7 @@ export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {} * the AWS Global Accelerator Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DeleteAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DeleteAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DeleteCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/commands/DeleteCustomRoutingAcceleratorCommand.ts index 696369c10cc3..3578038747c2 100644 --- a/clients/client-global-accelerator/commands/DeleteCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/DeleteCustomRoutingAcceleratorCommand.ts @@ -40,7 +40,7 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB * the AWS Global Accelerator Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DeleteCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/commands/DeleteCustomRoutingEndpointGroupCommand.ts index f4eb63e178b7..3cddcdc2cd86 100644 --- a/clients/client-global-accelerator/commands/DeleteCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/commands/DeleteCustomRoutingEndpointGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __Metadat /** *

Delete an endpoint group from a listener for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DeleteCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/commands/DeleteCustomRoutingListenerCommand.ts index dc820bd18f8b..364600ccd30b 100644 --- a/clients/client-global-accelerator/commands/DeleteCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/commands/DeleteCustomRoutingListenerCommand.ts @@ -27,7 +27,7 @@ export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBear /** *

Delete a listener for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DeleteEndpointGroupCommand.ts b/clients/client-global-accelerator/commands/DeleteEndpointGroupCommand.ts index f07a7583a8c7..5ad0381021cc 100644 --- a/clients/client-global-accelerator/commands/DeleteEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/commands/DeleteEndpointGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {} /** *

Delete an endpoint group from a listener.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DeleteEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DeleteEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DeleteListenerCommand.ts b/clients/client-global-accelerator/commands/DeleteListenerCommand.ts index a1d6c367ee3e..bf8af3ed3c4c 100644 --- a/clients/client-global-accelerator/commands/DeleteListenerCommand.ts +++ b/clients/client-global-accelerator/commands/DeleteListenerCommand.ts @@ -27,7 +27,7 @@ export interface DeleteListenerCommandOutput extends __MetadataBearer {} /** *

Delete a listener from an accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DeleteListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DeleteListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DenyCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/commands/DenyCustomRoutingTrafficCommand.ts index 12a98934e91f..81e3df82d260 100644 --- a/clients/client-global-accelerator/commands/DenyCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/commands/DenyCustomRoutingTrafficCommand.ts @@ -32,7 +32,7 @@ export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer *

After you make changes, you can verify that the updates are complete by checking the status of your * accelerator: the status changes from IN_PROGRESS to DEPLOYED.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DeprovisionByoipCidrCommand.ts b/clients/client-global-accelerator/commands/DeprovisionByoipCidrCommand.ts index 1cf7aa438b60..0cafa8683589 100644 --- a/clients/client-global-accelerator/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/commands/DeprovisionByoipCidrCommand.ts @@ -33,7 +33,7 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR *

For more information, see Bring Your Own * IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/commands/DescribeAcceleratorAttributesCommand.ts index 9c4241323cf3..68df735fb8d4 100644 --- a/clients/client-global-accelerator/commands/DescribeAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeAcceleratorAttributesCommand.ts @@ -30,7 +30,7 @@ export interface DescribeAcceleratorAttributesCommandOutput *

Describe the attributes of an accelerator. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeAcceleratorCommand.ts b/clients/client-global-accelerator/commands/DescribeAcceleratorCommand.ts index d268be63e1da..17b7b6509a79 100644 --- a/clients/client-global-accelerator/commands/DescribeAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeAcceleratorCommand.ts @@ -27,7 +27,7 @@ export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorRes /** *

Describe an accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts index de4c805907b4..231648ef97d8 100644 --- a/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts @@ -33,7 +33,7 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput /** *

Describe the attributes of a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorCommand.ts index 62da858f6ed9..7d3f928fd25f 100644 --- a/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeCustomRoutingAcceleratorCommand.ts @@ -29,7 +29,7 @@ export interface DescribeCustomRoutingAcceleratorCommandOutput /** *

Describe a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/commands/DescribeCustomRoutingEndpointGroupCommand.ts index f76db65f3fe5..402131f29ee6 100644 --- a/clients/client-global-accelerator/commands/DescribeCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeCustomRoutingEndpointGroupCommand.ts @@ -32,7 +32,7 @@ export interface DescribeCustomRoutingEndpointGroupCommandOutput /** *

Describe an endpoint group for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/commands/DescribeCustomRoutingListenerCommand.ts index cb70e09a4e8f..bef6c59f69a5 100644 --- a/clients/client-global-accelerator/commands/DescribeCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeCustomRoutingListenerCommand.ts @@ -29,7 +29,7 @@ export interface DescribeCustomRoutingListenerCommandOutput /** *

The description of a listener for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeEndpointGroupCommand.ts b/clients/client-global-accelerator/commands/DescribeEndpointGroupCommand.ts index 8472baaf9d2c..43c5d0a1daff 100644 --- a/clients/client-global-accelerator/commands/DescribeEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeEndpointGroupCommand.ts @@ -27,7 +27,7 @@ export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGrou /** *

Describe an endpoint group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/DescribeListenerCommand.ts b/clients/client-global-accelerator/commands/DescribeListenerCommand.ts index a15e944d7821..6c16bc8e932a 100644 --- a/clients/client-global-accelerator/commands/DescribeListenerCommand.ts +++ b/clients/client-global-accelerator/commands/DescribeListenerCommand.ts @@ -27,7 +27,7 @@ export interface DescribeListenerCommandOutput extends DescribeListenerResponse, /** *

Describe a listener.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, DescribeListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, DescribeListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListAcceleratorsCommand.ts b/clients/client-global-accelerator/commands/ListAcceleratorsCommand.ts index bbd666894173..c61d4e743d6c 100644 --- a/clients/client-global-accelerator/commands/ListAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/commands/ListAcceleratorsCommand.ts @@ -27,7 +27,7 @@ export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse, /** *

List the accelerators for an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListAcceleratorsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListAcceleratorsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListByoipCidrsCommand.ts b/clients/client-global-accelerator/commands/ListByoipCidrsCommand.ts index 2cacf5ebc1ef..48104b30475e 100644 --- a/clients/client-global-accelerator/commands/ListByoipCidrsCommand.ts +++ b/clients/client-global-accelerator/commands/ListByoipCidrsCommand.ts @@ -28,7 +28,7 @@ export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __M *

Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including * the current state and a history of state changes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListByoipCidrsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListByoipCidrsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListCustomRoutingAcceleratorsCommand.ts b/clients/client-global-accelerator/commands/ListCustomRoutingAcceleratorsCommand.ts index 8b350737edaf..b33b3e69b5db 100644 --- a/clients/client-global-accelerator/commands/ListCustomRoutingAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/commands/ListCustomRoutingAcceleratorsCommand.ts @@ -29,7 +29,7 @@ export interface ListCustomRoutingAcceleratorsCommandOutput /** *

List the custom routing accelerators for an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListCustomRoutingEndpointGroupsCommand.ts b/clients/client-global-accelerator/commands/ListCustomRoutingEndpointGroupsCommand.ts index 66bf191e72ae..06319e64e099 100644 --- a/clients/client-global-accelerator/commands/ListCustomRoutingEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/commands/ListCustomRoutingEndpointGroupsCommand.ts @@ -29,7 +29,7 @@ export interface ListCustomRoutingEndpointGroupsCommandOutput /** *

List the endpoint groups that are associated with a listener for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListCustomRoutingEndpointGroupsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListCustomRoutingEndpointGroupsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListCustomRoutingListenersCommand.ts b/clients/client-global-accelerator/commands/ListCustomRoutingListenersCommand.ts index d33e147fc952..2ffe75b0946a 100644 --- a/clients/client-global-accelerator/commands/ListCustomRoutingListenersCommand.ts +++ b/clients/client-global-accelerator/commands/ListCustomRoutingListenersCommand.ts @@ -27,7 +27,7 @@ export interface ListCustomRoutingListenersCommandOutput extends ListCustomRouti /** *

List the listeners for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListCustomRoutingListenersCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListCustomRoutingListenersCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts b/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts index dfdea0367cb0..67d2e086b14a 100644 --- a/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +++ b/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts @@ -36,7 +36,7 @@ export interface ListCustomRoutingPortMappingsByDestinationCommandOutput * span multiple custom routing accelerators in your account, or for scenarios where you only want to * list the port mappings for a specific destination instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListCustomRoutingPortMappingsByDestinationCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListCustomRoutingPortMappingsByDestinationCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsCommand.ts b/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsCommand.ts index 3520aa09f4ed..4b852fd578fb 100644 --- a/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsCommand.ts +++ b/clients/client-global-accelerator/commands/ListCustomRoutingPortMappingsCommand.ts @@ -37,7 +37,7 @@ export interface ListCustomRoutingPortMappingsCommandOutput *

The mappings also include a flag for each destination denoting which destination IP addresses and * ports are allowed or denied traffic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListCustomRoutingPortMappingsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListCustomRoutingPortMappingsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListEndpointGroupsCommand.ts b/clients/client-global-accelerator/commands/ListEndpointGroupsCommand.ts index 6dcb0ee5e24e..77c3d04cf647 100644 --- a/clients/client-global-accelerator/commands/ListEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/commands/ListEndpointGroupsCommand.ts @@ -27,7 +27,7 @@ export interface ListEndpointGroupsCommandOutput extends ListEndpointGroupsRespo /** *

List the endpoint groups that are associated with a listener.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListEndpointGroupsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListEndpointGroupsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListListenersCommand.ts b/clients/client-global-accelerator/commands/ListListenersCommand.ts index 995ced9b9cd8..e0763a4b8e2d 100644 --- a/clients/client-global-accelerator/commands/ListListenersCommand.ts +++ b/clients/client-global-accelerator/commands/ListListenersCommand.ts @@ -27,7 +27,7 @@ export interface ListListenersCommandOutput extends ListListenersResponse, __Met /** *

List the listeners for an accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListListenersCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListListenersCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ListTagsForResourceCommand.ts b/clients/client-global-accelerator/commands/ListTagsForResourceCommand.ts index bfbf127954b3..dabfbb1637b6 100644 --- a/clients/client-global-accelerator/commands/ListTagsForResourceCommand.ts +++ b/clients/client-global-accelerator/commands/ListTagsForResourceCommand.ts @@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

For more information, see Tagging * in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ListTagsForResourceCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/ProvisionByoipCidrCommand.ts b/clients/client-global-accelerator/commands/ProvisionByoipCidrCommand.ts index 7f82932dc33e..dbbaa1242c8c 100644 --- a/clients/client-global-accelerator/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/commands/ProvisionByoipCidrCommand.ts @@ -32,7 +32,7 @@ export interface ProvisionByoipCidrCommandOutput extends ProvisionByoipCidrRespo *

For more information, see Bring Your Own * IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, ProvisionByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, ProvisionByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/RemoveCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/commands/RemoveCustomRoutingEndpointsCommand.ts index 02664d2edba5..353aee24e7ad 100644 --- a/clients/client-global-accelerator/commands/RemoveCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/commands/RemoveCustomRoutingEndpointsCommand.ts @@ -27,7 +27,7 @@ export interface RemoveCustomRoutingEndpointsCommandOutput extends __MetadataBea /** *

Remove endpoints from a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, RemoveCustomRoutingEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, RemoveCustomRoutingEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/TagResourceCommand.ts b/clients/client-global-accelerator/commands/TagResourceCommand.ts index 693ac895ee70..de1fa541235a 100644 --- a/clients/client-global-accelerator/commands/TagResourceCommand.ts +++ b/clients/client-global-accelerator/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

For more information, see Tagging * in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, TagResourceCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, TagResourceCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UntagResourceCommand.ts b/clients/client-global-accelerator/commands/UntagResourceCommand.ts index a485a44eef59..9e6a48714098 100644 --- a/clients/client-global-accelerator/commands/UntagResourceCommand.ts +++ b/clients/client-global-accelerator/commands/UntagResourceCommand.ts @@ -30,7 +30,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

For more information, see Tagging * in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UntagResourceCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UntagResourceCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UpdateAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/commands/UpdateAcceleratorAttributesCommand.ts index 4ec12addbf6a..f3281e1fc940 100644 --- a/clients/client-global-accelerator/commands/UpdateAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/commands/UpdateAcceleratorAttributesCommand.ts @@ -29,7 +29,7 @@ export interface UpdateAcceleratorAttributesCommandOutput /** *

Update the attributes for an accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UpdateAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UpdateAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UpdateAcceleratorCommand.ts b/clients/client-global-accelerator/commands/UpdateAcceleratorCommand.ts index b94704ad9b60..c006c7ef646b 100644 --- a/clients/client-global-accelerator/commands/UpdateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/UpdateAcceleratorCommand.ts @@ -32,7 +32,7 @@ export interface UpdateAcceleratorCommandOutput extends UpdateAcceleratorRespons * US West (Oregon) Region to create or update accelerators.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UpdateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UpdateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts index 4c301d7e3586..02b370a09ba5 100644 --- a/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts @@ -33,7 +33,7 @@ export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput /** *

Update the attributes for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorCommand.ts index fb975be73531..826fd7be3043 100644 --- a/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/commands/UpdateCustomRoutingAcceleratorCommand.ts @@ -29,7 +29,7 @@ export interface UpdateCustomRoutingAcceleratorCommandOutput /** *

Update a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UpdateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/commands/UpdateCustomRoutingListenerCommand.ts index b2055d9e97e2..7f48d938e847 100644 --- a/clients/client-global-accelerator/commands/UpdateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/commands/UpdateCustomRoutingListenerCommand.ts @@ -29,7 +29,7 @@ export interface UpdateCustomRoutingListenerCommandOutput /** *

Update a listener for a custom routing accelerator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UpdateCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UpdateCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UpdateEndpointGroupCommand.ts b/clients/client-global-accelerator/commands/UpdateEndpointGroupCommand.ts index a8d5e09c5dd0..aa8ba502da7d 100644 --- a/clients/client-global-accelerator/commands/UpdateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/commands/UpdateEndpointGroupCommand.ts @@ -27,7 +27,7 @@ export interface UpdateEndpointGroupCommandOutput extends UpdateEndpointGroupRes /** *

Update an endpoint group. A resource must be valid and active when you add it as an endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UpdateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UpdateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/UpdateListenerCommand.ts b/clients/client-global-accelerator/commands/UpdateListenerCommand.ts index ca7487d296f5..30418ff0372e 100644 --- a/clients/client-global-accelerator/commands/UpdateListenerCommand.ts +++ b/clients/client-global-accelerator/commands/UpdateListenerCommand.ts @@ -27,7 +27,7 @@ export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __M /** *

Update a listener.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, UpdateListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, UpdateListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-global-accelerator/commands/WithdrawByoipCidrCommand.ts b/clients/client-global-accelerator/commands/WithdrawByoipCidrCommand.ts index 7bae74c11968..8e24a344805e 100644 --- a/clients/client-global-accelerator/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-global-accelerator/commands/WithdrawByoipCidrCommand.ts @@ -33,7 +33,7 @@ export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrRespons *

For more information, see Bring Your Own * IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlobalAcceleratorClient, WithdrawByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import * // const { GlobalAcceleratorClient, WithdrawByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import diff --git a/clients/client-glue/commands/BatchCreatePartitionCommand.ts b/clients/client-glue/commands/BatchCreatePartitionCommand.ts index 7c23982dfa22..34d3fe301e9b 100644 --- a/clients/client-glue/commands/BatchCreatePartitionCommand.ts +++ b/clients/client-glue/commands/BatchCreatePartitionCommand.ts @@ -23,7 +23,7 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR /** *

Creates one or more partitions in a batch operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchCreatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchCreatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchDeleteConnectionCommand.ts b/clients/client-glue/commands/BatchDeleteConnectionCommand.ts index dd127bd847e6..76f6237046cf 100644 --- a/clients/client-glue/commands/BatchDeleteConnectionCommand.ts +++ b/clients/client-glue/commands/BatchDeleteConnectionCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeleteConnectionCommandOutput extends BatchDeleteConnectio /** *

Deletes a list of connection definitions from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchDeleteConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchDeleteConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchDeletePartitionCommand.ts b/clients/client-glue/commands/BatchDeletePartitionCommand.ts index 9e18f6bd9d1e..c5bb61ec99b3 100644 --- a/clients/client-glue/commands/BatchDeletePartitionCommand.ts +++ b/clients/client-glue/commands/BatchDeletePartitionCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeletePartitionCommandOutput extends BatchDeletePartitionR /** *

Deletes one or more partitions in a batch operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchDeletePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchDeletePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchDeleteTableCommand.ts b/clients/client-glue/commands/BatchDeleteTableCommand.ts index 7140d1ac8000..27f3f6968d7a 100644 --- a/clients/client-glue/commands/BatchDeleteTableCommand.ts +++ b/clients/client-glue/commands/BatchDeleteTableCommand.ts @@ -33,7 +33,7 @@ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse, * table.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchDeleteTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchDeleteTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchDeleteTableVersionCommand.ts b/clients/client-glue/commands/BatchDeleteTableVersionCommand.ts index d38c30d9f50a..3ef9b6f7d0e8 100644 --- a/clients/client-glue/commands/BatchDeleteTableVersionCommand.ts +++ b/clients/client-glue/commands/BatchDeleteTableVersionCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeleteTableVersionCommandOutput extends BatchDeleteTableVe /** *

Deletes a specified batch of versions of a table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchDeleteTableVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchDeleteTableVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchGetCrawlersCommand.ts b/clients/client-glue/commands/BatchGetCrawlersCommand.ts index 2fdf8ff9f428..4bd49d82092b 100644 --- a/clients/client-glue/commands/BatchGetCrawlersCommand.ts +++ b/clients/client-glue/commands/BatchGetCrawlersCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse, /** *

Returns a list of resource metadata for a given list of crawler names. After calling the ListCrawlers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchGetCrawlersCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchGetCrawlersCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchGetDevEndpointsCommand.ts b/clients/client-glue/commands/BatchGetDevEndpointsCommand.ts index 0ac75693782d..355e082e9380 100644 --- a/clients/client-glue/commands/BatchGetDevEndpointsCommand.ts +++ b/clients/client-glue/commands/BatchGetDevEndpointsCommand.ts @@ -26,7 +26,7 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR * data to which you have been granted permissions. This operation supports all IAM permissions, * including permission conditions that uses tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchGetDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchGetDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchGetJobsCommand.ts b/clients/client-glue/commands/BatchGetJobsCommand.ts index 49b85725c7e2..d79b135fa6c9 100644 --- a/clients/client-glue/commands/BatchGetJobsCommand.ts +++ b/clients/client-glue/commands/BatchGetJobsCommand.ts @@ -24,7 +24,7 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad *

Returns a list of resource metadata for a given list of job names. After calling the ListJobs operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchGetJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchGetJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchGetPartitionCommand.ts b/clients/client-glue/commands/BatchGetPartitionCommand.ts index ad099d3b2c27..a29d006b35cb 100644 --- a/clients/client-glue/commands/BatchGetPartitionCommand.ts +++ b/clients/client-glue/commands/BatchGetPartitionCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetPartitionCommandOutput extends BatchGetPartitionRespons /** *

Retrieves partitions in a batch request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchGetPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchGetPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchGetTriggersCommand.ts b/clients/client-glue/commands/BatchGetTriggersCommand.ts index 3f3e112654eb..2f2001aeb60f 100644 --- a/clients/client-glue/commands/BatchGetTriggersCommand.ts +++ b/clients/client-glue/commands/BatchGetTriggersCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse, /** *

Returns a list of resource metadata for a given list of trigger names. After calling the ListTriggers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchGetTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchGetTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchGetWorkflowsCommand.ts b/clients/client-glue/commands/BatchGetWorkflowsCommand.ts index 6040f36a931a..51758e99ea3f 100644 --- a/clients/client-glue/commands/BatchGetWorkflowsCommand.ts +++ b/clients/client-glue/commands/BatchGetWorkflowsCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons /** *

Returns a list of resource metadata for a given list of workflow names. After calling the ListWorkflows operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchGetWorkflowsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchGetWorkflowsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchStopJobRunCommand.ts b/clients/client-glue/commands/BatchStopJobRunCommand.ts index 13e9a4f29518..468075d79773 100644 --- a/clients/client-glue/commands/BatchStopJobRunCommand.ts +++ b/clients/client-glue/commands/BatchStopJobRunCommand.ts @@ -23,7 +23,7 @@ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, _ /** *

Stops one or more job runs for a specified job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchStopJobRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchStopJobRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/BatchUpdatePartitionCommand.ts b/clients/client-glue/commands/BatchUpdatePartitionCommand.ts index cd8ec8f82d50..e176cc4f2f3e 100644 --- a/clients/client-glue/commands/BatchUpdatePartitionCommand.ts +++ b/clients/client-glue/commands/BatchUpdatePartitionCommand.ts @@ -23,7 +23,7 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR /** *

Updates one or more partitions in a batch operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, BatchUpdatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, BatchUpdatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CancelMLTaskRunCommand.ts b/clients/client-glue/commands/CancelMLTaskRunCommand.ts index 835e63ddda45..46f90907e7bc 100644 --- a/clients/client-glue/commands/CancelMLTaskRunCommand.ts +++ b/clients/client-glue/commands/CancelMLTaskRunCommand.ts @@ -26,7 +26,7 @@ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, _ * machine learning task run at any time by calling CancelMLTaskRun with a task * run's parent transform's TransformID and the task run's TaskRunId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CancelMLTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CancelMLTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CheckSchemaVersionValidityCommand.ts b/clients/client-glue/commands/CheckSchemaVersionValidityCommand.ts index ca07b8e291d4..1ddbaab068e8 100644 --- a/clients/client-glue/commands/CheckSchemaVersionValidityCommand.ts +++ b/clients/client-glue/commands/CheckSchemaVersionValidityCommand.ts @@ -23,7 +23,7 @@ export interface CheckSchemaVersionValidityCommandOutput extends CheckSchemaVers /** *

Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using DataFormat as the format. Since it does not take a schema set name, no compatibility checks are performed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CheckSchemaVersionValidityCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CheckSchemaVersionValidityCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateClassifierCommand.ts b/clients/client-glue/commands/CreateClassifierCommand.ts index 39b1e7d2e553..d5024510eeaa 100644 --- a/clients/client-glue/commands/CreateClassifierCommand.ts +++ b/clients/client-glue/commands/CreateClassifierCommand.ts @@ -25,7 +25,7 @@ export interface CreateClassifierCommandOutput extends CreateClassifierResponse, * XMLClassifier, a JsonClassifier, or a CsvClassifier, * depending on which field of the request is present.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateConnectionCommand.ts b/clients/client-glue/commands/CreateConnectionCommand.ts index 396d9e5275d9..0a6759de74f3 100644 --- a/clients/client-glue/commands/CreateConnectionCommand.ts +++ b/clients/client-glue/commands/CreateConnectionCommand.ts @@ -23,7 +23,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse, /** *

Creates a connection definition in the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateCrawlerCommand.ts b/clients/client-glue/commands/CreateCrawlerCommand.ts index 6917f2a7fbb1..57da6675e597 100644 --- a/clients/client-glue/commands/CreateCrawlerCommand.ts +++ b/clients/client-glue/commands/CreateCrawlerCommand.ts @@ -25,7 +25,7 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met * At least one crawl target must be specified, in the s3Targets field, the * jdbcTargets field, or the DynamoDBTargets field.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateDatabaseCommand.ts b/clients/client-glue/commands/CreateDatabaseCommand.ts index 6274b905bd2e..321558f80da0 100644 --- a/clients/client-glue/commands/CreateDatabaseCommand.ts +++ b/clients/client-glue/commands/CreateDatabaseCommand.ts @@ -23,7 +23,7 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M /** *

Creates a new database in a Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateDevEndpointCommand.ts b/clients/client-glue/commands/CreateDevEndpointCommand.ts index 899590d509b2..04a958cd2285 100644 --- a/clients/client-glue/commands/CreateDevEndpointCommand.ts +++ b/clients/client-glue/commands/CreateDevEndpointCommand.ts @@ -23,7 +23,7 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons /** *

Creates a new development endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateJobCommand.ts b/clients/client-glue/commands/CreateJobCommand.ts index b3022e7c1824..9e0ca64b2bff 100644 --- a/clients/client-glue/commands/CreateJobCommand.ts +++ b/clients/client-glue/commands/CreateJobCommand.ts @@ -20,7 +20,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea /** *

Creates a new job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateJobCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateJobCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateMLTransformCommand.ts b/clients/client-glue/commands/CreateMLTransformCommand.ts index 46400234d962..5e1d696b606f 100644 --- a/clients/client-glue/commands/CreateMLTransformCommand.ts +++ b/clients/client-glue/commands/CreateMLTransformCommand.ts @@ -35,7 +35,7 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons * AllocatedCapacity, Timeout, and MaxRetries. For more * information, see Jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreatePartitionCommand.ts b/clients/client-glue/commands/CreatePartitionCommand.ts index 70cb9d55f555..e5c21910aecf 100644 --- a/clients/client-glue/commands/CreatePartitionCommand.ts +++ b/clients/client-glue/commands/CreatePartitionCommand.ts @@ -23,7 +23,7 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _ /** *

Creates a new partition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreatePartitionIndexCommand.ts b/clients/client-glue/commands/CreatePartitionIndexCommand.ts index bbfba35086b3..59308a0a1cc1 100644 --- a/clients/client-glue/commands/CreatePartitionIndexCommand.ts +++ b/clients/client-glue/commands/CreatePartitionIndexCommand.ts @@ -23,7 +23,7 @@ export interface CreatePartitionIndexCommandOutput extends CreatePartitionIndexR /** *

Creates a specified partition index in an existing table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreatePartitionIndexCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreatePartitionIndexCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateRegistryCommand.ts b/clients/client-glue/commands/CreateRegistryCommand.ts index 87e22ec45e9d..1dae0ed2b0b3 100644 --- a/clients/client-glue/commands/CreateRegistryCommand.ts +++ b/clients/client-glue/commands/CreateRegistryCommand.ts @@ -23,7 +23,7 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M /** *

Creates a new registry which may be used to hold a collection of schemas.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateSchemaCommand.ts b/clients/client-glue/commands/CreateSchemaCommand.ts index ca6d0f7d1a4b..ebad4990f561 100644 --- a/clients/client-glue/commands/CreateSchemaCommand.ts +++ b/clients/client-glue/commands/CreateSchemaCommand.ts @@ -25,7 +25,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad *

When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode "DISABLED" restricts any additional schema versions from being added after the first schema version. For all other compatibility modes, validation of compatibility settings will be applied only from the second version onwards when the RegisterSchemaVersion API is used.

*

When this API is called without a RegistryId, this will create an entry for a "default-registry" in the registry database tables, if it is not already present.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateScriptCommand.ts b/clients/client-glue/commands/CreateScriptCommand.ts index 23fa0ea94cf2..fa96d16bbf4b 100644 --- a/clients/client-glue/commands/CreateScriptCommand.ts +++ b/clients/client-glue/commands/CreateScriptCommand.ts @@ -23,7 +23,7 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad /** *

Transforms a directed acyclic graph (DAG) into code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateScriptCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateScriptCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateSecurityConfigurationCommand.ts b/clients/client-glue/commands/CreateSecurityConfigurationCommand.ts index dfa84bdc8cb8..fe5a470058cd 100644 --- a/clients/client-glue/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-glue/commands/CreateSecurityConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface CreateSecurityConfigurationCommandOutput /** *

Creates a new security configuration. A security configuration is a set of security properties that can be used by AWS Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateSecurityConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateSecurityConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateTableCommand.ts b/clients/client-glue/commands/CreateTableCommand.ts index 850a55a3b69b..29bddb7dee7a 100644 --- a/clients/client-glue/commands/CreateTableCommand.ts +++ b/clients/client-glue/commands/CreateTableCommand.ts @@ -23,7 +23,7 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat /** *

Creates a new table definition in the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateTriggerCommand.ts b/clients/client-glue/commands/CreateTriggerCommand.ts index d0c3225bad58..570bb6080283 100644 --- a/clients/client-glue/commands/CreateTriggerCommand.ts +++ b/clients/client-glue/commands/CreateTriggerCommand.ts @@ -23,7 +23,7 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met /** *

Creates a new trigger.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateUserDefinedFunctionCommand.ts b/clients/client-glue/commands/CreateUserDefinedFunctionCommand.ts index 9d65ebcafaec..386e072ae8a2 100644 --- a/clients/client-glue/commands/CreateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/commands/CreateUserDefinedFunctionCommand.ts @@ -23,7 +23,7 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine /** *

Creates a new function definition in the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateUserDefinedFunctionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/CreateWorkflowCommand.ts b/clients/client-glue/commands/CreateWorkflowCommand.ts index 4d40a4e0af9f..dd1388d38db8 100644 --- a/clients/client-glue/commands/CreateWorkflowCommand.ts +++ b/clients/client-glue/commands/CreateWorkflowCommand.ts @@ -23,7 +23,7 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M /** *

Creates a new workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, CreateWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, CreateWorkflowCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteClassifierCommand.ts b/clients/client-glue/commands/DeleteClassifierCommand.ts index 2edeacfa162f..a27f02ae49e8 100644 --- a/clients/client-glue/commands/DeleteClassifierCommand.ts +++ b/clients/client-glue/commands/DeleteClassifierCommand.ts @@ -23,7 +23,7 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse, /** *

Removes a classifier from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteColumnStatisticsForPartitionCommand.ts b/clients/client-glue/commands/DeleteColumnStatisticsForPartitionCommand.ts index e0399a3980e2..80ab26ba8c0e 100644 --- a/clients/client-glue/commands/DeleteColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/commands/DeleteColumnStatisticsForPartitionCommand.ts @@ -30,7 +30,7 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput * *

The Identity and Access Management (IAM) permission required for this operation is DeletePartition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteColumnStatisticsForPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteColumnStatisticsForPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteColumnStatisticsForTableCommand.ts b/clients/client-glue/commands/DeleteColumnStatisticsForTableCommand.ts index 18a8e00644ae..2a3c7cb02d9a 100644 --- a/clients/client-glue/commands/DeleteColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/commands/DeleteColumnStatisticsForTableCommand.ts @@ -27,7 +27,7 @@ export interface DeleteColumnStatisticsForTableCommandOutput * *

The Identity and Access Management (IAM) permission required for this operation is DeleteTable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteColumnStatisticsForTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteColumnStatisticsForTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteConnectionCommand.ts b/clients/client-glue/commands/DeleteConnectionCommand.ts index 8ce77c70d0b4..7a189f0f8b6f 100644 --- a/clients/client-glue/commands/DeleteConnectionCommand.ts +++ b/clients/client-glue/commands/DeleteConnectionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, /** *

Deletes a connection from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteCrawlerCommand.ts b/clients/client-glue/commands/DeleteCrawlerCommand.ts index d5aec6347593..e595791181d2 100644 --- a/clients/client-glue/commands/DeleteCrawlerCommand.ts +++ b/clients/client-glue/commands/DeleteCrawlerCommand.ts @@ -24,7 +24,7 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met *

Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is * RUNNING.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteDatabaseCommand.ts b/clients/client-glue/commands/DeleteDatabaseCommand.ts index 37099adf4884..c567e7da8e8b 100644 --- a/clients/client-glue/commands/DeleteDatabaseCommand.ts +++ b/clients/client-glue/commands/DeleteDatabaseCommand.ts @@ -35,7 +35,7 @@ export interface DeleteDatabaseCommandOutput extends DeleteDatabaseResponse, __M * belong to the database.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteDevEndpointCommand.ts b/clients/client-glue/commands/DeleteDevEndpointCommand.ts index f81199b8db15..b1823b955cf7 100644 --- a/clients/client-glue/commands/DeleteDevEndpointCommand.ts +++ b/clients/client-glue/commands/DeleteDevEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointRespons /** *

Deletes a specified development endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteJobCommand.ts b/clients/client-glue/commands/DeleteJobCommand.ts index 92b9e4a7b1d2..f1b4798a3107 100644 --- a/clients/client-glue/commands/DeleteJobCommand.ts +++ b/clients/client-glue/commands/DeleteJobCommand.ts @@ -21,7 +21,7 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea *

Deletes a specified job definition. If the job definition * is not found, no exception is thrown.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteJobCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteJobCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteMLTransformCommand.ts b/clients/client-glue/commands/DeleteMLTransformCommand.ts index ddebc4d81129..519b1c313734 100644 --- a/clients/client-glue/commands/DeleteMLTransformCommand.ts +++ b/clients/client-glue/commands/DeleteMLTransformCommand.ts @@ -28,7 +28,7 @@ export interface DeleteMLTransformCommandOutput extends DeleteMLTransformRespons * DeleteMLTransforms. However, any AWS Glue jobs that still reference the deleted * transform will no longer succeed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeletePartitionCommand.ts b/clients/client-glue/commands/DeletePartitionCommand.ts index a177416c63a8..456cff0a0c10 100644 --- a/clients/client-glue/commands/DeletePartitionCommand.ts +++ b/clients/client-glue/commands/DeletePartitionCommand.ts @@ -23,7 +23,7 @@ export interface DeletePartitionCommandOutput extends DeletePartitionResponse, _ /** *

Deletes a specified partition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeletePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeletePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeletePartitionIndexCommand.ts b/clients/client-glue/commands/DeletePartitionIndexCommand.ts index 0499a713fc3d..0780daacf65b 100644 --- a/clients/client-glue/commands/DeletePartitionIndexCommand.ts +++ b/clients/client-glue/commands/DeletePartitionIndexCommand.ts @@ -23,7 +23,7 @@ export interface DeletePartitionIndexCommandOutput extends DeletePartitionIndexR /** *

Deletes a specified partition index from an existing table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeletePartitionIndexCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeletePartitionIndexCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteRegistryCommand.ts b/clients/client-glue/commands/DeleteRegistryCommand.ts index a8dfe534c9f7..4e33b8ee228d 100644 --- a/clients/client-glue/commands/DeleteRegistryCommand.ts +++ b/clients/client-glue/commands/DeleteRegistryCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __M /** *

Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the GetRegistry API after the asynchronous call. Deleting a registry will disable all online operations for the registry such as the UpdateRegistry, CreateSchema, UpdateSchema, and RegisterSchemaVersion APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteResourcePolicyCommand.ts b/clients/client-glue/commands/DeleteResourcePolicyCommand.ts index 12a6f7c255b0..00496096c1b0 100644 --- a/clients/client-glue/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-glue/commands/DeleteResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR /** *

Deletes a specified policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteSchemaCommand.ts b/clients/client-glue/commands/DeleteSchemaCommand.ts index 7459d3582e4d..fb8426bb0e62 100644 --- a/clients/client-glue/commands/DeleteSchemaCommand.ts +++ b/clients/client-glue/commands/DeleteSchemaCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad /** *

Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call GetSchema API after the asynchronous call. Deleting a registry will disable all online operations for the schema, such as the GetSchemaByDefinition, and RegisterSchemaVersion APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteSchemaVersionsCommand.ts b/clients/client-glue/commands/DeleteSchemaVersionsCommand.ts index 571a026ccecd..41eb2a97a92b 100644 --- a/clients/client-glue/commands/DeleteSchemaVersionsCommand.ts +++ b/clients/client-glue/commands/DeleteSchemaVersionsCommand.ts @@ -26,7 +26,7 @@ export interface DeleteSchemaVersionsCommandOutput extends DeleteSchemaVersionsR *

You cannot use the DeleteSchemaVersions API to delete the first schema version in the schema set. The first schema version can only be deleted by the DeleteSchema API. This operation will also delete the attached SchemaVersionMetadata under the schema versions. Hard deletes will be enforced on the database.

*

If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteSchemaVersionsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteSchemaVersionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-glue/commands/DeleteSecurityConfigurationCommand.ts index 779f720e1ee9..43d29f883016 100644 --- a/clients/client-glue/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-glue/commands/DeleteSecurityConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSecurityConfigurationCommandOutput /** *

Deletes a specified security configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteSecurityConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteSecurityConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteTableCommand.ts b/clients/client-glue/commands/DeleteTableCommand.ts index 94cc9ce196aa..28fd2f73ddca 100644 --- a/clients/client-glue/commands/DeleteTableCommand.ts +++ b/clients/client-glue/commands/DeleteTableCommand.ts @@ -33,7 +33,7 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat * table.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteTableVersionCommand.ts b/clients/client-glue/commands/DeleteTableVersionCommand.ts index ce9b5062ae9a..aa99e4186516 100644 --- a/clients/client-glue/commands/DeleteTableVersionCommand.ts +++ b/clients/client-glue/commands/DeleteTableVersionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo /** *

Deletes a specified version of a table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteTableVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteTableVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteTriggerCommand.ts b/clients/client-glue/commands/DeleteTriggerCommand.ts index fb12b84ebbc8..fb2abf142f13 100644 --- a/clients/client-glue/commands/DeleteTriggerCommand.ts +++ b/clients/client-glue/commands/DeleteTriggerCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met *

Deletes a specified trigger. If the trigger is not found, no * exception is thrown.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteUserDefinedFunctionCommand.ts b/clients/client-glue/commands/DeleteUserDefinedFunctionCommand.ts index e08f430366b9..a0555c11a5c1 100644 --- a/clients/client-glue/commands/DeleteUserDefinedFunctionCommand.ts +++ b/clients/client-glue/commands/DeleteUserDefinedFunctionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine /** *

Deletes an existing function definition from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteUserDefinedFunctionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/DeleteWorkflowCommand.ts b/clients/client-glue/commands/DeleteWorkflowCommand.ts index 7ccbdb324610..f5660a4a47c3 100644 --- a/clients/client-glue/commands/DeleteWorkflowCommand.ts +++ b/clients/client-glue/commands/DeleteWorkflowCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M /** *

Deletes a workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, DeleteWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, DeleteWorkflowCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetCatalogImportStatusCommand.ts b/clients/client-glue/commands/GetCatalogImportStatusCommand.ts index b4df27f3396c..d44f7ff6b0c7 100644 --- a/clients/client-glue/commands/GetCatalogImportStatusCommand.ts +++ b/clients/client-glue/commands/GetCatalogImportStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportSta /** *

Retrieves the status of a migration operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetCatalogImportStatusCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetCatalogImportStatusCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetClassifierCommand.ts b/clients/client-glue/commands/GetClassifierCommand.ts index 06bdbd38ecd3..d71cf2ee52b9 100644 --- a/clients/client-glue/commands/GetClassifierCommand.ts +++ b/clients/client-glue/commands/GetClassifierCommand.ts @@ -23,7 +23,7 @@ export interface GetClassifierCommandOutput extends GetClassifierResponse, __Met /** *

Retrieve a classifier by name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetClassifiersCommand.ts b/clients/client-glue/commands/GetClassifiersCommand.ts index 776a71903b1b..60300af3ddc3 100644 --- a/clients/client-glue/commands/GetClassifiersCommand.ts +++ b/clients/client-glue/commands/GetClassifiersCommand.ts @@ -23,7 +23,7 @@ export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __M /** *

Lists all classifier objects in the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetClassifiersCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetClassifiersCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetColumnStatisticsForPartitionCommand.ts b/clients/client-glue/commands/GetColumnStatisticsForPartitionCommand.ts index 0cad0d9eb063..cd744f8493bf 100644 --- a/clients/client-glue/commands/GetColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/commands/GetColumnStatisticsForPartitionCommand.ts @@ -27,7 +27,7 @@ export interface GetColumnStatisticsForPartitionCommandOutput * *

The Identity and Access Management (IAM) permission required for this operation is GetPartition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetColumnStatisticsForPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetColumnStatisticsForPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetColumnStatisticsForTableCommand.ts b/clients/client-glue/commands/GetColumnStatisticsForTableCommand.ts index 1ac8b8e96c87..326bd608fb48 100644 --- a/clients/client-glue/commands/GetColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/commands/GetColumnStatisticsForTableCommand.ts @@ -27,7 +27,7 @@ export interface GetColumnStatisticsForTableCommandOutput * *

The Identity and Access Management (IAM) permission required for this operation is GetTable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetColumnStatisticsForTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetColumnStatisticsForTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetConnectionCommand.ts b/clients/client-glue/commands/GetConnectionCommand.ts index b9512a142b19..b9dd529e3a00 100644 --- a/clients/client-glue/commands/GetConnectionCommand.ts +++ b/clients/client-glue/commands/GetConnectionCommand.ts @@ -23,7 +23,7 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met /** *

Retrieves a connection definition from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetConnectionsCommand.ts b/clients/client-glue/commands/GetConnectionsCommand.ts index 28f4835f5220..762e43f10de1 100644 --- a/clients/client-glue/commands/GetConnectionsCommand.ts +++ b/clients/client-glue/commands/GetConnectionsCommand.ts @@ -23,7 +23,7 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M /** *

Retrieves a list of connection definitions from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetConnectionsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetConnectionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetCrawlerCommand.ts b/clients/client-glue/commands/GetCrawlerCommand.ts index 49c506397264..e378bc516807 100644 --- a/clients/client-glue/commands/GetCrawlerCommand.ts +++ b/clients/client-glue/commands/GetCrawlerCommand.ts @@ -23,7 +23,7 @@ export interface GetCrawlerCommandOutput extends GetCrawlerResponse, __MetadataB /** *

Retrieves metadata for a specified crawler.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetCrawlerMetricsCommand.ts b/clients/client-glue/commands/GetCrawlerMetricsCommand.ts index c1d15f974328..82af6d8d5511 100644 --- a/clients/client-glue/commands/GetCrawlerMetricsCommand.ts +++ b/clients/client-glue/commands/GetCrawlerMetricsCommand.ts @@ -23,7 +23,7 @@ export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsRespons /** *

Retrieves metrics about specified crawlers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetCrawlerMetricsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetCrawlerMetricsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetCrawlersCommand.ts b/clients/client-glue/commands/GetCrawlersCommand.ts index 26e9b2ac220a..ca1e43a711c2 100644 --- a/clients/client-glue/commands/GetCrawlersCommand.ts +++ b/clients/client-glue/commands/GetCrawlersCommand.ts @@ -24,7 +24,7 @@ export interface GetCrawlersCommandOutput extends GetCrawlersResponse, __Metadat *

Retrieves metadata for all crawlers defined in the customer * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetCrawlersCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetCrawlersCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/commands/GetDataCatalogEncryptionSettingsCommand.ts index d10fb5fef51f..6958454bf00b 100644 --- a/clients/client-glue/commands/GetDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/commands/GetDataCatalogEncryptionSettingsCommand.ts @@ -25,7 +25,7 @@ export interface GetDataCatalogEncryptionSettingsCommandOutput /** *

Retrieves the security configuration for a specified catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetDataCatalogEncryptionSettingsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetDataCatalogEncryptionSettingsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetDatabaseCommand.ts b/clients/client-glue/commands/GetDatabaseCommand.ts index cb5684d057c7..2bac401f3865 100644 --- a/clients/client-glue/commands/GetDatabaseCommand.ts +++ b/clients/client-glue/commands/GetDatabaseCommand.ts @@ -23,7 +23,7 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat /** *

Retrieves the definition of a specified database.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetDatabasesCommand.ts b/clients/client-glue/commands/GetDatabasesCommand.ts index 0433a5c6a628..009073989f35 100644 --- a/clients/client-glue/commands/GetDatabasesCommand.ts +++ b/clients/client-glue/commands/GetDatabasesCommand.ts @@ -23,7 +23,7 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad /** *

Retrieves all databases defined in a given Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetDatabasesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetDatabasesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetDataflowGraphCommand.ts b/clients/client-glue/commands/GetDataflowGraphCommand.ts index 8003cae79ff4..e922a7dffca1 100644 --- a/clients/client-glue/commands/GetDataflowGraphCommand.ts +++ b/clients/client-glue/commands/GetDataflowGraphCommand.ts @@ -23,7 +23,7 @@ export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse, /** *

Transforms a Python script into a directed acyclic graph (DAG).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetDataflowGraphCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetDataflowGraphCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetDevEndpointCommand.ts b/clients/client-glue/commands/GetDevEndpointCommand.ts index 669d9065c0f4..7c30f6b50dfd 100644 --- a/clients/client-glue/commands/GetDevEndpointCommand.ts +++ b/clients/client-glue/commands/GetDevEndpointCommand.ts @@ -28,7 +28,7 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M * non-VPC development endpoint, AWS Glue returns only a public IP address.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetDevEndpointsCommand.ts b/clients/client-glue/commands/GetDevEndpointsCommand.ts index c07f5395fb40..6446cf7c6a68 100644 --- a/clients/client-glue/commands/GetDevEndpointsCommand.ts +++ b/clients/client-glue/commands/GetDevEndpointsCommand.ts @@ -28,7 +28,7 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _ * endpoint, AWS Glue returns only a public IP address.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetJobBookmarkCommand.ts b/clients/client-glue/commands/GetJobBookmarkCommand.ts index 886fc16e1591..c3a2799e769b 100644 --- a/clients/client-glue/commands/GetJobBookmarkCommand.ts +++ b/clients/client-glue/commands/GetJobBookmarkCommand.ts @@ -24,7 +24,7 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M /** *

Returns information on a job bookmark entry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetJobBookmarkCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetJobBookmarkCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetJobCommand.ts b/clients/client-glue/commands/GetJobCommand.ts index 61832132eb72..ec299e37f95d 100644 --- a/clients/client-glue/commands/GetJobCommand.ts +++ b/clients/client-glue/commands/GetJobCommand.ts @@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {} /** *

Retrieves an existing job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetJobCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetJobCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetJobRunCommand.ts b/clients/client-glue/commands/GetJobRunCommand.ts index 314967534543..a43ae1c098be 100644 --- a/clients/client-glue/commands/GetJobRunCommand.ts +++ b/clients/client-glue/commands/GetJobRunCommand.ts @@ -20,7 +20,7 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea /** *

Retrieves the metadata for a given job run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetJobRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetJobRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetJobRunsCommand.ts b/clients/client-glue/commands/GetJobRunsCommand.ts index b5642601c363..7f5ba56d0151 100644 --- a/clients/client-glue/commands/GetJobRunsCommand.ts +++ b/clients/client-glue/commands/GetJobRunsCommand.ts @@ -23,7 +23,7 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB /** *

Retrieves metadata for all runs of a given job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetJobRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetJobRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetJobsCommand.ts b/clients/client-glue/commands/GetJobsCommand.ts index d38477bd3b3a..d7ff6d4e7f12 100644 --- a/clients/client-glue/commands/GetJobsCommand.ts +++ b/clients/client-glue/commands/GetJobsCommand.ts @@ -20,7 +20,7 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer /** *

Retrieves all current job definitions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetMLTaskRunCommand.ts b/clients/client-glue/commands/GetMLTaskRunCommand.ts index 3cde2ba01c98..5e7b6d5eca59 100644 --- a/clients/client-glue/commands/GetMLTaskRunCommand.ts +++ b/clients/client-glue/commands/GetMLTaskRunCommand.ts @@ -27,7 +27,7 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad * GetMLTaskRun with the TaskRunID and its parent transform's * TransformID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetMLTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetMLTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetMLTaskRunsCommand.ts b/clients/client-glue/commands/GetMLTaskRunsCommand.ts index fb12fe1441aa..0d065e5b3d5c 100644 --- a/clients/client-glue/commands/GetMLTaskRunsCommand.ts +++ b/clients/client-glue/commands/GetMLTaskRunsCommand.ts @@ -29,7 +29,7 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met * *

This operation returns a list of historic runs and must be paginated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetMLTaskRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetMLTaskRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetMLTransformCommand.ts b/clients/client-glue/commands/GetMLTransformCommand.ts index 942e9791b98b..5d26d7c77000 100644 --- a/clients/client-glue/commands/GetMLTransformCommand.ts +++ b/clients/client-glue/commands/GetMLTransformCommand.ts @@ -27,7 +27,7 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M * humans. These transformations are then saved by AWS Glue. You can retrieve their metadata by * calling GetMLTransform.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetMLTransformsCommand.ts b/clients/client-glue/commands/GetMLTransformsCommand.ts index d0d7315d6ea7..c852fa7d01c8 100644 --- a/clients/client-glue/commands/GetMLTransformsCommand.ts +++ b/clients/client-glue/commands/GetMLTransformsCommand.ts @@ -27,7 +27,7 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _ * These transformations are then saved by AWS Glue, and you can retrieve their metadata by * calling GetMLTransforms.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetMLTransformsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetMLTransformsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetMappingCommand.ts b/clients/client-glue/commands/GetMappingCommand.ts index 5a83ad6b7dcc..adfa77b0d628 100644 --- a/clients/client-glue/commands/GetMappingCommand.ts +++ b/clients/client-glue/commands/GetMappingCommand.ts @@ -23,7 +23,7 @@ export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataB /** *

Creates mappings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetMappingCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetMappingCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetPartitionCommand.ts b/clients/client-glue/commands/GetPartitionCommand.ts index ce6662e366b3..c613be2e2cb4 100644 --- a/clients/client-glue/commands/GetPartitionCommand.ts +++ b/clients/client-glue/commands/GetPartitionCommand.ts @@ -23,7 +23,7 @@ export interface GetPartitionCommandOutput extends GetPartitionResponse, __Metad /** *

Retrieves information about a specified partition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetPartitionIndexesCommand.ts b/clients/client-glue/commands/GetPartitionIndexesCommand.ts index 885418144015..4fb105525869 100644 --- a/clients/client-glue/commands/GetPartitionIndexesCommand.ts +++ b/clients/client-glue/commands/GetPartitionIndexesCommand.ts @@ -23,7 +23,7 @@ export interface GetPartitionIndexesCommandOutput extends GetPartitionIndexesRes /** *

Retrieves the partition indexes associated with a table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetPartitionIndexesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetPartitionIndexesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetPartitionsCommand.ts b/clients/client-glue/commands/GetPartitionsCommand.ts index 00023d9c82c2..52397bf83bb5 100644 --- a/clients/client-glue/commands/GetPartitionsCommand.ts +++ b/clients/client-glue/commands/GetPartitionsCommand.ts @@ -23,7 +23,7 @@ export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __Met /** *

Retrieves information about the partitions in a table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetPartitionsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetPartitionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetPlanCommand.ts b/clients/client-glue/commands/GetPlanCommand.ts index 1e827928e8d7..0ba156712bc5 100644 --- a/clients/client-glue/commands/GetPlanCommand.ts +++ b/clients/client-glue/commands/GetPlanCommand.ts @@ -20,7 +20,7 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer /** *

Gets code to perform a specified mapping.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetPlanCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetPlanCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetRegistryCommand.ts b/clients/client-glue/commands/GetRegistryCommand.ts index f04410d43601..b2ab1b44057b 100644 --- a/clients/client-glue/commands/GetRegistryCommand.ts +++ b/clients/client-glue/commands/GetRegistryCommand.ts @@ -23,7 +23,7 @@ export interface GetRegistryCommandOutput extends GetRegistryResponse, __Metadat /** *

Describes the specified registry in detail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetResourcePoliciesCommand.ts b/clients/client-glue/commands/GetResourcePoliciesCommand.ts index a85124478b99..dc2210837058 100644 --- a/clients/client-glue/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-glue/commands/GetResourcePoliciesCommand.ts @@ -28,7 +28,7 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes * permission on the AWS KMS key, the operation can't return the Data Catalog resource * policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetResourcePoliciesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetResourcePoliciesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetResourcePolicyCommand.ts b/clients/client-glue/commands/GetResourcePolicyCommand.ts index 9705de97b840..37aa7f7b93be 100644 --- a/clients/client-glue/commands/GetResourcePolicyCommand.ts +++ b/clients/client-glue/commands/GetResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons /** *

Retrieves a specified resource policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetResourcePolicyCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetResourcePolicyCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetSchemaByDefinitionCommand.ts b/clients/client-glue/commands/GetSchemaByDefinitionCommand.ts index 2ac73b3bf818..fdec48e092bb 100644 --- a/clients/client-glue/commands/GetSchemaByDefinitionCommand.ts +++ b/clients/client-glue/commands/GetSchemaByDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetSchemaByDefinitionCommandOutput extends GetSchemaByDefinitio /** *

Retrieves a schema by the SchemaDefinition. The schema definition is sent to the Schema Registry, canonicalized, and hashed. If the hash is matched within the scope of the SchemaName or ARN (or the default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is returned. Schema versions in Deleted statuses will not be included in the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetSchemaByDefinitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetSchemaByDefinitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetSchemaCommand.ts b/clients/client-glue/commands/GetSchemaCommand.ts index cdf9fc23dc6d..e286b94b46c2 100644 --- a/clients/client-glue/commands/GetSchemaCommand.ts +++ b/clients/client-glue/commands/GetSchemaCommand.ts @@ -20,7 +20,7 @@ export interface GetSchemaCommandOutput extends GetSchemaResponse, __MetadataBea /** *

Describes the specified schema in detail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetSchemaVersionCommand.ts b/clients/client-glue/commands/GetSchemaVersionCommand.ts index dd598180d75b..123aba6f5c0f 100644 --- a/clients/client-glue/commands/GetSchemaVersionCommand.ts +++ b/clients/client-glue/commands/GetSchemaVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse, /** *

Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetSchemaVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetSchemaVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetSchemaVersionsDiffCommand.ts b/clients/client-glue/commands/GetSchemaVersionsDiffCommand.ts index db04dd33bcbf..5c797640f496 100644 --- a/clients/client-glue/commands/GetSchemaVersionsDiffCommand.ts +++ b/clients/client-glue/commands/GetSchemaVersionsDiffCommand.ts @@ -24,7 +24,7 @@ export interface GetSchemaVersionsDiffCommandOutput extends GetSchemaVersionsDif *

Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.

*

This API allows you to compare two schema versions between two schema definitions under the same schema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetSchemaVersionsDiffCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetSchemaVersionsDiffCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetSecurityConfigurationCommand.ts b/clients/client-glue/commands/GetSecurityConfigurationCommand.ts index e3379162d759..9e9ad4417de2 100644 --- a/clients/client-glue/commands/GetSecurityConfigurationCommand.ts +++ b/clients/client-glue/commands/GetSecurityConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetSecurityConfigurationCommandOutput extends GetSecurityConfig /** *

Retrieves a specified security configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetSecurityConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetSecurityConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetSecurityConfigurationsCommand.ts b/clients/client-glue/commands/GetSecurityConfigurationsCommand.ts index 18a2b46f9d59..974413a35359 100644 --- a/clients/client-glue/commands/GetSecurityConfigurationsCommand.ts +++ b/clients/client-glue/commands/GetSecurityConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface GetSecurityConfigurationsCommandOutput extends GetSecurityConfi /** *

Retrieves a list of all security configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetSecurityConfigurationsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetSecurityConfigurationsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetTableCommand.ts b/clients/client-glue/commands/GetTableCommand.ts index 3476520dd645..7e0fdfe26854 100644 --- a/clients/client-glue/commands/GetTableCommand.ts +++ b/clients/client-glue/commands/GetTableCommand.ts @@ -21,7 +21,7 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare *

Retrieves the Table definition in a Data Catalog for * a specified table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetTableVersionCommand.ts b/clients/client-glue/commands/GetTableVersionCommand.ts index 21796b7dceb4..bf611a1dc879 100644 --- a/clients/client-glue/commands/GetTableVersionCommand.ts +++ b/clients/client-glue/commands/GetTableVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetTableVersionCommandOutput extends GetTableVersionResponse, _ /** *

Retrieves a specified version of a table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetTableVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetTableVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetTableVersionsCommand.ts b/clients/client-glue/commands/GetTableVersionsCommand.ts index d54610a11d98..f3a6b47cf47f 100644 --- a/clients/client-glue/commands/GetTableVersionsCommand.ts +++ b/clients/client-glue/commands/GetTableVersionsCommand.ts @@ -24,7 +24,7 @@ export interface GetTableVersionsCommandOutput extends GetTableVersionsResponse, *

Retrieves a list of strings that identify available versions of * a specified table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetTableVersionsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetTableVersionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetTablesCommand.ts b/clients/client-glue/commands/GetTablesCommand.ts index 39f567f5c31e..aecc5dbcf78d 100644 --- a/clients/client-glue/commands/GetTablesCommand.ts +++ b/clients/client-glue/commands/GetTablesCommand.ts @@ -21,7 +21,7 @@ export interface GetTablesCommandOutput extends GetTablesResponse, __MetadataBea *

Retrieves the definitions of some or all of the tables in a given * Database.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetTablesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetTablesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetTagsCommand.ts b/clients/client-glue/commands/GetTagsCommand.ts index 541f949335da..554e5224176d 100644 --- a/clients/client-glue/commands/GetTagsCommand.ts +++ b/clients/client-glue/commands/GetTagsCommand.ts @@ -20,7 +20,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer /** *

Retrieves a list of tags associated with a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetTagsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetTagsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetTriggerCommand.ts b/clients/client-glue/commands/GetTriggerCommand.ts index b3dfb7c408c6..05a07e04f7ab 100644 --- a/clients/client-glue/commands/GetTriggerCommand.ts +++ b/clients/client-glue/commands/GetTriggerCommand.ts @@ -23,7 +23,7 @@ export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataB /** *

Retrieves the definition of a trigger.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetTriggersCommand.ts b/clients/client-glue/commands/GetTriggersCommand.ts index 76933dde4838..832ef138fdf1 100644 --- a/clients/client-glue/commands/GetTriggersCommand.ts +++ b/clients/client-glue/commands/GetTriggersCommand.ts @@ -23,7 +23,7 @@ export interface GetTriggersCommandOutput extends GetTriggersResponse, __Metadat /** *

Gets all the triggers associated with a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetUserDefinedFunctionCommand.ts b/clients/client-glue/commands/GetUserDefinedFunctionCommand.ts index f211c0ed5fe6..5f3ae6be7e51 100644 --- a/clients/client-glue/commands/GetUserDefinedFunctionCommand.ts +++ b/clients/client-glue/commands/GetUserDefinedFunctionCommand.ts @@ -23,7 +23,7 @@ export interface GetUserDefinedFunctionCommandOutput extends GetUserDefinedFunct /** *

Retrieves a specified function definition from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetUserDefinedFunctionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetUserDefinedFunctionsCommand.ts b/clients/client-glue/commands/GetUserDefinedFunctionsCommand.ts index 9b4646652028..05438bdc5e54 100644 --- a/clients/client-glue/commands/GetUserDefinedFunctionsCommand.ts +++ b/clients/client-glue/commands/GetUserDefinedFunctionsCommand.ts @@ -23,7 +23,7 @@ export interface GetUserDefinedFunctionsCommandOutput extends GetUserDefinedFunc /** *

Retrieves multiple function definitions from the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetUserDefinedFunctionsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetUserDefinedFunctionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetWorkflowCommand.ts b/clients/client-glue/commands/GetWorkflowCommand.ts index bfcce8ac1456..6dde4360072d 100644 --- a/clients/client-glue/commands/GetWorkflowCommand.ts +++ b/clients/client-glue/commands/GetWorkflowCommand.ts @@ -23,7 +23,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat /** *

Retrieves resource metadata for a workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetWorkflowCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetWorkflowRunCommand.ts b/clients/client-glue/commands/GetWorkflowRunCommand.ts index 0f5e77751398..9921d441c0b6 100644 --- a/clients/client-glue/commands/GetWorkflowRunCommand.ts +++ b/clients/client-glue/commands/GetWorkflowRunCommand.ts @@ -23,7 +23,7 @@ export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __M /** *

Retrieves the metadata for a given workflow run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetWorkflowRunPropertiesCommand.ts b/clients/client-glue/commands/GetWorkflowRunPropertiesCommand.ts index 2fb1827b68a3..d1c9ee142802 100644 --- a/clients/client-glue/commands/GetWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/commands/GetWorkflowRunPropertiesCommand.ts @@ -23,7 +23,7 @@ export interface GetWorkflowRunPropertiesCommandOutput extends GetWorkflowRunPro /** *

Retrieves the workflow run properties which were set during the run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetWorkflowRunPropertiesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetWorkflowRunPropertiesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/GetWorkflowRunsCommand.ts b/clients/client-glue/commands/GetWorkflowRunsCommand.ts index 60b87bb4b4a2..d2cc24285218 100644 --- a/clients/client-glue/commands/GetWorkflowRunsCommand.ts +++ b/clients/client-glue/commands/GetWorkflowRunsCommand.ts @@ -23,7 +23,7 @@ export interface GetWorkflowRunsCommandOutput extends GetWorkflowRunsResponse, _ /** *

Retrieves metadata for all runs of a given workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, GetWorkflowRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, GetWorkflowRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ImportCatalogToGlueCommand.ts b/clients/client-glue/commands/ImportCatalogToGlueCommand.ts index 4febb3620a5b..6a996d4c69b8 100644 --- a/clients/client-glue/commands/ImportCatalogToGlueCommand.ts +++ b/clients/client-glue/commands/ImportCatalogToGlueCommand.ts @@ -23,7 +23,7 @@ export interface ImportCatalogToGlueCommandOutput extends ImportCatalogToGlueRes /** *

Imports an existing Amazon Athena Data Catalog to AWS Glue

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ImportCatalogToGlueCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ImportCatalogToGlueCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListCrawlersCommand.ts b/clients/client-glue/commands/ListCrawlersCommand.ts index c75ec77cf152..ce59c2e35587 100644 --- a/clients/client-glue/commands/ListCrawlersCommand.ts +++ b/clients/client-glue/commands/ListCrawlersCommand.ts @@ -29,7 +29,7 @@ export interface ListCrawlersCommandOutput extends ListCrawlersResponse, __Metad * the response so that tagged resources can be retrieved as a group. If you choose to use tags * filtering, only resources with the tag are retrieved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListCrawlersCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListCrawlersCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListDevEndpointsCommand.ts b/clients/client-glue/commands/ListDevEndpointsCommand.ts index cff9214b7d2d..f92536b438b9 100644 --- a/clients/client-glue/commands/ListDevEndpointsCommand.ts +++ b/clients/client-glue/commands/ListDevEndpointsCommand.ts @@ -29,7 +29,7 @@ export interface ListDevEndpointsCommandOutput extends ListDevEndpointsResponse, * the response so that tagged resources can be retrieved as a group. If you choose to use tags * filtering, only resources with the tag are retrieved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListJobsCommand.ts b/clients/client-glue/commands/ListJobsCommand.ts index 64a706801452..620cc5f07384 100644 --- a/clients/client-glue/commands/ListJobsCommand.ts +++ b/clients/client-glue/commands/ListJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare * the response so that tagged resources can be retrieved as a group. If you choose to use tags * filtering, only resources with the tag are retrieved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListMLTransformsCommand.ts b/clients/client-glue/commands/ListMLTransformsCommand.ts index 007b2044f7b8..52530c257239 100644 --- a/clients/client-glue/commands/ListMLTransformsCommand.ts +++ b/clients/client-glue/commands/ListMLTransformsCommand.ts @@ -27,7 +27,7 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse, * filtering, only resources with the tags are retrieved. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListMLTransformsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListMLTransformsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListRegistriesCommand.ts b/clients/client-glue/commands/ListRegistriesCommand.ts index b9c561933850..2a0d8ef73044 100644 --- a/clients/client-glue/commands/ListRegistriesCommand.ts +++ b/clients/client-glue/commands/ListRegistriesCommand.ts @@ -23,7 +23,7 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M /** *

Returns a list of registries that you have created, with minimal registry information. Registries in the Deleting status will not be included in the results. Empty results will be returned if there are no registries available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListRegistriesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListRegistriesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListSchemaVersionsCommand.ts b/clients/client-glue/commands/ListSchemaVersionsCommand.ts index 2942da584076..1ab7d2dcb709 100644 --- a/clients/client-glue/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-glue/commands/ListSchemaVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo /** *

Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListSchemaVersionsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListSchemaVersionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListSchemasCommand.ts b/clients/client-glue/commands/ListSchemasCommand.ts index da6d64f2d7b3..7fa37de52c8e 100644 --- a/clients/client-glue/commands/ListSchemasCommand.ts +++ b/clients/client-glue/commands/ListSchemasCommand.ts @@ -24,7 +24,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat *

Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.

*

When the RegistryId is not provided, all the schemas across registries will be part of the API response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListSchemasCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListSchemasCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListTriggersCommand.ts b/clients/client-glue/commands/ListTriggersCommand.ts index bda9c0070552..a7ca845419ea 100644 --- a/clients/client-glue/commands/ListTriggersCommand.ts +++ b/clients/client-glue/commands/ListTriggersCommand.ts @@ -27,7 +27,7 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad * the response so that tagged resources can be retrieved as a group. If you choose to use tags * filtering, only resources with the tag are retrieved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ListWorkflowsCommand.ts b/clients/client-glue/commands/ListWorkflowsCommand.ts index 6995b9c4a13a..a22710c5c8f5 100644 --- a/clients/client-glue/commands/ListWorkflowsCommand.ts +++ b/clients/client-glue/commands/ListWorkflowsCommand.ts @@ -23,7 +23,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met /** *

Lists names of workflows created in the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ListWorkflowsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ListWorkflowsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/PutDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/commands/PutDataCatalogEncryptionSettingsCommand.ts index 793fa7ef17d6..8a23cc2994e0 100644 --- a/clients/client-glue/commands/PutDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/commands/PutDataCatalogEncryptionSettingsCommand.ts @@ -26,7 +26,7 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput *

Sets the security configuration for a specified catalog. After the configuration has been * set, the specified encryption is applied to every catalog write thereafter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, PutDataCatalogEncryptionSettingsCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, PutDataCatalogEncryptionSettingsCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/PutResourcePolicyCommand.ts b/clients/client-glue/commands/PutResourcePolicyCommand.ts index 6ab142e32121..dfdbc62d92d3 100644 --- a/clients/client-glue/commands/PutResourcePolicyCommand.ts +++ b/clients/client-glue/commands/PutResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons /** *

Sets the Data Catalog resource policy for access control.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, PutResourcePolicyCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, PutResourcePolicyCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/PutSchemaVersionMetadataCommand.ts b/clients/client-glue/commands/PutSchemaVersionMetadataCommand.ts index 03b0fa57b82e..3ce48e28ab6e 100644 --- a/clients/client-glue/commands/PutSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/commands/PutSchemaVersionMetadataCommand.ts @@ -23,7 +23,7 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM /** *

Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, PutSchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, PutSchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/PutWorkflowRunPropertiesCommand.ts b/clients/client-glue/commands/PutWorkflowRunPropertiesCommand.ts index 5969b0b99e18..e5c20370f76a 100644 --- a/clients/client-glue/commands/PutWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/commands/PutWorkflowRunPropertiesCommand.ts @@ -23,7 +23,7 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro /** *

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, PutWorkflowRunPropertiesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, PutWorkflowRunPropertiesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/QuerySchemaVersionMetadataCommand.ts b/clients/client-glue/commands/QuerySchemaVersionMetadataCommand.ts index 58497d02e44d..89007f1c7236 100644 --- a/clients/client-glue/commands/QuerySchemaVersionMetadataCommand.ts +++ b/clients/client-glue/commands/QuerySchemaVersionMetadataCommand.ts @@ -23,7 +23,7 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers /** *

Queries for the schema version metadata information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, QuerySchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, QuerySchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/RegisterSchemaVersionCommand.ts b/clients/client-glue/commands/RegisterSchemaVersionCommand.ts index cdb6eb799c83..2bf81a0a9d77 100644 --- a/clients/client-glue/commands/RegisterSchemaVersionCommand.ts +++ b/clients/client-glue/commands/RegisterSchemaVersionCommand.ts @@ -25,7 +25,7 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio *

If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the GetSchemaVersion API with the SchemaVersionId to check compatibility modes.

*

If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, RegisterSchemaVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, RegisterSchemaVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/RemoveSchemaVersionMetadataCommand.ts b/clients/client-glue/commands/RemoveSchemaVersionMetadataCommand.ts index 4409880705d7..d942d8cfd108 100644 --- a/clients/client-glue/commands/RemoveSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/commands/RemoveSchemaVersionMetadataCommand.ts @@ -25,7 +25,7 @@ export interface RemoveSchemaVersionMetadataCommandOutput /** *

Removes a key value pair from the schema version metadata for the specified schema version ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, RemoveSchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, RemoveSchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ResetJobBookmarkCommand.ts b/clients/client-glue/commands/ResetJobBookmarkCommand.ts index 8efd430d27c9..b52db98accf4 100644 --- a/clients/client-glue/commands/ResetJobBookmarkCommand.ts +++ b/clients/client-glue/commands/ResetJobBookmarkCommand.ts @@ -23,7 +23,7 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse, /** *

Resets a bookmark entry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ResetJobBookmarkCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ResetJobBookmarkCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/ResumeWorkflowRunCommand.ts b/clients/client-glue/commands/ResumeWorkflowRunCommand.ts index 7389cfda735f..9c5fe5a39717 100644 --- a/clients/client-glue/commands/ResumeWorkflowRunCommand.ts +++ b/clients/client-glue/commands/ResumeWorkflowRunCommand.ts @@ -23,7 +23,7 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons /** *

Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, ResumeWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, ResumeWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/SearchTablesCommand.ts b/clients/client-glue/commands/SearchTablesCommand.ts index 1102b379c71e..5194a4155596 100644 --- a/clients/client-glue/commands/SearchTablesCommand.ts +++ b/clients/client-glue/commands/SearchTablesCommand.ts @@ -24,7 +24,7 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad *

Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions.

*

You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, SearchTablesCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, SearchTablesCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartCrawlerCommand.ts b/clients/client-glue/commands/StartCrawlerCommand.ts index 70ce73efd402..050cab51b8f6 100644 --- a/clients/client-glue/commands/StartCrawlerCommand.ts +++ b/clients/client-glue/commands/StartCrawlerCommand.ts @@ -25,7 +25,7 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad * of what is scheduled. If the crawler is already running, returns a * CrawlerRunningException.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartCrawlerScheduleCommand.ts b/clients/client-glue/commands/StartCrawlerScheduleCommand.ts index 4b5170a41641..e5354b0eda72 100644 --- a/clients/client-glue/commands/StartCrawlerScheduleCommand.ts +++ b/clients/client-glue/commands/StartCrawlerScheduleCommand.ts @@ -25,7 +25,7 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR * SCHEDULED, unless the crawler is already running or the * schedule state is already SCHEDULED.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartExportLabelsTaskRunCommand.ts b/clients/client-glue/commands/StartExportLabelsTaskRunCommand.ts index 53b391b69d8c..543da96ddcc9 100644 --- a/clients/client-glue/commands/StartExportLabelsTaskRunCommand.ts +++ b/clients/client-glue/commands/StartExportLabelsTaskRunCommand.ts @@ -31,7 +31,7 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels * TaskRunId. You can check on the status of your task run by calling the * GetMLTaskRun API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartExportLabelsTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartExportLabelsTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartImportLabelsTaskRunCommand.ts b/clients/client-glue/commands/StartImportLabelsTaskRunCommand.ts index 44243061fe39..fa604914464f 100644 --- a/clients/client-glue/commands/StartImportLabelsTaskRunCommand.ts +++ b/clients/client-glue/commands/StartImportLabelsTaskRunCommand.ts @@ -47,7 +47,7 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels *

You can check on the status of your task run by calling the GetMLTaskRun * operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartImportLabelsTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartImportLabelsTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartJobRunCommand.ts b/clients/client-glue/commands/StartJobRunCommand.ts index 3fa51627d62a..77f98e6c2268 100644 --- a/clients/client-glue/commands/StartJobRunCommand.ts +++ b/clients/client-glue/commands/StartJobRunCommand.ts @@ -23,7 +23,7 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat /** *

Starts a job run using a job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartJobRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartJobRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartMLEvaluationTaskRunCommand.ts b/clients/client-glue/commands/StartMLEvaluationTaskRunCommand.ts index 4ccfc1dfaf3e..1819b989a6eb 100644 --- a/clients/client-glue/commands/StartMLEvaluationTaskRunCommand.ts +++ b/clients/client-glue/commands/StartMLEvaluationTaskRunCommand.ts @@ -30,7 +30,7 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation *

Returns a unique identifier for the run. You can call GetMLTaskRun to get more * information about the stats of the EvaluationTaskRun.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartMLEvaluationTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartMLEvaluationTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartMLLabelingSetGenerationTaskRunCommand.ts b/clients/client-glue/commands/StartMLLabelingSetGenerationTaskRunCommand.ts index 188bbbe0f1ef..8a27f22bdb40 100644 --- a/clients/client-glue/commands/StartMLLabelingSetGenerationTaskRunCommand.ts +++ b/clients/client-glue/commands/StartMLLabelingSetGenerationTaskRunCommand.ts @@ -41,7 +41,7 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput * all future runs of the machine learning transform will use the new and improved labels and * perform a higher-quality transformation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartMLLabelingSetGenerationTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartMLLabelingSetGenerationTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartTriggerCommand.ts b/clients/client-glue/commands/StartTriggerCommand.ts index 2754c0ba5fd9..99edb741d7e7 100644 --- a/clients/client-glue/commands/StartTriggerCommand.ts +++ b/clients/client-glue/commands/StartTriggerCommand.ts @@ -25,7 +25,7 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad * Jobs for information about how different types of trigger are * started.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StartWorkflowRunCommand.ts b/clients/client-glue/commands/StartWorkflowRunCommand.ts index 7c4e8eb7cd30..2ba0b9b400a7 100644 --- a/clients/client-glue/commands/StartWorkflowRunCommand.ts +++ b/clients/client-glue/commands/StartWorkflowRunCommand.ts @@ -23,7 +23,7 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse, /** *

Starts a new run of the specified workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StartWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StartWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StopCrawlerCommand.ts b/clients/client-glue/commands/StopCrawlerCommand.ts index 595db121cfc5..34b8ca3bb125 100644 --- a/clients/client-glue/commands/StopCrawlerCommand.ts +++ b/clients/client-glue/commands/StopCrawlerCommand.ts @@ -23,7 +23,7 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat /** *

If the specified crawler is running, stops the crawl.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StopCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StopCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StopCrawlerScheduleCommand.ts b/clients/client-glue/commands/StopCrawlerScheduleCommand.ts index d5e50366281c..caddd29214d0 100644 --- a/clients/client-glue/commands/StopCrawlerScheduleCommand.ts +++ b/clients/client-glue/commands/StopCrawlerScheduleCommand.ts @@ -25,7 +25,7 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes * NOT_SCHEDULED, but does not stop the crawler if it is * already running.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StopCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StopCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StopTriggerCommand.ts b/clients/client-glue/commands/StopTriggerCommand.ts index c2d081854f84..3bf6dff4a364 100644 --- a/clients/client-glue/commands/StopTriggerCommand.ts +++ b/clients/client-glue/commands/StopTriggerCommand.ts @@ -23,7 +23,7 @@ export interface StopTriggerCommandOutput extends StopTriggerResponse, __Metadat /** *

Stops a specified trigger.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StopTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StopTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/StopWorkflowRunCommand.ts b/clients/client-glue/commands/StopWorkflowRunCommand.ts index 7ad51b7bec2f..5d22c2abb614 100644 --- a/clients/client-glue/commands/StopWorkflowRunCommand.ts +++ b/clients/client-glue/commands/StopWorkflowRunCommand.ts @@ -23,7 +23,7 @@ export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, _ /** *

Stops the execution of the specified workflow run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, StopWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, StopWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/TagResourceCommand.ts b/clients/client-glue/commands/TagResourceCommand.ts index 2d7b04e50b0b..5b030cebaf19 100644 --- a/clients/client-glue/commands/TagResourceCommand.ts +++ b/clients/client-glue/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * In AWS Glue, you can tag only certain resources. For information about what * resources you can tag, see AWS Tags in AWS Glue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, TagResourceCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, TagResourceCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UntagResourceCommand.ts b/clients/client-glue/commands/UntagResourceCommand.ts index 28368de3c16c..c4371223733f 100644 --- a/clients/client-glue/commands/UntagResourceCommand.ts +++ b/clients/client-glue/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UntagResourceCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UntagResourceCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateClassifierCommand.ts b/clients/client-glue/commands/UpdateClassifierCommand.ts index 1349ce0df5dc..a871ff2d780d 100644 --- a/clients/client-glue/commands/UpdateClassifierCommand.ts +++ b/clients/client-glue/commands/UpdateClassifierCommand.ts @@ -25,7 +25,7 @@ export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse, * an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on * which field is present).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateColumnStatisticsForPartitionCommand.ts b/clients/client-glue/commands/UpdateColumnStatisticsForPartitionCommand.ts index e2915d6d6f70..8512c096e1a1 100644 --- a/clients/client-glue/commands/UpdateColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/commands/UpdateColumnStatisticsForPartitionCommand.ts @@ -30,7 +30,7 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput * *

The Identity and Access Management (IAM) permission required for this operation is UpdatePartition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateColumnStatisticsForPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateColumnStatisticsForPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateColumnStatisticsForTableCommand.ts b/clients/client-glue/commands/UpdateColumnStatisticsForTableCommand.ts index 0480b332706c..dce5bc1e2510 100644 --- a/clients/client-glue/commands/UpdateColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/commands/UpdateColumnStatisticsForTableCommand.ts @@ -27,7 +27,7 @@ export interface UpdateColumnStatisticsForTableCommandOutput * *

The Identity and Access Management (IAM) permission required for this operation is UpdateTable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateColumnStatisticsForTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateColumnStatisticsForTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateConnectionCommand.ts b/clients/client-glue/commands/UpdateConnectionCommand.ts index d64aa16b179b..8dcb25ebac89 100644 --- a/clients/client-glue/commands/UpdateConnectionCommand.ts +++ b/clients/client-glue/commands/UpdateConnectionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, /** *

Updates a connection definition in the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateCrawlerCommand.ts b/clients/client-glue/commands/UpdateCrawlerCommand.ts index c66197c291cd..c54c0bc48ead 100644 --- a/clients/client-glue/commands/UpdateCrawlerCommand.ts +++ b/clients/client-glue/commands/UpdateCrawlerCommand.ts @@ -25,7 +25,7 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met * running, you must stop it using StopCrawler before updating * it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateCrawlerScheduleCommand.ts b/clients/client-glue/commands/UpdateCrawlerScheduleCommand.ts index 81beb9b71dff..bbb638089046 100644 --- a/clients/client-glue/commands/UpdateCrawlerScheduleCommand.ts +++ b/clients/client-glue/commands/UpdateCrawlerScheduleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateCrawlerScheduleCommandOutput extends UpdateCrawlerSchedul /** *

Updates the schedule of a crawler using a cron expression.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateDatabaseCommand.ts b/clients/client-glue/commands/UpdateDatabaseCommand.ts index 17f5cb11e0b4..3c3693d628cd 100644 --- a/clients/client-glue/commands/UpdateDatabaseCommand.ts +++ b/clients/client-glue/commands/UpdateDatabaseCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M /** *

Updates an existing database definition in a Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateDevEndpointCommand.ts b/clients/client-glue/commands/UpdateDevEndpointCommand.ts index 1b211179a4e9..9ef313d69dcb 100644 --- a/clients/client-glue/commands/UpdateDevEndpointCommand.ts +++ b/clients/client-glue/commands/UpdateDevEndpointCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDevEndpointCommandOutput extends UpdateDevEndpointRespons /** *

Updates a specified development endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateJobCommand.ts b/clients/client-glue/commands/UpdateJobCommand.ts index bba900eb3e61..3e75154bf8e9 100644 --- a/clients/client-glue/commands/UpdateJobCommand.ts +++ b/clients/client-glue/commands/UpdateJobCommand.ts @@ -20,7 +20,7 @@ export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBea /** *

Updates an existing job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateJobCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateJobCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateMLTransformCommand.ts b/clients/client-glue/commands/UpdateMLTransformCommand.ts index a0dc48d7d7f7..3c3f41ec4b51 100644 --- a/clients/client-glue/commands/UpdateMLTransformCommand.ts +++ b/clients/client-glue/commands/UpdateMLTransformCommand.ts @@ -27,7 +27,7 @@ export interface UpdateMLTransformCommandOutput extends UpdateMLTransformRespons * operation to assess how well your new parameters achieved your goals (such as improving the * quality of your machine learning transform, or making it more cost-effective).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdatePartitionCommand.ts b/clients/client-glue/commands/UpdatePartitionCommand.ts index da14e2885ab4..5eb202efdbfd 100644 --- a/clients/client-glue/commands/UpdatePartitionCommand.ts +++ b/clients/client-glue/commands/UpdatePartitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, _ /** *

Updates a partition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateRegistryCommand.ts b/clients/client-glue/commands/UpdateRegistryCommand.ts index ee75e725c307..24fe0f83ef3a 100644 --- a/clients/client-glue/commands/UpdateRegistryCommand.ts +++ b/clients/client-glue/commands/UpdateRegistryCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M /** *

Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateSchemaCommand.ts b/clients/client-glue/commands/UpdateSchemaCommand.ts index b58eeaeefe23..239fa72a5b61 100644 --- a/clients/client-glue/commands/UpdateSchemaCommand.ts +++ b/clients/client-glue/commands/UpdateSchemaCommand.ts @@ -26,7 +26,7 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad *

If the value for the VersionNumber (checkpoint) is provided, Compatibility is optional and this can be used to set/reset a checkpoint for the schema.

*

This update will happen only if the schema is in the AVAILABLE state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateTableCommand.ts b/clients/client-glue/commands/UpdateTableCommand.ts index 01a16e9ed1b1..3898d368248b 100644 --- a/clients/client-glue/commands/UpdateTableCommand.ts +++ b/clients/client-glue/commands/UpdateTableCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat /** *

Updates a metadata table in the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateTableCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateTriggerCommand.ts b/clients/client-glue/commands/UpdateTriggerCommand.ts index 2bbd6702d382..8b2c475f9030 100644 --- a/clients/client-glue/commands/UpdateTriggerCommand.ts +++ b/clients/client-glue/commands/UpdateTriggerCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __Met /** *

Updates a trigger definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateUserDefinedFunctionCommand.ts b/clients/client-glue/commands/UpdateUserDefinedFunctionCommand.ts index 68a1f19cd084..f2aa00bfdcdb 100644 --- a/clients/client-glue/commands/UpdateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/commands/UpdateUserDefinedFunctionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserDefinedFunctionCommandOutput extends UpdateUserDefine /** *

Updates an existing function definition in the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateUserDefinedFunctionCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-glue/commands/UpdateWorkflowCommand.ts b/clients/client-glue/commands/UpdateWorkflowCommand.ts index 31ab39fb674e..4147d56ab97c 100644 --- a/clients/client-glue/commands/UpdateWorkflowCommand.ts +++ b/clients/client-glue/commands/UpdateWorkflowCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __M /** *

Updates an existing workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GlueClient, UpdateWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import * // const { GlueClient, UpdateWorkflowCommand } = require("@aws-sdk/client-glue"); // CommonJS import diff --git a/clients/client-greengrass/commands/AssociateRoleToGroupCommand.ts b/clients/client-greengrass/commands/AssociateRoleToGroupCommand.ts index cb7c880d0aac..fe375c16d462 100644 --- a/clients/client-greengrass/commands/AssociateRoleToGroupCommand.ts +++ b/clients/client-greengrass/commands/AssociateRoleToGroupCommand.ts @@ -23,7 +23,7 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR /** * Associates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, AssociateRoleToGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, AssociateRoleToGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrass/commands/AssociateServiceRoleToAccountCommand.ts index 436eb3a3c4c0..63796d91b0ee 100644 --- a/clients/client-greengrass/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrass/commands/AssociateServiceRoleToAccountCommand.ts @@ -25,7 +25,7 @@ export interface AssociateServiceRoleToAccountCommandOutput /** * Associates a role with your account. AWS IoT Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, AssociateServiceRoleToAccountCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, AssociateServiceRoleToAccountCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateConnectorDefinitionCommand.ts b/clients/client-greengrass/commands/CreateConnectorDefinitionCommand.ts index 96d91bcf9fff..47aca2598d72 100644 --- a/clients/client-greengrass/commands/CreateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/commands/CreateConnectorDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD /** * Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/commands/CreateConnectorDefinitionVersionCommand.ts index 6dd63cf7676b..72cc5170bada 100644 --- a/clients/client-greengrass/commands/CreateConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateConnectorDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface CreateConnectorDefinitionVersionCommandOutput /** * Creates a version of a connector definition which has already been defined. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateConnectorDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateConnectorDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateCoreDefinitionCommand.ts b/clients/client-greengrass/commands/CreateCoreDefinitionCommand.ts index 932f2f8906b3..b0a14089e95e 100644 --- a/clients/client-greengrass/commands/CreateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/commands/CreateCoreDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR /** * Creates a core definition. You may provide the initial version of the core definition now or use ''CreateCoreDefinitionVersion'' at a later time. Greengrass groups must each contain exactly one Greengrass core. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateCoreDefinitionVersionCommand.ts b/clients/client-greengrass/commands/CreateCoreDefinitionVersionCommand.ts index 31f532e0be2b..2f5621aa8a89 100644 --- a/clients/client-greengrass/commands/CreateCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateCoreDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface CreateCoreDefinitionVersionCommandOutput /** * Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateCoreDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateCoreDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateDeploymentCommand.ts b/clients/client-greengrass/commands/CreateDeploymentCommand.ts index 0174986a5f97..4deb2841f9ba 100644 --- a/clients/client-greengrass/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrass/commands/CreateDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, /** * Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateDeploymentCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateDeploymentCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateDeviceDefinitionCommand.ts b/clients/client-greengrass/commands/CreateDeviceDefinitionCommand.ts index b45cc2deb92e..7759386af7e9 100644 --- a/clients/client-greengrass/commands/CreateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/CreateDeviceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit /** * Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/commands/CreateDeviceDefinitionVersionCommand.ts index a597d3f83fc4..a927a8addc42 100644 --- a/clients/client-greengrass/commands/CreateDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateDeviceDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface CreateDeviceDefinitionVersionCommandOutput /** * Creates a version of a device definition that has already been defined. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateDeviceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateDeviceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateFunctionDefinitionCommand.ts b/clients/client-greengrass/commands/CreateFunctionDefinitionCommand.ts index 72173e1ddba0..0b0d096cd557 100644 --- a/clients/client-greengrass/commands/CreateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/CreateFunctionDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef /** * Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/commands/CreateFunctionDefinitionVersionCommand.ts index 238bf48aa6b9..7c8d99812f5d 100644 --- a/clients/client-greengrass/commands/CreateFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateFunctionDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface CreateFunctionDefinitionVersionCommandOutput /** * Creates a version of a Lambda function definition that has already been defined. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateFunctionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateFunctionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/commands/CreateGroupCertificateAuthorityCommand.ts index ce9bbcb68755..ddd6ecc9b662 100644 --- a/clients/client-greengrass/commands/CreateGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/commands/CreateGroupCertificateAuthorityCommand.ts @@ -25,7 +25,7 @@ export interface CreateGroupCertificateAuthorityCommandOutput /** * Creates a CA for the group. If a CA already exists, it will rotate the existing CA. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateGroupCertificateAuthorityCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateGroupCertificateAuthorityCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateGroupCommand.ts b/clients/client-greengrass/commands/CreateGroupCommand.ts index 6088d07bdba7..494a588d568a 100644 --- a/clients/client-greengrass/commands/CreateGroupCommand.ts +++ b/clients/client-greengrass/commands/CreateGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat /** * Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gg_group_setup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateGroupVersionCommand.ts b/clients/client-greengrass/commands/CreateGroupVersionCommand.ts index 1a0d69bf40b2..be9ff7e51117 100644 --- a/clients/client-greengrass/commands/CreateGroupVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateGroupVersionCommand.ts @@ -23,7 +23,7 @@ export interface CreateGroupVersionCommandOutput extends CreateGroupVersionRespo /** * Creates a version of a group which has already been defined. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateGroupVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateGroupVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateLoggerDefinitionCommand.ts b/clients/client-greengrass/commands/CreateLoggerDefinitionCommand.ts index 1d772c377611..bebb99a54260 100644 --- a/clients/client-greengrass/commands/CreateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/commands/CreateLoggerDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit /** * Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/commands/CreateLoggerDefinitionVersionCommand.ts index b3d7247b92a4..6556557ca461 100644 --- a/clients/client-greengrass/commands/CreateLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateLoggerDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface CreateLoggerDefinitionVersionCommandOutput /** * Creates a version of a logger definition that has already been defined. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateLoggerDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateLoggerDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateResourceDefinitionCommand.ts b/clients/client-greengrass/commands/CreateResourceDefinitionCommand.ts index 343527641281..a0af60031f10 100644 --- a/clients/client-greengrass/commands/CreateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/CreateResourceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef /** * Creates a resource definition which contains a list of resources to be used in a group. You can create an initial version of the definition by providing a list of resources now, or use ''CreateResourceDefinitionVersion'' later. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateResourceDefinitionVersionCommand.ts b/clients/client-greengrass/commands/CreateResourceDefinitionVersionCommand.ts index e7909b9217a0..dfefd08fa603 100644 --- a/clients/client-greengrass/commands/CreateResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateResourceDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface CreateResourceDefinitionVersionCommandOutput /** * Creates a version of a resource definition that has already been defined. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateResourceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateResourceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateSoftwareUpdateJobCommand.ts b/clients/client-greengrass/commands/CreateSoftwareUpdateJobCommand.ts index a09573482528..d743152a7dc1 100644 --- a/clients/client-greengrass/commands/CreateSoftwareUpdateJobCommand.ts +++ b/clients/client-greengrass/commands/CreateSoftwareUpdateJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda /** * Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateSoftwareUpdateJobCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateSoftwareUpdateJobCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/commands/CreateSubscriptionDefinitionCommand.ts index 8eafa74394d6..4985a026a813 100644 --- a/clients/client-greengrass/commands/CreateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/CreateSubscriptionDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface CreateSubscriptionDefinitionCommandOutput /** * Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/CreateSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/commands/CreateSubscriptionDefinitionVersionCommand.ts index 6decdc835621..dd3c64a65313 100644 --- a/clients/client-greengrass/commands/CreateSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/CreateSubscriptionDefinitionVersionCommand.ts @@ -28,7 +28,7 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput /** * Creates a version of a subscription definition which has already been defined. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, CreateSubscriptionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, CreateSubscriptionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteConnectorDefinitionCommand.ts b/clients/client-greengrass/commands/DeleteConnectorDefinitionCommand.ts index 23055025ee0b..2b3e4ee81ca7 100644 --- a/clients/client-greengrass/commands/DeleteConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/commands/DeleteConnectorDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD /** * Deletes a connector definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteCoreDefinitionCommand.ts b/clients/client-greengrass/commands/DeleteCoreDefinitionCommand.ts index 07ffb392dfe6..b38eb60315a0 100644 --- a/clients/client-greengrass/commands/DeleteCoreDefinitionCommand.ts +++ b/clients/client-greengrass/commands/DeleteCoreDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR /** * Deletes a core definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteDeviceDefinitionCommand.ts b/clients/client-greengrass/commands/DeleteDeviceDefinitionCommand.ts index 6b6777e45c02..49111157a469 100644 --- a/clients/client-greengrass/commands/DeleteDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/DeleteDeviceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit /** * Deletes a device definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteFunctionDefinitionCommand.ts b/clients/client-greengrass/commands/DeleteFunctionDefinitionCommand.ts index 1e7e6d0df7db..65d44247c4e2 100644 --- a/clients/client-greengrass/commands/DeleteFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/DeleteFunctionDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef /** * Deletes a Lambda function definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteGroupCommand.ts b/clients/client-greengrass/commands/DeleteGroupCommand.ts index fad289aaf4c4..55f30ecffaf4 100644 --- a/clients/client-greengrass/commands/DeleteGroupCommand.ts +++ b/clients/client-greengrass/commands/DeleteGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat /** * Deletes a group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteLoggerDefinitionCommand.ts b/clients/client-greengrass/commands/DeleteLoggerDefinitionCommand.ts index 50011b76fbe4..60680ab3174c 100644 --- a/clients/client-greengrass/commands/DeleteLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/commands/DeleteLoggerDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit /** * Deletes a logger definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteResourceDefinitionCommand.ts b/clients/client-greengrass/commands/DeleteResourceDefinitionCommand.ts index 1ed5418a1704..4f9d38bd2420 100644 --- a/clients/client-greengrass/commands/DeleteResourceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/DeleteResourceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef /** * Deletes a resource definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DeleteSubscriptionDefinitionCommand.ts b/clients/client-greengrass/commands/DeleteSubscriptionDefinitionCommand.ts index df24621cc0e1..786f6700772e 100644 --- a/clients/client-greengrass/commands/DeleteSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/DeleteSubscriptionDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSubscriptionDefinitionCommandOutput /** * Deletes a subscription definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DeleteSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DeleteSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DisassociateRoleFromGroupCommand.ts b/clients/client-greengrass/commands/DisassociateRoleFromGroupCommand.ts index 938fefc0755b..82d7941d9c1f 100644 --- a/clients/client-greengrass/commands/DisassociateRoleFromGroupCommand.ts +++ b/clients/client-greengrass/commands/DisassociateRoleFromGroupCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole /** * Disassociates the role from a group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DisassociateRoleFromGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DisassociateRoleFromGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrass/commands/DisassociateServiceRoleFromAccountCommand.ts index 408bd8da532e..913741757599 100644 --- a/clients/client-greengrass/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrass/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateServiceRoleFromAccountCommandOutput /** * Disassociates the service role from your account. Without a service role, deployments will not work. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, DisassociateServiceRoleFromAccountCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, DisassociateServiceRoleFromAccountCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetAssociatedRoleCommand.ts b/clients/client-greengrass/commands/GetAssociatedRoleCommand.ts index 1e76dd1b9382..6ef519535dfe 100644 --- a/clients/client-greengrass/commands/GetAssociatedRoleCommand.ts +++ b/clients/client-greengrass/commands/GetAssociatedRoleCommand.ts @@ -23,7 +23,7 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons /** * Retrieves the role associated with a particular group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetAssociatedRoleCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetAssociatedRoleCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetBulkDeploymentStatusCommand.ts b/clients/client-greengrass/commands/GetBulkDeploymentStatusCommand.ts index 176247f11988..a6ecd831bf63 100644 --- a/clients/client-greengrass/commands/GetBulkDeploymentStatusCommand.ts +++ b/clients/client-greengrass/commands/GetBulkDeploymentStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS /** * Returns the status of a bulk deployment. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetBulkDeploymentStatusCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetBulkDeploymentStatusCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrass/commands/GetConnectivityInfoCommand.ts index 1b2cdae3c7c8..2dbbd3ef3f92 100644 --- a/clients/client-greengrass/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrass/commands/GetConnectivityInfoCommand.ts @@ -23,7 +23,7 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes /** * Retrieves the connectivity information for a core. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetConnectivityInfoCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetConnectivityInfoCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetConnectorDefinitionCommand.ts b/clients/client-greengrass/commands/GetConnectorDefinitionCommand.ts index 810bf39e89d5..a429771f7069 100644 --- a/clients/client-greengrass/commands/GetConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/commands/GetConnectorDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit /** * Retrieves information about a connector definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/commands/GetConnectorDefinitionVersionCommand.ts index 88f30f627c2f..5c83738cd2ed 100644 --- a/clients/client-greengrass/commands/GetConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/GetConnectorDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface GetConnectorDefinitionVersionCommandOutput /** * Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetConnectorDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetConnectorDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetCoreDefinitionCommand.ts b/clients/client-greengrass/commands/GetCoreDefinitionCommand.ts index b10bf825e9b7..0543f4343094 100644 --- a/clients/client-greengrass/commands/GetCoreDefinitionCommand.ts +++ b/clients/client-greengrass/commands/GetCoreDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons /** * Retrieves information about a core definition version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetCoreDefinitionVersionCommand.ts b/clients/client-greengrass/commands/GetCoreDefinitionVersionCommand.ts index 855a2b40632e..7fa5cea013fc 100644 --- a/clients/client-greengrass/commands/GetCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/GetCoreDefinitionVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition /** * Retrieves information about a core definition version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetCoreDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetCoreDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetDeploymentStatusCommand.ts b/clients/client-greengrass/commands/GetDeploymentStatusCommand.ts index 5aebab8864bd..67006bcf9bf5 100644 --- a/clients/client-greengrass/commands/GetDeploymentStatusCommand.ts +++ b/clients/client-greengrass/commands/GetDeploymentStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes /** * Returns the status of a deployment. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetDeploymentStatusCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetDeploymentStatusCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetDeviceDefinitionCommand.ts b/clients/client-greengrass/commands/GetDeviceDefinitionCommand.ts index 3e1a64c74e8e..14498e174518 100644 --- a/clients/client-greengrass/commands/GetDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/GetDeviceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes /** * Retrieves information about a device definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/commands/GetDeviceDefinitionVersionCommand.ts index 69ed85f7c45b..0cbb62af0c9a 100644 --- a/clients/client-greengrass/commands/GetDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/GetDeviceDefinitionVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini /** * Retrieves information about a device definition version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetDeviceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetDeviceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetFunctionDefinitionCommand.ts b/clients/client-greengrass/commands/GetFunctionDefinitionCommand.ts index 009e132fa585..aeda584ab161 100644 --- a/clients/client-greengrass/commands/GetFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/GetFunctionDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio /** * Retrieves information about a Lambda function definition, including its creation time and latest version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/commands/GetFunctionDefinitionVersionCommand.ts index 938b4080ec46..6a4d3ecf3b2a 100644 --- a/clients/client-greengrass/commands/GetFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/GetFunctionDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface GetFunctionDefinitionVersionCommandOutput /** * Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetFunctionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetFunctionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/commands/GetGroupCertificateAuthorityCommand.ts index bcf481094103..ed4542275b8c 100644 --- a/clients/client-greengrass/commands/GetGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/commands/GetGroupCertificateAuthorityCommand.ts @@ -25,7 +25,7 @@ export interface GetGroupCertificateAuthorityCommandOutput /** * Retreives the CA associated with a group. Returns the public key of the CA. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetGroupCertificateAuthorityCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetGroupCertificateAuthorityCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/commands/GetGroupCertificateConfigurationCommand.ts index 5b6c79b8c41a..047b7caa047f 100644 --- a/clients/client-greengrass/commands/GetGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/commands/GetGroupCertificateConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetGroupCertificateConfigurationCommandOutput /** * Retrieves the current configuration for the CA used by the group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetGroupCertificateConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetGroupCertificateConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetGroupCommand.ts b/clients/client-greengrass/commands/GetGroupCommand.ts index 2c99d3193782..dc8b9134fefc 100644 --- a/clients/client-greengrass/commands/GetGroupCommand.ts +++ b/clients/client-greengrass/commands/GetGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare /** * Retrieves information about a group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetGroupVersionCommand.ts b/clients/client-greengrass/commands/GetGroupVersionCommand.ts index e86fd85bb3dc..6754b3180b54 100644 --- a/clients/client-greengrass/commands/GetGroupVersionCommand.ts +++ b/clients/client-greengrass/commands/GetGroupVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _ /** * Retrieves information about a group version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetGroupVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetGroupVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetLoggerDefinitionCommand.ts b/clients/client-greengrass/commands/GetLoggerDefinitionCommand.ts index ba0032815858..db5fdf5228da 100644 --- a/clients/client-greengrass/commands/GetLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/commands/GetLoggerDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes /** * Retrieves information about a logger definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/commands/GetLoggerDefinitionVersionCommand.ts index 73c979b79ac3..13ea8f60e1c3 100644 --- a/clients/client-greengrass/commands/GetLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/GetLoggerDefinitionVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini /** * Retrieves information about a logger definition version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetLoggerDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetLoggerDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetResourceDefinitionCommand.ts b/clients/client-greengrass/commands/GetResourceDefinitionCommand.ts index 538ed6fea79f..c79a6bb9aff4 100644 --- a/clients/client-greengrass/commands/GetResourceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/GetResourceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitio /** * Retrieves information about a resource definition, including its creation time and latest version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetResourceDefinitionVersionCommand.ts b/clients/client-greengrass/commands/GetResourceDefinitionVersionCommand.ts index ea2b0ad9f712..53d438f48cf6 100644 --- a/clients/client-greengrass/commands/GetResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/GetResourceDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface GetResourceDefinitionVersionCommandOutput /** * Retrieves information about a resource definition version, including which resources are included in the version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetResourceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetResourceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrass/commands/GetServiceRoleForAccountCommand.ts index ef5d9e5d2b6d..bb13fd5dd932 100644 --- a/clients/client-greengrass/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrass/commands/GetServiceRoleForAccountCommand.ts @@ -23,7 +23,7 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor /** * Retrieves the service role that is attached to your account. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetServiceRoleForAccountCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetServiceRoleForAccountCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetSubscriptionDefinitionCommand.ts b/clients/client-greengrass/commands/GetSubscriptionDefinitionCommand.ts index 0f27346ae59d..9529af27c60c 100644 --- a/clients/client-greengrass/commands/GetSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/GetSubscriptionDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionD /** * Retrieves information about a subscription definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/commands/GetSubscriptionDefinitionVersionCommand.ts index 5ceb3991b9fd..7541cacbc445 100644 --- a/clients/client-greengrass/commands/GetSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/commands/GetSubscriptionDefinitionVersionCommand.ts @@ -25,7 +25,7 @@ export interface GetSubscriptionDefinitionVersionCommandOutput /** * Retrieves information about a subscription definition version. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetSubscriptionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetSubscriptionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/GetThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/commands/GetThingRuntimeConfigurationCommand.ts index b29a92f437d9..a4e1795d3c83 100644 --- a/clients/client-greengrass/commands/GetThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/commands/GetThingRuntimeConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetThingRuntimeConfigurationCommandOutput /** * Get the runtime configuration of a thing. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, GetThingRuntimeConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, GetThingRuntimeConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListBulkDeploymentDetailedReportsCommand.ts b/clients/client-greengrass/commands/ListBulkDeploymentDetailedReportsCommand.ts index 18c99646932a..9288dc8c8881 100644 --- a/clients/client-greengrass/commands/ListBulkDeploymentDetailedReportsCommand.ts +++ b/clients/client-greengrass/commands/ListBulkDeploymentDetailedReportsCommand.ts @@ -28,7 +28,7 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput /** * Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListBulkDeploymentDetailedReportsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListBulkDeploymentDetailedReportsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListBulkDeploymentsCommand.ts b/clients/client-greengrass/commands/ListBulkDeploymentsCommand.ts index 73caa92ce366..8e66062df5f6 100644 --- a/clients/client-greengrass/commands/ListBulkDeploymentsCommand.ts +++ b/clients/client-greengrass/commands/ListBulkDeploymentsCommand.ts @@ -23,7 +23,7 @@ export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsRes /** * Returns a list of bulk deployments. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListBulkDeploymentsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListBulkDeploymentsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListConnectorDefinitionVersionsCommand.ts b/clients/client-greengrass/commands/ListConnectorDefinitionVersionsCommand.ts index d276adb13c9f..35e1fe496326 100644 --- a/clients/client-greengrass/commands/ListConnectorDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListConnectorDefinitionVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListConnectorDefinitionVersionsCommandOutput /** * Lists the versions of a connector definition, which are containers for connectors. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListConnectorDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListConnectorDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListConnectorDefinitionsCommand.ts b/clients/client-greengrass/commands/ListConnectorDefinitionsCommand.ts index afbcdd1bf21e..834a10c4bfc1 100644 --- a/clients/client-greengrass/commands/ListConnectorDefinitionsCommand.ts +++ b/clients/client-greengrass/commands/ListConnectorDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefi /** * Retrieves a list of connector definitions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListConnectorDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListConnectorDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListCoreDefinitionVersionsCommand.ts b/clients/client-greengrass/commands/ListCoreDefinitionVersionsCommand.ts index 750461fdc616..1d40bdda32cd 100644 --- a/clients/client-greengrass/commands/ListCoreDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListCoreDefinitionVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinit /** * Lists the versions of a core definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListCoreDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListCoreDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListCoreDefinitionsCommand.ts b/clients/client-greengrass/commands/ListCoreDefinitionsCommand.ts index cb486ee31312..e92c04b67774 100644 --- a/clients/client-greengrass/commands/ListCoreDefinitionsCommand.ts +++ b/clients/client-greengrass/commands/ListCoreDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsRes /** * Retrieves a list of core definitions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListCoreDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListCoreDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListDeploymentsCommand.ts b/clients/client-greengrass/commands/ListDeploymentsCommand.ts index 3234cb060d7f..fc9332172cfe 100644 --- a/clients/client-greengrass/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrass/commands/ListDeploymentsCommand.ts @@ -23,7 +23,7 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _ /** * Returns a history of deployments for the group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListDeploymentsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListDeploymentsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListDeviceDefinitionVersionsCommand.ts b/clients/client-greengrass/commands/ListDeviceDefinitionVersionsCommand.ts index 96bbbcf7f53f..e01c8b741f07 100644 --- a/clients/client-greengrass/commands/ListDeviceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListDeviceDefinitionVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListDeviceDefinitionVersionsCommandOutput /** * Lists the versions of a device definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListDeviceDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListDeviceDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListDeviceDefinitionsCommand.ts b/clients/client-greengrass/commands/ListDeviceDefinitionsCommand.ts index 9c9ea04412b7..c73dd1a4658d 100644 --- a/clients/client-greengrass/commands/ListDeviceDefinitionsCommand.ts +++ b/clients/client-greengrass/commands/ListDeviceDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition /** * Retrieves a list of device definitions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListDeviceDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListDeviceDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListFunctionDefinitionVersionsCommand.ts b/clients/client-greengrass/commands/ListFunctionDefinitionVersionsCommand.ts index db00d3f81547..419dbc096ef6 100644 --- a/clients/client-greengrass/commands/ListFunctionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListFunctionDefinitionVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListFunctionDefinitionVersionsCommandOutput /** * Lists the versions of a Lambda function definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListFunctionDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListFunctionDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListFunctionDefinitionsCommand.ts b/clients/client-greengrass/commands/ListFunctionDefinitionsCommand.ts index b3bc649a1e6b..50c7d7424382 100644 --- a/clients/client-greengrass/commands/ListFunctionDefinitionsCommand.ts +++ b/clients/client-greengrass/commands/ListFunctionDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini /** * Retrieves a list of Lambda function definitions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListFunctionDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListFunctionDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListGroupCertificateAuthoritiesCommand.ts b/clients/client-greengrass/commands/ListGroupCertificateAuthoritiesCommand.ts index e554fabe2723..4d2d616f9086 100644 --- a/clients/client-greengrass/commands/ListGroupCertificateAuthoritiesCommand.ts +++ b/clients/client-greengrass/commands/ListGroupCertificateAuthoritiesCommand.ts @@ -25,7 +25,7 @@ export interface ListGroupCertificateAuthoritiesCommandOutput /** * Retrieves the current CAs for a group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListGroupCertificateAuthoritiesCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListGroupCertificateAuthoritiesCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListGroupVersionsCommand.ts b/clients/client-greengrass/commands/ListGroupVersionsCommand.ts index 641afbbde417..fb1a31f70cc8 100644 --- a/clients/client-greengrass/commands/ListGroupVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListGroupVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons /** * Lists the versions of a group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListGroupVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListGroupVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListGroupsCommand.ts b/clients/client-greengrass/commands/ListGroupsCommand.ts index cdbb8b50be9c..afe11f91fb1b 100644 --- a/clients/client-greengrass/commands/ListGroupsCommand.ts +++ b/clients/client-greengrass/commands/ListGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB /** * Retrieves a list of groups. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListGroupsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListGroupsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListLoggerDefinitionVersionsCommand.ts b/clients/client-greengrass/commands/ListLoggerDefinitionVersionsCommand.ts index 24a6f44c0693..2245e5edcb9b 100644 --- a/clients/client-greengrass/commands/ListLoggerDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListLoggerDefinitionVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListLoggerDefinitionVersionsCommandOutput /** * Lists the versions of a logger definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListLoggerDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListLoggerDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListLoggerDefinitionsCommand.ts b/clients/client-greengrass/commands/ListLoggerDefinitionsCommand.ts index f27f1fd17005..4765e3e83f1b 100644 --- a/clients/client-greengrass/commands/ListLoggerDefinitionsCommand.ts +++ b/clients/client-greengrass/commands/ListLoggerDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition /** * Retrieves a list of logger definitions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListLoggerDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListLoggerDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListResourceDefinitionVersionsCommand.ts b/clients/client-greengrass/commands/ListResourceDefinitionVersionsCommand.ts index 53f019864440..db9ddee634a7 100644 --- a/clients/client-greengrass/commands/ListResourceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListResourceDefinitionVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListResourceDefinitionVersionsCommandOutput /** * Lists the versions of a resource definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListResourceDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListResourceDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListResourceDefinitionsCommand.ts b/clients/client-greengrass/commands/ListResourceDefinitionsCommand.ts index a782fe7fa015..5dc44f3cfcfe 100644 --- a/clients/client-greengrass/commands/ListResourceDefinitionsCommand.ts +++ b/clients/client-greengrass/commands/ListResourceDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini /** * Retrieves a list of resource definitions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListResourceDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListResourceDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListSubscriptionDefinitionVersionsCommand.ts b/clients/client-greengrass/commands/ListSubscriptionDefinitionVersionsCommand.ts index 03b3df292839..ff758d53fd65 100644 --- a/clients/client-greengrass/commands/ListSubscriptionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/commands/ListSubscriptionDefinitionVersionsCommand.ts @@ -28,7 +28,7 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput /** * Lists the versions of a subscription definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListSubscriptionDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListSubscriptionDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListSubscriptionDefinitionsCommand.ts b/clients/client-greengrass/commands/ListSubscriptionDefinitionsCommand.ts index c05fc5788671..71abb151c274 100644 --- a/clients/client-greengrass/commands/ListSubscriptionDefinitionsCommand.ts +++ b/clients/client-greengrass/commands/ListSubscriptionDefinitionsCommand.ts @@ -25,7 +25,7 @@ export interface ListSubscriptionDefinitionsCommandOutput /** * Retrieves a list of subscription definitions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListSubscriptionDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListSubscriptionDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ListTagsForResourceCommand.ts b/clients/client-greengrass/commands/ListTagsForResourceCommand.ts index 05938772d753..b88b38f5722b 100644 --- a/clients/client-greengrass/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrass/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * Retrieves a list of resource tags for a resource arn. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ListTagsForResourceCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ListTagsForResourceCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/ResetDeploymentsCommand.ts b/clients/client-greengrass/commands/ResetDeploymentsCommand.ts index 9a768bb67a49..61707d5797cb 100644 --- a/clients/client-greengrass/commands/ResetDeploymentsCommand.ts +++ b/clients/client-greengrass/commands/ResetDeploymentsCommand.ts @@ -23,7 +23,7 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse, /** * Resets a group's deployments. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, ResetDeploymentsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, ResetDeploymentsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/StartBulkDeploymentCommand.ts b/clients/client-greengrass/commands/StartBulkDeploymentCommand.ts index 84c0decfb0a9..2750382ed4aa 100644 --- a/clients/client-greengrass/commands/StartBulkDeploymentCommand.ts +++ b/clients/client-greengrass/commands/StartBulkDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes /** * Deploys multiple groups in one operation. This action starts the bulk deployment of a specified set of group versions. Each group version deployment will be triggered with an adaptive rate that has a fixed upper limit. We recommend that you include an ''X-Amzn-Client-Token'' token in every ''StartBulkDeployment'' request. These requests are idempotent with respect to the token and the request parameters. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, StartBulkDeploymentCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, StartBulkDeploymentCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/StopBulkDeploymentCommand.ts b/clients/client-greengrass/commands/StopBulkDeploymentCommand.ts index 3b708c4d450e..9a923fbdffbf 100644 --- a/clients/client-greengrass/commands/StopBulkDeploymentCommand.ts +++ b/clients/client-greengrass/commands/StopBulkDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo /** * Stops the execution of a bulk deployment. This action returns a status of ''Stopping'' until the deployment is stopped. You cannot start a new bulk deployment while a previous deployment is in the ''Stopping'' state. This action doesn't rollback completed deployments or cancel pending deployments. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, StopBulkDeploymentCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, StopBulkDeploymentCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/TagResourceCommand.ts b/clients/client-greengrass/commands/TagResourceCommand.ts index 8a7a5dda564a..a457eeeaad8d 100644 --- a/clients/client-greengrass/commands/TagResourceCommand.ts +++ b/clients/client-greengrass/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** * Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, TagResourceCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, TagResourceCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UntagResourceCommand.ts b/clients/client-greengrass/commands/UntagResourceCommand.ts index 8882bbe55ed6..41bbda6bcd7d 100644 --- a/clients/client-greengrass/commands/UntagResourceCommand.ts +++ b/clients/client-greengrass/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** * Remove resource tags from a Greengrass Resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UntagResourceCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UntagResourceCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrass/commands/UpdateConnectivityInfoCommand.ts index 41cbbc057af6..9ce75b9bc756 100644 --- a/clients/client-greengrass/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrass/commands/UpdateConnectivityInfoCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI /** * Updates the connectivity information for the core. Any devices that belong to the group which has this core will receive this information in order to find the location of the core and connect to it. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateConnectivityInfoCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateConnectivityInfoCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateConnectorDefinitionCommand.ts b/clients/client-greengrass/commands/UpdateConnectorDefinitionCommand.ts index a24c0ea44e43..07377489e7dc 100644 --- a/clients/client-greengrass/commands/UpdateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/commands/UpdateConnectorDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD /** * Updates a connector definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateCoreDefinitionCommand.ts b/clients/client-greengrass/commands/UpdateCoreDefinitionCommand.ts index 4e52e78994a8..9990f9bb8927 100644 --- a/clients/client-greengrass/commands/UpdateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/commands/UpdateCoreDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR /** * Updates a core definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateDeviceDefinitionCommand.ts b/clients/client-greengrass/commands/UpdateDeviceDefinitionCommand.ts index b7745e100343..27aa02aeb927 100644 --- a/clients/client-greengrass/commands/UpdateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/UpdateDeviceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit /** * Updates a device definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateFunctionDefinitionCommand.ts b/clients/client-greengrass/commands/UpdateFunctionDefinitionCommand.ts index c490d0386cf4..609435029c30 100644 --- a/clients/client-greengrass/commands/UpdateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/UpdateFunctionDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef /** * Updates a Lambda function definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/commands/UpdateGroupCertificateConfigurationCommand.ts index c5c8aa5a1829..36658de22bdf 100644 --- a/clients/client-greengrass/commands/UpdateGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/commands/UpdateGroupCertificateConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface UpdateGroupCertificateConfigurationCommandOutput /** * Updates the Certificate expiry time for a group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateGroupCertificateConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateGroupCertificateConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateGroupCommand.ts b/clients/client-greengrass/commands/UpdateGroupCommand.ts index 0dd44d3f926b..23944a60d5c1 100644 --- a/clients/client-greengrass/commands/UpdateGroupCommand.ts +++ b/clients/client-greengrass/commands/UpdateGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat /** * Updates a group. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateLoggerDefinitionCommand.ts b/clients/client-greengrass/commands/UpdateLoggerDefinitionCommand.ts index 62f929e4ef5a..fbe59ea4c65f 100644 --- a/clients/client-greengrass/commands/UpdateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/commands/UpdateLoggerDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit /** * Updates a logger definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateResourceDefinitionCommand.ts b/clients/client-greengrass/commands/UpdateResourceDefinitionCommand.ts index fd304eb61c8e..40d2fc27cfe8 100644 --- a/clients/client-greengrass/commands/UpdateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/commands/UpdateResourceDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef /** * Updates a resource definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/commands/UpdateSubscriptionDefinitionCommand.ts index de80be2a5b7e..8f7d6aefad58 100644 --- a/clients/client-greengrass/commands/UpdateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/commands/UpdateSubscriptionDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateSubscriptionDefinitionCommandOutput /** * Updates a subscription definition. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrass/commands/UpdateThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/commands/UpdateThingRuntimeConfigurationCommand.ts index e4e145fd41fe..8afec6ed62c3 100644 --- a/clients/client-greengrass/commands/UpdateThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/commands/UpdateThingRuntimeConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateThingRuntimeConfigurationCommandOutput /** * Updates the runtime configuration of a thing. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassClient, UpdateThingRuntimeConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import * // const { GreengrassClient, UpdateThingRuntimeConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/CancelDeploymentCommand.ts b/clients/client-greengrassv2/commands/CancelDeploymentCommand.ts index 8473cfaced15..5dd2deafe974 100644 --- a/clients/client-greengrassv2/commands/CancelDeploymentCommand.ts +++ b/clients/client-greengrassv2/commands/CancelDeploymentCommand.ts @@ -25,7 +25,7 @@ export interface CancelDeploymentCommandOutput extends CancelDeploymentResponse, * received it. If a device already received the deployment, this operation doesn't change * anything for that device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, CancelDeploymentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, CancelDeploymentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/CreateComponentVersionCommand.ts b/clients/client-greengrassv2/commands/CreateComponentVersionCommand.ts index a7abdae6b880..2fef15497227 100644 --- a/clients/client-greengrassv2/commands/CreateComponentVersionCommand.ts +++ b/clients/client-greengrassv2/commands/CreateComponentVersionCommand.ts @@ -76,7 +76,7 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, CreateComponentVersionCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, CreateComponentVersionCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/CreateDeploymentCommand.ts b/clients/client-greengrassv2/commands/CreateDeploymentCommand.ts index 0fbfe3dcd6f7..01f5a0c2b51f 100644 --- a/clients/client-greengrassv2/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrassv2/commands/CreateDeploymentCommand.ts @@ -33,7 +33,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, *

For more information, see the Create deployments in the * AWS IoT Greengrass V2 Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, CreateDeploymentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, CreateDeploymentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/DeleteComponentCommand.ts b/clients/client-greengrassv2/commands/DeleteComponentCommand.ts index b3a0818ef67e..42cc23e2ed77 100644 --- a/clients/client-greengrassv2/commands/DeleteComponentCommand.ts +++ b/clients/client-greengrassv2/commands/DeleteComponentCommand.ts @@ -29,7 +29,7 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {} * to use a valid version.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, DeleteComponentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, DeleteComponentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/DeleteCoreDeviceCommand.ts b/clients/client-greengrassv2/commands/DeleteCoreDeviceCommand.ts index d3efcc9743af..d192ddd27401 100644 --- a/clients/client-greengrassv2/commands/DeleteCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/commands/DeleteCoreDeviceCommand.ts @@ -26,7 +26,7 @@ export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {} * information about how to delete the AWS IoT thing, see DeleteThing in the * AWS IoT API Reference.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, DeleteCoreDeviceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, DeleteCoreDeviceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/DescribeComponentCommand.ts b/clients/client-greengrassv2/commands/DescribeComponentCommand.ts index 5bfaf46fbb92..5391183f5f53 100644 --- a/clients/client-greengrassv2/commands/DescribeComponentCommand.ts +++ b/clients/client-greengrassv2/commands/DescribeComponentCommand.ts @@ -23,7 +23,7 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons /** *

Retrieves metadata for a version of a component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, DescribeComponentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, DescribeComponentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/GetComponentCommand.ts b/clients/client-greengrassv2/commands/GetComponentCommand.ts index 8000d0647906..4546cc2c8531 100644 --- a/clients/client-greengrassv2/commands/GetComponentCommand.ts +++ b/clients/client-greengrassv2/commands/GetComponentCommand.ts @@ -24,7 +24,7 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad *

Gets the recipe for a version of a component. Core devices can call this operation to * identify the artifacts and requirements to install a component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, GetComponentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, GetComponentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/GetComponentVersionArtifactCommand.ts b/clients/client-greengrassv2/commands/GetComponentVersionArtifactCommand.ts index eaa25f235586..5ed4d76e3ddb 100644 --- a/clients/client-greengrassv2/commands/GetComponentVersionArtifactCommand.ts +++ b/clients/client-greengrassv2/commands/GetComponentVersionArtifactCommand.ts @@ -26,7 +26,7 @@ export interface GetComponentVersionArtifactCommandOutput *

Gets the pre-signed URL to download a public component artifact. Core devices call this * operation to identify the URL that they can use to download an artifact to install.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, GetComponentVersionArtifactCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, GetComponentVersionArtifactCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/GetCoreDeviceCommand.ts b/clients/client-greengrassv2/commands/GetCoreDeviceCommand.ts index 21ef2d721a11..4b8221408646 100644 --- a/clients/client-greengrassv2/commands/GetCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/commands/GetCoreDeviceCommand.ts @@ -23,7 +23,7 @@ export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __Met /** *

Retrieves metadata for a AWS IoT Greengrass core device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, GetCoreDeviceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, GetCoreDeviceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/GetDeploymentCommand.ts b/clients/client-greengrassv2/commands/GetDeploymentCommand.ts index 447016e61e20..e523f15b4e16 100644 --- a/clients/client-greengrassv2/commands/GetDeploymentCommand.ts +++ b/clients/client-greengrassv2/commands/GetDeploymentCommand.ts @@ -23,7 +23,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met /** *

Gets a deployment. Deployments define the components that run on AWS IoT Greengrass core devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, GetDeploymentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, GetDeploymentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ListComponentVersionsCommand.ts b/clients/client-greengrassv2/commands/ListComponentVersionsCommand.ts index 1a766db4719f..8049439143a3 100644 --- a/clients/client-greengrassv2/commands/ListComponentVersionsCommand.ts +++ b/clients/client-greengrassv2/commands/ListComponentVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListComponentVersionsCommandOutput extends ListComponentVersion /** *

Retrieves a paginated list of all versions for a component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ListComponentVersionsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ListComponentVersionsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ListComponentsCommand.ts b/clients/client-greengrassv2/commands/ListComponentsCommand.ts index 50ae207e7ec3..bbf25a3ba984 100644 --- a/clients/client-greengrassv2/commands/ListComponentsCommand.ts +++ b/clients/client-greengrassv2/commands/ListComponentsCommand.ts @@ -24,7 +24,7 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M *

Retrieves a paginated list of component summaries. This list includes components that you * have permission to view.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ListComponentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ListComponentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ListCoreDevicesCommand.ts b/clients/client-greengrassv2/commands/ListCoreDevicesCommand.ts index ee4114bcf06c..ff23c90dbfe7 100644 --- a/clients/client-greengrassv2/commands/ListCoreDevicesCommand.ts +++ b/clients/client-greengrassv2/commands/ListCoreDevicesCommand.ts @@ -23,7 +23,7 @@ export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, _ /** *

Retrieves a paginated list of AWS IoT Greengrass core devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ListCoreDevicesCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ListCoreDevicesCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ListDeploymentsCommand.ts b/clients/client-greengrassv2/commands/ListDeploymentsCommand.ts index 925900ce17b3..e7bd30dbefb8 100644 --- a/clients/client-greengrassv2/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrassv2/commands/ListDeploymentsCommand.ts @@ -23,7 +23,7 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _ /** *

Retrieves a paginated list of deployments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ListDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ListDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ListEffectiveDeploymentsCommand.ts b/clients/client-greengrassv2/commands/ListEffectiveDeploymentsCommand.ts index e784a4f50820..4a597d14727f 100644 --- a/clients/client-greengrassv2/commands/ListEffectiveDeploymentsCommand.ts +++ b/clients/client-greengrassv2/commands/ListEffectiveDeploymentsCommand.ts @@ -24,7 +24,7 @@ export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDepl *

Retrieves a paginated list of deployment jobs that AWS IoT Greengrass sends to AWS IoT Greengrass core * devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ListEffectiveDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ListEffectiveDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ListInstalledComponentsCommand.ts b/clients/client-greengrassv2/commands/ListInstalledComponentsCommand.ts index 17ade524a7b6..3c7691180ff1 100644 --- a/clients/client-greengrassv2/commands/ListInstalledComponentsCommand.ts +++ b/clients/client-greengrassv2/commands/ListInstalledComponentsCommand.ts @@ -23,7 +23,7 @@ export interface ListInstalledComponentsCommandOutput extends ListInstalledCompo /** *

Retrieves a paginated list of the components that a AWS IoT Greengrass core device runs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ListInstalledComponentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ListInstalledComponentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ListTagsForResourceCommand.ts b/clients/client-greengrassv2/commands/ListTagsForResourceCommand.ts index 8eea2c302a41..b05662882cb1 100644 --- a/clients/client-greengrassv2/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrassv2/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves the list of tags for an AWS IoT Greengrass resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/ResolveComponentCandidatesCommand.ts b/clients/client-greengrassv2/commands/ResolveComponentCandidatesCommand.ts index 734a2604508a..aa3bd7be9f8c 100644 --- a/clients/client-greengrassv2/commands/ResolveComponentCandidatesCommand.ts +++ b/clients/client-greengrassv2/commands/ResolveComponentCandidatesCommand.ts @@ -37,7 +37,7 @@ export interface ResolveComponentCandidatesCommandOutput extends ResolveComponen * AWS IoT device certificate. For more information, see AWS IoT Greengrass endpoints and quotas.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, ResolveComponentCandidatesCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, ResolveComponentCandidatesCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/TagResourceCommand.ts b/clients/client-greengrassv2/commands/TagResourceCommand.ts index f8e2fa44b284..3e1c9fc05a99 100644 --- a/clients/client-greengrassv2/commands/TagResourceCommand.ts +++ b/clients/client-greengrassv2/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds tags to an AWS IoT Greengrass resource. If a tag already exists for the resource, this operation * updates the tag's value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, TagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, TagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-greengrassv2/commands/UntagResourceCommand.ts b/clients/client-greengrassv2/commands/UntagResourceCommand.ts index 4c2907c610b1..7bd3c451994e 100644 --- a/clients/client-greengrassv2/commands/UntagResourceCommand.ts +++ b/clients/client-greengrassv2/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from an AWS IoT Greengrass resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GreengrassV2Client, UntagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import * // const { GreengrassV2Client, UntagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import diff --git a/clients/client-groundstation/commands/CancelContactCommand.ts b/clients/client-groundstation/commands/CancelContactCommand.ts index b2d0b012287f..d00283ea11fa 100644 --- a/clients/client-groundstation/commands/CancelContactCommand.ts +++ b/clients/client-groundstation/commands/CancelContactCommand.ts @@ -23,7 +23,7 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat /** *

Cancels a contact with a specified contact ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, CancelContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, CancelContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/CreateConfigCommand.ts b/clients/client-groundstation/commands/CreateConfigCommand.ts index 7cdc7e1baf0c..ec012e050b5b 100644 --- a/clients/client-groundstation/commands/CreateConfigCommand.ts +++ b/clients/client-groundstation/commands/CreateConfigCommand.ts @@ -24,7 +24,7 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB *

Creates a Config with the specified configData parameters.

*

Only one type of configData can be specified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, CreateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, CreateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/CreateDataflowEndpointGroupCommand.ts b/clients/client-groundstation/commands/CreateDataflowEndpointGroupCommand.ts index aa200dcad332..99e9c1c9fbfd 100644 --- a/clients/client-groundstation/commands/CreateDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/commands/CreateDataflowEndpointGroupCommand.ts @@ -27,7 +27,7 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi *

When a contact uses multiple DataflowEndpointConfig objects, each Config * must match a DataflowEndpoint in the same group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, CreateDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, CreateDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/CreateMissionProfileCommand.ts b/clients/client-groundstation/commands/CreateMissionProfileCommand.ts index ee707618fa8a..74a57d711f7a 100644 --- a/clients/client-groundstation/commands/CreateMissionProfileCommand.ts +++ b/clients/client-groundstation/commands/CreateMissionProfileCommand.ts @@ -26,7 +26,7 @@ export interface CreateMissionProfileCommandOutput extends MissionProfileIdRespo * dataflowEdges is a list of lists of strings. Each lower level list of strings * has two elements: a from ARN and a to ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, CreateMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, CreateMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/DeleteConfigCommand.ts b/clients/client-groundstation/commands/DeleteConfigCommand.ts index 044540869e05..586280dda726 100644 --- a/clients/client-groundstation/commands/DeleteConfigCommand.ts +++ b/clients/client-groundstation/commands/DeleteConfigCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataB /** *

Deletes a Config.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, DeleteConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, DeleteConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/DeleteDataflowEndpointGroupCommand.ts b/clients/client-groundstation/commands/DeleteDataflowEndpointGroupCommand.ts index c3aae476ae95..272b2da19f59 100644 --- a/clients/client-groundstation/commands/DeleteDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/commands/DeleteDataflowEndpointGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpoi /** *

Deletes a dataflow endpoint group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, DeleteDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, DeleteDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/DeleteMissionProfileCommand.ts b/clients/client-groundstation/commands/DeleteMissionProfileCommand.ts index cf3b41343ced..7048f90cbaa4 100644 --- a/clients/client-groundstation/commands/DeleteMissionProfileCommand.ts +++ b/clients/client-groundstation/commands/DeleteMissionProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMissionProfileCommandOutput extends MissionProfileIdRespo /** *

Deletes a mission profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, DeleteMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, DeleteMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/DescribeContactCommand.ts b/clients/client-groundstation/commands/DescribeContactCommand.ts index c6ff1b2b5822..da451ad59775 100644 --- a/clients/client-groundstation/commands/DescribeContactCommand.ts +++ b/clients/client-groundstation/commands/DescribeContactCommand.ts @@ -23,7 +23,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _ /** *

Describes an existing contact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, DescribeContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, DescribeContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/GetConfigCommand.ts b/clients/client-groundstation/commands/GetConfigCommand.ts index 53176081e49c..f9ab63b6bdb7 100644 --- a/clients/client-groundstation/commands/GetConfigCommand.ts +++ b/clients/client-groundstation/commands/GetConfigCommand.ts @@ -24,7 +24,7 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea *

Returns Config information.

*

Only one Config response can be returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, GetConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, GetConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/GetDataflowEndpointGroupCommand.ts b/clients/client-groundstation/commands/GetDataflowEndpointGroupCommand.ts index bba6ca225aef..488ee2e27c9f 100644 --- a/clients/client-groundstation/commands/GetDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/commands/GetDataflowEndpointGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpoi /** *

Returns the dataflow endpoint group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, GetDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, GetDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/GetMinuteUsageCommand.ts b/clients/client-groundstation/commands/GetMinuteUsageCommand.ts index 1ef994ad64f4..bdf61bc47b00 100644 --- a/clients/client-groundstation/commands/GetMinuteUsageCommand.ts +++ b/clients/client-groundstation/commands/GetMinuteUsageCommand.ts @@ -23,7 +23,7 @@ export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __M /** *

Returns the number of minutes used by account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, GetMinuteUsageCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, GetMinuteUsageCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/GetMissionProfileCommand.ts b/clients/client-groundstation/commands/GetMissionProfileCommand.ts index 794332d1b063..2b958b9ff928 100644 --- a/clients/client-groundstation/commands/GetMissionProfileCommand.ts +++ b/clients/client-groundstation/commands/GetMissionProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetMissionProfileCommandOutput extends GetMissionProfileRespons /** *

Returns a mission profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, GetMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, GetMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/GetSatelliteCommand.ts b/clients/client-groundstation/commands/GetSatelliteCommand.ts index eaf60467a1b3..b97c6f0c816f 100644 --- a/clients/client-groundstation/commands/GetSatelliteCommand.ts +++ b/clients/client-groundstation/commands/GetSatelliteCommand.ts @@ -23,7 +23,7 @@ export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __Metad /** *

Returns a satellite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, GetSatelliteCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, GetSatelliteCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ListConfigsCommand.ts b/clients/client-groundstation/commands/ListConfigsCommand.ts index 06ce9d865bde..9cf363fb7f84 100644 --- a/clients/client-groundstation/commands/ListConfigsCommand.ts +++ b/clients/client-groundstation/commands/ListConfigsCommand.ts @@ -23,7 +23,7 @@ export interface ListConfigsCommandOutput extends ListConfigsResponse, __Metadat /** *

Returns a list of Config objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ListConfigsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ListConfigsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ListContactsCommand.ts b/clients/client-groundstation/commands/ListContactsCommand.ts index 739c9fdd82fe..b41b8d95f4eb 100644 --- a/clients/client-groundstation/commands/ListContactsCommand.ts +++ b/clients/client-groundstation/commands/ListContactsCommand.ts @@ -26,7 +26,7 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad * groundStation, missionprofileArn, and satelliteArn. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ListContactsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ListContactsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ListDataflowEndpointGroupsCommand.ts b/clients/client-groundstation/commands/ListDataflowEndpointGroupsCommand.ts index 6db5b736971a..f67ac145f6f6 100644 --- a/clients/client-groundstation/commands/ListDataflowEndpointGroupsCommand.ts +++ b/clients/client-groundstation/commands/ListDataflowEndpointGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEnd /** *

Returns a list of DataflowEndpoint groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ListDataflowEndpointGroupsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ListDataflowEndpointGroupsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ListGroundStationsCommand.ts b/clients/client-groundstation/commands/ListGroundStationsCommand.ts index f0a2cacb10ab..3c6e64b59961 100644 --- a/clients/client-groundstation/commands/ListGroundStationsCommand.ts +++ b/clients/client-groundstation/commands/ListGroundStationsCommand.ts @@ -23,7 +23,7 @@ export interface ListGroundStationsCommandOutput extends ListGroundStationsRespo /** *

Returns a list of ground stations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ListGroundStationsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ListGroundStationsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ListMissionProfilesCommand.ts b/clients/client-groundstation/commands/ListMissionProfilesCommand.ts index 25163596385e..6307c8f14054 100644 --- a/clients/client-groundstation/commands/ListMissionProfilesCommand.ts +++ b/clients/client-groundstation/commands/ListMissionProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListMissionProfilesCommandOutput extends ListMissionProfilesRes /** *

Returns a list of mission profiles.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ListMissionProfilesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ListMissionProfilesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ListSatellitesCommand.ts b/clients/client-groundstation/commands/ListSatellitesCommand.ts index 8a07b6d61464..17963f6bf2c6 100644 --- a/clients/client-groundstation/commands/ListSatellitesCommand.ts +++ b/clients/client-groundstation/commands/ListSatellitesCommand.ts @@ -23,7 +23,7 @@ export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __M /** *

Returns a list of satellites.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ListSatellitesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ListSatellitesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ListTagsForResourceCommand.ts b/clients/client-groundstation/commands/ListTagsForResourceCommand.ts index 1c6cca0a5ea0..e187ba2824ff 100644 --- a/clients/client-groundstation/commands/ListTagsForResourceCommand.ts +++ b/clients/client-groundstation/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of tags for a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ListTagsForResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ListTagsForResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/ReserveContactCommand.ts b/clients/client-groundstation/commands/ReserveContactCommand.ts index 68c26d35817f..857829720710 100644 --- a/clients/client-groundstation/commands/ReserveContactCommand.ts +++ b/clients/client-groundstation/commands/ReserveContactCommand.ts @@ -23,7 +23,7 @@ export interface ReserveContactCommandOutput extends ContactIdResponse, __Metada /** *

Reserves a contact using specified parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, ReserveContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, ReserveContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/TagResourceCommand.ts b/clients/client-groundstation/commands/TagResourceCommand.ts index 2d373c2de273..806e1148c7a4 100644 --- a/clients/client-groundstation/commands/TagResourceCommand.ts +++ b/clients/client-groundstation/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Assigns a tag to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, TagResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, TagResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/UntagResourceCommand.ts b/clients/client-groundstation/commands/UntagResourceCommand.ts index 631d5eba146b..5b833b952bfa 100644 --- a/clients/client-groundstation/commands/UntagResourceCommand.ts +++ b/clients/client-groundstation/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deassigns a resource tag.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, UntagResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, UntagResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/UpdateConfigCommand.ts b/clients/client-groundstation/commands/UpdateConfigCommand.ts index 84fb2ef86435..23a652861356 100644 --- a/clients/client-groundstation/commands/UpdateConfigCommand.ts +++ b/clients/client-groundstation/commands/UpdateConfigCommand.ts @@ -25,7 +25,7 @@ export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataB *

Updating a Config will not update the execution parameters * for existing future contacts scheduled with this Config.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, UpdateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, UpdateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-groundstation/commands/UpdateMissionProfileCommand.ts b/clients/client-groundstation/commands/UpdateMissionProfileCommand.ts index b283262a77af..3a61acee6502 100644 --- a/clients/client-groundstation/commands/UpdateMissionProfileCommand.ts +++ b/clients/client-groundstation/commands/UpdateMissionProfileCommand.ts @@ -25,7 +25,7 @@ export interface UpdateMissionProfileCommandOutput extends MissionProfileIdRespo *

Updating a mission profile will not update the execution parameters * for existing future contacts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GroundStationClient, UpdateMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import * // const { GroundStationClient, UpdateMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import diff --git a/clients/client-guardduty/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/commands/AcceptInvitationCommand.ts index de4a3d386eef..e14c88d4196e 100644 --- a/clients/client-guardduty/commands/AcceptInvitationCommand.ts +++ b/clients/client-guardduty/commands/AcceptInvitationCommand.ts @@ -23,7 +23,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, /** *

Accepts the invitation to be monitored by a GuardDuty administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, AcceptInvitationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, AcceptInvitationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ArchiveFindingsCommand.ts b/clients/client-guardduty/commands/ArchiveFindingsCommand.ts index 57ed42af6d12..d70f6473b591 100644 --- a/clients/client-guardduty/commands/ArchiveFindingsCommand.ts +++ b/clients/client-guardduty/commands/ArchiveFindingsCommand.ts @@ -27,7 +27,7 @@ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, _ * archive findings from their accounts.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ArchiveFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ArchiveFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/CreateDetectorCommand.ts b/clients/client-guardduty/commands/CreateDetectorCommand.ts index aa34a15e52e2..b8d77e731efd 100644 --- a/clients/client-guardduty/commands/CreateDetectorCommand.ts +++ b/clients/client-guardduty/commands/CreateDetectorCommand.ts @@ -26,7 +26,7 @@ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __M * you enable the service. You can have only one detector per account per Region. All data * sources are enabled in a new detector by default.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, CreateDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, CreateDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/CreateFilterCommand.ts b/clients/client-guardduty/commands/CreateFilterCommand.ts index fe03f4af7bbf..c50af3515504 100644 --- a/clients/client-guardduty/commands/CreateFilterCommand.ts +++ b/clients/client-guardduty/commands/CreateFilterCommand.ts @@ -23,7 +23,7 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad /** *

Creates a filter using the specified finding criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, CreateFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, CreateFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/CreateIPSetCommand.ts b/clients/client-guardduty/commands/CreateIPSetCommand.ts index 454d6590a867..281ef328dbd1 100644 --- a/clients/client-guardduty/commands/CreateIPSetCommand.ts +++ b/clients/client-guardduty/commands/CreateIPSetCommand.ts @@ -26,7 +26,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat * infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are * included in IPSets. Only users from the administrator account can use this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, CreateIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, CreateIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/CreateMembersCommand.ts b/clients/client-guardduty/commands/CreateMembersCommand.ts index 675fea9b66bf..92550c380b7c 100644 --- a/clients/client-guardduty/commands/CreateMembersCommand.ts +++ b/clients/client-guardduty/commands/CreateMembersCommand.ts @@ -34,7 +34,7 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met * Members * .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, CreateMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, CreateMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/CreatePublishingDestinationCommand.ts b/clients/client-guardduty/commands/CreatePublishingDestinationCommand.ts index 6ecf68b09f92..10571c4d41db 100644 --- a/clients/client-guardduty/commands/CreatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/commands/CreatePublishingDestinationCommand.ts @@ -26,7 +26,7 @@ export interface CreatePublishingDestinationCommandOutput *

Creates a publishing destination to export findings to. The resource to export findings to * must exist before you use this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, CreatePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, CreatePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/CreateSampleFindingsCommand.ts b/clients/client-guardduty/commands/CreateSampleFindingsCommand.ts index b21b448f727a..6823fff3c149 100644 --- a/clients/client-guardduty/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-guardduty/commands/CreateSampleFindingsCommand.ts @@ -25,7 +25,7 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR * specified for findingTypes, the API generates example findings of all supported * finding types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, CreateSampleFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, CreateSampleFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/CreateThreatIntelSetCommand.ts b/clients/client-guardduty/commands/CreateThreatIntelSetCommand.ts index 06e83373d9e3..765dc73b1e74 100644 --- a/clients/client-guardduty/commands/CreateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/commands/CreateThreatIntelSetCommand.ts @@ -25,7 +25,7 @@ export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetR * GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can * use this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, CreateThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, CreateThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeclineInvitationsCommand.ts b/clients/client-guardduty/commands/DeclineInvitationsCommand.ts index 1c88baa2223d..64baea9cc86d 100644 --- a/clients/client-guardduty/commands/DeclineInvitationsCommand.ts +++ b/clients/client-guardduty/commands/DeclineInvitationsCommand.ts @@ -24,7 +24,7 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo *

Declines invitations sent to the current member account by AWS accounts specified by their * account IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeclineInvitationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeclineInvitationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeleteDetectorCommand.ts b/clients/client-guardduty/commands/DeleteDetectorCommand.ts index cd0acc8b61f1..9f7351b14785 100644 --- a/clients/client-guardduty/commands/DeleteDetectorCommand.ts +++ b/clients/client-guardduty/commands/DeleteDetectorCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResponse, __M /** *

Deletes an Amazon GuardDuty detector that is specified by the detector ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeleteDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeleteDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeleteFilterCommand.ts b/clients/client-guardduty/commands/DeleteFilterCommand.ts index 31cbdd12ba62..909ec0965c2f 100644 --- a/clients/client-guardduty/commands/DeleteFilterCommand.ts +++ b/clients/client-guardduty/commands/DeleteFilterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad /** *

Deletes the filter specified by the filter name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeleteFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeleteFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeleteIPSetCommand.ts b/clients/client-guardduty/commands/DeleteIPSetCommand.ts index cdc9a01cdd18..2781205adbfd 100644 --- a/clients/client-guardduty/commands/DeleteIPSetCommand.ts +++ b/clients/client-guardduty/commands/DeleteIPSetCommand.ts @@ -24,7 +24,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat *

Deletes the IPSet specified by the ipSetId. IPSets are called trusted IP * lists in the console user interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeleteIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeleteIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeleteInvitationsCommand.ts b/clients/client-guardduty/commands/DeleteInvitationsCommand.ts index 5b8a9b13d2cb..019a29d33a38 100644 --- a/clients/client-guardduty/commands/DeleteInvitationsCommand.ts +++ b/clients/client-guardduty/commands/DeleteInvitationsCommand.ts @@ -24,7 +24,7 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons *

Deletes invitations sent to the current member account by AWS accounts specified by their * account IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeleteInvitationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeleteInvitationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeleteMembersCommand.ts b/clients/client-guardduty/commands/DeleteMembersCommand.ts index 6a7a0e94f4f1..90232c036b48 100644 --- a/clients/client-guardduty/commands/DeleteMembersCommand.ts +++ b/clients/client-guardduty/commands/DeleteMembersCommand.ts @@ -24,7 +24,7 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met *

Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by * the account IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeleteMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeleteMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeletePublishingDestinationCommand.ts b/clients/client-guardduty/commands/DeletePublishingDestinationCommand.ts index bd25a418dff4..9e2c37ec307c 100644 --- a/clients/client-guardduty/commands/DeletePublishingDestinationCommand.ts +++ b/clients/client-guardduty/commands/DeletePublishingDestinationCommand.ts @@ -25,7 +25,7 @@ export interface DeletePublishingDestinationCommandOutput /** *

Deletes the publishing definition with the specified destinationId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeletePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeletePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DeleteThreatIntelSetCommand.ts b/clients/client-guardduty/commands/DeleteThreatIntelSetCommand.ts index dee8d434d0b4..5eb1422e03ed 100644 --- a/clients/client-guardduty/commands/DeleteThreatIntelSetCommand.ts +++ b/clients/client-guardduty/commands/DeleteThreatIntelSetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR /** *

Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DeleteThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DeleteThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-guardduty/commands/DescribeOrganizationConfigurationCommand.ts index aad028aadfef..8954f73c2b2c 100644 --- a/clients/client-guardduty/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/commands/DescribeOrganizationConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeOrganizationConfigurationCommandOutput *

Returns information about the account selected as the delegated administrator for * GuardDuty.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DescribeOrganizationConfigurationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DescribeOrganizationConfigurationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DescribePublishingDestinationCommand.ts b/clients/client-guardduty/commands/DescribePublishingDestinationCommand.ts index 92c67bde26d8..35af51aeaa76 100644 --- a/clients/client-guardduty/commands/DescribePublishingDestinationCommand.ts +++ b/clients/client-guardduty/commands/DescribePublishingDestinationCommand.ts @@ -26,7 +26,7 @@ export interface DescribePublishingDestinationCommandOutput *

Returns information about the publishing destination specified by the provided * destinationId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DescribePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DescribePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/commands/DisableOrganizationAdminAccountCommand.ts index 708344fc6e6c..ea5b1fd56676 100644 --- a/clients/client-guardduty/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/commands/DisableOrganizationAdminAccountCommand.ts @@ -26,7 +26,7 @@ export interface DisableOrganizationAdminAccountCommandOutput *

Disables an AWS account within the Organization as the GuardDuty delegated * administrator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DisableOrganizationAdminAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DisableOrganizationAdminAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/commands/DisassociateFromMasterAccountCommand.ts index b834f7b8a07c..f64ebdc2a287 100644 --- a/clients/client-guardduty/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-guardduty/commands/DisassociateFromMasterAccountCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateFromMasterAccountCommandOutput /** *

Disassociates the current GuardDuty member account from its administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DisassociateFromMasterAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DisassociateFromMasterAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/DisassociateMembersCommand.ts b/clients/client-guardduty/commands/DisassociateMembersCommand.ts index d37139a2e164..c322a523c271 100644 --- a/clients/client-guardduty/commands/DisassociateMembersCommand.ts +++ b/clients/client-guardduty/commands/DisassociateMembersCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes *

Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) * specified by the account IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, DisassociateMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, DisassociateMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/commands/EnableOrganizationAdminAccountCommand.ts index 5ff7dac81d36..9dc888cac80d 100644 --- a/clients/client-guardduty/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/commands/EnableOrganizationAdminAccountCommand.ts @@ -26,7 +26,7 @@ export interface EnableOrganizationAdminAccountCommandOutput *

Enables an AWS account within the organization as the GuardDuty delegated * administrator.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, EnableOrganizationAdminAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, EnableOrganizationAdminAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetDetectorCommand.ts b/clients/client-guardduty/commands/GetDetectorCommand.ts index 5f7fd81b08cc..e4c1ab1ee2ed 100644 --- a/clients/client-guardduty/commands/GetDetectorCommand.ts +++ b/clients/client-guardduty/commands/GetDetectorCommand.ts @@ -23,7 +23,7 @@ export interface GetDetectorCommandOutput extends GetDetectorResponse, __Metadat /** *

Retrieves an Amazon GuardDuty detector specified by the detectorId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetFilterCommand.ts b/clients/client-guardduty/commands/GetFilterCommand.ts index 442bcbaa3695..5994a40f9427 100644 --- a/clients/client-guardduty/commands/GetFilterCommand.ts +++ b/clients/client-guardduty/commands/GetFilterCommand.ts @@ -23,7 +23,7 @@ export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBea /** *

Returns the details of the filter specified by the filter name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetFindingsCommand.ts b/clients/client-guardduty/commands/GetFindingsCommand.ts index 2e04d47101e9..0de7d0c205cd 100644 --- a/clients/client-guardduty/commands/GetFindingsCommand.ts +++ b/clients/client-guardduty/commands/GetFindingsCommand.ts @@ -23,7 +23,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat /** *

Describes Amazon GuardDuty findings specified by finding IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetFindingsStatisticsCommand.ts b/clients/client-guardduty/commands/GetFindingsStatisticsCommand.ts index 1b7e3c6ef0ca..47cd6c98cdd2 100644 --- a/clients/client-guardduty/commands/GetFindingsStatisticsCommand.ts +++ b/clients/client-guardduty/commands/GetFindingsStatisticsCommand.ts @@ -23,7 +23,7 @@ export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatistic /** *

Lists Amazon GuardDuty findings statistics for the specified detector ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetFindingsStatisticsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetFindingsStatisticsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetIPSetCommand.ts b/clients/client-guardduty/commands/GetIPSetCommand.ts index 531837bcc3b3..f92fc2eae139 100644 --- a/clients/client-guardduty/commands/GetIPSetCommand.ts +++ b/clients/client-guardduty/commands/GetIPSetCommand.ts @@ -23,7 +23,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare /** *

Retrieves the IPSet specified by the ipSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetInvitationsCountCommand.ts b/clients/client-guardduty/commands/GetInvitationsCountCommand.ts index f8ce74fce7dd..aa884250b0df 100644 --- a/clients/client-guardduty/commands/GetInvitationsCountCommand.ts +++ b/clients/client-guardduty/commands/GetInvitationsCountCommand.ts @@ -24,7 +24,7 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes *

Returns the count of all GuardDuty membership invitations that were sent to the current * member account except the currently accepted invitation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetInvitationsCountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetInvitationsCountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/commands/GetMasterAccountCommand.ts index ddadb30b01c0..2a9727975967 100644 --- a/clients/client-guardduty/commands/GetMasterAccountCommand.ts +++ b/clients/client-guardduty/commands/GetMasterAccountCommand.ts @@ -24,7 +24,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, *

Provides the details for the GuardDuty administrator account associated with the current * GuardDuty member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetMasterAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetMasterAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetMemberDetectorsCommand.ts b/clients/client-guardduty/commands/GetMemberDetectorsCommand.ts index e2e80333768f..90b1a3b2832d 100644 --- a/clients/client-guardduty/commands/GetMemberDetectorsCommand.ts +++ b/clients/client-guardduty/commands/GetMemberDetectorsCommand.ts @@ -23,7 +23,7 @@ export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsRespo /** *

Describes which data sources are enabled for the member account's detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetMemberDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetMemberDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetMembersCommand.ts b/clients/client-guardduty/commands/GetMembersCommand.ts index 5218d431549d..6dede40613b9 100644 --- a/clients/client-guardduty/commands/GetMembersCommand.ts +++ b/clients/client-guardduty/commands/GetMembersCommand.ts @@ -24,7 +24,7 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB *

Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by * the account IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetThreatIntelSetCommand.ts b/clients/client-guardduty/commands/GetThreatIntelSetCommand.ts index f8234dfd883e..64e8b418e615 100644 --- a/clients/client-guardduty/commands/GetThreatIntelSetCommand.ts +++ b/clients/client-guardduty/commands/GetThreatIntelSetCommand.ts @@ -23,7 +23,7 @@ export interface GetThreatIntelSetCommandOutput extends GetThreatIntelSetRespons /** *

Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/GetUsageStatisticsCommand.ts b/clients/client-guardduty/commands/GetUsageStatisticsCommand.ts index 165e19f8b19a..8335127f47ad 100644 --- a/clients/client-guardduty/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-guardduty/commands/GetUsageStatisticsCommand.ts @@ -26,7 +26,7 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo * so far under 30 days, this may differ from the cost metrics in the console, which projects * usage over 30 days to provide a monthly cost estimate. For more information see Understanding How Usage Costs are Calculated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, GetUsageStatisticsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, GetUsageStatisticsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/InviteMembersCommand.ts b/clients/client-guardduty/commands/InviteMembersCommand.ts index 4ac8ca896dcc..a2142314cd8b 100644 --- a/clients/client-guardduty/commands/InviteMembersCommand.ts +++ b/clients/client-guardduty/commands/InviteMembersCommand.ts @@ -25,7 +25,7 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met * CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these * accounts' findings on their behalf as the GuardDuty administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, InviteMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, InviteMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListDetectorsCommand.ts b/clients/client-guardduty/commands/ListDetectorsCommand.ts index 9d38ba4954dc..6f8436678bd0 100644 --- a/clients/client-guardduty/commands/ListDetectorsCommand.ts +++ b/clients/client-guardduty/commands/ListDetectorsCommand.ts @@ -23,7 +23,7 @@ export interface ListDetectorsCommandOutput extends ListDetectorsResponse, __Met /** *

Lists detectorIds of all the existing Amazon GuardDuty detector resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListFiltersCommand.ts b/clients/client-guardduty/commands/ListFiltersCommand.ts index 3a17fee06a8a..48bea6fed5db 100644 --- a/clients/client-guardduty/commands/ListFiltersCommand.ts +++ b/clients/client-guardduty/commands/ListFiltersCommand.ts @@ -23,7 +23,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat /** *

Returns a paginated list of the current filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListFiltersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListFiltersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListFindingsCommand.ts b/clients/client-guardduty/commands/ListFindingsCommand.ts index 0c8ac72cfb30..623464075894 100644 --- a/clients/client-guardduty/commands/ListFindingsCommand.ts +++ b/clients/client-guardduty/commands/ListFindingsCommand.ts @@ -23,7 +23,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad /** *

Lists Amazon GuardDuty findings for the specified detector ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListIPSetsCommand.ts b/clients/client-guardduty/commands/ListIPSetsCommand.ts index 528d33cad32b..d966ced86737 100644 --- a/clients/client-guardduty/commands/ListIPSetsCommand.ts +++ b/clients/client-guardduty/commands/ListIPSetsCommand.ts @@ -25,7 +25,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB * operation from a member account, the IPSets returned are the IPSets from the associated administrator * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListIPSetsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListIPSetsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListInvitationsCommand.ts b/clients/client-guardduty/commands/ListInvitationsCommand.ts index d6ffaf9c5008..3d266e9d7de8 100644 --- a/clients/client-guardduty/commands/ListInvitationsCommand.ts +++ b/clients/client-guardduty/commands/ListInvitationsCommand.ts @@ -24,7 +24,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _ *

Lists all GuardDuty membership invitations that were sent to the current AWS * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListInvitationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListInvitationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListMembersCommand.ts b/clients/client-guardduty/commands/ListMembersCommand.ts index ffb365b1d1cc..975cadb8a77a 100644 --- a/clients/client-guardduty/commands/ListMembersCommand.ts +++ b/clients/client-guardduty/commands/ListMembersCommand.ts @@ -23,7 +23,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat /** *

Lists details about all member accounts for the current GuardDuty administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-guardduty/commands/ListOrganizationAdminAccountsCommand.ts index 028013194d88..066871895937 100644 --- a/clients/client-guardduty/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-guardduty/commands/ListOrganizationAdminAccountsCommand.ts @@ -25,7 +25,7 @@ export interface ListOrganizationAdminAccountsCommandOutput /** *

Lists the accounts configured as GuardDuty delegated administrators.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListOrganizationAdminAccountsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListOrganizationAdminAccountsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListPublishingDestinationsCommand.ts b/clients/client-guardduty/commands/ListPublishingDestinationsCommand.ts index 4ec3f30f6511..5aeda78a6d20 100644 --- a/clients/client-guardduty/commands/ListPublishingDestinationsCommand.ts +++ b/clients/client-guardduty/commands/ListPublishingDestinationsCommand.ts @@ -24,7 +24,7 @@ export interface ListPublishingDestinationsCommandOutput extends ListPublishingD *

Returns a list of publishing destinations associated with the specified * dectectorId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListPublishingDestinationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListPublishingDestinationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListTagsForResourceCommand.ts b/clients/client-guardduty/commands/ListTagsForResourceCommand.ts index e9d80bf5dc86..5aa88136e5e0 100644 --- a/clients/client-guardduty/commands/ListTagsForResourceCommand.ts +++ b/clients/client-guardduty/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this * operation returns all assigned tags for a given resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListTagsForResourceCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/ListThreatIntelSetsCommand.ts b/clients/client-guardduty/commands/ListThreatIntelSetsCommand.ts index ad1adc2bd434..8efa46939376 100644 --- a/clients/client-guardduty/commands/ListThreatIntelSetsCommand.ts +++ b/clients/client-guardduty/commands/ListThreatIntelSetsCommand.ts @@ -25,7 +25,7 @@ export interface ListThreatIntelSetsCommandOutput extends ListThreatIntelSetsRes * use this operation from a member account, the ThreatIntelSets associated with the administrator * account are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, ListThreatIntelSetsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, ListThreatIntelSetsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/StartMonitoringMembersCommand.ts b/clients/client-guardduty/commands/StartMonitoringMembersCommand.ts index 64b24534024b..aedaebfd4cb6 100644 --- a/clients/client-guardduty/commands/StartMonitoringMembersCommand.ts +++ b/clients/client-guardduty/commands/StartMonitoringMembersCommand.ts @@ -25,7 +25,7 @@ export interface StartMonitoringMembersCommandOutput extends StartMonitoringMemb * restart monitoring of accounts that you stopped monitoring with the * StopMonitoringMembers operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, StartMonitoringMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, StartMonitoringMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/StopMonitoringMembersCommand.ts b/clients/client-guardduty/commands/StopMonitoringMembersCommand.ts index 98b42569e1a6..3d40763288f1 100644 --- a/clients/client-guardduty/commands/StopMonitoringMembersCommand.ts +++ b/clients/client-guardduty/commands/StopMonitoringMembersCommand.ts @@ -25,7 +25,7 @@ export interface StopMonitoringMembersCommandOutput extends StopMonitoringMember * StartMonitoringMembers operation to restart monitoring for those * accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, StopMonitoringMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, StopMonitoringMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/TagResourceCommand.ts b/clients/client-guardduty/commands/TagResourceCommand.ts index 0f51ea031a75..e3835f32e7c3 100644 --- a/clients/client-guardduty/commands/TagResourceCommand.ts +++ b/clients/client-guardduty/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds tags to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, TagResourceCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, TagResourceCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UnarchiveFindingsCommand.ts b/clients/client-guardduty/commands/UnarchiveFindingsCommand.ts index 5a386136fbf6..e004e0338bb5 100644 --- a/clients/client-guardduty/commands/UnarchiveFindingsCommand.ts +++ b/clients/client-guardduty/commands/UnarchiveFindingsCommand.ts @@ -23,7 +23,7 @@ export interface UnarchiveFindingsCommandOutput extends UnarchiveFindingsRespons /** *

Unarchives GuardDuty findings specified by the findingIds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UnarchiveFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UnarchiveFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UntagResourceCommand.ts b/clients/client-guardduty/commands/UntagResourceCommand.ts index e759871153fb..0619d1616f44 100644 --- a/clients/client-guardduty/commands/UntagResourceCommand.ts +++ b/clients/client-guardduty/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UntagResourceCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UntagResourceCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdateDetectorCommand.ts b/clients/client-guardduty/commands/UpdateDetectorCommand.ts index 6c9c60550eb7..49516f6d58bf 100644 --- a/clients/client-guardduty/commands/UpdateDetectorCommand.ts +++ b/clients/client-guardduty/commands/UpdateDetectorCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __M /** *

Updates the Amazon GuardDuty detector specified by the detectorId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdateDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdateDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdateFilterCommand.ts b/clients/client-guardduty/commands/UpdateFilterCommand.ts index f0cfcad2876d..31b670c568d5 100644 --- a/clients/client-guardduty/commands/UpdateFilterCommand.ts +++ b/clients/client-guardduty/commands/UpdateFilterCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad /** *

Updates the filter specified by the filter name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdateFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdateFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdateFindingsFeedbackCommand.ts b/clients/client-guardduty/commands/UpdateFindingsFeedbackCommand.ts index b9945cae5e05..b409284d0f08 100644 --- a/clients/client-guardduty/commands/UpdateFindingsFeedbackCommand.ts +++ b/clients/client-guardduty/commands/UpdateFindingsFeedbackCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedb /** *

Marks the specified GuardDuty findings as useful or not useful.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdateFindingsFeedbackCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdateFindingsFeedbackCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdateIPSetCommand.ts b/clients/client-guardduty/commands/UpdateIPSetCommand.ts index 2ab984d2f080..9a0b5935d7cc 100644 --- a/clients/client-guardduty/commands/UpdateIPSetCommand.ts +++ b/clients/client-guardduty/commands/UpdateIPSetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat /** *

Updates the IPSet specified by the IPSet ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdateIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdateIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdateMemberDetectorsCommand.ts b/clients/client-guardduty/commands/UpdateMemberDetectorsCommand.ts index a681be06bf07..59b066dc7a01 100644 --- a/clients/client-guardduty/commands/UpdateMemberDetectorsCommand.ts +++ b/clients/client-guardduty/commands/UpdateMemberDetectorsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetector /** *

Contains information on member accounts to be updated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdateMemberDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdateMemberDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-guardduty/commands/UpdateOrganizationConfigurationCommand.ts index 0e181d8ddb67..44fa7546328b 100644 --- a/clients/client-guardduty/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/commands/UpdateOrganizationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateOrganizationConfigurationCommandOutput /** *

Updates the delegated administrator account with the values provided.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdateOrganizationConfigurationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdateOrganizationConfigurationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdatePublishingDestinationCommand.ts b/clients/client-guardduty/commands/UpdatePublishingDestinationCommand.ts index f51bf7fbf67a..69bb047cec91 100644 --- a/clients/client-guardduty/commands/UpdatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/commands/UpdatePublishingDestinationCommand.ts @@ -26,7 +26,7 @@ export interface UpdatePublishingDestinationCommandOutput *

Updates information about the publishing destination specified by the * destinationId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdatePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdatePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-guardduty/commands/UpdateThreatIntelSetCommand.ts b/clients/client-guardduty/commands/UpdateThreatIntelSetCommand.ts index 34dcbe0a028e..52dc9bcfd20a 100644 --- a/clients/client-guardduty/commands/UpdateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/commands/UpdateThreatIntelSetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetR /** *

Updates the ThreatIntelSet specified by the ThreatIntelSet ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { GuardDutyClient, UpdateThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import * // const { GuardDutyClient, UpdateThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import diff --git a/clients/client-health/commands/DescribeAffectedAccountsForOrganizationCommand.ts b/clients/client-health/commands/DescribeAffectedAccountsForOrganizationCommand.ts index dc95b7199be9..fcaa9081a171 100644 --- a/clients/client-health/commands/DescribeAffectedAccountsForOrganizationCommand.ts +++ b/clients/client-health/commands/DescribeAffectedAccountsForOrganizationCommand.ts @@ -38,7 +38,7 @@ export interface DescribeAffectedAccountsForOrganizationCommandOutput *

This API operation uses pagination. Specify the nextToken parameter in the next request to return more results.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeAffectedAccountsForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeAffectedAccountsForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeAffectedEntitiesCommand.ts b/clients/client-health/commands/DescribeAffectedEntitiesCommand.ts index 05107464d7d7..ee65f474024f 100644 --- a/clients/client-health/commands/DescribeAffectedEntitiesCommand.ts +++ b/clients/client-health/commands/DescribeAffectedEntitiesCommand.ts @@ -41,7 +41,7 @@ export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedE * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeAffectedEntitiesCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeAffectedEntitiesCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeAffectedEntitiesForOrganizationCommand.ts b/clients/client-health/commands/DescribeAffectedEntitiesForOrganizationCommand.ts index 5e59d7d66b5d..194528e77055 100644 --- a/clients/client-health/commands/DescribeAffectedEntitiesForOrganizationCommand.ts +++ b/clients/client-health/commands/DescribeAffectedEntitiesForOrganizationCommand.ts @@ -50,7 +50,7 @@ export interface DescribeAffectedEntitiesForOrganizationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeAffectedEntitiesForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeAffectedEntitiesForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeEntityAggregatesCommand.ts b/clients/client-health/commands/DescribeEntityAggregatesCommand.ts index 2e5dcc4ac3d3..72aafdb8cfe5 100644 --- a/clients/client-health/commands/DescribeEntityAggregatesCommand.ts +++ b/clients/client-health/commands/DescribeEntityAggregatesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAgg *

Returns the number of entities that are affected by each of the specified events. If no * events are specified, the counts of all affected entities are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeEntityAggregatesCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeEntityAggregatesCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeEventAggregatesCommand.ts b/clients/client-health/commands/DescribeEventAggregatesCommand.ts index 6dbb0b5c1041..fd2b87628a33 100644 --- a/clients/client-health/commands/DescribeEventAggregatesCommand.ts +++ b/clients/client-health/commands/DescribeEventAggregatesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre *

This API operation uses pagination. Specify the nextToken parameter in the next request to return more results.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeEventAggregatesCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeEventAggregatesCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeEventDetailsCommand.ts b/clients/client-health/commands/DescribeEventDetailsCommand.ts index 4982b5197527..fcddc5d91d56 100644 --- a/clients/client-health/commands/DescribeEventDetailsCommand.ts +++ b/clients/client-health/commands/DescribeEventDetailsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsR * information, see Resource- and action-based conditions in the AWS Health User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeEventDetailsCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeEventDetailsCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeEventDetailsForOrganizationCommand.ts b/clients/client-health/commands/DescribeEventDetailsForOrganizationCommand.ts index 3f8e45ceaa09..1861e24c57ac 100644 --- a/clients/client-health/commands/DescribeEventDetailsForOrganizationCommand.ts +++ b/clients/client-health/commands/DescribeEventDetailsForOrganizationCommand.ts @@ -57,7 +57,7 @@ export interface DescribeEventDetailsForOrganizationCommandOutput * information, see Resource- and action-based conditions in the AWS Health User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeEventDetailsForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeEventDetailsForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeEventTypesCommand.ts b/clients/client-health/commands/DescribeEventTypesCommand.ts index cb5156300b8e..2f54a872621b 100644 --- a/clients/client-health/commands/DescribeEventTypesCommand.ts +++ b/clients/client-health/commands/DescribeEventTypesCommand.ts @@ -30,7 +30,7 @@ export interface DescribeEventTypesCommandOutput extends DescribeEventTypesRespo *

This API operation uses pagination. Specify the nextToken parameter in the next request to return more results.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeEventTypesCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeEventTypesCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeEventsCommand.ts b/clients/client-health/commands/DescribeEventsCommand.ts index 9a5a7b1fc2c0..d894bdabb4b8 100644 --- a/clients/client-health/commands/DescribeEventsCommand.ts +++ b/clients/client-health/commands/DescribeEventsCommand.ts @@ -46,7 +46,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeEventsCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeEventsCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeEventsForOrganizationCommand.ts b/clients/client-health/commands/DescribeEventsForOrganizationCommand.ts index 6caceb71d9cc..5dbea599204f 100644 --- a/clients/client-health/commands/DescribeEventsForOrganizationCommand.ts +++ b/clients/client-health/commands/DescribeEventsForOrganizationCommand.ts @@ -56,7 +56,7 @@ export interface DescribeEventsForOrganizationCommandOutput *

This API operation uses pagination. Specify the nextToken parameter in the next request to return more results.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeEventsForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeEventsForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DescribeHealthServiceStatusForOrganizationCommand.ts b/clients/client-health/commands/DescribeHealthServiceStatusForOrganizationCommand.ts index 778e613e98cb..b9ccb65183e7 100644 --- a/clients/client-health/commands/DescribeHealthServiceStatusForOrganizationCommand.ts +++ b/clients/client-health/commands/DescribeHealthServiceStatusForOrganizationCommand.ts @@ -27,7 +27,7 @@ export interface DescribeHealthServiceStatusForOrganizationCommandOutput * with your organization. To call this operation, you must sign in as an IAM user, assume * an IAM role, or sign in as the root user (not recommended) in the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DescribeHealthServiceStatusForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DescribeHealthServiceStatusForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/DisableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/commands/DisableHealthServiceAccessForOrganizationCommand.ts index d5273965cf1d..0f151a67987a 100644 --- a/clients/client-health/commands/DisableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/commands/DisableHealthServiceAccessForOrganizationCommand.ts @@ -36,7 +36,7 @@ export interface DisableHealthServiceAccessForOrganizationCommandOutput extends * account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, DisableHealthServiceAccessForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, DisableHealthServiceAccessForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-health/commands/EnableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/commands/EnableHealthServiceAccessForOrganizationCommand.ts index 7918fe3bfb8a..eb2902b58fa9 100644 --- a/clients/client-health/commands/EnableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/commands/EnableHealthServiceAccessForOrganizationCommand.ts @@ -44,7 +44,7 @@ export interface EnableHealthServiceAccessForOrganizationCommandOutput extends _ * to enable the organizational view feature. For more information, see Aggregating * AWS Health events in the AWS Health User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthClient, EnableHealthServiceAccessForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import * // const { HealthClient, EnableHealthServiceAccessForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import diff --git a/clients/client-healthlake/commands/CreateFHIRDatastoreCommand.ts b/clients/client-healthlake/commands/CreateFHIRDatastoreCommand.ts index 2e13682d121d..c66e4e66a5c7 100644 --- a/clients/client-healthlake/commands/CreateFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/commands/CreateFHIRDatastoreCommand.ts @@ -23,7 +23,7 @@ export interface CreateFHIRDatastoreCommandOutput extends CreateFHIRDatastoreRes /** *

Creates a Data Store that can ingest and export FHIR formatted data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, CreateFHIRDatastoreCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, CreateFHIRDatastoreCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-healthlake/commands/DeleteFHIRDatastoreCommand.ts b/clients/client-healthlake/commands/DeleteFHIRDatastoreCommand.ts index 4a697d2630cd..a02e52fdc2f8 100644 --- a/clients/client-healthlake/commands/DeleteFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/commands/DeleteFHIRDatastoreCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFHIRDatastoreCommandOutput extends DeleteFHIRDatastoreRes /** *

Deletes a Data Store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, DeleteFHIRDatastoreCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, DeleteFHIRDatastoreCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-healthlake/commands/DescribeFHIRDatastoreCommand.ts b/clients/client-healthlake/commands/DescribeFHIRDatastoreCommand.ts index 2f2fcc9a1f11..aa3dbc102003 100644 --- a/clients/client-healthlake/commands/DescribeFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/commands/DescribeFHIRDatastoreCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFHIRDatastoreCommandOutput extends DescribeFHIRDatastor * Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and * Data Store endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, DescribeFHIRDatastoreCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, DescribeFHIRDatastoreCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-healthlake/commands/DescribeFHIRExportJobCommand.ts b/clients/client-healthlake/commands/DescribeFHIRExportJobCommand.ts index df3ff25eb538..872faad694ca 100644 --- a/clients/client-healthlake/commands/DescribeFHIRExportJobCommand.ts +++ b/clients/client-healthlake/commands/DescribeFHIRExportJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFHIRExportJobCommandOutput extends DescribeFHIRExportJo /** *

Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, DescribeFHIRExportJobCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, DescribeFHIRExportJobCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-healthlake/commands/DescribeFHIRImportJobCommand.ts b/clients/client-healthlake/commands/DescribeFHIRImportJobCommand.ts index f054e01e251b..5907a4bcfead 100644 --- a/clients/client-healthlake/commands/DescribeFHIRImportJobCommand.ts +++ b/clients/client-healthlake/commands/DescribeFHIRImportJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFHIRImportJobCommandOutput extends DescribeFHIRImportJo /** *

Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, DescribeFHIRImportJobCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, DescribeFHIRImportJobCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-healthlake/commands/ListFHIRDatastoresCommand.ts b/clients/client-healthlake/commands/ListFHIRDatastoresCommand.ts index c7c91c09f8e8..8ff2aa8eaddd 100644 --- a/clients/client-healthlake/commands/ListFHIRDatastoresCommand.ts +++ b/clients/client-healthlake/commands/ListFHIRDatastoresCommand.ts @@ -24,7 +24,7 @@ export interface ListFHIRDatastoresCommandOutput extends ListFHIRDatastoresRespo *

Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store * status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, ListFHIRDatastoresCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, ListFHIRDatastoresCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-healthlake/commands/StartFHIRExportJobCommand.ts b/clients/client-healthlake/commands/StartFHIRExportJobCommand.ts index 3e5784a53183..af74c75ea7d3 100644 --- a/clients/client-healthlake/commands/StartFHIRExportJobCommand.ts +++ b/clients/client-healthlake/commands/StartFHIRExportJobCommand.ts @@ -23,7 +23,7 @@ export interface StartFHIRExportJobCommandOutput extends StartFHIRExportJobRespo /** *

Begins a FHIR export job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, StartFHIRExportJobCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, StartFHIRExportJobCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-healthlake/commands/StartFHIRImportJobCommand.ts b/clients/client-healthlake/commands/StartFHIRImportJobCommand.ts index 394ee90a441a..bd7447718eff 100644 --- a/clients/client-healthlake/commands/StartFHIRImportJobCommand.ts +++ b/clients/client-healthlake/commands/StartFHIRImportJobCommand.ts @@ -23,7 +23,7 @@ export interface StartFHIRImportJobCommandOutput extends StartFHIRImportJobRespo /** *

Begins a FHIR Import job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HealthLakeClient, StartFHIRImportJobCommand } from "@aws-sdk/client-healthlake"; // ES Modules import * // const { HealthLakeClient, StartFHIRImportJobCommand } = require("@aws-sdk/client-healthlake"); // CommonJS import diff --git a/clients/client-honeycode/commands/BatchCreateTableRowsCommand.ts b/clients/client-honeycode/commands/BatchCreateTableRowsCommand.ts index 667a027a500f..76d48695713c 100644 --- a/clients/client-honeycode/commands/BatchCreateTableRowsCommand.ts +++ b/clients/client-honeycode/commands/BatchCreateTableRowsCommand.ts @@ -32,7 +32,7 @@ export interface BatchCreateTableRowsCommandOutput extends BatchCreateTableRowsR * no formula in the last row of the table, then that column will be left blank for the new rows. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, BatchCreateTableRowsCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, BatchCreateTableRowsCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/BatchDeleteTableRowsCommand.ts b/clients/client-honeycode/commands/BatchDeleteTableRowsCommand.ts index 03a3845e20a1..187139b644b8 100644 --- a/clients/client-honeycode/commands/BatchDeleteTableRowsCommand.ts +++ b/clients/client-honeycode/commands/BatchDeleteTableRowsCommand.ts @@ -26,7 +26,7 @@ export interface BatchDeleteTableRowsCommandOutput extends BatchDeleteTableRowsR * You need to specify the ids of the rows that you want to delete from the table. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, BatchDeleteTableRowsCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, BatchDeleteTableRowsCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/BatchUpdateTableRowsCommand.ts b/clients/client-honeycode/commands/BatchUpdateTableRowsCommand.ts index f13809f578d6..312b60829ea9 100644 --- a/clients/client-honeycode/commands/BatchUpdateTableRowsCommand.ts +++ b/clients/client-honeycode/commands/BatchUpdateTableRowsCommand.ts @@ -32,7 +32,7 @@ export interface BatchUpdateTableRowsCommandOutput extends BatchUpdateTableRowsR * (""). *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, BatchUpdateTableRowsCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, BatchUpdateTableRowsCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/BatchUpsertTableRowsCommand.ts b/clients/client-honeycode/commands/BatchUpsertTableRowsCommand.ts index dfdb4b05ba01..ddb06ed6a777 100644 --- a/clients/client-honeycode/commands/BatchUpsertTableRowsCommand.ts +++ b/clients/client-honeycode/commands/BatchUpsertTableRowsCommand.ts @@ -35,7 +35,7 @@ export interface BatchUpsertTableRowsCommandOutput extends BatchUpsertTableRowsR * as an empty string (""). *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, BatchUpsertTableRowsCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, BatchUpsertTableRowsCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/DescribeTableDataImportJobCommand.ts b/clients/client-honeycode/commands/DescribeTableDataImportJobCommand.ts index ad2d40b6ce95..7b0f894df799 100644 --- a/clients/client-honeycode/commands/DescribeTableDataImportJobCommand.ts +++ b/clients/client-honeycode/commands/DescribeTableDataImportJobCommand.ts @@ -25,7 +25,7 @@ export interface DescribeTableDataImportJobCommandOutput extends DescribeTableDa * The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, DescribeTableDataImportJobCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, DescribeTableDataImportJobCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/GetScreenDataCommand.ts b/clients/client-honeycode/commands/GetScreenDataCommand.ts index ec69d6c2f7d9..580d35777661 100644 --- a/clients/client-honeycode/commands/GetScreenDataCommand.ts +++ b/clients/client-honeycode/commands/GetScreenDataCommand.ts @@ -27,7 +27,7 @@ export interface GetScreenDataCommandOutput extends GetScreenDataResult, __Metad * displayed on the screen. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, GetScreenDataCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, GetScreenDataCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/InvokeScreenAutomationCommand.ts b/clients/client-honeycode/commands/InvokeScreenAutomationCommand.ts index ec21700059ec..c632d83d1d95 100644 --- a/clients/client-honeycode/commands/InvokeScreenAutomationCommand.ts +++ b/clients/client-honeycode/commands/InvokeScreenAutomationCommand.ts @@ -27,7 +27,7 @@ export interface InvokeScreenAutomationCommandOutput extends InvokeScreenAutomat * This allows automating the Honeycode app interactions to write, update or delete data in the workbook. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, InvokeScreenAutomationCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, InvokeScreenAutomationCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/ListTableColumnsCommand.ts b/clients/client-honeycode/commands/ListTableColumnsCommand.ts index f6caada5767d..9312027ccc18 100644 --- a/clients/client-honeycode/commands/ListTableColumnsCommand.ts +++ b/clients/client-honeycode/commands/ListTableColumnsCommand.ts @@ -25,7 +25,7 @@ export interface ListTableColumnsCommandOutput extends ListTableColumnsResult, _ * The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, ListTableColumnsCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, ListTableColumnsCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/ListTableRowsCommand.ts b/clients/client-honeycode/commands/ListTableRowsCommand.ts index 059bc4d8066c..7cf9b31fa778 100644 --- a/clients/client-honeycode/commands/ListTableRowsCommand.ts +++ b/clients/client-honeycode/commands/ListTableRowsCommand.ts @@ -25,7 +25,7 @@ export interface ListTableRowsCommandOutput extends ListTableRowsResult, __Metad * The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, ListTableRowsCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, ListTableRowsCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/ListTablesCommand.ts b/clients/client-honeycode/commands/ListTablesCommand.ts index b978d73240d5..d1c2ad26307b 100644 --- a/clients/client-honeycode/commands/ListTablesCommand.ts +++ b/clients/client-honeycode/commands/ListTablesCommand.ts @@ -25,7 +25,7 @@ export interface ListTablesCommandOutput extends ListTablesResult, __MetadataBea * The ListTables API allows you to retrieve a list of all the tables in a workbook. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, ListTablesCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, ListTablesCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/QueryTableRowsCommand.ts b/clients/client-honeycode/commands/QueryTableRowsCommand.ts index 74f97dce83fc..21524c22dfbd 100644 --- a/clients/client-honeycode/commands/QueryTableRowsCommand.ts +++ b/clients/client-honeycode/commands/QueryTableRowsCommand.ts @@ -25,7 +25,7 @@ export interface QueryTableRowsCommandOutput extends QueryTableRowsResult, __Met * The QueryTableRows API allows you to use a filter formula to query for specific rows in a table. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, QueryTableRowsCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, QueryTableRowsCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-honeycode/commands/StartTableDataImportJobCommand.ts b/clients/client-honeycode/commands/StartTableDataImportJobCommand.ts index 9774ba4d9724..d0ea5b417423 100644 --- a/clients/client-honeycode/commands/StartTableDataImportJobCommand.ts +++ b/clients/client-honeycode/commands/StartTableDataImportJobCommand.ts @@ -27,7 +27,7 @@ export interface StartTableDataImportJobCommandOutput extends StartTableDataImpo * DescribeTableDataImportJob API. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { HoneycodeClient, StartTableDataImportJobCommand } from "@aws-sdk/client-honeycode"; // ES Modules import * // const { HoneycodeClient, StartTableDataImportJobCommand } = require("@aws-sdk/client-honeycode"); // CommonJS import diff --git a/clients/client-iam/commands/AddClientIDToOpenIDConnectProviderCommand.ts b/clients/client-iam/commands/AddClientIDToOpenIDConnectProviderCommand.ts index f60b1b1b880b..15a7a4484c8e 100644 --- a/clients/client-iam/commands/AddClientIDToOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/commands/AddClientIDToOpenIDConnectProviderCommand.ts @@ -26,7 +26,7 @@ export interface AddClientIDToOpenIDConnectProviderCommandOutput extends __Metad *

This operation is idempotent; it does not fail or return an error if you add an * existing client ID to the provider.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, AddClientIDToOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, AddClientIDToOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/AddRoleToInstanceProfileCommand.ts b/clients/client-iam/commands/AddRoleToInstanceProfileCommand.ts index e991ea2add0a..9ff361cf11e4 100644 --- a/clients/client-iam/commands/AddRoleToInstanceProfileCommand.ts +++ b/clients/client-iam/commands/AddRoleToInstanceProfileCommand.ts @@ -35,7 +35,7 @@ export interface AddRoleToInstanceProfileCommandOutput extends __MetadataBearer * information about instance profiles, see About instance * profiles.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, AddRoleToInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, AddRoleToInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/AddUserToGroupCommand.ts b/clients/client-iam/commands/AddUserToGroupCommand.ts index 54a147970563..e238ca7447bc 100644 --- a/clients/client-iam/commands/AddUserToGroupCommand.ts +++ b/clients/client-iam/commands/AddUserToGroupCommand.ts @@ -23,7 +23,7 @@ export interface AddUserToGroupCommandOutput extends __MetadataBearer {} /** *

Adds the specified user to the specified group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, AddUserToGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, AddUserToGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/AttachGroupPolicyCommand.ts b/clients/client-iam/commands/AttachGroupPolicyCommand.ts index 2ef928632d03..7e26350d2f95 100644 --- a/clients/client-iam/commands/AttachGroupPolicyCommand.ts +++ b/clients/client-iam/commands/AttachGroupPolicyCommand.ts @@ -30,7 +30,7 @@ export interface AttachGroupPolicyCommandOutput extends __MetadataBearer {} *

For more information about policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, AttachGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, AttachGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/AttachRolePolicyCommand.ts b/clients/client-iam/commands/AttachRolePolicyCommand.ts index c72536d92bfc..c5b56d7831b2 100644 --- a/clients/client-iam/commands/AttachRolePolicyCommand.ts +++ b/clients/client-iam/commands/AttachRolePolicyCommand.ts @@ -37,7 +37,7 @@ export interface AttachRolePolicyCommandOutput extends __MetadataBearer {} * To learn more, see Validating IAM policies * in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, AttachRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, AttachRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/AttachUserPolicyCommand.ts b/clients/client-iam/commands/AttachUserPolicyCommand.ts index ad45e16a9e69..0b439987e468 100644 --- a/clients/client-iam/commands/AttachUserPolicyCommand.ts +++ b/clients/client-iam/commands/AttachUserPolicyCommand.ts @@ -30,7 +30,7 @@ export interface AttachUserPolicyCommandOutput extends __MetadataBearer {} *

For more information about policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, AttachUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, AttachUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ChangePasswordCommand.ts b/clients/client-iam/commands/ChangePasswordCommand.ts index 576bd6ad8d50..133345ae7510 100644 --- a/clients/client-iam/commands/ChangePasswordCommand.ts +++ b/clients/client-iam/commands/ChangePasswordCommand.ts @@ -30,7 +30,7 @@ export interface ChangePasswordCommandOutput extends __MetadataBearer {} * password for any IAM user. For more information about modifying passwords, see Managing * passwords in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ChangePasswordCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ChangePasswordCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateAccessKeyCommand.ts b/clients/client-iam/commands/CreateAccessKeyCommand.ts index fedb62311481..232801d88090 100644 --- a/clients/client-iam/commands/CreateAccessKeyCommand.ts +++ b/clients/client-iam/commands/CreateAccessKeyCommand.ts @@ -36,7 +36,7 @@ export interface CreateAccessKeyCommandOutput extends CreateAccessKeyResponse, _ * delete the access keys for the associated user and then create new keys.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateAccessKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateAccessKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateAccountAliasCommand.ts b/clients/client-iam/commands/CreateAccountAliasCommand.ts index 2fa0174c3122..d7f585caaffc 100644 --- a/clients/client-iam/commands/CreateAccountAliasCommand.ts +++ b/clients/client-iam/commands/CreateAccountAliasCommand.ts @@ -26,7 +26,7 @@ export interface CreateAccountAliasCommandOutput extends __MetadataBearer {} * alias for your AWS account ID in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateAccountAliasCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateAccountAliasCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateGroupCommand.ts b/clients/client-iam/commands/CreateGroupCommand.ts index 4b9c9bdaa846..0a0df48ecc23 100644 --- a/clients/client-iam/commands/CreateGroupCommand.ts +++ b/clients/client-iam/commands/CreateGroupCommand.ts @@ -22,7 +22,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat *

For information about the number of groups you can create, see IAM and STS * quotas in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateInstanceProfileCommand.ts b/clients/client-iam/commands/CreateInstanceProfileCommand.ts index fecbabdb58da..ca88814146b6 100644 --- a/clients/client-iam/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-iam/commands/CreateInstanceProfileCommand.ts @@ -27,7 +27,7 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil *

For information about the number of instance profiles you can create, see IAM object * quotas in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateLoginProfileCommand.ts b/clients/client-iam/commands/CreateLoginProfileCommand.ts index fc5868f070e8..4555885844ce 100644 --- a/clients/client-iam/commands/CreateLoginProfileCommand.ts +++ b/clients/client-iam/commands/CreateLoginProfileCommand.ts @@ -30,7 +30,7 @@ export interface CreateLoginProfileCommandOutput extends CreateLoginProfileRespo *

For more information about managing passwords, see Managing passwords in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateOpenIDConnectProviderCommand.ts b/clients/client-iam/commands/CreateOpenIDConnectProviderCommand.ts index 1eaacee231af..2b00bac3495a 100644 --- a/clients/client-iam/commands/CreateOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/commands/CreateOpenIDConnectProviderCommand.ts @@ -49,7 +49,7 @@ export interface CreateOpenIDConnectProviderCommandOutput * users.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreatePolicyCommand.ts b/clients/client-iam/commands/CreatePolicyCommand.ts index f3de0210a12d..3b687b63a743 100644 --- a/clients/client-iam/commands/CreatePolicyCommand.ts +++ b/clients/client-iam/commands/CreatePolicyCommand.ts @@ -30,7 +30,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad * policies and inline policies in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreatePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreatePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreatePolicyVersionCommand.ts b/clients/client-iam/commands/CreatePolicyVersionCommand.ts index 227e041e0300..c60518ceee07 100644 --- a/clients/client-iam/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iam/commands/CreatePolicyVersionCommand.ts @@ -30,7 +30,7 @@ export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionRes *

For more information about managed policy versions, see Versioning for managed * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreatePolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreatePolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateRoleCommand.ts b/clients/client-iam/commands/CreateRoleCommand.ts index cec06afb9526..6fd34e435d38 100644 --- a/clients/client-iam/commands/CreateRoleCommand.ts +++ b/clients/client-iam/commands/CreateRoleCommand.ts @@ -24,7 +24,7 @@ export interface CreateRoleCommandOutput extends CreateRoleResponse, __MetadataB * you can create, see IAM and STS quotas in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateSAMLProviderCommand.ts b/clients/client-iam/commands/CreateSAMLProviderCommand.ts index 797a73cabd44..552d2b9c2687 100644 --- a/clients/client-iam/commands/CreateSAMLProviderCommand.ts +++ b/clients/client-iam/commands/CreateSAMLProviderCommand.ts @@ -40,7 +40,7 @@ export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderRespo * federated users to access the AWS Management Console and About SAML 2.0-based * federation in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateServiceLinkedRoleCommand.ts b/clients/client-iam/commands/CreateServiceLinkedRoleCommand.ts index b88ffb5d0c0e..97930eee529d 100644 --- a/clients/client-iam/commands/CreateServiceLinkedRoleCommand.ts +++ b/clients/client-iam/commands/CreateServiceLinkedRoleCommand.ts @@ -31,7 +31,7 @@ export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinke *

To attach a policy to this service-linked role, you must make the request using the * AWS service that depends on this role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateServiceLinkedRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateServiceLinkedRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateServiceSpecificCredentialCommand.ts b/clients/client-iam/commands/CreateServiceSpecificCredentialCommand.ts index d83119ccce63..797680f0860e 100644 --- a/clients/client-iam/commands/CreateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/commands/CreateServiceSpecificCredentialCommand.ts @@ -35,7 +35,7 @@ export interface CreateServiceSpecificCredentialCommandOutput * with AWS CodeCommit: Git credentials, SSH keys, and AWS access keys in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateServiceSpecificCredentialCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateUserCommand.ts b/clients/client-iam/commands/CreateUserCommand.ts index 6c298a7117d2..5fe2c9ac140c 100644 --- a/clients/client-iam/commands/CreateUserCommand.ts +++ b/clients/client-iam/commands/CreateUserCommand.ts @@ -22,7 +22,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB *

For information about quotas for the number of IAM users you can create, see IAM and STS * quotas in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateUserCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/CreateVirtualMFADeviceCommand.ts b/clients/client-iam/commands/CreateVirtualMFADeviceCommand.ts index 259fb23847e2..84f50305ce12 100644 --- a/clients/client-iam/commands/CreateVirtualMFADeviceCommand.ts +++ b/clients/client-iam/commands/CreateVirtualMFADeviceCommand.ts @@ -35,7 +35,7 @@ export interface CreateVirtualMFADeviceCommandOutput extends CreateVirtualMFADev * following secure procedures.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, CreateVirtualMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, CreateVirtualMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeactivateMFADeviceCommand.ts b/clients/client-iam/commands/DeactivateMFADeviceCommand.ts index 2296efd79ed8..bcddd1f99fa9 100644 --- a/clients/client-iam/commands/DeactivateMFADeviceCommand.ts +++ b/clients/client-iam/commands/DeactivateMFADeviceCommand.ts @@ -27,7 +27,7 @@ export interface DeactivateMFADeviceCommandOutput extends __MetadataBearer {} * multi-factor authentication (MFA) device in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeactivateMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeactivateMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteAccessKeyCommand.ts b/clients/client-iam/commands/DeleteAccessKeyCommand.ts index cab0e5ae830d..3b8e1de6eb52 100644 --- a/clients/client-iam/commands/DeleteAccessKeyCommand.ts +++ b/clients/client-iam/commands/DeleteAccessKeyCommand.ts @@ -27,7 +27,7 @@ export interface DeleteAccessKeyCommandOutput extends __MetadataBearer {} * the AWS account. Consequently, you can use this operation to manage AWS account root * user credentials even if the AWS account has no associated users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteAccessKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteAccessKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteAccountAliasCommand.ts b/clients/client-iam/commands/DeleteAccountAliasCommand.ts index c4eb1e39f8b4..5c1184b16e7c 100644 --- a/clients/client-iam/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-iam/commands/DeleteAccountAliasCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAccountAliasCommandOutput extends __MetadataBearer {} * account alias, see Using an alias for your AWS account ID in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteAccountAliasCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteAccountAliasCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteAccountPasswordPolicyCommand.ts b/clients/client-iam/commands/DeleteAccountPasswordPolicyCommand.ts index f4b0b9960f3d..6fdbb1fc5838 100644 --- a/clients/client-iam/commands/DeleteAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/commands/DeleteAccountPasswordPolicyCommand.ts @@ -22,7 +22,7 @@ export interface DeleteAccountPasswordPolicyCommandOutput extends __MetadataBear /** *

Deletes the password policy for the AWS account. There are no parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteAccountPasswordPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteAccountPasswordPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteGroupCommand.ts b/clients/client-iam/commands/DeleteGroupCommand.ts index 1462daa80652..034638b5d8df 100644 --- a/clients/client-iam/commands/DeleteGroupCommand.ts +++ b/clients/client-iam/commands/DeleteGroupCommand.ts @@ -21,7 +21,7 @@ export interface DeleteGroupCommandOutput extends __MetadataBearer {} *

Deletes the specified IAM group. The group must not contain any users or have any * attached policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteGroupPolicyCommand.ts b/clients/client-iam/commands/DeleteGroupPolicyCommand.ts index 7e9bffdb0af8..ed3c01be462f 100644 --- a/clients/client-iam/commands/DeleteGroupPolicyCommand.ts +++ b/clients/client-iam/commands/DeleteGroupPolicyCommand.ts @@ -28,7 +28,7 @@ export interface DeleteGroupPolicyCommandOutput extends __MetadataBearer {} * refer to Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteInstanceProfileCommand.ts b/clients/client-iam/commands/DeleteInstanceProfileCommand.ts index ba57978f2a74..f633356abff7 100644 --- a/clients/client-iam/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-iam/commands/DeleteInstanceProfileCommand.ts @@ -32,7 +32,7 @@ export interface DeleteInstanceProfileCommandOutput extends __MetadataBearer {} *

For more information about instance profiles, see About instance * profiles.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteLoginProfileCommand.ts b/clients/client-iam/commands/DeleteLoginProfileCommand.ts index 5773f8741eb0..317bd43905c0 100644 --- a/clients/client-iam/commands/DeleteLoginProfileCommand.ts +++ b/clients/client-iam/commands/DeleteLoginProfileCommand.ts @@ -35,7 +35,7 @@ export interface DeleteLoginProfileCommandOutput extends __MetadataBearer {} * DeleteAccessKey.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteOpenIDConnectProviderCommand.ts b/clients/client-iam/commands/DeleteOpenIDConnectProviderCommand.ts index b9789e27a1e6..ec1680961e86 100644 --- a/clients/client-iam/commands/DeleteOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/commands/DeleteOpenIDConnectProviderCommand.ts @@ -28,7 +28,7 @@ export interface DeleteOpenIDConnectProviderCommandOutput extends __MetadataBear *

This operation is idempotent; it does not fail or return an error if you call the * operation for a provider that does not exist.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeletePolicyCommand.ts b/clients/client-iam/commands/DeletePolicyCommand.ts index 0036bec8ef34..8a77194b5b72 100644 --- a/clients/client-iam/commands/DeletePolicyCommand.ts +++ b/clients/client-iam/commands/DeletePolicyCommand.ts @@ -44,7 +44,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {} *

For information about managed policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeletePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeletePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeletePolicyVersionCommand.ts b/clients/client-iam/commands/DeletePolicyVersionCommand.ts index cf03fdf23013..1798b68f577d 100644 --- a/clients/client-iam/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iam/commands/DeletePolicyVersionCommand.ts @@ -28,7 +28,7 @@ export interface DeletePolicyVersionCommandOutput extends __MetadataBearer {} *

For information about versions for managed policies, see Versioning for managed * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeletePolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeletePolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteRoleCommand.ts b/clients/client-iam/commands/DeleteRoleCommand.ts index e6c8a77eb5b2..513b591aec30 100644 --- a/clients/client-iam/commands/DeleteRoleCommand.ts +++ b/clients/client-iam/commands/DeleteRoleCommand.ts @@ -26,7 +26,7 @@ export interface DeleteRoleCommandOutput extends __MetadataBearer {} * running instance will break any applications running on the instance.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteRolePermissionsBoundaryCommand.ts b/clients/client-iam/commands/DeleteRolePermissionsBoundaryCommand.ts index ff3c5b6d0257..eaa7cb5a912a 100644 --- a/clients/client-iam/commands/DeleteRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/commands/DeleteRolePermissionsBoundaryCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRolePermissionsBoundaryCommandOutput extends __MetadataBe * granted in its permissions policies.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteRolePermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteRolePermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteRolePolicyCommand.ts b/clients/client-iam/commands/DeleteRolePolicyCommand.ts index a78327833d29..2c0fb2aebd41 100644 --- a/clients/client-iam/commands/DeleteRolePolicyCommand.ts +++ b/clients/client-iam/commands/DeleteRolePolicyCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRolePolicyCommandOutput extends __MetadataBearer {} * refer to Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteSAMLProviderCommand.ts b/clients/client-iam/commands/DeleteSAMLProviderCommand.ts index c190e9990441..a81b4fef4e2a 100644 --- a/clients/client-iam/commands/DeleteSAMLProviderCommand.ts +++ b/clients/client-iam/commands/DeleteSAMLProviderCommand.ts @@ -29,7 +29,7 @@ export interface DeleteSAMLProviderCommandOutput extends __MetadataBearer {} *

This operation requires Signature Version 4.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteSSHPublicKeyCommand.ts b/clients/client-iam/commands/DeleteSSHPublicKeyCommand.ts index efaa529611f4..f0b57b1cb72b 100644 --- a/clients/client-iam/commands/DeleteSSHPublicKeyCommand.ts +++ b/clients/client-iam/commands/DeleteSSHPublicKeyCommand.ts @@ -27,7 +27,7 @@ export interface DeleteSSHPublicKeyCommandOutput extends __MetadataBearer {} * to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for * SSH connections in the AWS CodeCommit User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteSSHPublicKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteServerCertificateCommand.ts b/clients/client-iam/commands/DeleteServerCertificateCommand.ts index abae2e6b89d1..b020687f35ff 100644 --- a/clients/client-iam/commands/DeleteServerCertificateCommand.ts +++ b/clients/client-iam/commands/DeleteServerCertificateCommand.ts @@ -37,7 +37,7 @@ export interface DeleteServerCertificateCommandOutput extends __MetadataBearer { * Reference.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteServiceLinkedRoleCommand.ts b/clients/client-iam/commands/DeleteServiceLinkedRoleCommand.ts index 368a3407a533..a1add51ea048 100644 --- a/clients/client-iam/commands/DeleteServiceLinkedRoleCommand.ts +++ b/clients/client-iam/commands/DeleteServiceLinkedRoleCommand.ts @@ -39,7 +39,7 @@ export interface DeleteServiceLinkedRoleCommandOutput extends DeleteServiceLinke *

For more information about service-linked roles, see Roles terms and concepts: AWS service-linked role in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteServiceLinkedRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteServiceLinkedRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteServiceSpecificCredentialCommand.ts b/clients/client-iam/commands/DeleteServiceSpecificCredentialCommand.ts index a7b07b5d227d..bb94f32f3eb9 100644 --- a/clients/client-iam/commands/DeleteServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/commands/DeleteServiceSpecificCredentialCommand.ts @@ -23,7 +23,7 @@ export interface DeleteServiceSpecificCredentialCommandOutput extends __Metadata /** *

Deletes the specified service-specific credential.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteServiceSpecificCredentialCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteSigningCertificateCommand.ts b/clients/client-iam/commands/DeleteSigningCertificateCommand.ts index a189751c8fee..26b91276c421 100644 --- a/clients/client-iam/commands/DeleteSigningCertificateCommand.ts +++ b/clients/client-iam/commands/DeleteSigningCertificateCommand.ts @@ -27,7 +27,7 @@ export interface DeleteSigningCertificateCommandOutput extends __MetadataBearer * the AWS account. Consequently, you can use this operation to manage AWS account root * user credentials even if the AWS account has no associated IAM users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteSigningCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteSigningCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteUserCommand.ts b/clients/client-iam/commands/DeleteUserCommand.ts index 774ead61e5dd..2817a50dbd34 100644 --- a/clients/client-iam/commands/DeleteUserCommand.ts +++ b/clients/client-iam/commands/DeleteUserCommand.ts @@ -52,7 +52,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteUserCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteUserPermissionsBoundaryCommand.ts b/clients/client-iam/commands/DeleteUserPermissionsBoundaryCommand.ts index d1366d2cbfbf..df1e60b0d32f 100644 --- a/clients/client-iam/commands/DeleteUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/commands/DeleteUserPermissionsBoundaryCommand.ts @@ -28,7 +28,7 @@ export interface DeleteUserPermissionsBoundaryCommandOutput extends __MetadataBe *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteUserPermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteUserPermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteUserPolicyCommand.ts b/clients/client-iam/commands/DeleteUserPolicyCommand.ts index 65563a9f9c2b..1c99406baba0 100644 --- a/clients/client-iam/commands/DeleteUserPolicyCommand.ts +++ b/clients/client-iam/commands/DeleteUserPolicyCommand.ts @@ -28,7 +28,7 @@ export interface DeleteUserPolicyCommandOutput extends __MetadataBearer {} * refer to Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DeleteVirtualMFADeviceCommand.ts b/clients/client-iam/commands/DeleteVirtualMFADeviceCommand.ts index a6bbe38c4fc5..9c1317e219fa 100644 --- a/clients/client-iam/commands/DeleteVirtualMFADeviceCommand.ts +++ b/clients/client-iam/commands/DeleteVirtualMFADeviceCommand.ts @@ -27,7 +27,7 @@ export interface DeleteVirtualMFADeviceCommandOutput extends __MetadataBearer {} * information about deactivating MFA devices, see DeactivateMFADevice.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DeleteVirtualMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DeleteVirtualMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DetachGroupPolicyCommand.ts b/clients/client-iam/commands/DetachGroupPolicyCommand.ts index 1b0328bdba26..b8fc31e7f659 100644 --- a/clients/client-iam/commands/DetachGroupPolicyCommand.ts +++ b/clients/client-iam/commands/DetachGroupPolicyCommand.ts @@ -27,7 +27,7 @@ export interface DetachGroupPolicyCommandOutput extends __MetadataBearer {} * policies and inline policies in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DetachGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DetachGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DetachRolePolicyCommand.ts b/clients/client-iam/commands/DetachRolePolicyCommand.ts index 208ced022860..68f95de31a89 100644 --- a/clients/client-iam/commands/DetachRolePolicyCommand.ts +++ b/clients/client-iam/commands/DetachRolePolicyCommand.ts @@ -27,7 +27,7 @@ export interface DetachRolePolicyCommandOutput extends __MetadataBearer {} * policies and inline policies in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DetachRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DetachRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/DetachUserPolicyCommand.ts b/clients/client-iam/commands/DetachUserPolicyCommand.ts index d6b3a7e2122d..50cd8c2e5539 100644 --- a/clients/client-iam/commands/DetachUserPolicyCommand.ts +++ b/clients/client-iam/commands/DetachUserPolicyCommand.ts @@ -27,7 +27,7 @@ export interface DetachUserPolicyCommandOutput extends __MetadataBearer {} * policies and inline policies in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, DetachUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, DetachUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/EnableMFADeviceCommand.ts b/clients/client-iam/commands/EnableMFADeviceCommand.ts index 232c65eee6e3..a6a5405e7322 100644 --- a/clients/client-iam/commands/EnableMFADeviceCommand.ts +++ b/clients/client-iam/commands/EnableMFADeviceCommand.ts @@ -25,7 +25,7 @@ export interface EnableMFADeviceCommandOutput extends __MetadataBearer {} * enabled, the MFA device is required for every subsequent login by the IAM user * associated with the device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, EnableMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, EnableMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GenerateCredentialReportCommand.ts b/clients/client-iam/commands/GenerateCredentialReportCommand.ts index 0419837c9934..edbfd1bade94 100644 --- a/clients/client-iam/commands/GenerateCredentialReportCommand.ts +++ b/clients/client-iam/commands/GenerateCredentialReportCommand.ts @@ -25,7 +25,7 @@ export interface GenerateCredentialReportCommandOutput extends GenerateCredentia * credential report, see Getting credential reports in * the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GenerateCredentialReportCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GenerateCredentialReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GenerateOrganizationsAccessReportCommand.ts b/clients/client-iam/commands/GenerateOrganizationsAccessReportCommand.ts index a9f979eae441..461a0f1ee61b 100644 --- a/clients/client-iam/commands/GenerateOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/commands/GenerateOrganizationsAccessReportCommand.ts @@ -159,7 +159,7 @@ export interface GenerateOrganizationsAccessReportCommandOutput *

For more information about service last accessed data, see Reducing policy scope by * viewing user activity in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GenerateOrganizationsAccessReportCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GenerateOrganizationsAccessReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GenerateServiceLastAccessedDetailsCommand.ts b/clients/client-iam/commands/GenerateServiceLastAccessedDetailsCommand.ts index 63a85b96afec..695232265888 100644 --- a/clients/client-iam/commands/GenerateServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/commands/GenerateServiceLastAccessedDetailsCommand.ts @@ -81,7 +81,7 @@ export interface GenerateServiceLastAccessedDetailsCommandOutput *

For more information about service and action last accessed data, see Reducing permissions using service last accessed data in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GenerateServiceLastAccessedDetailsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GenerateServiceLastAccessedDetailsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetAccessKeyLastUsedCommand.ts b/clients/client-iam/commands/GetAccessKeyLastUsedCommand.ts index 7a79f67e02ce..66dbe89a2e6f 100644 --- a/clients/client-iam/commands/GetAccessKeyLastUsedCommand.ts +++ b/clients/client-iam/commands/GetAccessKeyLastUsedCommand.ts @@ -25,7 +25,7 @@ export interface GetAccessKeyLastUsedCommandOutput extends GetAccessKeyLastUsedR * information includes the date and time of last use, along with the AWS service and * Region that were specified in the last request made with that key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetAccessKeyLastUsedCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetAccessKeyLastUsedCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetAccountAuthorizationDetailsCommand.ts b/clients/client-iam/commands/GetAccountAuthorizationDetailsCommand.ts index 56c840f5b445..dd39cc341574 100644 --- a/clients/client-iam/commands/GetAccountAuthorizationDetailsCommand.ts +++ b/clients/client-iam/commands/GetAccountAuthorizationDetailsCommand.ts @@ -38,7 +38,7 @@ export interface GetAccountAuthorizationDetailsCommandOutput * paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetAccountAuthorizationDetailsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetAccountAuthorizationDetailsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetAccountPasswordPolicyCommand.ts b/clients/client-iam/commands/GetAccountPasswordPolicyCommand.ts index 93dec117428d..08f850e050d4 100644 --- a/clients/client-iam/commands/GetAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/commands/GetAccountPasswordPolicyCommand.ts @@ -26,7 +26,7 @@ export interface GetAccountPasswordPolicyCommandOutput extends GetAccountPasswor * For more information about using a password policy, see Managing an IAM password * policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetAccountPasswordPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetAccountPasswordPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetAccountSummaryCommand.ts b/clients/client-iam/commands/GetAccountSummaryCommand.ts index eb209ef0f0ca..f3cad8cd3137 100644 --- a/clients/client-iam/commands/GetAccountSummaryCommand.ts +++ b/clients/client-iam/commands/GetAccountSummaryCommand.ts @@ -26,7 +26,7 @@ export interface GetAccountSummaryCommandOutput extends GetAccountSummaryRespons *

For information about IAM quotas, see IAM and STS quotas in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetAccountSummaryCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetAccountSummaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetContextKeysForCustomPolicyCommand.ts b/clients/client-iam/commands/GetContextKeysForCustomPolicyCommand.ts index a29ae4c79bd0..43bfb9f47361 100644 --- a/clients/client-iam/commands/GetContextKeysForCustomPolicyCommand.ts +++ b/clients/client-iam/commands/GetContextKeysForCustomPolicyCommand.ts @@ -32,7 +32,7 @@ export interface GetContextKeysForCustomPolicyCommandOutput extends GetContextKe * parameters are shown in unencoded form here for clarity but must be URL encoded to be * included as a part of a real HTML request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetContextKeysForCustomPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetContextKeysForCustomPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetContextKeysForPrincipalPolicyCommand.ts b/clients/client-iam/commands/GetContextKeysForPrincipalPolicyCommand.ts index 40eb4c74fa1f..b6d3a5ad1deb 100644 --- a/clients/client-iam/commands/GetContextKeysForPrincipalPolicyCommand.ts +++ b/clients/client-iam/commands/GetContextKeysForPrincipalPolicyCommand.ts @@ -38,7 +38,7 @@ export interface GetContextKeysForPrincipalPolicyCommandOutput * about the context of an API query request. Context keys can be evaluated by testing * against a value in an IAM policy. Use GetContextKeysForPrincipalPolicy to understand what key names and values you must supply when you call SimulatePrincipalPolicy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetContextKeysForPrincipalPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetContextKeysForPrincipalPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetCredentialReportCommand.ts b/clients/client-iam/commands/GetCredentialReportCommand.ts index 3cd469070738..1f19e484831e 100644 --- a/clients/client-iam/commands/GetCredentialReportCommand.ts +++ b/clients/client-iam/commands/GetCredentialReportCommand.ts @@ -25,7 +25,7 @@ export interface GetCredentialReportCommandOutput extends GetCredentialReportRes * credential report, see Getting credential reports in * the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetCredentialReportCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetCredentialReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetGroupCommand.ts b/clients/client-iam/commands/GetGroupCommand.ts index 6d92ddc47967..c5eee3073859 100644 --- a/clients/client-iam/commands/GetGroupCommand.ts +++ b/clients/client-iam/commands/GetGroupCommand.ts @@ -21,7 +21,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare *

Returns a list of IAM users that are in the specified IAM group. You can paginate * the results using the MaxItems and Marker parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetGroupPolicyCommand.ts b/clients/client-iam/commands/GetGroupPolicyCommand.ts index 1f97401273b0..be40234972e5 100644 --- a/clients/client-iam/commands/GetGroupPolicyCommand.ts +++ b/clients/client-iam/commands/GetGroupPolicyCommand.ts @@ -37,7 +37,7 @@ export interface GetGroupPolicyCommandOutput extends GetGroupPolicyResponse, __M *

For more information about policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetInstanceProfileCommand.ts b/clients/client-iam/commands/GetInstanceProfileCommand.ts index 75be498c869c..3f37b6bdfaac 100644 --- a/clients/client-iam/commands/GetInstanceProfileCommand.ts +++ b/clients/client-iam/commands/GetInstanceProfileCommand.ts @@ -26,7 +26,7 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileRespo * About * instance profiles in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetLoginProfileCommand.ts b/clients/client-iam/commands/GetLoginProfileCommand.ts index 4c5bd5decb19..a404a1d8c401 100644 --- a/clients/client-iam/commands/GetLoginProfileCommand.ts +++ b/clients/client-iam/commands/GetLoginProfileCommand.ts @@ -25,7 +25,7 @@ export interface GetLoginProfileCommandOutput extends GetLoginProfileResponse, _ * the user has not been assigned a password, the operation returns a 404 * (NoSuchEntity) error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetOpenIDConnectProviderCommand.ts b/clients/client-iam/commands/GetOpenIDConnectProviderCommand.ts index 7c7e6fa59bbb..93d0bf1ccbd4 100644 --- a/clients/client-iam/commands/GetOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/commands/GetOpenIDConnectProviderCommand.ts @@ -24,7 +24,7 @@ export interface GetOpenIDConnectProviderCommandOutput extends GetOpenIDConnectP *

Returns information about the specified OpenID Connect (OIDC) provider resource object * in IAM.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetOrganizationsAccessReportCommand.ts b/clients/client-iam/commands/GetOrganizationsAccessReportCommand.ts index 004e348a4fb8..42759a1b93da 100644 --- a/clients/client-iam/commands/GetOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/commands/GetOrganizationsAccessReportCommand.ts @@ -42,7 +42,7 @@ export interface GetOrganizationsAccessReportCommandOutput * that it failed.

*

By default, the list is sorted by service namespace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetOrganizationsAccessReportCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetOrganizationsAccessReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetPolicyCommand.ts b/clients/client-iam/commands/GetPolicyCommand.ts index 802a4c4c477e..befc38094c9b 100644 --- a/clients/client-iam/commands/GetPolicyCommand.ts +++ b/clients/client-iam/commands/GetPolicyCommand.ts @@ -29,7 +29,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea *

For more information about policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetPolicyVersionCommand.ts b/clients/client-iam/commands/GetPolicyVersionCommand.ts index 1f35366c9136..531e977d128e 100644 --- a/clients/client-iam/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iam/commands/GetPolicyVersionCommand.ts @@ -38,7 +38,7 @@ export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse, *

For more information about managed policy versions, see Versioning for managed * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetPolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetPolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetRoleCommand.ts b/clients/client-iam/commands/GetRoleCommand.ts index b6904409389a..656b6af625bb 100644 --- a/clients/client-iam/commands/GetRoleCommand.ts +++ b/clients/client-iam/commands/GetRoleCommand.ts @@ -29,7 +29,7 @@ export interface GetRoleCommandOutput extends GetRoleResponse, __MetadataBearer * the Java SDK. Other languages and SDKs provide similar functionality.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetRolePolicyCommand.ts b/clients/client-iam/commands/GetRolePolicyCommand.ts index 82e8d708d0fe..2e902c34c53f 100644 --- a/clients/client-iam/commands/GetRolePolicyCommand.ts +++ b/clients/client-iam/commands/GetRolePolicyCommand.ts @@ -39,7 +39,7 @@ export interface GetRolePolicyCommandOutput extends GetRolePolicyResponse, __Met *

For more information about roles, see Using roles to delegate permissions and * federate identities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetSAMLProviderCommand.ts b/clients/client-iam/commands/GetSAMLProviderCommand.ts index 029e711ecf5b..b3792e9312e9 100644 --- a/clients/client-iam/commands/GetSAMLProviderCommand.ts +++ b/clients/client-iam/commands/GetSAMLProviderCommand.ts @@ -27,7 +27,7 @@ export interface GetSAMLProviderCommandOutput extends GetSAMLProviderResponse, _ *

This operation requires Signature Version 4.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetSSHPublicKeyCommand.ts b/clients/client-iam/commands/GetSSHPublicKeyCommand.ts index ef593dc74ace..c09d289e5919 100644 --- a/clients/client-iam/commands/GetSSHPublicKeyCommand.ts +++ b/clients/client-iam/commands/GetSSHPublicKeyCommand.ts @@ -27,7 +27,7 @@ export interface GetSSHPublicKeyCommandOutput extends GetSSHPublicKeyResponse, _ * to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH * connections in the AWS CodeCommit User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetSSHPublicKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetServerCertificateCommand.ts b/clients/client-iam/commands/GetServerCertificateCommand.ts index 191059061f3a..da7d7b81f6d3 100644 --- a/clients/client-iam/commands/GetServerCertificateCommand.ts +++ b/clients/client-iam/commands/GetServerCertificateCommand.ts @@ -27,7 +27,7 @@ export interface GetServerCertificateCommandOutput extends GetServerCertificateR * topic includes a list of AWS services that can use the server certificates that you * manage with IAM.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetServiceLastAccessedDetailsCommand.ts b/clients/client-iam/commands/GetServiceLastAccessedDetailsCommand.ts index d23a6cad46b8..4f977c05a5ec 100644 --- a/clients/client-iam/commands/GetServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/commands/GetServiceLastAccessedDetailsCommand.ts @@ -76,7 +76,7 @@ export interface GetServiceLastAccessedDetailsCommandOutput *

For more information about service and action last accessed data, see Reducing permissions using service last accessed data in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetServiceLastAccessedDetailsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetServiceLastAccessedDetailsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts b/clients/client-iam/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts index 19f78f0d2d67..70efd9899711 100644 --- a/clients/client-iam/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts +++ b/clients/client-iam/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts @@ -54,7 +54,7 @@ export interface GetServiceLastAccessedDetailsWithEntitiesCommandOutput *

By default, the list of associated entities is sorted by date, with the most recent * access listed first.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetServiceLastAccessedDetailsWithEntitiesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetServiceLastAccessedDetailsWithEntitiesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetServiceLinkedRoleDeletionStatusCommand.ts b/clients/client-iam/commands/GetServiceLinkedRoleDeletionStatusCommand.ts index 5b3fbe5a9443..6aa4eca1e092 100644 --- a/clients/client-iam/commands/GetServiceLinkedRoleDeletionStatusCommand.ts +++ b/clients/client-iam/commands/GetServiceLinkedRoleDeletionStatusCommand.ts @@ -32,7 +32,7 @@ export interface GetServiceLinkedRoleDeletionStatusCommandOutput * If the deletion fails, this operation returns the reason that it failed, if that * information is returned by the service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetServiceLinkedRoleDeletionStatusCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetServiceLinkedRoleDeletionStatusCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetUserCommand.ts b/clients/client-iam/commands/GetUserCommand.ts index a4f0d5ad4c29..6059c3b7ca31 100644 --- a/clients/client-iam/commands/GetUserCommand.ts +++ b/clients/client-iam/commands/GetUserCommand.ts @@ -23,7 +23,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer *

If you do not specify a user name, IAM determines the user name implicitly based on * the AWS access key ID used to sign the request to this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetUserCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/GetUserPolicyCommand.ts b/clients/client-iam/commands/GetUserPolicyCommand.ts index 60afebec514d..1e9ac05beaa7 100644 --- a/clients/client-iam/commands/GetUserPolicyCommand.ts +++ b/clients/client-iam/commands/GetUserPolicyCommand.ts @@ -37,7 +37,7 @@ export interface GetUserPolicyCommandOutput extends GetUserPolicyResponse, __Met *

For more information about policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, GetUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, GetUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListAccessKeysCommand.ts b/clients/client-iam/commands/ListAccessKeysCommand.ts index 372525a875b7..fff9a88b9edd 100644 --- a/clients/client-iam/commands/ListAccessKeysCommand.ts +++ b/clients/client-iam/commands/ListAccessKeysCommand.ts @@ -35,7 +35,7 @@ export interface ListAccessKeysCommandOutput extends ListAccessKeysResponse, __M * only during key and user creation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListAccessKeysCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListAccessKeysCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListAccountAliasesCommand.ts b/clients/client-iam/commands/ListAccountAliasesCommand.ts index e87270ef19b3..a810d11ed115 100644 --- a/clients/client-iam/commands/ListAccountAliasesCommand.ts +++ b/clients/client-iam/commands/ListAccountAliasesCommand.ts @@ -25,7 +25,7 @@ export interface ListAccountAliasesCommandOutput extends ListAccountAliasesRespo * one). For information about using an AWS account alias, see Using an alias for your * AWS account ID in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListAccountAliasesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListAccountAliasesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListAttachedGroupPoliciesCommand.ts b/clients/client-iam/commands/ListAttachedGroupPoliciesCommand.ts index 0e31a39bd858..71c550bf51fd 100644 --- a/clients/client-iam/commands/ListAttachedGroupPoliciesCommand.ts +++ b/clients/client-iam/commands/ListAttachedGroupPoliciesCommand.ts @@ -32,7 +32,7 @@ export interface ListAttachedGroupPoliciesCommandOutput extends ListAttachedGrou * attached to the specified group (or none that match the specified path prefix), the * operation returns an empty list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListAttachedGroupPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListAttachedGroupPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListAttachedRolePoliciesCommand.ts b/clients/client-iam/commands/ListAttachedRolePoliciesCommand.ts index 72c6eabdad45..16ecefe12121 100644 --- a/clients/client-iam/commands/ListAttachedRolePoliciesCommand.ts +++ b/clients/client-iam/commands/ListAttachedRolePoliciesCommand.ts @@ -32,7 +32,7 @@ export interface ListAttachedRolePoliciesCommandOutput extends ListAttachedRoleP * attached to the specified role (or none that match the specified path prefix), the * operation returns an empty list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListAttachedRolePoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListAttachedRolePoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListAttachedUserPoliciesCommand.ts b/clients/client-iam/commands/ListAttachedUserPoliciesCommand.ts index 0caaf1b100ed..0a126f50da3c 100644 --- a/clients/client-iam/commands/ListAttachedUserPoliciesCommand.ts +++ b/clients/client-iam/commands/ListAttachedUserPoliciesCommand.ts @@ -32,7 +32,7 @@ export interface ListAttachedUserPoliciesCommandOutput extends ListAttachedUserP * attached to the specified group (or none that match the specified path prefix), the * operation returns an empty list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListAttachedUserPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListAttachedUserPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListEntitiesForPolicyCommand.ts b/clients/client-iam/commands/ListEntitiesForPolicyCommand.ts index 73f8b2414034..12e597ae9faf 100644 --- a/clients/client-iam/commands/ListEntitiesForPolicyCommand.ts +++ b/clients/client-iam/commands/ListEntitiesForPolicyCommand.ts @@ -30,7 +30,7 @@ export interface ListEntitiesForPolicyCommandOutput extends ListEntitiesForPolic *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListEntitiesForPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListEntitiesForPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListGroupPoliciesCommand.ts b/clients/client-iam/commands/ListGroupPoliciesCommand.ts index efd768c017c6..10b334523737 100644 --- a/clients/client-iam/commands/ListGroupPoliciesCommand.ts +++ b/clients/client-iam/commands/ListGroupPoliciesCommand.ts @@ -31,7 +31,7 @@ export interface ListGroupPoliciesCommandOutput extends ListGroupPoliciesRespons * parameters. If there are no inline policies embedded with the specified group, the * operation returns an empty list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListGroupPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListGroupPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListGroupsCommand.ts b/clients/client-iam/commands/ListGroupsCommand.ts index 00876fca1aa1..d49e18fb9a2f 100644 --- a/clients/client-iam/commands/ListGroupsCommand.ts +++ b/clients/client-iam/commands/ListGroupsCommand.ts @@ -22,7 +22,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListGroupsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListGroupsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListGroupsForUserCommand.ts b/clients/client-iam/commands/ListGroupsForUserCommand.ts index 8ada5812f9d1..78e680735479 100644 --- a/clients/client-iam/commands/ListGroupsForUserCommand.ts +++ b/clients/client-iam/commands/ListGroupsForUserCommand.ts @@ -25,7 +25,7 @@ export interface ListGroupsForUserCommandOutput extends ListGroupsForUserRespons *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListGroupsForUserCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListGroupsForUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListInstanceProfileTagsCommand.ts b/clients/client-iam/commands/ListInstanceProfileTagsCommand.ts index 98da83e51463..de3ef736e074 100644 --- a/clients/client-iam/commands/ListInstanceProfileTagsCommand.ts +++ b/clients/client-iam/commands/ListInstanceProfileTagsCommand.ts @@ -25,7 +25,7 @@ export interface ListInstanceProfileTagsCommandOutput extends ListInstanceProfil * For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListInstanceProfileTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListInstanceProfileTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListInstanceProfilesCommand.ts b/clients/client-iam/commands/ListInstanceProfilesCommand.ts index 3203fbf327d3..384e01d88386 100644 --- a/clients/client-iam/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-iam/commands/ListInstanceProfilesCommand.ts @@ -32,7 +32,7 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListInstanceProfilesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListInstanceProfilesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListInstanceProfilesForRoleCommand.ts b/clients/client-iam/commands/ListInstanceProfilesForRoleCommand.ts index c687c2f3a940..f1dbe092346f 100644 --- a/clients/client-iam/commands/ListInstanceProfilesForRoleCommand.ts +++ b/clients/client-iam/commands/ListInstanceProfilesForRoleCommand.ts @@ -30,7 +30,7 @@ export interface ListInstanceProfilesForRoleCommandOutput *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListInstanceProfilesForRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListInstanceProfilesForRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListMFADeviceTagsCommand.ts b/clients/client-iam/commands/ListMFADeviceTagsCommand.ts index ee1f44ac6976..238de1bae03b 100644 --- a/clients/client-iam/commands/ListMFADeviceTagsCommand.ts +++ b/clients/client-iam/commands/ListMFADeviceTagsCommand.ts @@ -25,7 +25,7 @@ export interface ListMFADeviceTagsCommandOutput extends ListMFADeviceTagsRespons * sorted by tag key. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListMFADeviceTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListMFADeviceTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListMFADevicesCommand.ts b/clients/client-iam/commands/ListMFADevicesCommand.ts index ef2c58ce6e4f..e71755c5a51c 100644 --- a/clients/client-iam/commands/ListMFADevicesCommand.ts +++ b/clients/client-iam/commands/ListMFADevicesCommand.ts @@ -28,7 +28,7 @@ export interface ListMFADevicesCommandOutput extends ListMFADevicesResponse, __M *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListMFADevicesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListMFADevicesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListOpenIDConnectProviderTagsCommand.ts b/clients/client-iam/commands/ListOpenIDConnectProviderTagsCommand.ts index 547cdeb82efc..41ce10eb07c1 100644 --- a/clients/client-iam/commands/ListOpenIDConnectProviderTagsCommand.ts +++ b/clients/client-iam/commands/ListOpenIDConnectProviderTagsCommand.ts @@ -29,7 +29,7 @@ export interface ListOpenIDConnectProviderTagsCommandOutput *

For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListOpenIDConnectProviderTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListOpenIDConnectProviderTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListOpenIDConnectProvidersCommand.ts b/clients/client-iam/commands/ListOpenIDConnectProvidersCommand.ts index 54d4d230272c..c0cd43209ead 100644 --- a/clients/client-iam/commands/ListOpenIDConnectProvidersCommand.ts +++ b/clients/client-iam/commands/ListOpenIDConnectProvidersCommand.ts @@ -28,7 +28,7 @@ export interface ListOpenIDConnectProvidersCommandOutput extends ListOpenIDConne * attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for an OIDC provider, see GetOpenIDConnectProvider.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListOpenIDConnectProvidersCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListOpenIDConnectProvidersCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListPoliciesCommand.ts b/clients/client-iam/commands/ListPoliciesCommand.ts index f763ae249102..cc8fa74209bc 100644 --- a/clients/client-iam/commands/ListPoliciesCommand.ts +++ b/clients/client-iam/commands/ListPoliciesCommand.ts @@ -35,7 +35,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad * GetPolicy.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListPoliciesGrantingServiceAccessCommand.ts b/clients/client-iam/commands/ListPoliciesGrantingServiceAccessCommand.ts index 09b40f10b159..22a04883e138 100644 --- a/clients/client-iam/commands/ListPoliciesGrantingServiceAccessCommand.ts +++ b/clients/client-iam/commands/ListPoliciesGrantingServiceAccessCommand.ts @@ -67,7 +67,7 @@ export interface ListPoliciesGrantingServiceAccessCommandOutput * for a user or role, use the GetUser or GetRole * operations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListPoliciesGrantingServiceAccessCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListPoliciesGrantingServiceAccessCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListPolicyTagsCommand.ts b/clients/client-iam/commands/ListPolicyTagsCommand.ts index ab22db373e49..6e84f41d21de 100644 --- a/clients/client-iam/commands/ListPolicyTagsCommand.ts +++ b/clients/client-iam/commands/ListPolicyTagsCommand.ts @@ -25,7 +25,7 @@ export interface ListPolicyTagsCommandOutput extends ListPolicyTagsResponse, __M * The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListPolicyTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListPolicyTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListPolicyVersionsCommand.ts b/clients/client-iam/commands/ListPolicyVersionsCommand.ts index e74774c1ae25..d78bc943e42e 100644 --- a/clients/client-iam/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iam/commands/ListPolicyVersionsCommand.ts @@ -26,7 +26,7 @@ export interface ListPolicyVersionsCommandOutput extends ListPolicyVersionsRespo *

For more information about managed policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListPolicyVersionsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListPolicyVersionsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListRolePoliciesCommand.ts b/clients/client-iam/commands/ListRolePoliciesCommand.ts index 0b87faf873eb..c6147cb46a3d 100644 --- a/clients/client-iam/commands/ListRolePoliciesCommand.ts +++ b/clients/client-iam/commands/ListRolePoliciesCommand.ts @@ -31,7 +31,7 @@ export interface ListRolePoliciesCommandOutput extends ListRolePoliciesResponse, * parameters. If there are no inline policies embedded with the specified role, the * operation returns an empty list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListRolePoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListRolePoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListRoleTagsCommand.ts b/clients/client-iam/commands/ListRoleTagsCommand.ts index 5141bc181ced..83d77e4bb71b 100644 --- a/clients/client-iam/commands/ListRoleTagsCommand.ts +++ b/clients/client-iam/commands/ListRoleTagsCommand.ts @@ -22,7 +22,7 @@ export interface ListRoleTagsCommandOutput extends ListRoleTagsResponse, __Metad * sorted by tag key. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListRoleTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListRoleTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListRolesCommand.ts b/clients/client-iam/commands/ListRolesCommand.ts index c4d7b206d2ec..5ebddfb8ab49 100644 --- a/clients/client-iam/commands/ListRolesCommand.ts +++ b/clients/client-iam/commands/ListRolesCommand.ts @@ -28,7 +28,7 @@ export interface ListRolesCommandOutput extends ListRolesResponse, __MetadataBea *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListRolesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListRolesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListSAMLProviderTagsCommand.ts b/clients/client-iam/commands/ListSAMLProviderTagsCommand.ts index 7df072fbcb9b..6fc835b80253 100644 --- a/clients/client-iam/commands/ListSAMLProviderTagsCommand.ts +++ b/clients/client-iam/commands/ListSAMLProviderTagsCommand.ts @@ -27,7 +27,7 @@ export interface ListSAMLProviderTagsCommandOutput extends ListSAMLProviderTagsR *

For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListSAMLProviderTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListSAMLProviderTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListSAMLProvidersCommand.ts b/clients/client-iam/commands/ListSAMLProvidersCommand.ts index b9c9c40b57bb..9e81dce98af1 100644 --- a/clients/client-iam/commands/ListSAMLProvidersCommand.ts +++ b/clients/client-iam/commands/ListSAMLProvidersCommand.ts @@ -28,7 +28,7 @@ export interface ListSAMLProvidersCommandOutput extends ListSAMLProvidersRespons *

This operation requires Signature Version 4.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListSAMLProvidersCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListSAMLProvidersCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListSSHPublicKeysCommand.ts b/clients/client-iam/commands/ListSSHPublicKeysCommand.ts index 44a842bc17aa..aac09e41e12d 100644 --- a/clients/client-iam/commands/ListSSHPublicKeysCommand.ts +++ b/clients/client-iam/commands/ListSSHPublicKeysCommand.ts @@ -30,7 +30,7 @@ export interface ListSSHPublicKeysCommandOutput extends ListSSHPublicKeysRespons *

Although each user is limited to a small number of keys, you can still paginate the * results using the MaxItems and Marker parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListSSHPublicKeysCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListSSHPublicKeysCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListServerCertificateTagsCommand.ts b/clients/client-iam/commands/ListServerCertificateTagsCommand.ts index 11c73f635442..8f7f926b2ab9 100644 --- a/clients/client-iam/commands/ListServerCertificateTagsCommand.ts +++ b/clients/client-iam/commands/ListServerCertificateTagsCommand.ts @@ -32,7 +32,7 @@ export interface ListServerCertificateTagsCommandOutput extends ListServerCertif * certificates in the IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListServerCertificateTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListServerCertificateTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListServerCertificatesCommand.ts b/clients/client-iam/commands/ListServerCertificatesCommand.ts index 08fbe2db7d9c..7b92a90a9d93 100644 --- a/clients/client-iam/commands/ListServerCertificatesCommand.ts +++ b/clients/client-iam/commands/ListServerCertificatesCommand.ts @@ -34,7 +34,7 @@ export interface ListServerCertificatesCommandOutput extends ListServerCertifica * attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a servercertificate, see GetServerCertificate.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListServerCertificatesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListServerCertificatesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListServiceSpecificCredentialsCommand.ts b/clients/client-iam/commands/ListServiceSpecificCredentialsCommand.ts index b55f32a79875..943659dcbebb 100644 --- a/clients/client-iam/commands/ListServiceSpecificCredentialsCommand.ts +++ b/clients/client-iam/commands/ListServiceSpecificCredentialsCommand.ts @@ -30,7 +30,7 @@ export interface ListServiceSpecificCredentialsCommandOutput * credentials to authenticate to an AWS service, see Set up service-specific credentials * in the AWS CodeCommit User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListServiceSpecificCredentialsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListServiceSpecificCredentialsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListSigningCertificatesCommand.ts b/clients/client-iam/commands/ListSigningCertificatesCommand.ts index ea67b2ba9d4c..1e7fbacdb717 100644 --- a/clients/client-iam/commands/ListSigningCertificatesCommand.ts +++ b/clients/client-iam/commands/ListSigningCertificatesCommand.ts @@ -32,7 +32,7 @@ export interface ListSigningCertificatesCommandOutput extends ListSigningCertifi * this operation to manage AWS account root user credentials even if the AWS account * has no associated users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListSigningCertificatesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListSigningCertificatesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListUserPoliciesCommand.ts b/clients/client-iam/commands/ListUserPoliciesCommand.ts index c499df87ede3..c8f9b249657f 100644 --- a/clients/client-iam/commands/ListUserPoliciesCommand.ts +++ b/clients/client-iam/commands/ListUserPoliciesCommand.ts @@ -30,7 +30,7 @@ export interface ListUserPoliciesCommandOutput extends ListUserPoliciesResponse, * parameters. If there are no inline policies embedded with the specified user, the * operation returns an empty list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListUserPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListUserPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListUserTagsCommand.ts b/clients/client-iam/commands/ListUserTagsCommand.ts index 4c0f7ce21bc6..bf9e0ff32209 100644 --- a/clients/client-iam/commands/ListUserTagsCommand.ts +++ b/clients/client-iam/commands/ListUserTagsCommand.ts @@ -21,7 +21,7 @@ export interface ListUserTagsCommandOutput extends ListUserTagsResponse, __Metad *

Lists the tags that are attached to the specified IAM user. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListUserTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListUserTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListUsersCommand.ts b/clients/client-iam/commands/ListUsersCommand.ts index c9afaef77fe9..1f043c03d997 100644 --- a/clients/client-iam/commands/ListUsersCommand.ts +++ b/clients/client-iam/commands/ListUsersCommand.ts @@ -28,7 +28,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListUsersCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListUsersCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ListVirtualMFADevicesCommand.ts b/clients/client-iam/commands/ListVirtualMFADevicesCommand.ts index a8794b135e25..4b23d124a869 100644 --- a/clients/client-iam/commands/ListVirtualMFADevicesCommand.ts +++ b/clients/client-iam/commands/ListVirtualMFADevicesCommand.ts @@ -33,7 +33,7 @@ export interface ListVirtualMFADevicesCommandOutput extends ListVirtualMFADevice *

You can paginate the results using the MaxItems and Marker * parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ListVirtualMFADevicesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ListVirtualMFADevicesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/PutGroupPolicyCommand.ts b/clients/client-iam/commands/PutGroupPolicyCommand.ts index 3b07eb479e89..9d88304cbf4f 100644 --- a/clients/client-iam/commands/PutGroupPolicyCommand.ts +++ b/clients/client-iam/commands/PutGroupPolicyCommand.ts @@ -37,7 +37,7 @@ export interface PutGroupPolicyCommandOutput extends __MetadataBearer {} * IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, PutGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, PutGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/PutRolePermissionsBoundaryCommand.ts b/clients/client-iam/commands/PutRolePermissionsBoundaryCommand.ts index 05530ca7a0b9..22240cf93bc3 100644 --- a/clients/client-iam/commands/PutRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/commands/PutRolePermissionsBoundaryCommand.ts @@ -34,7 +34,7 @@ export interface PutRolePermissionsBoundaryCommandOutput extends __MetadataBeare * evaluation logic in the IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, PutRolePermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, PutRolePermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/PutRolePolicyCommand.ts b/clients/client-iam/commands/PutRolePolicyCommand.ts index 662b14801e96..62c300eacc41 100644 --- a/clients/client-iam/commands/PutRolePolicyCommand.ts +++ b/clients/client-iam/commands/PutRolePolicyCommand.ts @@ -42,7 +42,7 @@ export interface PutRolePolicyCommandOutput extends __MetadataBearer {} * IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, PutRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, PutRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/PutUserPermissionsBoundaryCommand.ts b/clients/client-iam/commands/PutUserPermissionsBoundaryCommand.ts index ea08d7a18f7b..50028d7539fd 100644 --- a/clients/client-iam/commands/PutUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/commands/PutUserPermissionsBoundaryCommand.ts @@ -33,7 +33,7 @@ export interface PutUserPermissionsBoundaryCommandOutput extends __MetadataBeare * evaluation logic in the IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, PutUserPermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, PutUserPermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/PutUserPolicyCommand.ts b/clients/client-iam/commands/PutUserPolicyCommand.ts index 0a94649d6c02..3bb8c1ad83d1 100644 --- a/clients/client-iam/commands/PutUserPolicyCommand.ts +++ b/clients/client-iam/commands/PutUserPolicyCommand.ts @@ -37,7 +37,7 @@ export interface PutUserPolicyCommandOutput extends __MetadataBearer {} * IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, PutUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, PutUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts b/clients/client-iam/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts index 66c4eb03e25c..d5eacfc5f5eb 100644 --- a/clients/client-iam/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts @@ -28,7 +28,7 @@ export interface RemoveClientIDFromOpenIDConnectProviderCommandOutput extends __ *

This operation is idempotent; it does not fail or return an error if you try to remove * a client ID that does not exist.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, RemoveClientIDFromOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, RemoveClientIDFromOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/RemoveRoleFromInstanceProfileCommand.ts b/clients/client-iam/commands/RemoveRoleFromInstanceProfileCommand.ts index ec3dcd562f0a..dc0eac6a2d87 100644 --- a/clients/client-iam/commands/RemoveRoleFromInstanceProfileCommand.ts +++ b/clients/client-iam/commands/RemoveRoleFromInstanceProfileCommand.ts @@ -32,7 +32,7 @@ export interface RemoveRoleFromInstanceProfileCommandOutput extends __MetadataBe * information about instance profiles, see About instance * profiles.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, RemoveRoleFromInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, RemoveRoleFromInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/RemoveUserFromGroupCommand.ts b/clients/client-iam/commands/RemoveUserFromGroupCommand.ts index a31c26575cea..c9fff8951946 100644 --- a/clients/client-iam/commands/RemoveUserFromGroupCommand.ts +++ b/clients/client-iam/commands/RemoveUserFromGroupCommand.ts @@ -23,7 +23,7 @@ export interface RemoveUserFromGroupCommandOutput extends __MetadataBearer {} /** *

Removes the specified user from the specified group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, RemoveUserFromGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, RemoveUserFromGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ResetServiceSpecificCredentialCommand.ts b/clients/client-iam/commands/ResetServiceSpecificCredentialCommand.ts index 81f409de7ac6..1e3f334234af 100644 --- a/clients/client-iam/commands/ResetServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/commands/ResetServiceSpecificCredentialCommand.ts @@ -28,7 +28,7 @@ export interface ResetServiceSpecificCredentialCommandOutput * the password immediately invalidates the previous password associated with this * user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ResetServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ResetServiceSpecificCredentialCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/ResyncMFADeviceCommand.ts b/clients/client-iam/commands/ResyncMFADeviceCommand.ts index 1e1da712082f..52a67523e705 100644 --- a/clients/client-iam/commands/ResyncMFADeviceCommand.ts +++ b/clients/client-iam/commands/ResyncMFADeviceCommand.ts @@ -26,7 +26,7 @@ export interface ResyncMFADeviceCommandOutput extends __MetadataBearer {} *

For more information about creating and working with virtual MFA devices, see Using a virtual MFA * device in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, ResyncMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, ResyncMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iam/commands/SetDefaultPolicyVersionCommand.ts index 84a72e5891ee..a82bf568b608 100644 --- a/clients/client-iam/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iam/commands/SetDefaultPolicyVersionCommand.ts @@ -28,7 +28,7 @@ export interface SetDefaultPolicyVersionCommandOutput extends __MetadataBearer { *

For information about managed policies, see Managed policies and inline * policies in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, SetDefaultPolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, SetDefaultPolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/SetSecurityTokenServicePreferencesCommand.ts b/clients/client-iam/commands/SetSecurityTokenServicePreferencesCommand.ts index b4cb4cdb5a21..01c40141bff3 100644 --- a/clients/client-iam/commands/SetSecurityTokenServicePreferencesCommand.ts +++ b/clients/client-iam/commands/SetSecurityTokenServicePreferencesCommand.ts @@ -42,7 +42,7 @@ export interface SetSecurityTokenServicePreferencesCommandOutput extends __Metad *

To view the current session token version, see the * GlobalEndpointTokenVersion entry in the response of the GetAccountSummary operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, SetSecurityTokenServicePreferencesCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, SetSecurityTokenServicePreferencesCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/SimulateCustomPolicyCommand.ts b/clients/client-iam/commands/SimulateCustomPolicyCommand.ts index 704248200cac..419379e626fd 100644 --- a/clients/client-iam/commands/SimulateCustomPolicyCommand.ts +++ b/clients/client-iam/commands/SimulateCustomPolicyCommand.ts @@ -39,7 +39,7 @@ export interface SimulateCustomPolicyCommandOutput extends SimulatePolicyRespons * with the IAM policy simulator in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, SimulateCustomPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, SimulateCustomPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/SimulatePrincipalPolicyCommand.ts b/clients/client-iam/commands/SimulatePrincipalPolicyCommand.ts index cfac3d1846a3..d7f3c939de3a 100644 --- a/clients/client-iam/commands/SimulatePrincipalPolicyCommand.ts +++ b/clients/client-iam/commands/SimulatePrincipalPolicyCommand.ts @@ -48,7 +48,7 @@ export interface SimulatePrincipalPolicyCommandOutput extends SimulatePolicyResp * with the IAM policy simulator in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, SimulatePrincipalPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, SimulatePrincipalPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagInstanceProfileCommand.ts b/clients/client-iam/commands/TagInstanceProfileCommand.ts index 4396d0c6bb6b..e2c5cf2c1cee 100644 --- a/clients/client-iam/commands/TagInstanceProfileCommand.ts +++ b/clients/client-iam/commands/TagInstanceProfileCommand.ts @@ -58,7 +58,7 @@ export interface TagInstanceProfileCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagMFADeviceCommand.ts b/clients/client-iam/commands/TagMFADeviceCommand.ts index b6bc592a6296..2b01da528534 100644 --- a/clients/client-iam/commands/TagMFADeviceCommand.ts +++ b/clients/client-iam/commands/TagMFADeviceCommand.ts @@ -56,7 +56,7 @@ export interface TagMFADeviceCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagOpenIDConnectProviderCommand.ts b/clients/client-iam/commands/TagOpenIDConnectProviderCommand.ts index 633343307d24..a18af3c4ffb2 100644 --- a/clients/client-iam/commands/TagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/commands/TagOpenIDConnectProviderCommand.ts @@ -60,7 +60,7 @@ export interface TagOpenIDConnectProviderCommandOutput extends __MetadataBearer * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagPolicyCommand.ts b/clients/client-iam/commands/TagPolicyCommand.ts index 640ebbed1ff2..d1c989f067fb 100644 --- a/clients/client-iam/commands/TagPolicyCommand.ts +++ b/clients/client-iam/commands/TagPolicyCommand.ts @@ -55,7 +55,7 @@ export interface TagPolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagRoleCommand.ts b/clients/client-iam/commands/TagRoleCommand.ts index 25b512a8f4eb..ed2d7f522cd6 100644 --- a/clients/client-iam/commands/TagRoleCommand.ts +++ b/clients/client-iam/commands/TagRoleCommand.ts @@ -64,7 +64,7 @@ export interface TagRoleCommandOutput extends __MetadataBearer {} *

For more information about tagging, see Tagging IAM identities in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagSAMLProviderCommand.ts b/clients/client-iam/commands/TagSAMLProviderCommand.ts index 6569c8ee88b1..0af965d98736 100644 --- a/clients/client-iam/commands/TagSAMLProviderCommand.ts +++ b/clients/client-iam/commands/TagSAMLProviderCommand.ts @@ -60,7 +60,7 @@ export interface TagSAMLProviderCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagServerCertificateCommand.ts b/clients/client-iam/commands/TagServerCertificateCommand.ts index f5353671c0c0..fd22b5a2ad67 100644 --- a/clients/client-iam/commands/TagServerCertificateCommand.ts +++ b/clients/client-iam/commands/TagServerCertificateCommand.ts @@ -70,7 +70,7 @@ export interface TagServerCertificateCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/TagUserCommand.ts b/clients/client-iam/commands/TagUserCommand.ts index 55977270b471..6b581decbace 100644 --- a/clients/client-iam/commands/TagUserCommand.ts +++ b/clients/client-iam/commands/TagUserCommand.ts @@ -63,7 +63,7 @@ export interface TagUserCommandOutput extends __MetadataBearer {} *

For more information about tagging, see Tagging IAM identities in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, TagUserCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, TagUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagInstanceProfileCommand.ts b/clients/client-iam/commands/UntagInstanceProfileCommand.ts index 676ebabf0b8e..f8c8c7fa5f36 100644 --- a/clients/client-iam/commands/UntagInstanceProfileCommand.ts +++ b/clients/client-iam/commands/UntagInstanceProfileCommand.ts @@ -24,7 +24,7 @@ export interface UntagInstanceProfileCommandOutput extends __MetadataBearer {} *

Removes the specified tags from the IAM instance profile. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagMFADeviceCommand.ts b/clients/client-iam/commands/UntagMFADeviceCommand.ts index 27902a30f370..08471e0bfd1c 100644 --- a/clients/client-iam/commands/UntagMFADeviceCommand.ts +++ b/clients/client-iam/commands/UntagMFADeviceCommand.ts @@ -25,7 +25,7 @@ export interface UntagMFADeviceCommandOutput extends __MetadataBearer {} * device. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagOpenIDConnectProviderCommand.ts b/clients/client-iam/commands/UntagOpenIDConnectProviderCommand.ts index c50501b3d5c3..f9664d646a55 100644 --- a/clients/client-iam/commands/UntagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/commands/UntagOpenIDConnectProviderCommand.ts @@ -26,7 +26,7 @@ export interface UntagOpenIDConnectProviderCommandOutput extends __MetadataBeare * For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagPolicyCommand.ts b/clients/client-iam/commands/UntagPolicyCommand.ts index 60ba1eeb8b42..72813b9bbfec 100644 --- a/clients/client-iam/commands/UntagPolicyCommand.ts +++ b/clients/client-iam/commands/UntagPolicyCommand.ts @@ -21,7 +21,7 @@ export interface UntagPolicyCommandOutput extends __MetadataBearer {} *

Removes the specified tags from the customer managed policy. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagRoleCommand.ts b/clients/client-iam/commands/UntagRoleCommand.ts index 80d6233e839b..064b18997380 100644 --- a/clients/client-iam/commands/UntagRoleCommand.ts +++ b/clients/client-iam/commands/UntagRoleCommand.ts @@ -21,7 +21,7 @@ export interface UntagRoleCommandOutput extends __MetadataBearer {} *

Removes the specified tags from the role. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagSAMLProviderCommand.ts b/clients/client-iam/commands/UntagSAMLProviderCommand.ts index fd609c5689ed..47d371df1075 100644 --- a/clients/client-iam/commands/UntagSAMLProviderCommand.ts +++ b/clients/client-iam/commands/UntagSAMLProviderCommand.ts @@ -26,7 +26,7 @@ export interface UntagSAMLProviderCommandOutput extends __MetadataBearer {} * federation. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagServerCertificateCommand.ts b/clients/client-iam/commands/UntagServerCertificateCommand.ts index 5c39841e4cf7..8d64bcb325a7 100644 --- a/clients/client-iam/commands/UntagServerCertificateCommand.ts +++ b/clients/client-iam/commands/UntagServerCertificateCommand.ts @@ -32,7 +32,7 @@ export interface UntagServerCertificateCommandOutput extends __MetadataBearer {} * certificates in the IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UntagUserCommand.ts b/clients/client-iam/commands/UntagUserCommand.ts index 3c8164dd0e6c..b9dab3cbd8be 100644 --- a/clients/client-iam/commands/UntagUserCommand.ts +++ b/clients/client-iam/commands/UntagUserCommand.ts @@ -21,7 +21,7 @@ export interface UntagUserCommandOutput extends __MetadataBearer {} *

Removes the specified tags from the user. For more information about tagging, see Tagging IAM resources in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UntagUserCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UntagUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateAccessKeyCommand.ts b/clients/client-iam/commands/UpdateAccessKeyCommand.ts index e1cb0a5726a7..08bb1440460a 100644 --- a/clients/client-iam/commands/UpdateAccessKeyCommand.ts +++ b/clients/client-iam/commands/UpdateAccessKeyCommand.ts @@ -32,7 +32,7 @@ export interface UpdateAccessKeyCommandOutput extends __MetadataBearer {} *

For information about rotating keys, see Managing keys and certificates * in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateAccessKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateAccessKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateAccountPasswordPolicyCommand.ts b/clients/client-iam/commands/UpdateAccountPasswordPolicyCommand.ts index 6b0455481b81..7eff6ba3127d 100644 --- a/clients/client-iam/commands/UpdateAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/commands/UpdateAccountPasswordPolicyCommand.ts @@ -38,7 +38,7 @@ export interface UpdateAccountPasswordPolicyCommandOutput extends __MetadataBear *

For more information about using a password policy, see Managing an IAM password * policy in the IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateAccountPasswordPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateAccountPasswordPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateAssumeRolePolicyCommand.ts b/clients/client-iam/commands/UpdateAssumeRolePolicyCommand.ts index 701995d12aac..144817f55d88 100644 --- a/clients/client-iam/commands/UpdateAssumeRolePolicyCommand.ts +++ b/clients/client-iam/commands/UpdateAssumeRolePolicyCommand.ts @@ -26,7 +26,7 @@ export interface UpdateAssumeRolePolicyCommandOutput extends __MetadataBearer {} * Using roles to * delegate permissions and federate identities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateAssumeRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateAssumeRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateGroupCommand.ts b/clients/client-iam/commands/UpdateGroupCommand.ts index 418cdb6d1ccd..576f9689ba91 100644 --- a/clients/client-iam/commands/UpdateGroupCommand.ts +++ b/clients/client-iam/commands/UpdateGroupCommand.ts @@ -34,7 +34,7 @@ export interface UpdateGroupCommandOutput extends __MetadataBearer {} *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateLoginProfileCommand.ts b/clients/client-iam/commands/UpdateLoginProfileCommand.ts index a57683a5e9c0..d287fcd10e9a 100644 --- a/clients/client-iam/commands/UpdateLoginProfileCommand.ts +++ b/clients/client-iam/commands/UpdateLoginProfileCommand.ts @@ -29,7 +29,7 @@ export interface UpdateLoginProfileCommandOutput extends __MetadataBearer {} *

For more information about modifying passwords, see Managing passwords in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts b/clients/client-iam/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts index 84ab6ec01b73..43b97d6f9b05 100644 --- a/clients/client-iam/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts +++ b/clients/client-iam/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts @@ -38,7 +38,7 @@ export interface UpdateOpenIDConnectProviderThumbprintCommandOutput extends __Me * privileged users.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateOpenIDConnectProviderThumbprintCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateOpenIDConnectProviderThumbprintCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateRoleCommand.ts b/clients/client-iam/commands/UpdateRoleCommand.ts index b3ebe97b384f..acc0a930c8a9 100644 --- a/clients/client-iam/commands/UpdateRoleCommand.ts +++ b/clients/client-iam/commands/UpdateRoleCommand.ts @@ -20,7 +20,7 @@ export interface UpdateRoleCommandOutput extends UpdateRoleResponse, __MetadataB /** *

Updates the description or maximum session duration setting of a role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateRoleDescriptionCommand.ts b/clients/client-iam/commands/UpdateRoleDescriptionCommand.ts index fa59bf861580..1e3488fa9072 100644 --- a/clients/client-iam/commands/UpdateRoleDescriptionCommand.ts +++ b/clients/client-iam/commands/UpdateRoleDescriptionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateRoleDescriptionCommandOutput extends UpdateRoleDescriptio *

Modifies only the description of a role. This operation performs the same function as * the Description parameter in the UpdateRole operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateRoleDescriptionCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateRoleDescriptionCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateSAMLProviderCommand.ts b/clients/client-iam/commands/UpdateSAMLProviderCommand.ts index eb928c41ef7b..5589d0f055ae 100644 --- a/clients/client-iam/commands/UpdateSAMLProviderCommand.ts +++ b/clients/client-iam/commands/UpdateSAMLProviderCommand.ts @@ -26,7 +26,7 @@ export interface UpdateSAMLProviderCommandOutput extends UpdateSAMLProviderRespo *

This operation requires Signature Version 4.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateSSHPublicKeyCommand.ts b/clients/client-iam/commands/UpdateSSHPublicKeyCommand.ts index 8819f134e20d..7731029e2d39 100644 --- a/clients/client-iam/commands/UpdateSSHPublicKeyCommand.ts +++ b/clients/client-iam/commands/UpdateSSHPublicKeyCommand.ts @@ -29,7 +29,7 @@ export interface UpdateSSHPublicKeyCommandOutput extends __MetadataBearer {} * to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for * SSH connections in the AWS CodeCommit User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateSSHPublicKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateServerCertificateCommand.ts b/clients/client-iam/commands/UpdateServerCertificateCommand.ts index 0e3cd461a063..eb276f534fc5 100644 --- a/clients/client-iam/commands/UpdateServerCertificateCommand.ts +++ b/clients/client-iam/commands/UpdateServerCertificateCommand.ts @@ -42,7 +42,7 @@ export interface UpdateServerCertificateCommandOutput extends __MetadataBearer { * about permissions, see Access management in the IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateServiceSpecificCredentialCommand.ts b/clients/client-iam/commands/UpdateServiceSpecificCredentialCommand.ts index e73ebca7b7c4..1b7c2c4dd4cd 100644 --- a/clients/client-iam/commands/UpdateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/commands/UpdateServiceSpecificCredentialCommand.ts @@ -26,7 +26,7 @@ export interface UpdateServiceSpecificCredentialCommandOutput extends __Metadata * for authentication to the service. This operation can be used to disable a user's * service-specific credential as part of a credential rotation work flow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateServiceSpecificCredentialCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateSigningCertificateCommand.ts b/clients/client-iam/commands/UpdateSigningCertificateCommand.ts index 5bddc3684eea..3012c7b35b10 100644 --- a/clients/client-iam/commands/UpdateSigningCertificateCommand.ts +++ b/clients/client-iam/commands/UpdateSigningCertificateCommand.ts @@ -30,7 +30,7 @@ export interface UpdateSigningCertificateCommandOutput extends __MetadataBearer * to manage AWS account root user credentials even if the AWS account has no * associated users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateSigningCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateSigningCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UpdateUserCommand.ts b/clients/client-iam/commands/UpdateUserCommand.ts index 17b5cb3d530a..bef09a561f44 100644 --- a/clients/client-iam/commands/UpdateUserCommand.ts +++ b/clients/client-iam/commands/UpdateUserCommand.ts @@ -32,7 +32,7 @@ export interface UpdateUserCommandOutput extends __MetadataBearer {} * permission on all (*). For more information about permissions, see Permissions and policies.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UpdateUserCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UpdateUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UploadSSHPublicKeyCommand.ts b/clients/client-iam/commands/UploadSSHPublicKeyCommand.ts index e3e732fa1ddd..a29c06624ee7 100644 --- a/clients/client-iam/commands/UploadSSHPublicKeyCommand.ts +++ b/clients/client-iam/commands/UploadSSHPublicKeyCommand.ts @@ -27,7 +27,7 @@ export interface UploadSSHPublicKeyCommandOutput extends UploadSSHPublicKeyRespo * to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for * SSH connections in the AWS CodeCommit User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UploadSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UploadSSHPublicKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UploadServerCertificateCommand.ts b/clients/client-iam/commands/UploadServerCertificateCommand.ts index ccc3dc1d8b94..ee61be0b6d16 100644 --- a/clients/client-iam/commands/UploadServerCertificateCommand.ts +++ b/clients/client-iam/commands/UploadServerCertificateCommand.ts @@ -45,7 +45,7 @@ export interface UploadServerCertificateCommandOutput extends UploadServerCertif * requests in the IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UploadServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UploadServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-iam/commands/UploadSigningCertificateCommand.ts b/clients/client-iam/commands/UploadSigningCertificateCommand.ts index d2264e4e48ef..b1209dbee883 100644 --- a/clients/client-iam/commands/UploadSigningCertificateCommand.ts +++ b/clients/client-iam/commands/UploadSigningCertificateCommand.ts @@ -42,7 +42,7 @@ export interface UploadSigningCertificateCommandOutput extends UploadSigningCert * requests in the IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IAMClient, UploadSigningCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import * // const { IAMClient, UploadSigningCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import diff --git a/clients/client-identitystore/commands/DescribeGroupCommand.ts b/clients/client-identitystore/commands/DescribeGroupCommand.ts index 6287f4bba5ae..d143d62b99dd 100644 --- a/clients/client-identitystore/commands/DescribeGroupCommand.ts +++ b/clients/client-identitystore/commands/DescribeGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met /** *

Retrieves the group metadata and attributes from GroupId in an identity store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IdentitystoreClient, DescribeGroupCommand } from "@aws-sdk/client-identitystore"; // ES Modules import * // const { IdentitystoreClient, DescribeGroupCommand } = require("@aws-sdk/client-identitystore"); // CommonJS import diff --git a/clients/client-identitystore/commands/DescribeUserCommand.ts b/clients/client-identitystore/commands/DescribeUserCommand.ts index eb49780588e5..4f06851b740f 100644 --- a/clients/client-identitystore/commands/DescribeUserCommand.ts +++ b/clients/client-identitystore/commands/DescribeUserCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad /** *

Retrieves the user metadata and attributes from UserId in an identity store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IdentitystoreClient, DescribeUserCommand } from "@aws-sdk/client-identitystore"; // ES Modules import * // const { IdentitystoreClient, DescribeUserCommand } = require("@aws-sdk/client-identitystore"); // CommonJS import diff --git a/clients/client-identitystore/commands/ListGroupsCommand.ts b/clients/client-identitystore/commands/ListGroupsCommand.ts index ca2d145b8e8c..dda2ad55fa00 100644 --- a/clients/client-identitystore/commands/ListGroupsCommand.ts +++ b/clients/client-identitystore/commands/ListGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB /** *

Lists the attribute name and value of the group that you specified in the search. We only support DisplayName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including GroupId and group DisplayName in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IdentitystoreClient, ListGroupsCommand } from "@aws-sdk/client-identitystore"; // ES Modules import * // const { IdentitystoreClient, ListGroupsCommand } = require("@aws-sdk/client-identitystore"); // CommonJS import diff --git a/clients/client-identitystore/commands/ListUsersCommand.ts b/clients/client-identitystore/commands/ListUsersCommand.ts index f93856116f40..39e22cf3d17c 100644 --- a/clients/client-identitystore/commands/ListUsersCommand.ts +++ b/clients/client-identitystore/commands/ListUsersCommand.ts @@ -20,7 +20,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** *

Lists the attribute name and value of the user that you specified in the search. We only support UserName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including UserId and UserName in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IdentitystoreClient, ListUsersCommand } from "@aws-sdk/client-identitystore"; // ES Modules import * // const { IdentitystoreClient, ListUsersCommand } = require("@aws-sdk/client-identitystore"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CancelImageCreationCommand.ts b/clients/client-imagebuilder/commands/CancelImageCreationCommand.ts index b95e8901097e..f2b0ef68a4d7 100644 --- a/clients/client-imagebuilder/commands/CancelImageCreationCommand.ts +++ b/clients/client-imagebuilder/commands/CancelImageCreationCommand.ts @@ -24,7 +24,7 @@ export interface CancelImageCreationCommandOutput extends CancelImageCreationRes *

CancelImageCreation cancels the creation of Image. This operation can only be used on * images in a non-terminal state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CancelImageCreationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CancelImageCreationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CreateComponentCommand.ts b/clients/client-imagebuilder/commands/CreateComponentCommand.ts index 6160c4a0fced..8b659ab20ee0 100644 --- a/clients/client-imagebuilder/commands/CreateComponentCommand.ts +++ b/clients/client-imagebuilder/commands/CreateComponentCommand.ts @@ -24,7 +24,7 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _ *

Creates a new component that can be used to build, validate, test, and assess your * image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CreateComponentCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CreateComponentCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CreateContainerRecipeCommand.ts b/clients/client-imagebuilder/commands/CreateContainerRecipeCommand.ts index 3779ad254bbb..47fa95a063d5 100644 --- a/clients/client-imagebuilder/commands/CreateContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/commands/CreateContainerRecipeCommand.ts @@ -23,7 +23,7 @@ export interface CreateContainerRecipeCommandOutput extends CreateContainerRecip /** *

Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CreateContainerRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CreateContainerRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CreateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/commands/CreateDistributionConfigurationCommand.ts index cd9ba13f58ff..9b900a1b4a7a 100644 --- a/clients/client-imagebuilder/commands/CreateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/CreateDistributionConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface CreateDistributionConfigurationCommandOutput *

Creates a new distribution configuration. Distribution configurations define and configure * the outputs of your pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CreateDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CreateDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CreateImageCommand.ts b/clients/client-imagebuilder/commands/CreateImageCommand.ts index 2f455d4825c3..2f3a621dd397 100644 --- a/clients/client-imagebuilder/commands/CreateImageCommand.ts +++ b/clients/client-imagebuilder/commands/CreateImageCommand.ts @@ -24,7 +24,7 @@ export interface CreateImageCommandOutput extends CreateImageResponse, __Metadat *

Creates a new image. This request will create a new image along with all of the * configured output resources defined in the distribution configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CreateImageCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CreateImageCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CreateImagePipelineCommand.ts b/clients/client-imagebuilder/commands/CreateImagePipelineCommand.ts index 41df55aa1d12..25cdee83c18d 100644 --- a/clients/client-imagebuilder/commands/CreateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/commands/CreateImagePipelineCommand.ts @@ -24,7 +24,7 @@ export interface CreateImagePipelineCommandOutput extends CreateImagePipelineRes *

Creates a new image pipeline. Image pipelines enable you to automate the creation and * distribution of images.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CreateImagePipelineCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CreateImagePipelineCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CreateImageRecipeCommand.ts b/clients/client-imagebuilder/commands/CreateImageRecipeCommand.ts index 31611c2a9f21..3535ccf03050 100644 --- a/clients/client-imagebuilder/commands/CreateImageRecipeCommand.ts +++ b/clients/client-imagebuilder/commands/CreateImageRecipeCommand.ts @@ -24,7 +24,7 @@ export interface CreateImageRecipeCommandOutput extends CreateImageRecipeRespons *

Creates a new image recipe. Image recipes define how images are configured, tested, and * assessed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CreateImageRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CreateImageRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/CreateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/commands/CreateInfrastructureConfigurationCommand.ts index 9471c37ccc1e..9f3457cd068f 100644 --- a/clients/client-imagebuilder/commands/CreateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/CreateInfrastructureConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface CreateInfrastructureConfigurationCommandOutput *

Creates a new infrastructure configuration. An infrastructure configuration defines the * environment in which your image will be built and tested.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, CreateInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, CreateInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/DeleteComponentCommand.ts b/clients/client-imagebuilder/commands/DeleteComponentCommand.ts index 0d69fc99715b..44ebeb04b125 100644 --- a/clients/client-imagebuilder/commands/DeleteComponentCommand.ts +++ b/clients/client-imagebuilder/commands/DeleteComponentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _ /** *

Deletes a component build version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, DeleteComponentCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, DeleteComponentCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/DeleteContainerRecipeCommand.ts b/clients/client-imagebuilder/commands/DeleteContainerRecipeCommand.ts index 8628de3487d5..eb76b6b19a2a 100644 --- a/clients/client-imagebuilder/commands/DeleteContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/commands/DeleteContainerRecipeCommand.ts @@ -23,7 +23,7 @@ export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecip /** *

Deletes a container recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, DeleteContainerRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, DeleteContainerRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/DeleteDistributionConfigurationCommand.ts b/clients/client-imagebuilder/commands/DeleteDistributionConfigurationCommand.ts index 85ba7ffb2276..612ae0793a9c 100644 --- a/clients/client-imagebuilder/commands/DeleteDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/DeleteDistributionConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDistributionConfigurationCommandOutput /** *

Deletes a distribution configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, DeleteDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, DeleteDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/DeleteImageCommand.ts b/clients/client-imagebuilder/commands/DeleteImageCommand.ts index 175a28240dbd..855063f49ab5 100644 --- a/clients/client-imagebuilder/commands/DeleteImageCommand.ts +++ b/clients/client-imagebuilder/commands/DeleteImageCommand.ts @@ -23,7 +23,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat /** *

Deletes an image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, DeleteImageCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, DeleteImageCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/DeleteImagePipelineCommand.ts b/clients/client-imagebuilder/commands/DeleteImagePipelineCommand.ts index 0d077fe10b18..ea5aaa39cd09 100644 --- a/clients/client-imagebuilder/commands/DeleteImagePipelineCommand.ts +++ b/clients/client-imagebuilder/commands/DeleteImagePipelineCommand.ts @@ -23,7 +23,7 @@ export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineRes /** *

Deletes an image pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, DeleteImagePipelineCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, DeleteImagePipelineCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/DeleteImageRecipeCommand.ts b/clients/client-imagebuilder/commands/DeleteImageRecipeCommand.ts index 7da77994655e..f4d1a69bdc0f 100644 --- a/clients/client-imagebuilder/commands/DeleteImageRecipeCommand.ts +++ b/clients/client-imagebuilder/commands/DeleteImageRecipeCommand.ts @@ -23,7 +23,7 @@ export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeRespons /** *

Deletes an image recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, DeleteImageRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, DeleteImageRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/DeleteInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/commands/DeleteInfrastructureConfigurationCommand.ts index bdd0f7928da1..5f54cf3e5e83 100644 --- a/clients/client-imagebuilder/commands/DeleteInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/DeleteInfrastructureConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteInfrastructureConfigurationCommandOutput /** *

Deletes an infrastructure configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, DeleteInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, DeleteInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetComponentCommand.ts b/clients/client-imagebuilder/commands/GetComponentCommand.ts index 3d118310b9ef..9707ddf8f475 100644 --- a/clients/client-imagebuilder/commands/GetComponentCommand.ts +++ b/clients/client-imagebuilder/commands/GetComponentCommand.ts @@ -23,7 +23,7 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad /** *

Gets a component object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetComponentCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetComponentCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetComponentPolicyCommand.ts b/clients/client-imagebuilder/commands/GetComponentPolicyCommand.ts index 73c05bbcd567..7c9058ce780d 100644 --- a/clients/client-imagebuilder/commands/GetComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/commands/GetComponentPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetComponentPolicyCommandOutput extends GetComponentPolicyRespo /** *

Gets a component policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetComponentPolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetComponentPolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetContainerRecipeCommand.ts b/clients/client-imagebuilder/commands/GetContainerRecipeCommand.ts index 1e993beecbfa..6141bc98b435 100644 --- a/clients/client-imagebuilder/commands/GetContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/commands/GetContainerRecipeCommand.ts @@ -23,7 +23,7 @@ export interface GetContainerRecipeCommandOutput extends GetContainerRecipeRespo /** *

Retrieves a container recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetContainerRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetContainerRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/commands/GetContainerRecipePolicyCommand.ts index 7c302f06d690..eea53069ba52 100644 --- a/clients/client-imagebuilder/commands/GetContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/commands/GetContainerRecipePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecip /** *

Retrieves the policy for a container recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetContainerRecipePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetContainerRecipePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetDistributionConfigurationCommand.ts b/clients/client-imagebuilder/commands/GetDistributionConfigurationCommand.ts index 34ac5c971168..c6dc52975bcd 100644 --- a/clients/client-imagebuilder/commands/GetDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/GetDistributionConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetDistributionConfigurationCommandOutput /** *

Gets a distribution configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetImageCommand.ts b/clients/client-imagebuilder/commands/GetImageCommand.ts index 88ec3d048dcd..9abe45984a86 100644 --- a/clients/client-imagebuilder/commands/GetImageCommand.ts +++ b/clients/client-imagebuilder/commands/GetImageCommand.ts @@ -23,7 +23,7 @@ export interface GetImageCommandOutput extends GetImageResponse, __MetadataBeare /** *

Gets an image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetImageCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetImageCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetImagePipelineCommand.ts b/clients/client-imagebuilder/commands/GetImagePipelineCommand.ts index d4dac1bb1a43..1da39ac8e4a5 100644 --- a/clients/client-imagebuilder/commands/GetImagePipelineCommand.ts +++ b/clients/client-imagebuilder/commands/GetImagePipelineCommand.ts @@ -23,7 +23,7 @@ export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse, /** *

Gets an image pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetImagePipelineCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetImagePipelineCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetImagePolicyCommand.ts b/clients/client-imagebuilder/commands/GetImagePolicyCommand.ts index 1bd7aae60491..63b5093d12e6 100644 --- a/clients/client-imagebuilder/commands/GetImagePolicyCommand.ts +++ b/clients/client-imagebuilder/commands/GetImagePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __M /** *

Gets an image policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetImagePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetImagePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetImageRecipeCommand.ts b/clients/client-imagebuilder/commands/GetImageRecipeCommand.ts index f6c3420dfe66..f479133f5584 100644 --- a/clients/client-imagebuilder/commands/GetImageRecipeCommand.ts +++ b/clients/client-imagebuilder/commands/GetImageRecipeCommand.ts @@ -23,7 +23,7 @@ export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __M /** *

Gets an image recipe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetImageRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetImageRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetImageRecipePolicyCommand.ts b/clients/client-imagebuilder/commands/GetImageRecipePolicyCommand.ts index 53b019d7c2bd..555766780fed 100644 --- a/clients/client-imagebuilder/commands/GetImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/commands/GetImageRecipePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyR /** *

Gets an image recipe policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetImageRecipePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetImageRecipePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/GetInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/commands/GetInfrastructureConfigurationCommand.ts index b5ae10cac73c..db6d44d554a3 100644 --- a/clients/client-imagebuilder/commands/GetInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/GetInfrastructureConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetInfrastructureConfigurationCommandOutput /** *

Gets an infrastructure configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, GetInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, GetInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ImportComponentCommand.ts b/clients/client-imagebuilder/commands/ImportComponentCommand.ts index 1e7776c18146..2e774e548415 100644 --- a/clients/client-imagebuilder/commands/ImportComponentCommand.ts +++ b/clients/client-imagebuilder/commands/ImportComponentCommand.ts @@ -23,7 +23,7 @@ export interface ImportComponentCommandOutput extends ImportComponentResponse, _ /** *

Imports a component and transforms its data into a component document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ImportComponentCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ImportComponentCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListComponentBuildVersionsCommand.ts b/clients/client-imagebuilder/commands/ListComponentBuildVersionsCommand.ts index 803a397e836e..c7dac4ed2b09 100644 --- a/clients/client-imagebuilder/commands/ListComponentBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/commands/ListComponentBuildVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu /** *

Returns the list of component build versions for the specified semantic version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListComponentBuildVersionsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListComponentBuildVersionsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListComponentsCommand.ts b/clients/client-imagebuilder/commands/ListComponentsCommand.ts index e3ae5054b061..4bd73ddff1a4 100644 --- a/clients/client-imagebuilder/commands/ListComponentsCommand.ts +++ b/clients/client-imagebuilder/commands/ListComponentsCommand.ts @@ -23,7 +23,7 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M /** *

Returns the list of component build versions for the specified semantic version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListComponentsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListComponentsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListContainerRecipesCommand.ts b/clients/client-imagebuilder/commands/ListContainerRecipesCommand.ts index 10e790ed1ffd..626743b0bfb9 100644 --- a/clients/client-imagebuilder/commands/ListContainerRecipesCommand.ts +++ b/clients/client-imagebuilder/commands/ListContainerRecipesCommand.ts @@ -23,7 +23,7 @@ export interface ListContainerRecipesCommandOutput extends ListContainerRecipesR /** *

Returns a list of container recipes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListContainerRecipesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListContainerRecipesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListDistributionConfigurationsCommand.ts b/clients/client-imagebuilder/commands/ListDistributionConfigurationsCommand.ts index 6e2fe5b29bdd..18acfe0ee4d6 100644 --- a/clients/client-imagebuilder/commands/ListDistributionConfigurationsCommand.ts +++ b/clients/client-imagebuilder/commands/ListDistributionConfigurationsCommand.ts @@ -25,7 +25,7 @@ export interface ListDistributionConfigurationsCommandOutput /** *

Returns a list of distribution configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListDistributionConfigurationsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListDistributionConfigurationsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListImageBuildVersionsCommand.ts b/clients/client-imagebuilder/commands/ListImageBuildVersionsCommand.ts index 74b171cea9ff..97166e0da069 100644 --- a/clients/client-imagebuilder/commands/ListImageBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/commands/ListImageBuildVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi /** *

Returns a list of image build versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListImageBuildVersionsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListImageBuildVersionsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListImagePackagesCommand.ts b/clients/client-imagebuilder/commands/ListImagePackagesCommand.ts index 98125a1ea1b9..03d40592ce29 100644 --- a/clients/client-imagebuilder/commands/ListImagePackagesCommand.ts +++ b/clients/client-imagebuilder/commands/ListImagePackagesCommand.ts @@ -23,7 +23,7 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons /** *

List the Packages that are associated with an Image Build Version, as determined by AWS Systems Manager Inventory at build time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListImagePackagesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListImagePackagesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListImagePipelineImagesCommand.ts b/clients/client-imagebuilder/commands/ListImagePipelineImagesCommand.ts index c6d8965a6323..05e549050ee5 100644 --- a/clients/client-imagebuilder/commands/ListImagePipelineImagesCommand.ts +++ b/clients/client-imagebuilder/commands/ListImagePipelineImagesCommand.ts @@ -23,7 +23,7 @@ export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineI /** *

Returns a list of images created by the specified pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListImagePipelineImagesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListImagePipelineImagesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListImagePipelinesCommand.ts b/clients/client-imagebuilder/commands/ListImagePipelinesCommand.ts index 29f5047e7ac9..378e0919df7a 100644 --- a/clients/client-imagebuilder/commands/ListImagePipelinesCommand.ts +++ b/clients/client-imagebuilder/commands/ListImagePipelinesCommand.ts @@ -23,7 +23,7 @@ export interface ListImagePipelinesCommandOutput extends ListImagePipelinesRespo /** *

Returns a list of image pipelines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListImagePipelinesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListImagePipelinesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListImageRecipesCommand.ts b/clients/client-imagebuilder/commands/ListImageRecipesCommand.ts index cf4179c7e9e3..035d3154862d 100644 --- a/clients/client-imagebuilder/commands/ListImageRecipesCommand.ts +++ b/clients/client-imagebuilder/commands/ListImageRecipesCommand.ts @@ -23,7 +23,7 @@ export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse, /** *

Returns a list of image recipes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListImageRecipesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListImageRecipesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListImagesCommand.ts b/clients/client-imagebuilder/commands/ListImagesCommand.ts index 23b4dfe08c36..5b13939b9434 100644 --- a/clients/client-imagebuilder/commands/ListImagesCommand.ts +++ b/clients/client-imagebuilder/commands/ListImagesCommand.ts @@ -23,7 +23,7 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB /** *

Returns the list of images that you have access to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListImagesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListImagesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListInfrastructureConfigurationsCommand.ts b/clients/client-imagebuilder/commands/ListInfrastructureConfigurationsCommand.ts index fe879f2fd14e..49b80280b635 100644 --- a/clients/client-imagebuilder/commands/ListInfrastructureConfigurationsCommand.ts +++ b/clients/client-imagebuilder/commands/ListInfrastructureConfigurationsCommand.ts @@ -25,7 +25,7 @@ export interface ListInfrastructureConfigurationsCommandOutput /** *

Returns a list of infrastructure configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListInfrastructureConfigurationsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListInfrastructureConfigurationsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/ListTagsForResourceCommand.ts b/clients/client-imagebuilder/commands/ListTagsForResourceCommand.ts index 61efc0675b08..b9ba2626d507 100644 --- a/clients/client-imagebuilder/commands/ListTagsForResourceCommand.ts +++ b/clients/client-imagebuilder/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns the list of tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, ListTagsForResourceCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, ListTagsForResourceCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/PutComponentPolicyCommand.ts b/clients/client-imagebuilder/commands/PutComponentPolicyCommand.ts index 9ba6814d10c7..b368f799e847 100644 --- a/clients/client-imagebuilder/commands/PutComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/commands/PutComponentPolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo * PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to * all principals with whom the resource is shared.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, PutComponentPolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, PutComponentPolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/PutContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/commands/PutContainerRecipePolicyCommand.ts index 05ecfe34c599..7ef4167c0a03 100644 --- a/clients/client-imagebuilder/commands/PutContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/commands/PutContainerRecipePolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip /** *

Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API PutContainerImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, PutContainerRecipePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, PutContainerRecipePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/PutImagePolicyCommand.ts b/clients/client-imagebuilder/commands/PutImagePolicyCommand.ts index 6ab8b34827cb..55d7b04990a7 100644 --- a/clients/client-imagebuilder/commands/PutImagePolicyCommand.ts +++ b/clients/client-imagebuilder/commands/PutImagePolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M * PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to * all principals with whom the resource is shared.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, PutImagePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, PutImagePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/PutImageRecipePolicyCommand.ts b/clients/client-imagebuilder/commands/PutImageRecipePolicyCommand.ts index a938580771da..53846462c793 100644 --- a/clients/client-imagebuilder/commands/PutImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/commands/PutImageRecipePolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR * PutImageRecipePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to * all principals with whom the resource is shared.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, PutImageRecipePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, PutImageRecipePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/StartImagePipelineExecutionCommand.ts b/clients/client-imagebuilder/commands/StartImagePipelineExecutionCommand.ts index 6928e00931d9..2a5f0625d424 100644 --- a/clients/client-imagebuilder/commands/StartImagePipelineExecutionCommand.ts +++ b/clients/client-imagebuilder/commands/StartImagePipelineExecutionCommand.ts @@ -25,7 +25,7 @@ export interface StartImagePipelineExecutionCommandOutput /** *

Manually triggers a pipeline to create an image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, StartImagePipelineExecutionCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, StartImagePipelineExecutionCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/TagResourceCommand.ts b/clients/client-imagebuilder/commands/TagResourceCommand.ts index 6fb6082f6dc2..d693a3131424 100644 --- a/clients/client-imagebuilder/commands/TagResourceCommand.ts +++ b/clients/client-imagebuilder/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds a tag to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, TagResourceCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, TagResourceCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/UntagResourceCommand.ts b/clients/client-imagebuilder/commands/UntagResourceCommand.ts index c24886082f96..13f3e6c79072 100644 --- a/clients/client-imagebuilder/commands/UntagResourceCommand.ts +++ b/clients/client-imagebuilder/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, UntagResourceCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, UntagResourceCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/UpdateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/commands/UpdateDistributionConfigurationCommand.ts index 8f7289d845bc..aa0a223e8d35 100644 --- a/clients/client-imagebuilder/commands/UpdateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/UpdateDistributionConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDistributionConfigurationCommandOutput *

Updates a new distribution configuration. Distribution configurations define and * configure the outputs of your pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, UpdateDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, UpdateDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/UpdateImagePipelineCommand.ts b/clients/client-imagebuilder/commands/UpdateImagePipelineCommand.ts index 222fa9764a2f..a4c71e085789 100644 --- a/clients/client-imagebuilder/commands/UpdateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/commands/UpdateImagePipelineCommand.ts @@ -24,7 +24,7 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes *

Updates a new image pipeline. Image pipelines enable you to automate the creation and * distribution of images.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, UpdateImagePipelineCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, UpdateImagePipelineCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-imagebuilder/commands/UpdateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/commands/UpdateInfrastructureConfigurationCommand.ts index 0572a0b6fe71..b836f3d75fa3 100644 --- a/clients/client-imagebuilder/commands/UpdateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/commands/UpdateInfrastructureConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface UpdateInfrastructureConfigurationCommandOutput *

Updates a new infrastructure configuration. An infrastructure configuration defines the * environment in which your image will be built and tested.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ImagebuilderClient, UpdateInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import * // const { ImagebuilderClient, UpdateInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import diff --git a/clients/client-inspector/commands/AddAttributesToFindingsCommand.ts b/clients/client-inspector/commands/AddAttributesToFindingsCommand.ts index e72f2ccdf026..61a35a29b8a0 100644 --- a/clients/client-inspector/commands/AddAttributesToFindingsCommand.ts +++ b/clients/client-inspector/commands/AddAttributesToFindingsCommand.ts @@ -24,7 +24,7 @@ export interface AddAttributesToFindingsCommandOutput extends AddAttributesToFin *

Assigns attributes (key and value pairs) to the findings that are specified by the * ARNs of the findings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, AddAttributesToFindingsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, AddAttributesToFindingsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/CreateAssessmentTargetCommand.ts b/clients/client-inspector/commands/CreateAssessmentTargetCommand.ts index 002f6f2af214..8ea1a721919e 100644 --- a/clients/client-inspector/commands/CreateAssessmentTargetCommand.ts +++ b/clients/client-inspector/commands/CreateAssessmentTargetCommand.ts @@ -30,7 +30,7 @@ export interface CreateAssessmentTargetCommandOutput extends CreateAssessmentTar * You can run up to 500 concurrent agents per AWS account. For more information, see * Amazon Inspector Assessment Targets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, CreateAssessmentTargetCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, CreateAssessmentTargetCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/CreateAssessmentTemplateCommand.ts b/clients/client-inspector/commands/CreateAssessmentTemplateCommand.ts index 47a6cabc7366..7ab508ba4b3d 100644 --- a/clients/client-inspector/commands/CreateAssessmentTemplateCommand.ts +++ b/clients/client-inspector/commands/CreateAssessmentTemplateCommand.ts @@ -26,7 +26,7 @@ export interface CreateAssessmentTemplateCommandOutput extends CreateAssessmentT * registers a service-linked role to grant Amazon Inspector access to AWS Services needed to * perform security assessments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, CreateAssessmentTemplateCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, CreateAssessmentTemplateCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/CreateExclusionsPreviewCommand.ts b/clients/client-inspector/commands/CreateExclusionsPreviewCommand.ts index 777797ded570..abef67da9b39 100644 --- a/clients/client-inspector/commands/CreateExclusionsPreviewCommand.ts +++ b/clients/client-inspector/commands/CreateExclusionsPreviewCommand.ts @@ -25,7 +25,7 @@ export interface CreateExclusionsPreviewCommandOutput extends CreateExclusionsPr * The exclusions preview lists the potential exclusions (ExclusionPreview) that Inspector can * detect before it runs the assessment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, CreateExclusionsPreviewCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, CreateExclusionsPreviewCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/CreateResourceGroupCommand.ts b/clients/client-inspector/commands/CreateResourceGroupCommand.ts index e7abd27c8108..2d889c61944b 100644 --- a/clients/client-inspector/commands/CreateResourceGroupCommand.ts +++ b/clients/client-inspector/commands/CreateResourceGroupCommand.ts @@ -26,7 +26,7 @@ export interface CreateResourceGroupCommandOutput extends CreateResourceGroupRes * target. The created resource group is then used to create an Amazon Inspector assessment * target. For more information, see CreateAssessmentTarget.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, CreateResourceGroupCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, CreateResourceGroupCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DeleteAssessmentRunCommand.ts b/clients/client-inspector/commands/DeleteAssessmentRunCommand.ts index 5855f707e945..00afa14219a5 100644 --- a/clients/client-inspector/commands/DeleteAssessmentRunCommand.ts +++ b/clients/client-inspector/commands/DeleteAssessmentRunCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {} *

Deletes the assessment run that is specified by the ARN of the assessment * run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DeleteAssessmentRunCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DeleteAssessmentRunCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DeleteAssessmentTargetCommand.ts b/clients/client-inspector/commands/DeleteAssessmentTargetCommand.ts index 640951f1befa..8567446de974 100644 --- a/clients/client-inspector/commands/DeleteAssessmentTargetCommand.ts +++ b/clients/client-inspector/commands/DeleteAssessmentTargetCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {} *

Deletes the assessment target that is specified by the ARN of the assessment * target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DeleteAssessmentTargetCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DeleteAssessmentTargetCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DeleteAssessmentTemplateCommand.ts b/clients/client-inspector/commands/DeleteAssessmentTemplateCommand.ts index 403634436dd1..6b23d89e3fa7 100644 --- a/clients/client-inspector/commands/DeleteAssessmentTemplateCommand.ts +++ b/clients/client-inspector/commands/DeleteAssessmentTemplateCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAssessmentTemplateCommandOutput extends __MetadataBearer *

Deletes the assessment template that is specified by the ARN of the assessment * template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DeleteAssessmentTemplateCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DeleteAssessmentTemplateCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeAssessmentRunsCommand.ts b/clients/client-inspector/commands/DescribeAssessmentRunsCommand.ts index 1874257d6628..a3af87cdf6b1 100644 --- a/clients/client-inspector/commands/DescribeAssessmentRunsCommand.ts +++ b/clients/client-inspector/commands/DescribeAssessmentRunsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAssessmentRunsCommandOutput extends DescribeAssessmentR *

Describes the assessment runs that are specified by the ARNs of the assessment * runs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeAssessmentRunsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeAssessmentRunsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeAssessmentTargetsCommand.ts b/clients/client-inspector/commands/DescribeAssessmentTargetsCommand.ts index 454a6e4db773..dd986f117a11 100644 --- a/clients/client-inspector/commands/DescribeAssessmentTargetsCommand.ts +++ b/clients/client-inspector/commands/DescribeAssessmentTargetsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAssessmentTargetsCommandOutput extends DescribeAssessme *

Describes the assessment targets that are specified by the ARNs of the assessment * targets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeAssessmentTargetsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeAssessmentTargetsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeAssessmentTemplatesCommand.ts b/clients/client-inspector/commands/DescribeAssessmentTemplatesCommand.ts index 0349bfc001f2..97c7fc8771e1 100644 --- a/clients/client-inspector/commands/DescribeAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/commands/DescribeAssessmentTemplatesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeAssessmentTemplatesCommandOutput *

Describes the assessment templates that are specified by the ARNs of the assessment * templates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeAssessmentTemplatesCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeAssessmentTemplatesCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeCrossAccountAccessRoleCommand.ts b/clients/client-inspector/commands/DescribeCrossAccountAccessRoleCommand.ts index 21c92ff1c3c1..80829eeb33dc 100644 --- a/clients/client-inspector/commands/DescribeCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/commands/DescribeCrossAccountAccessRoleCommand.ts @@ -26,7 +26,7 @@ export interface DescribeCrossAccountAccessRoleCommandOutput *

Describes the IAM role that enables Amazon Inspector to access your AWS * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeCrossAccountAccessRoleCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeCrossAccountAccessRoleCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeExclusionsCommand.ts b/clients/client-inspector/commands/DescribeExclusionsCommand.ts index 4d63de311064..a5a70c4f6410 100644 --- a/clients/client-inspector/commands/DescribeExclusionsCommand.ts +++ b/clients/client-inspector/commands/DescribeExclusionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeExclusionsCommandOutput extends DescribeExclusionsRespo /** *

Describes the exclusions that are specified by the exclusions' ARNs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeExclusionsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeExclusionsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeFindingsCommand.ts b/clients/client-inspector/commands/DescribeFindingsCommand.ts index 2e874f0d6106..23c29ce2b600 100644 --- a/clients/client-inspector/commands/DescribeFindingsCommand.ts +++ b/clients/client-inspector/commands/DescribeFindingsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFindingsCommandOutput extends DescribeFindingsResponse, /** *

Describes the findings that are specified by the ARNs of the findings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeFindingsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeFindingsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeResourceGroupsCommand.ts b/clients/client-inspector/commands/DescribeResourceGroupsCommand.ts index 987d39a1a263..8d879546710d 100644 --- a/clients/client-inspector/commands/DescribeResourceGroupsCommand.ts +++ b/clients/client-inspector/commands/DescribeResourceGroupsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeResourceGroupsCommandOutput extends DescribeResourceGro *

Describes the resource groups that are specified by the ARNs of the resource * groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeResourceGroupsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeResourceGroupsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/DescribeRulesPackagesCommand.ts b/clients/client-inspector/commands/DescribeRulesPackagesCommand.ts index 6e3394da5eb4..ca98dc7b86f7 100644 --- a/clients/client-inspector/commands/DescribeRulesPackagesCommand.ts +++ b/clients/client-inspector/commands/DescribeRulesPackagesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeRulesPackagesCommandOutput extends DescribeRulesPackage *

Describes the rules packages that are specified by the ARNs of the rules * packages.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, DescribeRulesPackagesCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, DescribeRulesPackagesCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/GetAssessmentReportCommand.ts b/clients/client-inspector/commands/GetAssessmentReportCommand.ts index 833384276698..ed9bdcca998c 100644 --- a/clients/client-inspector/commands/GetAssessmentReportCommand.ts +++ b/clients/client-inspector/commands/GetAssessmentReportCommand.ts @@ -24,7 +24,7 @@ export interface GetAssessmentReportCommandOutput extends GetAssessmentReportRes *

Produces an assessment report that includes detailed and comprehensive results of a * specified assessment run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, GetAssessmentReportCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, GetAssessmentReportCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/GetExclusionsPreviewCommand.ts b/clients/client-inspector/commands/GetExclusionsPreviewCommand.ts index a6dd5c73cc28..dc7d162c9563 100644 --- a/clients/client-inspector/commands/GetExclusionsPreviewCommand.ts +++ b/clients/client-inspector/commands/GetExclusionsPreviewCommand.ts @@ -25,7 +25,7 @@ export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewR * the preview token. You can obtain the preview token by running the CreateExclusionsPreview * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, GetExclusionsPreviewCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, GetExclusionsPreviewCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/GetTelemetryMetadataCommand.ts b/clients/client-inspector/commands/GetTelemetryMetadataCommand.ts index cad2db6c8a96..a0b4e3422a9b 100644 --- a/clients/client-inspector/commands/GetTelemetryMetadataCommand.ts +++ b/clients/client-inspector/commands/GetTelemetryMetadataCommand.ts @@ -24,7 +24,7 @@ export interface GetTelemetryMetadataCommandOutput extends GetTelemetryMetadataR *

Information about the data that is collected for the specified assessment * run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, GetTelemetryMetadataCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, GetTelemetryMetadataCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListAssessmentRunAgentsCommand.ts b/clients/client-inspector/commands/ListAssessmentRunAgentsCommand.ts index 2969fca3ddbc..fcb3dc3f60f1 100644 --- a/clients/client-inspector/commands/ListAssessmentRunAgentsCommand.ts +++ b/clients/client-inspector/commands/ListAssessmentRunAgentsCommand.ts @@ -24,7 +24,7 @@ export interface ListAssessmentRunAgentsCommandOutput extends ListAssessmentRunA *

Lists the agents of the assessment runs that are specified by the ARNs of the * assessment runs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListAssessmentRunAgentsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListAssessmentRunAgentsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListAssessmentRunsCommand.ts b/clients/client-inspector/commands/ListAssessmentRunsCommand.ts index afd6e8feb100..c1cbffb9b271 100644 --- a/clients/client-inspector/commands/ListAssessmentRunsCommand.ts +++ b/clients/client-inspector/commands/ListAssessmentRunsCommand.ts @@ -24,7 +24,7 @@ export interface ListAssessmentRunsCommandOutput extends ListAssessmentRunsRespo *

Lists the assessment runs that correspond to the assessment templates that are * specified by the ARNs of the assessment templates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListAssessmentRunsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListAssessmentRunsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListAssessmentTargetsCommand.ts b/clients/client-inspector/commands/ListAssessmentTargetsCommand.ts index 62b3bc5b7d5c..1ab1cce21209 100644 --- a/clients/client-inspector/commands/ListAssessmentTargetsCommand.ts +++ b/clients/client-inspector/commands/ListAssessmentTargetsCommand.ts @@ -25,7 +25,7 @@ export interface ListAssessmentTargetsCommandOutput extends ListAssessmentTarget * information about assessment targets, see Amazon Inspector Assessment * Targets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListAssessmentTargetsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListAssessmentTargetsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListAssessmentTemplatesCommand.ts b/clients/client-inspector/commands/ListAssessmentTemplatesCommand.ts index 78fb5628959d..e3ab50e81e69 100644 --- a/clients/client-inspector/commands/ListAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/commands/ListAssessmentTemplatesCommand.ts @@ -24,7 +24,7 @@ export interface ListAssessmentTemplatesCommandOutput extends ListAssessmentTemp *

Lists the assessment templates that correspond to the assessment targets that are * specified by the ARNs of the assessment targets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListAssessmentTemplatesCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListAssessmentTemplatesCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListEventSubscriptionsCommand.ts b/clients/client-inspector/commands/ListEventSubscriptionsCommand.ts index 3a3a562eceb8..5392ba389e48 100644 --- a/clients/client-inspector/commands/ListEventSubscriptionsCommand.ts +++ b/clients/client-inspector/commands/ListEventSubscriptionsCommand.ts @@ -24,7 +24,7 @@ export interface ListEventSubscriptionsCommandOutput extends ListEventSubscripti *

Lists all the event subscriptions for the assessment template that is specified by * the ARN of the assessment template. For more information, see SubscribeToEvent and UnsubscribeFromEvent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListEventSubscriptionsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListEventSubscriptionsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListExclusionsCommand.ts b/clients/client-inspector/commands/ListExclusionsCommand.ts index 9b31086a926f..32d22d8ea983 100644 --- a/clients/client-inspector/commands/ListExclusionsCommand.ts +++ b/clients/client-inspector/commands/ListExclusionsCommand.ts @@ -23,7 +23,7 @@ export interface ListExclusionsCommandOutput extends ListExclusionsResponse, __M /** *

List exclusions that are generated by the assessment run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListExclusionsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListExclusionsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListFindingsCommand.ts b/clients/client-inspector/commands/ListFindingsCommand.ts index 4cc322059ec0..2e230a5a1d4b 100644 --- a/clients/client-inspector/commands/ListFindingsCommand.ts +++ b/clients/client-inspector/commands/ListFindingsCommand.ts @@ -24,7 +24,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad *

Lists findings that are generated by the assessment runs that are specified by the * ARNs of the assessment runs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListFindingsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListFindingsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListRulesPackagesCommand.ts b/clients/client-inspector/commands/ListRulesPackagesCommand.ts index 1492c1be2358..effb48f32c3d 100644 --- a/clients/client-inspector/commands/ListRulesPackagesCommand.ts +++ b/clients/client-inspector/commands/ListRulesPackagesCommand.ts @@ -23,7 +23,7 @@ export interface ListRulesPackagesCommandOutput extends ListRulesPackagesRespons /** *

Lists all available Amazon Inspector rules packages.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListRulesPackagesCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListRulesPackagesCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/ListTagsForResourceCommand.ts b/clients/client-inspector/commands/ListTagsForResourceCommand.ts index f8bfdcb59eb1..57d586c97769 100644 --- a/clients/client-inspector/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all tags associated with an assessment template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, ListTagsForResourceCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/PreviewAgentsCommand.ts b/clients/client-inspector/commands/PreviewAgentsCommand.ts index a5e16571a748..fa550a3eb00d 100644 --- a/clients/client-inspector/commands/PreviewAgentsCommand.ts +++ b/clients/client-inspector/commands/PreviewAgentsCommand.ts @@ -24,7 +24,7 @@ export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __Met *

Previews the agents installed on the EC2 instances that are part of the specified * assessment target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, PreviewAgentsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, PreviewAgentsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/RegisterCrossAccountAccessRoleCommand.ts b/clients/client-inspector/commands/RegisterCrossAccountAccessRoleCommand.ts index d64fd3060966..b2e799859901 100644 --- a/clients/client-inspector/commands/RegisterCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/commands/RegisterCrossAccountAccessRoleCommand.ts @@ -24,7 +24,7 @@ export interface RegisterCrossAccountAccessRoleCommandOutput extends __MetadataB *

Registers the IAM role that grants Amazon Inspector access to AWS Services needed to * perform security assessments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, RegisterCrossAccountAccessRoleCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, RegisterCrossAccountAccessRoleCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/RemoveAttributesFromFindingsCommand.ts b/clients/client-inspector/commands/RemoveAttributesFromFindingsCommand.ts index fcad91ee43ed..008c3feedeb3 100644 --- a/clients/client-inspector/commands/RemoveAttributesFromFindingsCommand.ts +++ b/clients/client-inspector/commands/RemoveAttributesFromFindingsCommand.ts @@ -26,7 +26,7 @@ export interface RemoveAttributesFromFindingsCommandOutput *

Removes entire attributes (key and value pairs) from the findings that are specified * by the ARNs of the findings where an attribute with the specified key exists.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, RemoveAttributesFromFindingsCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, RemoveAttributesFromFindingsCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/SetTagsForResourceCommand.ts b/clients/client-inspector/commands/SetTagsForResourceCommand.ts index 79eabccb3290..2c908028f916 100644 --- a/clients/client-inspector/commands/SetTagsForResourceCommand.ts +++ b/clients/client-inspector/commands/SetTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface SetTagsForResourceCommandOutput extends __MetadataBearer {} *

Sets tags (key and value pairs) to the assessment template that is specified by the * ARN of the assessment template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, SetTagsForResourceCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, SetTagsForResourceCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/StartAssessmentRunCommand.ts b/clients/client-inspector/commands/StartAssessmentRunCommand.ts index 6b2daccb3921..fdd05412df5b 100644 --- a/clients/client-inspector/commands/StartAssessmentRunCommand.ts +++ b/clients/client-inspector/commands/StartAssessmentRunCommand.ts @@ -25,7 +25,7 @@ export interface StartAssessmentRunCommandOutput extends StartAssessmentRunRespo * API to function properly, you must not exceed the limit of running up to 500 concurrent * agents per AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, StartAssessmentRunCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, StartAssessmentRunCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/StopAssessmentRunCommand.ts b/clients/client-inspector/commands/StopAssessmentRunCommand.ts index 44f8466b6536..76a47f74cb4e 100644 --- a/clients/client-inspector/commands/StopAssessmentRunCommand.ts +++ b/clients/client-inspector/commands/StopAssessmentRunCommand.ts @@ -24,7 +24,7 @@ export interface StopAssessmentRunCommandOutput extends __MetadataBearer {} *

Stops the assessment run that is specified by the ARN of the assessment * run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, StopAssessmentRunCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, StopAssessmentRunCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/SubscribeToEventCommand.ts b/clients/client-inspector/commands/SubscribeToEventCommand.ts index 9a2a932b86c2..b2e073ac203d 100644 --- a/clients/client-inspector/commands/SubscribeToEventCommand.ts +++ b/clients/client-inspector/commands/SubscribeToEventCommand.ts @@ -24,7 +24,7 @@ export interface SubscribeToEventCommandOutput extends __MetadataBearer {} *

Enables the process of sending Amazon Simple Notification Service (SNS) notifications * about a specified event to a specified SNS topic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, SubscribeToEventCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, SubscribeToEventCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/UnsubscribeFromEventCommand.ts b/clients/client-inspector/commands/UnsubscribeFromEventCommand.ts index 54b7e891744e..f390bdb591f7 100644 --- a/clients/client-inspector/commands/UnsubscribeFromEventCommand.ts +++ b/clients/client-inspector/commands/UnsubscribeFromEventCommand.ts @@ -24,7 +24,7 @@ export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {} *

Disables the process of sending Amazon Simple Notification Service (SNS) * notifications about a specified event to a specified SNS topic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, UnsubscribeFromEventCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, UnsubscribeFromEventCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-inspector/commands/UpdateAssessmentTargetCommand.ts b/clients/client-inspector/commands/UpdateAssessmentTargetCommand.ts index 5b97aa09148b..cfaae870a9bf 100644 --- a/clients/client-inspector/commands/UpdateAssessmentTargetCommand.ts +++ b/clients/client-inspector/commands/UpdateAssessmentTargetCommand.ts @@ -26,7 +26,7 @@ export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {} *

If resourceGroupArn is not specified, all EC2 instances in the current AWS account * and region are included in the assessment target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { InspectorClient, UpdateAssessmentTargetCommand } from "@aws-sdk/client-inspector"; // ES Modules import * // const { InspectorClient, UpdateAssessmentTargetCommand } = require("@aws-sdk/client-inspector"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/ClaimDevicesByClaimCodeCommand.ts b/clients/client-iot-1click-devices-service/commands/ClaimDevicesByClaimCodeCommand.ts index 63ed75a3af73..d7e037df358f 100644 --- a/clients/client-iot-1click-devices-service/commands/ClaimDevicesByClaimCodeCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/ClaimDevicesByClaimCodeCommand.ts @@ -28,7 +28,7 @@ export interface ClaimDevicesByClaimCodeCommandOutput extends ClaimDevicesByClai *

Adds device(s) to your account (i.e., claim one or more devices) if and only if you * received a claim code with the device(s).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, ClaimDevicesByClaimCodeCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, ClaimDevicesByClaimCodeCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/DescribeDeviceCommand.ts b/clients/client-iot-1click-devices-service/commands/DescribeDeviceCommand.ts index f1e95d5b21b1..bb57ee64b986 100644 --- a/clients/client-iot-1click-devices-service/commands/DescribeDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/DescribeDeviceCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M *

Given a device ID, returns a DescribeDeviceResponse object describing the * details of the device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, DescribeDeviceCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, DescribeDeviceCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/FinalizeDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/commands/FinalizeDeviceClaimCommand.ts index 7a675a00e394..0c80d5a6f331 100644 --- a/clients/client-iot-1click-devices-service/commands/FinalizeDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/FinalizeDeviceClaimCommand.ts @@ -31,7 +31,7 @@ export interface FinalizeDeviceClaimCommandOutput extends FinalizeDeviceClaimRes * be published by simply clicking the device.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, FinalizeDeviceClaimCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, FinalizeDeviceClaimCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/GetDeviceMethodsCommand.ts b/clients/client-iot-1click-devices-service/commands/GetDeviceMethodsCommand.ts index 5f2a53b8f135..ba8660aa61a9 100644 --- a/clients/client-iot-1click-devices-service/commands/GetDeviceMethodsCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/GetDeviceMethodsCommand.ts @@ -27,7 +27,7 @@ export interface GetDeviceMethodsCommandOutput extends GetDeviceMethodsResponse, /** *

Given a device ID, returns the invokable methods associated with the device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, GetDeviceMethodsCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, GetDeviceMethodsCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/InitiateDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/commands/InitiateDeviceClaimCommand.ts index 47b2a73faf8e..0d894a4e9bc9 100644 --- a/clients/client-iot-1click-devices-service/commands/InitiateDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/InitiateDeviceClaimCommand.ts @@ -31,7 +31,7 @@ export interface InitiateDeviceClaimCommandOutput extends InitiateDeviceClaimRes * be published by simply clicking the device.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, InitiateDeviceClaimCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, InitiateDeviceClaimCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/InvokeDeviceMethodCommand.ts b/clients/client-iot-1click-devices-service/commands/InvokeDeviceMethodCommand.ts index ae53536a6f44..bdfd65c2e303 100644 --- a/clients/client-iot-1click-devices-service/commands/InvokeDeviceMethodCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/InvokeDeviceMethodCommand.ts @@ -28,7 +28,7 @@ export interface InvokeDeviceMethodCommandOutput extends InvokeDeviceMethodRespo *

Given a device ID, issues a request to invoke a named device method (with possible * parameters). See the "Example POST" code snippet below.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, InvokeDeviceMethodCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, InvokeDeviceMethodCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/ListDeviceEventsCommand.ts b/clients/client-iot-1click-devices-service/commands/ListDeviceEventsCommand.ts index 37e265d35b31..cca8c167897f 100644 --- a/clients/client-iot-1click-devices-service/commands/ListDeviceEventsCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/ListDeviceEventsCommand.ts @@ -28,7 +28,7 @@ export interface ListDeviceEventsCommandOutput extends ListDeviceEventsResponse, *

Using a device ID, returns a DeviceEventsResponse object containing an * array of events for the device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, ListDeviceEventsCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, ListDeviceEventsCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/ListDevicesCommand.ts b/clients/client-iot-1click-devices-service/commands/ListDevicesCommand.ts index eda3994bdf0f..ca99f3699b5a 100644 --- a/clients/client-iot-1click-devices-service/commands/ListDevicesCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/ListDevicesCommand.ts @@ -27,7 +27,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat /** *

Lists the 1-Click compatible devices associated with your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, ListDevicesCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, ListDevicesCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-devices-service/commands/ListTagsForResourceCommand.ts index 6312b0576556..4430ebc195e5 100644 --- a/clients/client-iot-1click-devices-service/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/ListTagsForResourceCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags associated with the specified resource ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/TagResourceCommand.ts b/clients/client-iot-1click-devices-service/commands/TagResourceCommand.ts index 05f8eb935850..b69cf34baa64 100644 --- a/clients/client-iot-1click-devices-service/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} *

Adds or updates the tags associated with the resource ARN. See AWS IoT 1-Click Service Limits for the maximum number of tags allowed per * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, TagResourceCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, TagResourceCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/UnclaimDeviceCommand.ts b/clients/client-iot-1click-devices-service/commands/UnclaimDeviceCommand.ts index f900da54dbb7..b32fc1690a87 100644 --- a/clients/client-iot-1click-devices-service/commands/UnclaimDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/UnclaimDeviceCommand.ts @@ -27,7 +27,7 @@ export interface UnclaimDeviceCommandOutput extends UnclaimDeviceResponse, __Met /** *

Disassociates a device from your AWS account using its device ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, UnclaimDeviceCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, UnclaimDeviceCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/UntagResourceCommand.ts b/clients/client-iot-1click-devices-service/commands/UntagResourceCommand.ts index a3ce649dba61..60ddc082db3d 100644 --- a/clients/client-iot-1click-devices-service/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} *

Using tag keys, deletes the tags (key/value pairs) associated with the specified * resource ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, UntagResourceCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, UntagResourceCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-devices-service/commands/UpdateDeviceStateCommand.ts b/clients/client-iot-1click-devices-service/commands/UpdateDeviceStateCommand.ts index 2ae5380479a9..695fe967bae2 100644 --- a/clients/client-iot-1click-devices-service/commands/UpdateDeviceStateCommand.ts +++ b/clients/client-iot-1click-devices-service/commands/UpdateDeviceStateCommand.ts @@ -28,7 +28,7 @@ export interface UpdateDeviceStateCommandOutput extends UpdateDeviceStateRespons *

Using a Boolean value (true or false), this operation * enables or disables the device given a device ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickDevicesServiceClient, UpdateDeviceStateCommand } from "@aws-sdk/client-iot-1click-devices-service"; // ES Modules import * // const { IoT1ClickDevicesServiceClient, UpdateDeviceStateCommand } = require("@aws-sdk/client-iot-1click-devices-service"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/AssociateDeviceWithPlacementCommand.ts b/clients/client-iot-1click-projects/commands/AssociateDeviceWithPlacementCommand.ts index bd52e4fa921f..e04ae358b05f 100644 --- a/clients/client-iot-1click-projects/commands/AssociateDeviceWithPlacementCommand.ts +++ b/clients/client-iot-1click-projects/commands/AssociateDeviceWithPlacementCommand.ts @@ -29,7 +29,7 @@ export interface AssociateDeviceWithPlacementCommandOutput /** *

Associates a physical device with a placement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, AssociateDeviceWithPlacementCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, AssociateDeviceWithPlacementCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/CreatePlacementCommand.ts b/clients/client-iot-1click-projects/commands/CreatePlacementCommand.ts index be4e56aede83..528eda7755a8 100644 --- a/clients/client-iot-1click-projects/commands/CreatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/commands/CreatePlacementCommand.ts @@ -27,7 +27,7 @@ export interface CreatePlacementCommandOutput extends CreatePlacementResponse, _ /** *

Creates an empty placement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, CreatePlacementCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, CreatePlacementCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/CreateProjectCommand.ts b/clients/client-iot-1click-projects/commands/CreateProjectCommand.ts index f14826e283ac..1d2c8db5c3df 100644 --- a/clients/client-iot-1click-projects/commands/CreateProjectCommand.ts +++ b/clients/client-iot-1click-projects/commands/CreateProjectCommand.ts @@ -28,7 +28,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met *

Creates an empty project with a placement template. A project contains zero or more * placements that adhere to the placement template defined in the project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, CreateProjectCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, CreateProjectCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/DeletePlacementCommand.ts b/clients/client-iot-1click-projects/commands/DeletePlacementCommand.ts index 5afaf026a0f7..f7804dca719b 100644 --- a/clients/client-iot-1click-projects/commands/DeletePlacementCommand.ts +++ b/clients/client-iot-1click-projects/commands/DeletePlacementCommand.ts @@ -31,7 +31,7 @@ export interface DeletePlacementCommandOutput extends DeletePlacementResponse, _ *

When you delete a placement, all associated data becomes irretrievable.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, DeletePlacementCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, DeletePlacementCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/DeleteProjectCommand.ts b/clients/client-iot-1click-projects/commands/DeleteProjectCommand.ts index 21e781d35145..47343d1a1d8d 100644 --- a/clients/client-iot-1click-projects/commands/DeleteProjectCommand.ts +++ b/clients/client-iot-1click-projects/commands/DeleteProjectCommand.ts @@ -31,7 +31,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met *

When you delete a project, all associated data becomes irretrievable.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, DeleteProjectCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, DeleteProjectCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/DescribePlacementCommand.ts b/clients/client-iot-1click-projects/commands/DescribePlacementCommand.ts index b65ea3341ce2..d4bacac3a6a3 100644 --- a/clients/client-iot-1click-projects/commands/DescribePlacementCommand.ts +++ b/clients/client-iot-1click-projects/commands/DescribePlacementCommand.ts @@ -27,7 +27,7 @@ export interface DescribePlacementCommandOutput extends DescribePlacementRespons /** *

Describes a placement in a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, DescribePlacementCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, DescribePlacementCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/DescribeProjectCommand.ts b/clients/client-iot-1click-projects/commands/DescribeProjectCommand.ts index 4c65cdf46901..5c98a16ab1d6 100644 --- a/clients/client-iot-1click-projects/commands/DescribeProjectCommand.ts +++ b/clients/client-iot-1click-projects/commands/DescribeProjectCommand.ts @@ -27,7 +27,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _ /** *

Returns an object describing a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, DescribeProjectCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, DescribeProjectCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/DisassociateDeviceFromPlacementCommand.ts b/clients/client-iot-1click-projects/commands/DisassociateDeviceFromPlacementCommand.ts index 7852efcfd204..976f1160ee4e 100644 --- a/clients/client-iot-1click-projects/commands/DisassociateDeviceFromPlacementCommand.ts +++ b/clients/client-iot-1click-projects/commands/DisassociateDeviceFromPlacementCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateDeviceFromPlacementCommandOutput /** *

Removes a physical device from a placement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, DisassociateDeviceFromPlacementCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, DisassociateDeviceFromPlacementCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/GetDevicesInPlacementCommand.ts b/clients/client-iot-1click-projects/commands/GetDevicesInPlacementCommand.ts index 1793cbd94a0c..3230809176b8 100644 --- a/clients/client-iot-1click-projects/commands/GetDevicesInPlacementCommand.ts +++ b/clients/client-iot-1click-projects/commands/GetDevicesInPlacementCommand.ts @@ -27,7 +27,7 @@ export interface GetDevicesInPlacementCommandOutput extends GetDevicesInPlacemen /** *

Returns an object enumerating the devices in a placement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, GetDevicesInPlacementCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, GetDevicesInPlacementCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/ListPlacementsCommand.ts b/clients/client-iot-1click-projects/commands/ListPlacementsCommand.ts index cc3e27dcdc44..7477d0da35fe 100644 --- a/clients/client-iot-1click-projects/commands/ListPlacementsCommand.ts +++ b/clients/client-iot-1click-projects/commands/ListPlacementsCommand.ts @@ -27,7 +27,7 @@ export interface ListPlacementsCommandOutput extends ListPlacementsResponse, __M /** *

Lists the placement(s) of a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, ListPlacementsCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, ListPlacementsCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/ListProjectsCommand.ts b/clients/client-iot-1click-projects/commands/ListProjectsCommand.ts index 8c0c00d1498d..eeeb0778a60c 100644 --- a/clients/client-iot-1click-projects/commands/ListProjectsCommand.ts +++ b/clients/client-iot-1click-projects/commands/ListProjectsCommand.ts @@ -27,7 +27,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad /** *

Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, ListProjectsCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, ListProjectsCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-projects/commands/ListTagsForResourceCommand.ts index a1539e90193f..6aefbd91691a 100644 --- a/clients/client-iot-1click-projects/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-projects/commands/ListTagsForResourceCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags (metadata key/value pairs) which you have assigned to the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, ListTagsForResourceCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/TagResourceCommand.ts b/clients/client-iot-1click-projects/commands/TagResourceCommand.ts index fc4bdbe28b78..c3848ef399da 100644 --- a/clients/client-iot-1click-projects/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-projects/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * used to manage a resource. For more information, see AWS Tagging * Strategies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, TagResourceCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, TagResourceCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/UntagResourceCommand.ts b/clients/client-iot-1click-projects/commands/UntagResourceCommand.ts index c859a94bbb09..f801e35830f3 100644 --- a/clients/client-iot-1click-projects/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-projects/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags (metadata key/value pairs) from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, UntagResourceCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, UntagResourceCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/UpdatePlacementCommand.ts b/clients/client-iot-1click-projects/commands/UpdatePlacementCommand.ts index 21c6c1f2f3c8..85b34eaf95d2 100644 --- a/clients/client-iot-1click-projects/commands/UpdatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/commands/UpdatePlacementCommand.ts @@ -28,7 +28,7 @@ export interface UpdatePlacementCommandOutput extends UpdatePlacementResponse, _ *

Updates a placement with the given attributes. To clear an attribute, pass an empty value * (i.e., "").

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, UpdatePlacementCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, UpdatePlacementCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-1click-projects/commands/UpdateProjectCommand.ts b/clients/client-iot-1click-projects/commands/UpdateProjectCommand.ts index 7a13f796807e..c34223f7abd9 100644 --- a/clients/client-iot-1click-projects/commands/UpdateProjectCommand.ts +++ b/clients/client-iot-1click-projects/commands/UpdateProjectCommand.ts @@ -30,7 +30,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met * request will change only the values that are provided. To clear a value, pass the empty string * (i.e., "").

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoT1ClickProjectsClient, UpdateProjectCommand } from "@aws-sdk/client-iot-1click-projects"; // ES Modules import * // const { IoT1ClickProjectsClient, UpdateProjectCommand } = require("@aws-sdk/client-iot-1click-projects"); // CommonJS import diff --git a/clients/client-iot-data-plane/commands/DeleteThingShadowCommand.ts b/clients/client-iot-data-plane/commands/DeleteThingShadowCommand.ts index 2234de6d1c5a..307226881ea6 100644 --- a/clients/client-iot-data-plane/commands/DeleteThingShadowCommand.ts +++ b/clients/client-iot-data-plane/commands/DeleteThingShadowCommand.ts @@ -24,7 +24,7 @@ export interface DeleteThingShadowCommandOutput extends DeleteThingShadowRespons *

Deletes the shadow for the specified thing.

*

For more information, see DeleteThingShadow in the AWS IoT Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTDataPlaneClient, DeleteThingShadowCommand } from "@aws-sdk/client-iot-data-plane"; // ES Modules import * // const { IoTDataPlaneClient, DeleteThingShadowCommand } = require("@aws-sdk/client-iot-data-plane"); // CommonJS import diff --git a/clients/client-iot-data-plane/commands/GetThingShadowCommand.ts b/clients/client-iot-data-plane/commands/GetThingShadowCommand.ts index ba0fd82d9e86..2e2540fe189b 100644 --- a/clients/client-iot-data-plane/commands/GetThingShadowCommand.ts +++ b/clients/client-iot-data-plane/commands/GetThingShadowCommand.ts @@ -25,7 +25,7 @@ export interface GetThingShadowCommandOutput extends GetThingShadowResponse, __M *

For more information, see GetThingShadow in the * AWS IoT Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTDataPlaneClient, GetThingShadowCommand } from "@aws-sdk/client-iot-data-plane"; // ES Modules import * // const { IoTDataPlaneClient, GetThingShadowCommand } = require("@aws-sdk/client-iot-data-plane"); // CommonJS import diff --git a/clients/client-iot-data-plane/commands/ListNamedShadowsForThingCommand.ts b/clients/client-iot-data-plane/commands/ListNamedShadowsForThingCommand.ts index 39774c9ed32f..3ab959f84bbb 100644 --- a/clients/client-iot-data-plane/commands/ListNamedShadowsForThingCommand.ts +++ b/clients/client-iot-data-plane/commands/ListNamedShadowsForThingCommand.ts @@ -23,7 +23,7 @@ export interface ListNamedShadowsForThingCommandOutput extends ListNamedShadowsF /** *

Lists the shadows for the specified thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTDataPlaneClient, ListNamedShadowsForThingCommand } from "@aws-sdk/client-iot-data-plane"; // ES Modules import * // const { IoTDataPlaneClient, ListNamedShadowsForThingCommand } = require("@aws-sdk/client-iot-data-plane"); // CommonJS import diff --git a/clients/client-iot-data-plane/commands/PublishCommand.ts b/clients/client-iot-data-plane/commands/PublishCommand.ts index c296f19a9c31..6d44252201a5 100644 --- a/clients/client-iot-data-plane/commands/PublishCommand.ts +++ b/clients/client-iot-data-plane/commands/PublishCommand.ts @@ -25,7 +25,7 @@ export interface PublishCommandOutput extends __MetadataBearer {} *

For more information, see HTTP Protocol in the * AWS IoT Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTDataPlaneClient, PublishCommand } from "@aws-sdk/client-iot-data-plane"; // ES Modules import * // const { IoTDataPlaneClient, PublishCommand } = require("@aws-sdk/client-iot-data-plane"); // CommonJS import diff --git a/clients/client-iot-data-plane/commands/UpdateThingShadowCommand.ts b/clients/client-iot-data-plane/commands/UpdateThingShadowCommand.ts index b349618b18e7..a4ba63969afc 100644 --- a/clients/client-iot-data-plane/commands/UpdateThingShadowCommand.ts +++ b/clients/client-iot-data-plane/commands/UpdateThingShadowCommand.ts @@ -25,7 +25,7 @@ export interface UpdateThingShadowCommandOutput extends UpdateThingShadowRespons *

For more information, see UpdateThingShadow in the * AWS IoT Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTDataPlaneClient, UpdateThingShadowCommand } from "@aws-sdk/client-iot-data-plane"; // ES Modules import * // const { IoTDataPlaneClient, UpdateThingShadowCommand } = require("@aws-sdk/client-iot-data-plane"); // CommonJS import diff --git a/clients/client-iot-events-data/commands/BatchPutMessageCommand.ts b/clients/client-iot-events-data/commands/BatchPutMessageCommand.ts index f9755dc92fd3..8e3dfbd5aad5 100644 --- a/clients/client-iot-events-data/commands/BatchPutMessageCommand.ts +++ b/clients/client-iot-events-data/commands/BatchPutMessageCommand.ts @@ -27,7 +27,7 @@ export interface BatchPutMessageCommandOutput extends BatchPutMessageResponse, _ * guaranteed. To guarantee ordering, you must send messages one at a time and wait for a successful * response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsDataClient, BatchPutMessageCommand } from "@aws-sdk/client-iot-events-data"; // ES Modules import * // const { IoTEventsDataClient, BatchPutMessageCommand } = require("@aws-sdk/client-iot-events-data"); // CommonJS import diff --git a/clients/client-iot-events-data/commands/BatchUpdateDetectorCommand.ts b/clients/client-iot-events-data/commands/BatchUpdateDetectorCommand.ts index 425cb54988c5..5afcbfd60d63 100644 --- a/clients/client-iot-events-data/commands/BatchUpdateDetectorCommand.ts +++ b/clients/client-iot-events-data/commands/BatchUpdateDetectorCommand.ts @@ -24,7 +24,7 @@ export interface BatchUpdateDetectorCommandOutput extends BatchUpdateDetectorRes *

Updates the state, variable values, and timer settings of one or more detectors (instances) * of a specified detector model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsDataClient, BatchUpdateDetectorCommand } from "@aws-sdk/client-iot-events-data"; // ES Modules import * // const { IoTEventsDataClient, BatchUpdateDetectorCommand } = require("@aws-sdk/client-iot-events-data"); // CommonJS import diff --git a/clients/client-iot-events-data/commands/DescribeDetectorCommand.ts b/clients/client-iot-events-data/commands/DescribeDetectorCommand.ts index 7b3918dfa905..7562a8a6b73d 100644 --- a/clients/client-iot-events-data/commands/DescribeDetectorCommand.ts +++ b/clients/client-iot-events-data/commands/DescribeDetectorCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResponse, /** *

Returns information about the specified detector (instance).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsDataClient, DescribeDetectorCommand } from "@aws-sdk/client-iot-events-data"; // ES Modules import * // const { IoTEventsDataClient, DescribeDetectorCommand } = require("@aws-sdk/client-iot-events-data"); // CommonJS import diff --git a/clients/client-iot-events-data/commands/ListDetectorsCommand.ts b/clients/client-iot-events-data/commands/ListDetectorsCommand.ts index ff992fe70972..9e5e7dfeca17 100644 --- a/clients/client-iot-events-data/commands/ListDetectorsCommand.ts +++ b/clients/client-iot-events-data/commands/ListDetectorsCommand.ts @@ -23,7 +23,7 @@ export interface ListDetectorsCommandOutput extends ListDetectorsResponse, __Met /** *

Lists detectors (the instances of a detector model).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsDataClient, ListDetectorsCommand } from "@aws-sdk/client-iot-events-data"; // ES Modules import * // const { IoTEventsDataClient, ListDetectorsCommand } = require("@aws-sdk/client-iot-events-data"); // CommonJS import diff --git a/clients/client-iot-events/commands/CreateDetectorModelCommand.ts b/clients/client-iot-events/commands/CreateDetectorModelCommand.ts index 6961229c320f..fcf95d715aa2 100644 --- a/clients/client-iot-events/commands/CreateDetectorModelCommand.ts +++ b/clients/client-iot-events/commands/CreateDetectorModelCommand.ts @@ -23,7 +23,7 @@ export interface CreateDetectorModelCommandOutput extends CreateDetectorModelRes /** *

Creates a detector model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, CreateDetectorModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, CreateDetectorModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/CreateInputCommand.ts b/clients/client-iot-events/commands/CreateInputCommand.ts index 518cd37a5b8d..a1ee9164d5d1 100644 --- a/clients/client-iot-events/commands/CreateInputCommand.ts +++ b/clients/client-iot-events/commands/CreateInputCommand.ts @@ -23,7 +23,7 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat /** *

Creates an input.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, CreateInputCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, CreateInputCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/DeleteDetectorModelCommand.ts b/clients/client-iot-events/commands/DeleteDetectorModelCommand.ts index 93030df0add2..15b6890bcf2a 100644 --- a/clients/client-iot-events/commands/DeleteDetectorModelCommand.ts +++ b/clients/client-iot-events/commands/DeleteDetectorModelCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelRes *

Deletes a detector model. Any active instances of the detector model are also * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, DeleteDetectorModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, DeleteDetectorModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/DeleteInputCommand.ts b/clients/client-iot-events/commands/DeleteInputCommand.ts index 923c01d72e03..4d179b418681 100644 --- a/clients/client-iot-events/commands/DeleteInputCommand.ts +++ b/clients/client-iot-events/commands/DeleteInputCommand.ts @@ -23,7 +23,7 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat /** *

Deletes an input.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, DeleteInputCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, DeleteInputCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/DescribeDetectorModelAnalysisCommand.ts b/clients/client-iot-events/commands/DescribeDetectorModelAnalysisCommand.ts index 3ed2d210e640..f9685b1d51e0 100644 --- a/clients/client-iot-events/commands/DescribeDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/commands/DescribeDetectorModelAnalysisCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDetectorModelAnalysisCommandOutput /** *

Retrieves execution information about a detector model analysis

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, DescribeDetectorModelAnalysisCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, DescribeDetectorModelAnalysisCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/DescribeDetectorModelCommand.ts b/clients/client-iot-events/commands/DescribeDetectorModelCommand.ts index d5423921260a..aac9745f1470 100644 --- a/clients/client-iot-events/commands/DescribeDetectorModelCommand.ts +++ b/clients/client-iot-events/commands/DescribeDetectorModelCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDetectorModelCommandOutput extends DescribeDetectorMode *

Describes a detector model. If the version parameter is not specified, * information about the latest version is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, DescribeDetectorModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, DescribeDetectorModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/DescribeInputCommand.ts b/clients/client-iot-events/commands/DescribeInputCommand.ts index dc45d573e360..d2732314ac3e 100644 --- a/clients/client-iot-events/commands/DescribeInputCommand.ts +++ b/clients/client-iot-events/commands/DescribeInputCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met /** *

Describes an input.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, DescribeInputCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, DescribeInputCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iot-events/commands/DescribeLoggingOptionsCommand.ts index 96e09ccf1970..5b8a91618aab 100644 --- a/clients/client-iot-events/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iot-events/commands/DescribeLoggingOptionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti /** *

Retrieves the current settings of the AWS IoT Events logging options.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, DescribeLoggingOptionsCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, DescribeLoggingOptionsCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/GetDetectorModelAnalysisResultsCommand.ts b/clients/client-iot-events/commands/GetDetectorModelAnalysisResultsCommand.ts index 5e8ffff910eb..aeb66ef066a8 100644 --- a/clients/client-iot-events/commands/GetDetectorModelAnalysisResultsCommand.ts +++ b/clients/client-iot-events/commands/GetDetectorModelAnalysisResultsCommand.ts @@ -25,7 +25,7 @@ export interface GetDetectorModelAnalysisResultsCommandOutput /** *

Retrieves one or more analysis results of the detector model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, GetDetectorModelAnalysisResultsCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, GetDetectorModelAnalysisResultsCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/ListDetectorModelVersionsCommand.ts b/clients/client-iot-events/commands/ListDetectorModelVersionsCommand.ts index 433bbdb200c2..b47d6b5fa841 100644 --- a/clients/client-iot-events/commands/ListDetectorModelVersionsCommand.ts +++ b/clients/client-iot-events/commands/ListDetectorModelVersionsCommand.ts @@ -24,7 +24,7 @@ export interface ListDetectorModelVersionsCommandOutput extends ListDetectorMode *

Lists all the versions of a detector model. Only the metadata associated with each * detector model version is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, ListDetectorModelVersionsCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, ListDetectorModelVersionsCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/ListDetectorModelsCommand.ts b/clients/client-iot-events/commands/ListDetectorModelsCommand.ts index 49886ac74609..e6c70d8c9054 100644 --- a/clients/client-iot-events/commands/ListDetectorModelsCommand.ts +++ b/clients/client-iot-events/commands/ListDetectorModelsCommand.ts @@ -24,7 +24,7 @@ export interface ListDetectorModelsCommandOutput extends ListDetectorModelsRespo *

Lists the detector models you have created. Only the metadata associated with each * detector model is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, ListDetectorModelsCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, ListDetectorModelsCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/ListInputsCommand.ts b/clients/client-iot-events/commands/ListInputsCommand.ts index fe9a44ca3e36..f3c2d2d19c4d 100644 --- a/clients/client-iot-events/commands/ListInputsCommand.ts +++ b/clients/client-iot-events/commands/ListInputsCommand.ts @@ -23,7 +23,7 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB /** *

Lists the inputs you have created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, ListInputsCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, ListInputsCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/ListTagsForResourceCommand.ts b/clients/client-iot-events/commands/ListTagsForResourceCommand.ts index 787c016b0e89..d2b8ef6c443f 100644 --- a/clients/client-iot-events/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-events/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags (metadata) you have assigned to the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, ListTagsForResourceCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/PutLoggingOptionsCommand.ts b/clients/client-iot-events/commands/PutLoggingOptionsCommand.ts index c6f177e8a249..2404ebd6f138 100644 --- a/clients/client-iot-events/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iot-events/commands/PutLoggingOptionsCommand.ts @@ -27,7 +27,7 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {} * specified in the roleArn field (for example, to correct an invalid policy), it * takes up to five minutes for that change to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, PutLoggingOptionsCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, PutLoggingOptionsCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/StartDetectorModelAnalysisCommand.ts b/clients/client-iot-events/commands/StartDetectorModelAnalysisCommand.ts index 3a45fda79838..aa29fd891671 100644 --- a/clients/client-iot-events/commands/StartDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/commands/StartDetectorModelAnalysisCommand.ts @@ -25,7 +25,7 @@ export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorMo * see Running detector model analyses * in the AWS IoT Events Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, StartDetectorModelAnalysisCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, StartDetectorModelAnalysisCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/TagResourceCommand.ts b/clients/client-iot-events/commands/TagResourceCommand.ts index dea7ca8fbf3a..381eacee7883 100644 --- a/clients/client-iot-events/commands/TagResourceCommand.ts +++ b/clients/client-iot-events/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to * manage a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, TagResourceCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, TagResourceCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/UntagResourceCommand.ts b/clients/client-iot-events/commands/UntagResourceCommand.ts index 9b5e654d3ffa..bca162011200 100644 --- a/clients/client-iot-events/commands/UntagResourceCommand.ts +++ b/clients/client-iot-events/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the given tags (metadata) from the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, UntagResourceCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, UntagResourceCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/UpdateDetectorModelCommand.ts b/clients/client-iot-events/commands/UpdateDetectorModelCommand.ts index 20757829a114..ec24738f2fb7 100644 --- a/clients/client-iot-events/commands/UpdateDetectorModelCommand.ts +++ b/clients/client-iot-events/commands/UpdateDetectorModelCommand.ts @@ -24,7 +24,7 @@ export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelRes *

Updates a detector model. Detectors (instances) spawned by the previous version are * deleted and then re-created as new inputs arrive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, UpdateDetectorModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, UpdateDetectorModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-events/commands/UpdateInputCommand.ts b/clients/client-iot-events/commands/UpdateInputCommand.ts index 5c0c22863550..e5af86442083 100644 --- a/clients/client-iot-events/commands/UpdateInputCommand.ts +++ b/clients/client-iot-events/commands/UpdateInputCommand.ts @@ -23,7 +23,7 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat /** *

Updates an input.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTEventsClient, UpdateInputCommand } from "@aws-sdk/client-iot-events"; // ES Modules import * // const { IoTEventsClient, UpdateInputCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import diff --git a/clients/client-iot-jobs-data-plane/commands/DescribeJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/commands/DescribeJobExecutionCommand.ts index e7411f337e48..e70a5668b94a 100644 --- a/clients/client-iot-jobs-data-plane/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/commands/DescribeJobExecutionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobExecutionCommandOutput extends DescribeJobExecutionR /** *

Gets details of a job execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTJobsDataPlaneClient, DescribeJobExecutionCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import * // const { IoTJobsDataPlaneClient, DescribeJobExecutionCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import diff --git a/clients/client-iot-jobs-data-plane/commands/GetPendingJobExecutionsCommand.ts b/clients/client-iot-jobs-data-plane/commands/GetPendingJobExecutionsCommand.ts index 51e32f91a4f3..46e561c21cce 100644 --- a/clients/client-iot-jobs-data-plane/commands/GetPendingJobExecutionsCommand.ts +++ b/clients/client-iot-jobs-data-plane/commands/GetPendingJobExecutionsCommand.ts @@ -23,7 +23,7 @@ export interface GetPendingJobExecutionsCommandOutput extends GetPendingJobExecu /** *

Gets the list of all jobs for a thing that are not in a terminal status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTJobsDataPlaneClient, GetPendingJobExecutionsCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import * // const { IoTJobsDataPlaneClient, GetPendingJobExecutionsCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import diff --git a/clients/client-iot-jobs-data-plane/commands/StartNextPendingJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/commands/StartNextPendingJobExecutionCommand.ts index ba56dd8386bf..dd79fdcf7190 100644 --- a/clients/client-iot-jobs-data-plane/commands/StartNextPendingJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/commands/StartNextPendingJobExecutionCommand.ts @@ -25,7 +25,7 @@ export interface StartNextPendingJobExecutionCommandOutput /** *

Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTJobsDataPlaneClient, StartNextPendingJobExecutionCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import * // const { IoTJobsDataPlaneClient, StartNextPendingJobExecutionCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import diff --git a/clients/client-iot-jobs-data-plane/commands/UpdateJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/commands/UpdateJobExecutionCommand.ts index c6c5261e8b51..e9630cf424fc 100644 --- a/clients/client-iot-jobs-data-plane/commands/UpdateJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/commands/UpdateJobExecutionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateJobExecutionCommandOutput extends UpdateJobExecutionRespo /** *

Updates the status of a job execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTJobsDataPlaneClient, UpdateJobExecutionCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import * // const { IoTJobsDataPlaneClient, UpdateJobExecutionCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/AssociateAwsAccountWithPartnerAccountCommand.ts b/clients/client-iot-wireless/commands/AssociateAwsAccountWithPartnerAccountCommand.ts index 3b3c3a78a26f..5fd73ef12ba7 100644 --- a/clients/client-iot-wireless/commands/AssociateAwsAccountWithPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/commands/AssociateAwsAccountWithPartnerAccountCommand.ts @@ -29,7 +29,7 @@ export interface AssociateAwsAccountWithPartnerAccountCommandOutput /** *

Associates a partner account with your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, AssociateAwsAccountWithPartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, AssociateAwsAccountWithPartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/AssociateWirelessDeviceWithThingCommand.ts b/clients/client-iot-wireless/commands/AssociateWirelessDeviceWithThingCommand.ts index aed4fe9e6f63..e2383180cc3b 100644 --- a/clients/client-iot-wireless/commands/AssociateWirelessDeviceWithThingCommand.ts +++ b/clients/client-iot-wireless/commands/AssociateWirelessDeviceWithThingCommand.ts @@ -25,7 +25,7 @@ export interface AssociateWirelessDeviceWithThingCommandOutput /** *

Associates a wireless device with a thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, AssociateWirelessDeviceWithThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, AssociateWirelessDeviceWithThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithCertificateCommand.ts b/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithCertificateCommand.ts index 3c03b922ddb6..261117786e6a 100644 --- a/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithCertificateCommand.ts +++ b/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithCertificateCommand.ts @@ -29,7 +29,7 @@ export interface AssociateWirelessGatewayWithCertificateCommandOutput /** *

Associates a wireless gateway with a certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, AssociateWirelessGatewayWithCertificateCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, AssociateWirelessGatewayWithCertificateCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithThingCommand.ts b/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithThingCommand.ts index 1a7bebb85a5a..8f541bfd90d6 100644 --- a/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithThingCommand.ts +++ b/clients/client-iot-wireless/commands/AssociateWirelessGatewayWithThingCommand.ts @@ -28,7 +28,7 @@ export interface AssociateWirelessGatewayWithThingCommandOutput /** *

Associates a wireless gateway with a thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, AssociateWirelessGatewayWithThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, AssociateWirelessGatewayWithThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/CreateDestinationCommand.ts b/clients/client-iot-wireless/commands/CreateDestinationCommand.ts index 79b5d227e073..1f4be3bae88a 100644 --- a/clients/client-iot-wireless/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-wireless/commands/CreateDestinationCommand.ts @@ -23,7 +23,7 @@ export interface CreateDestinationCommandOutput extends CreateDestinationRespons /** *

Creates a new destination that maps a device message to an AWS IoT rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, CreateDestinationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, CreateDestinationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/CreateDeviceProfileCommand.ts b/clients/client-iot-wireless/commands/CreateDeviceProfileCommand.ts index 7ef04a1f8e81..fb2b3c3e212c 100644 --- a/clients/client-iot-wireless/commands/CreateDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/commands/CreateDeviceProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeviceProfileCommandOutput extends CreateDeviceProfileRes /** *

Creates a new device profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, CreateDeviceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, CreateDeviceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/CreateServiceProfileCommand.ts b/clients/client-iot-wireless/commands/CreateServiceProfileCommand.ts index 9e39d0be7caf..6659cfa15032 100644 --- a/clients/client-iot-wireless/commands/CreateServiceProfileCommand.ts +++ b/clients/client-iot-wireless/commands/CreateServiceProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateServiceProfileCommandOutput extends CreateServiceProfileR /** *

Creates a new service profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, CreateServiceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, CreateServiceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/CreateWirelessDeviceCommand.ts b/clients/client-iot-wireless/commands/CreateWirelessDeviceCommand.ts index 41c2874c7cb0..2ff789ba73ae 100644 --- a/clients/client-iot-wireless/commands/CreateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/commands/CreateWirelessDeviceCommand.ts @@ -23,7 +23,7 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR /** *

Provisions a wireless device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, CreateWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, CreateWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/CreateWirelessGatewayCommand.ts b/clients/client-iot-wireless/commands/CreateWirelessGatewayCommand.ts index 270a283ed78a..04e0d5fc7397 100644 --- a/clients/client-iot-wireless/commands/CreateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/commands/CreateWirelessGatewayCommand.ts @@ -23,7 +23,7 @@ export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa /** *

Provisions a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, CreateWirelessGatewayCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, CreateWirelessGatewayCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskCommand.ts index 1b12af9d0490..2b333e201d3b 100644 --- a/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskCommand.ts @@ -23,7 +23,7 @@ export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa /** *

Creates a task for a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, CreateWirelessGatewayTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, CreateWirelessGatewayTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskDefinitionCommand.ts index 935b537ff17f..38ce75c627d5 100644 --- a/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/commands/CreateWirelessGatewayTaskDefinitionCommand.ts @@ -28,7 +28,7 @@ export interface CreateWirelessGatewayTaskDefinitionCommandOutput /** *

Creates a gateway task definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, CreateWirelessGatewayTaskDefinitionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, CreateWirelessGatewayTaskDefinitionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DeleteDestinationCommand.ts b/clients/client-iot-wireless/commands/DeleteDestinationCommand.ts index 6da89201cbad..2516200c23ba 100644 --- a/clients/client-iot-wireless/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-wireless/commands/DeleteDestinationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDestinationCommandOutput extends DeleteDestinationRespons /** *

Deletes a destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DeleteDestinationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DeleteDestinationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DeleteDeviceProfileCommand.ts b/clients/client-iot-wireless/commands/DeleteDeviceProfileCommand.ts index 7b60ae5c4928..395cddbc3289 100644 --- a/clients/client-iot-wireless/commands/DeleteDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/commands/DeleteDeviceProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes /** *

Deletes a device profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DeleteDeviceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DeleteDeviceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DeleteServiceProfileCommand.ts b/clients/client-iot-wireless/commands/DeleteServiceProfileCommand.ts index 59ca2239cf38..603933d30db3 100644 --- a/clients/client-iot-wireless/commands/DeleteServiceProfileCommand.ts +++ b/clients/client-iot-wireless/commands/DeleteServiceProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileR /** *

Deletes a service profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DeleteServiceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DeleteServiceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DeleteWirelessDeviceCommand.ts b/clients/client-iot-wireless/commands/DeleteWirelessDeviceCommand.ts index 3e47cfa32d60..3a0d511e248a 100644 --- a/clients/client-iot-wireless/commands/DeleteWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/commands/DeleteWirelessDeviceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR /** *

Deletes a wireless device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DeleteWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DeleteWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DeleteWirelessGatewayCommand.ts b/clients/client-iot-wireless/commands/DeleteWirelessGatewayCommand.ts index 23434729230e..1be94f3ff10a 100644 --- a/clients/client-iot-wireless/commands/DeleteWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/commands/DeleteWirelessGatewayCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa /** *

Deletes a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DeleteWirelessGatewayCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DeleteWirelessGatewayCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskCommand.ts index 271a3ee5255d..156aac07d2aa 100644 --- a/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa /** *

Deletes a wireless gateway task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DeleteWirelessGatewayTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DeleteWirelessGatewayTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts index d572ae37b80f..47a05f95a841 100644 --- a/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput /** *

Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DeleteWirelessGatewayTaskDefinitionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DeleteWirelessGatewayTaskDefinitionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts b/clients/client-iot-wireless/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts index b560c35bfdd4..7b1b82cb8013 100644 --- a/clients/client-iot-wireless/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput /** *

Disassociates your AWS account from a partner account. If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DisassociateAwsAccountFromPartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DisassociateAwsAccountFromPartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DisassociateWirelessDeviceFromThingCommand.ts b/clients/client-iot-wireless/commands/DisassociateWirelessDeviceFromThingCommand.ts index b2c3ccd85330..e1199131cd02 100644 --- a/clients/client-iot-wireless/commands/DisassociateWirelessDeviceFromThingCommand.ts +++ b/clients/client-iot-wireless/commands/DisassociateWirelessDeviceFromThingCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateWirelessDeviceFromThingCommandOutput /** *

Disassociates a wireless device from its currently associated thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DisassociateWirelessDeviceFromThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DisassociateWirelessDeviceFromThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromCertificateCommand.ts b/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromCertificateCommand.ts index 1b6d15a6bebb..8f2f0609dd80 100644 --- a/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromCertificateCommand.ts +++ b/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromCertificateCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateWirelessGatewayFromCertificateCommandOutput /** *

Disassociates a wireless gateway from its currently associated certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DisassociateWirelessGatewayFromCertificateCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DisassociateWirelessGatewayFromCertificateCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromThingCommand.ts b/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromThingCommand.ts index 777815759a05..8c8a00ce66de 100644 --- a/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromThingCommand.ts +++ b/clients/client-iot-wireless/commands/DisassociateWirelessGatewayFromThingCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateWirelessGatewayFromThingCommandOutput /** *

Disassociates a wireless gateway from its currently associated thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, DisassociateWirelessGatewayFromThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, DisassociateWirelessGatewayFromThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetDestinationCommand.ts b/clients/client-iot-wireless/commands/GetDestinationCommand.ts index 78a950acba94..f4173b19cb34 100644 --- a/clients/client-iot-wireless/commands/GetDestinationCommand.ts +++ b/clients/client-iot-wireless/commands/GetDestinationCommand.ts @@ -23,7 +23,7 @@ export interface GetDestinationCommandOutput extends GetDestinationResponse, __M /** *

Gets information about a destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetDestinationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetDestinationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetDeviceProfileCommand.ts b/clients/client-iot-wireless/commands/GetDeviceProfileCommand.ts index 3c24100c600f..1613c1d1ca75 100644 --- a/clients/client-iot-wireless/commands/GetDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/commands/GetDeviceProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetDeviceProfileCommandOutput extends GetDeviceProfileResponse, /** *

Gets information about a device profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetDeviceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetDeviceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetPartnerAccountCommand.ts b/clients/client-iot-wireless/commands/GetPartnerAccountCommand.ts index c0308d999217..b17ad55ef8c1 100644 --- a/clients/client-iot-wireless/commands/GetPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/commands/GetPartnerAccountCommand.ts @@ -23,7 +23,7 @@ export interface GetPartnerAccountCommandOutput extends GetPartnerAccountRespons /** *

Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetPartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetPartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetServiceEndpointCommand.ts b/clients/client-iot-wireless/commands/GetServiceEndpointCommand.ts index 84479cdc4209..ceb7c0abb119 100644 --- a/clients/client-iot-wireless/commands/GetServiceEndpointCommand.ts +++ b/clients/client-iot-wireless/commands/GetServiceEndpointCommand.ts @@ -23,7 +23,7 @@ export interface GetServiceEndpointCommandOutput extends GetServiceEndpointRespo /** *

Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetServiceEndpointCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetServiceEndpointCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetServiceProfileCommand.ts b/clients/client-iot-wireless/commands/GetServiceProfileCommand.ts index b070f9b6cb78..8447370e967a 100644 --- a/clients/client-iot-wireless/commands/GetServiceProfileCommand.ts +++ b/clients/client-iot-wireless/commands/GetServiceProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetServiceProfileCommandOutput extends GetServiceProfileRespons /** *

Gets information about a service profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetServiceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetServiceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessDeviceCommand.ts b/clients/client-iot-wireless/commands/GetWirelessDeviceCommand.ts index 4f9939b17dbf..8c2be834e7c0 100644 --- a/clients/client-iot-wireless/commands/GetWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessDeviceCommand.ts @@ -23,7 +23,7 @@ export interface GetWirelessDeviceCommandOutput extends GetWirelessDeviceRespons /** *

Gets information about a wireless device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessDeviceStatisticsCommand.ts b/clients/client-iot-wireless/commands/GetWirelessDeviceStatisticsCommand.ts index b325fc7d4140..81d90a1e2c33 100644 --- a/clients/client-iot-wireless/commands/GetWirelessDeviceStatisticsCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessDeviceStatisticsCommand.ts @@ -25,7 +25,7 @@ export interface GetWirelessDeviceStatisticsCommandOutput /** *

Gets operating information about a wireless device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessDeviceStatisticsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessDeviceStatisticsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessGatewayCertificateCommand.ts b/clients/client-iot-wireless/commands/GetWirelessGatewayCertificateCommand.ts index 77d5acc56018..99efb99ebe4f 100644 --- a/clients/client-iot-wireless/commands/GetWirelessGatewayCertificateCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessGatewayCertificateCommand.ts @@ -25,7 +25,7 @@ export interface GetWirelessGatewayCertificateCommandOutput /** *

Gets the ID of the certificate that is currently associated with a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessGatewayCertificateCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessGatewayCertificateCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessGatewayCommand.ts b/clients/client-iot-wireless/commands/GetWirelessGatewayCommand.ts index ed703baafaef..26dd8efff5b8 100644 --- a/clients/client-iot-wireless/commands/GetWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessGatewayCommand.ts @@ -23,7 +23,7 @@ export interface GetWirelessGatewayCommandOutput extends GetWirelessGatewayRespo /** *

Gets information about a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessGatewayCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessGatewayCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessGatewayFirmwareInformationCommand.ts b/clients/client-iot-wireless/commands/GetWirelessGatewayFirmwareInformationCommand.ts index 2cec119fe60d..c7670e357a0e 100644 --- a/clients/client-iot-wireless/commands/GetWirelessGatewayFirmwareInformationCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessGatewayFirmwareInformationCommand.ts @@ -29,7 +29,7 @@ export interface GetWirelessGatewayFirmwareInformationCommandOutput /** *

Gets the firmware version and other information about a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessGatewayFirmwareInformationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessGatewayFirmwareInformationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessGatewayStatisticsCommand.ts b/clients/client-iot-wireless/commands/GetWirelessGatewayStatisticsCommand.ts index 5e136201376c..4da2228ae9df 100644 --- a/clients/client-iot-wireless/commands/GetWirelessGatewayStatisticsCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessGatewayStatisticsCommand.ts @@ -25,7 +25,7 @@ export interface GetWirelessGatewayStatisticsCommandOutput /** *

Gets operating information about a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessGatewayStatisticsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessGatewayStatisticsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/commands/GetWirelessGatewayTaskCommand.ts index b757ab4ee545..033fbbbfc5e1 100644 --- a/clients/client-iot-wireless/commands/GetWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessGatewayTaskCommand.ts @@ -23,7 +23,7 @@ export interface GetWirelessGatewayTaskCommandOutput extends GetWirelessGatewayT /** *

Gets information about a wireless gateway task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessGatewayTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessGatewayTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/GetWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/commands/GetWirelessGatewayTaskDefinitionCommand.ts index db61e0ed0c13..df28510e158b 100644 --- a/clients/client-iot-wireless/commands/GetWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/commands/GetWirelessGatewayTaskDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface GetWirelessGatewayTaskDefinitionCommandOutput /** *

Gets information about a wireless gateway task definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, GetWirelessGatewayTaskDefinitionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, GetWirelessGatewayTaskDefinitionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListDestinationsCommand.ts b/clients/client-iot-wireless/commands/ListDestinationsCommand.ts index 985f6e8cf70e..f8dfa764d906 100644 --- a/clients/client-iot-wireless/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-wireless/commands/ListDestinationsCommand.ts @@ -23,7 +23,7 @@ export interface ListDestinationsCommandOutput extends ListDestinationsResponse, /** *

Lists the destinations registered to your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListDestinationsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListDestinationsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListDeviceProfilesCommand.ts b/clients/client-iot-wireless/commands/ListDeviceProfilesCommand.ts index 5d6f05e61a4f..65b5d15939f7 100644 --- a/clients/client-iot-wireless/commands/ListDeviceProfilesCommand.ts +++ b/clients/client-iot-wireless/commands/ListDeviceProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListDeviceProfilesCommandOutput extends ListDeviceProfilesRespo /** *

Lists the device profiles registered to your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListDeviceProfilesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListDeviceProfilesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListPartnerAccountsCommand.ts b/clients/client-iot-wireless/commands/ListPartnerAccountsCommand.ts index d9c36dda8338..23b212882632 100644 --- a/clients/client-iot-wireless/commands/ListPartnerAccountsCommand.ts +++ b/clients/client-iot-wireless/commands/ListPartnerAccountsCommand.ts @@ -23,7 +23,7 @@ export interface ListPartnerAccountsCommandOutput extends ListPartnerAccountsRes /** *

Lists the partner accounts associated with your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListPartnerAccountsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListPartnerAccountsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListServiceProfilesCommand.ts b/clients/client-iot-wireless/commands/ListServiceProfilesCommand.ts index ab0a30eee815..8c70748bf1e5 100644 --- a/clients/client-iot-wireless/commands/ListServiceProfilesCommand.ts +++ b/clients/client-iot-wireless/commands/ListServiceProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListServiceProfilesCommandOutput extends ListServiceProfilesRes /** *

Lists the service profiles registered to your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListServiceProfilesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListServiceProfilesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListTagsForResourceCommand.ts b/clients/client-iot-wireless/commands/ListTagsForResourceCommand.ts index da49a64ea403..76e7ec0afe94 100644 --- a/clients/client-iot-wireless/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-wireless/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags (metadata) you have assigned to the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListTagsForResourceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListWirelessDevicesCommand.ts b/clients/client-iot-wireless/commands/ListWirelessDevicesCommand.ts index a2e27e386e72..83a32258a0a3 100644 --- a/clients/client-iot-wireless/commands/ListWirelessDevicesCommand.ts +++ b/clients/client-iot-wireless/commands/ListWirelessDevicesCommand.ts @@ -23,7 +23,7 @@ export interface ListWirelessDevicesCommandOutput extends ListWirelessDevicesRes /** *

Lists the wireless devices registered to your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListWirelessDevicesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListWirelessDevicesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListWirelessGatewayTaskDefinitionsCommand.ts b/clients/client-iot-wireless/commands/ListWirelessGatewayTaskDefinitionsCommand.ts index 9b881f9e35aa..a007eb3bf90f 100644 --- a/clients/client-iot-wireless/commands/ListWirelessGatewayTaskDefinitionsCommand.ts +++ b/clients/client-iot-wireless/commands/ListWirelessGatewayTaskDefinitionsCommand.ts @@ -28,7 +28,7 @@ export interface ListWirelessGatewayTaskDefinitionsCommandOutput /** *

List the wireless gateway tasks definitions registered to your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListWirelessGatewayTaskDefinitionsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListWirelessGatewayTaskDefinitionsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/ListWirelessGatewaysCommand.ts b/clients/client-iot-wireless/commands/ListWirelessGatewaysCommand.ts index f9e219eefaa9..809815a102cd 100644 --- a/clients/client-iot-wireless/commands/ListWirelessGatewaysCommand.ts +++ b/clients/client-iot-wireless/commands/ListWirelessGatewaysCommand.ts @@ -23,7 +23,7 @@ export interface ListWirelessGatewaysCommandOutput extends ListWirelessGatewaysR /** *

Lists the wireless gateways registered to your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, ListWirelessGatewaysCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, ListWirelessGatewaysCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/SendDataToWirelessDeviceCommand.ts b/clients/client-iot-wireless/commands/SendDataToWirelessDeviceCommand.ts index cd6bbbdbf0ca..1e80722ff153 100644 --- a/clients/client-iot-wireless/commands/SendDataToWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/commands/SendDataToWirelessDeviceCommand.ts @@ -23,7 +23,7 @@ export interface SendDataToWirelessDeviceCommandOutput extends SendDataToWireles /** *

Sends a decrypted application data frame to a device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, SendDataToWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, SendDataToWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/TagResourceCommand.ts b/clients/client-iot-wireless/commands/TagResourceCommand.ts index edaada2755fa..89521125c4c6 100644 --- a/clients/client-iot-wireless/commands/TagResourceCommand.ts +++ b/clients/client-iot-wireless/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds a tag to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, TagResourceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, TagResourceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/TestWirelessDeviceCommand.ts b/clients/client-iot-wireless/commands/TestWirelessDeviceCommand.ts index ca9e91ca2feb..6010849ba90c 100644 --- a/clients/client-iot-wireless/commands/TestWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/commands/TestWirelessDeviceCommand.ts @@ -23,7 +23,7 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo /** *

Simulates a provisioned device by sending an uplink data payload of Hello.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, TestWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, TestWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/UntagResourceCommand.ts b/clients/client-iot-wireless/commands/UntagResourceCommand.ts index af63c54f9186..9904b5c9266b 100644 --- a/clients/client-iot-wireless/commands/UntagResourceCommand.ts +++ b/clients/client-iot-wireless/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, UntagResourceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, UntagResourceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/UpdateDestinationCommand.ts b/clients/client-iot-wireless/commands/UpdateDestinationCommand.ts index d79b442976c5..871bb52ccee1 100644 --- a/clients/client-iot-wireless/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-wireless/commands/UpdateDestinationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationRespons /** *

Updates properties of a destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, UpdateDestinationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, UpdateDestinationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/UpdatePartnerAccountCommand.ts b/clients/client-iot-wireless/commands/UpdatePartnerAccountCommand.ts index 994b90ca9c85..732a8f1aa6c0 100644 --- a/clients/client-iot-wireless/commands/UpdatePartnerAccountCommand.ts +++ b/clients/client-iot-wireless/commands/UpdatePartnerAccountCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR /** *

Updates properties of a partner account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, UpdatePartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, UpdatePartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/UpdateWirelessDeviceCommand.ts b/clients/client-iot-wireless/commands/UpdateWirelessDeviceCommand.ts index cb98b2a28aff..0985e1ff91cc 100644 --- a/clients/client-iot-wireless/commands/UpdateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/commands/UpdateWirelessDeviceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWirelessDeviceCommandOutput extends UpdateWirelessDeviceR /** *

Updates properties of a wireless device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, UpdateWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, UpdateWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot-wireless/commands/UpdateWirelessGatewayCommand.ts b/clients/client-iot-wireless/commands/UpdateWirelessGatewayCommand.ts index 229277a330d5..061d35f6e081 100644 --- a/clients/client-iot-wireless/commands/UpdateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/commands/UpdateWirelessGatewayCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewa /** *

Updates properties of a wireless gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTWirelessClient, UpdateWirelessGatewayCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import * // const { IoTWirelessClient, UpdateWirelessGatewayCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import diff --git a/clients/client-iot/commands/AcceptCertificateTransferCommand.ts b/clients/client-iot/commands/AcceptCertificateTransferCommand.ts index a46de5d0a25e..e7b46521f1b5 100644 --- a/clients/client-iot/commands/AcceptCertificateTransferCommand.ts +++ b/clients/client-iot/commands/AcceptCertificateTransferCommand.ts @@ -26,7 +26,7 @@ export interface AcceptCertificateTransferCommandOutput extends __MetadataBearer *

To check for pending certificate transfers, call ListCertificates * to enumerate your certificates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AcceptCertificateTransferCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AcceptCertificateTransferCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/AddThingToBillingGroupCommand.ts b/clients/client-iot/commands/AddThingToBillingGroupCommand.ts index e2999a1f9b57..a373f5a3a534 100644 --- a/clients/client-iot/commands/AddThingToBillingGroupCommand.ts +++ b/clients/client-iot/commands/AddThingToBillingGroupCommand.ts @@ -23,7 +23,7 @@ export interface AddThingToBillingGroupCommandOutput extends AddThingToBillingGr /** *

Adds a thing to a billing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AddThingToBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AddThingToBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/AddThingToThingGroupCommand.ts b/clients/client-iot/commands/AddThingToThingGroupCommand.ts index 97498f4b1389..0d2fe1b6aa16 100644 --- a/clients/client-iot/commands/AddThingToThingGroupCommand.ts +++ b/clients/client-iot/commands/AddThingToThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface AddThingToThingGroupCommandOutput extends AddThingToThingGroupR /** *

Adds a thing to a thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AddThingToThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AddThingToThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/AssociateTargetsWithJobCommand.ts b/clients/client-iot/commands/AssociateTargetsWithJobCommand.ts index 830821974141..c7eadecec14d 100644 --- a/clients/client-iot/commands/AssociateTargetsWithJobCommand.ts +++ b/clients/client-iot/commands/AssociateTargetsWithJobCommand.ts @@ -35,7 +35,7 @@ export interface AssociateTargetsWithJobCommandOutput extends AssociateTargetsWi * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AssociateTargetsWithJobCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AssociateTargetsWithJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/AttachPolicyCommand.ts b/clients/client-iot/commands/AttachPolicyCommand.ts index b477aa6ad60f..a0f93427ea1f 100644 --- a/clients/client-iot/commands/AttachPolicyCommand.ts +++ b/clients/client-iot/commands/AttachPolicyCommand.ts @@ -23,7 +23,7 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {} /** *

Attaches a policy to the specified target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AttachPolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AttachPolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/AttachPrincipalPolicyCommand.ts b/clients/client-iot/commands/AttachPrincipalPolicyCommand.ts index d48100fbb53d..0a2f33199b41 100644 --- a/clients/client-iot/commands/AttachPrincipalPolicyCommand.ts +++ b/clients/client-iot/commands/AttachPrincipalPolicyCommand.ts @@ -28,7 +28,7 @@ export interface AttachPrincipalPolicyCommandOutput extends __MetadataBearer {} *

* Note: This API is deprecated. Please use AttachPolicy instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AttachPrincipalPolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AttachPrincipalPolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/AttachSecurityProfileCommand.ts b/clients/client-iot/commands/AttachSecurityProfileCommand.ts index 4bbed5d81c2c..5d7fe3076d74 100644 --- a/clients/client-iot/commands/AttachSecurityProfileCommand.ts +++ b/clients/client-iot/commands/AttachSecurityProfileCommand.ts @@ -24,7 +24,7 @@ export interface AttachSecurityProfileCommandOutput extends AttachSecurityProfil *

Associates a Device Defender security profile with a thing group or this account. Each * thing group or account can have up to five security profiles associated with it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AttachSecurityProfileCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AttachSecurityProfileCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/AttachThingPrincipalCommand.ts b/clients/client-iot/commands/AttachThingPrincipalCommand.ts index a597af88325d..7e05d8b2a489 100644 --- a/clients/client-iot/commands/AttachThingPrincipalCommand.ts +++ b/clients/client-iot/commands/AttachThingPrincipalCommand.ts @@ -25,7 +25,7 @@ export interface AttachThingPrincipalCommandOutput extends AttachThingPrincipalR * certificates, IAM users, groups, and roles, Amazon Cognito identities or federated * identities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, AttachThingPrincipalCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, AttachThingPrincipalCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CancelAuditMitigationActionsTaskCommand.ts b/clients/client-iot/commands/CancelAuditMitigationActionsTaskCommand.ts index 5f2488619f5c..15252307bc12 100644 --- a/clients/client-iot/commands/CancelAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/commands/CancelAuditMitigationActionsTaskCommand.ts @@ -27,7 +27,7 @@ export interface CancelAuditMitigationActionsTaskCommandOutput * is not * in progress, an InvalidRequestException occurs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CancelAuditMitigationActionsTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CancelAuditMitigationActionsTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CancelAuditTaskCommand.ts b/clients/client-iot/commands/CancelAuditTaskCommand.ts index f9a90326681f..04390a1f18a3 100644 --- a/clients/client-iot/commands/CancelAuditTaskCommand.ts +++ b/clients/client-iot/commands/CancelAuditTaskCommand.ts @@ -23,7 +23,7 @@ export interface CancelAuditTaskCommandOutput extends CancelAuditTaskResponse, _ /** *

Cancels an audit that is in progress. The audit can be either scheduled or on demand. If the audit isn't in progress, an "InvalidRequestException" occurs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CancelAuditTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CancelAuditTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CancelCertificateTransferCommand.ts b/clients/client-iot/commands/CancelCertificateTransferCommand.ts index a7c44a7f607c..723cd0366d83 100644 --- a/clients/client-iot/commands/CancelCertificateTransferCommand.ts +++ b/clients/client-iot/commands/CancelCertificateTransferCommand.ts @@ -30,7 +30,7 @@ export interface CancelCertificateTransferCommandOutput extends __MetadataBearer *

After a certificate transfer is cancelled, the status of the certificate changes from * PENDING_TRANSFER to INACTIVE.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CancelCertificateTransferCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CancelCertificateTransferCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CancelDetectMitigationActionsTaskCommand.ts b/clients/client-iot/commands/CancelDetectMitigationActionsTaskCommand.ts index 13c181016523..21cbf3df0231 100644 --- a/clients/client-iot/commands/CancelDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/commands/CancelDetectMitigationActionsTaskCommand.ts @@ -30,7 +30,7 @@ export interface CancelDetectMitigationActionsTaskCommandOutput * Cancels a Device Defender ML Detect mitigation action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CancelDetectMitigationActionsTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CancelDetectMitigationActionsTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CancelJobCommand.ts b/clients/client-iot/commands/CancelJobCommand.ts index de0e140a07da..6c7ca44874a3 100644 --- a/clients/client-iot/commands/CancelJobCommand.ts +++ b/clients/client-iot/commands/CancelJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea /** *

Cancels a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CancelJobCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CancelJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CancelJobExecutionCommand.ts b/clients/client-iot/commands/CancelJobExecutionCommand.ts index 1bf28637a9ec..360cb5395239 100644 --- a/clients/client-iot/commands/CancelJobExecutionCommand.ts +++ b/clients/client-iot/commands/CancelJobExecutionCommand.ts @@ -23,7 +23,7 @@ export interface CancelJobExecutionCommandOutput extends __MetadataBearer {} /** *

Cancels the execution of a job for a given thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CancelJobExecutionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CancelJobExecutionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ClearDefaultAuthorizerCommand.ts b/clients/client-iot/commands/ClearDefaultAuthorizerCommand.ts index 9ebdfd5a7fa8..b89d986b279b 100644 --- a/clients/client-iot/commands/ClearDefaultAuthorizerCommand.ts +++ b/clients/client-iot/commands/ClearDefaultAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface ClearDefaultAuthorizerCommandOutput extends ClearDefaultAuthori /** *

Clears the default authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ClearDefaultAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ClearDefaultAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ConfirmTopicRuleDestinationCommand.ts b/clients/client-iot/commands/ConfirmTopicRuleDestinationCommand.ts index 2aa477344c8e..80c81fff75e9 100644 --- a/clients/client-iot/commands/ConfirmTopicRuleDestinationCommand.ts +++ b/clients/client-iot/commands/ConfirmTopicRuleDestinationCommand.ts @@ -28,7 +28,7 @@ export interface ConfirmTopicRuleDestinationCommandOutput * includes a token which you pass back when calling ConfirmTopicRuleDestination * to confirm that you own or have access to the endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ConfirmTopicRuleDestinationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ConfirmTopicRuleDestinationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateAuditSuppressionCommand.ts b/clients/client-iot/commands/CreateAuditSuppressionCommand.ts index 62a85eb9dce3..6670dac0dd9a 100644 --- a/clients/client-iot/commands/CreateAuditSuppressionCommand.ts +++ b/clients/client-iot/commands/CreateAuditSuppressionCommand.ts @@ -25,7 +25,7 @@ export interface CreateAuditSuppressionCommandOutput extends CreateAuditSuppress * Creates a Device Defender audit suppression. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateAuditSuppressionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateAuditSuppressionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateAuthorizerCommand.ts b/clients/client-iot/commands/CreateAuthorizerCommand.ts index 5f4af4496221..1563245fa3b0 100644 --- a/clients/client-iot/commands/CreateAuthorizerCommand.ts +++ b/clients/client-iot/commands/CreateAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse, /** *

Creates an authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateBillingGroupCommand.ts b/clients/client-iot/commands/CreateBillingGroupCommand.ts index e58c3db89841..06f6941a5c42 100644 --- a/clients/client-iot/commands/CreateBillingGroupCommand.ts +++ b/clients/client-iot/commands/CreateBillingGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateBillingGroupCommandOutput extends CreateBillingGroupRespo /** *

Creates a billing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateCertificateFromCsrCommand.ts b/clients/client-iot/commands/CreateCertificateFromCsrCommand.ts index c1212a501825..d30db0c4f46c 100644 --- a/clients/client-iot/commands/CreateCertificateFromCsrCommand.ts +++ b/clients/client-iot/commands/CreateCertificateFromCsrCommand.ts @@ -57,7 +57,7 @@ export interface CreateCertificateFromCsrCommandOutput extends CreateCertificate *

> forfiles /p my-csr-directory /c "cmd /c aws iot create-certificate-from-csr * --certificate-signing-request file://@path"

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateCertificateFromCsrCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateCertificateFromCsrCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateCustomMetricCommand.ts b/clients/client-iot/commands/CreateCustomMetricCommand.ts index ff2470d8e456..b402718eb6b3 100644 --- a/clients/client-iot/commands/CreateCustomMetricCommand.ts +++ b/clients/client-iot/commands/CreateCustomMetricCommand.ts @@ -26,7 +26,7 @@ export interface CreateCustomMetricCommandOutput extends CreateCustomMetricRespo * Metric * published by your devices to Device Defender.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateCustomMetricCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateCustomMetricCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateDimensionCommand.ts b/clients/client-iot/commands/CreateDimensionCommand.ts index ff001392597d..c78d352270ec 100644 --- a/clients/client-iot/commands/CreateDimensionCommand.ts +++ b/clients/client-iot/commands/CreateDimensionCommand.ts @@ -23,7 +23,7 @@ export interface CreateDimensionCommandOutput extends CreateDimensionResponse, _ /** *

Create a dimension that you can use to limit the scope of a metric used in a security profile for AWS IoT Device Defender. For example, using a TOPIC_FILTER dimension, you can narrow down the scope of the metric only to MQTT topics whose name match the pattern specified in the dimension.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateDimensionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateDimensionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateDomainConfigurationCommand.ts b/clients/client-iot/commands/CreateDomainConfigurationCommand.ts index 599f76384409..d4d6715fb4b5 100644 --- a/clients/client-iot/commands/CreateDomainConfigurationCommand.ts +++ b/clients/client-iot/commands/CreateDomainConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface CreateDomainConfigurationCommandOutput extends CreateDomainConf *

The domain configuration feature is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateDomainConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateDomainConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateDynamicThingGroupCommand.ts b/clients/client-iot/commands/CreateDynamicThingGroupCommand.ts index 7ca1c78feae9..d9a0eda87f9f 100644 --- a/clients/client-iot/commands/CreateDynamicThingGroupCommand.ts +++ b/clients/client-iot/commands/CreateDynamicThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateDynamicThingGroupCommandOutput extends CreateDynamicThing /** *

Creates a dynamic thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateDynamicThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateDynamicThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateJobCommand.ts b/clients/client-iot/commands/CreateJobCommand.ts index 0b15ecc3244a..5d834dbb054d 100644 --- a/clients/client-iot/commands/CreateJobCommand.ts +++ b/clients/client-iot/commands/CreateJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea /** *

Creates a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateJobCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateKeysAndCertificateCommand.ts b/clients/client-iot/commands/CreateKeysAndCertificateCommand.ts index 89f20462cb9c..9956a52ee758 100644 --- a/clients/client-iot/commands/CreateKeysAndCertificateCommand.ts +++ b/clients/client-iot/commands/CreateKeysAndCertificateCommand.ts @@ -28,7 +28,7 @@ export interface CreateKeysAndCertificateCommandOutput extends CreateKeysAndCert * Note This is the only time AWS IoT issues the private key * for this certificate, so it is important to keep it in a secure location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateKeysAndCertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateKeysAndCertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateMitigationActionCommand.ts b/clients/client-iot/commands/CreateMitigationActionCommand.ts index fbe39f382851..11c9163c22df 100644 --- a/clients/client-iot/commands/CreateMitigationActionCommand.ts +++ b/clients/client-iot/commands/CreateMitigationActionCommand.ts @@ -23,7 +23,7 @@ export interface CreateMitigationActionCommandOutput extends CreateMitigationAct /** *

Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. Only certain types of mitigation actions can be applied to specific check names. For more information, see Mitigation actions. Each mitigation action can apply only one type of change.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateMitigationActionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateMitigationActionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateOTAUpdateCommand.ts b/clients/client-iot/commands/CreateOTAUpdateCommand.ts index 6d3fa7c71aaf..a0eb5b16dc7e 100644 --- a/clients/client-iot/commands/CreateOTAUpdateCommand.ts +++ b/clients/client-iot/commands/CreateOTAUpdateCommand.ts @@ -23,7 +23,7 @@ export interface CreateOTAUpdateCommandOutput extends CreateOTAUpdateResponse, _ /** *

Creates an AWS IoT OTAUpdate on a target group of things or groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateOTAUpdateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateOTAUpdateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreatePolicyCommand.ts b/clients/client-iot/commands/CreatePolicyCommand.ts index 3a158df76e12..d7066c152477 100644 --- a/clients/client-iot/commands/CreatePolicyCommand.ts +++ b/clients/client-iot/commands/CreatePolicyCommand.ts @@ -26,7 +26,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad * policy version with a version identifier of 1 and sets * 1 as the policy's default version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreatePolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreatePolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreatePolicyVersionCommand.ts b/clients/client-iot/commands/CreatePolicyVersionCommand.ts index dbaf01f9191f..870801b1373e 100644 --- a/clients/client-iot/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iot/commands/CreatePolicyVersionCommand.ts @@ -29,7 +29,7 @@ export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionRes * version is the operative version (that is, the version that is in effect for the * certificates to which the policy is attached).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreatePolicyVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreatePolicyVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateProvisioningClaimCommand.ts b/clients/client-iot/commands/CreateProvisioningClaimCommand.ts index 925e56ceed4b..d3d4d74341ea 100644 --- a/clients/client-iot/commands/CreateProvisioningClaimCommand.ts +++ b/clients/client-iot/commands/CreateProvisioningClaimCommand.ts @@ -23,7 +23,7 @@ export interface CreateProvisioningClaimCommandOutput extends CreateProvisioning /** *

Creates a provisioning claim.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateProvisioningClaimCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateProvisioningClaimCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateProvisioningTemplateCommand.ts b/clients/client-iot/commands/CreateProvisioningTemplateCommand.ts index e805f65e81c4..6c0215a24268 100644 --- a/clients/client-iot/commands/CreateProvisioningTemplateCommand.ts +++ b/clients/client-iot/commands/CreateProvisioningTemplateCommand.ts @@ -23,7 +23,7 @@ export interface CreateProvisioningTemplateCommandOutput extends CreateProvision /** *

Creates a fleet provisioning template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateProvisioningTemplateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateProvisioningTemplateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateProvisioningTemplateVersionCommand.ts b/clients/client-iot/commands/CreateProvisioningTemplateVersionCommand.ts index 121eda630baf..1c763d164c8d 100644 --- a/clients/client-iot/commands/CreateProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/commands/CreateProvisioningTemplateVersionCommand.ts @@ -28,7 +28,7 @@ export interface CreateProvisioningTemplateVersionCommandOutput /** *

Creates a new version of a fleet provisioning template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateProvisioningTemplateVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateProvisioningTemplateVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateRoleAliasCommand.ts b/clients/client-iot/commands/CreateRoleAliasCommand.ts index 8d749306ddc5..73d8f29e51cd 100644 --- a/clients/client-iot/commands/CreateRoleAliasCommand.ts +++ b/clients/client-iot/commands/CreateRoleAliasCommand.ts @@ -23,7 +23,7 @@ export interface CreateRoleAliasCommandOutput extends CreateRoleAliasResponse, _ /** *

Creates a role alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateRoleAliasCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateRoleAliasCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateScheduledAuditCommand.ts b/clients/client-iot/commands/CreateScheduledAuditCommand.ts index a013802e8cfe..a6b59caae565 100644 --- a/clients/client-iot/commands/CreateScheduledAuditCommand.ts +++ b/clients/client-iot/commands/CreateScheduledAuditCommand.ts @@ -24,7 +24,7 @@ export interface CreateScheduledAuditCommandOutput extends CreateScheduledAuditR *

Creates a scheduled audit that is run at a specified * time interval.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateScheduledAuditCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateScheduledAuditCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateSecurityProfileCommand.ts b/clients/client-iot/commands/CreateSecurityProfileCommand.ts index ecbf19c56009..c85656e380d4 100644 --- a/clients/client-iot/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-iot/commands/CreateSecurityProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateSecurityProfileCommandOutput extends CreateSecurityProfil /** *

Creates a Device Defender security profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateSecurityProfileCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateSecurityProfileCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateStreamCommand.ts b/clients/client-iot/commands/CreateStreamCommand.ts index c83140244d4c..02c4e61d4feb 100644 --- a/clients/client-iot/commands/CreateStreamCommand.ts +++ b/clients/client-iot/commands/CreateStreamCommand.ts @@ -25,7 +25,7 @@ export interface CreateStreamCommandOutput extends CreateStreamResponse, __Metad * bytes in chunks or blocks packaged as MQTT messages from a source like S3. You can have one or more files * associated with a stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateStreamCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateStreamCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateThingCommand.ts b/clients/client-iot/commands/CreateThingCommand.ts index e2df9360bfe9..883e416e075d 100644 --- a/clients/client-iot/commands/CreateThingCommand.ts +++ b/clients/client-iot/commands/CreateThingCommand.ts @@ -30,7 +30,7 @@ export interface CreateThingCommandOutput extends CreateThingResponse, __Metadat * information about authorizing control plane actions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateThingGroupCommand.ts b/clients/client-iot/commands/CreateThingGroupCommand.ts index fba741f3be2e..43e7626267d6 100644 --- a/clients/client-iot/commands/CreateThingGroupCommand.ts +++ b/clients/client-iot/commands/CreateThingGroupCommand.ts @@ -27,7 +27,7 @@ export interface CreateThingGroupCommandOutput extends CreateThingGroupResponse, * information about authorizing control plane actions.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateThingTypeCommand.ts b/clients/client-iot/commands/CreateThingTypeCommand.ts index b9336c04f6cc..b04386ceb2a5 100644 --- a/clients/client-iot/commands/CreateThingTypeCommand.ts +++ b/clients/client-iot/commands/CreateThingTypeCommand.ts @@ -23,7 +23,7 @@ export interface CreateThingTypeCommandOutput extends CreateThingTypeResponse, _ /** *

Creates a new thing type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateThingTypeCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateThingTypeCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateTopicRuleCommand.ts b/clients/client-iot/commands/CreateTopicRuleCommand.ts index 503b5162d3ec..6fd99307fd6c 100644 --- a/clients/client-iot/commands/CreateTopicRuleCommand.ts +++ b/clients/client-iot/commands/CreateTopicRuleCommand.ts @@ -24,7 +24,7 @@ export interface CreateTopicRuleCommandOutput extends __MetadataBearer {} *

Creates a rule. Creating rules is an administrator-level action. Any user who has * permission to create rules will be able to access data processed by the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/CreateTopicRuleDestinationCommand.ts b/clients/client-iot/commands/CreateTopicRuleDestinationCommand.ts index 1adf2640bc89..818e9f605512 100644 --- a/clients/client-iot/commands/CreateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/commands/CreateTopicRuleDestinationCommand.ts @@ -23,7 +23,7 @@ export interface CreateTopicRuleDestinationCommandOutput extends CreateTopicRule /** *

Creates a topic rule destination. The destination must be confirmed prior to use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, CreateTopicRuleDestinationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, CreateTopicRuleDestinationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteAccountAuditConfigurationCommand.ts b/clients/client-iot/commands/DeleteAccountAuditConfigurationCommand.ts index f1f0f490885a..938faeac8cc2 100644 --- a/clients/client-iot/commands/DeleteAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/commands/DeleteAccountAuditConfigurationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteAccountAuditConfigurationCommandOutput * configuration data you entered is deleted and all audit checks are reset to * disabled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteAccountAuditConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteAccountAuditConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteAuditSuppressionCommand.ts b/clients/client-iot/commands/DeleteAuditSuppressionCommand.ts index 9f7c3a091928..791105bc2dca 100644 --- a/clients/client-iot/commands/DeleteAuditSuppressionCommand.ts +++ b/clients/client-iot/commands/DeleteAuditSuppressionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAuditSuppressionCommandOutput extends DeleteAuditSuppress * Deletes a Device Defender audit suppression. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteAuditSuppressionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteAuditSuppressionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteAuthorizerCommand.ts b/clients/client-iot/commands/DeleteAuthorizerCommand.ts index 52f59c16580d..1359f96127c7 100644 --- a/clients/client-iot/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-iot/commands/DeleteAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAuthorizerCommandOutput extends DeleteAuthorizerResponse, /** *

Deletes an authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteBillingGroupCommand.ts b/clients/client-iot/commands/DeleteBillingGroupCommand.ts index 322cbb9cfd43..6c8f1abdd1af 100644 --- a/clients/client-iot/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-iot/commands/DeleteBillingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupRespo /** *

Deletes the billing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteCACertificateCommand.ts b/clients/client-iot/commands/DeleteCACertificateCommand.ts index 2603061a6ff9..f4473105780c 100644 --- a/clients/client-iot/commands/DeleteCACertificateCommand.ts +++ b/clients/client-iot/commands/DeleteCACertificateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCACertificateCommandOutput extends DeleteCACertificateRes /** *

Deletes a registered CA certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteCACertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteCACertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteCertificateCommand.ts b/clients/client-iot/commands/DeleteCertificateCommand.ts index 44cff8739c0a..8456adc1b538 100644 --- a/clients/client-iot/commands/DeleteCertificateCommand.ts +++ b/clients/client-iot/commands/DeleteCertificateCommand.ts @@ -26,7 +26,7 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {} * its status is set to ACTIVE. To delete a certificate, first use the DetachPrincipalPolicy API to detach all policies. Next, use the UpdateCertificate API to set the certificate to the INACTIVE * status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteCertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteCertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteCustomMetricCommand.ts b/clients/client-iot/commands/DeleteCustomMetricCommand.ts index b6bf41350067..79ea8d61d463 100644 --- a/clients/client-iot/commands/DeleteCustomMetricCommand.ts +++ b/clients/client-iot/commands/DeleteCustomMetricCommand.ts @@ -33,7 +33,7 @@ export interface DeleteCustomMetricCommandOutput extends DeleteCustomMetricRespo * Deletes a Device Defender detect custom metric. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteCustomMetricCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteCustomMetricCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteDimensionCommand.ts b/clients/client-iot/commands/DeleteDimensionCommand.ts index e1e98282b03a..88675cbace3c 100644 --- a/clients/client-iot/commands/DeleteDimensionCommand.ts +++ b/clients/client-iot/commands/DeleteDimensionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDimensionCommandOutput extends DeleteDimensionResponse, _ /** *

Removes the specified dimension from your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteDimensionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteDimensionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteDomainConfigurationCommand.ts b/clients/client-iot/commands/DeleteDomainConfigurationCommand.ts index f5fc877eeb86..7f0df342216f 100644 --- a/clients/client-iot/commands/DeleteDomainConfigurationCommand.ts +++ b/clients/client-iot/commands/DeleteDomainConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDomainConfigurationCommandOutput extends DeleteDomainConf *

The domain configuration feature is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteDomainConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteDomainConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteDynamicThingGroupCommand.ts b/clients/client-iot/commands/DeleteDynamicThingGroupCommand.ts index 915dc19852da..f1b91db0f114 100644 --- a/clients/client-iot/commands/DeleteDynamicThingGroupCommand.ts +++ b/clients/client-iot/commands/DeleteDynamicThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDynamicThingGroupCommandOutput extends DeleteDynamicThing /** *

Deletes a dynamic thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteDynamicThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteDynamicThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteJobCommand.ts b/clients/client-iot/commands/DeleteJobCommand.ts index 77f7d10a9cdc..24c6edd812ae 100644 --- a/clients/client-iot/commands/DeleteJobCommand.ts +++ b/clients/client-iot/commands/DeleteJobCommand.ts @@ -30,7 +30,7 @@ export interface DeleteJobCommandOutput extends __MetadataBearer {} *

Only 10 jobs may have status "DELETION_IN_PROGRESS" at the same time, or * a LimitExceededException will occur.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteJobCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteJobExecutionCommand.ts b/clients/client-iot/commands/DeleteJobExecutionCommand.ts index 45d1142ef3bb..8a73004fa7bb 100644 --- a/clients/client-iot/commands/DeleteJobExecutionCommand.ts +++ b/clients/client-iot/commands/DeleteJobExecutionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteJobExecutionCommandOutput extends __MetadataBearer {} /** *

Deletes a job execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteJobExecutionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteJobExecutionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteMitigationActionCommand.ts b/clients/client-iot/commands/DeleteMitigationActionCommand.ts index 23c77a0f49fd..2d6b31300c93 100644 --- a/clients/client-iot/commands/DeleteMitigationActionCommand.ts +++ b/clients/client-iot/commands/DeleteMitigationActionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMitigationActionCommandOutput extends DeleteMitigationAct /** *

Deletes a defined mitigation action from your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteMitigationActionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteMitigationActionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteOTAUpdateCommand.ts b/clients/client-iot/commands/DeleteOTAUpdateCommand.ts index 6c2247f1dd5c..2fb123b0318f 100644 --- a/clients/client-iot/commands/DeleteOTAUpdateCommand.ts +++ b/clients/client-iot/commands/DeleteOTAUpdateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteOTAUpdateCommandOutput extends DeleteOTAUpdateResponse, _ /** *

Delete an OTA update.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteOTAUpdateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteOTAUpdateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeletePolicyCommand.ts b/clients/client-iot/commands/DeletePolicyCommand.ts index 70c4773ce4da..7b4a2f483982 100644 --- a/clients/client-iot/commands/DeletePolicyCommand.ts +++ b/clients/client-iot/commands/DeletePolicyCommand.ts @@ -30,7 +30,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {} *

When a policy is deleted using DeletePolicy, its default version is deleted with * it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeletePolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeletePolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeletePolicyVersionCommand.ts b/clients/client-iot/commands/DeletePolicyVersionCommand.ts index 126316db62c6..26f8e13bde2e 100644 --- a/clients/client-iot/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iot/commands/DeletePolicyVersionCommand.ts @@ -25,7 +25,7 @@ export interface DeletePolicyVersionCommandOutput extends __MetadataBearer {} * version of a policy using this API. To delete the default version of a policy, use DeletePolicy. To find out which version of a policy is marked as the default * version, use ListPolicyVersions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeletePolicyVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeletePolicyVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteProvisioningTemplateCommand.ts b/clients/client-iot/commands/DeleteProvisioningTemplateCommand.ts index 87fb11fb4678..b505207de612 100644 --- a/clients/client-iot/commands/DeleteProvisioningTemplateCommand.ts +++ b/clients/client-iot/commands/DeleteProvisioningTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProvisioningTemplateCommandOutput extends DeleteProvision /** *

Deletes a fleet provisioning template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteProvisioningTemplateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteProvisioningTemplateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteProvisioningTemplateVersionCommand.ts b/clients/client-iot/commands/DeleteProvisioningTemplateVersionCommand.ts index 43d2413457b2..2695407e72c3 100644 --- a/clients/client-iot/commands/DeleteProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/commands/DeleteProvisioningTemplateVersionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteProvisioningTemplateVersionCommandOutput /** *

Deletes a fleet provisioning template version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteProvisioningTemplateVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteProvisioningTemplateVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteRegistrationCodeCommand.ts b/clients/client-iot/commands/DeleteRegistrationCodeCommand.ts index a3937fd3b4eb..df1e9a6f4fd7 100644 --- a/clients/client-iot/commands/DeleteRegistrationCodeCommand.ts +++ b/clients/client-iot/commands/DeleteRegistrationCodeCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRegistrationCodeCommandOutput extends DeleteRegistrationC /** *

Deletes a CA certificate registration code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteRegistrationCodeCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteRegistrationCodeCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteRoleAliasCommand.ts b/clients/client-iot/commands/DeleteRoleAliasCommand.ts index c72ddcf68a8f..df90cbe9794e 100644 --- a/clients/client-iot/commands/DeleteRoleAliasCommand.ts +++ b/clients/client-iot/commands/DeleteRoleAliasCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRoleAliasCommandOutput extends DeleteRoleAliasResponse, _ /** *

Deletes a role alias

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteRoleAliasCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteRoleAliasCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteScheduledAuditCommand.ts b/clients/client-iot/commands/DeleteScheduledAuditCommand.ts index 637d4d1a4e44..73e9bc6dcd1a 100644 --- a/clients/client-iot/commands/DeleteScheduledAuditCommand.ts +++ b/clients/client-iot/commands/DeleteScheduledAuditCommand.ts @@ -23,7 +23,7 @@ export interface DeleteScheduledAuditCommandOutput extends DeleteScheduledAuditR /** *

Deletes a scheduled audit.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteScheduledAuditCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteScheduledAuditCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteSecurityProfileCommand.ts b/clients/client-iot/commands/DeleteSecurityProfileCommand.ts index 3a627ec9a599..e91fc32c70b7 100644 --- a/clients/client-iot/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-iot/commands/DeleteSecurityProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSecurityProfileCommandOutput extends DeleteSecurityProfil /** *

Deletes a Device Defender security profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteSecurityProfileCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteSecurityProfileCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteStreamCommand.ts b/clients/client-iot/commands/DeleteStreamCommand.ts index 73e4f73c63a1..a90f9d935bb9 100644 --- a/clients/client-iot/commands/DeleteStreamCommand.ts +++ b/clients/client-iot/commands/DeleteStreamCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStreamCommandOutput extends DeleteStreamResponse, __Metad /** *

Deletes a stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteStreamCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteStreamCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteThingCommand.ts b/clients/client-iot/commands/DeleteThingCommand.ts index c68a45f3607d..2cf025ac3118 100644 --- a/clients/client-iot/commands/DeleteThingCommand.ts +++ b/clients/client-iot/commands/DeleteThingCommand.ts @@ -24,7 +24,7 @@ export interface DeleteThingCommandOutput extends DeleteThingResponse, __Metadat *

Deletes the specified thing. Returns successfully with no error if the deletion is * successful or you specify a thing that doesn't exist.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteThingGroupCommand.ts b/clients/client-iot/commands/DeleteThingGroupCommand.ts index 9826e7803349..87f8db0bd31c 100644 --- a/clients/client-iot/commands/DeleteThingGroupCommand.ts +++ b/clients/client-iot/commands/DeleteThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteThingGroupCommandOutput extends DeleteThingGroupResponse, /** *

Deletes a thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteThingTypeCommand.ts b/clients/client-iot/commands/DeleteThingTypeCommand.ts index cd002cd64d6c..d8448ffcc86a 100644 --- a/clients/client-iot/commands/DeleteThingTypeCommand.ts +++ b/clients/client-iot/commands/DeleteThingTypeCommand.ts @@ -25,7 +25,7 @@ export interface DeleteThingTypeCommandOutput extends DeleteThingTypeResponse, _ * associated with it. To delete a thing type, first mark it as deprecated by calling DeprecateThingType, then remove any associated things by calling UpdateThing to change the thing type on any associated thing, and * finally use DeleteThingType to delete the thing type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteThingTypeCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteThingTypeCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteTopicRuleCommand.ts b/clients/client-iot/commands/DeleteTopicRuleCommand.ts index 5be712e89f8a..00cb90564f0b 100644 --- a/clients/client-iot/commands/DeleteTopicRuleCommand.ts +++ b/clients/client-iot/commands/DeleteTopicRuleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTopicRuleCommandOutput extends __MetadataBearer {} /** *

Deletes the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteTopicRuleDestinationCommand.ts b/clients/client-iot/commands/DeleteTopicRuleDestinationCommand.ts index 637876df7843..7d6c0c0af4ca 100644 --- a/clients/client-iot/commands/DeleteTopicRuleDestinationCommand.ts +++ b/clients/client-iot/commands/DeleteTopicRuleDestinationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTopicRuleDestinationCommandOutput extends DeleteTopicRule /** *

Deletes a topic rule destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteTopicRuleDestinationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteTopicRuleDestinationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeleteV2LoggingLevelCommand.ts b/clients/client-iot/commands/DeleteV2LoggingLevelCommand.ts index c12ffb302852..77519d72eb03 100644 --- a/clients/client-iot/commands/DeleteV2LoggingLevelCommand.ts +++ b/clients/client-iot/commands/DeleteV2LoggingLevelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteV2LoggingLevelCommandOutput extends __MetadataBearer {} /** *

Deletes a logging level.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeleteV2LoggingLevelCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeleteV2LoggingLevelCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DeprecateThingTypeCommand.ts b/clients/client-iot/commands/DeprecateThingTypeCommand.ts index b17b551a7b19..2889e96000f2 100644 --- a/clients/client-iot/commands/DeprecateThingTypeCommand.ts +++ b/clients/client-iot/commands/DeprecateThingTypeCommand.ts @@ -24,7 +24,7 @@ export interface DeprecateThingTypeCommandOutput extends DeprecateThingTypeRespo *

Deprecates a thing type. You can not associate new things with deprecated thing * type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DeprecateThingTypeCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DeprecateThingTypeCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeAccountAuditConfigurationCommand.ts b/clients/client-iot/commands/DescribeAccountAuditConfigurationCommand.ts index 412d462fbe6b..db4894c02baa 100644 --- a/clients/client-iot/commands/DescribeAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/commands/DescribeAccountAuditConfigurationCommand.ts @@ -30,7 +30,7 @@ export interface DescribeAccountAuditConfigurationCommandOutput * Settings include how audit notifications are sent and which audit checks are * enabled or disabled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeAccountAuditConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeAccountAuditConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeAuditFindingCommand.ts b/clients/client-iot/commands/DescribeAuditFindingCommand.ts index 9f15b10a309e..ff25db3c2ee4 100644 --- a/clients/client-iot/commands/DescribeAuditFindingCommand.ts +++ b/clients/client-iot/commands/DescribeAuditFindingCommand.ts @@ -27,7 +27,7 @@ export interface DescribeAuditFindingCommandOutput extends DescribeAuditFindingR * when the audit that returned the * finding.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeAuditFindingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeAuditFindingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeAuditMitigationActionsTaskCommand.ts b/clients/client-iot/commands/DescribeAuditMitigationActionsTaskCommand.ts index a51877ecc2d0..b69edb0e4df3 100644 --- a/clients/client-iot/commands/DescribeAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/commands/DescribeAuditMitigationActionsTaskCommand.ts @@ -28,7 +28,7 @@ export interface DescribeAuditMitigationActionsTaskCommandOutput /** *

Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeAuditMitigationActionsTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeAuditMitigationActionsTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeAuditSuppressionCommand.ts b/clients/client-iot/commands/DescribeAuditSuppressionCommand.ts index 5c4776f9efa8..ab464ca5bbd9 100644 --- a/clients/client-iot/commands/DescribeAuditSuppressionCommand.ts +++ b/clients/client-iot/commands/DescribeAuditSuppressionCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAuditSuppressionCommandOutput extends DescribeAuditSupp * Gets information about a Device Defender audit suppression. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeAuditSuppressionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeAuditSuppressionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeAuditTaskCommand.ts b/clients/client-iot/commands/DescribeAuditTaskCommand.ts index 061d92383e56..d0b6b14ce41c 100644 --- a/clients/client-iot/commands/DescribeAuditTaskCommand.ts +++ b/clients/client-iot/commands/DescribeAuditTaskCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAuditTaskCommandOutput extends DescribeAuditTaskRespons /** *

Gets information about a Device Defender audit.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeAuditTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeAuditTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeAuthorizerCommand.ts b/clients/client-iot/commands/DescribeAuthorizerCommand.ts index 90e53ce0b8c9..da5b1aed5559 100644 --- a/clients/client-iot/commands/DescribeAuthorizerCommand.ts +++ b/clients/client-iot/commands/DescribeAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAuthorizerCommandOutput extends DescribeAuthorizerRespo /** *

Describes an authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeBillingGroupCommand.ts b/clients/client-iot/commands/DescribeBillingGroupCommand.ts index c09c3e4d2dc0..5b10ac17310d 100644 --- a/clients/client-iot/commands/DescribeBillingGroupCommand.ts +++ b/clients/client-iot/commands/DescribeBillingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBillingGroupCommandOutput extends DescribeBillingGroupR /** *

Returns information about a billing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeCACertificateCommand.ts b/clients/client-iot/commands/DescribeCACertificateCommand.ts index abab2f7d3198..ac3d75f2308c 100644 --- a/clients/client-iot/commands/DescribeCACertificateCommand.ts +++ b/clients/client-iot/commands/DescribeCACertificateCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCACertificateCommandOutput extends DescribeCACertificat /** *

Describes a registered CA certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeCACertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeCACertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeCertificateCommand.ts b/clients/client-iot/commands/DescribeCertificateCommand.ts index 9bf4bfea69d6..4f551b651eb6 100644 --- a/clients/client-iot/commands/DescribeCertificateCommand.ts +++ b/clients/client-iot/commands/DescribeCertificateCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes /** *

Gets information about the specified certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeCertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeCertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeCustomMetricCommand.ts b/clients/client-iot/commands/DescribeCustomMetricCommand.ts index 112aa00ac4d1..a6f9bc8cc910 100644 --- a/clients/client-iot/commands/DescribeCustomMetricCommand.ts +++ b/clients/client-iot/commands/DescribeCustomMetricCommand.ts @@ -25,7 +25,7 @@ export interface DescribeCustomMetricCommandOutput extends DescribeCustomMetricR * Gets information about a Device Defender detect custom metric. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeCustomMetricCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeCustomMetricCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeDefaultAuthorizerCommand.ts b/clients/client-iot/commands/DescribeDefaultAuthorizerCommand.ts index 433a94213881..b8767491a386 100644 --- a/clients/client-iot/commands/DescribeDefaultAuthorizerCommand.ts +++ b/clients/client-iot/commands/DescribeDefaultAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDefaultAuthorizerCommandOutput extends DescribeDefaultA /** *

Describes the default authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeDefaultAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeDefaultAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeDetectMitigationActionsTaskCommand.ts b/clients/client-iot/commands/DescribeDetectMitigationActionsTaskCommand.ts index 606faf6a117d..62f5eea52c49 100644 --- a/clients/client-iot/commands/DescribeDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/commands/DescribeDetectMitigationActionsTaskCommand.ts @@ -30,7 +30,7 @@ export interface DescribeDetectMitigationActionsTaskCommandOutput * Gets information about a Device Defender ML Detect mitigation action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeDetectMitigationActionsTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeDetectMitigationActionsTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeDimensionCommand.ts b/clients/client-iot/commands/DescribeDimensionCommand.ts index ebe128c0182a..4a41bd245638 100644 --- a/clients/client-iot/commands/DescribeDimensionCommand.ts +++ b/clients/client-iot/commands/DescribeDimensionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDimensionCommandOutput extends DescribeDimensionRespons /** *

Provides details about a dimension that is defined in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeDimensionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeDimensionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeDomainConfigurationCommand.ts b/clients/client-iot/commands/DescribeDomainConfigurationCommand.ts index a052871f288f..40a6300e9efd 100644 --- a/clients/client-iot/commands/DescribeDomainConfigurationCommand.ts +++ b/clients/client-iot/commands/DescribeDomainConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDomainConfigurationCommandOutput *

The domain configuration feature is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeDomainConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeDomainConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeEndpointCommand.ts b/clients/client-iot/commands/DescribeEndpointCommand.ts index bf7c0913fa53..44619e922bca 100644 --- a/clients/client-iot/commands/DescribeEndpointCommand.ts +++ b/clients/client-iot/commands/DescribeEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse, /** *

Returns a unique endpoint specific to the AWS account making the call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeEndpointCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeEndpointCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeEventConfigurationsCommand.ts b/clients/client-iot/commands/DescribeEventConfigurationsCommand.ts index 83f52bacb2ee..565c1839fa8b 100644 --- a/clients/client-iot/commands/DescribeEventConfigurationsCommand.ts +++ b/clients/client-iot/commands/DescribeEventConfigurationsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEventConfigurationsCommandOutput /** *

Describes event configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeEventConfigurationsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeEventConfigurationsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeIndexCommand.ts b/clients/client-iot/commands/DescribeIndexCommand.ts index a1b3e8ed872b..6f0b99603fed 100644 --- a/clients/client-iot/commands/DescribeIndexCommand.ts +++ b/clients/client-iot/commands/DescribeIndexCommand.ts @@ -23,7 +23,7 @@ export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __Met /** *

Describes a search index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeIndexCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeIndexCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeJobCommand.ts b/clients/client-iot/commands/DescribeJobCommand.ts index 752cf94db414..c70e832f7a0a 100644 --- a/clients/client-iot/commands/DescribeJobCommand.ts +++ b/clients/client-iot/commands/DescribeJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResponse, __Metadat /** *

Describes a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeJobCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeJobExecutionCommand.ts b/clients/client-iot/commands/DescribeJobExecutionCommand.ts index 65ea567d77c3..72aee05fe00d 100644 --- a/clients/client-iot/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot/commands/DescribeJobExecutionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobExecutionCommandOutput extends DescribeJobExecutionR /** *

Describes a job execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeJobExecutionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeJobExecutionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeMitigationActionCommand.ts b/clients/client-iot/commands/DescribeMitigationActionCommand.ts index 63dc673535a1..283c6b1cf8d5 100644 --- a/clients/client-iot/commands/DescribeMitigationActionCommand.ts +++ b/clients/client-iot/commands/DescribeMitigationActionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMitigationActionCommandOutput extends DescribeMitigatio /** *

Gets information about a mitigation action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeMitigationActionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeMitigationActionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeProvisioningTemplateCommand.ts b/clients/client-iot/commands/DescribeProvisioningTemplateCommand.ts index c56f8d5fca05..156089795edc 100644 --- a/clients/client-iot/commands/DescribeProvisioningTemplateCommand.ts +++ b/clients/client-iot/commands/DescribeProvisioningTemplateCommand.ts @@ -25,7 +25,7 @@ export interface DescribeProvisioningTemplateCommandOutput /** *

Returns information about a fleet provisioning template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeProvisioningTemplateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeProvisioningTemplateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeProvisioningTemplateVersionCommand.ts b/clients/client-iot/commands/DescribeProvisioningTemplateVersionCommand.ts index 25d98a2ec3aa..2d20f5d8b418 100644 --- a/clients/client-iot/commands/DescribeProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/commands/DescribeProvisioningTemplateVersionCommand.ts @@ -28,7 +28,7 @@ export interface DescribeProvisioningTemplateVersionCommandOutput /** *

Returns information about a fleet provisioning template version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeProvisioningTemplateVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeProvisioningTemplateVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeRoleAliasCommand.ts b/clients/client-iot/commands/DescribeRoleAliasCommand.ts index 62415d5d0252..5c3d12b21f8e 100644 --- a/clients/client-iot/commands/DescribeRoleAliasCommand.ts +++ b/clients/client-iot/commands/DescribeRoleAliasCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRoleAliasCommandOutput extends DescribeRoleAliasRespons /** *

Describes a role alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeRoleAliasCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeRoleAliasCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeScheduledAuditCommand.ts b/clients/client-iot/commands/DescribeScheduledAuditCommand.ts index 45e64624c8e7..a7de95bb0669 100644 --- a/clients/client-iot/commands/DescribeScheduledAuditCommand.ts +++ b/clients/client-iot/commands/DescribeScheduledAuditCommand.ts @@ -23,7 +23,7 @@ export interface DescribeScheduledAuditCommandOutput extends DescribeScheduledAu /** *

Gets information about a scheduled audit.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeScheduledAuditCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeScheduledAuditCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeSecurityProfileCommand.ts b/clients/client-iot/commands/DescribeSecurityProfileCommand.ts index a273e27a0f1e..2b5c6a4d4eb8 100644 --- a/clients/client-iot/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-iot/commands/DescribeSecurityProfileCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityPr /** *

Gets information about a Device Defender security profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeSecurityProfileCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeSecurityProfileCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeStreamCommand.ts b/clients/client-iot/commands/DescribeStreamCommand.ts index 3a6832058779..95a7e174f8a0 100644 --- a/clients/client-iot/commands/DescribeStreamCommand.ts +++ b/clients/client-iot/commands/DescribeStreamCommand.ts @@ -23,7 +23,7 @@ export interface DescribeStreamCommandOutput extends DescribeStreamResponse, __M /** *

Gets information about a stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeStreamCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeStreamCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeThingCommand.ts b/clients/client-iot/commands/DescribeThingCommand.ts index ac9c48180118..849aea0f6c70 100644 --- a/clients/client-iot/commands/DescribeThingCommand.ts +++ b/clients/client-iot/commands/DescribeThingCommand.ts @@ -23,7 +23,7 @@ export interface DescribeThingCommandOutput extends DescribeThingResponse, __Met /** *

Gets information about the specified thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeThingGroupCommand.ts b/clients/client-iot/commands/DescribeThingGroupCommand.ts index 4184a9f8cbaa..c17787dbbbac 100644 --- a/clients/client-iot/commands/DescribeThingGroupCommand.ts +++ b/clients/client-iot/commands/DescribeThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeThingGroupCommandOutput extends DescribeThingGroupRespo /** *

Describe a thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeThingRegistrationTaskCommand.ts b/clients/client-iot/commands/DescribeThingRegistrationTaskCommand.ts index a9aa44805acf..a9725cbe790e 100644 --- a/clients/client-iot/commands/DescribeThingRegistrationTaskCommand.ts +++ b/clients/client-iot/commands/DescribeThingRegistrationTaskCommand.ts @@ -25,7 +25,7 @@ export interface DescribeThingRegistrationTaskCommandOutput /** *

Describes a bulk thing provisioning task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeThingRegistrationTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeThingRegistrationTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DescribeThingTypeCommand.ts b/clients/client-iot/commands/DescribeThingTypeCommand.ts index c5c2d1083f3e..0c6a7283d4f7 100644 --- a/clients/client-iot/commands/DescribeThingTypeCommand.ts +++ b/clients/client-iot/commands/DescribeThingTypeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeThingTypeCommandOutput extends DescribeThingTypeRespons /** *

Gets information about the specified thing type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DescribeThingTypeCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DescribeThingTypeCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DetachPolicyCommand.ts b/clients/client-iot/commands/DetachPolicyCommand.ts index cd54aa82e7c4..0743751de8e9 100644 --- a/clients/client-iot/commands/DetachPolicyCommand.ts +++ b/clients/client-iot/commands/DetachPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DetachPolicyCommandOutput extends __MetadataBearer {} /** *

Detaches a policy from the specified target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DetachPolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DetachPolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DetachPrincipalPolicyCommand.ts b/clients/client-iot/commands/DetachPrincipalPolicyCommand.ts index 41c0e65b7d75..a1bcedc6a51e 100644 --- a/clients/client-iot/commands/DetachPrincipalPolicyCommand.ts +++ b/clients/client-iot/commands/DetachPrincipalPolicyCommand.ts @@ -27,7 +27,7 @@ export interface DetachPrincipalPolicyCommandOutput extends __MetadataBearer {} *

* Note: This API is deprecated. Please use DetachPolicy instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DetachPrincipalPolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DetachPrincipalPolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DetachSecurityProfileCommand.ts b/clients/client-iot/commands/DetachSecurityProfileCommand.ts index 66e08ddc1c19..fa7d018adeef 100644 --- a/clients/client-iot/commands/DetachSecurityProfileCommand.ts +++ b/clients/client-iot/commands/DetachSecurityProfileCommand.ts @@ -23,7 +23,7 @@ export interface DetachSecurityProfileCommandOutput extends DetachSecurityProfil /** *

Disassociates a Device Defender security profile from a thing group or from this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DetachSecurityProfileCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DetachSecurityProfileCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DetachThingPrincipalCommand.ts b/clients/client-iot/commands/DetachThingPrincipalCommand.ts index 290e3b8c05bb..3422e66ae142 100644 --- a/clients/client-iot/commands/DetachThingPrincipalCommand.ts +++ b/clients/client-iot/commands/DetachThingPrincipalCommand.ts @@ -29,7 +29,7 @@ export interface DetachThingPrincipalCommandOutput extends DetachThingPrincipalR * propagate.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DetachThingPrincipalCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DetachThingPrincipalCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/DisableTopicRuleCommand.ts b/clients/client-iot/commands/DisableTopicRuleCommand.ts index ab92cc7158f0..0aa27e6f859c 100644 --- a/clients/client-iot/commands/DisableTopicRuleCommand.ts +++ b/clients/client-iot/commands/DisableTopicRuleCommand.ts @@ -23,7 +23,7 @@ export interface DisableTopicRuleCommandOutput extends __MetadataBearer {} /** *

Disables the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, DisableTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, DisableTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/EnableTopicRuleCommand.ts b/clients/client-iot/commands/EnableTopicRuleCommand.ts index 329d028fe80c..051afbc99bda 100644 --- a/clients/client-iot/commands/EnableTopicRuleCommand.ts +++ b/clients/client-iot/commands/EnableTopicRuleCommand.ts @@ -23,7 +23,7 @@ export interface EnableTopicRuleCommandOutput extends __MetadataBearer {} /** *

Enables the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, EnableTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, EnableTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetBehaviorModelTrainingSummariesCommand.ts b/clients/client-iot/commands/GetBehaviorModelTrainingSummariesCommand.ts index efdbba57d0fd..b9c85f7d8d20 100644 --- a/clients/client-iot/commands/GetBehaviorModelTrainingSummariesCommand.ts +++ b/clients/client-iot/commands/GetBehaviorModelTrainingSummariesCommand.ts @@ -30,7 +30,7 @@ export interface GetBehaviorModelTrainingSummariesCommandOutput * Returns a Device Defender's ML Detect Security Profile training model's status. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetBehaviorModelTrainingSummariesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetBehaviorModelTrainingSummariesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetCardinalityCommand.ts b/clients/client-iot/commands/GetCardinalityCommand.ts index 9af294527ad4..833ac0053ab3 100644 --- a/clients/client-iot/commands/GetCardinalityCommand.ts +++ b/clients/client-iot/commands/GetCardinalityCommand.ts @@ -23,7 +23,7 @@ export interface GetCardinalityCommandOutput extends GetCardinalityResponse, __M /** *

Returns the approximate count of unique values that match the query.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetCardinalityCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetCardinalityCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetEffectivePoliciesCommand.ts b/clients/client-iot/commands/GetEffectivePoliciesCommand.ts index 5b5a2c76d192..4bfc3f703f3f 100644 --- a/clients/client-iot/commands/GetEffectivePoliciesCommand.ts +++ b/clients/client-iot/commands/GetEffectivePoliciesCommand.ts @@ -24,7 +24,7 @@ export interface GetEffectivePoliciesCommandOutput extends GetEffectivePoliciesR *

Gets a list of the policies that have an effect on the authorization behavior of the * specified device when it connects to the AWS IoT device gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetEffectivePoliciesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetEffectivePoliciesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetIndexingConfigurationCommand.ts b/clients/client-iot/commands/GetIndexingConfigurationCommand.ts index 65e5e563c234..c2eae97285ae 100644 --- a/clients/client-iot/commands/GetIndexingConfigurationCommand.ts +++ b/clients/client-iot/commands/GetIndexingConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetIndexingConfigurationCommandOutput extends GetIndexingConfig /** *

Gets the indexing configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetIndexingConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetIndexingConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetJobDocumentCommand.ts b/clients/client-iot/commands/GetJobDocumentCommand.ts index 896d4fdd5b52..c8dbed3d6c48 100644 --- a/clients/client-iot/commands/GetJobDocumentCommand.ts +++ b/clients/client-iot/commands/GetJobDocumentCommand.ts @@ -23,7 +23,7 @@ export interface GetJobDocumentCommandOutput extends GetJobDocumentResponse, __M /** *

Gets a job document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetJobDocumentCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetJobDocumentCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetLoggingOptionsCommand.ts b/clients/client-iot/commands/GetLoggingOptionsCommand.ts index 8d4d937523e5..1b053f0a6749 100644 --- a/clients/client-iot/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iot/commands/GetLoggingOptionsCommand.ts @@ -25,7 +25,7 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons *

NOTE: use of this command is not recommended. Use GetV2LoggingOptions * instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetLoggingOptionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetLoggingOptionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetOTAUpdateCommand.ts b/clients/client-iot/commands/GetOTAUpdateCommand.ts index ee4e11b3ed4b..e25aea54839b 100644 --- a/clients/client-iot/commands/GetOTAUpdateCommand.ts +++ b/clients/client-iot/commands/GetOTAUpdateCommand.ts @@ -23,7 +23,7 @@ export interface GetOTAUpdateCommandOutput extends GetOTAUpdateResponse, __Metad /** *

Gets an OTA update.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetOTAUpdateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetOTAUpdateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetPercentilesCommand.ts b/clients/client-iot/commands/GetPercentilesCommand.ts index 69251e6b476b..7bd7dd1ac594 100644 --- a/clients/client-iot/commands/GetPercentilesCommand.ts +++ b/clients/client-iot/commands/GetPercentilesCommand.ts @@ -31,7 +31,7 @@ export interface GetPercentilesCommandOutput extends GetPercentilesResponse, __M * The result is an approximation, the more values that match the query, the more accurate * the percentile values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetPercentilesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetPercentilesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetPolicyCommand.ts b/clients/client-iot/commands/GetPolicyCommand.ts index d8058057f947..7a7c86b236e0 100644 --- a/clients/client-iot/commands/GetPolicyCommand.ts +++ b/clients/client-iot/commands/GetPolicyCommand.ts @@ -24,7 +24,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea *

Gets information about the specified policy with the policy document of the default * version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetPolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetPolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetPolicyVersionCommand.ts b/clients/client-iot/commands/GetPolicyVersionCommand.ts index 35fd6c1b7be7..d61eb947c35d 100644 --- a/clients/client-iot/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iot/commands/GetPolicyVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse, /** *

Gets information about the specified policy version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetPolicyVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetPolicyVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetRegistrationCodeCommand.ts b/clients/client-iot/commands/GetRegistrationCodeCommand.ts index 170e8127459f..b96f5eb04265 100644 --- a/clients/client-iot/commands/GetRegistrationCodeCommand.ts +++ b/clients/client-iot/commands/GetRegistrationCodeCommand.ts @@ -23,7 +23,7 @@ export interface GetRegistrationCodeCommandOutput extends GetRegistrationCodeRes /** *

Gets a registration code used to register a CA certificate with AWS IoT.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetRegistrationCodeCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetRegistrationCodeCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetStatisticsCommand.ts b/clients/client-iot/commands/GetStatisticsCommand.ts index db85f7279155..e9ee27bbb658 100644 --- a/clients/client-iot/commands/GetStatisticsCommand.ts +++ b/clients/client-iot/commands/GetStatisticsCommand.ts @@ -25,7 +25,7 @@ export interface GetStatisticsCommandOutput extends GetStatisticsResponse, __Met * and standard deviation for the specified aggregated field. If the aggregation field is of type * String, only the count statistic is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetStatisticsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetStatisticsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetTopicRuleCommand.ts b/clients/client-iot/commands/GetTopicRuleCommand.ts index b549365a819b..2746395e6426 100644 --- a/clients/client-iot/commands/GetTopicRuleCommand.ts +++ b/clients/client-iot/commands/GetTopicRuleCommand.ts @@ -23,7 +23,7 @@ export interface GetTopicRuleCommandOutput extends GetTopicRuleResponse, __Metad /** *

Gets information about the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetTopicRuleDestinationCommand.ts b/clients/client-iot/commands/GetTopicRuleDestinationCommand.ts index 74f2758156a8..30f6b0933370 100644 --- a/clients/client-iot/commands/GetTopicRuleDestinationCommand.ts +++ b/clients/client-iot/commands/GetTopicRuleDestinationCommand.ts @@ -23,7 +23,7 @@ export interface GetTopicRuleDestinationCommandOutput extends GetTopicRuleDestin /** *

Gets information about a topic rule destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetTopicRuleDestinationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetTopicRuleDestinationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/GetV2LoggingOptionsCommand.ts b/clients/client-iot/commands/GetV2LoggingOptionsCommand.ts index 35752592e25d..eece9e0c205f 100644 --- a/clients/client-iot/commands/GetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/commands/GetV2LoggingOptionsCommand.ts @@ -23,7 +23,7 @@ export interface GetV2LoggingOptionsCommandOutput extends GetV2LoggingOptionsRes /** *

Gets the fine grained logging options.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, GetV2LoggingOptionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, GetV2LoggingOptionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListActiveViolationsCommand.ts b/clients/client-iot/commands/ListActiveViolationsCommand.ts index 8abf10c3b272..fbf4bb6461a5 100644 --- a/clients/client-iot/commands/ListActiveViolationsCommand.ts +++ b/clients/client-iot/commands/ListActiveViolationsCommand.ts @@ -23,7 +23,7 @@ export interface ListActiveViolationsCommandOutput extends ListActiveViolationsR /** *

Lists the active violations for a given Device Defender security profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListActiveViolationsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListActiveViolationsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListAttachedPoliciesCommand.ts b/clients/client-iot/commands/ListAttachedPoliciesCommand.ts index 7967ed32c124..7fb64a489b8f 100644 --- a/clients/client-iot/commands/ListAttachedPoliciesCommand.ts +++ b/clients/client-iot/commands/ListAttachedPoliciesCommand.ts @@ -23,7 +23,7 @@ export interface ListAttachedPoliciesCommandOutput extends ListAttachedPoliciesR /** *

Lists the policies attached to the specified thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListAttachedPoliciesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListAttachedPoliciesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListAuditFindingsCommand.ts b/clients/client-iot/commands/ListAuditFindingsCommand.ts index 0625d028d1d2..2fdc1718c486 100644 --- a/clients/client-iot/commands/ListAuditFindingsCommand.ts +++ b/clients/client-iot/commands/ListAuditFindingsCommand.ts @@ -24,7 +24,7 @@ export interface ListAuditFindingsCommandOutput extends ListAuditFindingsRespons *

Lists the findings (results) of a Device Defender audit or of the audits * performed during a specified time period. (Findings are retained for 90 days.)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListAuditFindingsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListAuditFindingsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListAuditMitigationActionsExecutionsCommand.ts b/clients/client-iot/commands/ListAuditMitigationActionsExecutionsCommand.ts index e9d51d4e1ada..0b63f799db7b 100644 --- a/clients/client-iot/commands/ListAuditMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/commands/ListAuditMitigationActionsExecutionsCommand.ts @@ -29,7 +29,7 @@ export interface ListAuditMitigationActionsExecutionsCommandOutput *

Gets the status of audit mitigation action tasks that were * executed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListAuditMitigationActionsExecutionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListAuditMitigationActionsExecutionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListAuditMitigationActionsTasksCommand.ts b/clients/client-iot/commands/ListAuditMitigationActionsTasksCommand.ts index 37b3be26b3e7..2fefff6d2300 100644 --- a/clients/client-iot/commands/ListAuditMitigationActionsTasksCommand.ts +++ b/clients/client-iot/commands/ListAuditMitigationActionsTasksCommand.ts @@ -25,7 +25,7 @@ export interface ListAuditMitigationActionsTasksCommandOutput /** *

Gets a list of audit mitigation action tasks that match the specified filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListAuditMitigationActionsTasksCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListAuditMitigationActionsTasksCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListAuditSuppressionsCommand.ts b/clients/client-iot/commands/ListAuditSuppressionsCommand.ts index 3d94e20da001..0a120cc585b1 100644 --- a/clients/client-iot/commands/ListAuditSuppressionsCommand.ts +++ b/clients/client-iot/commands/ListAuditSuppressionsCommand.ts @@ -25,7 +25,7 @@ export interface ListAuditSuppressionsCommandOutput extends ListAuditSuppression * Lists your Device Defender audit listings. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListAuditSuppressionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListAuditSuppressionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListAuditTasksCommand.ts b/clients/client-iot/commands/ListAuditTasksCommand.ts index 64a992c37822..1967ec04b1e0 100644 --- a/clients/client-iot/commands/ListAuditTasksCommand.ts +++ b/clients/client-iot/commands/ListAuditTasksCommand.ts @@ -24,7 +24,7 @@ export interface ListAuditTasksCommandOutput extends ListAuditTasksResponse, __M *

Lists the Device Defender audits that have been performed during a given * time period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListAuditTasksCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListAuditTasksCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListAuthorizersCommand.ts b/clients/client-iot/commands/ListAuthorizersCommand.ts index 7c9318613a1f..82fd0ee7f368 100644 --- a/clients/client-iot/commands/ListAuthorizersCommand.ts +++ b/clients/client-iot/commands/ListAuthorizersCommand.ts @@ -23,7 +23,7 @@ export interface ListAuthorizersCommandOutput extends ListAuthorizersResponse, _ /** *

Lists the authorizers registered in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListAuthorizersCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListAuthorizersCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListBillingGroupsCommand.ts b/clients/client-iot/commands/ListBillingGroupsCommand.ts index fdf99c42fa2b..5bd413743802 100644 --- a/clients/client-iot/commands/ListBillingGroupsCommand.ts +++ b/clients/client-iot/commands/ListBillingGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsRespons /** *

Lists the billing groups you have created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListBillingGroupsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListBillingGroupsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListCACertificatesCommand.ts b/clients/client-iot/commands/ListCACertificatesCommand.ts index 6ac088ad4454..e392d25a03b8 100644 --- a/clients/client-iot/commands/ListCACertificatesCommand.ts +++ b/clients/client-iot/commands/ListCACertificatesCommand.ts @@ -25,7 +25,7 @@ export interface ListCACertificatesCommandOutput extends ListCACertificatesRespo *

The results are paginated with a default page size of 25. You can use the returned * marker to retrieve additional results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListCACertificatesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListCACertificatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListCertificatesByCACommand.ts b/clients/client-iot/commands/ListCertificatesByCACommand.ts index 1b13fe633b25..12a8626c5d84 100644 --- a/clients/client-iot/commands/ListCertificatesByCACommand.ts +++ b/clients/client-iot/commands/ListCertificatesByCACommand.ts @@ -23,7 +23,7 @@ export interface ListCertificatesByCACommandOutput extends ListCertificatesByCAR /** *

List the device certificates signed by the specified CA certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListCertificatesByCACommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListCertificatesByCACommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListCertificatesCommand.ts b/clients/client-iot/commands/ListCertificatesCommand.ts index 3773614e624f..265348c8358f 100644 --- a/clients/client-iot/commands/ListCertificatesCommand.ts +++ b/clients/client-iot/commands/ListCertificatesCommand.ts @@ -25,7 +25,7 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse, *

The results are paginated with a default page size of 25. You can use the returned * marker to retrieve additional results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListCertificatesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListCertificatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListCustomMetricsCommand.ts b/clients/client-iot/commands/ListCustomMetricsCommand.ts index 60db0da9a93a..3719489b1d19 100644 --- a/clients/client-iot/commands/ListCustomMetricsCommand.ts +++ b/clients/client-iot/commands/ListCustomMetricsCommand.ts @@ -25,7 +25,7 @@ export interface ListCustomMetricsCommandOutput extends ListCustomMetricsRespons * Lists your Device Defender detect custom metrics. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListCustomMetricsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListCustomMetricsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListDetectMitigationActionsExecutionsCommand.ts b/clients/client-iot/commands/ListDetectMitigationActionsExecutionsCommand.ts index 3fe04a9d8c0f..df6c7a05cda4 100644 --- a/clients/client-iot/commands/ListDetectMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/commands/ListDetectMitigationActionsExecutionsCommand.ts @@ -31,7 +31,7 @@ export interface ListDetectMitigationActionsExecutionsCommandOutput * Lists mitigation actions executions for a Device Defender ML Detect Security Profile. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListDetectMitigationActionsExecutionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListDetectMitigationActionsExecutionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListDetectMitigationActionsTasksCommand.ts b/clients/client-iot/commands/ListDetectMitigationActionsTasksCommand.ts index fc85f3bfca49..5061189d81c6 100644 --- a/clients/client-iot/commands/ListDetectMitigationActionsTasksCommand.ts +++ b/clients/client-iot/commands/ListDetectMitigationActionsTasksCommand.ts @@ -27,7 +27,7 @@ export interface ListDetectMitigationActionsTasksCommandOutput * List of Device Defender ML Detect mitigation actions tasks. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListDetectMitigationActionsTasksCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListDetectMitigationActionsTasksCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListDimensionsCommand.ts b/clients/client-iot/commands/ListDimensionsCommand.ts index 54ee3e656d96..a9c173a7e3f2 100644 --- a/clients/client-iot/commands/ListDimensionsCommand.ts +++ b/clients/client-iot/commands/ListDimensionsCommand.ts @@ -23,7 +23,7 @@ export interface ListDimensionsCommandOutput extends ListDimensionsResponse, __M /** *

List the set of dimensions that are defined for your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListDimensionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListDimensionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListDomainConfigurationsCommand.ts b/clients/client-iot/commands/ListDomainConfigurationsCommand.ts index de55a88a6d12..02bd30f3af31 100644 --- a/clients/client-iot/commands/ListDomainConfigurationsCommand.ts +++ b/clients/client-iot/commands/ListDomainConfigurationsCommand.ts @@ -26,7 +26,7 @@ export interface ListDomainConfigurationsCommandOutput extends ListDomainConfigu *

The domain configuration feature is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListDomainConfigurationsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListDomainConfigurationsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListIndicesCommand.ts b/clients/client-iot/commands/ListIndicesCommand.ts index cd366e2d5c33..598cda81056d 100644 --- a/clients/client-iot/commands/ListIndicesCommand.ts +++ b/clients/client-iot/commands/ListIndicesCommand.ts @@ -23,7 +23,7 @@ export interface ListIndicesCommandOutput extends ListIndicesResponse, __Metadat /** *

Lists the search indices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListIndicesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListIndicesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListJobExecutionsForJobCommand.ts b/clients/client-iot/commands/ListJobExecutionsForJobCommand.ts index 4a4b7343a48c..22cbdd9cfeea 100644 --- a/clients/client-iot/commands/ListJobExecutionsForJobCommand.ts +++ b/clients/client-iot/commands/ListJobExecutionsForJobCommand.ts @@ -23,7 +23,7 @@ export interface ListJobExecutionsForJobCommandOutput extends ListJobExecutionsF /** *

Lists the job executions for a job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListJobExecutionsForJobCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListJobExecutionsForJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListJobExecutionsForThingCommand.ts b/clients/client-iot/commands/ListJobExecutionsForThingCommand.ts index 35c5dba8b0a0..f96b3a573543 100644 --- a/clients/client-iot/commands/ListJobExecutionsForThingCommand.ts +++ b/clients/client-iot/commands/ListJobExecutionsForThingCommand.ts @@ -23,7 +23,7 @@ export interface ListJobExecutionsForThingCommandOutput extends ListJobExecution /** *

Lists the job executions for the specified thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListJobExecutionsForThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListJobExecutionsForThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListJobsCommand.ts b/clients/client-iot/commands/ListJobsCommand.ts index 22f67c46c9b9..71fbd66ae2ac 100644 --- a/clients/client-iot/commands/ListJobsCommand.ts +++ b/clients/client-iot/commands/ListJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare /** *

Lists jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListJobsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListJobsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListMitigationActionsCommand.ts b/clients/client-iot/commands/ListMitigationActionsCommand.ts index b43bd6bbaf97..eafe7c84708f 100644 --- a/clients/client-iot/commands/ListMitigationActionsCommand.ts +++ b/clients/client-iot/commands/ListMitigationActionsCommand.ts @@ -23,7 +23,7 @@ export interface ListMitigationActionsCommandOutput extends ListMitigationAction /** *

Gets a list of all mitigation actions that match the specified filter criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListMitigationActionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListMitigationActionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListOTAUpdatesCommand.ts b/clients/client-iot/commands/ListOTAUpdatesCommand.ts index 4c979e17f05d..25d819773cb8 100644 --- a/clients/client-iot/commands/ListOTAUpdatesCommand.ts +++ b/clients/client-iot/commands/ListOTAUpdatesCommand.ts @@ -23,7 +23,7 @@ export interface ListOTAUpdatesCommandOutput extends ListOTAUpdatesResponse, __M /** *

Lists OTA updates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListOTAUpdatesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListOTAUpdatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListOutgoingCertificatesCommand.ts b/clients/client-iot/commands/ListOutgoingCertificatesCommand.ts index 5268a9aac3af..a3ae5526a076 100644 --- a/clients/client-iot/commands/ListOutgoingCertificatesCommand.ts +++ b/clients/client-iot/commands/ListOutgoingCertificatesCommand.ts @@ -23,7 +23,7 @@ export interface ListOutgoingCertificatesCommandOutput extends ListOutgoingCerti /** *

Lists certificates that are being transferred but not yet accepted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListOutgoingCertificatesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListOutgoingCertificatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListPoliciesCommand.ts b/clients/client-iot/commands/ListPoliciesCommand.ts index a96658115ccb..e1bf4ca7e47f 100644 --- a/clients/client-iot/commands/ListPoliciesCommand.ts +++ b/clients/client-iot/commands/ListPoliciesCommand.ts @@ -23,7 +23,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad /** *

Lists your policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListPoliciesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListPoliciesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListPolicyPrincipalsCommand.ts b/clients/client-iot/commands/ListPolicyPrincipalsCommand.ts index 7b114eb624cb..cd09b6d93922 100644 --- a/clients/client-iot/commands/ListPolicyPrincipalsCommand.ts +++ b/clients/client-iot/commands/ListPolicyPrincipalsCommand.ts @@ -27,7 +27,7 @@ export interface ListPolicyPrincipalsCommandOutput extends ListPolicyPrincipalsR *

* Note: This API is deprecated. Please use ListTargetsForPolicy instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListPolicyPrincipalsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListPolicyPrincipalsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListPolicyVersionsCommand.ts b/clients/client-iot/commands/ListPolicyVersionsCommand.ts index 2e9dbf604f46..ee333c25c5ef 100644 --- a/clients/client-iot/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iot/commands/ListPolicyVersionsCommand.ts @@ -24,7 +24,7 @@ export interface ListPolicyVersionsCommandOutput extends ListPolicyVersionsRespo *

Lists the versions of the specified policy and identifies the default * version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListPolicyVersionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListPolicyVersionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListPrincipalPoliciesCommand.ts b/clients/client-iot/commands/ListPrincipalPoliciesCommand.ts index bb9420f5b0f6..7107414f4d90 100644 --- a/clients/client-iot/commands/ListPrincipalPoliciesCommand.ts +++ b/clients/client-iot/commands/ListPrincipalPoliciesCommand.ts @@ -28,7 +28,7 @@ export interface ListPrincipalPoliciesCommandOutput extends ListPrincipalPolicie *

* Note: This API is deprecated. Please use ListAttachedPolicies instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListPrincipalPoliciesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListPrincipalPoliciesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListPrincipalThingsCommand.ts b/clients/client-iot/commands/ListPrincipalThingsCommand.ts index 1c47f418ac6e..184315b2c762 100644 --- a/clients/client-iot/commands/ListPrincipalThingsCommand.ts +++ b/clients/client-iot/commands/ListPrincipalThingsCommand.ts @@ -25,7 +25,7 @@ export interface ListPrincipalThingsCommandOutput extends ListPrincipalThingsRes * certificates, IAM users, groups, and roles, Amazon Cognito identities or federated * identities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListPrincipalThingsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListPrincipalThingsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListProvisioningTemplateVersionsCommand.ts b/clients/client-iot/commands/ListProvisioningTemplateVersionsCommand.ts index 6747436e80c1..62d40d69aba2 100644 --- a/clients/client-iot/commands/ListProvisioningTemplateVersionsCommand.ts +++ b/clients/client-iot/commands/ListProvisioningTemplateVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListProvisioningTemplateVersionsCommandOutput /** *

A list of fleet provisioning template versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListProvisioningTemplateVersionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListProvisioningTemplateVersionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListProvisioningTemplatesCommand.ts b/clients/client-iot/commands/ListProvisioningTemplatesCommand.ts index 12e5080be4be..8b706fb183e5 100644 --- a/clients/client-iot/commands/ListProvisioningTemplatesCommand.ts +++ b/clients/client-iot/commands/ListProvisioningTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface ListProvisioningTemplatesCommandOutput extends ListProvisioning /** *

Lists the fleet provisioning templates in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListProvisioningTemplatesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListProvisioningTemplatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListRoleAliasesCommand.ts b/clients/client-iot/commands/ListRoleAliasesCommand.ts index f4c07d97a535..882de9ec6d0e 100644 --- a/clients/client-iot/commands/ListRoleAliasesCommand.ts +++ b/clients/client-iot/commands/ListRoleAliasesCommand.ts @@ -23,7 +23,7 @@ export interface ListRoleAliasesCommandOutput extends ListRoleAliasesResponse, _ /** *

Lists the role aliases registered in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListRoleAliasesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListRoleAliasesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListScheduledAuditsCommand.ts b/clients/client-iot/commands/ListScheduledAuditsCommand.ts index 0429e5e286e6..0a78b8792bb9 100644 --- a/clients/client-iot/commands/ListScheduledAuditsCommand.ts +++ b/clients/client-iot/commands/ListScheduledAuditsCommand.ts @@ -23,7 +23,7 @@ export interface ListScheduledAuditsCommandOutput extends ListScheduledAuditsRes /** *

Lists all of your scheduled audits.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListScheduledAuditsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListScheduledAuditsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListSecurityProfilesCommand.ts b/clients/client-iot/commands/ListSecurityProfilesCommand.ts index 45e3ecc12c8f..597c99922d57 100644 --- a/clients/client-iot/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-iot/commands/ListSecurityProfilesCommand.ts @@ -29,7 +29,7 @@ export interface ListSecurityProfilesCommandOutput extends ListSecurityProfilesR * dimensionName and metricName cannot be used in the same request.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListSecurityProfilesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListSecurityProfilesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListSecurityProfilesForTargetCommand.ts b/clients/client-iot/commands/ListSecurityProfilesForTargetCommand.ts index 5cbdd2413622..5b1e4d2d6981 100644 --- a/clients/client-iot/commands/ListSecurityProfilesForTargetCommand.ts +++ b/clients/client-iot/commands/ListSecurityProfilesForTargetCommand.ts @@ -25,7 +25,7 @@ export interface ListSecurityProfilesForTargetCommandOutput /** *

Lists the Device Defender security profiles attached to a target (thing group).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListSecurityProfilesForTargetCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListSecurityProfilesForTargetCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListStreamsCommand.ts b/clients/client-iot/commands/ListStreamsCommand.ts index f90ef889c030..71a0469b269b 100644 --- a/clients/client-iot/commands/ListStreamsCommand.ts +++ b/clients/client-iot/commands/ListStreamsCommand.ts @@ -23,7 +23,7 @@ export interface ListStreamsCommandOutput extends ListStreamsResponse, __Metadat /** *

Lists all of the streams in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListStreamsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListStreamsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListTagsForResourceCommand.ts b/clients/client-iot/commands/ListTagsForResourceCommand.ts index 66abf21682d0..f4f8e8c48d93 100644 --- a/clients/client-iot/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags (metadata) you have assigned to the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListTagsForResourceCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListTargetsForPolicyCommand.ts b/clients/client-iot/commands/ListTargetsForPolicyCommand.ts index d79b8e3ae0ff..8e5519d60525 100644 --- a/clients/client-iot/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-iot/commands/ListTargetsForPolicyCommand.ts @@ -23,7 +23,7 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR /** *

List targets for the specified policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListTargetsForPolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListTargetsForPolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListTargetsForSecurityProfileCommand.ts b/clients/client-iot/commands/ListTargetsForSecurityProfileCommand.ts index 2c772078a16c..98f33d2b1400 100644 --- a/clients/client-iot/commands/ListTargetsForSecurityProfileCommand.ts +++ b/clients/client-iot/commands/ListTargetsForSecurityProfileCommand.ts @@ -25,7 +25,7 @@ export interface ListTargetsForSecurityProfileCommandOutput /** *

Lists the targets (thing groups) associated with a given Device Defender security profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListTargetsForSecurityProfileCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListTargetsForSecurityProfileCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingGroupsCommand.ts b/clients/client-iot/commands/ListThingGroupsCommand.ts index 0359ff64b7ff..e50e451278ff 100644 --- a/clients/client-iot/commands/ListThingGroupsCommand.ts +++ b/clients/client-iot/commands/ListThingGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListThingGroupsCommandOutput extends ListThingGroupsResponse, _ /** *

List the thing groups in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingGroupsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingGroupsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingGroupsForThingCommand.ts b/clients/client-iot/commands/ListThingGroupsForThingCommand.ts index 5e3859a49942..1c6659934a65 100644 --- a/clients/client-iot/commands/ListThingGroupsForThingCommand.ts +++ b/clients/client-iot/commands/ListThingGroupsForThingCommand.ts @@ -23,7 +23,7 @@ export interface ListThingGroupsForThingCommandOutput extends ListThingGroupsFor /** *

List the thing groups to which the specified thing belongs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingGroupsForThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingGroupsForThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingPrincipalsCommand.ts b/clients/client-iot/commands/ListThingPrincipalsCommand.ts index 0d2af19432e0..52be69005afa 100644 --- a/clients/client-iot/commands/ListThingPrincipalsCommand.ts +++ b/clients/client-iot/commands/ListThingPrincipalsCommand.ts @@ -25,7 +25,7 @@ export interface ListThingPrincipalsCommandOutput extends ListThingPrincipalsRes * certificates, IAM users, groups, and roles, Amazon Cognito identities or federated * identities.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingPrincipalsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingPrincipalsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingRegistrationTaskReportsCommand.ts b/clients/client-iot/commands/ListThingRegistrationTaskReportsCommand.ts index 1f4c5f399714..ab304e6a76fc 100644 --- a/clients/client-iot/commands/ListThingRegistrationTaskReportsCommand.ts +++ b/clients/client-iot/commands/ListThingRegistrationTaskReportsCommand.ts @@ -25,7 +25,7 @@ export interface ListThingRegistrationTaskReportsCommandOutput /** *

Information about the thing registration tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingRegistrationTaskReportsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingRegistrationTaskReportsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingRegistrationTasksCommand.ts b/clients/client-iot/commands/ListThingRegistrationTasksCommand.ts index da531293e8a6..0a8c597d3861 100644 --- a/clients/client-iot/commands/ListThingRegistrationTasksCommand.ts +++ b/clients/client-iot/commands/ListThingRegistrationTasksCommand.ts @@ -23,7 +23,7 @@ export interface ListThingRegistrationTasksCommandOutput extends ListThingRegist /** *

List bulk thing provisioning tasks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingRegistrationTasksCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingRegistrationTasksCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingTypesCommand.ts b/clients/client-iot/commands/ListThingTypesCommand.ts index d15b969c282c..683589e7613f 100644 --- a/clients/client-iot/commands/ListThingTypesCommand.ts +++ b/clients/client-iot/commands/ListThingTypesCommand.ts @@ -23,7 +23,7 @@ export interface ListThingTypesCommandOutput extends ListThingTypesResponse, __M /** *

Lists the existing thing types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingTypesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingTypesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingsCommand.ts b/clients/client-iot/commands/ListThingsCommand.ts index b418782307a7..4949c114c7c0 100644 --- a/clients/client-iot/commands/ListThingsCommand.ts +++ b/clients/client-iot/commands/ListThingsCommand.ts @@ -30,7 +30,7 @@ export interface ListThingsCommandOutput extends ListThingsResponse, __MetadataB *

You will not be charged for calling this API if an Access denied error is returned. You will also not be charged if no attributes or pagination token was provided in request and no pagination token and no results were returned.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingsInBillingGroupCommand.ts b/clients/client-iot/commands/ListThingsInBillingGroupCommand.ts index eec7c8c73e54..6c8873f02918 100644 --- a/clients/client-iot/commands/ListThingsInBillingGroupCommand.ts +++ b/clients/client-iot/commands/ListThingsInBillingGroupCommand.ts @@ -23,7 +23,7 @@ export interface ListThingsInBillingGroupCommandOutput extends ListThingsInBilli /** *

Lists the things you have added to the given billing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingsInBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingsInBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListThingsInThingGroupCommand.ts b/clients/client-iot/commands/ListThingsInThingGroupCommand.ts index d3be71f432c7..b2b6ebed5f8a 100644 --- a/clients/client-iot/commands/ListThingsInThingGroupCommand.ts +++ b/clients/client-iot/commands/ListThingsInThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface ListThingsInThingGroupCommandOutput extends ListThingsInThingGr /** *

Lists the things in the specified group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListThingsInThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListThingsInThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListTopicRuleDestinationsCommand.ts b/clients/client-iot/commands/ListTopicRuleDestinationsCommand.ts index d326e79bb1df..590c0611b5bc 100644 --- a/clients/client-iot/commands/ListTopicRuleDestinationsCommand.ts +++ b/clients/client-iot/commands/ListTopicRuleDestinationsCommand.ts @@ -23,7 +23,7 @@ export interface ListTopicRuleDestinationsCommandOutput extends ListTopicRuleDes /** *

Lists all the topic rule destinations in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListTopicRuleDestinationsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListTopicRuleDestinationsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListTopicRulesCommand.ts b/clients/client-iot/commands/ListTopicRulesCommand.ts index 19a1c0f5c9ea..ba8a84c99b49 100644 --- a/clients/client-iot/commands/ListTopicRulesCommand.ts +++ b/clients/client-iot/commands/ListTopicRulesCommand.ts @@ -23,7 +23,7 @@ export interface ListTopicRulesCommandOutput extends ListTopicRulesResponse, __M /** *

Lists the rules for the specific topic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListTopicRulesCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListTopicRulesCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListV2LoggingLevelsCommand.ts b/clients/client-iot/commands/ListV2LoggingLevelsCommand.ts index 61cbad2e30a6..698597ac9bc2 100644 --- a/clients/client-iot/commands/ListV2LoggingLevelsCommand.ts +++ b/clients/client-iot/commands/ListV2LoggingLevelsCommand.ts @@ -23,7 +23,7 @@ export interface ListV2LoggingLevelsCommandOutput extends ListV2LoggingLevelsRes /** *

Lists logging levels.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListV2LoggingLevelsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListV2LoggingLevelsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ListViolationEventsCommand.ts b/clients/client-iot/commands/ListViolationEventsCommand.ts index c9491ee25302..35fe2f62ee32 100644 --- a/clients/client-iot/commands/ListViolationEventsCommand.ts +++ b/clients/client-iot/commands/ListViolationEventsCommand.ts @@ -25,7 +25,7 @@ export interface ListViolationEventsCommandOutput extends ListViolationEventsRes * You can use filters to limit the results to those alerts issued for a particular security profile, * behavior, or thing (device).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ListViolationEventsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ListViolationEventsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/RegisterCACertificateCommand.ts b/clients/client-iot/commands/RegisterCACertificateCommand.ts index e9a1c1f53cc4..e1c9eb028909 100644 --- a/clients/client-iot/commands/RegisterCACertificateCommand.ts +++ b/clients/client-iot/commands/RegisterCACertificateCommand.ts @@ -28,7 +28,7 @@ export interface RegisterCACertificateCommandOutput extends RegisterCACertificat * CA certificate registered, make sure you pass the CA certificate when you register your * device certificates with the RegisterCertificate API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, RegisterCACertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, RegisterCACertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/RegisterCertificateCommand.ts b/clients/client-iot/commands/RegisterCertificateCommand.ts index 39ddcf9fd100..a8bdcba24b99 100644 --- a/clients/client-iot/commands/RegisterCertificateCommand.ts +++ b/clients/client-iot/commands/RegisterCertificateCommand.ts @@ -25,7 +25,7 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes * that has the same subject field, you must specify the CA certificate that was used to sign * the device certificate being registered.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, RegisterCertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, RegisterCertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/RegisterCertificateWithoutCACommand.ts b/clients/client-iot/commands/RegisterCertificateWithoutCACommand.ts index 5b420876ef53..5091efdeb27e 100644 --- a/clients/client-iot/commands/RegisterCertificateWithoutCACommand.ts +++ b/clients/client-iot/commands/RegisterCertificateWithoutCACommand.ts @@ -25,7 +25,7 @@ export interface RegisterCertificateWithoutCACommandOutput /** *

Register a certificate that does not have a certificate authority (CA).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, RegisterCertificateWithoutCACommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, RegisterCertificateWithoutCACommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/RegisterThingCommand.ts b/clients/client-iot/commands/RegisterThingCommand.ts index d0cbba917486..bdbf3e70f07f 100644 --- a/clients/client-iot/commands/RegisterThingCommand.ts +++ b/clients/client-iot/commands/RegisterThingCommand.ts @@ -27,7 +27,7 @@ export interface RegisterThingCommandOutput extends RegisterThingResponse, __Met * AWS IoT Throttling Limits and cause throttle errors. Please contact AWS Customer Support to raise * your throttling limits if necessary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, RegisterThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, RegisterThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/RejectCertificateTransferCommand.ts b/clients/client-iot/commands/RejectCertificateTransferCommand.ts index c1e1777c237e..19791c4fe936 100644 --- a/clients/client-iot/commands/RejectCertificateTransferCommand.ts +++ b/clients/client-iot/commands/RejectCertificateTransferCommand.ts @@ -29,7 +29,7 @@ export interface RejectCertificateTransferCommandOutput extends __MetadataBearer *

This operation can only be called by the transfer destination. After it is called, * the certificate will be returned to the source's account in the INACTIVE state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, RejectCertificateTransferCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, RejectCertificateTransferCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/RemoveThingFromBillingGroupCommand.ts b/clients/client-iot/commands/RemoveThingFromBillingGroupCommand.ts index dca63c794846..a557e8b742f9 100644 --- a/clients/client-iot/commands/RemoveThingFromBillingGroupCommand.ts +++ b/clients/client-iot/commands/RemoveThingFromBillingGroupCommand.ts @@ -25,7 +25,7 @@ export interface RemoveThingFromBillingGroupCommandOutput /** *

Removes the given thing from the billing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, RemoveThingFromBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, RemoveThingFromBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/RemoveThingFromThingGroupCommand.ts b/clients/client-iot/commands/RemoveThingFromThingGroupCommand.ts index 2a2cfd7fa475..ec171403e3f0 100644 --- a/clients/client-iot/commands/RemoveThingFromThingGroupCommand.ts +++ b/clients/client-iot/commands/RemoveThingFromThingGroupCommand.ts @@ -28,7 +28,7 @@ export interface RemoveThingFromThingGroupCommandOutput extends RemoveThingFromT * identify the thing to remove from the thing group. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, RemoveThingFromThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, RemoveThingFromThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ReplaceTopicRuleCommand.ts b/clients/client-iot/commands/ReplaceTopicRuleCommand.ts index 5575b2fe2b2d..d4d8763afa17 100644 --- a/clients/client-iot/commands/ReplaceTopicRuleCommand.ts +++ b/clients/client-iot/commands/ReplaceTopicRuleCommand.ts @@ -25,7 +25,7 @@ export interface ReplaceTopicRuleCommandOutput extends __MetadataBearer {} * is an administrator-level action. Any user who has permission to create rules will be able * to access data processed by the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ReplaceTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ReplaceTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/SearchIndexCommand.ts b/clients/client-iot/commands/SearchIndexCommand.ts index 91eecf7a8f02..4cf8de706115 100644 --- a/clients/client-iot/commands/SearchIndexCommand.ts +++ b/clients/client-iot/commands/SearchIndexCommand.ts @@ -23,7 +23,7 @@ export interface SearchIndexCommandOutput extends SearchIndexResponse, __Metadat /** *

The query search index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, SearchIndexCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, SearchIndexCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/SetDefaultAuthorizerCommand.ts b/clients/client-iot/commands/SetDefaultAuthorizerCommand.ts index ec023f884256..bc392f1e77b3 100644 --- a/clients/client-iot/commands/SetDefaultAuthorizerCommand.ts +++ b/clients/client-iot/commands/SetDefaultAuthorizerCommand.ts @@ -24,7 +24,7 @@ export interface SetDefaultAuthorizerCommandOutput extends SetDefaultAuthorizerR *

Sets the default authorizer. This will be used if a websocket connection is made * without specifying an authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, SetDefaultAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, SetDefaultAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iot/commands/SetDefaultPolicyVersionCommand.ts index e73c530e0fa8..53b06dd63382 100644 --- a/clients/client-iot/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iot/commands/SetDefaultPolicyVersionCommand.ts @@ -26,7 +26,7 @@ export interface SetDefaultPolicyVersionCommandOutput extends __MetadataBearer { * To list the principals the policy is attached to, use the ListPrincipalPolicy * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, SetDefaultPolicyVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, SetDefaultPolicyVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/SetLoggingOptionsCommand.ts b/clients/client-iot/commands/SetLoggingOptionsCommand.ts index b7ab2bf41294..6df898169ac1 100644 --- a/clients/client-iot/commands/SetLoggingOptionsCommand.ts +++ b/clients/client-iot/commands/SetLoggingOptionsCommand.ts @@ -25,7 +25,7 @@ export interface SetLoggingOptionsCommandOutput extends __MetadataBearer {} *

NOTE: use of this command is not recommended. Use SetV2LoggingOptions * instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, SetLoggingOptionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, SetLoggingOptionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/SetV2LoggingLevelCommand.ts b/clients/client-iot/commands/SetV2LoggingLevelCommand.ts index ac000bfd1607..26357f71d5c7 100644 --- a/clients/client-iot/commands/SetV2LoggingLevelCommand.ts +++ b/clients/client-iot/commands/SetV2LoggingLevelCommand.ts @@ -23,7 +23,7 @@ export interface SetV2LoggingLevelCommandOutput extends __MetadataBearer {} /** *

Sets the logging level.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, SetV2LoggingLevelCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, SetV2LoggingLevelCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/SetV2LoggingOptionsCommand.ts b/clients/client-iot/commands/SetV2LoggingOptionsCommand.ts index 283112d3002c..9989e2f2f138 100644 --- a/clients/client-iot/commands/SetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/commands/SetV2LoggingOptionsCommand.ts @@ -23,7 +23,7 @@ export interface SetV2LoggingOptionsCommandOutput extends __MetadataBearer {} /** *

Sets the logging options for the V2 logging service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, SetV2LoggingOptionsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, SetV2LoggingOptionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/StartAuditMitigationActionsTaskCommand.ts b/clients/client-iot/commands/StartAuditMitigationActionsTaskCommand.ts index 6fed7717e44f..46fbc306c45d 100644 --- a/clients/client-iot/commands/StartAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/commands/StartAuditMitigationActionsTaskCommand.ts @@ -25,7 +25,7 @@ export interface StartAuditMitigationActionsTaskCommandOutput /** *

Starts a task that applies a set of mitigation actions to the specified target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, StartAuditMitigationActionsTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, StartAuditMitigationActionsTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/StartDetectMitigationActionsTaskCommand.ts b/clients/client-iot/commands/StartDetectMitigationActionsTaskCommand.ts index 25feeb27fc37..f7bf991e69da 100644 --- a/clients/client-iot/commands/StartDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/commands/StartDetectMitigationActionsTaskCommand.ts @@ -27,7 +27,7 @@ export interface StartDetectMitigationActionsTaskCommandOutput * Starts a Device Defender ML Detect mitigation actions task. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, StartDetectMitigationActionsTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, StartDetectMitigationActionsTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/StartOnDemandAuditTaskCommand.ts b/clients/client-iot/commands/StartOnDemandAuditTaskCommand.ts index 344646e78f98..b52543ae8812 100644 --- a/clients/client-iot/commands/StartOnDemandAuditTaskCommand.ts +++ b/clients/client-iot/commands/StartOnDemandAuditTaskCommand.ts @@ -23,7 +23,7 @@ export interface StartOnDemandAuditTaskCommandOutput extends StartOnDemandAuditT /** *

Starts an on-demand Device Defender audit.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, StartOnDemandAuditTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, StartOnDemandAuditTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/StartThingRegistrationTaskCommand.ts b/clients/client-iot/commands/StartThingRegistrationTaskCommand.ts index 65bae39887b4..867edbc8b72d 100644 --- a/clients/client-iot/commands/StartThingRegistrationTaskCommand.ts +++ b/clients/client-iot/commands/StartThingRegistrationTaskCommand.ts @@ -23,7 +23,7 @@ export interface StartThingRegistrationTaskCommandOutput extends StartThingRegis /** *

Creates a bulk thing provisioning task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, StartThingRegistrationTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, StartThingRegistrationTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/StopThingRegistrationTaskCommand.ts b/clients/client-iot/commands/StopThingRegistrationTaskCommand.ts index e7a73389ae6c..4d7067b354a6 100644 --- a/clients/client-iot/commands/StopThingRegistrationTaskCommand.ts +++ b/clients/client-iot/commands/StopThingRegistrationTaskCommand.ts @@ -23,7 +23,7 @@ export interface StopThingRegistrationTaskCommandOutput extends StopThingRegistr /** *

Cancels a bulk thing provisioning task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, StopThingRegistrationTaskCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, StopThingRegistrationTaskCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/TagResourceCommand.ts b/clients/client-iot/commands/TagResourceCommand.ts index 704f102edb0e..34e90d3dea93 100644 --- a/clients/client-iot/commands/TagResourceCommand.ts +++ b/clients/client-iot/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds to or modifies the tags of the given resource. Tags are metadata which can be * used to manage a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, TagResourceCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, TagResourceCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/TestAuthorizationCommand.ts b/clients/client-iot/commands/TestAuthorizationCommand.ts index 402212f3a1d4..0f74b95b0967 100644 --- a/clients/client-iot/commands/TestAuthorizationCommand.ts +++ b/clients/client-iot/commands/TestAuthorizationCommand.ts @@ -25,7 +25,7 @@ export interface TestAuthorizationCommandOutput extends TestAuthorizationRespons * specified resource. Use this to test and debug the authorization behavior of devices that * connect to the AWS IoT device gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, TestAuthorizationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, TestAuthorizationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/TestInvokeAuthorizerCommand.ts b/clients/client-iot/commands/TestInvokeAuthorizerCommand.ts index fa9344560675..485c86ee425d 100644 --- a/clients/client-iot/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-iot/commands/TestInvokeAuthorizerCommand.ts @@ -25,7 +25,7 @@ export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerR * this to test and debug the custom authorization behavior of devices that connect to the AWS * IoT device gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, TestInvokeAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, TestInvokeAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/TransferCertificateCommand.ts b/clients/client-iot/commands/TransferCertificateCommand.ts index 5cdcb0c7ed21..3698cedf11aa 100644 --- a/clients/client-iot/commands/TransferCertificateCommand.ts +++ b/clients/client-iot/commands/TransferCertificateCommand.ts @@ -30,7 +30,7 @@ export interface TransferCertificateCommandOutput extends TransferCertificateRes *

The certificate must not have any policies attached to it. You can use the * DetachPrincipalPolicy API to detach them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, TransferCertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, TransferCertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UntagResourceCommand.ts b/clients/client-iot/commands/UntagResourceCommand.ts index 8b756b275122..4500f4b96c96 100644 --- a/clients/client-iot/commands/UntagResourceCommand.ts +++ b/clients/client-iot/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the given tags (metadata) from the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UntagResourceCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UntagResourceCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateAccountAuditConfigurationCommand.ts b/clients/client-iot/commands/UpdateAccountAuditConfigurationCommand.ts index c765eaffe432..25b1c31ead4d 100644 --- a/clients/client-iot/commands/UpdateAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/commands/UpdateAccountAuditConfigurationCommand.ts @@ -27,7 +27,7 @@ export interface UpdateAccountAuditConfigurationCommandOutput * Settings include how audit notifications are sent and which audit checks are * enabled or disabled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateAccountAuditConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateAccountAuditConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateAuditSuppressionCommand.ts b/clients/client-iot/commands/UpdateAuditSuppressionCommand.ts index 1a5aded19bc9..aac077fba43c 100644 --- a/clients/client-iot/commands/UpdateAuditSuppressionCommand.ts +++ b/clients/client-iot/commands/UpdateAuditSuppressionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateAuditSuppressionCommandOutput extends UpdateAuditSuppress * Updates a Device Defender audit suppression. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateAuditSuppressionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateAuditSuppressionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateAuthorizerCommand.ts b/clients/client-iot/commands/UpdateAuthorizerCommand.ts index fb9c61eabc21..36057f372fa3 100644 --- a/clients/client-iot/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-iot/commands/UpdateAuthorizerCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, /** *

Updates an authorizer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateBillingGroupCommand.ts b/clients/client-iot/commands/UpdateBillingGroupCommand.ts index 67aeb00e3596..caa466fe1798 100644 --- a/clients/client-iot/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-iot/commands/UpdateBillingGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupRespo /** *

Updates information about the billing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateCACertificateCommand.ts b/clients/client-iot/commands/UpdateCACertificateCommand.ts index e779fefde60e..e68e8b3a6f2a 100644 --- a/clients/client-iot/commands/UpdateCACertificateCommand.ts +++ b/clients/client-iot/commands/UpdateCACertificateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateCACertificateCommandOutput extends __MetadataBearer {} /** *

Updates a registered CA certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateCACertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateCACertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateCertificateCommand.ts b/clients/client-iot/commands/UpdateCertificateCommand.ts index 480fa6a8fb59..f673516aff12 100644 --- a/clients/client-iot/commands/UpdateCertificateCommand.ts +++ b/clients/client-iot/commands/UpdateCertificateCommand.ts @@ -29,7 +29,7 @@ export interface UpdateCertificateCommandOutput extends __MetadataBearer {} * state, AWS IoT disconnects all devices that used that certificate to connect. Devices cannot * use a certificate that is not in the ACTIVE state to reconnect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateCertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateCertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateCustomMetricCommand.ts b/clients/client-iot/commands/UpdateCustomMetricCommand.ts index de69379de3ac..bb4cc5c0fcc5 100644 --- a/clients/client-iot/commands/UpdateCustomMetricCommand.ts +++ b/clients/client-iot/commands/UpdateCustomMetricCommand.ts @@ -24,7 +24,7 @@ export interface UpdateCustomMetricCommandOutput extends UpdateCustomMetricRespo *

Updates a * Device Defender detect custom metric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateCustomMetricCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateCustomMetricCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateDimensionCommand.ts b/clients/client-iot/commands/UpdateDimensionCommand.ts index 862f1c1d3327..2c5e4aa9e87c 100644 --- a/clients/client-iot/commands/UpdateDimensionCommand.ts +++ b/clients/client-iot/commands/UpdateDimensionCommand.ts @@ -28,7 +28,7 @@ export interface UpdateDimensionCommandOutput extends UpdateDimensionResponse, _ * recreate * it).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateDimensionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateDimensionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateDomainConfigurationCommand.ts b/clients/client-iot/commands/UpdateDomainConfigurationCommand.ts index 5071eddfe8d5..5f70c8657ac1 100644 --- a/clients/client-iot/commands/UpdateDomainConfigurationCommand.ts +++ b/clients/client-iot/commands/UpdateDomainConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDomainConfigurationCommandOutput extends UpdateDomainConf *

The domain configuration feature is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateDomainConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateDomainConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateDynamicThingGroupCommand.ts b/clients/client-iot/commands/UpdateDynamicThingGroupCommand.ts index 90aa3985776a..0134cb99bc05 100644 --- a/clients/client-iot/commands/UpdateDynamicThingGroupCommand.ts +++ b/clients/client-iot/commands/UpdateDynamicThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDynamicThingGroupCommandOutput extends UpdateDynamicThing /** *

Updates a dynamic thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateDynamicThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateDynamicThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateEventConfigurationsCommand.ts b/clients/client-iot/commands/UpdateEventConfigurationsCommand.ts index 5d2172af5a1f..a113ccc9dadc 100644 --- a/clients/client-iot/commands/UpdateEventConfigurationsCommand.ts +++ b/clients/client-iot/commands/UpdateEventConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEventConfigurationsCommandOutput extends UpdateEventConfi /** *

Updates the event configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateEventConfigurationsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateEventConfigurationsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateIndexingConfigurationCommand.ts b/clients/client-iot/commands/UpdateIndexingConfigurationCommand.ts index 638f16dc4e2b..fc80eb2be40a 100644 --- a/clients/client-iot/commands/UpdateIndexingConfigurationCommand.ts +++ b/clients/client-iot/commands/UpdateIndexingConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateIndexingConfigurationCommandOutput /** *

Updates the search configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateIndexingConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateIndexingConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateJobCommand.ts b/clients/client-iot/commands/UpdateJobCommand.ts index eb4df21ac1b4..9dde5f289b77 100644 --- a/clients/client-iot/commands/UpdateJobCommand.ts +++ b/clients/client-iot/commands/UpdateJobCommand.ts @@ -23,7 +23,7 @@ export interface UpdateJobCommandOutput extends __MetadataBearer {} /** *

Updates supported fields of the specified job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateJobCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateMitigationActionCommand.ts b/clients/client-iot/commands/UpdateMitigationActionCommand.ts index ad481bc32ad9..afa6becc73f5 100644 --- a/clients/client-iot/commands/UpdateMitigationActionCommand.ts +++ b/clients/client-iot/commands/UpdateMitigationActionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMitigationActionCommandOutput extends UpdateMitigationAct /** *

Updates the definition for the specified mitigation action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateMitigationActionCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateMitigationActionCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateProvisioningTemplateCommand.ts b/clients/client-iot/commands/UpdateProvisioningTemplateCommand.ts index 5a9b1588e0b8..2211d4417bd3 100644 --- a/clients/client-iot/commands/UpdateProvisioningTemplateCommand.ts +++ b/clients/client-iot/commands/UpdateProvisioningTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProvisioningTemplateCommandOutput extends UpdateProvision /** *

Updates a fleet provisioning template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateProvisioningTemplateCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateProvisioningTemplateCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateRoleAliasCommand.ts b/clients/client-iot/commands/UpdateRoleAliasCommand.ts index e3d4fc31b3c2..6e064e6c3b1d 100644 --- a/clients/client-iot/commands/UpdateRoleAliasCommand.ts +++ b/clients/client-iot/commands/UpdateRoleAliasCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRoleAliasCommandOutput extends UpdateRoleAliasResponse, _ /** *

Updates a role alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateRoleAliasCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateRoleAliasCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateScheduledAuditCommand.ts b/clients/client-iot/commands/UpdateScheduledAuditCommand.ts index 00cd917f25f9..83c7d02f9513 100644 --- a/clients/client-iot/commands/UpdateScheduledAuditCommand.ts +++ b/clients/client-iot/commands/UpdateScheduledAuditCommand.ts @@ -24,7 +24,7 @@ export interface UpdateScheduledAuditCommandOutput extends UpdateScheduledAuditR *

Updates a scheduled audit, including which checks are performed and * how often the audit takes place.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateScheduledAuditCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateScheduledAuditCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateSecurityProfileCommand.ts b/clients/client-iot/commands/UpdateSecurityProfileCommand.ts index 56a6bf79651c..4e19a98cc674 100644 --- a/clients/client-iot/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-iot/commands/UpdateSecurityProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSecurityProfileCommandOutput extends UpdateSecurityProfil /** *

Updates a Device Defender security profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateSecurityProfileCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateSecurityProfileCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateStreamCommand.ts b/clients/client-iot/commands/UpdateStreamCommand.ts index b30b2d4a0080..bd30c71c41ca 100644 --- a/clients/client-iot/commands/UpdateStreamCommand.ts +++ b/clients/client-iot/commands/UpdateStreamCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStreamCommandOutput extends UpdateStreamResponse, __Metad /** *

Updates an existing stream. The stream version will be incremented by one.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateStreamCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateStreamCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateThingCommand.ts b/clients/client-iot/commands/UpdateThingCommand.ts index d978099509d0..dba4020a519b 100644 --- a/clients/client-iot/commands/UpdateThingCommand.ts +++ b/clients/client-iot/commands/UpdateThingCommand.ts @@ -23,7 +23,7 @@ export interface UpdateThingCommandOutput extends UpdateThingResponse, __Metadat /** *

Updates the data for a thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateThingGroupCommand.ts b/clients/client-iot/commands/UpdateThingGroupCommand.ts index 0b0ee7cbee58..fcd150e03674 100644 --- a/clients/client-iot/commands/UpdateThingGroupCommand.ts +++ b/clients/client-iot/commands/UpdateThingGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateThingGroupCommandOutput extends UpdateThingGroupResponse, /** *

Update a thing group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateThingGroupsForThingCommand.ts b/clients/client-iot/commands/UpdateThingGroupsForThingCommand.ts index 8a2ba0d233b4..b218a63dfd52 100644 --- a/clients/client-iot/commands/UpdateThingGroupsForThingCommand.ts +++ b/clients/client-iot/commands/UpdateThingGroupsForThingCommand.ts @@ -23,7 +23,7 @@ export interface UpdateThingGroupsForThingCommandOutput extends UpdateThingGroup /** *

Updates the groups to which the thing belongs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateThingGroupsForThingCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateThingGroupsForThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/UpdateTopicRuleDestinationCommand.ts b/clients/client-iot/commands/UpdateTopicRuleDestinationCommand.ts index 6759e53b2bc7..37925d28b003 100644 --- a/clients/client-iot/commands/UpdateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/commands/UpdateTopicRuleDestinationCommand.ts @@ -24,7 +24,7 @@ export interface UpdateTopicRuleDestinationCommandOutput extends UpdateTopicRule *

Updates a topic rule destination. You use this to change the status, endpoint URL, or * confirmation URL of the destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, UpdateTopicRuleDestinationCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, UpdateTopicRuleDestinationCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iot/commands/ValidateSecurityProfileBehaviorsCommand.ts b/clients/client-iot/commands/ValidateSecurityProfileBehaviorsCommand.ts index 94c0059ed76c..70afa9b34e2d 100644 --- a/clients/client-iot/commands/ValidateSecurityProfileBehaviorsCommand.ts +++ b/clients/client-iot/commands/ValidateSecurityProfileBehaviorsCommand.ts @@ -25,7 +25,7 @@ export interface ValidateSecurityProfileBehaviorsCommandOutput /** *

Validates a Device Defender security profile behaviors specification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTClient, ValidateSecurityProfileBehaviorsCommand } from "@aws-sdk/client-iot"; // ES Modules import * // const { IoTClient, ValidateSecurityProfileBehaviorsCommand } = require("@aws-sdk/client-iot"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/BatchPutMessageCommand.ts b/clients/client-iotanalytics/commands/BatchPutMessageCommand.ts index 20e8c9be7e67..5de90c407097 100644 --- a/clients/client-iotanalytics/commands/BatchPutMessageCommand.ts +++ b/clients/client-iotanalytics/commands/BatchPutMessageCommand.ts @@ -23,7 +23,7 @@ export interface BatchPutMessageCommandOutput extends BatchPutMessageResponse, _ /** *

Sends messages to a channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, BatchPutMessageCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, BatchPutMessageCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/CancelPipelineReprocessingCommand.ts b/clients/client-iotanalytics/commands/CancelPipelineReprocessingCommand.ts index 0d577aa7496b..988528f3e347 100644 --- a/clients/client-iotanalytics/commands/CancelPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/commands/CancelPipelineReprocessingCommand.ts @@ -23,7 +23,7 @@ export interface CancelPipelineReprocessingCommandOutput extends CancelPipelineR /** *

Cancels the reprocessing of data through the pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, CancelPipelineReprocessingCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, CancelPipelineReprocessingCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/CreateChannelCommand.ts b/clients/client-iotanalytics/commands/CreateChannelCommand.ts index 2f50bbf64567..e192fdb23287 100644 --- a/clients/client-iotanalytics/commands/CreateChannelCommand.ts +++ b/clients/client-iotanalytics/commands/CreateChannelCommand.ts @@ -24,7 +24,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met *

Creates a channel. A channel collects data from an MQTT topic and archives the raw, * unprocessed messages before publishing the data to a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, CreateChannelCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, CreateChannelCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/CreateDatasetCommand.ts b/clients/client-iotanalytics/commands/CreateDatasetCommand.ts index bf67b1e8fd6a..229ed17702d0 100644 --- a/clients/client-iotanalytics/commands/CreateDatasetCommand.ts +++ b/clients/client-iotanalytics/commands/CreateDatasetCommand.ts @@ -27,7 +27,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met * be populated manually by calling CreateDatasetContent or automatically according * to a trigger you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, CreateDatasetCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, CreateDatasetCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/CreateDatasetContentCommand.ts b/clients/client-iotanalytics/commands/CreateDatasetContentCommand.ts index ea1bc6316f74..cdc7eefc9d0d 100644 --- a/clients/client-iotanalytics/commands/CreateDatasetContentCommand.ts +++ b/clients/client-iotanalytics/commands/CreateDatasetContentCommand.ts @@ -24,7 +24,7 @@ export interface CreateDatasetContentCommandOutput extends CreateDatasetContentR *

Creates the content of a data set by applying a queryAction (a SQL query) or * a containerAction (executing a containerized application).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, CreateDatasetContentCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, CreateDatasetContentCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/CreateDatastoreCommand.ts b/clients/client-iotanalytics/commands/CreateDatastoreCommand.ts index 8f59c2c5d107..0f3f3b60878a 100644 --- a/clients/client-iotanalytics/commands/CreateDatastoreCommand.ts +++ b/clients/client-iotanalytics/commands/CreateDatastoreCommand.ts @@ -23,7 +23,7 @@ export interface CreateDatastoreCommandOutput extends CreateDatastoreResponse, _ /** *

Creates a data store, which is a repository for messages.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, CreateDatastoreCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, CreateDatastoreCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/CreatePipelineCommand.ts b/clients/client-iotanalytics/commands/CreatePipelineCommand.ts index 9cb7b73701de..040b7c1303bd 100644 --- a/clients/client-iotanalytics/commands/CreatePipelineCommand.ts +++ b/clients/client-iotanalytics/commands/CreatePipelineCommand.ts @@ -26,7 +26,7 @@ export interface CreatePipelineCommandOutput extends CreatePipelineResponse, __M * and a datastore activity and, optionally, as many as 23 additional activities in * the pipelineActivities array.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, CreatePipelineCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, CreatePipelineCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DeleteChannelCommand.ts b/clients/client-iotanalytics/commands/DeleteChannelCommand.ts index 7012319b8c78..3fef7654c67a 100644 --- a/clients/client-iotanalytics/commands/DeleteChannelCommand.ts +++ b/clients/client-iotanalytics/commands/DeleteChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {} /** *

Deletes the specified channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DeleteChannelCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DeleteChannelCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DeleteDatasetCommand.ts b/clients/client-iotanalytics/commands/DeleteDatasetCommand.ts index eed18c5dc5b5..7f9aadbf57e3 100644 --- a/clients/client-iotanalytics/commands/DeleteDatasetCommand.ts +++ b/clients/client-iotanalytics/commands/DeleteDatasetCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {} *

You do not have to delete the content of the dataset before you perform this * operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DeleteDatasetCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DeleteDatasetCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DeleteDatasetContentCommand.ts b/clients/client-iotanalytics/commands/DeleteDatasetContentCommand.ts index 05a6703598c8..e13594476a98 100644 --- a/clients/client-iotanalytics/commands/DeleteDatasetContentCommand.ts +++ b/clients/client-iotanalytics/commands/DeleteDatasetContentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDatasetContentCommandOutput extends __MetadataBearer {} /** *

Deletes the content of the specified dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DeleteDatasetContentCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DeleteDatasetContentCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DeleteDatastoreCommand.ts b/clients/client-iotanalytics/commands/DeleteDatastoreCommand.ts index 6e8ec1be7047..cafb8ec8ce02 100644 --- a/clients/client-iotanalytics/commands/DeleteDatastoreCommand.ts +++ b/clients/client-iotanalytics/commands/DeleteDatastoreCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDatastoreCommandOutput extends __MetadataBearer {} /** *

Deletes the specified data store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DeleteDatastoreCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DeleteDatastoreCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DeletePipelineCommand.ts b/clients/client-iotanalytics/commands/DeletePipelineCommand.ts index e26f6d827984..730887f79301 100644 --- a/clients/client-iotanalytics/commands/DeletePipelineCommand.ts +++ b/clients/client-iotanalytics/commands/DeletePipelineCommand.ts @@ -23,7 +23,7 @@ export interface DeletePipelineCommandOutput extends __MetadataBearer {} /** *

Deletes the specified pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DeletePipelineCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DeletePipelineCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DescribeChannelCommand.ts b/clients/client-iotanalytics/commands/DescribeChannelCommand.ts index fb02791cd2a6..27452e5f14b1 100644 --- a/clients/client-iotanalytics/commands/DescribeChannelCommand.ts +++ b/clients/client-iotanalytics/commands/DescribeChannelCommand.ts @@ -23,7 +23,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ /** *

Retrieves information about a channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DescribeChannelCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DescribeChannelCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DescribeDatasetCommand.ts b/clients/client-iotanalytics/commands/DescribeDatasetCommand.ts index 89c5eb7b4e87..6534f3494c6a 100644 --- a/clients/client-iotanalytics/commands/DescribeDatasetCommand.ts +++ b/clients/client-iotanalytics/commands/DescribeDatasetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _ /** *

Retrieves information about a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DescribeDatasetCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DescribeDatasetCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DescribeDatastoreCommand.ts b/clients/client-iotanalytics/commands/DescribeDatastoreCommand.ts index ea36b55fc3ed..80a31174697c 100644 --- a/clients/client-iotanalytics/commands/DescribeDatastoreCommand.ts +++ b/clients/client-iotanalytics/commands/DescribeDatastoreCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDatastoreCommandOutput extends DescribeDatastoreRespons /** *

Retrieves information about a data store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DescribeDatastoreCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DescribeDatastoreCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotanalytics/commands/DescribeLoggingOptionsCommand.ts index dc833ea27c2f..780e45ec28eb 100644 --- a/clients/client-iotanalytics/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/commands/DescribeLoggingOptionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti /** *

Retrieves the current settings of the AWS IoT Analytics logging options.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DescribeLoggingOptionsCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DescribeLoggingOptionsCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/DescribePipelineCommand.ts b/clients/client-iotanalytics/commands/DescribePipelineCommand.ts index 33931b55007b..90edd1be2220 100644 --- a/clients/client-iotanalytics/commands/DescribePipelineCommand.ts +++ b/clients/client-iotanalytics/commands/DescribePipelineCommand.ts @@ -23,7 +23,7 @@ export interface DescribePipelineCommandOutput extends DescribePipelineResponse, /** *

Retrieves information about a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, DescribePipelineCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, DescribePipelineCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/GetDatasetContentCommand.ts b/clients/client-iotanalytics/commands/GetDatasetContentCommand.ts index 48066c55e799..541d8eab5347 100644 --- a/clients/client-iotanalytics/commands/GetDatasetContentCommand.ts +++ b/clients/client-iotanalytics/commands/GetDatasetContentCommand.ts @@ -23,7 +23,7 @@ export interface GetDatasetContentCommandOutput extends GetDatasetContentRespons /** *

Retrieves the contents of a data set as presigned URIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, GetDatasetContentCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, GetDatasetContentCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/ListChannelsCommand.ts b/clients/client-iotanalytics/commands/ListChannelsCommand.ts index 7793b656654d..cc3ff6f53387 100644 --- a/clients/client-iotanalytics/commands/ListChannelsCommand.ts +++ b/clients/client-iotanalytics/commands/ListChannelsCommand.ts @@ -23,7 +23,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad /** *

Retrieves a list of channels.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, ListChannelsCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, ListChannelsCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/ListDatasetContentsCommand.ts b/clients/client-iotanalytics/commands/ListDatasetContentsCommand.ts index 35cab53bd007..720f754f02c4 100644 --- a/clients/client-iotanalytics/commands/ListDatasetContentsCommand.ts +++ b/clients/client-iotanalytics/commands/ListDatasetContentsCommand.ts @@ -23,7 +23,7 @@ export interface ListDatasetContentsCommandOutput extends ListDatasetContentsRes /** *

Lists information about data set contents that have been created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, ListDatasetContentsCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, ListDatasetContentsCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/ListDatasetsCommand.ts b/clients/client-iotanalytics/commands/ListDatasetsCommand.ts index 329f376c2678..33943907fab5 100644 --- a/clients/client-iotanalytics/commands/ListDatasetsCommand.ts +++ b/clients/client-iotanalytics/commands/ListDatasetsCommand.ts @@ -23,7 +23,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad /** *

Retrieves information about data sets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, ListDatasetsCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, ListDatasetsCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/ListDatastoresCommand.ts b/clients/client-iotanalytics/commands/ListDatastoresCommand.ts index 6ca98c9cd9a7..1b55afaa5816 100644 --- a/clients/client-iotanalytics/commands/ListDatastoresCommand.ts +++ b/clients/client-iotanalytics/commands/ListDatastoresCommand.ts @@ -23,7 +23,7 @@ export interface ListDatastoresCommandOutput extends ListDatastoresResponse, __M /** *

Retrieves a list of data stores.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, ListDatastoresCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, ListDatastoresCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/ListPipelinesCommand.ts b/clients/client-iotanalytics/commands/ListPipelinesCommand.ts index daaf3061d57f..7eeee3ea1798 100644 --- a/clients/client-iotanalytics/commands/ListPipelinesCommand.ts +++ b/clients/client-iotanalytics/commands/ListPipelinesCommand.ts @@ -23,7 +23,7 @@ export interface ListPipelinesCommandOutput extends ListPipelinesResponse, __Met /** *

Retrieves a list of pipelines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, ListPipelinesCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, ListPipelinesCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/ListTagsForResourceCommand.ts b/clients/client-iotanalytics/commands/ListTagsForResourceCommand.ts index c80e457a045d..1748876ef146 100644 --- a/clients/client-iotanalytics/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotanalytics/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags (metadata) that you have assigned to the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/PutLoggingOptionsCommand.ts b/clients/client-iotanalytics/commands/PutLoggingOptionsCommand.ts index 6c44238c4bb5..4fcd46c3b8ce 100644 --- a/clients/client-iotanalytics/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/commands/PutLoggingOptionsCommand.ts @@ -27,7 +27,7 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {} * specified in the roleArn field (for example, to correct an invalid policy), it * takes up to five minutes for that change to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, PutLoggingOptionsCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, PutLoggingOptionsCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/RunPipelineActivityCommand.ts b/clients/client-iotanalytics/commands/RunPipelineActivityCommand.ts index 92e0eadffa55..3229dc615501 100644 --- a/clients/client-iotanalytics/commands/RunPipelineActivityCommand.ts +++ b/clients/client-iotanalytics/commands/RunPipelineActivityCommand.ts @@ -23,7 +23,7 @@ export interface RunPipelineActivityCommandOutput extends RunPipelineActivityRes /** *

Simulates the results of running a pipeline activity on a message payload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, RunPipelineActivityCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, RunPipelineActivityCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/SampleChannelDataCommand.ts b/clients/client-iotanalytics/commands/SampleChannelDataCommand.ts index 4afce9dac391..7097977bee28 100644 --- a/clients/client-iotanalytics/commands/SampleChannelDataCommand.ts +++ b/clients/client-iotanalytics/commands/SampleChannelDataCommand.ts @@ -24,7 +24,7 @@ export interface SampleChannelDataCommandOutput extends SampleChannelDataRespons *

Retrieves a sample of messages from the specified channel ingested during the specified * timeframe. Up to 10 messages can be retrieved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, SampleChannelDataCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, SampleChannelDataCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/StartPipelineReprocessingCommand.ts b/clients/client-iotanalytics/commands/StartPipelineReprocessingCommand.ts index d8606e62c063..c3ae9f9cc931 100644 --- a/clients/client-iotanalytics/commands/StartPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/commands/StartPipelineReprocessingCommand.ts @@ -23,7 +23,7 @@ export interface StartPipelineReprocessingCommandOutput extends StartPipelineRep /** *

Starts the reprocessing of raw message data through the pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, StartPipelineReprocessingCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, StartPipelineReprocessingCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/TagResourceCommand.ts b/clients/client-iotanalytics/commands/TagResourceCommand.ts index 7ac184344f93..5bcf2df901b0 100644 --- a/clients/client-iotanalytics/commands/TagResourceCommand.ts +++ b/clients/client-iotanalytics/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to * manage a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, TagResourceCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, TagResourceCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/UntagResourceCommand.ts b/clients/client-iotanalytics/commands/UntagResourceCommand.ts index 47b9c2312f0b..72208e80bd1d 100644 --- a/clients/client-iotanalytics/commands/UntagResourceCommand.ts +++ b/clients/client-iotanalytics/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the given tags (metadata) from the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, UntagResourceCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, UntagResourceCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/UpdateChannelCommand.ts b/clients/client-iotanalytics/commands/UpdateChannelCommand.ts index fca22513c2b4..85ca334e3c6e 100644 --- a/clients/client-iotanalytics/commands/UpdateChannelCommand.ts +++ b/clients/client-iotanalytics/commands/UpdateChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateChannelCommandOutput extends __MetadataBearer {} /** *

Updates the settings of a channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, UpdateChannelCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, UpdateChannelCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/UpdateDatasetCommand.ts b/clients/client-iotanalytics/commands/UpdateDatasetCommand.ts index 602af69b0b5c..3491422fe7fe 100644 --- a/clients/client-iotanalytics/commands/UpdateDatasetCommand.ts +++ b/clients/client-iotanalytics/commands/UpdateDatasetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDatasetCommandOutput extends __MetadataBearer {} /** *

Updates the settings of a data set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, UpdateDatasetCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, UpdateDatasetCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/UpdateDatastoreCommand.ts b/clients/client-iotanalytics/commands/UpdateDatastoreCommand.ts index cd6f3f752a88..6dc5ac80d481 100644 --- a/clients/client-iotanalytics/commands/UpdateDatastoreCommand.ts +++ b/clients/client-iotanalytics/commands/UpdateDatastoreCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDatastoreCommandOutput extends __MetadataBearer {} /** *

Updates the settings of a data store.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, UpdateDatastoreCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, UpdateDatastoreCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotanalytics/commands/UpdatePipelineCommand.ts b/clients/client-iotanalytics/commands/UpdatePipelineCommand.ts index 3aecf3a45636..fc9c9d015d84 100644 --- a/clients/client-iotanalytics/commands/UpdatePipelineCommand.ts +++ b/clients/client-iotanalytics/commands/UpdatePipelineCommand.ts @@ -25,7 +25,7 @@ export interface UpdatePipelineCommandOutput extends __MetadataBearer {} * datastore activity and, optionally, as many as 23 additional activities in the * pipelineActivities array.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTAnalyticsClient, UpdatePipelineCommand } from "@aws-sdk/client-iotanalytics"; // ES Modules import * // const { IoTAnalyticsClient, UpdatePipelineCommand } = require("@aws-sdk/client-iotanalytics"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/CreateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/commands/CreateSuiteDefinitionCommand.ts index 53c6b6cb9a79..160b8bfe15e2 100644 --- a/clients/client-iotdeviceadvisor/commands/CreateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/CreateSuiteDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitio /** *

Creates a Device Advisor test suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, CreateSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, CreateSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/DeleteSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/commands/DeleteSuiteDefinitionCommand.ts index 065a454162f9..d8935bf35a79 100644 --- a/clients/client-iotdeviceadvisor/commands/DeleteSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/DeleteSuiteDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSuiteDefinitionCommandOutput extends DeleteSuiteDefinitio /** *

Deletes a Device Advisor test suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, DeleteSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, DeleteSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/GetSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/commands/GetSuiteDefinitionCommand.ts index c26a93b0b28f..5ca94d9a891e 100644 --- a/clients/client-iotdeviceadvisor/commands/GetSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/GetSuiteDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface GetSuiteDefinitionCommandOutput extends GetSuiteDefinitionRespo /** *

Gets information about a Device Advisor test suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, GetSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, GetSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/GetSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/commands/GetSuiteRunCommand.ts index 25986fa97f4b..ff1456b2cf67 100644 --- a/clients/client-iotdeviceadvisor/commands/GetSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/GetSuiteRunCommand.ts @@ -23,7 +23,7 @@ export interface GetSuiteRunCommandOutput extends GetSuiteRunResponse, __Metadat /** *

Gets information about a Device Advisor test suite run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, GetSuiteRunCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, GetSuiteRunCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/GetSuiteRunReportCommand.ts b/clients/client-iotdeviceadvisor/commands/GetSuiteRunReportCommand.ts index f66597a90d8f..8ef1ba4f5d16 100644 --- a/clients/client-iotdeviceadvisor/commands/GetSuiteRunReportCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/GetSuiteRunReportCommand.ts @@ -23,7 +23,7 @@ export interface GetSuiteRunReportCommandOutput extends GetSuiteRunReportRespons /** *

Gets a report download link for a successful Device Advisor qualifying test suite run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, GetSuiteRunReportCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, GetSuiteRunReportCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/ListSuiteDefinitionsCommand.ts b/clients/client-iotdeviceadvisor/commands/ListSuiteDefinitionsCommand.ts index 47a6fe34c83a..ed39ba6c810c 100644 --- a/clients/client-iotdeviceadvisor/commands/ListSuiteDefinitionsCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/ListSuiteDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListSuiteDefinitionsCommandOutput extends ListSuiteDefinitionsR /** *

Lists the Device Advisor test suites you have created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, ListSuiteDefinitionsCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, ListSuiteDefinitionsCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/ListSuiteRunsCommand.ts b/clients/client-iotdeviceadvisor/commands/ListSuiteRunsCommand.ts index 5762321e3d8a..a8f09f628a3e 100644 --- a/clients/client-iotdeviceadvisor/commands/ListSuiteRunsCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/ListSuiteRunsCommand.ts @@ -24,7 +24,7 @@ export interface ListSuiteRunsCommandOutput extends ListSuiteRunsResponse, __Met *

Lists the runs of the specified Device Advisor test suite. * You can list all runs of the test suite, or the runs of a specific version of the test suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, ListSuiteRunsCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, ListSuiteRunsCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/ListTagsForResourceCommand.ts b/clients/client-iotdeviceadvisor/commands/ListTagsForResourceCommand.ts index c151b96d9af0..ef5abf2c5ca6 100644 --- a/clients/client-iotdeviceadvisor/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags attached to an IoT Device Advisor resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/ListTestCasesCommand.ts b/clients/client-iotdeviceadvisor/commands/ListTestCasesCommand.ts index af690d9a85d0..1d6530cef1d3 100644 --- a/clients/client-iotdeviceadvisor/commands/ListTestCasesCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/ListTestCasesCommand.ts @@ -23,7 +23,7 @@ export interface ListTestCasesCommandOutput extends ListTestCasesResponse, __Met /** *

Lists all the test cases in the test suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, ListTestCasesCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, ListTestCasesCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/StartSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/commands/StartSuiteRunCommand.ts index 1ac7309ae4a1..00e50f292d14 100644 --- a/clients/client-iotdeviceadvisor/commands/StartSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/StartSuiteRunCommand.ts @@ -23,7 +23,7 @@ export interface StartSuiteRunCommandOutput extends StartSuiteRunResponse, __Met /** *

Starts a Device Advisor test suite run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, StartSuiteRunCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, StartSuiteRunCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/TagResourceCommand.ts b/clients/client-iotdeviceadvisor/commands/TagResourceCommand.ts index fd76cb8fac3b..3dedf69de1ca 100644 --- a/clients/client-iotdeviceadvisor/commands/TagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds to and modifies existing tags of an IoT Device Advisor resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, TagResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, TagResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/UntagResourceCommand.ts b/clients/client-iotdeviceadvisor/commands/UntagResourceCommand.ts index feb1e7fe09ca..a4b9bbda9bf1 100644 --- a/clients/client-iotdeviceadvisor/commands/UntagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from an IoT Device Advisor resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, UntagResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, UntagResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotdeviceadvisor/commands/UpdateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/commands/UpdateSuiteDefinitionCommand.ts index 7698419e6215..1672cd4ec4b9 100644 --- a/clients/client-iotdeviceadvisor/commands/UpdateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/commands/UpdateSuiteDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSuiteDefinitionCommandOutput extends UpdateSuiteDefinitio /** *

Updates a Device Advisor test suite.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IotDeviceAdvisorClient, UpdateSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import * // const { IotDeviceAdvisorClient, UpdateSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/CreateApplicationCommand.ts b/clients/client-iotfleethub/commands/CreateApplicationCommand.ts index 963a6c971fe7..f5d21ae6a8df 100644 --- a/clients/client-iotfleethub/commands/CreateApplicationCommand.ts +++ b/clients/client-iotfleethub/commands/CreateApplicationCommand.ts @@ -26,7 +26,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, CreateApplicationCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, CreateApplicationCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/DeleteApplicationCommand.ts b/clients/client-iotfleethub/commands/DeleteApplicationCommand.ts index 3e785534160a..292d31d72734 100644 --- a/clients/client-iotfleethub/commands/DeleteApplicationCommand.ts +++ b/clients/client-iotfleethub/commands/DeleteApplicationCommand.ts @@ -26,7 +26,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, DeleteApplicationCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, DeleteApplicationCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/DescribeApplicationCommand.ts b/clients/client-iotfleethub/commands/DescribeApplicationCommand.ts index b124b4b74ca8..a1fbc47eaf34 100644 --- a/clients/client-iotfleethub/commands/DescribeApplicationCommand.ts +++ b/clients/client-iotfleethub/commands/DescribeApplicationCommand.ts @@ -26,7 +26,7 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, DescribeApplicationCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, DescribeApplicationCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/ListApplicationsCommand.ts b/clients/client-iotfleethub/commands/ListApplicationsCommand.ts index 69f2deecd499..f5eba88f0f77 100644 --- a/clients/client-iotfleethub/commands/ListApplicationsCommand.ts +++ b/clients/client-iotfleethub/commands/ListApplicationsCommand.ts @@ -26,7 +26,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, ListApplicationsCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, ListApplicationsCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleethub/commands/ListTagsForResourceCommand.ts index 64d7714798fb..cbbef40c5e54 100644 --- a/clients/client-iotfleethub/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleethub/commands/ListTagsForResourceCommand.ts @@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/TagResourceCommand.ts b/clients/client-iotfleethub/commands/TagResourceCommand.ts index 40106be045ab..6eedff70084b 100644 --- a/clients/client-iotfleethub/commands/TagResourceCommand.ts +++ b/clients/client-iotfleethub/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, TagResourceCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, TagResourceCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/UntagResourceCommand.ts b/clients/client-iotfleethub/commands/UntagResourceCommand.ts index b153bfc10186..e9be75c82be6 100644 --- a/clients/client-iotfleethub/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleethub/commands/UntagResourceCommand.ts @@ -26,7 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, UntagResourceCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, UntagResourceCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotfleethub/commands/UpdateApplicationCommand.ts b/clients/client-iotfleethub/commands/UpdateApplicationCommand.ts index 4f9c3107afef..2c90411f8097 100644 --- a/clients/client-iotfleethub/commands/UpdateApplicationCommand.ts +++ b/clients/client-iotfleethub/commands/UpdateApplicationCommand.ts @@ -26,7 +26,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTFleetHubClient, UpdateApplicationCommand } from "@aws-sdk/client-iotfleethub"; // ES Modules import * // const { IoTFleetHubClient, UpdateApplicationCommand } = require("@aws-sdk/client-iotfleethub"); // CommonJS import diff --git a/clients/client-iotsecuretunneling/commands/CloseTunnelCommand.ts b/clients/client-iotsecuretunneling/commands/CloseTunnelCommand.ts index 74a56b49e592..5fad7c82a1e9 100644 --- a/clients/client-iotsecuretunneling/commands/CloseTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/commands/CloseTunnelCommand.ts @@ -29,7 +29,7 @@ export interface CloseTunnelCommandOutput extends CloseTunnelResponse, __Metadat * request is received, we close the WebSocket connections between the client and proxy * server so no data can be transmitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSecureTunnelingClient, CloseTunnelCommand } from "@aws-sdk/client-iotsecuretunneling"; // ES Modules import * // const { IoTSecureTunnelingClient, CloseTunnelCommand } = require("@aws-sdk/client-iotsecuretunneling"); // CommonJS import diff --git a/clients/client-iotsecuretunneling/commands/DescribeTunnelCommand.ts b/clients/client-iotsecuretunneling/commands/DescribeTunnelCommand.ts index fba1efa075c8..b8ad8b4bb7cd 100644 --- a/clients/client-iotsecuretunneling/commands/DescribeTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/commands/DescribeTunnelCommand.ts @@ -27,7 +27,7 @@ export interface DescribeTunnelCommandOutput extends DescribeTunnelResponse, __M /** *

Gets information about a tunnel identified by the unique tunnel id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSecureTunnelingClient, DescribeTunnelCommand } from "@aws-sdk/client-iotsecuretunneling"; // ES Modules import * // const { IoTSecureTunnelingClient, DescribeTunnelCommand } = require("@aws-sdk/client-iotsecuretunneling"); // CommonJS import diff --git a/clients/client-iotsecuretunneling/commands/ListTagsForResourceCommand.ts b/clients/client-iotsecuretunneling/commands/ListTagsForResourceCommand.ts index fa0d43315d05..14169f30752d 100644 --- a/clients/client-iotsecuretunneling/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsecuretunneling/commands/ListTagsForResourceCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSecureTunnelingClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotsecuretunneling"; // ES Modules import * // const { IoTSecureTunnelingClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotsecuretunneling"); // CommonJS import diff --git a/clients/client-iotsecuretunneling/commands/ListTunnelsCommand.ts b/clients/client-iotsecuretunneling/commands/ListTunnelsCommand.ts index c8ea7d038876..05dde2e27b58 100644 --- a/clients/client-iotsecuretunneling/commands/ListTunnelsCommand.ts +++ b/clients/client-iotsecuretunneling/commands/ListTunnelsCommand.ts @@ -28,7 +28,7 @@ export interface ListTunnelsCommandOutput extends ListTunnelsResponse, __Metadat *

List all tunnels for an AWS account. Tunnels are listed by creation time in * descending order, newer tunnels will be listed before older tunnels.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSecureTunnelingClient, ListTunnelsCommand } from "@aws-sdk/client-iotsecuretunneling"; // ES Modules import * // const { IoTSecureTunnelingClient, ListTunnelsCommand } = require("@aws-sdk/client-iotsecuretunneling"); // CommonJS import diff --git a/clients/client-iotsecuretunneling/commands/OpenTunnelCommand.ts b/clients/client-iotsecuretunneling/commands/OpenTunnelCommand.ts index f9935fd73a62..b6503aa19297 100644 --- a/clients/client-iotsecuretunneling/commands/OpenTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/commands/OpenTunnelCommand.ts @@ -28,7 +28,7 @@ export interface OpenTunnelCommandOutput extends OpenTunnelResponse, __MetadataB *

Creates a new tunnel, and returns two client access tokens for clients to use to * connect to the AWS IoT Secure Tunneling proxy server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSecureTunnelingClient, OpenTunnelCommand } from "@aws-sdk/client-iotsecuretunneling"; // ES Modules import * // const { IoTSecureTunnelingClient, OpenTunnelCommand } = require("@aws-sdk/client-iotsecuretunneling"); // CommonJS import diff --git a/clients/client-iotsecuretunneling/commands/TagResourceCommand.ts b/clients/client-iotsecuretunneling/commands/TagResourceCommand.ts index 2e48c3dc0466..b7b347f49ba9 100644 --- a/clients/client-iotsecuretunneling/commands/TagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/commands/TagResourceCommand.ts @@ -27,7 +27,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

A resource tag.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSecureTunnelingClient, TagResourceCommand } from "@aws-sdk/client-iotsecuretunneling"; // ES Modules import * // const { IoTSecureTunnelingClient, TagResourceCommand } = require("@aws-sdk/client-iotsecuretunneling"); // CommonJS import diff --git a/clients/client-iotsecuretunneling/commands/UntagResourceCommand.ts b/clients/client-iotsecuretunneling/commands/UntagResourceCommand.ts index a4c437dbe97c..02fa7a8c8657 100644 --- a/clients/client-iotsecuretunneling/commands/UntagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSecureTunnelingClient, UntagResourceCommand } from "@aws-sdk/client-iotsecuretunneling"; // ES Modules import * // const { IoTSecureTunnelingClient, UntagResourceCommand } = require("@aws-sdk/client-iotsecuretunneling"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/AssociateAssetsCommand.ts b/clients/client-iotsitewise/commands/AssociateAssetsCommand.ts index 3d52fb2384d6..20041d611bca 100644 --- a/clients/client-iotsitewise/commands/AssociateAssetsCommand.ts +++ b/clients/client-iotsitewise/commands/AssociateAssetsCommand.ts @@ -25,7 +25,7 @@ export interface AssociateAssetsCommandOutput extends __MetadataBearer {} * parent asset's model. For more information, see Associating assets in the * AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, AssociateAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, AssociateAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/BatchAssociateProjectAssetsCommand.ts b/clients/client-iotsitewise/commands/BatchAssociateProjectAssetsCommand.ts index e14bd45ae024..b5e7beec638f 100644 --- a/clients/client-iotsitewise/commands/BatchAssociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/commands/BatchAssociateProjectAssetsCommand.ts @@ -25,7 +25,7 @@ export interface BatchAssociateProjectAssetsCommandOutput /** *

Associates a group (batch) of assets with an AWS IoT SiteWise Monitor project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, BatchAssociateProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, BatchAssociateProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/BatchDisassociateProjectAssetsCommand.ts b/clients/client-iotsitewise/commands/BatchDisassociateProjectAssetsCommand.ts index 05de9330cdb8..2f116c4ae06f 100644 --- a/clients/client-iotsitewise/commands/BatchDisassociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/commands/BatchDisassociateProjectAssetsCommand.ts @@ -25,7 +25,7 @@ export interface BatchDisassociateProjectAssetsCommandOutput /** *

Disassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/BatchPutAssetPropertyValueCommand.ts b/clients/client-iotsitewise/commands/BatchPutAssetPropertyValueCommand.ts index 4bd13eb74905..eec6789172bd 100644 --- a/clients/client-iotsitewise/commands/BatchPutAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/commands/BatchPutAssetPropertyValueCommand.ts @@ -47,7 +47,7 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr * For more information, see BatchPutAssetPropertyValue authorization in the * AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/CreateAccessPolicyCommand.ts b/clients/client-iotsitewise/commands/CreateAccessPolicyCommand.ts index 3fca15259c13..bdfdb9ee3734 100644 --- a/clients/client-iotsitewise/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/commands/CreateAccessPolicyCommand.ts @@ -24,7 +24,7 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo *

Creates an access policy that grants the specified identity (AWS SSO user, AWS SSO group, or * IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, CreateAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, CreateAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/CreateAssetCommand.ts b/clients/client-iotsitewise/commands/CreateAssetCommand.ts index b246e35866b4..a259a0b85732 100644 --- a/clients/client-iotsitewise/commands/CreateAssetCommand.ts +++ b/clients/client-iotsitewise/commands/CreateAssetCommand.ts @@ -24,7 +24,7 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat *

Creates an asset from an existing asset model. For more information, see Creating assets in the * AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, CreateAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, CreateAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/CreateAssetModelCommand.ts b/clients/client-iotsitewise/commands/CreateAssetModelCommand.ts index 3d971a73da55..e8e82b46dd43 100644 --- a/clients/client-iotsitewise/commands/CreateAssetModelCommand.ts +++ b/clients/client-iotsitewise/commands/CreateAssetModelCommand.ts @@ -27,7 +27,7 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse, * property and hierarchy definitions. For more information, see Defining asset models in the * AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, CreateAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, CreateAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/CreateDashboardCommand.ts b/clients/client-iotsitewise/commands/CreateDashboardCommand.ts index f22c658ce376..bad7b2f82250 100644 --- a/clients/client-iotsitewise/commands/CreateDashboardCommand.ts +++ b/clients/client-iotsitewise/commands/CreateDashboardCommand.ts @@ -23,7 +23,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _ /** *

Creates a dashboard in an AWS IoT SiteWise Monitor project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, CreateDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, CreateDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/CreateGatewayCommand.ts b/clients/client-iotsitewise/commands/CreateGatewayCommand.ts index 358886b439b0..f0262779a7f6 100644 --- a/clients/client-iotsitewise/commands/CreateGatewayCommand.ts +++ b/clients/client-iotsitewise/commands/CreateGatewayCommand.ts @@ -25,7 +25,7 @@ export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __Met * from local servers to AWS IoT SiteWise. For more information, see Ingesting data using a gateway in the * AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, CreateGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, CreateGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/CreatePortalCommand.ts b/clients/client-iotsitewise/commands/CreatePortalCommand.ts index ff82634f5f3e..0c1295df5466 100644 --- a/clients/client-iotsitewise/commands/CreatePortalCommand.ts +++ b/clients/client-iotsitewise/commands/CreatePortalCommand.ts @@ -29,7 +29,7 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad * administrators in the AWS IoT SiteWise User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, CreatePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, CreatePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/CreateProjectCommand.ts b/clients/client-iotsitewise/commands/CreateProjectCommand.ts index 590a6af2573c..5379d09051d4 100644 --- a/clients/client-iotsitewise/commands/CreateProjectCommand.ts +++ b/clients/client-iotsitewise/commands/CreateProjectCommand.ts @@ -23,7 +23,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met /** *

Creates a project in the specified portal.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, CreateProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, CreateProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DeleteAccessPolicyCommand.ts b/clients/client-iotsitewise/commands/DeleteAccessPolicyCommand.ts index 1b2b8c3d0d4a..1f9bc9ca0973 100644 --- a/clients/client-iotsitewise/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/commands/DeleteAccessPolicyCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyRespo * AWS IoT SiteWise Monitor resource. You can use this operation to revoke access to an AWS IoT SiteWise Monitor * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DeleteAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DeleteAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DeleteAssetCommand.ts b/clients/client-iotsitewise/commands/DeleteAssetCommand.ts index df0e67fdd7f4..96f6de79e0cc 100644 --- a/clients/client-iotsitewise/commands/DeleteAssetCommand.ts +++ b/clients/client-iotsitewise/commands/DeleteAssetCommand.ts @@ -29,7 +29,7 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat * DisassociateAssets.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DeleteAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DeleteAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DeleteAssetModelCommand.ts b/clients/client-iotsitewise/commands/DeleteAssetModelCommand.ts index 2d7ed467f630..f64f22749a89 100644 --- a/clients/client-iotsitewise/commands/DeleteAssetModelCommand.ts +++ b/clients/client-iotsitewise/commands/DeleteAssetModelCommand.ts @@ -27,7 +27,7 @@ export interface DeleteAssetModelCommandOutput extends DeleteAssetModelResponse, * asset model that you want to delete. For more information, see Deleting assets and models in the * AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DeleteAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DeleteAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DeleteDashboardCommand.ts b/clients/client-iotsitewise/commands/DeleteDashboardCommand.ts index 8f9c2fb06658..8bdc610f73be 100644 --- a/clients/client-iotsitewise/commands/DeleteDashboardCommand.ts +++ b/clients/client-iotsitewise/commands/DeleteDashboardCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _ /** *

Deletes a dashboard from AWS IoT SiteWise Monitor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DeleteDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DeleteDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DeleteGatewayCommand.ts b/clients/client-iotsitewise/commands/DeleteGatewayCommand.ts index 84e51081ffc5..f304bcd8c279 100644 --- a/clients/client-iotsitewise/commands/DeleteGatewayCommand.ts +++ b/clients/client-iotsitewise/commands/DeleteGatewayCommand.ts @@ -24,7 +24,7 @@ export interface DeleteGatewayCommandOutput extends __MetadataBearer {} *

Deletes a gateway from AWS IoT SiteWise. When you delete a gateway, some of the gateway's files remain * in your gateway's file system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DeleteGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DeleteGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DeletePortalCommand.ts b/clients/client-iotsitewise/commands/DeletePortalCommand.ts index 34f7556c8cef..f24d90fd06be 100644 --- a/clients/client-iotsitewise/commands/DeletePortalCommand.ts +++ b/clients/client-iotsitewise/commands/DeletePortalCommand.ts @@ -23,7 +23,7 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad /** *

Deletes a portal from AWS IoT SiteWise Monitor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DeletePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DeletePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DeleteProjectCommand.ts b/clients/client-iotsitewise/commands/DeleteProjectCommand.ts index 802687dbdcde..75f48be41545 100644 --- a/clients/client-iotsitewise/commands/DeleteProjectCommand.ts +++ b/clients/client-iotsitewise/commands/DeleteProjectCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met /** *

Deletes a project from AWS IoT SiteWise Monitor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DeleteProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DeleteProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeAccessPolicyCommand.ts b/clients/client-iotsitewise/commands/DescribeAccessPolicyCommand.ts index 7fbd73ee963d..2d8ea313d0a4 100644 --- a/clients/client-iotsitewise/commands/DescribeAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeAccessPolicyCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAccessPolicyCommandOutput extends DescribeAccessPolicyR *

Describes an access policy, which specifies an identity's access to an AWS IoT SiteWise Monitor portal or * project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeAssetCommand.ts b/clients/client-iotsitewise/commands/DescribeAssetCommand.ts index 47688e207081..89d1906d50b2 100644 --- a/clients/client-iotsitewise/commands/DescribeAssetCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeAssetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met /** *

Retrieves information about an asset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeAssetModelCommand.ts b/clients/client-iotsitewise/commands/DescribeAssetModelCommand.ts index a21f3d424d27..e976a1859760 100644 --- a/clients/client-iotsitewise/commands/DescribeAssetModelCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeAssetModelCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAssetModelCommandOutput extends DescribeAssetModelRespo /** *

Retrieves information about an asset model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeAssetPropertyCommand.ts b/clients/client-iotsitewise/commands/DescribeAssetPropertyCommand.ts index a1cb068aaaed..26ba8a57fba7 100644 --- a/clients/client-iotsitewise/commands/DescribeAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeAssetPropertyCommand.ts @@ -30,7 +30,7 @@ export interface DescribeAssetPropertyCommandOutput extends DescribeAssetPropert *

This operation doesn't return the value of the asset property. To get the value of an * asset property, use GetAssetPropertyValue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeDashboardCommand.ts b/clients/client-iotsitewise/commands/DescribeDashboardCommand.ts index f33fed7c2862..25c84147beea 100644 --- a/clients/client-iotsitewise/commands/DescribeDashboardCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeDashboardCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons /** *

Retrieves information about a dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/commands/DescribeDefaultEncryptionConfigurationCommand.ts index 38fbe3f0f222..58fec0a8b343 100644 --- a/clients/client-iotsitewise/commands/DescribeDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeDefaultEncryptionConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface DescribeDefaultEncryptionConfigurationCommandOutput * AWS account in the default or specified region. For more information, see Key management * in the AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/commands/DescribeGatewayCapabilityConfigurationCommand.ts index d8ebffd393a8..3b35269a134a 100644 --- a/clients/client-iotsitewise/commands/DescribeGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeGatewayCapabilityConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface DescribeGatewayCapabilityConfigurationCommandOutput * the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To * list all capability configurations for a gateway, use DescribeGateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeGatewayCommand.ts b/clients/client-iotsitewise/commands/DescribeGatewayCommand.ts index 58079426aa56..e7f9e0989b7e 100644 --- a/clients/client-iotsitewise/commands/DescribeGatewayCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeGatewayCommand.ts @@ -23,7 +23,7 @@ export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, _ /** *

Retrieves information about a gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotsitewise/commands/DescribeLoggingOptionsCommand.ts index 16361acc7b68..80ab5b14b2b1 100644 --- a/clients/client-iotsitewise/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeLoggingOptionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti /** *

Retrieves the current AWS IoT SiteWise logging options.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeLoggingOptionsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeLoggingOptionsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribePortalCommand.ts b/clients/client-iotsitewise/commands/DescribePortalCommand.ts index a92cf89f0dc9..649d506f179f 100644 --- a/clients/client-iotsitewise/commands/DescribePortalCommand.ts +++ b/clients/client-iotsitewise/commands/DescribePortalCommand.ts @@ -23,7 +23,7 @@ export interface DescribePortalCommandOutput extends DescribePortalResponse, __M /** *

Retrieves information about a portal.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DescribeProjectCommand.ts b/clients/client-iotsitewise/commands/DescribeProjectCommand.ts index c2f66cecc1d4..a4f4dab1495f 100644 --- a/clients/client-iotsitewise/commands/DescribeProjectCommand.ts +++ b/clients/client-iotsitewise/commands/DescribeProjectCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _ /** *

Retrieves information about a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DescribeProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DescribeProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/DisassociateAssetsCommand.ts b/clients/client-iotsitewise/commands/DisassociateAssetsCommand.ts index 0cdb0d82afc7..9735ddb24128 100644 --- a/clients/client-iotsitewise/commands/DisassociateAssetsCommand.ts +++ b/clients/client-iotsitewise/commands/DisassociateAssetsCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateAssetsCommandOutput extends __MetadataBearer {} *

Disassociates a child asset from the given parent asset through a hierarchy defined in the * parent asset's model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, DisassociateAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, DisassociateAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/GetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/commands/GetAssetPropertyAggregatesCommand.ts index fad6794e7976..d9ae2a60cf7b 100644 --- a/clients/client-iotsitewise/commands/GetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/commands/GetAssetPropertyAggregatesCommand.ts @@ -34,7 +34,7 @@ export interface GetAssetPropertyAggregatesCommandOutput extends GetAssetPropert * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, GetAssetPropertyAggregatesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, GetAssetPropertyAggregatesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/GetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/commands/GetAssetPropertyValueCommand.ts index 9580fce7f6b3..a7c56a012278 100644 --- a/clients/client-iotsitewise/commands/GetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/commands/GetAssetPropertyValueCommand.ts @@ -34,7 +34,7 @@ export interface GetAssetPropertyValueCommandOutput extends GetAssetPropertyValu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, GetAssetPropertyValueCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, GetAssetPropertyValueCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/GetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/commands/GetAssetPropertyValueHistoryCommand.ts index 56580a12c8b7..dc6438e61f71 100644 --- a/clients/client-iotsitewise/commands/GetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/commands/GetAssetPropertyValueHistoryCommand.ts @@ -36,7 +36,7 @@ export interface GetAssetPropertyValueHistoryCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, GetAssetPropertyValueHistoryCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, GetAssetPropertyValueHistoryCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/GetInterpolatedAssetPropertyValuesCommand.ts b/clients/client-iotsitewise/commands/GetInterpolatedAssetPropertyValuesCommand.ts index 5235280295dc..ad625cb3c2af 100644 --- a/clients/client-iotsitewise/commands/GetInterpolatedAssetPropertyValuesCommand.ts +++ b/clients/client-iotsitewise/commands/GetInterpolatedAssetPropertyValuesCommand.ts @@ -41,7 +41,7 @@ export interface GetInterpolatedAssetPropertyValuesCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, GetInterpolatedAssetPropertyValuesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, GetInterpolatedAssetPropertyValuesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListAccessPoliciesCommand.ts b/clients/client-iotsitewise/commands/ListAccessPoliciesCommand.ts index fbcea38a632f..a417ae65ef90 100644 --- a/clients/client-iotsitewise/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-iotsitewise/commands/ListAccessPoliciesCommand.ts @@ -24,7 +24,7 @@ export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesRespo *

Retrieves a paginated list of access policies for an identity (an AWS SSO user, an AWS SSO * group, or an IAM user) or an AWS IoT SiteWise Monitor resource (a portal or project).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListAccessPoliciesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListAccessPoliciesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListAssetModelsCommand.ts b/clients/client-iotsitewise/commands/ListAssetModelsCommand.ts index facb7d8b6b53..226927bc7678 100644 --- a/clients/client-iotsitewise/commands/ListAssetModelsCommand.ts +++ b/clients/client-iotsitewise/commands/ListAssetModelsCommand.ts @@ -23,7 +23,7 @@ export interface ListAssetModelsCommandOutput extends ListAssetModelsResponse, _ /** *

Retrieves a paginated list of summaries of all asset models.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListAssetModelsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListAssetModelsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListAssetRelationshipsCommand.ts b/clients/client-iotsitewise/commands/ListAssetRelationshipsCommand.ts index d475796f3b23..0f92b7f92ed4 100644 --- a/clients/client-iotsitewise/commands/ListAssetRelationshipsCommand.ts +++ b/clients/client-iotsitewise/commands/ListAssetRelationshipsCommand.ts @@ -25,7 +25,7 @@ export interface ListAssetRelationshipsCommandOutput extends ListAssetRelationsh * to identify an asset's root asset and all associated assets between that asset and its * root.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListAssetRelationshipsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListAssetRelationshipsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListAssetsCommand.ts b/clients/client-iotsitewise/commands/ListAssetsCommand.ts index da5d12a84f87..3b6d9530f421 100644 --- a/clients/client-iotsitewise/commands/ListAssetsCommand.ts +++ b/clients/client-iotsitewise/commands/ListAssetsCommand.ts @@ -35,7 +35,7 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB * assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all * assets for each asset model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListAssociatedAssetsCommand.ts b/clients/client-iotsitewise/commands/ListAssociatedAssetsCommand.ts index 776a12f5e0ef..60a6ebed18be 100644 --- a/clients/client-iotsitewise/commands/ListAssociatedAssetsCommand.ts +++ b/clients/client-iotsitewise/commands/ListAssociatedAssetsCommand.ts @@ -32,7 +32,7 @@ export interface ListAssociatedAssetsCommandOutput extends ListAssociatedAssetsR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListAssociatedAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListAssociatedAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListDashboardsCommand.ts b/clients/client-iotsitewise/commands/ListDashboardsCommand.ts index cc7e1cf79781..71e7a161ad81 100644 --- a/clients/client-iotsitewise/commands/ListDashboardsCommand.ts +++ b/clients/client-iotsitewise/commands/ListDashboardsCommand.ts @@ -23,7 +23,7 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M /** *

Retrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListDashboardsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListDashboardsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListGatewaysCommand.ts b/clients/client-iotsitewise/commands/ListGatewaysCommand.ts index 97f268e0a17f..9264a09006e6 100644 --- a/clients/client-iotsitewise/commands/ListGatewaysCommand.ts +++ b/clients/client-iotsitewise/commands/ListGatewaysCommand.ts @@ -23,7 +23,7 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad /** *

Retrieves a paginated list of gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListGatewaysCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListGatewaysCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListPortalsCommand.ts b/clients/client-iotsitewise/commands/ListPortalsCommand.ts index 723022aba889..d819e5f94cc9 100644 --- a/clients/client-iotsitewise/commands/ListPortalsCommand.ts +++ b/clients/client-iotsitewise/commands/ListPortalsCommand.ts @@ -23,7 +23,7 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat /** *

Retrieves a paginated list of AWS IoT SiteWise Monitor portals.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListPortalsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListPortalsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListProjectAssetsCommand.ts b/clients/client-iotsitewise/commands/ListProjectAssetsCommand.ts index 62d8c5eb3332..1e52420cc29c 100644 --- a/clients/client-iotsitewise/commands/ListProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/commands/ListProjectAssetsCommand.ts @@ -23,7 +23,7 @@ export interface ListProjectAssetsCommandOutput extends ListProjectAssetsRespons /** *

Retrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListProjectsCommand.ts b/clients/client-iotsitewise/commands/ListProjectsCommand.ts index 474de1764d4d..ef791d4d2b34 100644 --- a/clients/client-iotsitewise/commands/ListProjectsCommand.ts +++ b/clients/client-iotsitewise/commands/ListProjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad /** *

Retrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListProjectsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListProjectsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/ListTagsForResourceCommand.ts b/clients/client-iotsitewise/commands/ListTagsForResourceCommand.ts index 32a4f9acc6db..7553cf2c6d25 100644 --- a/clients/client-iotsitewise/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsitewise/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves the list of tags for an AWS IoT SiteWise resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/PutDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/commands/PutDefaultEncryptionConfigurationCommand.ts index e99f7f39bdc2..571a4a7e832b 100644 --- a/clients/client-iotsitewise/commands/PutDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/commands/PutDefaultEncryptionConfigurationCommand.ts @@ -30,7 +30,7 @@ export interface PutDefaultEncryptionConfigurationCommandOutput * account. For more information, see Key management * in the AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, PutDefaultEncryptionConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, PutDefaultEncryptionConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/PutLoggingOptionsCommand.ts b/clients/client-iotsitewise/commands/PutLoggingOptionsCommand.ts index 70261ef18145..0b7b5a9b1b4b 100644 --- a/clients/client-iotsitewise/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/commands/PutLoggingOptionsCommand.ts @@ -23,7 +23,7 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons /** *

Sets logging options for AWS IoT SiteWise.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, PutLoggingOptionsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, PutLoggingOptionsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/TagResourceCommand.ts b/clients/client-iotsitewise/commands/TagResourceCommand.ts index bae839d0fdd7..6b4a524a166e 100644 --- a/clients/client-iotsitewise/commands/TagResourceCommand.ts +++ b/clients/client-iotsitewise/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds tags to an AWS IoT SiteWise resource. If a tag already exists for the resource, this operation * updates the tag's value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, TagResourceCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, TagResourceCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UntagResourceCommand.ts b/clients/client-iotsitewise/commands/UntagResourceCommand.ts index 437fd24201d8..5b702b282f6c 100644 --- a/clients/client-iotsitewise/commands/UntagResourceCommand.ts +++ b/clients/client-iotsitewise/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from an AWS IoT SiteWise resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UntagResourceCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UntagResourceCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateAccessPolicyCommand.ts b/clients/client-iotsitewise/commands/UpdateAccessPolicyCommand.ts index 01d131c6df35..23846177d0aa 100644 --- a/clients/client-iotsitewise/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateAccessPolicyCommand.ts @@ -24,7 +24,7 @@ export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyRespo *

Updates an existing access policy that specifies an identity's access to an AWS IoT SiteWise Monitor * portal or project resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateAssetCommand.ts b/clients/client-iotsitewise/commands/UpdateAssetCommand.ts index 9a28d921a64b..4d07bf2f45a1 100644 --- a/clients/client-iotsitewise/commands/UpdateAssetCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateAssetCommand.ts @@ -24,7 +24,7 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat *

Updates an asset's name. For more information, see Updating assets and models in the * AWS IoT SiteWise User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateAssetModelCommand.ts b/clients/client-iotsitewise/commands/UpdateAssetModelCommand.ts index 265f2a2191c9..a1f00b3ccf66 100644 --- a/clients/client-iotsitewise/commands/UpdateAssetModelCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateAssetModelCommand.ts @@ -35,7 +35,7 @@ export interface UpdateAssetModelCommandOutput extends UpdateAssetModelResponse, * property.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateAssetPropertyCommand.ts b/clients/client-iotsitewise/commands/UpdateAssetPropertyCommand.ts index aadb86f17120..405896914231 100644 --- a/clients/client-iotsitewise/commands/UpdateAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateAssetPropertyCommand.ts @@ -28,7 +28,7 @@ export interface UpdateAssetPropertyCommandOutput extends __MetadataBearer {} * in the UpdateAssetProperty request. For more information, see DescribeAssetProperty.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateDashboardCommand.ts b/clients/client-iotsitewise/commands/UpdateDashboardCommand.ts index 556da9d52a17..2daecb903fa4 100644 --- a/clients/client-iotsitewise/commands/UpdateDashboardCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateDashboardCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _ /** *

Updates an AWS IoT SiteWise Monitor dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/commands/UpdateGatewayCapabilityConfigurationCommand.ts index d3869e7bef2e..4af5251cdf96 100644 --- a/clients/client-iotsitewise/commands/UpdateGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateGatewayCapabilityConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface UpdateGatewayCapabilityConfigurationCommandOutput * the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To * list all capability configurations for a gateway, use DescribeGateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateGatewayCapabilityConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateGatewayCapabilityConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateGatewayCommand.ts b/clients/client-iotsitewise/commands/UpdateGatewayCommand.ts index 6da7de1cf91e..8b341f3cb5e7 100644 --- a/clients/client-iotsitewise/commands/UpdateGatewayCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateGatewayCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGatewayCommandOutput extends __MetadataBearer {} /** *

Updates a gateway's name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdatePortalCommand.ts b/clients/client-iotsitewise/commands/UpdatePortalCommand.ts index e637e0126c72..5237008b0b6a 100644 --- a/clients/client-iotsitewise/commands/UpdatePortalCommand.ts +++ b/clients/client-iotsitewise/commands/UpdatePortalCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad /** *

Updates an AWS IoT SiteWise Monitor portal.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdatePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdatePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotsitewise/commands/UpdateProjectCommand.ts b/clients/client-iotsitewise/commands/UpdateProjectCommand.ts index d3c69ef118a9..19f0b6ef6cd6 100644 --- a/clients/client-iotsitewise/commands/UpdateProjectCommand.ts +++ b/clients/client-iotsitewise/commands/UpdateProjectCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met /** *

Updates an AWS IoT SiteWise Monitor project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTSiteWiseClient, UpdateProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import * // const { IoTSiteWiseClient, UpdateProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/commands/AssociateEntityToThingCommand.ts index a3916dab8327..09408dc80c3a 100644 --- a/clients/client-iotthingsgraph/commands/AssociateEntityToThingCommand.ts +++ b/clients/client-iotthingsgraph/commands/AssociateEntityToThingCommand.ts @@ -24,7 +24,7 @@ export interface AssociateEntityToThingCommandOutput extends AssociateEntityToTh *

Associates a device with a concrete thing that is in the user's registry.

*

A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, AssociateEntityToThingCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, AssociateEntityToThingCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/commands/CreateFlowTemplateCommand.ts index 7700841545fb..c12390fad3e4 100644 --- a/clients/client-iotthingsgraph/commands/CreateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/CreateFlowTemplateCommand.ts @@ -25,7 +25,7 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo * entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the * latest version of the user's namespace unless another namespace version is specified in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, CreateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, CreateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/commands/CreateSystemInstanceCommand.ts index ff2cf1ee9211..5b2b992cb3a8 100644 --- a/clients/client-iotthingsgraph/commands/CreateSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/commands/CreateSystemInstanceCommand.ts @@ -31,7 +31,7 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR * that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.

*

If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, CreateSystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, CreateSystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/commands/CreateSystemTemplateCommand.ts index 092302426319..995d92b0e07f 100644 --- a/clients/client-iotthingsgraph/commands/CreateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/CreateSystemTemplateCommand.ts @@ -24,7 +24,7 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR *

Creates a system. The system is validated against the entities in the * latest version of the user's namespace unless another namespace version is specified in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, CreateSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, CreateSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/commands/DeleteFlowTemplateCommand.ts index 9a809d15e92e..080aff798846 100644 --- a/clients/client-iotthingsgraph/commands/DeleteFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/DeleteFlowTemplateCommand.ts @@ -24,7 +24,7 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo *

Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. * Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DeleteFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DeleteFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/commands/DeleteNamespaceCommand.ts index 4a5040365b66..41dfc5d9987d 100644 --- a/clients/client-iotthingsgraph/commands/DeleteNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/commands/DeleteNamespaceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _ /** *

Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DeleteNamespaceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DeleteNamespaceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/commands/DeleteSystemInstanceCommand.ts index b3213890bec1..ed6a00b4225e 100644 --- a/clients/client-iotthingsgraph/commands/DeleteSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/commands/DeleteSystemInstanceCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR * Only system instances that have never been deployed, or that have been undeployed can be deleted.

*

Users can create a new system instance that has the same ID as a deleted system instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DeleteSystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DeleteSystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/commands/DeleteSystemTemplateCommand.ts index 1ee84ef86890..0968d63106b4 100644 --- a/clients/client-iotthingsgraph/commands/DeleteSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/DeleteSystemTemplateCommand.ts @@ -24,7 +24,7 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR *

Deletes a system. New deployments can't contain the system after its deletion. * Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DeleteSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DeleteSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/commands/DeploySystemInstanceCommand.ts index ca12978bca9e..732a1a702f57 100644 --- a/clients/client-iotthingsgraph/commands/DeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/commands/DeploySystemInstanceCommand.ts @@ -34,7 +34,7 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR * to the specified Greengrass group. Otherwise, the call will fail with an authorization error.

*

For information about the artifacts that get added to your Greengrass core device when you use this API, see AWS IoT Things Graph and AWS IoT Greengrass.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DeploySystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DeploySystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/commands/DeprecateFlowTemplateCommand.ts index a969700abfdd..cd49ac572043 100644 --- a/clients/client-iotthingsgraph/commands/DeprecateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/DeprecateFlowTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat /** *

Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DeprecateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DeprecateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/commands/DeprecateSystemTemplateCommand.ts index 389bc07d630d..0ea3d7236b4a 100644 --- a/clients/client-iotthingsgraph/commands/DeprecateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/DeprecateSystemTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem /** *

Deprecates the specified system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DeprecateSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DeprecateSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/commands/DescribeNamespaceCommand.ts index c69bb95f6a45..4d33a77e2801 100644 --- a/clients/client-iotthingsgraph/commands/DescribeNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/commands/DescribeNamespaceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons /** *

Gets the latest version of the user's namespace and the public version that it is tracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DescribeNamespaceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DescribeNamespaceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/commands/DissociateEntityFromThingCommand.ts index 4f7396adb28f..6a3dd4096805 100644 --- a/clients/client-iotthingsgraph/commands/DissociateEntityFromThingCommand.ts +++ b/clients/client-iotthingsgraph/commands/DissociateEntityFromThingCommand.ts @@ -24,7 +24,7 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity *

Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only * one entity of a particular type can be associated with a thing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, DissociateEntityFromThingCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, DissociateEntityFromThingCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/commands/GetEntitiesCommand.ts index 8ff90ec8e5c7..1edfe20680ac 100644 --- a/clients/client-iotthingsgraph/commands/GetEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetEntitiesCommand.ts @@ -54,7 +54,7 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat * *

This action doesn't return definitions for systems, flows, and deployments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetEntitiesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetEntitiesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/commands/GetFlowTemplateCommand.ts index fabaea781b2f..0a8490a23e38 100644 --- a/clients/client-iotthingsgraph/commands/GetFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetFlowTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _ /** *

Gets the latest version of the DefinitionDocument and FlowTemplateSummary for the specified workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/commands/GetFlowTemplateRevisionsCommand.ts index 56a4124e5ccc..51ba6d77ada6 100644 --- a/clients/client-iotthingsgraph/commands/GetFlowTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetFlowTemplateRevisionsCommand.ts @@ -24,7 +24,7 @@ export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe *

Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, * this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetFlowTemplateRevisionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetFlowTemplateRevisionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/commands/GetNamespaceDeletionStatusCommand.ts index 70b39e421ab6..ba54e8ad2cb4 100644 --- a/clients/client-iotthingsgraph/commands/GetNamespaceDeletionStatusCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetNamespaceDeletionStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel /** *

Gets the status of a namespace deletion task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetNamespaceDeletionStatusCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetNamespaceDeletionStatusCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/commands/GetSystemInstanceCommand.ts index dc475ff37280..882bcab90ae1 100644 --- a/clients/client-iotthingsgraph/commands/GetSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetSystemInstanceCommand.ts @@ -23,7 +23,7 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons /** *

Gets a system instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetSystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetSystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/commands/GetSystemTemplateCommand.ts index fc1b40520095..8580342f6183 100644 --- a/clients/client-iotthingsgraph/commands/GetSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetSystemTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons /** *

Gets a system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/commands/GetSystemTemplateRevisionsCommand.ts index 2ad9c304f27f..65b4bd9d44a9 100644 --- a/clients/client-iotthingsgraph/commands/GetSystemTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetSystemTemplateRevisionsCommand.ts @@ -24,7 +24,7 @@ export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTempla *

Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return * the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetSystemTemplateRevisionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetSystemTemplateRevisionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/commands/GetUploadStatusCommand.ts index 79cae2289067..f902c3a1cd95 100644 --- a/clients/client-iotthingsgraph/commands/GetUploadStatusCommand.ts +++ b/clients/client-iotthingsgraph/commands/GetUploadStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _ /** *

Gets the status of the specified upload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, GetUploadStatusCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, GetUploadStatusCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/commands/ListFlowExecutionMessagesCommand.ts index f0e812baab6f..72526d4e916c 100644 --- a/clients/client-iotthingsgraph/commands/ListFlowExecutionMessagesCommand.ts +++ b/clients/client-iotthingsgraph/commands/ListFlowExecutionMessagesCommand.ts @@ -23,7 +23,7 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio /** *

Returns a list of objects that contain information about events in a flow execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, ListFlowExecutionMessagesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, ListFlowExecutionMessagesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/commands/ListTagsForResourceCommand.ts index 9196d77a5cac..20925d02d6c7 100644 --- a/clients/client-iotthingsgraph/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotthingsgraph/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all tags on an AWS IoT Things Graph resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/commands/SearchEntitiesCommand.ts index 71d23ecf848d..a0b6445b756e 100644 --- a/clients/client-iotthingsgraph/commands/SearchEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/commands/SearchEntitiesCommand.ts @@ -23,7 +23,7 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M /** *

Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, SearchEntitiesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, SearchEntitiesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/commands/SearchFlowExecutionsCommand.ts index f847c5515b28..2a4b252be98f 100644 --- a/clients/client-iotthingsgraph/commands/SearchFlowExecutionsCommand.ts +++ b/clients/client-iotthingsgraph/commands/SearchFlowExecutionsCommand.ts @@ -23,7 +23,7 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR /** *

Searches for AWS IoT Things Graph workflow execution instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, SearchFlowExecutionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, SearchFlowExecutionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/commands/SearchFlowTemplatesCommand.ts index 4c08399997b0..25c6036d1cd6 100644 --- a/clients/client-iotthingsgraph/commands/SearchFlowTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/commands/SearchFlowTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes /** *

Searches for summary information about workflows.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, SearchFlowTemplatesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, SearchFlowTemplatesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/commands/SearchSystemInstancesCommand.ts index 6e124b1bdd6a..fa617521b1a3 100644 --- a/clients/client-iotthingsgraph/commands/SearchSystemInstancesCommand.ts +++ b/clients/client-iotthingsgraph/commands/SearchSystemInstancesCommand.ts @@ -23,7 +23,7 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance /** *

Searches for system instances in the user's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, SearchSystemInstancesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, SearchSystemInstancesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/commands/SearchSystemTemplatesCommand.ts index 54cfa3466216..665a17d1bd6b 100644 --- a/clients/client-iotthingsgraph/commands/SearchSystemTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/commands/SearchSystemTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate /** *

Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, SearchSystemTemplatesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, SearchSystemTemplatesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/commands/SearchThingsCommand.ts index 0b008ee50041..519b4f14afc0 100644 --- a/clients/client-iotthingsgraph/commands/SearchThingsCommand.ts +++ b/clients/client-iotthingsgraph/commands/SearchThingsCommand.ts @@ -26,7 +26,7 @@ export interface SearchThingsCommandOutput extends SearchThingsResponse, __Metad * SearchThings(camera2) will return only thing2, but SearchThings(camera) will return both thing1 and thing2.

*

This action searches for exact matches and doesn't perform partial text matching.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, SearchThingsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, SearchThingsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/commands/TagResourceCommand.ts index b9f1f74b22fa..a35110e20e2f 100644 --- a/clients/client-iotthingsgraph/commands/TagResourceCommand.ts +++ b/clients/client-iotthingsgraph/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Creates a tag for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, TagResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, TagResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/commands/UndeploySystemInstanceCommand.ts index 0b09a19a8741..8b5e9155eb00 100644 --- a/clients/client-iotthingsgraph/commands/UndeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/commands/UndeploySystemInstanceCommand.ts @@ -23,7 +23,7 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta /** *

Removes a system instance from its target (Cloud or Greengrass).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, UndeploySystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, UndeploySystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/commands/UntagResourceCommand.ts index c3ea7803dbda..222283495d3d 100644 --- a/clients/client-iotthingsgraph/commands/UntagResourceCommand.ts +++ b/clients/client-iotthingsgraph/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, UntagResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, UntagResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/commands/UpdateFlowTemplateCommand.ts index ea1ae59f33b0..ab508b7de946 100644 --- a/clients/client-iotthingsgraph/commands/UpdateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/UpdateFlowTemplateCommand.ts @@ -24,7 +24,7 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo *

Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this * behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, UpdateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, UpdateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/commands/UpdateSystemTemplateCommand.ts index 3e8778c5a910..78265b9b9850 100644 --- a/clients/client-iotthingsgraph/commands/UpdateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/commands/UpdateSystemTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR /** *

Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, UpdateSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, UpdateSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-iotthingsgraph/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/commands/UploadEntityDefinitionsCommand.ts index 46f5a9cebe00..5fa2ab7cec63 100644 --- a/clients/client-iotthingsgraph/commands/UploadEntityDefinitionsCommand.ts +++ b/clients/client-iotthingsgraph/commands/UploadEntityDefinitionsCommand.ts @@ -33,7 +33,7 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini * Mapping, Enum. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IoTThingsGraphClient, UploadEntityDefinitionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import * // const { IoTThingsGraphClient, UploadEntityDefinitionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import diff --git a/clients/client-ivs/commands/BatchGetChannelCommand.ts b/clients/client-ivs/commands/BatchGetChannelCommand.ts index 26654726cf7d..d681bf8c6614 100644 --- a/clients/client-ivs/commands/BatchGetChannelCommand.ts +++ b/clients/client-ivs/commands/BatchGetChannelCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetChannelCommandOutput extends BatchGetChannelResponse, _ /** *

Performs GetChannel on multiple ARNs simultaneously.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, BatchGetChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, BatchGetChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/BatchGetStreamKeyCommand.ts b/clients/client-ivs/commands/BatchGetStreamKeyCommand.ts index 3666abfda1a3..1231cee38c90 100644 --- a/clients/client-ivs/commands/BatchGetStreamKeyCommand.ts +++ b/clients/client-ivs/commands/BatchGetStreamKeyCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetStreamKeyCommandOutput extends BatchGetStreamKeyRespons /** *

Performs GetStreamKey on multiple ARNs simultaneously.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, BatchGetStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, BatchGetStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/CreateChannelCommand.ts b/clients/client-ivs/commands/CreateChannelCommand.ts index 622f226d914f..8cd9f03b153f 100644 --- a/clients/client-ivs/commands/CreateChannelCommand.ts +++ b/clients/client-ivs/commands/CreateChannelCommand.ts @@ -23,7 +23,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met /** *

Creates a new channel and an associated stream key to start streaming.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, CreateChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, CreateChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/CreateRecordingConfigurationCommand.ts b/clients/client-ivs/commands/CreateRecordingConfigurationCommand.ts index 833d065b76ab..b6e7d0442c8d 100644 --- a/clients/client-ivs/commands/CreateRecordingConfigurationCommand.ts +++ b/clients/client-ivs/commands/CreateRecordingConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface CreateRecordingConfigurationCommandOutput * bucket, delete that recording configuration and create a new one with an S3 bucket from the * correct region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, CreateRecordingConfigurationCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, CreateRecordingConfigurationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/CreateStreamKeyCommand.ts b/clients/client-ivs/commands/CreateStreamKeyCommand.ts index 9c8d2158b7fa..e4a3a8036e60 100644 --- a/clients/client-ivs/commands/CreateStreamKeyCommand.ts +++ b/clients/client-ivs/commands/CreateStreamKeyCommand.ts @@ -26,7 +26,7 @@ export interface CreateStreamKeyCommandOutput extends CreateStreamKeyResponse, _ * CreateStreamKey on the same channel, it will fail because a stream key already exists and * there is a limit of 1 stream key per channel. To reset the stream key on a channel, use DeleteStreamKey and then CreateStreamKey.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, CreateStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, CreateStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/DeleteChannelCommand.ts b/clients/client-ivs/commands/DeleteChannelCommand.ts index 9a4647f2b2b2..1b0118eb3efc 100644 --- a/clients/client-ivs/commands/DeleteChannelCommand.ts +++ b/clients/client-ivs/commands/DeleteChannelCommand.ts @@ -27,7 +27,7 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {} * EventBridge "Stream End" event (to verify that the stream's state was changed from Live to * Offline), then call DeleteChannel. (See Using EventBridge with Amazon IVS.)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, DeleteChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, DeleteChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/DeletePlaybackKeyPairCommand.ts b/clients/client-ivs/commands/DeletePlaybackKeyPairCommand.ts index 0bb712af7260..4935557008cc 100644 --- a/clients/client-ivs/commands/DeletePlaybackKeyPairCommand.ts +++ b/clients/client-ivs/commands/DeletePlaybackKeyPairCommand.ts @@ -25,7 +25,7 @@ export interface DeletePlaybackKeyPairCommandOutput extends DeletePlaybackKeyPai * generated using the key pair’s privateKey. For more information, see Setting Up Private * Channels in the Amazon IVS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, DeletePlaybackKeyPairCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, DeletePlaybackKeyPairCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/DeleteRecordingConfigurationCommand.ts b/clients/client-ivs/commands/DeleteRecordingConfigurationCommand.ts index 492c3e35703d..aa9e46f44440 100644 --- a/clients/client-ivs/commands/DeleteRecordingConfigurationCommand.ts +++ b/clients/client-ivs/commands/DeleteRecordingConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRecordingConfigurationCommandOutput extends __MetadataBea * recordingConfigurationArn field to an empty string, then use * DeleteRecordingConfiguration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, DeleteRecordingConfigurationCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, DeleteRecordingConfigurationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/DeleteStreamKeyCommand.ts b/clients/client-ivs/commands/DeleteStreamKeyCommand.ts index 577efaead5b7..a272c7e0829e 100644 --- a/clients/client-ivs/commands/DeleteStreamKeyCommand.ts +++ b/clients/client-ivs/commands/DeleteStreamKeyCommand.ts @@ -24,7 +24,7 @@ export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {} *

Deletes the stream key for the specified ARN, so it can no longer be used to * stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, DeleteStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, DeleteStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/GetChannelCommand.ts b/clients/client-ivs/commands/GetChannelCommand.ts index 0458abc8a0b5..f3029ec6ff25 100644 --- a/clients/client-ivs/commands/GetChannelCommand.ts +++ b/clients/client-ivs/commands/GetChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB /** *

Gets the channel configuration for the specified channel ARN. See also BatchGetChannel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, GetChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, GetChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/GetPlaybackKeyPairCommand.ts b/clients/client-ivs/commands/GetPlaybackKeyPairCommand.ts index ac9c8fe8c081..57fdf5dc7e61 100644 --- a/clients/client-ivs/commands/GetPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/commands/GetPlaybackKeyPairCommand.ts @@ -27,7 +27,7 @@ export interface GetPlaybackKeyPairCommandOutput extends GetPlaybackKeyPairRespo * information, see Setting Up Private Channels in the Amazon IVS User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, GetPlaybackKeyPairCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, GetPlaybackKeyPairCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/GetRecordingConfigurationCommand.ts b/clients/client-ivs/commands/GetRecordingConfigurationCommand.ts index e1b431434225..56359ff67d5e 100644 --- a/clients/client-ivs/commands/GetRecordingConfigurationCommand.ts +++ b/clients/client-ivs/commands/GetRecordingConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetRecordingConfigurationCommandOutput extends GetRecordingConf /** *

Gets the recording configuration for the specified ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, GetRecordingConfigurationCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, GetRecordingConfigurationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/GetStreamCommand.ts b/clients/client-ivs/commands/GetStreamCommand.ts index 3282b670e2e6..9ae452ed3bbb 100644 --- a/clients/client-ivs/commands/GetStreamCommand.ts +++ b/clients/client-ivs/commands/GetStreamCommand.ts @@ -23,7 +23,7 @@ export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBea /** *

Gets information about the active (live) stream on a specified channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, GetStreamCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, GetStreamCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/GetStreamKeyCommand.ts b/clients/client-ivs/commands/GetStreamKeyCommand.ts index c3c606991149..b0f1242d6a13 100644 --- a/clients/client-ivs/commands/GetStreamKeyCommand.ts +++ b/clients/client-ivs/commands/GetStreamKeyCommand.ts @@ -23,7 +23,7 @@ export interface GetStreamKeyCommandOutput extends GetStreamKeyResponse, __Metad /** *

Gets stream-key information for a specified ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, GetStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, GetStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/ImportPlaybackKeyPairCommand.ts b/clients/client-ivs/commands/ImportPlaybackKeyPairCommand.ts index 7a12ec1ea49d..10801aed36d1 100644 --- a/clients/client-ivs/commands/ImportPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/commands/ImportPlaybackKeyPairCommand.ts @@ -27,7 +27,7 @@ export interface ImportPlaybackKeyPairCommandOutput extends ImportPlaybackKeyPai * Setting Up * Private Channels in the Amazon IVS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, ImportPlaybackKeyPairCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, ImportPlaybackKeyPairCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/ListChannelsCommand.ts b/clients/client-ivs/commands/ListChannelsCommand.ts index bfc00e066844..bae3da6e06b9 100644 --- a/clients/client-ivs/commands/ListChannelsCommand.ts +++ b/clients/client-ivs/commands/ListChannelsCommand.ts @@ -26,7 +26,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad * recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If * you try to use both filters, you will get an error (409 ConflictException).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, ListChannelsCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, ListChannelsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/ListPlaybackKeyPairsCommand.ts b/clients/client-ivs/commands/ListPlaybackKeyPairsCommand.ts index 000377fed5d5..4199fbacce95 100644 --- a/clients/client-ivs/commands/ListPlaybackKeyPairsCommand.ts +++ b/clients/client-ivs/commands/ListPlaybackKeyPairsCommand.ts @@ -24,7 +24,7 @@ export interface ListPlaybackKeyPairsCommandOutput extends ListPlaybackKeyPairsR *

Gets summary information about playback key pairs. For more information, see Setting Up Private * Channels in the Amazon IVS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, ListPlaybackKeyPairsCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, ListPlaybackKeyPairsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/ListRecordingConfigurationsCommand.ts b/clients/client-ivs/commands/ListRecordingConfigurationsCommand.ts index caa60b37041a..02565c0f72bf 100644 --- a/clients/client-ivs/commands/ListRecordingConfigurationsCommand.ts +++ b/clients/client-ivs/commands/ListRecordingConfigurationsCommand.ts @@ -26,7 +26,7 @@ export interface ListRecordingConfigurationsCommandOutput *

Gets summary information about all recording configurations in your account, in the AWS * region where the API request is processed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, ListRecordingConfigurationsCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, ListRecordingConfigurationsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/ListStreamKeysCommand.ts b/clients/client-ivs/commands/ListStreamKeysCommand.ts index 19b3f5d27297..13560a7cbd5b 100644 --- a/clients/client-ivs/commands/ListStreamKeysCommand.ts +++ b/clients/client-ivs/commands/ListStreamKeysCommand.ts @@ -23,7 +23,7 @@ export interface ListStreamKeysCommandOutput extends ListStreamKeysResponse, __M /** *

Gets summary information about stream keys for the specified channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, ListStreamKeysCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, ListStreamKeysCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/ListStreamsCommand.ts b/clients/client-ivs/commands/ListStreamsCommand.ts index a4d0fb94da30..22f2c780fdfa 100644 --- a/clients/client-ivs/commands/ListStreamsCommand.ts +++ b/clients/client-ivs/commands/ListStreamsCommand.ts @@ -24,7 +24,7 @@ export interface ListStreamsCommandOutput extends ListStreamsResponse, __Metadat *

Gets summary information about live streams in your account, in the AWS region where the * API request is processed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, ListStreamsCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, ListStreamsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/ListTagsForResourceCommand.ts b/clients/client-ivs/commands/ListTagsForResourceCommand.ts index 2852924d105d..147af344e27a 100644 --- a/clients/client-ivs/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Gets information about AWS tags for the specified ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, ListTagsForResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/PutMetadataCommand.ts b/clients/client-ivs/commands/PutMetadataCommand.ts index 760d6a8d3e82..23106c7a6e6f 100644 --- a/clients/client-ivs/commands/PutMetadataCommand.ts +++ b/clients/client-ivs/commands/PutMetadataCommand.ts @@ -29,7 +29,7 @@ export interface PutMetadataCommandOutput extends __MetadataBearer {} * * within a Video Stream in the Amazon IVS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, PutMetadataCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, PutMetadataCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/StopStreamCommand.ts b/clients/client-ivs/commands/StopStreamCommand.ts index 8ee035d72b72..4b5ad50c8a8b 100644 --- a/clients/client-ivs/commands/StopStreamCommand.ts +++ b/clients/client-ivs/commands/StopStreamCommand.ts @@ -30,7 +30,7 @@ export interface StopStreamCommandOutput extends StopStreamResponse, __MetadataB * streamKey attached to the channel.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, StopStreamCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, StopStreamCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/TagResourceCommand.ts b/clients/client-ivs/commands/TagResourceCommand.ts index c379a4286a8f..5d41c2ca53e4 100644 --- a/clients/client-ivs/commands/TagResourceCommand.ts +++ b/clients/client-ivs/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds or updates tags for the AWS resource with the specified ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, TagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, TagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/UntagResourceCommand.ts b/clients/client-ivs/commands/UntagResourceCommand.ts index b24971a190fd..29bb9838ab57 100644 --- a/clients/client-ivs/commands/UntagResourceCommand.ts +++ b/clients/client-ivs/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from the resource with the specified ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, UntagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, UntagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-ivs/commands/UpdateChannelCommand.ts b/clients/client-ivs/commands/UpdateChannelCommand.ts index dedb4109ce48..f6dd094fa45a 100644 --- a/clients/client-ivs/commands/UpdateChannelCommand.ts +++ b/clients/client-ivs/commands/UpdateChannelCommand.ts @@ -24,7 +24,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met *

Updates a channel's configuration. This does not affect an ongoing stream of this channel. * You must stop and restart the stream for the changes to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { IvsClient, UpdateChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import * // const { IvsClient, UpdateChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import diff --git a/clients/client-kafka/commands/BatchAssociateScramSecretCommand.ts b/clients/client-kafka/commands/BatchAssociateScramSecretCommand.ts index f26c4ee580e9..4118abb407ed 100644 --- a/clients/client-kafka/commands/BatchAssociateScramSecretCommand.ts +++ b/clients/client-kafka/commands/BatchAssociateScramSecretCommand.ts @@ -23,7 +23,7 @@ export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateSc /** *

Associates one or more Scram Secrets with an Amazon MSK cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, BatchAssociateScramSecretCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, BatchAssociateScramSecretCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/BatchDisassociateScramSecretCommand.ts b/clients/client-kafka/commands/BatchDisassociateScramSecretCommand.ts index e25c783cff2b..494f40f32508 100644 --- a/clients/client-kafka/commands/BatchDisassociateScramSecretCommand.ts +++ b/clients/client-kafka/commands/BatchDisassociateScramSecretCommand.ts @@ -25,7 +25,7 @@ export interface BatchDisassociateScramSecretCommandOutput /** *

Disassociates one or more Scram Secrets from an Amazon MSK cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, BatchDisassociateScramSecretCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, BatchDisassociateScramSecretCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/CreateClusterCommand.ts b/clients/client-kafka/commands/CreateClusterCommand.ts index cb9a28140706..4e0a8500b86b 100644 --- a/clients/client-kafka/commands/CreateClusterCommand.ts +++ b/clients/client-kafka/commands/CreateClusterCommand.ts @@ -23,7 +23,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met /** *

Creates a new MSK cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, CreateClusterCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, CreateClusterCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/CreateConfigurationCommand.ts b/clients/client-kafka/commands/CreateConfigurationCommand.ts index 5b24b495e7e5..6247d264cdec 100644 --- a/clients/client-kafka/commands/CreateConfigurationCommand.ts +++ b/clients/client-kafka/commands/CreateConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface CreateConfigurationCommandOutput extends CreateConfigurationRes /** *

Creates a new MSK configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, CreateConfigurationCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, CreateConfigurationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/DeleteClusterCommand.ts b/clients/client-kafka/commands/DeleteClusterCommand.ts index cb644bf0163e..b963b4bd18f4 100644 --- a/clients/client-kafka/commands/DeleteClusterCommand.ts +++ b/clients/client-kafka/commands/DeleteClusterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met /** *

Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, DeleteClusterCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, DeleteClusterCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/DeleteConfigurationCommand.ts b/clients/client-kafka/commands/DeleteConfigurationCommand.ts index 23d482af0849..5984538a6540 100644 --- a/clients/client-kafka/commands/DeleteConfigurationCommand.ts +++ b/clients/client-kafka/commands/DeleteConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConfigurationCommandOutput extends DeleteConfigurationRes /** *

Deletes an MSK Configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, DeleteConfigurationCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, DeleteConfigurationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/DescribeClusterCommand.ts b/clients/client-kafka/commands/DescribeClusterCommand.ts index 6908b1718f6c..cde0634cdc91 100644 --- a/clients/client-kafka/commands/DescribeClusterCommand.ts +++ b/clients/client-kafka/commands/DescribeClusterCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _ /** *

Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, DescribeClusterCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, DescribeClusterCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/DescribeClusterOperationCommand.ts b/clients/client-kafka/commands/DescribeClusterOperationCommand.ts index 6bbdf703162a..b1e7a86e191a 100644 --- a/clients/client-kafka/commands/DescribeClusterOperationCommand.ts +++ b/clients/client-kafka/commands/DescribeClusterOperationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClusterOperationCommandOutput extends DescribeClusterOp /** *

Returns a description of the cluster operation specified by the ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, DescribeClusterOperationCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, DescribeClusterOperationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/DescribeConfigurationCommand.ts b/clients/client-kafka/commands/DescribeConfigurationCommand.ts index 255f2b3cbda8..65dc42976d75 100644 --- a/clients/client-kafka/commands/DescribeConfigurationCommand.ts +++ b/clients/client-kafka/commands/DescribeConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConfigurationCommandOutput extends DescribeConfiguratio /** *

Returns a description of this MSK configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, DescribeConfigurationCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, DescribeConfigurationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-kafka/commands/DescribeConfigurationRevisionCommand.ts index 02a4ed35ecbb..5b1654bdd000 100644 --- a/clients/client-kafka/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-kafka/commands/DescribeConfigurationRevisionCommand.ts @@ -25,7 +25,7 @@ export interface DescribeConfigurationRevisionCommandOutput /** *

Returns a description of this revision of the configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, DescribeConfigurationRevisionCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, DescribeConfigurationRevisionCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/GetBootstrapBrokersCommand.ts b/clients/client-kafka/commands/GetBootstrapBrokersCommand.ts index 5d7ffe1e1864..1206bd91ff34 100644 --- a/clients/client-kafka/commands/GetBootstrapBrokersCommand.ts +++ b/clients/client-kafka/commands/GetBootstrapBrokersCommand.ts @@ -23,7 +23,7 @@ export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersRes /** *

A list of brokers that a client application can use to bootstrap.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, GetBootstrapBrokersCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, GetBootstrapBrokersCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/GetCompatibleKafkaVersionsCommand.ts b/clients/client-kafka/commands/GetCompatibleKafkaVersionsCommand.ts index 78afaeccc0a6..bfb684e557d9 100644 --- a/clients/client-kafka/commands/GetCompatibleKafkaVersionsCommand.ts +++ b/clients/client-kafka/commands/GetCompatibleKafkaVersionsCommand.ts @@ -23,7 +23,7 @@ export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKa /** *

Gets the Apache Kafka versions to which you can update the MSK cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, GetCompatibleKafkaVersionsCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, GetCompatibleKafkaVersionsCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListClusterOperationsCommand.ts b/clients/client-kafka/commands/ListClusterOperationsCommand.ts index 2c4440b69322..fb8e5dc94635 100644 --- a/clients/client-kafka/commands/ListClusterOperationsCommand.ts +++ b/clients/client-kafka/commands/ListClusterOperationsCommand.ts @@ -23,7 +23,7 @@ export interface ListClusterOperationsCommandOutput extends ListClusterOperation /** *

Returns a list of all the operations that have been performed on the specified MSK cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListClusterOperationsCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListClusterOperationsCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListClustersCommand.ts b/clients/client-kafka/commands/ListClustersCommand.ts index ef4bce4b2711..56a77962e7aa 100644 --- a/clients/client-kafka/commands/ListClustersCommand.ts +++ b/clients/client-kafka/commands/ListClustersCommand.ts @@ -23,7 +23,7 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad /** *

Returns a list of all the MSK clusters in the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListClustersCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListClustersCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListConfigurationRevisionsCommand.ts b/clients/client-kafka/commands/ListConfigurationRevisionsCommand.ts index 724e28ab7e67..fca15efe5a8a 100644 --- a/clients/client-kafka/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-kafka/commands/ListConfigurationRevisionsCommand.ts @@ -23,7 +23,7 @@ export interface ListConfigurationRevisionsCommandOutput extends ListConfigurati /** *

Returns a list of all the MSK configurations in this Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListConfigurationRevisionsCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListConfigurationRevisionsCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListConfigurationsCommand.ts b/clients/client-kafka/commands/ListConfigurationsCommand.ts index e415b08d8af2..3fdb579eb40d 100644 --- a/clients/client-kafka/commands/ListConfigurationsCommand.ts +++ b/clients/client-kafka/commands/ListConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo /** *

Returns a list of all the MSK configurations in this Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListConfigurationsCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListConfigurationsCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListKafkaVersionsCommand.ts b/clients/client-kafka/commands/ListKafkaVersionsCommand.ts index d3011781cc4e..c0a66ce7b017 100644 --- a/clients/client-kafka/commands/ListKafkaVersionsCommand.ts +++ b/clients/client-kafka/commands/ListKafkaVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsRespons /** *

Returns a list of Kafka versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListKafkaVersionsCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListKafkaVersionsCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListNodesCommand.ts b/clients/client-kafka/commands/ListNodesCommand.ts index 39f0f94103e8..8d4038f18f76 100644 --- a/clients/client-kafka/commands/ListNodesCommand.ts +++ b/clients/client-kafka/commands/ListNodesCommand.ts @@ -23,7 +23,7 @@ export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBea /** *

Returns a list of the broker nodes in the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListNodesCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListNodesCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListScramSecretsCommand.ts b/clients/client-kafka/commands/ListScramSecretsCommand.ts index bff195862501..489addc15270 100644 --- a/clients/client-kafka/commands/ListScramSecretsCommand.ts +++ b/clients/client-kafka/commands/ListScramSecretsCommand.ts @@ -23,7 +23,7 @@ export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, /** *

Returns a list of the Scram Secrets associated with an Amazon MSK cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListScramSecretsCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListScramSecretsCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/ListTagsForResourceCommand.ts b/clients/client-kafka/commands/ListTagsForResourceCommand.ts index 8eea94075b7d..1f7b8a78a49b 100644 --- a/clients/client-kafka/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kafka/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of the tags associated with the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, ListTagsForResourceCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, ListTagsForResourceCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/RebootBrokerCommand.ts b/clients/client-kafka/commands/RebootBrokerCommand.ts index df346e89d600..f77bd3ba7070 100644 --- a/clients/client-kafka/commands/RebootBrokerCommand.ts +++ b/clients/client-kafka/commands/RebootBrokerCommand.ts @@ -23,7 +23,7 @@ export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __Metad /** * Reboots brokers. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, RebootBrokerCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, RebootBrokerCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/TagResourceCommand.ts b/clients/client-kafka/commands/TagResourceCommand.ts index a199583d0dd1..08f63481bc09 100644 --- a/clients/client-kafka/commands/TagResourceCommand.ts +++ b/clients/client-kafka/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Adds tags to the specified MSK resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, TagResourceCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, TagResourceCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UntagResourceCommand.ts b/clients/client-kafka/commands/UntagResourceCommand.ts index d66eeeff78a2..e654c45b228c 100644 --- a/clients/client-kafka/commands/UntagResourceCommand.ts +++ b/clients/client-kafka/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes the tags associated with the keys that are provided in the query.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UntagResourceCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UntagResourceCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UpdateBrokerCountCommand.ts b/clients/client-kafka/commands/UpdateBrokerCountCommand.ts index 5d2c564795c8..abfacd1ecd80 100644 --- a/clients/client-kafka/commands/UpdateBrokerCountCommand.ts +++ b/clients/client-kafka/commands/UpdateBrokerCountCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountRespons /** *

Updates the number of broker nodes in the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UpdateBrokerCountCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UpdateBrokerCountCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UpdateBrokerStorageCommand.ts b/clients/client-kafka/commands/UpdateBrokerStorageCommand.ts index 894ac919ff76..7bea3f47ebbd 100644 --- a/clients/client-kafka/commands/UpdateBrokerStorageCommand.ts +++ b/clients/client-kafka/commands/UpdateBrokerStorageCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageRes /** *

Updates the EBS storage associated with MSK brokers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UpdateBrokerStorageCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UpdateBrokerStorageCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UpdateBrokerTypeCommand.ts b/clients/client-kafka/commands/UpdateBrokerTypeCommand.ts index b1f20969b00d..f69be4cea574 100644 --- a/clients/client-kafka/commands/UpdateBrokerTypeCommand.ts +++ b/clients/client-kafka/commands/UpdateBrokerTypeCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, /** *

Updates EC2 instance type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UpdateBrokerTypeCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UpdateBrokerTypeCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UpdateClusterConfigurationCommand.ts b/clients/client-kafka/commands/UpdateClusterConfigurationCommand.ts index 3a6590b205de..e2ac0d11a710 100644 --- a/clients/client-kafka/commands/UpdateClusterConfigurationCommand.ts +++ b/clients/client-kafka/commands/UpdateClusterConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterCo /** *

Updates the cluster with the configuration that is specified in the request body.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UpdateClusterConfigurationCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UpdateClusterConfigurationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UpdateClusterKafkaVersionCommand.ts b/clients/client-kafka/commands/UpdateClusterKafkaVersionCommand.ts index d05250c318fe..c987b13c6f95 100644 --- a/clients/client-kafka/commands/UpdateClusterKafkaVersionCommand.ts +++ b/clients/client-kafka/commands/UpdateClusterKafkaVersionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKaf /** *

Updates the Apache Kafka version for the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UpdateClusterKafkaVersionCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UpdateClusterKafkaVersionCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UpdateConfigurationCommand.ts b/clients/client-kafka/commands/UpdateConfigurationCommand.ts index d1ed259583ee..f01bff3dbff7 100644 --- a/clients/client-kafka/commands/UpdateConfigurationCommand.ts +++ b/clients/client-kafka/commands/UpdateConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes /** *

Updates an MSK configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UpdateConfigurationCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UpdateConfigurationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kafka/commands/UpdateMonitoringCommand.ts b/clients/client-kafka/commands/UpdateMonitoringCommand.ts index be8860323bec..c07c109b31a6 100644 --- a/clients/client-kafka/commands/UpdateMonitoringCommand.ts +++ b/clients/client-kafka/commands/UpdateMonitoringCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, /** *

Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KafkaClient, UpdateMonitoringCommand } from "@aws-sdk/client-kafka"; // ES Modules import * // const { KafkaClient, UpdateMonitoringCommand } = require("@aws-sdk/client-kafka"); // CommonJS import diff --git a/clients/client-kendra/commands/BatchDeleteDocumentCommand.ts b/clients/client-kendra/commands/BatchDeleteDocumentCommand.ts index 42d2ce046df6..fd24e784bed7 100644 --- a/clients/client-kendra/commands/BatchDeleteDocumentCommand.ts +++ b/clients/client-kendra/commands/BatchDeleteDocumentCommand.ts @@ -27,7 +27,7 @@ export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentRes * the deletion by using AWS CloudWatch. Any error messages related to the * processing of the batch are sent to you CloudWatch log.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, BatchDeleteDocumentCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, BatchDeleteDocumentCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/BatchPutDocumentCommand.ts b/clients/client-kendra/commands/BatchPutDocumentCommand.ts index 5894002d9176..fe448aa35d79 100644 --- a/clients/client-kendra/commands/BatchPutDocumentCommand.ts +++ b/clients/client-kendra/commands/BatchPutDocumentCommand.ts @@ -31,7 +31,7 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse, * the batch using AWS CloudWatch. Any error messages related to processing * the batch are sent to your AWS CloudWatch log.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, BatchPutDocumentCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, BatchPutDocumentCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/CreateDataSourceCommand.ts b/clients/client-kendra/commands/CreateDataSourceCommand.ts index a2c82dfe1fea..a8025f0c583d 100644 --- a/clients/client-kendra/commands/CreateDataSourceCommand.ts +++ b/clients/client-kendra/commands/CreateDataSourceCommand.ts @@ -31,7 +31,7 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, * operation returns 200 if the data source was successfully created. * Otherwise, an exception is raised.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, CreateDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, CreateDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/CreateFaqCommand.ts b/clients/client-kendra/commands/CreateFaqCommand.ts index e88a4d3f8c48..567c2625a4f0 100644 --- a/clients/client-kendra/commands/CreateFaqCommand.ts +++ b/clients/client-kendra/commands/CreateFaqCommand.ts @@ -20,7 +20,7 @@ export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBea /** *

Creates an new set of frequently asked question (FAQ) questions and answers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, CreateFaqCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, CreateFaqCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/CreateIndexCommand.ts b/clients/client-kendra/commands/CreateIndexCommand.ts index 097bcc4804a0..86e56d69bcb2 100644 --- a/clients/client-kendra/commands/CreateIndexCommand.ts +++ b/clients/client-kendra/commands/CreateIndexCommand.ts @@ -30,7 +30,7 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat * BatchPutDocument operation or using one of the supported * data sources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, CreateIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, CreateIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/CreateThesaurusCommand.ts b/clients/client-kendra/commands/CreateThesaurusCommand.ts index 6017002a3c82..76197902c3e5 100644 --- a/clients/client-kendra/commands/CreateThesaurusCommand.ts +++ b/clients/client-kendra/commands/CreateThesaurusCommand.ts @@ -24,7 +24,7 @@ export interface CreateThesaurusCommandOutput extends CreateThesaurusResponse, _ *

Creates a thesaurus for an index. The thesaurus * contains a list of synonyms in Solr format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, CreateThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, CreateThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DeleteDataSourceCommand.ts b/clients/client-kendra/commands/DeleteDataSourceCommand.ts index 85053f6829c4..3a0a576d8a17 100644 --- a/clients/client-kendra/commands/DeleteDataSourceCommand.ts +++ b/clients/client-kendra/commands/DeleteDataSourceCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDataSourceCommandOutput extends __MetadataBearer {} * DescribeDataSource operation is set to * DELETING. For more information, see Deleting Data Sources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DeleteDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DeleteDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DeleteFaqCommand.ts b/clients/client-kendra/commands/DeleteFaqCommand.ts index 5cccac06ec78..910bc16e6bd5 100644 --- a/clients/client-kendra/commands/DeleteFaqCommand.ts +++ b/clients/client-kendra/commands/DeleteFaqCommand.ts @@ -20,7 +20,7 @@ export interface DeleteFaqCommandOutput extends __MetadataBearer {} /** *

Removes an FAQ from an index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DeleteFaqCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DeleteFaqCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DeleteIndexCommand.ts b/clients/client-kendra/commands/DeleteIndexCommand.ts index 8caa5bcdda6b..1c791e024e33 100644 --- a/clients/client-kendra/commands/DeleteIndexCommand.ts +++ b/clients/client-kendra/commands/DeleteIndexCommand.ts @@ -27,7 +27,7 @@ export interface DeleteIndexCommandOutput extends __MetadataBearer {} * DescribeIndex operation is set to * DELETING.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DeleteIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DeleteIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DeleteThesaurusCommand.ts b/clients/client-kendra/commands/DeleteThesaurusCommand.ts index 7d7da9e1fe3f..c4e0843e1e0d 100644 --- a/clients/client-kendra/commands/DeleteThesaurusCommand.ts +++ b/clients/client-kendra/commands/DeleteThesaurusCommand.ts @@ -24,7 +24,7 @@ export interface DeleteThesaurusCommandOutput extends __MetadataBearer {} *

Deletes an existing Amazon Kendra thesaurus. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DeleteThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DeleteThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DescribeDataSourceCommand.ts b/clients/client-kendra/commands/DescribeDataSourceCommand.ts index 9a43d1c7c903..df9a4da866d5 100644 --- a/clients/client-kendra/commands/DescribeDataSourceCommand.ts +++ b/clients/client-kendra/commands/DescribeDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo /** *

Gets information about a Amazon Kendra data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DescribeDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DescribeDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DescribeFaqCommand.ts b/clients/client-kendra/commands/DescribeFaqCommand.ts index 62a55d63daf5..3e694bf39b9c 100644 --- a/clients/client-kendra/commands/DescribeFaqCommand.ts +++ b/clients/client-kendra/commands/DescribeFaqCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFaqCommandOutput extends DescribeFaqResponse, __Metadat /** *

Gets information about an FAQ list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DescribeFaqCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DescribeFaqCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DescribeIndexCommand.ts b/clients/client-kendra/commands/DescribeIndexCommand.ts index 8c65d8bf6254..672bff4fa360 100644 --- a/clients/client-kendra/commands/DescribeIndexCommand.ts +++ b/clients/client-kendra/commands/DescribeIndexCommand.ts @@ -23,7 +23,7 @@ export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __Met /** *

Describes an existing Amazon Kendra index

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DescribeIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DescribeIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/DescribeThesaurusCommand.ts b/clients/client-kendra/commands/DescribeThesaurusCommand.ts index 0b3086924fe5..d3491c3f00f2 100644 --- a/clients/client-kendra/commands/DescribeThesaurusCommand.ts +++ b/clients/client-kendra/commands/DescribeThesaurusCommand.ts @@ -23,7 +23,7 @@ export interface DescribeThesaurusCommandOutput extends DescribeThesaurusRespons /** *

Describes an existing Amazon Kendra thesaurus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, DescribeThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, DescribeThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/ListDataSourceSyncJobsCommand.ts b/clients/client-kendra/commands/ListDataSourceSyncJobsCommand.ts index 8522e3be1e23..c9f01081c02a 100644 --- a/clients/client-kendra/commands/ListDataSourceSyncJobsCommand.ts +++ b/clients/client-kendra/commands/ListDataSourceSyncJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJ *

Gets statistics about synchronizing Amazon Kendra with a data * source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, ListDataSourceSyncJobsCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, ListDataSourceSyncJobsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/ListDataSourcesCommand.ts b/clients/client-kendra/commands/ListDataSourcesCommand.ts index 1c900648de2d..a10858c0bebc 100644 --- a/clients/client-kendra/commands/ListDataSourcesCommand.ts +++ b/clients/client-kendra/commands/ListDataSourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _ /** *

Lists the data sources that you have created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, ListDataSourcesCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, ListDataSourcesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/ListFaqsCommand.ts b/clients/client-kendra/commands/ListFaqsCommand.ts index 575f5db49133..957e772ce507 100644 --- a/clients/client-kendra/commands/ListFaqsCommand.ts +++ b/clients/client-kendra/commands/ListFaqsCommand.ts @@ -20,7 +20,7 @@ export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBeare /** *

Gets a list of FAQ lists associated with an index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, ListFaqsCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, ListFaqsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/ListIndicesCommand.ts b/clients/client-kendra/commands/ListIndicesCommand.ts index 0885b4ba6784..f456a2c2be16 100644 --- a/clients/client-kendra/commands/ListIndicesCommand.ts +++ b/clients/client-kendra/commands/ListIndicesCommand.ts @@ -23,7 +23,7 @@ export interface ListIndicesCommandOutput extends ListIndicesResponse, __Metadat /** *

Lists the Amazon Kendra indexes that you have created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, ListIndicesCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, ListIndicesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/ListTagsForResourceCommand.ts b/clients/client-kendra/commands/ListTagsForResourceCommand.ts index efad5e89b27c..53a6adac1e02 100644 --- a/clients/client-kendra/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Gets a list of tags associated with a specified resource. Indexes, * FAQs, and data sources can have tags associated with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, ListTagsForResourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, ListTagsForResourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/ListThesauriCommand.ts b/clients/client-kendra/commands/ListThesauriCommand.ts index 1f835068d11f..2195551fb1c6 100644 --- a/clients/client-kendra/commands/ListThesauriCommand.ts +++ b/clients/client-kendra/commands/ListThesauriCommand.ts @@ -23,7 +23,7 @@ export interface ListThesauriCommandOutput extends ListThesauriResponse, __Metad /** *

Lists the Amazon Kendra thesauri associated with an index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, ListThesauriCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, ListThesauriCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/QueryCommand.ts b/clients/client-kendra/commands/QueryCommand.ts index d5d6e3796490..867c69f98131 100644 --- a/clients/client-kendra/commands/QueryCommand.ts +++ b/clients/client-kendra/commands/QueryCommand.ts @@ -41,7 +41,7 @@ export interface QueryCommandOutput extends QueryResult, __MetadataBearer {} * the QueryResultTypeConfig parameter.

*

Each query returns the 100 most relevant results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, QueryCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, QueryCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/StartDataSourceSyncJobCommand.ts b/clients/client-kendra/commands/StartDataSourceSyncJobCommand.ts index 1a0645d2ec54..793a1c61fbc9 100644 --- a/clients/client-kendra/commands/StartDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/commands/StartDataSourceSyncJobCommand.ts @@ -25,7 +25,7 @@ export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSync * job is already in progress, Amazon Kendra returns a * ResourceInUseException exception.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, StartDataSourceSyncJobCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, StartDataSourceSyncJobCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/StopDataSourceSyncJobCommand.ts b/clients/client-kendra/commands/StopDataSourceSyncJobCommand.ts index 3ba285aafd06..972a6b54e0e7 100644 --- a/clients/client-kendra/commands/StopDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/commands/StopDataSourceSyncJobCommand.ts @@ -24,7 +24,7 @@ export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {} *

Stops a running synchronization job. You can't stop a scheduled * synchronization job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, StopDataSourceSyncJobCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, StopDataSourceSyncJobCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/SubmitFeedbackCommand.ts b/clients/client-kendra/commands/SubmitFeedbackCommand.ts index 7ce8964e831e..8b6885bfc4ba 100644 --- a/clients/client-kendra/commands/SubmitFeedbackCommand.ts +++ b/clients/client-kendra/commands/SubmitFeedbackCommand.ts @@ -24,7 +24,7 @@ export interface SubmitFeedbackCommandOutput extends __MetadataBearer {} *

Enables you to provide feedback to Amazon Kendra to improve the * performance of the service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, SubmitFeedbackCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, SubmitFeedbackCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/TagResourceCommand.ts b/clients/client-kendra/commands/TagResourceCommand.ts index 51551a5258c2..b2ff38729ae5 100644 --- a/clients/client-kendra/commands/TagResourceCommand.ts +++ b/clients/client-kendra/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * resource. If the tag already exists, the existing value is replaced with * the new value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, TagResourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, TagResourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/UntagResourceCommand.ts b/clients/client-kendra/commands/UntagResourceCommand.ts index c608624bfc4f..11712bae3baf 100644 --- a/clients/client-kendra/commands/UntagResourceCommand.ts +++ b/clients/client-kendra/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from an index, FAQ, or a data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, UntagResourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, UntagResourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/UpdateDataSourceCommand.ts b/clients/client-kendra/commands/UpdateDataSourceCommand.ts index a8f21e581f47..055e5e150dca 100644 --- a/clients/client-kendra/commands/UpdateDataSourceCommand.ts +++ b/clients/client-kendra/commands/UpdateDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDataSourceCommandOutput extends __MetadataBearer {} /** *

Updates an existing Amazon Kendra data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, UpdateDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, UpdateDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/UpdateIndexCommand.ts b/clients/client-kendra/commands/UpdateIndexCommand.ts index 6df57f3bb72e..c5cd9e09ac3a 100644 --- a/clients/client-kendra/commands/UpdateIndexCommand.ts +++ b/clients/client-kendra/commands/UpdateIndexCommand.ts @@ -23,7 +23,7 @@ export interface UpdateIndexCommandOutput extends __MetadataBearer {} /** *

Updates an existing Amazon Kendra index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, UpdateIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, UpdateIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kendra/commands/UpdateThesaurusCommand.ts b/clients/client-kendra/commands/UpdateThesaurusCommand.ts index af8121127c65..f21753b610b9 100644 --- a/clients/client-kendra/commands/UpdateThesaurusCommand.ts +++ b/clients/client-kendra/commands/UpdateThesaurusCommand.ts @@ -23,7 +23,7 @@ export interface UpdateThesaurusCommandOutput extends __MetadataBearer {} /** *

Updates a thesaurus file associated with an index.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KendraClient, UpdateThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import * // const { KendraClient, UpdateThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index 59fc6b2f3fa3..a70549d922fc 100644 --- a/clients/client-kinesis-analytics-v2/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -33,7 +33,7 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput /** *

Adds an Amazon CloudWatch log stream to monitor application configuration errors.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, AddApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, AddApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics-v2/commands/AddApplicationInputCommand.ts index dfafa5f8f9de..58f1b2cf4e8c 100644 --- a/clients/client-kinesis-analytics-v2/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/AddApplicationInputCommand.ts @@ -36,7 +36,7 @@ export interface AddApplicationInputCommandOutput extends AddApplicationInputRes * to find the current application version. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, AddApplicationInputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, AddApplicationInputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/commands/AddApplicationInputProcessingConfigurationCommand.ts index 5a2e21e92b20..235884363a5c 100644 --- a/clients/client-kinesis-analytics-v2/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -35,7 +35,7 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput * on the input stream before the * application's SQL code executes. Currently, the only input processor available is AWS Lambda.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, AddApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, AddApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/commands/AddApplicationOutputCommand.ts index d31532a2ec64..1889d0148d8a 100644 --- a/clients/client-kinesis-analytics-v2/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/AddApplicationOutputCommand.ts @@ -39,7 +39,7 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR * operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application * version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, AddApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, AddApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/commands/AddApplicationReferenceDataSourceCommand.ts index d24473341be7..8decba373624 100644 --- a/clients/client-kinesis-analytics-v2/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/AddApplicationReferenceDataSourceCommand.ts @@ -37,7 +37,7 @@ export interface AddApplicationReferenceDataSourceCommandOutput * necessary mapping information that describes how data in an Amazon S3 object maps to columns * in the resulting in-application table.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, AddApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, AddApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/AddApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/commands/AddApplicationVpcConfigurationCommand.ts index f93edaf618e8..efb5b0b9aed4 100644 --- a/clients/client-kinesis-analytics-v2/commands/AddApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/AddApplicationVpcConfigurationCommand.ts @@ -40,7 +40,7 @@ export interface AddApplicationVpcConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, AddApplicationVpcConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, AddApplicationVpcConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/commands/CreateApplicationCommand.ts index 097802b6f807..f46ca4a07efd 100644 --- a/clients/client-kinesis-analytics-v2/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/CreateApplicationCommand.ts @@ -29,7 +29,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons * Kinesis Data Analytics application, see Creating an * Application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, CreateApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, CreateApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/CreateApplicationPresignedUrlCommand.ts b/clients/client-kinesis-analytics-v2/commands/CreateApplicationPresignedUrlCommand.ts index 1c01bdbbd0e8..b61608fc7cf4 100644 --- a/clients/client-kinesis-analytics-v2/commands/CreateApplicationPresignedUrlCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/CreateApplicationPresignedUrlCommand.ts @@ -42,7 +42,7 @@ export interface CreateApplicationPresignedUrlCommandOutput * If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, CreateApplicationPresignedUrlCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, CreateApplicationPresignedUrlCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/CreateApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/commands/CreateApplicationSnapshotCommand.ts index 56703866e4f2..c377f5f5adbd 100644 --- a/clients/client-kinesis-analytics-v2/commands/CreateApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/CreateApplicationSnapshotCommand.ts @@ -27,7 +27,7 @@ export interface CreateApplicationSnapshotCommandOutput extends CreateApplicatio /** *

Creates a snapshot of the application's state data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, CreateApplicationSnapshotCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, CreateApplicationSnapshotCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index ac285258167c..1af81c844e25 100644 --- a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -33,7 +33,7 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput /** *

Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DeleteApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DeleteApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCommand.ts index aedb428fac43..bdd24e1bd348 100644 --- a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons /** *

Deletes the specified application. Kinesis Data Analytics halts application execution and deletes the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DeleteApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DeleteApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index a2aaaf5f6111..1979fb437807 100644 --- a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput /** *

Deletes an InputProcessingConfiguration from an input.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DeleteApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DeleteApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationOutputCommand.ts index 3219e2f0959d..da7ae7c38345 100644 --- a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationOutputCommand.ts @@ -29,7 +29,7 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO * Kinesis Data Analytics will no longer write data from * the corresponding in-application stream to the external output destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DeleteApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DeleteApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationReferenceDataSourceCommand.ts index 92b7e3e5ab60..44651cd73b03 100644 --- a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -34,7 +34,7 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput *

If the application is running, Kinesis Data Analytics immediately removes the in-application table * that you created using the AddApplicationReferenceDataSource operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DeleteApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DeleteApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationSnapshotCommand.ts index 5c1736986bce..8d302c6abc19 100644 --- a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationSnapshotCommand.ts @@ -27,7 +27,7 @@ export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicatio /** *

Deletes a snapshot of application state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DeleteApplicationSnapshotCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DeleteApplicationSnapshotCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationVpcConfigurationCommand.ts index 8fbd91bec37e..548e7f2f9115 100644 --- a/clients/client-kinesis-analytics-v2/commands/DeleteApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DeleteApplicationVpcConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface DeleteApplicationVpcConfigurationCommandOutput /** *

Removes a VPC configuration from a Kinesis Data Analytics application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DeleteApplicationVpcConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DeleteApplicationVpcConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics-v2/commands/DescribeApplicationCommand.ts index bd1bc0ab43e4..ee2a80bf8ecc 100644 --- a/clients/client-kinesis-analytics-v2/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DescribeApplicationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes *

If you want to retrieve a list of all applications in your account, * use the ListApplications operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DescribeApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DescribeApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DescribeApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/commands/DescribeApplicationSnapshotCommand.ts index c8300fb9d386..018fff76e622 100644 --- a/clients/client-kinesis-analytics-v2/commands/DescribeApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DescribeApplicationSnapshotCommand.ts @@ -29,7 +29,7 @@ export interface DescribeApplicationSnapshotCommandOutput /** *

Returns information about a snapshot of application state data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DescribeApplicationSnapshotCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DescribeApplicationSnapshotCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics-v2/commands/DiscoverInputSchemaCommand.ts index 46096ec3508c..ef09ba68bfbe 100644 --- a/clients/client-kinesis-analytics-v2/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/DiscoverInputSchemaCommand.ts @@ -33,7 +33,7 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes * When you create an application using the Kinesis Data Analytics console, the console uses this * operation to infer a schema and show it in the console user interface.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, DiscoverInputSchemaCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, DiscoverInputSchemaCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/ListApplicationSnapshotsCommand.ts b/clients/client-kinesis-analytics-v2/commands/ListApplicationSnapshotsCommand.ts index ac4e5a556cb3..6ff8a3bf607a 100644 --- a/clients/client-kinesis-analytics-v2/commands/ListApplicationSnapshotsCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/ListApplicationSnapshotsCommand.ts @@ -27,7 +27,7 @@ export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSn /** *

Lists information about the current application snapshots.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, ListApplicationSnapshotsCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, ListApplicationSnapshotsCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics-v2/commands/ListApplicationsCommand.ts index 690eb1903603..c9a7d91dc354 100644 --- a/clients/client-kinesis-analytics-v2/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/ListApplicationsCommand.ts @@ -31,7 +31,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, *

If you want detailed information about a specific application, use * DescribeApplication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, ListApplicationsCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, ListApplicationsCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics-v2/commands/ListTagsForResourceCommand.ts index e46d8195d1b7..f09c76676aa9 100644 --- a/clients/client-kinesis-analytics-v2/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/ListTagsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Retrieves the list of key-value tags assigned to the application. For more information, see * Using Tagging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics-v2/commands/StartApplicationCommand.ts index 17f7380d82db..a3eb2c89af6c 100644 --- a/clients/client-kinesis-analytics-v2/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/StartApplicationCommand.ts @@ -28,7 +28,7 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse, *

Starts the specified Kinesis Data Analytics application. After creating an application, you must exclusively call this operation to * start your application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, StartApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, StartApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics-v2/commands/StopApplicationCommand.ts index bd213d66c464..28db93058a37 100644 --- a/clients/client-kinesis-analytics-v2/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/StopApplicationCommand.ts @@ -33,7 +33,7 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _ *

Kinesis Data Analytics takes a snapshot when the application is stopped, unless Force is set * to true.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, StopApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, StopApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics-v2/commands/TagResourceCommand.ts index ffd98c332b26..d4c00299c951 100644 --- a/clients/client-kinesis-analytics-v2/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * tags includes system tags. The maximum number of user-defined application tags is 50. * For more information, see Using Tagging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, TagResourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, TagResourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics-v2/commands/UntagResourceCommand.ts index 37fa77ac968f..8dc0d864177d 100644 --- a/clients/client-kinesis-analytics-v2/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes one or more tags from a Kinesis Data Analytics application. For more information, see * Using Tagging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, UntagResourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, UntagResourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/commands/UpdateApplicationCommand.ts index fa71e4da90c8..30ad9130651f 100644 --- a/clients/client-kinesis-analytics-v2/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/UpdateApplicationCommand.ts @@ -35,7 +35,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons * and create it again.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, UpdateApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, UpdateApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics-v2/commands/UpdateApplicationMaintenanceConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/commands/UpdateApplicationMaintenanceConfigurationCommand.ts index 758b90a147c9..073ea35cb53b 100644 --- a/clients/client-kinesis-analytics-v2/commands/UpdateApplicationMaintenanceConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/commands/UpdateApplicationMaintenanceConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface UpdateApplicationMaintenanceConfigurationCommandOutput /** *

Updates the configuration for the automatic maintenance that Kinesis Data Analytics performs on the application. For information about automatic application maintenance, see Kinesis Data Analytics for Apache Flink Maintenance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsV2Client, UpdateApplicationMaintenanceConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import * // const { KinesisAnalyticsV2Client, UpdateApplicationMaintenanceConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index 51acc6297001..fb0592ffd270 100644 --- a/clients/client-kinesis-analytics/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -35,7 +35,7 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput * applications, see Working with Amazon * CloudWatch Logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, AddApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, AddApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics/commands/AddApplicationInputCommand.ts index 0e1979e6b1f4..a498f1b8cf99 100644 --- a/clients/client-kinesis-analytics/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics/commands/AddApplicationInputCommand.ts @@ -39,7 +39,7 @@ export interface AddApplicationInputCommandOutput extends AddApplicationInputRes *

This operation requires permissions to perform the * kinesisanalytics:AddApplicationInput action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, AddApplicationInputCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, AddApplicationInputCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/commands/AddApplicationInputProcessingConfigurationCommand.ts index ab2797e2abf1..91727016637e 100644 --- a/clients/client-kinesis-analytics/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -34,7 +34,7 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput * before the application's SQL code executes. Currently, the only input processor available is * AWS Lambda.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, AddApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, AddApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics/commands/AddApplicationOutputCommand.ts index dbed3d0ff5e4..5f895d76f8aa 100644 --- a/clients/client-kinesis-analytics/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/commands/AddApplicationOutputCommand.ts @@ -42,7 +42,7 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR * you can configure, see Limits.

*

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, AddApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, AddApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/commands/AddApplicationReferenceDataSourceCommand.ts index 55f168d5b1ad..cb53300d8bc2 100644 --- a/clients/client-kinesis-analytics/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/commands/AddApplicationReferenceDataSourceCommand.ts @@ -41,7 +41,7 @@ export interface AddApplicationReferenceDataSourceCommandOutput * This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, AddApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, AddApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics/commands/CreateApplicationCommand.ts index 4b4c5431af5c..69137e79a80e 100644 --- a/clients/client-kinesis-analytics/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/commands/CreateApplicationCommand.ts @@ -49,7 +49,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons * Getting Started. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, CreateApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, CreateApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index 027791a4c61a..40da902a70ee 100644 --- a/clients/client-kinesis-analytics/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -34,7 +34,7 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput * using CloudWatch log streams with Amazon Kinesis Analytics applications, see * Working with Amazon CloudWatch Logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, DeleteApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, DeleteApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics/commands/DeleteApplicationCommand.ts index 574f13fd5d9f..92d28024d09f 100644 --- a/clients/client-kinesis-analytics/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics/commands/DeleteApplicationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons * *

This operation requires permissions to perform the kinesisanalytics:DeleteApplication action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, DeleteApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, DeleteApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index b57a6cdcbdba..549ceab9ac6d 100644 --- a/clients/client-kinesis-analytics/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput * *

Deletes an InputProcessingConfiguration from an input.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, DeleteApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, DeleteApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics/commands/DeleteApplicationOutputCommand.ts index d40e690cf079..b281b86b6033 100644 --- a/clients/client-kinesis-analytics/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/commands/DeleteApplicationOutputCommand.ts @@ -28,7 +28,7 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO *

This operation requires permissions to perform the * kinesisanalytics:DeleteApplicationOutput action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, DeleteApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, DeleteApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/commands/DeleteApplicationReferenceDataSourceCommand.ts index 3eb7a4997855..d036458591a7 100644 --- a/clients/client-kinesis-analytics/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -36,7 +36,7 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput *

This operation requires permissions to perform the kinesisanalytics.DeleteApplicationReferenceDataSource * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, DeleteApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, DeleteApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics/commands/DescribeApplicationCommand.ts index 6370cd363022..c0c9c31ccc8a 100644 --- a/clients/client-kinesis-analytics/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics/commands/DescribeApplicationCommand.ts @@ -32,7 +32,7 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes * operations such as Update. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, DescribeApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, DescribeApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics/commands/DiscoverInputSchemaCommand.ts index 78fd6ee24ea7..94c4b8551241 100644 --- a/clients/client-kinesis-analytics/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics/commands/DiscoverInputSchemaCommand.ts @@ -37,7 +37,7 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes * kinesisanalytics:DiscoverInputSchema action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, DiscoverInputSchemaCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, DiscoverInputSchemaCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics/commands/ListApplicationsCommand.ts index 5aea0b465068..d5fb1b95c577 100644 --- a/clients/client-kinesis-analytics/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics/commands/ListApplicationsCommand.ts @@ -39,7 +39,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, *

This operation requires permissions to perform the * kinesisanalytics:ListApplications action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, ListApplicationsCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, ListApplicationsCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics/commands/ListTagsForResourceCommand.ts index 3b89c0be06ea..5c958b35da60 100644 --- a/clients/client-kinesis-analytics/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, ListTagsForResourceCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics/commands/StartApplicationCommand.ts index f6efedba03ff..ca4365249cf2 100644 --- a/clients/client-kinesis-analytics/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics/commands/StartApplicationCommand.ts @@ -34,7 +34,7 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse, *

This operation requires permissions to perform the * kinesisanalytics:StartApplication action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, StartApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, StartApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics/commands/StopApplicationCommand.ts index 161e59140c4d..9a3a9eb34810 100644 --- a/clients/client-kinesis-analytics/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics/commands/StopApplicationCommand.ts @@ -33,7 +33,7 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _ *

This operation requires permissions to perform the * kinesisanalytics:StopApplication action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, StopApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, StopApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics/commands/TagResourceCommand.ts index 18824aa0ed9f..78c7bf9ab29a 100644 --- a/clients/client-kinesis-analytics/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds one or more key-value tags to a Kinesis Analytics application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. * For more information, see Using Tagging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, TagResourceCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, TagResourceCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics/commands/UntagResourceCommand.ts index f474ba38bb45..e1b428b1ba77 100644 --- a/clients/client-kinesis-analytics/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, UntagResourceCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, UntagResourceCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-analytics/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics/commands/UpdateApplicationCommand.ts index 17c4b7eb7d74..562fe6fd094c 100644 --- a/clients/client-kinesis-analytics/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/commands/UpdateApplicationCommand.ts @@ -32,7 +32,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons *

This operation requires permission for the * kinesisanalytics:UpdateApplication action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisAnalyticsClient, UpdateApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import * // const { KinesisAnalyticsClient, UpdateApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import diff --git a/clients/client-kinesis-video-archived-media/commands/GetClipCommand.ts b/clients/client-kinesis-video-archived-media/commands/GetClipCommand.ts index 4d28527c20e9..8f2da2162dea 100644 --- a/clients/client-kinesis-video-archived-media/commands/GetClipCommand.ts +++ b/clients/client-kinesis-video-archived-media/commands/GetClipCommand.ts @@ -67,7 +67,7 @@ export interface GetClipCommandOutput extends GetClipOutput, __MetadataBearer {} * Streams Pricing and AWS * Pricing. Charges for outgoing AWS data apply.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoArchivedMediaClient, GetClipCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import * // const { KinesisVideoArchivedMediaClient, GetClipCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import diff --git a/clients/client-kinesis-video-archived-media/commands/GetDASHStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/commands/GetDASHStreamingSessionURLCommand.ts index 5eb57cbafc40..74893b787fe7 100644 --- a/clients/client-kinesis-video-archived-media/commands/GetDASHStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/commands/GetDASHStreamingSessionURLCommand.ts @@ -173,7 +173,7 @@ export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamin *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoArchivedMediaClient, GetDASHStreamingSessionURLCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import * // const { KinesisVideoArchivedMediaClient, GetDASHStreamingSessionURLCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import diff --git a/clients/client-kinesis-video-archived-media/commands/GetHLSStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/commands/GetHLSStreamingSessionURLCommand.ts index 39d2b3059a42..a58c930bc8f9 100644 --- a/clients/client-kinesis-video-archived-media/commands/GetHLSStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/commands/GetHLSStreamingSessionURLCommand.ts @@ -206,7 +206,7 @@ export interface GetHLSStreamingSessionURLCommandOutput extends GetHLSStreamingS *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoArchivedMediaClient, GetHLSStreamingSessionURLCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import * // const { KinesisVideoArchivedMediaClient, GetHLSStreamingSessionURLCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import diff --git a/clients/client-kinesis-video-archived-media/commands/GetMediaForFragmentListCommand.ts b/clients/client-kinesis-video-archived-media/commands/GetMediaForFragmentListCommand.ts index 1dd1c0d07f81..3873d691b8f8 100644 --- a/clients/client-kinesis-video-archived-media/commands/GetMediaForFragmentListCommand.ts +++ b/clients/client-kinesis-video-archived-media/commands/GetMediaForFragmentListCommand.ts @@ -63,7 +63,7 @@ export interface GetMediaForFragmentListCommandOutput extends GetMediaForFragmen *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoArchivedMediaClient, GetMediaForFragmentListCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import * // const { KinesisVideoArchivedMediaClient, GetMediaForFragmentListCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import diff --git a/clients/client-kinesis-video-archived-media/commands/ListFragmentsCommand.ts b/clients/client-kinesis-video-archived-media/commands/ListFragmentsCommand.ts index 87e1762ddf11..3d3ac9d1cb73 100644 --- a/clients/client-kinesis-video-archived-media/commands/ListFragmentsCommand.ts +++ b/clients/client-kinesis-video-archived-media/commands/ListFragmentsCommand.ts @@ -63,7 +63,7 @@ export interface ListFragmentsCommandOutput extends ListFragmentsOutput, __Metad *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoArchivedMediaClient, ListFragmentsCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import * // const { KinesisVideoArchivedMediaClient, ListFragmentsCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import diff --git a/clients/client-kinesis-video-media/commands/GetMediaCommand.ts b/clients/client-kinesis-video-media/commands/GetMediaCommand.ts index d663680f6d01..76ed852664ee 100644 --- a/clients/client-kinesis-video-media/commands/GetMediaCommand.ts +++ b/clients/client-kinesis-video-media/commands/GetMediaCommand.ts @@ -72,7 +72,7 @@ export interface GetMediaCommandOutput extends GetMediaOutput, __MetadataBearer * bottom of this topic, as well as Common Errors.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoMediaClient, GetMediaCommand } from "@aws-sdk/client-kinesis-video-media"; // ES Modules import * // const { KinesisVideoMediaClient, GetMediaCommand } = require("@aws-sdk/client-kinesis-video-media"); // CommonJS import diff --git a/clients/client-kinesis-video-signaling/commands/GetIceServerConfigCommand.ts b/clients/client-kinesis-video-signaling/commands/GetIceServerConfigCommand.ts index 44054bcb2867..9524f166d333 100644 --- a/clients/client-kinesis-video-signaling/commands/GetIceServerConfigCommand.ts +++ b/clients/client-kinesis-video-signaling/commands/GetIceServerConfigCommand.ts @@ -40,7 +40,7 @@ export interface GetIceServerConfigCommandOutput extends GetIceServerConfigRespo * must specify either a signaling channel ARN or the client ID in order to invoke this * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoSignalingClient, GetIceServerConfigCommand } from "@aws-sdk/client-kinesis-video-signaling"; // ES Modules import * // const { KinesisVideoSignalingClient, GetIceServerConfigCommand } = require("@aws-sdk/client-kinesis-video-signaling"); // CommonJS import diff --git a/clients/client-kinesis-video-signaling/commands/SendAlexaOfferToMasterCommand.ts b/clients/client-kinesis-video-signaling/commands/SendAlexaOfferToMasterCommand.ts index 9df78b7f9cec..e5ebb8b6176c 100644 --- a/clients/client-kinesis-video-signaling/commands/SendAlexaOfferToMasterCommand.ts +++ b/clients/client-kinesis-video-signaling/commands/SendAlexaOfferToMasterCommand.ts @@ -32,7 +32,7 @@ export interface SendAlexaOfferToMasterCommandOutput extends SendAlexaOfferToMas * connected to the signaling channel, redelivery requests are made until the message * expires.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoSignalingClient, SendAlexaOfferToMasterCommand } from "@aws-sdk/client-kinesis-video-signaling"; // ES Modules import * // const { KinesisVideoSignalingClient, SendAlexaOfferToMasterCommand } = require("@aws-sdk/client-kinesis-video-signaling"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/CreateSignalingChannelCommand.ts b/clients/client-kinesis-video/commands/CreateSignalingChannelCommand.ts index c0730df69a35..fdd6709db6fb 100644 --- a/clients/client-kinesis-video/commands/CreateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/commands/CreateSignalingChannelCommand.ts @@ -25,7 +25,7 @@ export interface CreateSignalingChannelCommandOutput extends CreateSignalingChan *

* CreateSignalingChannel is an asynchronous operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, CreateSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, CreateSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/CreateStreamCommand.ts b/clients/client-kinesis-video/commands/CreateStreamCommand.ts index a9d47a8c922a..0c9c5d189ac5 100644 --- a/clients/client-kinesis-video/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis-video/commands/CreateStreamCommand.ts @@ -31,7 +31,7 @@ export interface CreateStreamCommandOutput extends CreateStreamOutput, __Metadat *

You must have permissions for the KinesisVideo:CreateStream * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, CreateStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, CreateStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/DeleteSignalingChannelCommand.ts b/clients/client-kinesis-video/commands/DeleteSignalingChannelCommand.ts index 1dbfa20cfdca..1dc2e6cae064 100644 --- a/clients/client-kinesis-video/commands/DeleteSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/commands/DeleteSignalingChannelCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSignalingChannelCommandOutput extends DeleteSignalingChan * asynchronous operation. If you don't specify the channel's current version, the most * recent version is deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, DeleteSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, DeleteSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/DeleteStreamCommand.ts b/clients/client-kinesis-video/commands/DeleteStreamCommand.ts index 514767b47142..2e266a3218c9 100644 --- a/clients/client-kinesis-video/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis-video/commands/DeleteStreamCommand.ts @@ -32,7 +32,7 @@ export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __Metadat *

This operation requires permission for the KinesisVideo:DeleteStream * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, DeleteStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, DeleteStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/DescribeSignalingChannelCommand.ts b/clients/client-kinesis-video/commands/DescribeSignalingChannelCommand.ts index b10b7437c5bb..b5427c53122e 100644 --- a/clients/client-kinesis-video/commands/DescribeSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/commands/DescribeSignalingChannelCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSignalingChannelCommandOutput extends DescribeSignaling * either the name or the Amazon Resource Name (ARN) of the channel that you want to * describe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, DescribeSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, DescribeSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/DescribeStreamCommand.ts b/clients/client-kinesis-video/commands/DescribeStreamCommand.ts index e1db1143b9e8..a1f615a8fa80 100644 --- a/clients/client-kinesis-video/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis-video/commands/DescribeStreamCommand.ts @@ -24,7 +24,7 @@ export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __Met *

Returns the most current information about the specified stream. You must specify * either the StreamName or the StreamARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, DescribeStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, DescribeStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/GetDataEndpointCommand.ts b/clients/client-kinesis-video/commands/GetDataEndpointCommand.ts index 44dbd806cacd..e7a6c8fb69fb 100644 --- a/clients/client-kinesis-video/commands/GetDataEndpointCommand.ts +++ b/clients/client-kinesis-video/commands/GetDataEndpointCommand.ts @@ -34,7 +34,7 @@ export interface GetDataEndpointCommandOutput extends GetDataEndpointOutput, __M *

In the request, specify the stream either by StreamName or * StreamARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, GetDataEndpointCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, GetDataEndpointCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/GetSignalingChannelEndpointCommand.ts b/clients/client-kinesis-video/commands/GetSignalingChannelEndpointCommand.ts index 319955af1104..f12aa78bd361 100644 --- a/clients/client-kinesis-video/commands/GetSignalingChannelEndpointCommand.ts +++ b/clients/client-kinesis-video/commands/GetSignalingChannelEndpointCommand.ts @@ -36,7 +36,7 @@ export interface GetSignalingChannelEndpointCommandOutput extends GetSignalingCh * an endpoint that a client can use to communicate only with a * MASTER.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, GetSignalingChannelEndpointCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, GetSignalingChannelEndpointCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/ListSignalingChannelsCommand.ts b/clients/client-kinesis-video/commands/ListSignalingChannelsCommand.ts index 0de7ae1424b6..74d14588eed5 100644 --- a/clients/client-kinesis-video/commands/ListSignalingChannelsCommand.ts +++ b/clients/client-kinesis-video/commands/ListSignalingChannelsCommand.ts @@ -25,7 +25,7 @@ export interface ListSignalingChannelsCommandOutput extends ListSignalingChannel * signaling channel. To retrieve only those channels that satisfy a specific condition, you can * specify a ChannelNameCondition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, ListSignalingChannelsCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, ListSignalingChannelsCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/ListStreamsCommand.ts b/clients/client-kinesis-video/commands/ListStreamsCommand.ts index 3405baccb7b7..8cc04833f10e 100644 --- a/clients/client-kinesis-video/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis-video/commands/ListStreamsCommand.ts @@ -25,7 +25,7 @@ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataB * stream. To retrieve only streams that satisfy a specific condition, you can specify a * StreamNameCondition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, ListStreamsCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, ListStreamsCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-video/commands/ListTagsForResourceCommand.ts index f4382e62311e..f1bccdcd0025 100644 --- a/clients/client-kinesis-video/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-video/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

Returns a list of tags associated with the specified signaling channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, ListTagsForResourceCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, ListTagsForResourceCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis-video/commands/ListTagsForStreamCommand.ts index bc450bcc96e9..ac497c23ce8b 100644 --- a/clients/client-kinesis-video/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis-video/commands/ListTagsForStreamCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput, *

In the request, you must specify either the StreamName or the * StreamARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, ListTagsForStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, ListTagsForStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/TagResourceCommand.ts b/clients/client-kinesis-video/commands/TagResourceCommand.ts index a464ccbd93bb..9a2f18d57d19 100644 --- a/clients/client-kinesis-video/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-video/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB * Tags in the AWS Billing and Cost Management User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, TagResourceCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, TagResourceCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/TagStreamCommand.ts b/clients/client-kinesis-video/commands/TagStreamCommand.ts index 6ece384acf40..deaec6851609 100644 --- a/clients/client-kinesis-video/commands/TagStreamCommand.ts +++ b/clients/client-kinesis-video/commands/TagStreamCommand.ts @@ -32,7 +32,7 @@ export interface TagStreamCommandOutput extends TagStreamOutput, __MetadataBeare * action.

*

Kinesis video streams support up to 50 tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, TagStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, TagStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/UntagResourceCommand.ts b/clients/client-kinesis-video/commands/UntagResourceCommand.ts index 2fe33171a9f2..59886f7ffe6f 100644 --- a/clients/client-kinesis-video/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-video/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad * key or keys; don't specify the value. If you specify a tag key that does not exist, it's * ignored.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, UntagResourceCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, UntagResourceCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/UntagStreamCommand.ts b/clients/client-kinesis-video/commands/UntagStreamCommand.ts index 74cf9003add3..21b162ff739d 100644 --- a/clients/client-kinesis-video/commands/UntagStreamCommand.ts +++ b/clients/client-kinesis-video/commands/UntagStreamCommand.ts @@ -27,7 +27,7 @@ export interface UntagStreamCommandOutput extends UntagStreamOutput, __MetadataB *

In the request, you must provide the StreamName or * StreamARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, UntagStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, UntagStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/UpdateDataRetentionCommand.ts b/clients/client-kinesis-video/commands/UpdateDataRetentionCommand.ts index b30b36cc6efa..a1a861f9f41c 100644 --- a/clients/client-kinesis-video/commands/UpdateDataRetentionCommand.ts +++ b/clients/client-kinesis-video/commands/UpdateDataRetentionCommand.ts @@ -49,7 +49,7 @@ export interface UpdateDataRetentionCommandOutput extends UpdateDataRetentionOut * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, UpdateDataRetentionCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, UpdateDataRetentionCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/UpdateSignalingChannelCommand.ts b/clients/client-kinesis-video/commands/UpdateSignalingChannelCommand.ts index 8e5bcd639837..b94ba694ea50 100644 --- a/clients/client-kinesis-video/commands/UpdateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/commands/UpdateSignalingChannelCommand.ts @@ -28,7 +28,7 @@ export interface UpdateSignalingChannelCommandOutput extends UpdateSignalingChan * messages are still expired as per the previous MessageTtlSeconds * value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, UpdateSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, UpdateSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis-video/commands/UpdateStreamCommand.ts b/clients/client-kinesis-video/commands/UpdateStreamCommand.ts index 5e8361221a9e..e0c205e75590 100644 --- a/clients/client-kinesis-video/commands/UpdateStreamCommand.ts +++ b/clients/client-kinesis-video/commands/UpdateStreamCommand.ts @@ -32,7 +32,7 @@ export interface UpdateStreamCommandOutput extends UpdateStreamOutput, __Metadat * UpdateStream is an asynchronous operation, and takes time to * complete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisVideoClient, UpdateStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import * // const { KinesisVideoClient, UpdateStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import diff --git a/clients/client-kinesis/commands/AddTagsToStreamCommand.ts b/clients/client-kinesis/commands/AddTagsToStreamCommand.ts index b0d31ca07e54..51f10b60ab6d 100644 --- a/clients/client-kinesis/commands/AddTagsToStreamCommand.ts +++ b/clients/client-kinesis/commands/AddTagsToStreamCommand.ts @@ -31,7 +31,7 @@ export interface AddTagsToStreamCommandOutput extends __MetadataBearer {} * AddTagsToStream has a limit of five transactions per second per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, AddTagsToStreamCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, AddTagsToStreamCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/CreateStreamCommand.ts b/clients/client-kinesis/commands/CreateStreamCommand.ts index a0d47bd23b97..5f32957a3328 100644 --- a/clients/client-kinesis/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis/commands/CreateStreamCommand.ts @@ -63,7 +63,7 @@ export interface CreateStreamCommandOutput extends __MetadataBearer {} * CreateStream has a limit of five transactions per second per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, CreateStreamCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, CreateStreamCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DecreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/commands/DecreaseStreamRetentionPeriodCommand.ts index 372ce89a9b4f..6264e0200af9 100644 --- a/clients/client-kinesis/commands/DecreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/commands/DecreaseStreamRetentionPeriodCommand.ts @@ -28,7 +28,7 @@ export interface DecreaseStreamRetentionPeriodCommandOutput extends __MetadataBe * period is 48 hours and is decreased to 24 hours, any data already in the stream that is * older than 24 hours is inaccessible.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DecreaseStreamRetentionPeriodCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DecreaseStreamRetentionPeriodCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DeleteStreamCommand.ts b/clients/client-kinesis/commands/DeleteStreamCommand.ts index 2829ce7082f8..b44aea871f11 100644 --- a/clients/client-kinesis/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis/commands/DeleteStreamCommand.ts @@ -41,7 +41,7 @@ export interface DeleteStreamCommandOutput extends __MetadataBearer {} * DeleteStream has a limit of five transactions per second per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DeleteStreamCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DeleteStreamCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DeregisterStreamConsumerCommand.ts b/clients/client-kinesis/commands/DeregisterStreamConsumerCommand.ts index b9e4fda816b9..a49a6202892a 100644 --- a/clients/client-kinesis/commands/DeregisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/commands/DeregisterStreamConsumerCommand.ts @@ -30,7 +30,7 @@ export interface DeregisterStreamConsumerCommandOutput extends __MetadataBearer * description of a consumer contains its name and ARN.

*

This operation has a limit of five transactions per second per stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DeregisterStreamConsumerCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DeregisterStreamConsumerCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DescribeLimitsCommand.ts b/clients/client-kinesis/commands/DescribeLimitsCommand.ts index 83cf42a538d0..e6bb8f5681e8 100644 --- a/clients/client-kinesis/commands/DescribeLimitsCommand.ts +++ b/clients/client-kinesis/commands/DescribeLimitsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeLimitsCommandOutput extends DescribeLimitsOutput, __Met * minutes.

*

This operation has a limit of one transaction per second per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DescribeLimitsCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DescribeLimitsCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DescribeStreamCommand.ts b/clients/client-kinesis/commands/DescribeStreamCommand.ts index 4620dff68317..518c16413c5d 100644 --- a/clients/client-kinesis/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis/commands/DescribeStreamCommand.ts @@ -39,7 +39,7 @@ export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __Met * the oldest shard.

*

This operation has a limit of 10 transactions per second per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DescribeStreamCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DescribeStreamCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DescribeStreamConsumerCommand.ts b/clients/client-kinesis/commands/DescribeStreamConsumerCommand.ts index b3dababacd35..fefc1e6311cf 100644 --- a/clients/client-kinesis/commands/DescribeStreamConsumerCommand.ts +++ b/clients/client-kinesis/commands/DescribeStreamConsumerCommand.ts @@ -30,7 +30,7 @@ export interface DescribeStreamConsumerCommandOutput extends DescribeStreamConsu * registered with a given data stream.

*

This operation has a limit of 20 transactions per second per stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DescribeStreamConsumerCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DescribeStreamConsumerCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DescribeStreamSummaryCommand.ts b/clients/client-kinesis/commands/DescribeStreamSummaryCommand.ts index 5d780038f55c..294118889e9a 100644 --- a/clients/client-kinesis/commands/DescribeStreamSummaryCommand.ts +++ b/clients/client-kinesis/commands/DescribeStreamSummaryCommand.ts @@ -30,7 +30,7 @@ export interface DescribeStreamSummaryCommandOutput extends DescribeStreamSummar * DescribeStreamSummary has a limit of 20 transactions per second * per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DescribeStreamSummaryCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DescribeStreamSummaryCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/DisableEnhancedMonitoringCommand.ts b/clients/client-kinesis/commands/DisableEnhancedMonitoringCommand.ts index 22ac7801a46e..0e2d143ac900 100644 --- a/clients/client-kinesis/commands/DisableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/commands/DisableEnhancedMonitoringCommand.ts @@ -23,7 +23,7 @@ export interface DisableEnhancedMonitoringCommandOutput extends EnhancedMonitori /** *

Disables enhanced monitoring.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, DisableEnhancedMonitoringCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, DisableEnhancedMonitoringCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/EnableEnhancedMonitoringCommand.ts b/clients/client-kinesis/commands/EnableEnhancedMonitoringCommand.ts index ed81395cbb2d..e88040385da3 100644 --- a/clients/client-kinesis/commands/EnableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/commands/EnableEnhancedMonitoringCommand.ts @@ -23,7 +23,7 @@ export interface EnableEnhancedMonitoringCommandOutput extends EnhancedMonitorin /** *

Enables enhanced Kinesis data stream monitoring for shard-level metrics.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, EnableEnhancedMonitoringCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, EnableEnhancedMonitoringCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/GetRecordsCommand.ts b/clients/client-kinesis/commands/GetRecordsCommand.ts index 32424fe2a4fd..a1543cc8ee76 100644 --- a/clients/client-kinesis/commands/GetRecordsCommand.ts +++ b/clients/client-kinesis/commands/GetRecordsCommand.ts @@ -69,7 +69,7 @@ export interface GetRecordsCommandOutput extends GetRecordsOutput, __MetadataBea * that are out of order.

*

This operation has a limit of five transactions per second per shard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, GetRecordsCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, GetRecordsCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/GetShardIteratorCommand.ts b/clients/client-kinesis/commands/GetShardIteratorCommand.ts index 4228c6a9109e..05d61cb16dce 100644 --- a/clients/client-kinesis/commands/GetShardIteratorCommand.ts +++ b/clients/client-kinesis/commands/GetShardIteratorCommand.ts @@ -56,7 +56,7 @@ export interface GetShardIteratorCommandOutput extends GetShardIteratorOutput, _ * GetShardIterator has a limit of five transactions per second per * account per open shard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, GetShardIteratorCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, GetShardIteratorCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/IncreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/commands/IncreaseStreamRetentionPeriodCommand.ts index 5faf82435e30..66fc896c9d1f 100644 --- a/clients/client-kinesis/commands/IncreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/commands/IncreaseStreamRetentionPeriodCommand.ts @@ -31,7 +31,7 @@ export interface IncreaseStreamRetentionPeriodCommandOutput extends __MetadataBe * period is set to 24 hours and is increased to 168 hours, any data that is older than 24 * hours remains inaccessible to consumer applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, IncreaseStreamRetentionPeriodCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, IncreaseStreamRetentionPeriodCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/ListShardsCommand.ts b/clients/client-kinesis/commands/ListShardsCommand.ts index 63cc499c9f35..39e2ed24d70d 100644 --- a/clients/client-kinesis/commands/ListShardsCommand.ts +++ b/clients/client-kinesis/commands/ListShardsCommand.ts @@ -31,7 +31,7 @@ export interface ListShardsCommandOutput extends ListShardsOutput, __MetadataBea * IAM.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, ListShardsCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, ListShardsCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/ListStreamConsumersCommand.ts b/clients/client-kinesis/commands/ListStreamConsumersCommand.ts index 6523e86763bb..ff290e855a97 100644 --- a/clients/client-kinesis/commands/ListStreamConsumersCommand.ts +++ b/clients/client-kinesis/commands/ListStreamConsumersCommand.ts @@ -25,7 +25,7 @@ export interface ListStreamConsumersCommandOutput extends ListStreamConsumersOut * and provides information about each consumer.

*

This operation has a limit of 5 transactions per second per stream.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, ListStreamConsumersCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, ListStreamConsumersCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/ListStreamsCommand.ts b/clients/client-kinesis/commands/ListStreamsCommand.ts index 0df5ee9f488f..94661a86c0e5 100644 --- a/clients/client-kinesis/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis/commands/ListStreamsCommand.ts @@ -38,7 +38,7 @@ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataB * ListStreams has a limit of five transactions per second per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, ListStreamsCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, ListStreamsCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis/commands/ListTagsForStreamCommand.ts index 3e21fc71ded5..a20a4127c669 100644 --- a/clients/client-kinesis/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis/commands/ListTagsForStreamCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput, *

Lists the tags for the specified Kinesis data stream. This operation has a limit of * five transactions per second per account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, ListTagsForStreamCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, ListTagsForStreamCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/MergeShardsCommand.ts b/clients/client-kinesis/commands/MergeShardsCommand.ts index 18b23d4098ed..dae80f56a232 100644 --- a/clients/client-kinesis/commands/MergeShardsCommand.ts +++ b/clients/client-kinesis/commands/MergeShardsCommand.ts @@ -58,7 +58,7 @@ export interface MergeShardsCommandOutput extends __MetadataBearer {} * MergeShards has a limit of five transactions per second per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, MergeShardsCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, MergeShardsCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/PutRecordCommand.ts b/clients/client-kinesis/commands/PutRecordCommand.ts index 7bdc440c75c1..314fec722069 100644 --- a/clients/client-kinesis/commands/PutRecordCommand.ts +++ b/clients/client-kinesis/commands/PutRecordCommand.ts @@ -55,7 +55,7 @@ export interface PutRecordCommandOutput extends PutRecordOutput, __MetadataBeare *

By default, data records are accessible for 24 hours from the time that they are * added to a stream. You can use IncreaseStreamRetentionPeriod or DecreaseStreamRetentionPeriod to modify this retention period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, PutRecordCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, PutRecordCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/PutRecordsCommand.ts b/clients/client-kinesis/commands/PutRecordsCommand.ts index 6ab5abbc08e8..b129f356000c 100644 --- a/clients/client-kinesis/commands/PutRecordsCommand.ts +++ b/clients/client-kinesis/commands/PutRecordsCommand.ts @@ -78,7 +78,7 @@ export interface PutRecordsCommandOutput extends PutRecordsOutput, __MetadataBea *

By default, data records are accessible for 24 hours from the time that they are * added to a stream. You can use IncreaseStreamRetentionPeriod or DecreaseStreamRetentionPeriod to modify this retention period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, PutRecordsCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, PutRecordsCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/RegisterStreamConsumerCommand.ts b/clients/client-kinesis/commands/RegisterStreamConsumerCommand.ts index 8360e2ff7c3c..315f454bd9e6 100644 --- a/clients/client-kinesis/commands/RegisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/commands/RegisterStreamConsumerCommand.ts @@ -36,7 +36,7 @@ export interface RegisterStreamConsumerCommandOutput extends RegisterStreamConsu * 6th consumer while there are 5 in a CREATING status results in a * LimitExceededException.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, RegisterStreamConsumerCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, RegisterStreamConsumerCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/RemoveTagsFromStreamCommand.ts b/clients/client-kinesis/commands/RemoveTagsFromStreamCommand.ts index d8445e4fd873..71c4fbb57ca5 100644 --- a/clients/client-kinesis/commands/RemoveTagsFromStreamCommand.ts +++ b/clients/client-kinesis/commands/RemoveTagsFromStreamCommand.ts @@ -28,7 +28,7 @@ export interface RemoveTagsFromStreamCommandOutput extends __MetadataBearer {} * RemoveTagsFromStream has a limit of five transactions per second per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, RemoveTagsFromStreamCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, RemoveTagsFromStreamCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/SplitShardCommand.ts b/clients/client-kinesis/commands/SplitShardCommand.ts index 9eac57983bbc..6954c9c06e83 100644 --- a/clients/client-kinesis/commands/SplitShardCommand.ts +++ b/clients/client-kinesis/commands/SplitShardCommand.ts @@ -64,7 +64,7 @@ export interface SplitShardCommandOutput extends __MetadataBearer {} * SplitShard has a limit of five transactions per second per * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, SplitShardCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, SplitShardCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/StartStreamEncryptionCommand.ts b/clients/client-kinesis/commands/StartStreamEncryptionCommand.ts index 9ea9fed80150..22eef301426b 100644 --- a/clients/client-kinesis/commands/StartStreamEncryptionCommand.ts +++ b/clients/client-kinesis/commands/StartStreamEncryptionCommand.ts @@ -38,7 +38,7 @@ export interface StartStreamEncryptionCommandOutput extends __MetadataBearer {} * encryption, you can verify that encryption is applied by inspecting the API response * from PutRecord or PutRecords.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, StartStreamEncryptionCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, StartStreamEncryptionCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/StopStreamEncryptionCommand.ts b/clients/client-kinesis/commands/StopStreamEncryptionCommand.ts index df02fac3eef4..ff2a044b8981 100644 --- a/clients/client-kinesis/commands/StopStreamEncryptionCommand.ts +++ b/clients/client-kinesis/commands/StopStreamEncryptionCommand.ts @@ -38,7 +38,7 @@ export interface StopStreamEncryptionCommandOutput extends __MetadataBearer {} * inspecting the API response from PutRecord or * PutRecords.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, StopStreamEncryptionCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, StopStreamEncryptionCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/SubscribeToShardCommand.ts b/clients/client-kinesis/commands/SubscribeToShardCommand.ts index 2a456db3a3a3..b5e31d6944a7 100644 --- a/clients/client-kinesis/commands/SubscribeToShardCommand.ts +++ b/clients/client-kinesis/commands/SubscribeToShardCommand.ts @@ -45,7 +45,7 @@ export interface SubscribeToShardCommandOutput extends SubscribeToShardOutput, _ *

For an example of how to use this operations, see Enhanced Fan-Out * Using the Kinesis Data Streams API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, SubscribeToShardCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, SubscribeToShardCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kinesis/commands/UpdateShardCountCommand.ts b/clients/client-kinesis/commands/UpdateShardCountCommand.ts index 54a80ecaffde..acf7269e5e4f 100644 --- a/clients/client-kinesis/commands/UpdateShardCountCommand.ts +++ b/clients/client-kinesis/commands/UpdateShardCountCommand.ts @@ -66,7 +66,7 @@ export interface UpdateShardCountCommandOutput extends UpdateShardCountOutput, _ * increase in the call rate limit, the shard limit for this API, or your overall shard * limit, use the limits form.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KinesisClient, UpdateShardCountCommand } from "@aws-sdk/client-kinesis"; // ES Modules import * // const { KinesisClient, UpdateShardCountCommand } = require("@aws-sdk/client-kinesis"); // CommonJS import diff --git a/clients/client-kms/commands/CancelKeyDeletionCommand.ts b/clients/client-kms/commands/CancelKeyDeletionCommand.ts index 6563d7d80c55..2733ea48295f 100644 --- a/clients/client-kms/commands/CancelKeyDeletionCommand.ts +++ b/clients/client-kms/commands/CancelKeyDeletionCommand.ts @@ -36,7 +36,7 @@ export interface CancelKeyDeletionCommandOutput extends CancelKeyDeletionRespons * Related operations: ScheduleKeyDeletion *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, CancelKeyDeletionCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, CancelKeyDeletionCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ConnectCustomKeyStoreCommand.ts b/clients/client-kms/commands/ConnectCustomKeyStoreCommand.ts index 289927ee9b39..b06772a4da73 100644 --- a/clients/client-kms/commands/ConnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/commands/ConnectCustomKeyStoreCommand.ts @@ -84,7 +84,7 @@ export interface ConnectCustomKeyStoreCommandOutput extends ConnectCustomKeyStor * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ConnectCustomKeyStoreCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ConnectCustomKeyStoreCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/CreateAliasCommand.ts b/clients/client-kms/commands/CreateAliasCommand.ts index 61d4fd8e809e..f238145ab2ee 100644 --- a/clients/client-kms/commands/CreateAliasCommand.ts +++ b/clients/client-kms/commands/CreateAliasCommand.ts @@ -75,7 +75,7 @@ export interface CreateAliasCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, CreateAliasCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, CreateAliasCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/CreateCustomKeyStoreCommand.ts b/clients/client-kms/commands/CreateCustomKeyStoreCommand.ts index fde24c495f05..69ee06cf78c2 100644 --- a/clients/client-kms/commands/CreateCustomKeyStoreCommand.ts +++ b/clients/client-kms/commands/CreateCustomKeyStoreCommand.ts @@ -72,7 +72,7 @@ export interface CreateCustomKeyStoreCommandOutput extends CreateCustomKeyStoreR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, CreateCustomKeyStoreCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, CreateCustomKeyStoreCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/CreateGrantCommand.ts b/clients/client-kms/commands/CreateGrantCommand.ts index 63f2dabd1cc4..04b417c4b62a 100644 --- a/clients/client-kms/commands/CreateGrantCommand.ts +++ b/clients/client-kms/commands/CreateGrantCommand.ts @@ -92,7 +92,7 @@ export interface CreateGrantCommandOutput extends CreateGrantResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, CreateGrantCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, CreateGrantCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/CreateKeyCommand.ts b/clients/client-kms/commands/CreateKeyCommand.ts index 6df04ca4c834..03fa22594343 100644 --- a/clients/client-kms/commands/CreateKeyCommand.ts +++ b/clients/client-kms/commands/CreateKeyCommand.ts @@ -123,7 +123,7 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, CreateKeyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, CreateKeyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DecryptCommand.ts b/clients/client-kms/commands/DecryptCommand.ts index e265eaf52767..35a74c427001 100644 --- a/clients/client-kms/commands/DecryptCommand.ts +++ b/clients/client-kms/commands/DecryptCommand.ts @@ -105,7 +105,7 @@ export interface DecryptCommandOutput extends DecryptResponse, __MetadataBearer * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DecryptCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DecryptCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DeleteAliasCommand.ts b/clients/client-kms/commands/DeleteAliasCommand.ts index e92d7d5e84c2..e2399f115f14 100644 --- a/clients/client-kms/commands/DeleteAliasCommand.ts +++ b/clients/client-kms/commands/DeleteAliasCommand.ts @@ -64,7 +64,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DeleteAliasCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DeleteAliasCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DeleteCustomKeyStoreCommand.ts b/clients/client-kms/commands/DeleteCustomKeyStoreCommand.ts index 230e3f87a968..1b5fe7a7d684 100644 --- a/clients/client-kms/commands/DeleteCustomKeyStoreCommand.ts +++ b/clients/client-kms/commands/DeleteCustomKeyStoreCommand.ts @@ -78,7 +78,7 @@ export interface DeleteCustomKeyStoreCommandOutput extends DeleteCustomKeyStoreR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DeleteCustomKeyStoreCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DeleteCustomKeyStoreCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DeleteImportedKeyMaterialCommand.ts b/clients/client-kms/commands/DeleteImportedKeyMaterialCommand.ts index 668eb60637ad..a6d927ed4828 100644 --- a/clients/client-kms/commands/DeleteImportedKeyMaterialCommand.ts +++ b/clients/client-kms/commands/DeleteImportedKeyMaterialCommand.ts @@ -54,7 +54,7 @@ export interface DeleteImportedKeyMaterialCommandOutput extends __MetadataBearer * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DeleteImportedKeyMaterialCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DeleteImportedKeyMaterialCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DescribeCustomKeyStoresCommand.ts b/clients/client-kms/commands/DescribeCustomKeyStoresCommand.ts index 132a42a29336..d6b1c3036816 100644 --- a/clients/client-kms/commands/DescribeCustomKeyStoresCommand.ts +++ b/clients/client-kms/commands/DescribeCustomKeyStoresCommand.ts @@ -76,7 +76,7 @@ export interface DescribeCustomKeyStoresCommandOutput extends DescribeCustomKeyS * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DescribeCustomKeyStoresCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DescribeCustomKeyStoresCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DescribeKeyCommand.ts b/clients/client-kms/commands/DescribeKeyCommand.ts index 745f4891a981..373037f359e1 100644 --- a/clients/client-kms/commands/DescribeKeyCommand.ts +++ b/clients/client-kms/commands/DescribeKeyCommand.ts @@ -101,7 +101,7 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DescribeKeyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DescribeKeyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DisableKeyCommand.ts b/clients/client-kms/commands/DisableKeyCommand.ts index b4a1ac2903ac..1a1386c3dcf7 100644 --- a/clients/client-kms/commands/DisableKeyCommand.ts +++ b/clients/client-kms/commands/DisableKeyCommand.ts @@ -39,7 +39,7 @@ export interface DisableKeyCommandOutput extends __MetadataBearer {} * Related operations: EnableKey *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DisableKeyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DisableKeyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DisableKeyRotationCommand.ts b/clients/client-kms/commands/DisableKeyRotationCommand.ts index 74e135f567dd..19cec33229ce 100644 --- a/clients/client-kms/commands/DisableKeyRotationCommand.ts +++ b/clients/client-kms/commands/DisableKeyRotationCommand.ts @@ -49,7 +49,7 @@ export interface DisableKeyRotationCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DisableKeyRotationCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DisableKeyRotationCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/DisconnectCustomKeyStoreCommand.ts b/clients/client-kms/commands/DisconnectCustomKeyStoreCommand.ts index 021428f86435..5c33e585bd79 100644 --- a/clients/client-kms/commands/DisconnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/commands/DisconnectCustomKeyStoreCommand.ts @@ -75,7 +75,7 @@ export interface DisconnectCustomKeyStoreCommandOutput extends DisconnectCustomK * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, DisconnectCustomKeyStoreCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, DisconnectCustomKeyStoreCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/EnableKeyCommand.ts b/clients/client-kms/commands/EnableKeyCommand.ts index c95576fa09b7..4156bbec5cf6 100644 --- a/clients/client-kms/commands/EnableKeyCommand.ts +++ b/clients/client-kms/commands/EnableKeyCommand.ts @@ -32,7 +32,7 @@ export interface EnableKeyCommandOutput extends __MetadataBearer {} * Related operations: DisableKey *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, EnableKeyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, EnableKeyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/EnableKeyRotationCommand.ts b/clients/client-kms/commands/EnableKeyRotationCommand.ts index f189896a2594..1fc45f3a554b 100644 --- a/clients/client-kms/commands/EnableKeyRotationCommand.ts +++ b/clients/client-kms/commands/EnableKeyRotationCommand.ts @@ -48,7 +48,7 @@ export interface EnableKeyRotationCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, EnableKeyRotationCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, EnableKeyRotationCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/EncryptCommand.ts b/clients/client-kms/commands/EncryptCommand.ts index e32a23e546e4..778156c66148 100644 --- a/clients/client-kms/commands/EncryptCommand.ts +++ b/clients/client-kms/commands/EncryptCommand.ts @@ -144,7 +144,7 @@ export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, EncryptCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, EncryptCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GenerateDataKeyCommand.ts b/clients/client-kms/commands/GenerateDataKeyCommand.ts index d2cf41f258fc..2736435900bc 100644 --- a/clients/client-kms/commands/GenerateDataKeyCommand.ts +++ b/clients/client-kms/commands/GenerateDataKeyCommand.ts @@ -117,7 +117,7 @@ export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GenerateDataKeyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GenerateDataKeyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GenerateDataKeyPairCommand.ts b/clients/client-kms/commands/GenerateDataKeyPairCommand.ts index 2a47d5cbb02a..4a8d668c1487 100644 --- a/clients/client-kms/commands/GenerateDataKeyPairCommand.ts +++ b/clients/client-kms/commands/GenerateDataKeyPairCommand.ts @@ -92,7 +92,7 @@ export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GenerateDataKeyPairCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GenerateDataKeyPairCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts b/clients/client-kms/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts index 9be1bc8166f5..655fd0248ae3 100644 --- a/clients/client-kms/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +++ b/clients/client-kms/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts @@ -88,7 +88,7 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GenerateDataKeyPairWithoutPlaintextCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GenerateDataKeyPairWithoutPlaintextCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GenerateDataKeyWithoutPlaintextCommand.ts b/clients/client-kms/commands/GenerateDataKeyWithoutPlaintextCommand.ts index 95535df9e3c2..08ba01aea56e 100644 --- a/clients/client-kms/commands/GenerateDataKeyWithoutPlaintextCommand.ts +++ b/clients/client-kms/commands/GenerateDataKeyWithoutPlaintextCommand.ts @@ -95,7 +95,7 @@ export interface GenerateDataKeyWithoutPlaintextCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GenerateDataKeyWithoutPlaintextCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GenerateDataKeyWithoutPlaintextCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GenerateRandomCommand.ts b/clients/client-kms/commands/GenerateRandomCommand.ts index a79a438d1a4c..9fca19fee512 100644 --- a/clients/client-kms/commands/GenerateRandomCommand.ts +++ b/clients/client-kms/commands/GenerateRandomCommand.ts @@ -31,7 +31,7 @@ export interface GenerateRandomCommandOutput extends GenerateRandomResponse, __M *

* Required permissions: kms:GenerateRandom (IAM policy)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GenerateRandomCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GenerateRandomCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GetKeyPolicyCommand.ts b/clients/client-kms/commands/GetKeyPolicyCommand.ts index 87e33e468a22..4c787971d7fb 100644 --- a/clients/client-kms/commands/GetKeyPolicyCommand.ts +++ b/clients/client-kms/commands/GetKeyPolicyCommand.ts @@ -31,7 +31,7 @@ export interface GetKeyPolicyCommandOutput extends GetKeyPolicyResponse, __Metad * Related operations: PutKeyPolicy *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GetKeyPolicyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GetKeyPolicyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GetKeyRotationStatusCommand.ts b/clients/client-kms/commands/GetKeyRotationStatusCommand.ts index 3916232c1889..6596a48316ab 100644 --- a/clients/client-kms/commands/GetKeyRotationStatusCommand.ts +++ b/clients/client-kms/commands/GetKeyRotationStatusCommand.ts @@ -60,7 +60,7 @@ export interface GetKeyRotationStatusCommandOutput extends GetKeyRotationStatusR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GetKeyRotationStatusCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GetKeyRotationStatusCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GetParametersForImportCommand.ts b/clients/client-kms/commands/GetParametersForImportCommand.ts index db2f07f011ed..98a199126bda 100644 --- a/clients/client-kms/commands/GetParametersForImportCommand.ts +++ b/clients/client-kms/commands/GetParametersForImportCommand.ts @@ -59,7 +59,7 @@ export interface GetParametersForImportCommandOutput extends GetParametersForImp * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GetParametersForImportCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GetParametersForImportCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/GetPublicKeyCommand.ts b/clients/client-kms/commands/GetPublicKeyCommand.ts index fb466a652257..58a83d068587 100644 --- a/clients/client-kms/commands/GetPublicKeyCommand.ts +++ b/clients/client-kms/commands/GetPublicKeyCommand.ts @@ -68,7 +68,7 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResponse, __Metad * Related operations: CreateKey *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, GetPublicKeyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, GetPublicKeyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ImportKeyMaterialCommand.ts b/clients/client-kms/commands/ImportKeyMaterialCommand.ts index 7a82ae8eb2d2..ada2d2c99903 100644 --- a/clients/client-kms/commands/ImportKeyMaterialCommand.ts +++ b/clients/client-kms/commands/ImportKeyMaterialCommand.ts @@ -87,7 +87,7 @@ export interface ImportKeyMaterialCommandOutput extends ImportKeyMaterialRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ImportKeyMaterialCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ImportKeyMaterialCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ListAliasesCommand.ts b/clients/client-kms/commands/ListAliasesCommand.ts index 36ac33bcb7b9..5686ae14c45d 100644 --- a/clients/client-kms/commands/ListAliasesCommand.ts +++ b/clients/client-kms/commands/ListAliasesCommand.ts @@ -64,7 +64,7 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ListAliasesCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ListAliasesCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ListGrantsCommand.ts b/clients/client-kms/commands/ListGrantsCommand.ts index d7d73916f1c4..7cdad4f7cdc5 100644 --- a/clients/client-kms/commands/ListGrantsCommand.ts +++ b/clients/client-kms/commands/ListGrantsCommand.ts @@ -63,7 +63,7 @@ export interface ListGrantsCommandOutput extends ListGrantsResponse, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ListGrantsCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ListGrantsCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ListKeyPoliciesCommand.ts b/clients/client-kms/commands/ListKeyPoliciesCommand.ts index c199384bc8b5..2485486bed27 100644 --- a/clients/client-kms/commands/ListKeyPoliciesCommand.ts +++ b/clients/client-kms/commands/ListKeyPoliciesCommand.ts @@ -45,7 +45,7 @@ export interface ListKeyPoliciesCommandOutput extends ListKeyPoliciesResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ListKeyPoliciesCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ListKeyPoliciesCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ListKeysCommand.ts b/clients/client-kms/commands/ListKeysCommand.ts index 581c3b228d91..e2b28ca3c1d7 100644 --- a/clients/client-kms/commands/ListKeysCommand.ts +++ b/clients/client-kms/commands/ListKeysCommand.ts @@ -51,7 +51,7 @@ export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBeare * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ListKeysCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ListKeysCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ListResourceTagsCommand.ts b/clients/client-kms/commands/ListResourceTagsCommand.ts index 899a26f29022..b3d5f8db697d 100644 --- a/clients/client-kms/commands/ListResourceTagsCommand.ts +++ b/clients/client-kms/commands/ListResourceTagsCommand.ts @@ -47,7 +47,7 @@ export interface ListResourceTagsCommandOutput extends ListResourceTagsResponse, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ListResourceTagsCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ListResourceTagsCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ListRetirableGrantsCommand.ts b/clients/client-kms/commands/ListRetirableGrantsCommand.ts index ad1de9979359..94bad4963ae9 100644 --- a/clients/client-kms/commands/ListRetirableGrantsCommand.ts +++ b/clients/client-kms/commands/ListRetirableGrantsCommand.ts @@ -62,7 +62,7 @@ export interface ListRetirableGrantsCommandOutput extends ListGrantsResponse, __ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ListRetirableGrantsCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ListRetirableGrantsCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/PutKeyPolicyCommand.ts b/clients/client-kms/commands/PutKeyPolicyCommand.ts index ff3a2ec79d69..a2493db294d2 100644 --- a/clients/client-kms/commands/PutKeyPolicyCommand.ts +++ b/clients/client-kms/commands/PutKeyPolicyCommand.ts @@ -36,7 +36,7 @@ export interface PutKeyPolicyCommandOutput extends __MetadataBearer {} * Related operations: GetKeyPolicy *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, PutKeyPolicyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, PutKeyPolicyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ReEncryptCommand.ts b/clients/client-kms/commands/ReEncryptCommand.ts index db1d8207297f..3aa24de48e27 100644 --- a/clients/client-kms/commands/ReEncryptCommand.ts +++ b/clients/client-kms/commands/ReEncryptCommand.ts @@ -115,7 +115,7 @@ export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ReEncryptCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ReEncryptCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/RetireGrantCommand.ts b/clients/client-kms/commands/RetireGrantCommand.ts index ff28a1bc8c45..f7b4d71b986c 100644 --- a/clients/client-kms/commands/RetireGrantCommand.ts +++ b/clients/client-kms/commands/RetireGrantCommand.ts @@ -75,7 +75,7 @@ export interface RetireGrantCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, RetireGrantCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, RetireGrantCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/RevokeGrantCommand.ts b/clients/client-kms/commands/RevokeGrantCommand.ts index 6aa697dfc496..6235def79846 100644 --- a/clients/client-kms/commands/RevokeGrantCommand.ts +++ b/clients/client-kms/commands/RevokeGrantCommand.ts @@ -55,7 +55,7 @@ export interface RevokeGrantCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, RevokeGrantCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, RevokeGrantCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/ScheduleKeyDeletionCommand.ts b/clients/client-kms/commands/ScheduleKeyDeletionCommand.ts index cd81ac28617f..eee26a7805f5 100644 --- a/clients/client-kms/commands/ScheduleKeyDeletionCommand.ts +++ b/clients/client-kms/commands/ScheduleKeyDeletionCommand.ts @@ -64,7 +64,7 @@ export interface ScheduleKeyDeletionCommandOutput extends ScheduleKeyDeletionRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, ScheduleKeyDeletionCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, ScheduleKeyDeletionCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/SignCommand.ts b/clients/client-kms/commands/SignCommand.ts index 3aabe9ae66d4..89799eb5f79b 100644 --- a/clients/client-kms/commands/SignCommand.ts +++ b/clients/client-kms/commands/SignCommand.ts @@ -66,7 +66,7 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {} * Related operations: Verify *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, SignCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, SignCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/TagResourceCommand.ts b/clients/client-kms/commands/TagResourceCommand.ts index a871850842e1..793a42c8c24d 100644 --- a/clients/client-kms/commands/TagResourceCommand.ts +++ b/clients/client-kms/commands/TagResourceCommand.ts @@ -57,7 +57,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, TagResourceCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, TagResourceCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/UntagResourceCommand.ts b/clients/client-kms/commands/UntagResourceCommand.ts index aebc0609fefc..a5b1470708d4 100644 --- a/clients/client-kms/commands/UntagResourceCommand.ts +++ b/clients/client-kms/commands/UntagResourceCommand.ts @@ -55,7 +55,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, UntagResourceCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, UntagResourceCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/UpdateAliasCommand.ts b/clients/client-kms/commands/UpdateAliasCommand.ts index 7177ca6aaf5d..e16a34ff0a38 100644 --- a/clients/client-kms/commands/UpdateAliasCommand.ts +++ b/clients/client-kms/commands/UpdateAliasCommand.ts @@ -79,7 +79,7 @@ export interface UpdateAliasCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, UpdateAliasCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, UpdateAliasCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/UpdateCustomKeyStoreCommand.ts b/clients/client-kms/commands/UpdateCustomKeyStoreCommand.ts index 716dc816c233..d0de9f86844f 100644 --- a/clients/client-kms/commands/UpdateCustomKeyStoreCommand.ts +++ b/clients/client-kms/commands/UpdateCustomKeyStoreCommand.ts @@ -95,7 +95,7 @@ export interface UpdateCustomKeyStoreCommandOutput extends UpdateCustomKeyStoreR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, UpdateCustomKeyStoreCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, UpdateCustomKeyStoreCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/UpdateKeyDescriptionCommand.ts b/clients/client-kms/commands/UpdateKeyDescriptionCommand.ts index 4499c60d7457..86a6659408d5 100644 --- a/clients/client-kms/commands/UpdateKeyDescriptionCommand.ts +++ b/clients/client-kms/commands/UpdateKeyDescriptionCommand.ts @@ -47,7 +47,7 @@ export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, UpdateKeyDescriptionCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, UpdateKeyDescriptionCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-kms/commands/VerifyCommand.ts b/clients/client-kms/commands/VerifyCommand.ts index e46554a93269..cced14de39f7 100644 --- a/clients/client-kms/commands/VerifyCommand.ts +++ b/clients/client-kms/commands/VerifyCommand.ts @@ -51,7 +51,7 @@ export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {} * Related operations: Sign *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { KMSClient, VerifyCommand } from "@aws-sdk/client-kms"; // ES Modules import * // const { KMSClient, VerifyCommand } = require("@aws-sdk/client-kms"); // CommonJS import diff --git a/clients/client-lakeformation/commands/BatchGrantPermissionsCommand.ts b/clients/client-lakeformation/commands/BatchGrantPermissionsCommand.ts index 26fd1efce23c..ab6bd2751488 100644 --- a/clients/client-lakeformation/commands/BatchGrantPermissionsCommand.ts +++ b/clients/client-lakeformation/commands/BatchGrantPermissionsCommand.ts @@ -23,7 +23,7 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission /** *

Batch operation to grant permissions to the principal.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, BatchGrantPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, BatchGrantPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/BatchRevokePermissionsCommand.ts b/clients/client-lakeformation/commands/BatchRevokePermissionsCommand.ts index d8b18b765bb1..4fdf29f03c20 100644 --- a/clients/client-lakeformation/commands/BatchRevokePermissionsCommand.ts +++ b/clients/client-lakeformation/commands/BatchRevokePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi /** *

Batch operation to revoke permissions from the principal.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, BatchRevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, BatchRevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/DeregisterResourceCommand.ts b/clients/client-lakeformation/commands/DeregisterResourceCommand.ts index 03e279404e8b..6df11b69759e 100644 --- a/clients/client-lakeformation/commands/DeregisterResourceCommand.ts +++ b/clients/client-lakeformation/commands/DeregisterResourceCommand.ts @@ -25,7 +25,7 @@ export interface DeregisterResourceCommandOutput extends DeregisterResourceRespo * *

When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, DeregisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, DeregisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/DescribeResourceCommand.ts b/clients/client-lakeformation/commands/DescribeResourceCommand.ts index a8ff0a68201a..26df0df1902f 100644 --- a/clients/client-lakeformation/commands/DescribeResourceCommand.ts +++ b/clients/client-lakeformation/commands/DescribeResourceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse, /** *

Retrieves the current data access role for the given resource registered in AWS Lake Formation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, DescribeResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, DescribeResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/GetDataLakeSettingsCommand.ts b/clients/client-lakeformation/commands/GetDataLakeSettingsCommand.ts index 5e474207a2e8..57e20e6194e2 100644 --- a/clients/client-lakeformation/commands/GetDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/commands/GetDataLakeSettingsCommand.ts @@ -23,7 +23,7 @@ export interface GetDataLakeSettingsCommandOutput extends GetDataLakeSettingsRes /** *

Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, GetDataLakeSettingsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, GetDataLakeSettingsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/GetEffectivePermissionsForPathCommand.ts b/clients/client-lakeformation/commands/GetEffectivePermissionsForPathCommand.ts index a4d7d0b0be57..1fa6eb0427c1 100644 --- a/clients/client-lakeformation/commands/GetEffectivePermissionsForPathCommand.ts +++ b/clients/client-lakeformation/commands/GetEffectivePermissionsForPathCommand.ts @@ -26,7 +26,7 @@ export interface GetEffectivePermissionsForPathCommandOutput *

Returns the Lake Formation permissions for a specified table or database resource located * at a path in Amazon S3. GetEffectivePermissionsForPath will not return databases and tables if the catalog is encrypted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, GetEffectivePermissionsForPathCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, GetEffectivePermissionsForPathCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/GrantPermissionsCommand.ts b/clients/client-lakeformation/commands/GrantPermissionsCommand.ts index 0c8cfb1c29d3..b009c6cadae6 100644 --- a/clients/client-lakeformation/commands/GrantPermissionsCommand.ts +++ b/clients/client-lakeformation/commands/GrantPermissionsCommand.ts @@ -24,7 +24,7 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse, *

Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.

*

For information about permissions, see Security and Access Control to Metadata and Data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, GrantPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, GrantPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/ListPermissionsCommand.ts b/clients/client-lakeformation/commands/ListPermissionsCommand.ts index 8be995bd8bd4..475431a3d571 100644 --- a/clients/client-lakeformation/commands/ListPermissionsCommand.ts +++ b/clients/client-lakeformation/commands/ListPermissionsCommand.ts @@ -25,7 +25,7 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _ *

This operation returns only those permissions that have been explicitly granted.

*

For information about permissions, see Security and Access Control to Metadata and Data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, ListPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, ListPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/ListResourcesCommand.ts b/clients/client-lakeformation/commands/ListResourcesCommand.ts index c3b511ea2e05..3efdc8ce14e4 100644 --- a/clients/client-lakeformation/commands/ListResourcesCommand.ts +++ b/clients/client-lakeformation/commands/ListResourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met /** *

Lists the resources registered to be managed by the Data Catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, ListResourcesCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, ListResourcesCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/PutDataLakeSettingsCommand.ts b/clients/client-lakeformation/commands/PutDataLakeSettingsCommand.ts index ea334d5db2c4..4e36c428a748 100644 --- a/clients/client-lakeformation/commands/PutDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/commands/PutDataLakeSettingsCommand.ts @@ -25,7 +25,7 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes * *

This API replaces the current list of data lake admins with the new list being passed. To add an admin, fetch the current list and add the new admin to that list and pass that list in this API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, PutDataLakeSettingsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, PutDataLakeSettingsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/RegisterResourceCommand.ts b/clients/client-lakeformation/commands/RegisterResourceCommand.ts index 134b8baf52bd..932b02e35ef9 100644 --- a/clients/client-lakeformation/commands/RegisterResourceCommand.ts +++ b/clients/client-lakeformation/commands/RegisterResourceCommand.ts @@ -38,7 +38,7 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse, * arn:aws:iam::12345:role/my-data-access-role *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, RegisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, RegisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/RevokePermissionsCommand.ts b/clients/client-lakeformation/commands/RevokePermissionsCommand.ts index ab79ced77efa..cb202f0a30e9 100644 --- a/clients/client-lakeformation/commands/RevokePermissionsCommand.ts +++ b/clients/client-lakeformation/commands/RevokePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons /** *

Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, RevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, RevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lakeformation/commands/UpdateResourceCommand.ts b/clients/client-lakeformation/commands/UpdateResourceCommand.ts index 2eab428dd2f2..ff0ae81cfac0 100644 --- a/clients/client-lakeformation/commands/UpdateResourceCommand.ts +++ b/clients/client-lakeformation/commands/UpdateResourceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M /** *

Updates the data access role used for vending access to the given (registered) resource in AWS Lake Formation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LakeFormationClient, UpdateResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import * // const { LakeFormationClient, UpdateResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import diff --git a/clients/client-lambda/commands/AddLayerVersionPermissionCommand.ts b/clients/client-lambda/commands/AddLayerVersionPermissionCommand.ts index 2dd73bae4205..fd327e51afbf 100644 --- a/clients/client-lambda/commands/AddLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/commands/AddLayerVersionPermissionCommand.ts @@ -28,7 +28,7 @@ export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionP *

To revoke permission, call RemoveLayerVersionPermission with the statement ID that you * specified when you added it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, AddLayerVersionPermissionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, AddLayerVersionPermissionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/AddPermissionCommand.ts b/clients/client-lambda/commands/AddPermissionCommand.ts index 8274ce61395d..d2f6c9481863 100644 --- a/clients/client-lambda/commands/AddPermissionCommand.ts +++ b/clients/client-lambda/commands/AddPermissionCommand.ts @@ -34,7 +34,7 @@ export interface AddPermissionCommandOutput extends AddPermissionResponse, __Met *

This action adds a statement to a resource-based permissions policy for the function. For more information * about function policies, see Lambda Function Policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, AddPermissionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, AddPermissionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/CreateAliasCommand.ts b/clients/client-lambda/commands/CreateAliasCommand.ts index dcd50182a3c7..71ca9e6c2c64 100644 --- a/clients/client-lambda/commands/CreateAliasCommand.ts +++ b/clients/client-lambda/commands/CreateAliasCommand.ts @@ -28,7 +28,7 @@ export interface CreateAliasCommandOutput extends AliasConfiguration, __Metadata * RoutingConfig parameter to specify a second version and the percentage of invocation requests that * it receives.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, CreateAliasCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, CreateAliasCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/CreateCodeSigningConfigCommand.ts b/clients/client-lambda/commands/CreateCodeSigningConfigCommand.ts index a2dbfef4491e..f2f04b2c92cc 100644 --- a/clients/client-lambda/commands/CreateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/CreateCodeSigningConfigCommand.ts @@ -25,7 +25,7 @@ export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningC * allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment * validation checks fail).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, CreateCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, CreateCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/CreateEventSourceMappingCommand.ts b/clients/client-lambda/commands/CreateEventSourceMappingCommand.ts index 9c2d1d702477..d4d47bff48b2 100644 --- a/clients/client-lambda/commands/CreateEventSourceMappingCommand.ts +++ b/clients/client-lambda/commands/CreateEventSourceMappingCommand.ts @@ -84,7 +84,7 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, CreateEventSourceMappingCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, CreateEventSourceMappingCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/CreateFunctionCommand.ts b/clients/client-lambda/commands/CreateFunctionCommand.ts index 7d9a3221ae59..f923949d0bbe 100644 --- a/clients/client-lambda/commands/CreateFunctionCommand.ts +++ b/clients/client-lambda/commands/CreateFunctionCommand.ts @@ -57,7 +57,7 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me * in other AWS services, create an event source mapping (CreateEventSourceMapping), or configure a * function trigger in the other service. For more information, see Invoking Functions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, CreateFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, CreateFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteAliasCommand.ts b/clients/client-lambda/commands/DeleteAliasCommand.ts index 5ca475a88697..f1f2befc3a28 100644 --- a/clients/client-lambda/commands/DeleteAliasCommand.ts +++ b/clients/client-lambda/commands/DeleteAliasCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {} /** *

Deletes a Lambda function alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteAliasCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteAliasCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteCodeSigningConfigCommand.ts b/clients/client-lambda/commands/DeleteCodeSigningConfigCommand.ts index 8b5ae06186b2..490a6602bb60 100644 --- a/clients/client-lambda/commands/DeleteCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/DeleteCodeSigningConfigCommand.ts @@ -24,7 +24,7 @@ export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningC *

Deletes the code signing configuration. You can delete the code signing configuration only if no function is * using it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteEventSourceMappingCommand.ts b/clients/client-lambda/commands/DeleteEventSourceMappingCommand.ts index 911d91e0fcaf..bfdad2668d78 100644 --- a/clients/client-lambda/commands/DeleteEventSourceMappingCommand.ts +++ b/clients/client-lambda/commands/DeleteEventSourceMappingCommand.ts @@ -25,7 +25,7 @@ export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappin * mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.

*

When you delete an event source mapping, it enters a Deleting state and might not be completely deleted for several seconds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteEventSourceMappingCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteEventSourceMappingCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/commands/DeleteFunctionCodeSigningConfigCommand.ts index 9c1bb4058076..b388f8170126 100644 --- a/clients/client-lambda/commands/DeleteFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/DeleteFunctionCodeSigningConfigCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFunctionCodeSigningConfigCommandOutput extends __Metadata /** *

Removes the code signing configuration from the function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteFunctionCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteFunctionCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteFunctionCommand.ts b/clients/client-lambda/commands/DeleteFunctionCommand.ts index 16127a754600..8295a78ad551 100644 --- a/clients/client-lambda/commands/DeleteFunctionCommand.ts +++ b/clients/client-lambda/commands/DeleteFunctionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {} * For AWS services and resources that invoke your function directly, delete the trigger in the service where you * originally configured it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteFunctionConcurrencyCommand.ts b/clients/client-lambda/commands/DeleteFunctionConcurrencyCommand.ts index 889108728abf..21730ec26ce5 100644 --- a/clients/client-lambda/commands/DeleteFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/commands/DeleteFunctionConcurrencyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer /** *

Removes a concurrent execution limit from a function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteFunctionConcurrencyCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteFunctionConcurrencyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/commands/DeleteFunctionEventInvokeConfigCommand.ts index 1611a0415ac1..7064eebc80c8 100644 --- a/clients/client-lambda/commands/DeleteFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/commands/DeleteFunctionEventInvokeConfigCommand.ts @@ -24,7 +24,7 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata *

Deletes the configuration for asynchronous invocation for a function, version, or alias.

*

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteLayerVersionCommand.ts b/clients/client-lambda/commands/DeleteLayerVersionCommand.ts index 0b96f5fe578c..49f326828f3d 100644 --- a/clients/client-lambda/commands/DeleteLayerVersionCommand.ts +++ b/clients/client-lambda/commands/DeleteLayerVersionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {} * layer. Deleted versions can no longer be viewed or added to functions. To avoid * breaking functions, a copy of the version remains in Lambda until no functions refer to it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteLayerVersionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteLayerVersionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/DeleteProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/commands/DeleteProvisionedConcurrencyConfigCommand.ts index 38ad0ce47bfe..dee03165e64b 100644 --- a/clients/client-lambda/commands/DeleteProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/commands/DeleteProvisionedConcurrencyConfigCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad /** *

Deletes the provisioned concurrency configuration for a function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, DeleteProvisionedConcurrencyConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, DeleteProvisionedConcurrencyConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetAccountSettingsCommand.ts b/clients/client-lambda/commands/GetAccountSettingsCommand.ts index abda3f475669..76a58cba563e 100644 --- a/clients/client-lambda/commands/GetAccountSettingsCommand.ts +++ b/clients/client-lambda/commands/GetAccountSettingsCommand.ts @@ -23,7 +23,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo /** *

Retrieves details about your account's limits and usage in an AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetAccountSettingsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetAccountSettingsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetAliasCommand.ts b/clients/client-lambda/commands/GetAliasCommand.ts index d5bfc184f047..b6c2ad1769a2 100644 --- a/clients/client-lambda/commands/GetAliasCommand.ts +++ b/clients/client-lambda/commands/GetAliasCommand.ts @@ -23,7 +23,7 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea /** *

Returns details about a Lambda function alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetAliasCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetAliasCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetCodeSigningConfigCommand.ts b/clients/client-lambda/commands/GetCodeSigningConfigCommand.ts index c9a497c37300..e7b594cd1492 100644 --- a/clients/client-lambda/commands/GetCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/GetCodeSigningConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR /** *

Returns information about the specified code signing configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetEventSourceMappingCommand.ts b/clients/client-lambda/commands/GetEventSourceMappingCommand.ts index 4266b689113c..1be25e971cab 100644 --- a/clients/client-lambda/commands/GetEventSourceMappingCommand.ts +++ b/clients/client-lambda/commands/GetEventSourceMappingCommand.ts @@ -23,7 +23,7 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo /** *

Returns details about an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetEventSourceMappingCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetEventSourceMappingCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/commands/GetFunctionCodeSigningConfigCommand.ts index 13f4a9e5e2ef..f9eb3ea79c56 100644 --- a/clients/client-lambda/commands/GetFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/GetFunctionCodeSigningConfigCommand.ts @@ -25,7 +25,7 @@ export interface GetFunctionCodeSigningConfigCommandOutput /** *

Returns the code signing configuration for the specified function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetFunctionCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetFunctionCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetFunctionCommand.ts b/clients/client-lambda/commands/GetFunctionCommand.ts index 216c7b003be5..a040c08211fd 100644 --- a/clients/client-lambda/commands/GetFunctionCommand.ts +++ b/clients/client-lambda/commands/GetFunctionCommand.ts @@ -25,7 +25,7 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat * that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are * returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetFunctionConcurrencyCommand.ts b/clients/client-lambda/commands/GetFunctionConcurrencyCommand.ts index 0793878ecb1c..9c3e352d0315 100644 --- a/clients/client-lambda/commands/GetFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/commands/GetFunctionConcurrencyCommand.ts @@ -24,7 +24,7 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre *

Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a * function, use PutFunctionConcurrency.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetFunctionConcurrencyCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetFunctionConcurrencyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetFunctionConfigurationCommand.ts b/clients/client-lambda/commands/GetFunctionConfigurationCommand.ts index d5eae7eaa258..c3a7e093d824 100644 --- a/clients/client-lambda/commands/GetFunctionConfigurationCommand.ts +++ b/clients/client-lambda/commands/GetFunctionConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura * can vary between versions of a function. To modify these settings, use UpdateFunctionConfiguration.

*

To get all of a function's details, including function-level settings, use GetFunction.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetFunctionConfigurationCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetFunctionConfigurationCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/commands/GetFunctionEventInvokeConfigCommand.ts index 061566ef7722..4eabd80b8ebb 100644 --- a/clients/client-lambda/commands/GetFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/commands/GetFunctionEventInvokeConfigCommand.ts @@ -24,7 +24,7 @@ export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEvent *

Retrieves the configuration for asynchronous invocation for a function, version, or alias.

*

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetLayerVersionByArnCommand.ts b/clients/client-lambda/commands/GetLayerVersionByArnCommand.ts index 06553e6223bf..3c93f0b48f6f 100644 --- a/clients/client-lambda/commands/GetLayerVersionByArnCommand.ts +++ b/clients/client-lambda/commands/GetLayerVersionByArnCommand.ts @@ -25,7 +25,7 @@ export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionRespon * layer, with a link to download the layer archive * that's valid for 10 minutes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetLayerVersionByArnCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetLayerVersionByArnCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetLayerVersionCommand.ts b/clients/client-lambda/commands/GetLayerVersionCommand.ts index ac411ec1d8fa..fd3b57897eaa 100644 --- a/clients/client-lambda/commands/GetLayerVersionCommand.ts +++ b/clients/client-lambda/commands/GetLayerVersionCommand.ts @@ -25,7 +25,7 @@ export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, _ * layer, with a link to download the layer archive * that's valid for 10 minutes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetLayerVersionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetLayerVersionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetLayerVersionPolicyCommand.ts b/clients/client-lambda/commands/GetLayerVersionPolicyCommand.ts index c72b68c47bbc..51393fc8c77d 100644 --- a/clients/client-lambda/commands/GetLayerVersionPolicyCommand.ts +++ b/clients/client-lambda/commands/GetLayerVersionPolicyCommand.ts @@ -24,7 +24,7 @@ export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolic *

Returns the permission policy for a version of an AWS Lambda * layer. For more information, see AddLayerVersionPermission.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetLayerVersionPolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetLayerVersionPolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetPolicyCommand.ts b/clients/client-lambda/commands/GetPolicyCommand.ts index a4831e9a48ce..8092a135c590 100644 --- a/clients/client-lambda/commands/GetPolicyCommand.ts +++ b/clients/client-lambda/commands/GetPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea /** *

Returns the resource-based IAM policy for a function, version, or alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetPolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetPolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/GetProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/commands/GetProvisionedConcurrencyConfigCommand.ts index c678458c6cff..3e18e7cc3adf 100644 --- a/clients/client-lambda/commands/GetProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/commands/GetProvisionedConcurrencyConfigCommand.ts @@ -25,7 +25,7 @@ export interface GetProvisionedConcurrencyConfigCommandOutput /** *

Retrieves the provisioned concurrency configuration for a function's alias or version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, GetProvisionedConcurrencyConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, GetProvisionedConcurrencyConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/InvokeAsyncCommand.ts b/clients/client-lambda/commands/InvokeAsyncCommand.ts index 316b4ed66d88..e255ec631fef 100644 --- a/clients/client-lambda/commands/InvokeAsyncCommand.ts +++ b/clients/client-lambda/commands/InvokeAsyncCommand.ts @@ -37,7 +37,7 @@ export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __Metadat * *

Invokes a function asynchronously.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, InvokeAsyncCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, InvokeAsyncCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/InvokeCommand.ts b/clients/client-lambda/commands/InvokeCommand.ts index 846d4a390cdc..5018fc461e47 100644 --- a/clients/client-lambda/commands/InvokeCommand.ts +++ b/clients/client-lambda/commands/InvokeCommand.ts @@ -46,7 +46,7 @@ export interface InvokeCommandOutput extends InvocationResponse, __MetadataBeare * *

This operation requires permission for the lambda:InvokeFunction action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, InvokeCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, InvokeCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListAliasesCommand.ts b/clients/client-lambda/commands/ListAliasesCommand.ts index 81ed7022eabe..f659b326dfee 100644 --- a/clients/client-lambda/commands/ListAliasesCommand.ts +++ b/clients/client-lambda/commands/ListAliasesCommand.ts @@ -24,7 +24,7 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat *

Returns a list of aliases * for a Lambda function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListAliasesCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListAliasesCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListCodeSigningConfigsCommand.ts b/clients/client-lambda/commands/ListCodeSigningConfigsCommand.ts index eb6678b96879..b1c1bf4a2dc6 100644 --- a/clients/client-lambda/commands/ListCodeSigningConfigsCommand.ts +++ b/clients/client-lambda/commands/ListCodeSigningConfigsCommand.ts @@ -25,7 +25,7 @@ export interface ListCodeSigningConfigsCommandOutput extends ListCodeSigningConf * signing configurations. A request returns up to 10,000 configurations per * call. You can use the MaxItems parameter to return fewer configurations per call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListCodeSigningConfigsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListCodeSigningConfigsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListEventSourceMappingsCommand.ts b/clients/client-lambda/commands/ListEventSourceMappingsCommand.ts index c8bd85d0d491..c2ae3cdbbf63 100644 --- a/clients/client-lambda/commands/ListEventSourceMappingsCommand.ts +++ b/clients/client-lambda/commands/ListEventSourceMappingsCommand.ts @@ -24,7 +24,7 @@ export interface ListEventSourceMappingsCommandOutput extends ListEventSourceMap *

Lists event source mappings. Specify an EventSourceArn to only show event source mappings for a * single event source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListEventSourceMappingsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListEventSourceMappingsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListFunctionEventInvokeConfigsCommand.ts b/clients/client-lambda/commands/ListFunctionEventInvokeConfigsCommand.ts index ca63fd1c65f2..6ecbd583f06d 100644 --- a/clients/client-lambda/commands/ListFunctionEventInvokeConfigsCommand.ts +++ b/clients/client-lambda/commands/ListFunctionEventInvokeConfigsCommand.ts @@ -26,7 +26,7 @@ export interface ListFunctionEventInvokeConfigsCommandOutput *

Retrieves a list of configurations for asynchronous invocation for a function.

*

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListFunctionEventInvokeConfigsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListFunctionEventInvokeConfigsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListFunctionsByCodeSigningConfigCommand.ts b/clients/client-lambda/commands/ListFunctionsByCodeSigningConfigCommand.ts index 96d19f8c3b02..20cc6c960217 100644 --- a/clients/client-lambda/commands/ListFunctionsByCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/ListFunctionsByCodeSigningConfigCommand.ts @@ -26,7 +26,7 @@ export interface ListFunctionsByCodeSigningConfigCommandOutput *

List the functions that use the specified code signing configuration. You can use this method prior to deleting a * code signing configuration, to verify that no functions are using it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListFunctionsByCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListFunctionsByCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListFunctionsCommand.ts b/clients/client-lambda/commands/ListFunctionsCommand.ts index 22d0d9a46ad8..25d32b06c3d9 100644 --- a/clients/client-lambda/commands/ListFunctionsCommand.ts +++ b/clients/client-lambda/commands/ListFunctionsCommand.ts @@ -31,7 +31,7 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met * for a function or version, use GetFunction.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListFunctionsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListFunctionsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListLayerVersionsCommand.ts b/clients/client-lambda/commands/ListLayerVersionsCommand.ts index 7383ab230823..ff00db079326 100644 --- a/clients/client-lambda/commands/ListLayerVersionsCommand.ts +++ b/clients/client-lambda/commands/ListLayerVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListLayerVersionsCommandOutput extends ListLayerVersionsRespons * layer. Versions that have been deleted aren't listed. Specify a runtime identifier to list only * versions that indicate that they're compatible with that runtime.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListLayerVersionsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListLayerVersionsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListLayersCommand.ts b/clients/client-lambda/commands/ListLayersCommand.ts index de3e0b4716f0..f7f04deff4ce 100644 --- a/clients/client-lambda/commands/ListLayersCommand.ts +++ b/clients/client-lambda/commands/ListLayersCommand.ts @@ -25,7 +25,7 @@ export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataB * layers and shows information about the latest version of each. Specify a runtime identifier to list only layers * that indicate that they're compatible with that runtime.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListLayersCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListLayersCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListProvisionedConcurrencyConfigsCommand.ts b/clients/client-lambda/commands/ListProvisionedConcurrencyConfigsCommand.ts index 4312d2fc62bf..8b08784f88ec 100644 --- a/clients/client-lambda/commands/ListProvisionedConcurrencyConfigsCommand.ts +++ b/clients/client-lambda/commands/ListProvisionedConcurrencyConfigsCommand.ts @@ -28,7 +28,7 @@ export interface ListProvisionedConcurrencyConfigsCommandOutput /** *

Retrieves a list of provisioned concurrency configurations for a function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListProvisionedConcurrencyConfigsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListProvisionedConcurrencyConfigsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListTagsCommand.ts b/clients/client-lambda/commands/ListTagsCommand.ts index 55c17bba68ac..b97a51d93e93 100644 --- a/clients/client-lambda/commands/ListTagsCommand.ts +++ b/clients/client-lambda/commands/ListTagsCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare *

Returns a function's tags. You can * also view tags with GetFunction.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListTagsCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListTagsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/ListVersionsByFunctionCommand.ts b/clients/client-lambda/commands/ListVersionsByFunctionCommand.ts index c4a69878d41e..243c30a005cb 100644 --- a/clients/client-lambda/commands/ListVersionsByFunctionCommand.ts +++ b/clients/client-lambda/commands/ListVersionsByFunctionCommand.ts @@ -24,7 +24,7 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct *

Returns a list of versions, * with the version-specific configuration of each. Lambda returns up to 50 versions per call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, ListVersionsByFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, ListVersionsByFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/PublishLayerVersionCommand.ts b/clients/client-lambda/commands/PublishLayerVersionCommand.ts index b9721c0741cb..2071fa5a5cf4 100644 --- a/clients/client-lambda/commands/PublishLayerVersionCommand.ts +++ b/clients/client-lambda/commands/PublishLayerVersionCommand.ts @@ -26,7 +26,7 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes * layer name, a new version is created.

*

Add layers to your function with CreateFunction or UpdateFunctionConfiguration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, PublishLayerVersionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, PublishLayerVersionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/PublishVersionCommand.ts b/clients/client-lambda/commands/PublishVersionCommand.ts index 732c678bd5e2..014fff693788 100644 --- a/clients/client-lambda/commands/PublishVersionCommand.ts +++ b/clients/client-lambda/commands/PublishVersionCommand.ts @@ -31,7 +31,7 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me * *

Clients can invoke versions directly or with an alias. To create an alias, use CreateAlias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, PublishVersionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, PublishVersionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/PutFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/commands/PutFunctionCodeSigningConfigCommand.ts index 9594151a15af..8ddb586a22f8 100644 --- a/clients/client-lambda/commands/PutFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/PutFunctionCodeSigningConfigCommand.ts @@ -26,7 +26,7 @@ export interface PutFunctionCodeSigningConfigCommandOutput *

Update the code signing configuration for the function. Changes to the code signing configuration take effect the * next time a user tries to deploy a code package to the function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, PutFunctionCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, PutFunctionCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/PutFunctionConcurrencyCommand.ts b/clients/client-lambda/commands/PutFunctionConcurrencyCommand.ts index cb96f4263f83..77b286a8484b 100644 --- a/clients/client-lambda/commands/PutFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/commands/PutFunctionConcurrencyCommand.ts @@ -31,7 +31,7 @@ export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __Meta * for as many functions as you like, as long as you leave at least 100 simultaneous executions unreserved for * functions that aren't configured with a per-function limit. For more information, see Managing Concurrency.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, PutFunctionConcurrencyCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, PutFunctionConcurrencyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/PutFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/commands/PutFunctionEventInvokeConfigCommand.ts index 37c1acfe46a9..b93d74cba73b 100644 --- a/clients/client-lambda/commands/PutFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/commands/PutFunctionEventInvokeConfigCommand.ts @@ -33,7 +33,7 @@ export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEvent * that fail all processing attempts (on-failure). You can configure destinations in addition to or instead of a * dead-letter queue.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, PutFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, PutFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/PutProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/commands/PutProvisionedConcurrencyConfigCommand.ts index 9fc523882c17..5998277840b8 100644 --- a/clients/client-lambda/commands/PutProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/commands/PutProvisionedConcurrencyConfigCommand.ts @@ -25,7 +25,7 @@ export interface PutProvisionedConcurrencyConfigCommandOutput /** *

Adds a provisioned concurrency configuration to a function's alias or version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, PutProvisionedConcurrencyConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, PutProvisionedConcurrencyConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/RemoveLayerVersionPermissionCommand.ts b/clients/client-lambda/commands/RemoveLayerVersionPermissionCommand.ts index 551ddc3e980b..707f18b9150b 100644 --- a/clients/client-lambda/commands/RemoveLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/commands/RemoveLayerVersionPermissionCommand.ts @@ -25,7 +25,7 @@ export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBea * layer. For more information, see * AddLayerVersionPermission.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, RemoveLayerVersionPermissionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, RemoveLayerVersionPermissionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/RemovePermissionCommand.ts b/clients/client-lambda/commands/RemovePermissionCommand.ts index d98d12f757f5..ddf68d303748 100644 --- a/clients/client-lambda/commands/RemovePermissionCommand.ts +++ b/clients/client-lambda/commands/RemovePermissionCommand.ts @@ -24,7 +24,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {} *

Revokes function-use permission from an AWS service or another account. You can get the ID of the statement * from the output of GetPolicy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, RemovePermissionCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, RemovePermissionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/TagResourceCommand.ts b/clients/client-lambda/commands/TagResourceCommand.ts index a1a6a0057837..2d0aba96bb7d 100644 --- a/clients/client-lambda/commands/TagResourceCommand.ts +++ b/clients/client-lambda/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Adds tags to a function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, TagResourceCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, TagResourceCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/UntagResourceCommand.ts b/clients/client-lambda/commands/UntagResourceCommand.ts index 25621c8bcf7b..a12d89c8a170 100644 --- a/clients/client-lambda/commands/UntagResourceCommand.ts +++ b/clients/client-lambda/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes tags from a function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, UntagResourceCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, UntagResourceCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/UpdateAliasCommand.ts b/clients/client-lambda/commands/UpdateAliasCommand.ts index 374fa6b5506f..aa72d1a4f2fd 100644 --- a/clients/client-lambda/commands/UpdateAliasCommand.ts +++ b/clients/client-lambda/commands/UpdateAliasCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAliasCommandOutput extends AliasConfiguration, __Metadata /** *

Updates the configuration of a Lambda function alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, UpdateAliasCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, UpdateAliasCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/UpdateCodeSigningConfigCommand.ts b/clients/client-lambda/commands/UpdateCodeSigningConfigCommand.ts index 1cb2a6b74924..1a49ac539eab 100644 --- a/clients/client-lambda/commands/UpdateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/commands/UpdateCodeSigningConfigCommand.ts @@ -24,7 +24,7 @@ export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningC *

Update the code signing configuration. Changes to the code signing configuration take effect the next time a * user tries to deploy a code package to the function.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, UpdateCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, UpdateCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/UpdateEventSourceMappingCommand.ts b/clients/client-lambda/commands/UpdateEventSourceMappingCommand.ts index 6021fc4ff867..f06388e4d24a 100644 --- a/clients/client-lambda/commands/UpdateEventSourceMappingCommand.ts +++ b/clients/client-lambda/commands/UpdateEventSourceMappingCommand.ts @@ -46,7 +46,7 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, UpdateEventSourceMappingCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, UpdateEventSourceMappingCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/UpdateFunctionCodeCommand.ts b/clients/client-lambda/commands/UpdateFunctionCodeCommand.ts index 803d2342e500..f797e4cb3e89 100644 --- a/clients/client-lambda/commands/UpdateFunctionCodeCommand.ts +++ b/clients/client-lambda/commands/UpdateFunctionCodeCommand.ts @@ -31,7 +31,7 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration, * you update the image tag to a new image, Lambda does not automatically update the function.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, UpdateFunctionCodeCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, UpdateFunctionCodeCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/UpdateFunctionConfigurationCommand.ts b/clients/client-lambda/commands/UpdateFunctionConfigurationCommand.ts index 0e7b56cbdc9a..1ddf9705e168 100644 --- a/clients/client-lambda/commands/UpdateFunctionConfigurationCommand.ts +++ b/clients/client-lambda/commands/UpdateFunctionConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig *

To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions * to an account or AWS service, use AddPermission.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, UpdateFunctionConfigurationCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, UpdateFunctionConfigurationCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lambda/commands/UpdateFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/commands/UpdateFunctionEventInvokeConfigCommand.ts index b2511ec4a367..ee4979bb9729 100644 --- a/clients/client-lambda/commands/UpdateFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/commands/UpdateFunctionEventInvokeConfigCommand.ts @@ -24,7 +24,7 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv *

Updates the configuration for asynchronous invocation for a function, version, or alias.

*

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LambdaClient, UpdateFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import * // const { LambdaClient, UpdateFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/CreateBotVersionCommand.ts b/clients/client-lex-model-building-service/commands/CreateBotVersionCommand.ts index 0d9ddf971266..97ad41eae432 100644 --- a/clients/client-lex-model-building-service/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/commands/CreateBotVersionCommand.ts @@ -39,7 +39,7 @@ export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, *

This operation requires permission for the * lex:CreateBotVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, CreateBotVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, CreateBotVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/CreateIntentVersionCommand.ts b/clients/client-lex-model-building-service/commands/CreateIntentVersionCommand.ts index 203117ed14e7..21c249f9c05b 100644 --- a/clients/client-lex-model-building-service/commands/CreateIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/commands/CreateIntentVersionCommand.ts @@ -40,7 +40,7 @@ export interface CreateIntentVersionCommandOutput extends CreateIntentVersionRes *

This operation requires permissions to perform the * lex:CreateIntentVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, CreateIntentVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, CreateIntentVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/CreateSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/commands/CreateSlotTypeVersionCommand.ts index 8636018464de..e87879ceb548 100644 --- a/clients/client-lex-model-building-service/commands/CreateSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/commands/CreateSlotTypeVersionCommand.ts @@ -42,7 +42,7 @@ export interface CreateSlotTypeVersionCommandOutput extends CreateSlotTypeVersio *

This operation requires permissions for the * lex:CreateSlotTypeVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, CreateSlotTypeVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, CreateSlotTypeVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteBotAliasCommand.ts b/clients/client-lex-model-building-service/commands/DeleteBotAliasCommand.ts index 7bd0d97ed536..7359ec8a3dfb 100644 --- a/clients/client-lex-model-building-service/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteBotAliasCommand.ts @@ -35,7 +35,7 @@ export interface DeleteBotAliasCommandOutput extends __MetadataBearer {} * same exception again, delete the referring association until the * DeleteBotAlias operation is successful.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/commands/DeleteBotChannelAssociationCommand.ts index 2612c09d8744..3d119855cb27 100644 --- a/clients/client-lex-model-building-service/commands/DeleteBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteBotChannelAssociationCommand.ts @@ -30,7 +30,7 @@ export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBear *

This operation requires permission for the * lex:DeleteBotChannelAssociation action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteBotCommand.ts b/clients/client-lex-model-building-service/commands/DeleteBotCommand.ts index 14f2f3f16271..84bc38a391a2 100644 --- a/clients/client-lex-model-building-service/commands/DeleteBotCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteBotCommand.ts @@ -43,7 +43,7 @@ export interface DeleteBotCommandOutput extends __MetadataBearer {} *

This operation requires permissions for the * lex:DeleteBot action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteBotVersionCommand.ts b/clients/client-lex-model-building-service/commands/DeleteBotVersionCommand.ts index 3fda61bceefb..3add8df12214 100644 --- a/clients/client-lex-model-building-service/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteBotVersionCommand.ts @@ -30,7 +30,7 @@ export interface DeleteBotVersionCommandOutput extends __MetadataBearer {} *

This operation requires permissions for the * lex:DeleteBotVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteBotVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteBotVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteIntentCommand.ts b/clients/client-lex-model-building-service/commands/DeleteIntentCommand.ts index 084fd346446b..89c3057d37aa 100644 --- a/clients/client-lex-model-building-service/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteIntentCommand.ts @@ -44,7 +44,7 @@ export interface DeleteIntentCommandOutput extends __MetadataBearer {} *

This operation requires permission for the * lex:DeleteIntent action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteIntentVersionCommand.ts b/clients/client-lex-model-building-service/commands/DeleteIntentVersionCommand.ts index 6e507faa4edc..f4656c91fa90 100644 --- a/clients/client-lex-model-building-service/commands/DeleteIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteIntentVersionCommand.ts @@ -30,7 +30,7 @@ export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {} *

This operation requires permissions for the * lex:DeleteIntentVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteIntentVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteIntentVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-model-building-service/commands/DeleteSlotTypeCommand.ts index c2c5a073ffca..b6753c0abc71 100644 --- a/clients/client-lex-model-building-service/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteSlotTypeCommand.ts @@ -43,7 +43,7 @@ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {} *

This operation requires permission for the * lex:DeleteSlotType action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/commands/DeleteSlotTypeVersionCommand.ts index d1d06e465e29..fb2c8cc1efad 100644 --- a/clients/client-lex-model-building-service/commands/DeleteSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteSlotTypeVersionCommand.ts @@ -30,7 +30,7 @@ export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {} *

This operation requires permissions for the * lex:DeleteSlotTypeVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteSlotTypeVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteSlotTypeVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/DeleteUtterancesCommand.ts b/clients/client-lex-model-building-service/commands/DeleteUtterancesCommand.ts index cea571575f2d..0ae971838fcb 100644 --- a/clients/client-lex-model-building-service/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-model-building-service/commands/DeleteUtterancesCommand.ts @@ -38,7 +38,7 @@ export interface DeleteUtterancesCommandOutput extends __MetadataBearer {} *

This operation requires permissions for the * lex:DeleteUtterances action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, DeleteUtterancesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, DeleteUtterancesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBotAliasCommand.ts b/clients/client-lex-model-building-service/commands/GetBotAliasCommand.ts index 3fed19dc2ff5..4a7ad42f0b08 100644 --- a/clients/client-lex-model-building-service/commands/GetBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBotAliasCommand.ts @@ -30,7 +30,7 @@ export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __Metadat *

This operation requires permissions for the * lex:GetBotAlias action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBotAliasesCommand.ts b/clients/client-lex-model-building-service/commands/GetBotAliasesCommand.ts index 419acb19f29f..26455223e51d 100644 --- a/clients/client-lex-model-building-service/commands/GetBotAliasesCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBotAliasesCommand.ts @@ -29,7 +29,7 @@ export interface GetBotAliasesCommandOutput extends GetBotAliasesResponse, __Met *

This operation requires permissions for the * lex:GetBotAliases action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBotAliasesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBotAliasesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/commands/GetBotChannelAssociationCommand.ts index 043ab7d73386..499809aa4ae5 100644 --- a/clients/client-lex-model-building-service/commands/GetBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBotChannelAssociationCommand.ts @@ -30,7 +30,7 @@ export interface GetBotChannelAssociationCommandOutput extends GetBotChannelAsso *

This operation requires permissions for the * lex:GetBotChannelAssociation action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBotChannelAssociationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBotChannelAssociationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBotChannelAssociationsCommand.ts b/clients/client-lex-model-building-service/commands/GetBotChannelAssociationsCommand.ts index d04b03d6f775..52e49c989a6e 100644 --- a/clients/client-lex-model-building-service/commands/GetBotChannelAssociationsCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBotChannelAssociationsCommand.ts @@ -31,7 +31,7 @@ export interface GetBotChannelAssociationsCommandOutput extends GetBotChannelAss * permissions for the lex:GetBotChannelAssociations * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBotChannelAssociationsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBotChannelAssociationsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBotCommand.ts b/clients/client-lex-model-building-service/commands/GetBotCommand.ts index abe2a7979331..886847179870 100644 --- a/clients/client-lex-model-building-service/commands/GetBotCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBotCommand.ts @@ -27,7 +27,7 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {} *

This operation requires permissions for the * lex:GetBot action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBotVersionsCommand.ts b/clients/client-lex-model-building-service/commands/GetBotVersionsCommand.ts index ec43f262ced9..ed90688be73c 100644 --- a/clients/client-lex-model-building-service/commands/GetBotVersionsCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBotVersionsCommand.ts @@ -37,7 +37,7 @@ export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __M *

This operation requires permissions for the * lex:GetBotVersions action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBotVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBotVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBotsCommand.ts b/clients/client-lex-model-building-service/commands/GetBotsCommand.ts index 8fc1b570978c..1fb457e22c1f 100644 --- a/clients/client-lex-model-building-service/commands/GetBotsCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBotsCommand.ts @@ -41,7 +41,7 @@ export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer *

This operation requires permission for the lex:GetBots * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBotsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBotsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBuiltinIntentCommand.ts b/clients/client-lex-model-building-service/commands/GetBuiltinIntentCommand.ts index 05b515b98e3b..8823a865c1d3 100644 --- a/clients/client-lex-model-building-service/commands/GetBuiltinIntentCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBuiltinIntentCommand.ts @@ -29,7 +29,7 @@ export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse, *

This operation requires permission for the * lex:GetBuiltinIntent action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBuiltinIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBuiltinIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBuiltinIntentsCommand.ts b/clients/client-lex-model-building-service/commands/GetBuiltinIntentsCommand.ts index b89679d84da5..b5a7d3ac2d9e 100644 --- a/clients/client-lex-model-building-service/commands/GetBuiltinIntentsCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBuiltinIntentsCommand.ts @@ -30,7 +30,7 @@ export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsRespons *

This operation requires permission for the * lex:GetBuiltinIntents action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBuiltinIntentsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBuiltinIntentsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetBuiltinSlotTypesCommand.ts b/clients/client-lex-model-building-service/commands/GetBuiltinSlotTypesCommand.ts index ceabd662ebf8..68bb8aa8e2b9 100644 --- a/clients/client-lex-model-building-service/commands/GetBuiltinSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetBuiltinSlotTypesCommand.ts @@ -33,7 +33,7 @@ export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesRes *

This operation requires permission for the * lex:GetBuiltInSlotTypes action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetBuiltinSlotTypesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetBuiltinSlotTypesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetExportCommand.ts b/clients/client-lex-model-building-service/commands/GetExportCommand.ts index 1b5df692a45d..3c16d8ba621c 100644 --- a/clients/client-lex-model-building-service/commands/GetExportCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetExportCommand.ts @@ -28,7 +28,7 @@ export interface GetExportCommandOutput extends GetExportResponse, __MetadataBea *

Exports the contents of a Amazon Lex resource in a specified format. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetExportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetExportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetImportCommand.ts b/clients/client-lex-model-building-service/commands/GetImportCommand.ts index 7f1edb0c76c0..d4ea5ae171d0 100644 --- a/clients/client-lex-model-building-service/commands/GetImportCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetImportCommand.ts @@ -28,7 +28,7 @@ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBea *

Gets information about an import job started with the * StartImport operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetImportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetImportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetIntentCommand.ts b/clients/client-lex-model-building-service/commands/GetIntentCommand.ts index ac2a331c546f..4d11ba93df3c 100644 --- a/clients/client-lex-model-building-service/commands/GetIntentCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetIntentCommand.ts @@ -30,7 +30,7 @@ export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBea *

This operation requires permissions to perform the * lex:GetIntent action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetIntentVersionsCommand.ts b/clients/client-lex-model-building-service/commands/GetIntentVersionsCommand.ts index 37557499486b..cd89dd4b9028 100644 --- a/clients/client-lex-model-building-service/commands/GetIntentVersionsCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetIntentVersionsCommand.ts @@ -37,7 +37,7 @@ export interface GetIntentVersionsCommandOutput extends GetIntentVersionsRespons *

This operation requires permissions for the * lex:GetIntentVersions action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetIntentVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetIntentVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetIntentsCommand.ts b/clients/client-lex-model-building-service/commands/GetIntentsCommand.ts index 16562a2c0708..89765c58ec78 100644 --- a/clients/client-lex-model-building-service/commands/GetIntentsCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetIntentsCommand.ts @@ -41,7 +41,7 @@ export interface GetIntentsCommandOutput extends GetIntentsResponse, __MetadataB *

The operation requires permission for the * lex:GetIntents action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetIntentsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetIntentsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetSlotTypeCommand.ts b/clients/client-lex-model-building-service/commands/GetSlotTypeCommand.ts index bbd00078387f..92d40f822487 100644 --- a/clients/client-lex-model-building-service/commands/GetSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetSlotTypeCommand.ts @@ -31,7 +31,7 @@ export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __Metadat *

This operation requires permissions for the * lex:GetSlotType action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetSlotTypeVersionsCommand.ts b/clients/client-lex-model-building-service/commands/GetSlotTypeVersionsCommand.ts index e851dadcc354..f8c3dfedd2b4 100644 --- a/clients/client-lex-model-building-service/commands/GetSlotTypeVersionsCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetSlotTypeVersionsCommand.ts @@ -37,7 +37,7 @@ export interface GetSlotTypeVersionsCommandOutput extends GetSlotTypeVersionsRes *

This operation requires permissions for the * lex:GetSlotTypeVersions action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetSlotTypeVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetSlotTypeVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetSlotTypesCommand.ts b/clients/client-lex-model-building-service/commands/GetSlotTypesCommand.ts index 48a96eff5366..4fc186e64e14 100644 --- a/clients/client-lex-model-building-service/commands/GetSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetSlotTypesCommand.ts @@ -41,7 +41,7 @@ export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __Metad *

The operation requires permission for the * lex:GetSlotTypes action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetSlotTypesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetSlotTypesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/GetUtterancesViewCommand.ts b/clients/client-lex-model-building-service/commands/GetUtterancesViewCommand.ts index dcde42b2a5b2..74d80c603a12 100644 --- a/clients/client-lex-model-building-service/commands/GetUtterancesViewCommand.ts +++ b/clients/client-lex-model-building-service/commands/GetUtterancesViewCommand.ts @@ -49,7 +49,7 @@ export interface GetUtterancesViewCommandOutput extends GetUtterancesViewRespons *

This operation requires permissions for the * lex:GetUtterancesView action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, GetUtterancesViewCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, GetUtterancesViewCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/ListTagsForResourceCommand.ts b/clients/client-lex-model-building-service/commands/ListTagsForResourceCommand.ts index 134b1cb48134..324fac683c80 100644 --- a/clients/client-lex-model-building-service/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-model-building-service/commands/ListTagsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Gets a list of tags associated with the specified resource. Only bots, * bot aliases, and bot channels can have tags associated with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/PutBotAliasCommand.ts b/clients/client-lex-model-building-service/commands/PutBotAliasCommand.ts index 9eb85bac8e07..9e1bb0cf9242 100644 --- a/clients/client-lex-model-building-service/commands/PutBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/commands/PutBotAliasCommand.ts @@ -32,7 +32,7 @@ export interface PutBotAliasCommandOutput extends PutBotAliasResponse, __Metadat *

This operation requires permissions for the * lex:PutBotAlias action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, PutBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, PutBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/PutBotCommand.ts b/clients/client-lex-model-building-service/commands/PutBotCommand.ts index 8edabd116851..40321b717511 100644 --- a/clients/client-lex-model-building-service/commands/PutBotCommand.ts +++ b/clients/client-lex-model-building-service/commands/PutBotCommand.ts @@ -41,7 +41,7 @@ export interface PutBotCommandOutput extends PutBotResponse, __MetadataBearer {} *

This operation requires permissions for the lex:PutBot * action. For more information, see security-iam.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, PutBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, PutBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/PutIntentCommand.ts b/clients/client-lex-model-building-service/commands/PutIntentCommand.ts index d4b941b31dbd..db76824f489b 100644 --- a/clients/client-lex-model-building-service/commands/PutIntentCommand.ts +++ b/clients/client-lex-model-building-service/commands/PutIntentCommand.ts @@ -84,7 +84,7 @@ export interface PutIntentCommandOutput extends PutIntentResponse, __MetadataBea *

This operation requires permissions for the * lex:PutIntent action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, PutIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, PutIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/PutSlotTypeCommand.ts b/clients/client-lex-model-building-service/commands/PutSlotTypeCommand.ts index 7389f6067544..a1ecee92cfa0 100644 --- a/clients/client-lex-model-building-service/commands/PutSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/commands/PutSlotTypeCommand.ts @@ -42,7 +42,7 @@ export interface PutSlotTypeCommandOutput extends PutSlotTypeResponse, __Metadat *

This operation requires permissions for the * lex:PutSlotType action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, PutSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, PutSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/StartImportCommand.ts b/clients/client-lex-model-building-service/commands/StartImportCommand.ts index c6f3010f5fe2..1cd579936cd6 100644 --- a/clients/client-lex-model-building-service/commands/StartImportCommand.ts +++ b/clients/client-lex-model-building-service/commands/StartImportCommand.ts @@ -27,7 +27,7 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat /** *

Starts a job to import a resource to Amazon Lex.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, StartImportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, StartImportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/TagResourceCommand.ts b/clients/client-lex-model-building-service/commands/TagResourceCommand.ts index 7d4a4bd65d5f..0bf57170b084 100644 --- a/clients/client-lex-model-building-service/commands/TagResourceCommand.ts +++ b/clients/client-lex-model-building-service/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds the specified tags to the specified resource. If a tag key * already exists, the existing value is replaced with the new value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, TagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, TagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-model-building-service/commands/UntagResourceCommand.ts b/clients/client-lex-model-building-service/commands/UntagResourceCommand.ts index 5e026058dffb..900e24aeafa8 100644 --- a/clients/client-lex-model-building-service/commands/UntagResourceCommand.ts +++ b/clients/client-lex-model-building-service/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a bot, bot alias or bot channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelBuildingServiceClient, UntagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import * // const { LexModelBuildingServiceClient, UntagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/BuildBotLocaleCommand.ts b/clients/client-lex-models-v2/commands/BuildBotLocaleCommand.ts index fe5eba0cbbcd..4e22d56de237 100644 --- a/clients/client-lex-models-v2/commands/BuildBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/commands/BuildBotLocaleCommand.ts @@ -25,7 +25,7 @@ export interface BuildBotLocaleCommandOutput extends BuildBotLocaleResponse, __M * locale. A bot can be built into multiple locales. At runtime the locale * is used to choose a specific build of the bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, BuildBotLocaleCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, BuildBotLocaleCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/CreateBotAliasCommand.ts b/clients/client-lex-models-v2/commands/CreateBotAliasCommand.ts index d2c32f7bd962..dc993c47b2ae 100644 --- a/clients/client-lex-models-v2/commands/CreateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/commands/CreateBotAliasCommand.ts @@ -27,7 +27,7 @@ export interface CreateBotAliasCommandOutput extends CreateBotAliasResponse, __M *

For example, you can create an alias called "PROD" that your * applications use to call the Amazon Lex bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, CreateBotAliasCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, CreateBotAliasCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/CreateBotCommand.ts b/clients/client-lex-models-v2/commands/CreateBotCommand.ts index b9008db9f408..1a16b420f155 100644 --- a/clients/client-lex-models-v2/commands/CreateBotCommand.ts +++ b/clients/client-lex-models-v2/commands/CreateBotCommand.ts @@ -23,7 +23,7 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea /** *

Creates an Amazon Lex conversational bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, CreateBotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, CreateBotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/CreateBotLocaleCommand.ts b/clients/client-lex-models-v2/commands/CreateBotLocaleCommand.ts index a21b4b66a3cd..7ceea2113b2a 100644 --- a/clients/client-lex-models-v2/commands/CreateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/commands/CreateBotLocaleCommand.ts @@ -26,7 +26,7 @@ export interface CreateBotLocaleCommandOutput extends CreateBotLocaleResponse, _ * specified language and locale. You must add a locale to a bot before * you can add intents and slot types to the bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, CreateBotLocaleCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, CreateBotLocaleCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/CreateBotVersionCommand.ts b/clients/client-lex-models-v2/commands/CreateBotVersionCommand.ts index 19832f2f6962..a6cf0f29a4d1 100644 --- a/clients/client-lex-models-v2/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-models-v2/commands/CreateBotVersionCommand.ts @@ -28,7 +28,7 @@ export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, *

When you create the first version of a bot, Amazon Lex sets the version * to 1. Subsequent versions increment by 1.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, CreateBotVersionCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, CreateBotVersionCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/CreateIntentCommand.ts b/clients/client-lex-models-v2/commands/CreateIntentCommand.ts index 2ced4d42840c..aaaac72a0873 100644 --- a/clients/client-lex-models-v2/commands/CreateIntentCommand.ts +++ b/clients/client-lex-models-v2/commands/CreateIntentCommand.ts @@ -60,7 +60,7 @@ export interface CreateIntentCommandOutput extends CreateIntentResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, CreateIntentCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, CreateIntentCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/CreateSlotCommand.ts b/clients/client-lex-models-v2/commands/CreateSlotCommand.ts index 45a206f539f7..2a67326d87e9 100644 --- a/clients/client-lex-models-v2/commands/CreateSlotCommand.ts +++ b/clients/client-lex-models-v2/commands/CreateSlotCommand.ts @@ -27,7 +27,7 @@ export interface CreateSlotCommandOutput extends CreateSlotResponse, __MetadataB * one or more utterances that Amazon Lex uses to elicit a response from the * user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, CreateSlotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, CreateSlotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/CreateSlotTypeCommand.ts b/clients/client-lex-models-v2/commands/CreateSlotTypeCommand.ts index 7bad2448b18e..a829b0007aaf 100644 --- a/clients/client-lex-models-v2/commands/CreateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/commands/CreateSlotTypeCommand.ts @@ -26,7 +26,7 @@ export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __M * a set of enumeration values, the values that a slot of this type can * assume.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, CreateSlotTypeCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, CreateSlotTypeCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DeleteBotAliasCommand.ts b/clients/client-lex-models-v2/commands/DeleteBotAliasCommand.ts index 69df8dcceff1..26ee97b59372 100644 --- a/clients/client-lex-models-v2/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-models-v2/commands/DeleteBotAliasCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __M /** *

Deletes the specified bot alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DeleteBotAliasCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DeleteBotAliasCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DeleteBotCommand.ts b/clients/client-lex-models-v2/commands/DeleteBotCommand.ts index c931d483f68f..ba4e4123384f 100644 --- a/clients/client-lex-models-v2/commands/DeleteBotCommand.ts +++ b/clients/client-lex-models-v2/commands/DeleteBotCommand.ts @@ -32,7 +32,7 @@ export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBea * the bot and the alias, set the skipResourceInUseCheck * parameter to true.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DeleteBotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DeleteBotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DeleteBotLocaleCommand.ts b/clients/client-lex-models-v2/commands/DeleteBotLocaleCommand.ts index e59ee0f9891c..ff6e59dfde20 100644 --- a/clients/client-lex-models-v2/commands/DeleteBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/commands/DeleteBotLocaleCommand.ts @@ -25,7 +25,7 @@ export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, _ *

When you delete a locale, all intents, slots, and slot types defined * for the locale are also deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DeleteBotLocaleCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DeleteBotLocaleCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DeleteBotVersionCommand.ts b/clients/client-lex-models-v2/commands/DeleteBotVersionCommand.ts index fc6dd21dbf15..96d67f091b8b 100644 --- a/clients/client-lex-models-v2/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-models-v2/commands/DeleteBotVersionCommand.ts @@ -24,7 +24,7 @@ export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse, *

Deletes a specific version of a bot. To delete all version of a bot, * use the DeleteBot operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DeleteBotVersionCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DeleteBotVersionCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DeleteIntentCommand.ts b/clients/client-lex-models-v2/commands/DeleteIntentCommand.ts index ffaad0900851..9611212e78aa 100644 --- a/clients/client-lex-models-v2/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-models-v2/commands/DeleteIntentCommand.ts @@ -25,7 +25,7 @@ export interface DeleteIntentCommandOutput extends __MetadataBearer {} *

Deleting an intent also deletes the slots associated with the * intent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DeleteIntentCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DeleteIntentCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DeleteSlotCommand.ts b/clients/client-lex-models-v2/commands/DeleteSlotCommand.ts index 3c3b9652ec09..645aefa349ab 100644 --- a/clients/client-lex-models-v2/commands/DeleteSlotCommand.ts +++ b/clients/client-lex-models-v2/commands/DeleteSlotCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSlotCommandOutput extends __MetadataBearer {} /** *

Deletes the specified slot from an intent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DeleteSlotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DeleteSlotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-models-v2/commands/DeleteSlotTypeCommand.ts index d82ebdb36e1f..dfa124df517d 100644 --- a/clients/client-lex-models-v2/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/commands/DeleteSlotTypeCommand.ts @@ -27,7 +27,7 @@ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {} * exception, set the skipResourceInUseCheck parameter to * true.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DeleteSlotTypeCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DeleteSlotTypeCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DescribeBotAliasCommand.ts b/clients/client-lex-models-v2/commands/DescribeBotAliasCommand.ts index 17e1a280f958..3ebbed446c36 100644 --- a/clients/client-lex-models-v2/commands/DescribeBotAliasCommand.ts +++ b/clients/client-lex-models-v2/commands/DescribeBotAliasCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse, /** *

Get information about a specific bot alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DescribeBotAliasCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DescribeBotAliasCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DescribeBotCommand.ts b/clients/client-lex-models-v2/commands/DescribeBotCommand.ts index 489e9510bff5..a42c0b529dc9 100644 --- a/clients/client-lex-models-v2/commands/DescribeBotCommand.ts +++ b/clients/client-lex-models-v2/commands/DescribeBotCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBotCommandOutput extends DescribeBotResponse, __Metadat /** *

Provides metadata information about a bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DescribeBotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DescribeBotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DescribeBotLocaleCommand.ts b/clients/client-lex-models-v2/commands/DescribeBotLocaleCommand.ts index ce9f4047bc64..ce8a779cbf38 100644 --- a/clients/client-lex-models-v2/commands/DescribeBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/commands/DescribeBotLocaleCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBotLocaleCommandOutput extends DescribeBotLocaleRespons /** *

Describes the settings that a bot has for a specific locale.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DescribeBotLocaleCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DescribeBotLocaleCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DescribeBotVersionCommand.ts b/clients/client-lex-models-v2/commands/DescribeBotVersionCommand.ts index c4cf2676aac3..b789c59ae675 100644 --- a/clients/client-lex-models-v2/commands/DescribeBotVersionCommand.ts +++ b/clients/client-lex-models-v2/commands/DescribeBotVersionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBotVersionCommandOutput extends DescribeBotVersionRespo /** *

Provides metadata about a version of a bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DescribeBotVersionCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DescribeBotVersionCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DescribeIntentCommand.ts b/clients/client-lex-models-v2/commands/DescribeIntentCommand.ts index 763a7ac6dcd4..d50dc0ad2c20 100644 --- a/clients/client-lex-models-v2/commands/DescribeIntentCommand.ts +++ b/clients/client-lex-models-v2/commands/DescribeIntentCommand.ts @@ -23,7 +23,7 @@ export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __M /** *

Returns metadata about an intent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DescribeIntentCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DescribeIntentCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DescribeSlotCommand.ts b/clients/client-lex-models-v2/commands/DescribeSlotCommand.ts index 1fc0e4e40f51..ef8286876611 100644 --- a/clients/client-lex-models-v2/commands/DescribeSlotCommand.ts +++ b/clients/client-lex-models-v2/commands/DescribeSlotCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __Metad /** *

Gets metadata information about a slot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DescribeSlotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DescribeSlotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/DescribeSlotTypeCommand.ts b/clients/client-lex-models-v2/commands/DescribeSlotTypeCommand.ts index 9010cfa66663..8ece4ddf4853 100644 --- a/clients/client-lex-models-v2/commands/DescribeSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/commands/DescribeSlotTypeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse, /** *

Gets metadata information about a slot type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, DescribeSlotTypeCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, DescribeSlotTypeCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListBotAliasesCommand.ts b/clients/client-lex-models-v2/commands/ListBotAliasesCommand.ts index 25fe536f1233..28029fe43432 100644 --- a/clients/client-lex-models-v2/commands/ListBotAliasesCommand.ts +++ b/clients/client-lex-models-v2/commands/ListBotAliasesCommand.ts @@ -23,7 +23,7 @@ export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __M /** *

Gets a list of aliases for the specified bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListBotAliasesCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListBotAliasesCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListBotLocalesCommand.ts b/clients/client-lex-models-v2/commands/ListBotLocalesCommand.ts index 63eb62f74635..374ca1e1589d 100644 --- a/clients/client-lex-models-v2/commands/ListBotLocalesCommand.ts +++ b/clients/client-lex-models-v2/commands/ListBotLocalesCommand.ts @@ -23,7 +23,7 @@ export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __M /** *

Gets a list of locales for the specified bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListBotLocalesCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListBotLocalesCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListBotVersionsCommand.ts b/clients/client-lex-models-v2/commands/ListBotVersionsCommand.ts index 9d3253b9ee00..0399f507700e 100644 --- a/clients/client-lex-models-v2/commands/ListBotVersionsCommand.ts +++ b/clients/client-lex-models-v2/commands/ListBotVersionsCommand.ts @@ -30,7 +30,7 @@ export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, _ *

The ListBotVersions operation always returns at least * one version, the DRAFT version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListBotVersionsCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListBotVersionsCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListBotsCommand.ts b/clients/client-lex-models-v2/commands/ListBotsCommand.ts index f9ec1f0ccc29..3f6c846b62f6 100644 --- a/clients/client-lex-models-v2/commands/ListBotsCommand.ts +++ b/clients/client-lex-models-v2/commands/ListBotsCommand.ts @@ -23,7 +23,7 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare /** *

Gets a list of available bots.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListBotsCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListBotsCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListBuiltInIntentsCommand.ts b/clients/client-lex-models-v2/commands/ListBuiltInIntentsCommand.ts index 97dd29bd85a3..1285917d4d56 100644 --- a/clients/client-lex-models-v2/commands/ListBuiltInIntentsCommand.ts +++ b/clients/client-lex-models-v2/commands/ListBuiltInIntentsCommand.ts @@ -28,7 +28,7 @@ export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsRespo * parameter when you call the CreateIntent operation. For * more information, see CreateIntent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListBuiltInIntentsCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListBuiltInIntentsCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListBuiltInSlotTypesCommand.ts b/clients/client-lex-models-v2/commands/ListBuiltInSlotTypesCommand.ts index 27b432780994..72106aaa89cc 100644 --- a/clients/client-lex-models-v2/commands/ListBuiltInSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/commands/ListBuiltInSlotTypesCommand.ts @@ -24,7 +24,7 @@ export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesR *

Gets a list of built-in slot types that meet the specified * criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListBuiltInSlotTypesCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListBuiltInSlotTypesCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListIntentsCommand.ts b/clients/client-lex-models-v2/commands/ListIntentsCommand.ts index 1d34ac938af8..f5879636ea14 100644 --- a/clients/client-lex-models-v2/commands/ListIntentsCommand.ts +++ b/clients/client-lex-models-v2/commands/ListIntentsCommand.ts @@ -23,7 +23,7 @@ export interface ListIntentsCommandOutput extends ListIntentsResponse, __Metadat /** *

Get a list of intents that meet the specified criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListIntentsCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListIntentsCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListSlotTypesCommand.ts b/clients/client-lex-models-v2/commands/ListSlotTypesCommand.ts index c3c9ff57f96e..cbd52555d7a4 100644 --- a/clients/client-lex-models-v2/commands/ListSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/commands/ListSlotTypesCommand.ts @@ -23,7 +23,7 @@ export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __Met /** *

Gets a list of slot types that match the specified criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListSlotTypesCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListSlotTypesCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListSlotsCommand.ts b/clients/client-lex-models-v2/commands/ListSlotsCommand.ts index 81c7918fec15..d5d3cc24ec44 100644 --- a/clients/client-lex-models-v2/commands/ListSlotsCommand.ts +++ b/clients/client-lex-models-v2/commands/ListSlotsCommand.ts @@ -23,7 +23,7 @@ export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBea /** *

Gets a list of slots that match the specified criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListSlotsCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListSlotsCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/ListTagsForResourceCommand.ts b/clients/client-lex-models-v2/commands/ListTagsForResourceCommand.ts index a9fed67487b9..f955ba18e98f 100644 --- a/clients/client-lex-models-v2/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-models-v2/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Gets a list of tags associated with a resource. Only bots, bot * aliases, and bot channels can have tags associated with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/TagResourceCommand.ts b/clients/client-lex-models-v2/commands/TagResourceCommand.ts index c23de38ad485..e118cfe1e52e 100644 --- a/clients/client-lex-models-v2/commands/TagResourceCommand.ts +++ b/clients/client-lex-models-v2/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * already exists, the existing value is replaced with the new * value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, TagResourceCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, TagResourceCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/UntagResourceCommand.ts b/clients/client-lex-models-v2/commands/UntagResourceCommand.ts index 1412db6fa5e7..4da5c1c8a128 100644 --- a/clients/client-lex-models-v2/commands/UntagResourceCommand.ts +++ b/clients/client-lex-models-v2/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a bot, bot alias, or bot channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, UntagResourceCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, UntagResourceCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/UpdateBotAliasCommand.ts b/clients/client-lex-models-v2/commands/UpdateBotAliasCommand.ts index 2993dad59077..cc2450283448 100644 --- a/clients/client-lex-models-v2/commands/UpdateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/commands/UpdateBotAliasCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __M /** *

Updates the configuration of an existing bot alias.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, UpdateBotAliasCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, UpdateBotAliasCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/UpdateBotCommand.ts b/clients/client-lex-models-v2/commands/UpdateBotCommand.ts index c413468f7fb1..7a0d77a07e1f 100644 --- a/clients/client-lex-models-v2/commands/UpdateBotCommand.ts +++ b/clients/client-lex-models-v2/commands/UpdateBotCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea /** *

Updates the configuration of an existing bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, UpdateBotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, UpdateBotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/UpdateBotLocaleCommand.ts b/clients/client-lex-models-v2/commands/UpdateBotLocaleCommand.ts index 7360d342b445..44131f14d427 100644 --- a/clients/client-lex-models-v2/commands/UpdateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/commands/UpdateBotLocaleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, _ /** *

Updates the settings that a bot has for a specific locale.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, UpdateBotLocaleCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, UpdateBotLocaleCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/UpdateIntentCommand.ts b/clients/client-lex-models-v2/commands/UpdateIntentCommand.ts index 29e8c215feb6..a859b42c11a8 100644 --- a/clients/client-lex-models-v2/commands/UpdateIntentCommand.ts +++ b/clients/client-lex-models-v2/commands/UpdateIntentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __Metad /** *

Updates the settings for an intent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, UpdateIntentCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, UpdateIntentCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/UpdateSlotCommand.ts b/clients/client-lex-models-v2/commands/UpdateSlotCommand.ts index 2d112fd539e7..af1e3ccd6ba2 100644 --- a/clients/client-lex-models-v2/commands/UpdateSlotCommand.ts +++ b/clients/client-lex-models-v2/commands/UpdateSlotCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataB /** *

Updates the settings for a slot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, UpdateSlotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, UpdateSlotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-models-v2/commands/UpdateSlotTypeCommand.ts b/clients/client-lex-models-v2/commands/UpdateSlotTypeCommand.ts index 2c32f1256c70..fdd0155c6e6b 100644 --- a/clients/client-lex-models-v2/commands/UpdateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/commands/UpdateSlotTypeCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __M /** *

Updates the configuration of an existing slot type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexModelsV2Client, UpdateSlotTypeCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import * // const { LexModelsV2Client, UpdateSlotTypeCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import diff --git a/clients/client-lex-runtime-service/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-service/commands/DeleteSessionCommand.ts index 6f89014241eb..d2a774969d3b 100644 --- a/clients/client-lex-runtime-service/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-service/commands/DeleteSessionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met *

Removes session information for a specified bot, alias, and user ID. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeServiceClient, DeleteSessionCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import * // const { LexRuntimeServiceClient, DeleteSessionCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import diff --git a/clients/client-lex-runtime-service/commands/GetSessionCommand.ts b/clients/client-lex-runtime-service/commands/GetSessionCommand.ts index 18cd30869877..d682d28d980c 100644 --- a/clients/client-lex-runtime-service/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-service/commands/GetSessionCommand.ts @@ -28,7 +28,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB *

Returns session information for a specified bot, alias, and user * ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeServiceClient, GetSessionCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import * // const { LexRuntimeServiceClient, GetSessionCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import diff --git a/clients/client-lex-runtime-service/commands/PostContentCommand.ts b/clients/client-lex-runtime-service/commands/PostContentCommand.ts index 495c5ff5b398..763789eedbc8 100644 --- a/clients/client-lex-runtime-service/commands/PostContentCommand.ts +++ b/clients/client-lex-runtime-service/commands/PostContentCommand.ts @@ -112,7 +112,7 @@ export interface PostContentCommandOutput extends PostContentResponse, __Metadat * sessionAttributes. For more information, see Managing * Conversation Context.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeServiceClient, PostContentCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import * // const { LexRuntimeServiceClient, PostContentCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import diff --git a/clients/client-lex-runtime-service/commands/PostTextCommand.ts b/clients/client-lex-runtime-service/commands/PostTextCommand.ts index 331c7fc336de..aa2088d805ec 100644 --- a/clients/client-lex-runtime-service/commands/PostTextCommand.ts +++ b/clients/client-lex-runtime-service/commands/PostTextCommand.ts @@ -102,7 +102,7 @@ export interface PostTextCommandOutput extends PostTextResponse, __MetadataBeare * sessionAttributes. For more information, see Managing * Conversation Context.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeServiceClient, PostTextCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import * // const { LexRuntimeServiceClient, PostTextCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import diff --git a/clients/client-lex-runtime-service/commands/PutSessionCommand.ts b/clients/client-lex-runtime-service/commands/PutSessionCommand.ts index 7e2e5cc0684f..88f5bca644b6 100644 --- a/clients/client-lex-runtime-service/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-service/commands/PutSessionCommand.ts @@ -31,7 +31,7 @@ export interface PutSessionCommandOutput extends PutSessionResponse, __MetadataB *

For more information, see Managing * Sessions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeServiceClient, PutSessionCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import * // const { LexRuntimeServiceClient, PutSessionCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import diff --git a/clients/client-lex-runtime-v2/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-v2/commands/DeleteSessionCommand.ts index 3ee41d326915..2224f90a3910 100644 --- a/clients/client-lex-runtime-v2/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-v2/commands/DeleteSessionCommand.ts @@ -36,7 +36,7 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met * enables for the alias, you receive a * BadRequestException.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeV2Client, DeleteSessionCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import * // const { LexRuntimeV2Client, DeleteSessionCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import diff --git a/clients/client-lex-runtime-v2/commands/GetSessionCommand.ts b/clients/client-lex-runtime-v2/commands/GetSessionCommand.ts index b3aa8e61a095..25401bfd4e06 100644 --- a/clients/client-lex-runtime-v2/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-v2/commands/GetSessionCommand.ts @@ -31,7 +31,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB * or is not enabled for the alias, you receive a * BadRequestException.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeV2Client, GetSessionCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import * // const { LexRuntimeV2Client, GetSessionCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import diff --git a/clients/client-lex-runtime-v2/commands/PutSessionCommand.ts b/clients/client-lex-runtime-v2/commands/PutSessionCommand.ts index 1e73bed76976..a4422cc04b0a 100644 --- a/clients/client-lex-runtime-v2/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-v2/commands/PutSessionCommand.ts @@ -25,7 +25,7 @@ export interface PutSessionCommandOutput extends PutSessionResponse, __MetadataB * bot. Use this operation to enable your application to set the state of * the bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeV2Client, PutSessionCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import * // const { LexRuntimeV2Client, PutSessionCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import diff --git a/clients/client-lex-runtime-v2/commands/RecognizeTextCommand.ts b/clients/client-lex-runtime-v2/commands/RecognizeTextCommand.ts index 6ca8d857119f..13470d51feb6 100644 --- a/clients/client-lex-runtime-v2/commands/RecognizeTextCommand.ts +++ b/clients/client-lex-runtime-v2/commands/RecognizeTextCommand.ts @@ -27,7 +27,7 @@ export interface RecognizeTextCommandOutput extends RecognizeTextResponse, __Met *

In response, Amazon Lex returns the next message to convey to the user * and an optional response card to display.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeV2Client, RecognizeTextCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import * // const { LexRuntimeV2Client, RecognizeTextCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import diff --git a/clients/client-lex-runtime-v2/commands/RecognizeUtteranceCommand.ts b/clients/client-lex-runtime-v2/commands/RecognizeUtteranceCommand.ts index 3ac53215bc97..b9e24948944c 100644 --- a/clients/client-lex-runtime-v2/commands/RecognizeUtteranceCommand.ts +++ b/clients/client-lex-runtime-v2/commands/RecognizeUtteranceCommand.ts @@ -35,7 +35,7 @@ export interface RecognizeUtteranceCommandOutput extends RecognizeUtteranceRespo * interprets the user input using the machine learning model built for * the bot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeV2Client, RecognizeUtteranceCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import * // const { LexRuntimeV2Client, RecognizeUtteranceCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import diff --git a/clients/client-lex-runtime-v2/commands/StartConversationCommand.ts b/clients/client-lex-runtime-v2/commands/StartConversationCommand.ts index 74f49622e0a2..d7f051b8f917 100644 --- a/clients/client-lex-runtime-v2/commands/StartConversationCommand.ts +++ b/clients/client-lex-runtime-v2/commands/StartConversationCommand.ts @@ -31,7 +31,7 @@ export interface StartConversationCommandOutput extends StartConversationRespons *

*

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LexRuntimeV2Client, StartConversationCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import * // const { LexRuntimeV2Client, StartConversationCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import diff --git a/clients/client-license-manager/commands/AcceptGrantCommand.ts b/clients/client-license-manager/commands/AcceptGrantCommand.ts index 1394891a870e..1ed54150d8d8 100644 --- a/clients/client-license-manager/commands/AcceptGrantCommand.ts +++ b/clients/client-license-manager/commands/AcceptGrantCommand.ts @@ -23,7 +23,7 @@ export interface AcceptGrantCommandOutput extends AcceptGrantResponse, __Metadat /** *

Accepts the specified grant.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, AcceptGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, AcceptGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CheckInLicenseCommand.ts b/clients/client-license-manager/commands/CheckInLicenseCommand.ts index 13a8d88c717a..3f53746f31ab 100644 --- a/clients/client-license-manager/commands/CheckInLicenseCommand.ts +++ b/clients/client-license-manager/commands/CheckInLicenseCommand.ts @@ -23,7 +23,7 @@ export interface CheckInLicenseCommandOutput extends CheckInLicenseResponse, __M /** *

Checks in the specified license. Check in a license when it is no longer in use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CheckInLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CheckInLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CheckoutBorrowLicenseCommand.ts b/clients/client-license-manager/commands/CheckoutBorrowLicenseCommand.ts index 89f4d73abdbd..99523b5b5f69 100644 --- a/clients/client-license-manager/commands/CheckoutBorrowLicenseCommand.ts +++ b/clients/client-license-manager/commands/CheckoutBorrowLicenseCommand.ts @@ -23,7 +23,7 @@ export interface CheckoutBorrowLicenseCommandOutput extends CheckoutBorrowLicens /** *

Checks out the specified license for offline use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CheckoutBorrowLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CheckoutBorrowLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CheckoutLicenseCommand.ts b/clients/client-license-manager/commands/CheckoutLicenseCommand.ts index 27d5aa8f144f..e42c65a3d59b 100644 --- a/clients/client-license-manager/commands/CheckoutLicenseCommand.ts +++ b/clients/client-license-manager/commands/CheckoutLicenseCommand.ts @@ -23,7 +23,7 @@ export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, _ /** *

Checks out the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CheckoutLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CheckoutLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CreateGrantCommand.ts b/clients/client-license-manager/commands/CreateGrantCommand.ts index 17a4a01f2f24..79502221f0e1 100644 --- a/clients/client-license-manager/commands/CreateGrantCommand.ts +++ b/clients/client-license-manager/commands/CreateGrantCommand.ts @@ -23,7 +23,7 @@ export interface CreateGrantCommandOutput extends CreateGrantResponse, __Metadat /** *

Creates a grant for the specified license. A grant shares the use of license entitlements with specific AWS accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CreateGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CreateGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CreateGrantVersionCommand.ts b/clients/client-license-manager/commands/CreateGrantVersionCommand.ts index 45f9c8cb29e8..dff836f07385 100644 --- a/clients/client-license-manager/commands/CreateGrantVersionCommand.ts +++ b/clients/client-license-manager/commands/CreateGrantVersionCommand.ts @@ -23,7 +23,7 @@ export interface CreateGrantVersionCommandOutput extends CreateGrantVersionRespo /** *

Creates a new version of the specified grant.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CreateGrantVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CreateGrantVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CreateLicenseCommand.ts b/clients/client-license-manager/commands/CreateLicenseCommand.ts index 67c1291b894d..ff8b59226ee2 100644 --- a/clients/client-license-manager/commands/CreateLicenseCommand.ts +++ b/clients/client-license-manager/commands/CreateLicenseCommand.ts @@ -23,7 +23,7 @@ export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __Met /** *

Creates a license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CreateLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CreateLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CreateLicenseConfigurationCommand.ts b/clients/client-license-manager/commands/CreateLicenseConfigurationCommand.ts index 020c7914ebd3..2295a42bc474 100644 --- a/clients/client-license-manager/commands/CreateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/commands/CreateLicenseConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseCo * Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a * license must be associated with a host), and the number of licenses purchased and used.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CreateLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CreateLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CreateLicenseVersionCommand.ts b/clients/client-license-manager/commands/CreateLicenseVersionCommand.ts index 8ae99c51134b..73255b71a3ef 100644 --- a/clients/client-license-manager/commands/CreateLicenseVersionCommand.ts +++ b/clients/client-license-manager/commands/CreateLicenseVersionCommand.ts @@ -23,7 +23,7 @@ export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionR /** *

Creates a new version of the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CreateLicenseVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CreateLicenseVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/CreateTokenCommand.ts b/clients/client-license-manager/commands/CreateTokenCommand.ts index f4045061194f..1786c5dea5df 100644 --- a/clients/client-license-manager/commands/CreateTokenCommand.ts +++ b/clients/client-license-manager/commands/CreateTokenCommand.ts @@ -26,7 +26,7 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat * you can call AssumeRoleWithWebIdentity to get role credentials that you can use to * call License Manager to manage the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, CreateTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, CreateTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/DeleteGrantCommand.ts b/clients/client-license-manager/commands/DeleteGrantCommand.ts index 2936cdaaec65..988087c8e7c0 100644 --- a/clients/client-license-manager/commands/DeleteGrantCommand.ts +++ b/clients/client-license-manager/commands/DeleteGrantCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __Metadat /** *

Deletes the specified grant.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, DeleteGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, DeleteGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/DeleteLicenseCommand.ts b/clients/client-license-manager/commands/DeleteLicenseCommand.ts index b501098b77e0..cb1c091c1957 100644 --- a/clients/client-license-manager/commands/DeleteLicenseCommand.ts +++ b/clients/client-license-manager/commands/DeleteLicenseCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __Met /** *

Deletes the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, DeleteLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, DeleteLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/DeleteLicenseConfigurationCommand.ts b/clients/client-license-manager/commands/DeleteLicenseConfigurationCommand.ts index 88135d27dabe..f02e51c20c68 100644 --- a/clients/client-license-manager/commands/DeleteLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/commands/DeleteLicenseConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseCo *

Deletes the specified license configuration.

*

You cannot delete a license configuration that is in use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, DeleteLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, DeleteLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/DeleteTokenCommand.ts b/clients/client-license-manager/commands/DeleteTokenCommand.ts index faf4379c5b5d..c374fab12fc9 100644 --- a/clients/client-license-manager/commands/DeleteTokenCommand.ts +++ b/clients/client-license-manager/commands/DeleteTokenCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat /** *

Deletes the specified token. Must be called in the license home Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, DeleteTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, DeleteTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ExtendLicenseConsumptionCommand.ts b/clients/client-license-manager/commands/ExtendLicenseConsumptionCommand.ts index f7c22ef96557..471ab5322629 100644 --- a/clients/client-license-manager/commands/ExtendLicenseConsumptionCommand.ts +++ b/clients/client-license-manager/commands/ExtendLicenseConsumptionCommand.ts @@ -23,7 +23,7 @@ export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseCons /** *

Extends the expiration date for license consumption.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ExtendLicenseConsumptionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ExtendLicenseConsumptionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/GetAccessTokenCommand.ts b/clients/client-license-manager/commands/GetAccessTokenCommand.ts index bf44a84adfdb..59e4c472b865 100644 --- a/clients/client-license-manager/commands/GetAccessTokenCommand.ts +++ b/clients/client-license-manager/commands/GetAccessTokenCommand.ts @@ -24,7 +24,7 @@ export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __M *

Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens * are valid for one hour.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, GetAccessTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, GetAccessTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/GetGrantCommand.ts b/clients/client-license-manager/commands/GetGrantCommand.ts index ad29974586d0..b2621f2d70bb 100644 --- a/clients/client-license-manager/commands/GetGrantCommand.ts +++ b/clients/client-license-manager/commands/GetGrantCommand.ts @@ -20,7 +20,7 @@ export interface GetGrantCommandOutput extends GetGrantResponse, __MetadataBeare /** *

Gets detailed information about the specified grant.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, GetGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, GetGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/GetLicenseCommand.ts b/clients/client-license-manager/commands/GetLicenseCommand.ts index eb3733091f93..f6189d687c9d 100644 --- a/clients/client-license-manager/commands/GetLicenseCommand.ts +++ b/clients/client-license-manager/commands/GetLicenseCommand.ts @@ -23,7 +23,7 @@ export interface GetLicenseCommandOutput extends GetLicenseResponse, __MetadataB /** *

Gets detailed information about the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, GetLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, GetLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/GetLicenseConfigurationCommand.ts b/clients/client-license-manager/commands/GetLicenseConfigurationCommand.ts index 3facbc697a07..6995aeec9693 100644 --- a/clients/client-license-manager/commands/GetLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/commands/GetLicenseConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetLicenseConfigurationCommandOutput extends GetLicenseConfigur /** *

Gets detailed information about the specified license configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, GetLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, GetLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/GetLicenseUsageCommand.ts b/clients/client-license-manager/commands/GetLicenseUsageCommand.ts index 9e19c4a1c6cb..c4222cad98b5 100644 --- a/clients/client-license-manager/commands/GetLicenseUsageCommand.ts +++ b/clients/client-license-manager/commands/GetLicenseUsageCommand.ts @@ -23,7 +23,7 @@ export interface GetLicenseUsageCommandOutput extends GetLicenseUsageResponse, _ /** *

Gets detailed information about the usage of the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, GetLicenseUsageCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, GetLicenseUsageCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager/commands/GetServiceSettingsCommand.ts index 0362b8d29e12..f745af587291 100644 --- a/clients/client-license-manager/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager/commands/GetServiceSettingsCommand.ts @@ -23,7 +23,7 @@ export interface GetServiceSettingsCommandOutput extends GetServiceSettingsRespo /** *

Gets the License Manager settings for the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, GetServiceSettingsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, GetServiceSettingsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListAssociationsForLicenseConfigurationCommand.ts b/clients/client-license-manager/commands/ListAssociationsForLicenseConfigurationCommand.ts index d3605110e360..1c9695b527ab 100644 --- a/clients/client-license-manager/commands/ListAssociationsForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/commands/ListAssociationsForLicenseConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface ListAssociationsForLicenseConfigurationCommandOutput * For example, an AMI or a stopped instance might not consume a license (depending on * the license rules).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListAssociationsForLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListAssociationsForLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListDistributedGrantsCommand.ts b/clients/client-license-manager/commands/ListDistributedGrantsCommand.ts index 404bc274e64b..7f17595d31f9 100644 --- a/clients/client-license-manager/commands/ListDistributedGrantsCommand.ts +++ b/clients/client-license-manager/commands/ListDistributedGrantsCommand.ts @@ -23,7 +23,7 @@ export interface ListDistributedGrantsCommandOutput extends ListDistributedGrant /** *

Lists the grants distributed for the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListDistributedGrantsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListDistributedGrantsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts b/clients/client-license-manager/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts index f1b244a52842..b010342fd02e 100644 --- a/clients/client-license-manager/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +++ b/clients/client-license-manager/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts @@ -29,7 +29,7 @@ export interface ListFailuresForLicenseConfigurationOperationsCommandOutput /** *

Lists the license configuration operations that failed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListFailuresForLicenseConfigurationOperationsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListFailuresForLicenseConfigurationOperationsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListLicenseConfigurationsCommand.ts b/clients/client-license-manager/commands/ListLicenseConfigurationsCommand.ts index c56c86355a13..823e354f6774 100644 --- a/clients/client-license-manager/commands/ListLicenseConfigurationsCommand.ts +++ b/clients/client-license-manager/commands/ListLicenseConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface ListLicenseConfigurationsCommandOutput extends ListLicenseConfi /** *

Lists the license configurations for your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListLicenseConfigurationsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListLicenseConfigurationsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/commands/ListLicenseSpecificationsForResourceCommand.ts index 2a9d177bd2af..9369bc39298a 100644 --- a/clients/client-license-manager/commands/ListLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/commands/ListLicenseSpecificationsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListLicenseSpecificationsForResourceCommandOutput /** *

Describes the license configurations for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListLicenseSpecificationsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListLicenseSpecificationsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListLicenseVersionsCommand.ts b/clients/client-license-manager/commands/ListLicenseVersionsCommand.ts index 313125384063..28915a43f2b2 100644 --- a/clients/client-license-manager/commands/ListLicenseVersionsCommand.ts +++ b/clients/client-license-manager/commands/ListLicenseVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListLicenseVersionsCommandOutput extends ListLicenseVersionsRes /** *

Lists all versions of the specified license.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListLicenseVersionsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListLicenseVersionsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListLicensesCommand.ts b/clients/client-license-manager/commands/ListLicensesCommand.ts index 12e611176bc8..270536c6b931 100644 --- a/clients/client-license-manager/commands/ListLicensesCommand.ts +++ b/clients/client-license-manager/commands/ListLicensesCommand.ts @@ -23,7 +23,7 @@ export interface ListLicensesCommandOutput extends ListLicensesResponse, __Metad /** *

Lists the licenses for your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListLicensesCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListLicensesCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListReceivedGrantsCommand.ts b/clients/client-license-manager/commands/ListReceivedGrantsCommand.ts index 856625c43978..f09e9247d94f 100644 --- a/clients/client-license-manager/commands/ListReceivedGrantsCommand.ts +++ b/clients/client-license-manager/commands/ListReceivedGrantsCommand.ts @@ -23,7 +23,7 @@ export interface ListReceivedGrantsCommandOutput extends ListReceivedGrantsRespo /** *

Lists grants that are received but not accepted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListReceivedGrantsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListReceivedGrantsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListReceivedLicensesCommand.ts b/clients/client-license-manager/commands/ListReceivedLicensesCommand.ts index 2ffc34a3fe00..67571364c11b 100644 --- a/clients/client-license-manager/commands/ListReceivedLicensesCommand.ts +++ b/clients/client-license-manager/commands/ListReceivedLicensesCommand.ts @@ -23,7 +23,7 @@ export interface ListReceivedLicensesCommandOutput extends ListReceivedLicensesR /** *

Lists received licenses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListReceivedLicensesCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListReceivedLicensesCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListResourceInventoryCommand.ts b/clients/client-license-manager/commands/ListResourceInventoryCommand.ts index c257feef7af2..3fb2264785b5 100644 --- a/clients/client-license-manager/commands/ListResourceInventoryCommand.ts +++ b/clients/client-license-manager/commands/ListResourceInventoryCommand.ts @@ -23,7 +23,7 @@ export interface ListResourceInventoryCommandOutput extends ListResourceInventor /** *

Lists resources managed using Systems Manager inventory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListResourceInventoryCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListResourceInventoryCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager/commands/ListTagsForResourceCommand.ts index d37910dec8a4..17614d450608 100644 --- a/clients/client-license-manager/commands/ListTagsForResourceCommand.ts +++ b/clients/client-license-manager/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for the specified license configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListTokensCommand.ts b/clients/client-license-manager/commands/ListTokensCommand.ts index 1b839d67398b..cc72f63e75aa 100644 --- a/clients/client-license-manager/commands/ListTokensCommand.ts +++ b/clients/client-license-manager/commands/ListTokensCommand.ts @@ -23,7 +23,7 @@ export interface ListTokensCommandOutput extends ListTokensResponse, __MetadataB /** *

Lists your tokens.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListTokensCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListTokensCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/ListUsageForLicenseConfigurationCommand.ts b/clients/client-license-manager/commands/ListUsageForLicenseConfigurationCommand.ts index 08b893922b01..71d15fddd1c5 100644 --- a/clients/client-license-manager/commands/ListUsageForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/commands/ListUsageForLicenseConfigurationCommand.ts @@ -27,7 +27,7 @@ export interface ListUsageForLicenseConfigurationCommandOutput * consumption details by resource at a selected point in time. Use this action to audit the * current license consumption for any license inventory and configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, ListUsageForLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, ListUsageForLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/RejectGrantCommand.ts b/clients/client-license-manager/commands/RejectGrantCommand.ts index 47b3862c8fdb..74c85b9cb6bc 100644 --- a/clients/client-license-manager/commands/RejectGrantCommand.ts +++ b/clients/client-license-manager/commands/RejectGrantCommand.ts @@ -23,7 +23,7 @@ export interface RejectGrantCommandOutput extends RejectGrantResponse, __Metadat /** *

Rejects the specified grant.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, RejectGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, RejectGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/TagResourceCommand.ts b/clients/client-license-manager/commands/TagResourceCommand.ts index 5dda053e9a10..97e909d321b6 100644 --- a/clients/client-license-manager/commands/TagResourceCommand.ts +++ b/clients/client-license-manager/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds the specified tags to the specified license configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, TagResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, TagResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/UntagResourceCommand.ts b/clients/client-license-manager/commands/UntagResourceCommand.ts index fd1843aa9df4..37340134898c 100644 --- a/clients/client-license-manager/commands/UntagResourceCommand.ts +++ b/clients/client-license-manager/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the specified tags from the specified license configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, UntagResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, UntagResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/UpdateLicenseConfigurationCommand.ts b/clients/client-license-manager/commands/UpdateLicenseConfigurationCommand.ts index 0259f66e7d10..31998285fbd9 100644 --- a/clients/client-license-manager/commands/UpdateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/commands/UpdateLicenseConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLicenseConfigurationCommandOutput extends UpdateLicenseCo /** *

Modifies the attributes of an existing license configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, UpdateLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, UpdateLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/UpdateLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/commands/UpdateLicenseSpecificationsForResourceCommand.ts index 2d22356de2df..3f50a665cb17 100644 --- a/clients/client-license-manager/commands/UpdateLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/commands/UpdateLicenseSpecificationsForResourceCommand.ts @@ -32,7 +32,7 @@ export interface UpdateLicenseSpecificationsForResourceCommandOutput * You cannot update the license specifications for launch templates and AWS CloudFormation templates, * as they send license configurations to the operation that creates the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, UpdateLicenseSpecificationsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, UpdateLicenseSpecificationsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-license-manager/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager/commands/UpdateServiceSettingsCommand.ts index 7c3957dc1be2..62460cf6991f 100644 --- a/clients/client-license-manager/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager/commands/UpdateServiceSettingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSetting /** *

Updates License Manager settings for the current Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LicenseManagerClient, UpdateServiceSettingsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import * // const { LicenseManagerClient, UpdateServiceSettingsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import diff --git a/clients/client-lightsail/commands/AllocateStaticIpCommand.ts b/clients/client-lightsail/commands/AllocateStaticIpCommand.ts index 9004ae2b61f7..c780d78e1ccb 100644 --- a/clients/client-lightsail/commands/AllocateStaticIpCommand.ts +++ b/clients/client-lightsail/commands/AllocateStaticIpCommand.ts @@ -23,7 +23,7 @@ export interface AllocateStaticIpCommandOutput extends AllocateStaticIpResult, _ /** *

Allocates a static IP address.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, AllocateStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, AllocateStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/AttachCertificateToDistributionCommand.ts b/clients/client-lightsail/commands/AttachCertificateToDistributionCommand.ts index aebc31cb7455..bb20f8698504 100644 --- a/clients/client-lightsail/commands/AttachCertificateToDistributionCommand.ts +++ b/clients/client-lightsail/commands/AttachCertificateToDistributionCommand.ts @@ -36,7 +36,7 @@ export interface AttachCertificateToDistributionCommandOutput * distributions are located in the us-east-1 Region.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, AttachCertificateToDistributionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, AttachCertificateToDistributionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/AttachDiskCommand.ts b/clients/client-lightsail/commands/AttachDiskCommand.ts index beafbea31927..4e22fdf02b87 100644 --- a/clients/client-lightsail/commands/AttachDiskCommand.ts +++ b/clients/client-lightsail/commands/AttachDiskCommand.ts @@ -27,7 +27,7 @@ export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBea * applied to the resource identified by disk name. For more information, see the * Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, AttachDiskCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, AttachDiskCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/AttachInstancesToLoadBalancerCommand.ts b/clients/client-lightsail/commands/AttachInstancesToLoadBalancerCommand.ts index 1dc448953549..4ae1aaf5451a 100644 --- a/clients/client-lightsail/commands/AttachInstancesToLoadBalancerCommand.ts +++ b/clients/client-lightsail/commands/AttachInstancesToLoadBalancerCommand.ts @@ -30,7 +30,7 @@ export interface AttachInstancesToLoadBalancerCommandOutput * control via resource tags applied to the resource identified by load balancer * name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, AttachInstancesToLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, AttachInstancesToLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/AttachLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/commands/AttachLoadBalancerTlsCertificateCommand.ts index a59755618d07..66895ec7377d 100644 --- a/clients/client-lightsail/commands/AttachLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/commands/AttachLoadBalancerTlsCertificateCommand.ts @@ -33,7 +33,7 @@ export interface AttachLoadBalancerTlsCertificateCommandOutput * control via resource tags applied to the resource identified by load balancer * name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, AttachLoadBalancerTlsCertificateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, AttachLoadBalancerTlsCertificateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/AttachStaticIpCommand.ts b/clients/client-lightsail/commands/AttachStaticIpCommand.ts index b616161e607f..8178f30e9226 100644 --- a/clients/client-lightsail/commands/AttachStaticIpCommand.ts +++ b/clients/client-lightsail/commands/AttachStaticIpCommand.ts @@ -23,7 +23,7 @@ export interface AttachStaticIpCommandOutput extends AttachStaticIpResult, __Met /** *

Attaches a static IP address to a specific Amazon Lightsail instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, AttachStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, AttachStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CloseInstancePublicPortsCommand.ts b/clients/client-lightsail/commands/CloseInstancePublicPortsCommand.ts index 5a7a7a5e2e7f..ef51f97d5e74 100644 --- a/clients/client-lightsail/commands/CloseInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/commands/CloseInstancePublicPortsCommand.ts @@ -26,7 +26,7 @@ export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePubl * resource tags applied to the resource identified by instanceName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CloseInstancePublicPortsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CloseInstancePublicPortsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CopySnapshotCommand.ts b/clients/client-lightsail/commands/CopySnapshotCommand.ts index d314e46288ac..847b4a0eb406 100644 --- a/clients/client-lightsail/commands/CopySnapshotCommand.ts +++ b/clients/client-lightsail/commands/CopySnapshotCommand.ts @@ -33,7 +33,7 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat * name, and either the restore date or the use latest restorable * auto snapshot parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CopySnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CopySnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateCertificateCommand.ts b/clients/client-lightsail/commands/CreateCertificateCommand.ts index daced401b1c5..74a5d2da62d6 100644 --- a/clients/client-lightsail/commands/CreateCertificateCommand.ts +++ b/clients/client-lightsail/commands/CreateCertificateCommand.ts @@ -34,7 +34,7 @@ export interface CreateCertificateCommandOutput extends CreateCertificateResult, * distributions are located in the us-east-1 Region.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateCertificateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateCertificateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateCloudFormationStackCommand.ts b/clients/client-lightsail/commands/CreateCloudFormationStackCommand.ts index 6d79dd53db85..c6a1872819d4 100644 --- a/clients/client-lightsail/commands/CreateCloudFormationStackCommand.ts +++ b/clients/client-lightsail/commands/CreateCloudFormationStackCommand.ts @@ -30,7 +30,7 @@ export interface CreateCloudFormationStackCommandOutput extends CreateCloudForma * cloud formation stack operation again with the same export snapshot record.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateCloudFormationStackCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateCloudFormationStackCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateContactMethodCommand.ts b/clients/client-lightsail/commands/CreateContactMethodCommand.ts index b0fc11d8a4f9..6696eeac70c6 100644 --- a/clients/client-lightsail/commands/CreateContactMethodCommand.ts +++ b/clients/client-lightsail/commands/CreateContactMethodCommand.ts @@ -27,7 +27,7 @@ export interface CreateContactMethodCommandOutput extends CreateContactMethodRes * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages * cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateContactMethodCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateContactMethodCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateContainerServiceCommand.ts b/clients/client-lightsail/commands/CreateContainerServiceCommand.ts index 4a6d40e983eb..1f9a831916f0 100644 --- a/clients/client-lightsail/commands/CreateContainerServiceCommand.ts +++ b/clients/client-lightsail/commands/CreateContainerServiceCommand.ts @@ -27,7 +27,7 @@ export interface CreateContainerServiceCommandOutput extends CreateContainerServ * For more information, see Container services in Amazon Lightsail in the Lightsail Dev * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateContainerServiceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateContainerServiceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateContainerServiceDeploymentCommand.ts b/clients/client-lightsail/commands/CreateContainerServiceDeploymentCommand.ts index 88e45551fa1e..5a70017bd78b 100644 --- a/clients/client-lightsail/commands/CreateContainerServiceDeploymentCommand.ts +++ b/clients/client-lightsail/commands/CreateContainerServiceDeploymentCommand.ts @@ -35,7 +35,7 @@ export interface CreateContainerServiceDeploymentCommandOutput * registry like Docker Hub, or from your local machine. For more information, see Creating container images for your Amazon Lightsail container services in the * Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateContainerServiceDeploymentCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateContainerServiceDeploymentCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateContainerServiceRegistryLoginCommand.ts b/clients/client-lightsail/commands/CreateContainerServiceRegistryLoginCommand.ts index 41ed7d8da115..aa26589c5875 100644 --- a/clients/client-lightsail/commands/CreateContainerServiceRegistryLoginCommand.ts +++ b/clients/client-lightsail/commands/CreateContainerServiceRegistryLoginCommand.ts @@ -50,7 +50,7 @@ export interface CreateContainerServiceRegistryLoginCommandOutput * in the Lightsail Dev Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateContainerServiceRegistryLoginCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateContainerServiceRegistryLoginCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateDiskCommand.ts b/clients/client-lightsail/commands/CreateDiskCommand.ts index 7eaa0279e069..c9f87cf98106 100644 --- a/clients/client-lightsail/commands/CreateDiskCommand.ts +++ b/clients/client-lightsail/commands/CreateDiskCommand.ts @@ -26,7 +26,7 @@ export interface CreateDiskCommandOutput extends CreateDiskResult, __MetadataBea *

The create disk operation supports tag-based access control via request tags. * For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateDiskCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateDiskCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateDiskFromSnapshotCommand.ts b/clients/client-lightsail/commands/CreateDiskFromSnapshotCommand.ts index 77da3784d5a3..fac2b93d0aaa 100644 --- a/clients/client-lightsail/commands/CreateDiskFromSnapshotCommand.ts +++ b/clients/client-lightsail/commands/CreateDiskFromSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface CreateDiskFromSnapshotCommandOutput extends CreateDiskFromSnaps * request tags and resource tags applied to the resource identified by disk snapshot * name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateDiskFromSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateDiskFromSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateDiskSnapshotCommand.ts b/clients/client-lightsail/commands/CreateDiskSnapshotCommand.ts index 70a71ff32b05..df0363bcba32 100644 --- a/clients/client-lightsail/commands/CreateDiskSnapshotCommand.ts +++ b/clients/client-lightsail/commands/CreateDiskSnapshotCommand.ts @@ -42,7 +42,7 @@ export interface CreateDiskSnapshotCommandOutput extends CreateDiskSnapshotResul *

The create disk snapshot operation supports tag-based access control via * request tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateDiskSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateDiskSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateDistributionCommand.ts b/clients/client-lightsail/commands/CreateDistributionCommand.ts index 511bfde06795..804d1f418a90 100644 --- a/clients/client-lightsail/commands/CreateDistributionCommand.ts +++ b/clients/client-lightsail/commands/CreateDistributionCommand.ts @@ -26,7 +26,7 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul * performance of your website or web application hosted on a Lightsail instance. For more * information, see Content delivery networks in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateDistributionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateDistributionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateDomainCommand.ts b/clients/client-lightsail/commands/CreateDomainCommand.ts index c7cc8d655f95..50675d0e59b7 100644 --- a/clients/client-lightsail/commands/CreateDomainCommand.ts +++ b/clients/client-lightsail/commands/CreateDomainCommand.ts @@ -25,7 +25,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResult, __Metadat *

The create domain operation supports tag-based access control via request * tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateDomainCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateDomainCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateDomainEntryCommand.ts b/clients/client-lightsail/commands/CreateDomainEntryCommand.ts index bfeb9f5b03b0..4f0ce658f241 100644 --- a/clients/client-lightsail/commands/CreateDomainEntryCommand.ts +++ b/clients/client-lightsail/commands/CreateDomainEntryCommand.ts @@ -31,7 +31,7 @@ export interface CreateDomainEntryCommandOutput extends CreateDomainEntryResult, * resource tags applied to the resource identified by domain name. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateDomainEntryCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateDomainEntryCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateInstanceSnapshotCommand.ts b/clients/client-lightsail/commands/CreateInstanceSnapshotCommand.ts index 95bfd0662ba9..771810212878 100644 --- a/clients/client-lightsail/commands/CreateInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/commands/CreateInstanceSnapshotCommand.ts @@ -26,7 +26,7 @@ export interface CreateInstanceSnapshotCommandOutput extends CreateInstanceSnaps *

The create instance snapshot operation supports tag-based access control via * request tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateInstanceSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateInstanceSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateInstancesCommand.ts b/clients/client-lightsail/commands/CreateInstancesCommand.ts index 97f33e1b97f3..43fa29c1115d 100644 --- a/clients/client-lightsail/commands/CreateInstancesCommand.ts +++ b/clients/client-lightsail/commands/CreateInstancesCommand.ts @@ -25,7 +25,7 @@ export interface CreateInstancesCommandOutput extends CreateInstancesResult, __M *

The create instances operation supports tag-based access control via request * tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateInstancesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateInstancesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateInstancesFromSnapshotCommand.ts b/clients/client-lightsail/commands/CreateInstancesFromSnapshotCommand.ts index a8b71bd7909c..1bfc3cc2eaa3 100644 --- a/clients/client-lightsail/commands/CreateInstancesFromSnapshotCommand.ts +++ b/clients/client-lightsail/commands/CreateInstancesFromSnapshotCommand.ts @@ -27,7 +27,7 @@ export interface CreateInstancesFromSnapshotCommandOutput extends CreateInstance * control via request tags and resource tags applied to the resource identified by * instance snapshot name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateInstancesFromSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateInstancesFromSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateKeyPairCommand.ts b/clients/client-lightsail/commands/CreateKeyPairCommand.ts index 7c2751ab9678..3308fe196a43 100644 --- a/clients/client-lightsail/commands/CreateKeyPairCommand.ts +++ b/clients/client-lightsail/commands/CreateKeyPairCommand.ts @@ -25,7 +25,7 @@ export interface CreateKeyPairCommandOutput extends CreateKeyPairResult, __Metad *

The create key pair operation supports tag-based access control via request * tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateKeyPairCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateKeyPairCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateLoadBalancerCommand.ts b/clients/client-lightsail/commands/CreateLoadBalancerCommand.ts index 8fd075a8b66c..d7783031f60d 100644 --- a/clients/client-lightsail/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-lightsail/commands/CreateLoadBalancerCommand.ts @@ -30,7 +30,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerResul *

The create load balancer operation supports tag-based access control via * request tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/commands/CreateLoadBalancerTlsCertificateCommand.ts index c5414d8518e5..0060727622c6 100644 --- a/clients/client-lightsail/commands/CreateLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/commands/CreateLoadBalancerTlsCertificateCommand.ts @@ -29,7 +29,7 @@ export interface CreateLoadBalancerTlsCertificateCommandOutput * control via resource tags applied to the resource identified by load balancer * name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateLoadBalancerTlsCertificateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateLoadBalancerTlsCertificateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateRelationalDatabaseCommand.ts b/clients/client-lightsail/commands/CreateRelationalDatabaseCommand.ts index b21dddb74aef..c26f2a1084af 100644 --- a/clients/client-lightsail/commands/CreateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/commands/CreateRelationalDatabaseCommand.ts @@ -25,7 +25,7 @@ export interface CreateRelationalDatabaseCommandOutput extends CreateRelationalD *

The create relational database operation supports tag-based access control * via request tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateRelationalDatabaseFromSnapshotCommand.ts b/clients/client-lightsail/commands/CreateRelationalDatabaseFromSnapshotCommand.ts index 6a35594de791..198705e57a55 100644 --- a/clients/client-lightsail/commands/CreateRelationalDatabaseFromSnapshotCommand.ts +++ b/clients/client-lightsail/commands/CreateRelationalDatabaseFromSnapshotCommand.ts @@ -34,7 +34,7 @@ export interface CreateRelationalDatabaseFromSnapshotCommandOutput * access control via request tags and resource tags applied to the resource identified by * relationalDatabaseSnapshotName. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateRelationalDatabaseFromSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateRelationalDatabaseFromSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/CreateRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/commands/CreateRelationalDatabaseSnapshotCommand.ts index 2a13a1b99f20..d5b62e7a3a13 100644 --- a/clients/client-lightsail/commands/CreateRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/commands/CreateRelationalDatabaseSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface CreateRelationalDatabaseSnapshotCommandOutput *

The create relational database snapshot operation supports tag-based access * control via request tags. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, CreateRelationalDatabaseSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, CreateRelationalDatabaseSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteAlarmCommand.ts b/clients/client-lightsail/commands/DeleteAlarmCommand.ts index dcd4f215efaf..571ebe41f1d0 100644 --- a/clients/client-lightsail/commands/DeleteAlarmCommand.ts +++ b/clients/client-lightsail/commands/DeleteAlarmCommand.ts @@ -27,7 +27,7 @@ export interface DeleteAlarmCommandOutput extends DeleteAlarmResult, __MetadataB * on the Amazon Lightsail console. For more information, see Alarms * in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteAlarmCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteAlarmCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteAutoSnapshotCommand.ts b/clients/client-lightsail/commands/DeleteAutoSnapshotCommand.ts index 8da4311681f7..ed7ffaa005bf 100644 --- a/clients/client-lightsail/commands/DeleteAutoSnapshotCommand.ts +++ b/clients/client-lightsail/commands/DeleteAutoSnapshotCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAutoSnapshotCommandOutput extends DeleteAutoSnapshotResul /** *

Deletes an automatic snapshot of an instance or disk. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteAutoSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteAutoSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteCertificateCommand.ts b/clients/client-lightsail/commands/DeleteCertificateCommand.ts index a5d36724c76c..3dd2e7d77622 100644 --- a/clients/client-lightsail/commands/DeleteCertificateCommand.ts +++ b/clients/client-lightsail/commands/DeleteCertificateCommand.ts @@ -27,7 +27,7 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateResult, * DetachCertificateFromDistribution action to detach a certificate from a * distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteCertificateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteCertificateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteContactMethodCommand.ts b/clients/client-lightsail/commands/DeleteContactMethodCommand.ts index 5f592d3d44a0..c109b8b93cb2 100644 --- a/clients/client-lightsail/commands/DeleteContactMethodCommand.ts +++ b/clients/client-lightsail/commands/DeleteContactMethodCommand.ts @@ -27,7 +27,7 @@ export interface DeleteContactMethodCommandOutput extends DeleteContactMethodRes * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages * cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteContactMethodCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteContactMethodCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteContainerImageCommand.ts b/clients/client-lightsail/commands/DeleteContainerImageCommand.ts index b2dca487add7..e620f0fca85d 100644 --- a/clients/client-lightsail/commands/DeleteContainerImageCommand.ts +++ b/clients/client-lightsail/commands/DeleteContainerImageCommand.ts @@ -24,7 +24,7 @@ export interface DeleteContainerImageCommandOutput extends DeleteContainerImageR *

Deletes a container image that is registered to your Amazon Lightsail container * service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteContainerImageCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteContainerImageCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteContainerServiceCommand.ts b/clients/client-lightsail/commands/DeleteContainerServiceCommand.ts index af7e5f667bbb..b2e1d71834ad 100644 --- a/clients/client-lightsail/commands/DeleteContainerServiceCommand.ts +++ b/clients/client-lightsail/commands/DeleteContainerServiceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteContainerServiceCommandOutput extends DeleteContainerServ /** *

Deletes your Amazon Lightsail container service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteContainerServiceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteContainerServiceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteDiskCommand.ts b/clients/client-lightsail/commands/DeleteDiskCommand.ts index 03ffb6cbe511..097c50e56798 100644 --- a/clients/client-lightsail/commands/DeleteDiskCommand.ts +++ b/clients/client-lightsail/commands/DeleteDiskCommand.ts @@ -30,7 +30,7 @@ export interface DeleteDiskCommandOutput extends DeleteDiskResult, __MetadataBea * applied to the resource identified by disk name. For more information, see the * Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteDiskCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteDiskCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteDiskSnapshotCommand.ts b/clients/client-lightsail/commands/DeleteDiskSnapshotCommand.ts index 41c92b3ef6ef..b3e62735c3ea 100644 --- a/clients/client-lightsail/commands/DeleteDiskSnapshotCommand.ts +++ b/clients/client-lightsail/commands/DeleteDiskSnapshotCommand.ts @@ -31,7 +31,7 @@ export interface DeleteDiskSnapshotCommandOutput extends DeleteDiskSnapshotResul * resource tags applied to the resource identified by disk snapshot name. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteDiskSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteDiskSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteDistributionCommand.ts b/clients/client-lightsail/commands/DeleteDistributionCommand.ts index 83b7022a3951..5c27039ce052 100644 --- a/clients/client-lightsail/commands/DeleteDistributionCommand.ts +++ b/clients/client-lightsail/commands/DeleteDistributionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDistributionCommandOutput extends DeleteDistributionResul /** *

Deletes your Amazon Lightsail content delivery network (CDN) distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteDistributionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteDistributionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteDomainCommand.ts b/clients/client-lightsail/commands/DeleteDomainCommand.ts index a2883ad5ac11..a5aec325045f 100644 --- a/clients/client-lightsail/commands/DeleteDomainCommand.ts +++ b/clients/client-lightsail/commands/DeleteDomainCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResult, __Metadat * tags applied to the resource identified by domain name. For more information, see * the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteDomainCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteDomainCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteDomainEntryCommand.ts b/clients/client-lightsail/commands/DeleteDomainEntryCommand.ts index 3c5edc5280ac..2ff10340d330 100644 --- a/clients/client-lightsail/commands/DeleteDomainEntryCommand.ts +++ b/clients/client-lightsail/commands/DeleteDomainEntryCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDomainEntryCommandOutput extends DeleteDomainEntryResult, * resource tags applied to the resource identified by domain name. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteDomainEntryCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteDomainEntryCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteInstanceCommand.ts b/clients/client-lightsail/commands/DeleteInstanceCommand.ts index f35ec5649852..f1cee79b0146 100644 --- a/clients/client-lightsail/commands/DeleteInstanceCommand.ts +++ b/clients/client-lightsail/commands/DeleteInstanceCommand.ts @@ -26,7 +26,7 @@ export interface DeleteInstanceCommandOutput extends DeleteInstanceResult, __Met * tags applied to the resource identified by instance name. For more information, * see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteInstanceSnapshotCommand.ts b/clients/client-lightsail/commands/DeleteInstanceSnapshotCommand.ts index 5acb84803a08..28d20b80fb37 100644 --- a/clients/client-lightsail/commands/DeleteInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/commands/DeleteInstanceSnapshotCommand.ts @@ -27,7 +27,7 @@ export interface DeleteInstanceSnapshotCommandOutput extends DeleteInstanceSnaps * resource tags applied to the resource identified by instance snapshot name. For * more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteInstanceSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteInstanceSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteKeyPairCommand.ts b/clients/client-lightsail/commands/DeleteKeyPairCommand.ts index 3e3464e69ed4..aafebfde498f 100644 --- a/clients/client-lightsail/commands/DeleteKeyPairCommand.ts +++ b/clients/client-lightsail/commands/DeleteKeyPairCommand.ts @@ -26,7 +26,7 @@ export interface DeleteKeyPairCommandOutput extends DeleteKeyPairResult, __Metad * tags applied to the resource identified by key pair name. For more information, * see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteKeyPairCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteKeyPairCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteKnownHostKeysCommand.ts b/clients/client-lightsail/commands/DeleteKnownHostKeysCommand.ts index 42db1cac5dcd..790204881733 100644 --- a/clients/client-lightsail/commands/DeleteKnownHostKeysCommand.ts +++ b/clients/client-lightsail/commands/DeleteKnownHostKeysCommand.ts @@ -31,7 +31,7 @@ export interface DeleteKnownHostKeysCommandOutput extends DeleteKnownHostKeysRes * client.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteKnownHostKeysCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteKnownHostKeysCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteLoadBalancerCommand.ts b/clients/client-lightsail/commands/DeleteLoadBalancerCommand.ts index fcbe48947430..151c28d725c5 100644 --- a/clients/client-lightsail/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-lightsail/commands/DeleteLoadBalancerCommand.ts @@ -28,7 +28,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerResul * resource tags applied to the resource identified by load balancer name. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/commands/DeleteLoadBalancerTlsCertificateCommand.ts index cedd4d196042..dca492ce3d59 100644 --- a/clients/client-lightsail/commands/DeleteLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/commands/DeleteLoadBalancerTlsCertificateCommand.ts @@ -28,7 +28,7 @@ export interface DeleteLoadBalancerTlsCertificateCommandOutput * control via resource tags applied to the resource identified by load balancer * name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteLoadBalancerTlsCertificateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteLoadBalancerTlsCertificateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteRelationalDatabaseCommand.ts b/clients/client-lightsail/commands/DeleteRelationalDatabaseCommand.ts index 59fa25961530..f94b016064a4 100644 --- a/clients/client-lightsail/commands/DeleteRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/commands/DeleteRelationalDatabaseCommand.ts @@ -26,7 +26,7 @@ export interface DeleteRelationalDatabaseCommandOutput extends DeleteRelationalD * via resource tags applied to the resource identified by relationalDatabaseName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DeleteRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/commands/DeleteRelationalDatabaseSnapshotCommand.ts index 600db96f7a24..4686f75ec573 100644 --- a/clients/client-lightsail/commands/DeleteRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/commands/DeleteRelationalDatabaseSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRelationalDatabaseSnapshotCommandOutput * control via resource tags applied to the resource identified by relationalDatabaseName. For * more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DeleteRelationalDatabaseSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DeleteRelationalDatabaseSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DetachCertificateFromDistributionCommand.ts b/clients/client-lightsail/commands/DetachCertificateFromDistributionCommand.ts index 6cd8642d0998..df498510d19f 100644 --- a/clients/client-lightsail/commands/DetachCertificateFromDistributionCommand.ts +++ b/clients/client-lightsail/commands/DetachCertificateFromDistributionCommand.ts @@ -28,7 +28,7 @@ export interface DetachCertificateFromDistributionCommandOutput *

After the certificate is detached, your distribution stops accepting traffic for all of * the domains that are associated with the certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DetachCertificateFromDistributionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DetachCertificateFromDistributionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DetachDiskCommand.ts b/clients/client-lightsail/commands/DetachDiskCommand.ts index f511a283d4c2..d6a7cfe08a3d 100644 --- a/clients/client-lightsail/commands/DetachDiskCommand.ts +++ b/clients/client-lightsail/commands/DetachDiskCommand.ts @@ -28,7 +28,7 @@ export interface DetachDiskCommandOutput extends DetachDiskResult, __MetadataBea * applied to the resource identified by disk name. For more information, see the * Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DetachDiskCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DetachDiskCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DetachInstancesFromLoadBalancerCommand.ts b/clients/client-lightsail/commands/DetachInstancesFromLoadBalancerCommand.ts index 8b15c792229f..3f398b83866a 100644 --- a/clients/client-lightsail/commands/DetachInstancesFromLoadBalancerCommand.ts +++ b/clients/client-lightsail/commands/DetachInstancesFromLoadBalancerCommand.ts @@ -30,7 +30,7 @@ export interface DetachInstancesFromLoadBalancerCommandOutput * control via resource tags applied to the resource identified by load balancer * name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DetachInstancesFromLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DetachInstancesFromLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DetachStaticIpCommand.ts b/clients/client-lightsail/commands/DetachStaticIpCommand.ts index 54cf21e3f266..4f6dfc00f735 100644 --- a/clients/client-lightsail/commands/DetachStaticIpCommand.ts +++ b/clients/client-lightsail/commands/DetachStaticIpCommand.ts @@ -23,7 +23,7 @@ export interface DetachStaticIpCommandOutput extends DetachStaticIpResult, __Met /** *

Detaches a static IP from the Amazon Lightsail instance to which it is attached.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DetachStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DetachStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DisableAddOnCommand.ts b/clients/client-lightsail/commands/DisableAddOnCommand.ts index 46b967777f4d..aef30d0c7d23 100644 --- a/clients/client-lightsail/commands/DisableAddOnCommand.ts +++ b/clients/client-lightsail/commands/DisableAddOnCommand.ts @@ -23,7 +23,7 @@ export interface DisableAddOnCommandOutput extends DisableAddOnResult, __Metadat /** *

Disables an add-on for an Amazon Lightsail resource. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DisableAddOnCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DisableAddOnCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/DownloadDefaultKeyPairCommand.ts b/clients/client-lightsail/commands/DownloadDefaultKeyPairCommand.ts index 396c67cdb086..a86cd6cc0e0c 100644 --- a/clients/client-lightsail/commands/DownloadDefaultKeyPairCommand.ts +++ b/clients/client-lightsail/commands/DownloadDefaultKeyPairCommand.ts @@ -23,7 +23,7 @@ export interface DownloadDefaultKeyPairCommandOutput extends DownloadDefaultKeyP /** *

Downloads the default SSH key pair from the user's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, DownloadDefaultKeyPairCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, DownloadDefaultKeyPairCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/EnableAddOnCommand.ts b/clients/client-lightsail/commands/EnableAddOnCommand.ts index de2b4e117e43..ba4887e6ad0b 100644 --- a/clients/client-lightsail/commands/EnableAddOnCommand.ts +++ b/clients/client-lightsail/commands/EnableAddOnCommand.ts @@ -24,7 +24,7 @@ export interface EnableAddOnCommandOutput extends EnableAddOnResult, __MetadataB *

Enables or modifies an add-on for an Amazon Lightsail resource. For more information, see * the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, EnableAddOnCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, EnableAddOnCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/ExportSnapshotCommand.ts b/clients/client-lightsail/commands/ExportSnapshotCommand.ts index b2f944e08639..b324b7de1853 100644 --- a/clients/client-lightsail/commands/ExportSnapshotCommand.ts +++ b/clients/client-lightsail/commands/ExportSnapshotCommand.ts @@ -37,7 +37,7 @@ export interface ExportSnapshotCommandOutput extends ExportSnapshotResult, __Met * operations to get a list of snapshots that you can export to Amazon EC2.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, ExportSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, ExportSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetActiveNamesCommand.ts b/clients/client-lightsail/commands/GetActiveNamesCommand.ts index a92a8d041aa1..16adb9d8d2bd 100644 --- a/clients/client-lightsail/commands/GetActiveNamesCommand.ts +++ b/clients/client-lightsail/commands/GetActiveNamesCommand.ts @@ -23,7 +23,7 @@ export interface GetActiveNamesCommandOutput extends GetActiveNamesResult, __Met /** *

Returns the names of all active (not deleted) resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetActiveNamesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetActiveNamesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetAlarmsCommand.ts b/clients/client-lightsail/commands/GetAlarmsCommand.ts index 56c153e50c15..7acf5ce1fb18 100644 --- a/clients/client-lightsail/commands/GetAlarmsCommand.ts +++ b/clients/client-lightsail/commands/GetAlarmsCommand.ts @@ -26,7 +26,7 @@ export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBeare * on the Amazon Lightsail console. For more information, see Alarms * in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetAlarmsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetAlarmsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetAutoSnapshotsCommand.ts b/clients/client-lightsail/commands/GetAutoSnapshotsCommand.ts index 54840a76ddb6..c9474f6a7fe0 100644 --- a/clients/client-lightsail/commands/GetAutoSnapshotsCommand.ts +++ b/clients/client-lightsail/commands/GetAutoSnapshotsCommand.ts @@ -24,7 +24,7 @@ export interface GetAutoSnapshotsCommandOutput extends GetAutoSnapshotsResult, _ *

Returns the available automatic snapshots for an instance or disk. For more information, * see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetAutoSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetAutoSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetBlueprintsCommand.ts b/clients/client-lightsail/commands/GetBlueprintsCommand.ts index d180ff831f38..6e7928128cf5 100644 --- a/clients/client-lightsail/commands/GetBlueprintsCommand.ts +++ b/clients/client-lightsail/commands/GetBlueprintsCommand.ts @@ -32,7 +32,7 @@ export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __Metad * updates or new application releases.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetBlueprintsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetBlueprintsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetBundlesCommand.ts b/clients/client-lightsail/commands/GetBundlesCommand.ts index 3e73b54abf3f..f1c19d492749 100644 --- a/clients/client-lightsail/commands/GetBundlesCommand.ts +++ b/clients/client-lightsail/commands/GetBundlesCommand.ts @@ -24,7 +24,7 @@ export interface GetBundlesCommandOutput extends GetBundlesResult, __MetadataBea *

Returns the list of bundles that are available for purchase. A bundle describes the specs * for your virtual private server (or instance).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetBundlesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetBundlesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetCertificatesCommand.ts b/clients/client-lightsail/commands/GetCertificatesCommand.ts index 04ca0742bfbd..efdaf6dc2ab5 100644 --- a/clients/client-lightsail/commands/GetCertificatesCommand.ts +++ b/clients/client-lightsail/commands/GetCertificatesCommand.ts @@ -28,7 +28,7 @@ export interface GetCertificatesCommandOutput extends GetCertificatesResult, __M * certificate name, domain name, and tags.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetCertificatesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetCertificatesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetCloudFormationStackRecordsCommand.ts b/clients/client-lightsail/commands/GetCloudFormationStackRecordsCommand.ts index 090cee9f07fd..02b9021ad741 100644 --- a/clients/client-lightsail/commands/GetCloudFormationStackRecordsCommand.ts +++ b/clients/client-lightsail/commands/GetCloudFormationStackRecordsCommand.ts @@ -28,7 +28,7 @@ export interface GetCloudFormationStackRecordsCommandOutput *

An AWS CloudFormation stack is used to create a new Amazon EC2 instance from an exported Lightsail * snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetCloudFormationStackRecordsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetCloudFormationStackRecordsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContactMethodsCommand.ts b/clients/client-lightsail/commands/GetContactMethodsCommand.ts index fcba685a9a4b..1dcd70c908b3 100644 --- a/clients/client-lightsail/commands/GetContactMethodsCommand.ts +++ b/clients/client-lightsail/commands/GetContactMethodsCommand.ts @@ -28,7 +28,7 @@ export interface GetContactMethodsCommandOutput extends GetContactMethodsResult, * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages * cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContactMethodsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContactMethodsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContainerAPIMetadataCommand.ts b/clients/client-lightsail/commands/GetContainerAPIMetadataCommand.ts index 131317ed3fab..79abc0d07619 100644 --- a/clients/client-lightsail/commands/GetContainerAPIMetadataCommand.ts +++ b/clients/client-lightsail/commands/GetContainerAPIMetadataCommand.ts @@ -24,7 +24,7 @@ export interface GetContainerAPIMetadataCommandOutput extends GetContainerAPIMet *

Returns information about Amazon Lightsail containers, such as the current version of the * Lightsail Control (lightsailctl) plugin.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContainerAPIMetadataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContainerAPIMetadataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContainerImagesCommand.ts b/clients/client-lightsail/commands/GetContainerImagesCommand.ts index e70cb5beb622..b34e07adb0d7 100644 --- a/clients/client-lightsail/commands/GetContainerImagesCommand.ts +++ b/clients/client-lightsail/commands/GetContainerImagesCommand.ts @@ -30,7 +30,7 @@ export interface GetContainerImagesCommandOutput extends GetContainerImagesResul * action. Those images are not registered to your Lightsail container service.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContainerImagesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContainerImagesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContainerLogCommand.ts b/clients/client-lightsail/commands/GetContainerLogCommand.ts index 05fba619cbea..87a6c0cd3bae 100644 --- a/clients/client-lightsail/commands/GetContainerLogCommand.ts +++ b/clients/client-lightsail/commands/GetContainerLogCommand.ts @@ -33,7 +33,7 @@ export interface GetContainerLogCommandOutput extends GetContainerLogResult, __M * endpoints and quotas in the AWS General Reference.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContainerLogCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContainerLogCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContainerServiceDeploymentsCommand.ts b/clients/client-lightsail/commands/GetContainerServiceDeploymentsCommand.ts index 7a48304e751f..7ed693776792 100644 --- a/clients/client-lightsail/commands/GetContainerServiceDeploymentsCommand.ts +++ b/clients/client-lightsail/commands/GetContainerServiceDeploymentsCommand.ts @@ -37,7 +37,7 @@ export interface GetContainerServiceDeploymentsCommandOutput * endpoints and quotas in the AWS General Reference.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContainerServiceDeploymentsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContainerServiceDeploymentsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContainerServiceMetricDataCommand.ts b/clients/client-lightsail/commands/GetContainerServiceMetricDataCommand.ts index 35ab1441cb51..373c3d7eb6d7 100644 --- a/clients/client-lightsail/commands/GetContainerServiceMetricDataCommand.ts +++ b/clients/client-lightsail/commands/GetContainerServiceMetricDataCommand.ts @@ -29,7 +29,7 @@ export interface GetContainerServiceMetricDataCommandOutput *

Metrics report the utilization of your resources. Monitor and collect metric data * regularly to maintain the reliability, availability, and performance of your resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContainerServiceMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContainerServiceMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContainerServicePowersCommand.ts b/clients/client-lightsail/commands/GetContainerServicePowersCommand.ts index a41dba8760b5..f7045eebe9f2 100644 --- a/clients/client-lightsail/commands/GetContainerServicePowersCommand.ts +++ b/clients/client-lightsail/commands/GetContainerServicePowersCommand.ts @@ -27,7 +27,7 @@ export interface GetContainerServicePowersCommandOutput extends GetContainerServ *

The power specifies the amount of memory, the number of vCPUs, and the base price of the * container service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContainerServicePowersCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContainerServicePowersCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetContainerServicesCommand.ts b/clients/client-lightsail/commands/GetContainerServicesCommand.ts index 5dead63bf272..4a8b87766cb1 100644 --- a/clients/client-lightsail/commands/GetContainerServicesCommand.ts +++ b/clients/client-lightsail/commands/GetContainerServicesCommand.ts @@ -23,7 +23,7 @@ export interface GetContainerServicesCommandOutput extends ContainerServicesList /** *

Returns information about one or more of your Amazon Lightsail container services.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetContainerServicesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetContainerServicesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDiskCommand.ts b/clients/client-lightsail/commands/GetDiskCommand.ts index f26d5894a11b..313a2c5e4ba2 100644 --- a/clients/client-lightsail/commands/GetDiskCommand.ts +++ b/clients/client-lightsail/commands/GetDiskCommand.ts @@ -20,7 +20,7 @@ export interface GetDiskCommandOutput extends GetDiskResult, __MetadataBearer {} /** *

Returns information about a specific block storage disk.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDiskCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDiskCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDiskSnapshotCommand.ts b/clients/client-lightsail/commands/GetDiskSnapshotCommand.ts index 1ecb05fe40a4..804c9c769d4a 100644 --- a/clients/client-lightsail/commands/GetDiskSnapshotCommand.ts +++ b/clients/client-lightsail/commands/GetDiskSnapshotCommand.ts @@ -23,7 +23,7 @@ export interface GetDiskSnapshotCommandOutput extends GetDiskSnapshotResult, __M /** *

Returns information about a specific block storage disk snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDiskSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDiskSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDiskSnapshotsCommand.ts b/clients/client-lightsail/commands/GetDiskSnapshotsCommand.ts index 64a782a36de8..1571a98b795f 100644 --- a/clients/client-lightsail/commands/GetDiskSnapshotsCommand.ts +++ b/clients/client-lightsail/commands/GetDiskSnapshotsCommand.ts @@ -24,7 +24,7 @@ export interface GetDiskSnapshotsCommandOutput extends GetDiskSnapshotsResult, _ *

Returns information about all block storage disk snapshots in your AWS account and * region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDiskSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDiskSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDisksCommand.ts b/clients/client-lightsail/commands/GetDisksCommand.ts index 28bcbf517980..4ea4edafe1d3 100644 --- a/clients/client-lightsail/commands/GetDisksCommand.ts +++ b/clients/client-lightsail/commands/GetDisksCommand.ts @@ -20,7 +20,7 @@ export interface GetDisksCommandOutput extends GetDisksResult, __MetadataBearer /** *

Returns information about all block storage disks in your AWS account and region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDisksCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDisksCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDistributionBundlesCommand.ts b/clients/client-lightsail/commands/GetDistributionBundlesCommand.ts index 814a5e1c9d07..6268f8df9b05 100644 --- a/clients/client-lightsail/commands/GetDistributionBundlesCommand.ts +++ b/clients/client-lightsail/commands/GetDistributionBundlesCommand.ts @@ -26,7 +26,7 @@ export interface GetDistributionBundlesCommandOutput extends GetDistributionBund *

A distribution bundle specifies the monthly network transfer quota and monthly cost of * your dsitribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDistributionBundlesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDistributionBundlesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDistributionLatestCacheResetCommand.ts b/clients/client-lightsail/commands/GetDistributionLatestCacheResetCommand.ts index e7b060f0e447..15b7bcd28e94 100644 --- a/clients/client-lightsail/commands/GetDistributionLatestCacheResetCommand.ts +++ b/clients/client-lightsail/commands/GetDistributionLatestCacheResetCommand.ts @@ -26,7 +26,7 @@ export interface GetDistributionLatestCacheResetCommandOutput *

Returns the timestamp and status of the last cache reset of a specific Amazon Lightsail * content delivery network (CDN) distribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDistributionLatestCacheResetCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDistributionLatestCacheResetCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDistributionMetricDataCommand.ts b/clients/client-lightsail/commands/GetDistributionMetricDataCommand.ts index bce74837eb36..890362c3fdc9 100644 --- a/clients/client-lightsail/commands/GetDistributionMetricDataCommand.ts +++ b/clients/client-lightsail/commands/GetDistributionMetricDataCommand.ts @@ -27,7 +27,7 @@ export interface GetDistributionMetricDataCommandOutput extends GetDistributionM * Monitor and collect metric data regularly to maintain the reliability, availability, and * performance of your resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDistributionMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDistributionMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDistributionsCommand.ts b/clients/client-lightsail/commands/GetDistributionsCommand.ts index bf1cf1d89b65..5ca078d33a25 100644 --- a/clients/client-lightsail/commands/GetDistributionsCommand.ts +++ b/clients/client-lightsail/commands/GetDistributionsCommand.ts @@ -24,7 +24,7 @@ export interface GetDistributionsCommandOutput extends GetDistributionsResult, _ *

Returns information about one or more of your Amazon Lightsail content delivery network * (CDN) distributions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDistributionsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDistributionsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDomainCommand.ts b/clients/client-lightsail/commands/GetDomainCommand.ts index 30bafd05b573..f16ca56be766 100644 --- a/clients/client-lightsail/commands/GetDomainCommand.ts +++ b/clients/client-lightsail/commands/GetDomainCommand.ts @@ -20,7 +20,7 @@ export interface GetDomainCommandOutput extends GetDomainResult, __MetadataBeare /** *

Returns information about a specific domain recordset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDomainCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDomainCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetDomainsCommand.ts b/clients/client-lightsail/commands/GetDomainsCommand.ts index c8d63de45e97..71e489a8d269 100644 --- a/clients/client-lightsail/commands/GetDomainsCommand.ts +++ b/clients/client-lightsail/commands/GetDomainsCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainsCommandOutput extends GetDomainsResult, __MetadataBea /** *

Returns a list of all domains in the user's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetDomainsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetDomainsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetExportSnapshotRecordsCommand.ts b/clients/client-lightsail/commands/GetExportSnapshotRecordsCommand.ts index 99cb97629471..ed11f3d38390 100644 --- a/clients/client-lightsail/commands/GetExportSnapshotRecordsCommand.ts +++ b/clients/client-lightsail/commands/GetExportSnapshotRecordsCommand.ts @@ -26,7 +26,7 @@ export interface GetExportSnapshotRecordsCommandOutput extends GetExportSnapshot *

An export snapshot record can be used to create a new Amazon EC2 instance and its related * resources with the create cloud formation stack operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetExportSnapshotRecordsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetExportSnapshotRecordsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstanceAccessDetailsCommand.ts b/clients/client-lightsail/commands/GetInstanceAccessDetailsCommand.ts index a8f2a3c8c089..0c4da70399c1 100644 --- a/clients/client-lightsail/commands/GetInstanceAccessDetailsCommand.ts +++ b/clients/client-lightsail/commands/GetInstanceAccessDetailsCommand.ts @@ -27,7 +27,7 @@ export interface GetInstanceAccessDetailsCommandOutput extends GetInstanceAccess * via resource tags applied to the resource identified by instance name. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstanceAccessDetailsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstanceAccessDetailsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstanceCommand.ts b/clients/client-lightsail/commands/GetInstanceCommand.ts index d56c43e2700c..5d711b70f2dd 100644 --- a/clients/client-lightsail/commands/GetInstanceCommand.ts +++ b/clients/client-lightsail/commands/GetInstanceCommand.ts @@ -24,7 +24,7 @@ export interface GetInstanceCommandOutput extends GetInstanceResult, __MetadataB *

Returns information about a specific Amazon Lightsail instance, which is a virtual private * server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstanceMetricDataCommand.ts b/clients/client-lightsail/commands/GetInstanceMetricDataCommand.ts index 7233699a421e..8cdb8343c703 100644 --- a/clients/client-lightsail/commands/GetInstanceMetricDataCommand.ts +++ b/clients/client-lightsail/commands/GetInstanceMetricDataCommand.ts @@ -27,7 +27,7 @@ export interface GetInstanceMetricDataCommandOutput extends GetInstanceMetricDat * Monitor and collect metric data regularly to maintain the reliability, availability, and * performance of your resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstanceMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstanceMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstancePortStatesCommand.ts b/clients/client-lightsail/commands/GetInstancePortStatesCommand.ts index 179dd9da3d22..c56039212e9a 100644 --- a/clients/client-lightsail/commands/GetInstancePortStatesCommand.ts +++ b/clients/client-lightsail/commands/GetInstancePortStatesCommand.ts @@ -24,7 +24,7 @@ export interface GetInstancePortStatesCommandOutput extends GetInstancePortState *

Returns the firewall port states for a specific Amazon Lightsail instance, the IP addresses * allowed to connect to the instance through the ports, and the protocol.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstancePortStatesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstancePortStatesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstanceSnapshotCommand.ts b/clients/client-lightsail/commands/GetInstanceSnapshotCommand.ts index 1c0ac2fbc09d..0da55154047d 100644 --- a/clients/client-lightsail/commands/GetInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/commands/GetInstanceSnapshotCommand.ts @@ -23,7 +23,7 @@ export interface GetInstanceSnapshotCommandOutput extends GetInstanceSnapshotRes /** *

Returns information about a specific instance snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstanceSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstanceSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstanceSnapshotsCommand.ts b/clients/client-lightsail/commands/GetInstanceSnapshotsCommand.ts index 90e6f920d664..1e0a82805980 100644 --- a/clients/client-lightsail/commands/GetInstanceSnapshotsCommand.ts +++ b/clients/client-lightsail/commands/GetInstanceSnapshotsCommand.ts @@ -23,7 +23,7 @@ export interface GetInstanceSnapshotsCommandOutput extends GetInstanceSnapshotsR /** *

Returns all instance snapshots for the user's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstanceSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstanceSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstanceStateCommand.ts b/clients/client-lightsail/commands/GetInstanceStateCommand.ts index e54bd1fb4d33..af627930ac7a 100644 --- a/clients/client-lightsail/commands/GetInstanceStateCommand.ts +++ b/clients/client-lightsail/commands/GetInstanceStateCommand.ts @@ -23,7 +23,7 @@ export interface GetInstanceStateCommandOutput extends GetInstanceStateResult, _ /** *

Returns the state of a specific instance. Works on one instance at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstanceStateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstanceStateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetInstancesCommand.ts b/clients/client-lightsail/commands/GetInstancesCommand.ts index 66be49a30a4b..b9bdf5307ecb 100644 --- a/clients/client-lightsail/commands/GetInstancesCommand.ts +++ b/clients/client-lightsail/commands/GetInstancesCommand.ts @@ -24,7 +24,7 @@ export interface GetInstancesCommandOutput extends GetInstancesResult, __Metadat *

Returns information about all Amazon Lightsail virtual private servers, or * instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetInstancesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetInstancesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetKeyPairCommand.ts b/clients/client-lightsail/commands/GetKeyPairCommand.ts index d577a3663d24..758df33bd9cd 100644 --- a/clients/client-lightsail/commands/GetKeyPairCommand.ts +++ b/clients/client-lightsail/commands/GetKeyPairCommand.ts @@ -23,7 +23,7 @@ export interface GetKeyPairCommandOutput extends GetKeyPairResult, __MetadataBea /** *

Returns information about a specific key pair.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetKeyPairCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetKeyPairCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetKeyPairsCommand.ts b/clients/client-lightsail/commands/GetKeyPairsCommand.ts index a6745a4c1d78..7175335fba2f 100644 --- a/clients/client-lightsail/commands/GetKeyPairsCommand.ts +++ b/clients/client-lightsail/commands/GetKeyPairsCommand.ts @@ -23,7 +23,7 @@ export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __MetadataB /** *

Returns information about all key pairs in the user's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetKeyPairsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetKeyPairsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetLoadBalancerCommand.ts b/clients/client-lightsail/commands/GetLoadBalancerCommand.ts index 3fbe0ade04dc..3eb18b20edfe 100644 --- a/clients/client-lightsail/commands/GetLoadBalancerCommand.ts +++ b/clients/client-lightsail/commands/GetLoadBalancerCommand.ts @@ -23,7 +23,7 @@ export interface GetLoadBalancerCommandOutput extends GetLoadBalancerResult, __M /** *

Returns information about the specified Lightsail load balancer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetLoadBalancerMetricDataCommand.ts b/clients/client-lightsail/commands/GetLoadBalancerMetricDataCommand.ts index d79b57712d54..585f2425568e 100644 --- a/clients/client-lightsail/commands/GetLoadBalancerMetricDataCommand.ts +++ b/clients/client-lightsail/commands/GetLoadBalancerMetricDataCommand.ts @@ -26,7 +26,7 @@ export interface GetLoadBalancerMetricDataCommandOutput extends GetLoadBalancerM * Monitor and collect metric data regularly to maintain the reliability, availability, and * performance of your resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetLoadBalancerMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetLoadBalancerMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetLoadBalancerTlsCertificatesCommand.ts b/clients/client-lightsail/commands/GetLoadBalancerTlsCertificatesCommand.ts index 7315c0d248c8..95f1c93e301d 100644 --- a/clients/client-lightsail/commands/GetLoadBalancerTlsCertificatesCommand.ts +++ b/clients/client-lightsail/commands/GetLoadBalancerTlsCertificatesCommand.ts @@ -29,7 +29,7 @@ export interface GetLoadBalancerTlsCertificatesCommandOutput *

You can have a maximum of 2 certificates associated with a Lightsail load balancer. One * is active and the other is inactive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetLoadBalancerTlsCertificatesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetLoadBalancerTlsCertificatesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetLoadBalancersCommand.ts b/clients/client-lightsail/commands/GetLoadBalancersCommand.ts index 965674d79fe2..36d876629662 100644 --- a/clients/client-lightsail/commands/GetLoadBalancersCommand.ts +++ b/clients/client-lightsail/commands/GetLoadBalancersCommand.ts @@ -23,7 +23,7 @@ export interface GetLoadBalancersCommandOutput extends GetLoadBalancersResult, _ /** *

Returns information about all load balancers in an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetLoadBalancersCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetLoadBalancersCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetOperationCommand.ts b/clients/client-lightsail/commands/GetOperationCommand.ts index 9d57c3485b80..023e948d049a 100644 --- a/clients/client-lightsail/commands/GetOperationCommand.ts +++ b/clients/client-lightsail/commands/GetOperationCommand.ts @@ -24,7 +24,7 @@ export interface GetOperationCommandOutput extends GetOperationResult, __Metadat *

Returns information about a specific operation. Operations include events such as when you * create an instance, allocate a static IP, attach a static IP, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetOperationCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetOperationCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetOperationsCommand.ts b/clients/client-lightsail/commands/GetOperationsCommand.ts index 2b57949e93ce..803d062e7145 100644 --- a/clients/client-lightsail/commands/GetOperationsCommand.ts +++ b/clients/client-lightsail/commands/GetOperationsCommand.ts @@ -26,7 +26,7 @@ export interface GetOperationsCommandOutput extends GetOperationsResult, __Metad * by making each subsequent call to GetOperations use the maximum (last) * statusChangedAt value from the previous request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetOperationsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetOperationsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetOperationsForResourceCommand.ts b/clients/client-lightsail/commands/GetOperationsForResourceCommand.ts index c205d3316777..15dc376c5444 100644 --- a/clients/client-lightsail/commands/GetOperationsForResourceCommand.ts +++ b/clients/client-lightsail/commands/GetOperationsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface GetOperationsForResourceCommandOutput extends GetOperationsForR /** *

Gets operations for a specific resource (e.g., an instance or a static IP).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetOperationsForResourceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetOperationsForResourceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRegionsCommand.ts b/clients/client-lightsail/commands/GetRegionsCommand.ts index 60c0010b1a3f..566408231598 100644 --- a/clients/client-lightsail/commands/GetRegionsCommand.ts +++ b/clients/client-lightsail/commands/GetRegionsCommand.ts @@ -25,7 +25,7 @@ export interface GetRegionsCommandOutput extends GetRegionsResult, __MetadataBea * availability zones parameter to also return the Availability Zones in a * region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRegionsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRegionsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseBlueprintsCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseBlueprintsCommand.ts index a87476a5ada3..b4b50677aeba 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseBlueprintsCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseBlueprintsCommand.ts @@ -28,7 +28,7 @@ export interface GetRelationalDatabaseBlueprintsCommandOutput *

You can use a blueprint ID to create a new database that runs a specific database * engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseBlueprintsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseBlueprintsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseBundlesCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseBundlesCommand.ts index 8343ec652cc8..622a53e5868a 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseBundlesCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseBundlesCommand.ts @@ -28,7 +28,7 @@ export interface GetRelationalDatabaseBundlesCommandOutput *

You can use a bundle ID to create a new database with explicit performance * specifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseBundlesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseBundlesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseCommand.ts index b0d1a692daa4..395f0cce754e 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseCommand.ts @@ -23,7 +23,7 @@ export interface GetRelationalDatabaseCommandOutput extends GetRelationalDatabas /** *

Returns information about a specific database in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseEventsCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseEventsCommand.ts index c8b50c823d0c..bc2758774df1 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseEventsCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseEventsCommand.ts @@ -23,7 +23,7 @@ export interface GetRelationalDatabaseEventsCommandOutput extends GetRelationalD /** *

Returns a list of events for a specific database in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseEventsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseEventsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseLogEventsCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseLogEventsCommand.ts index cb0af196db4b..d6006bf9ef2b 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseLogEventsCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseLogEventsCommand.ts @@ -25,7 +25,7 @@ export interface GetRelationalDatabaseLogEventsCommandOutput /** *

Returns a list of log events for a database in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseLogEventsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseLogEventsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseLogStreamsCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseLogStreamsCommand.ts index c858c7f4c511..37ab7cb8ae79 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseLogStreamsCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseLogStreamsCommand.ts @@ -25,7 +25,7 @@ export interface GetRelationalDatabaseLogStreamsCommandOutput /** *

Returns a list of available log streams for a specific database in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseLogStreamsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseLogStreamsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts index 015274adc639..3d1fc1834284 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts @@ -33,7 +33,7 @@ export interface GetRelationalDatabaseMasterUserPasswordCommandOutput * access control via resource tags applied to the resource identified by * relationalDatabaseName.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseMasterUserPasswordCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseMasterUserPasswordCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseMetricDataCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseMetricDataCommand.ts index 98e71b8c9e34..2b383c55ade5 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseMetricDataCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseMetricDataCommand.ts @@ -28,7 +28,7 @@ export interface GetRelationalDatabaseMetricDataCommandOutput * Monitor and collect metric data regularly to maintain the reliability, availability, and * performance of your resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseParametersCommand.ts index e36e50acd717..40b6aa65261b 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseParametersCommand.ts @@ -29,7 +29,7 @@ export interface GetRelationalDatabaseParametersCommandOutput * about each parameter. This information includes whether changes require a reboot, whether the * parameter is modifiable, the allowed values, and the data types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseParametersCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseParametersCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotCommand.ts index 7c6ef3ab15ed..957ac15b33a6 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotCommand.ts @@ -25,7 +25,7 @@ export interface GetRelationalDatabaseSnapshotCommandOutput /** *

Returns information about a specific database snapshot in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotsCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotsCommand.ts index 6a15e637e122..a6a5722b8da3 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotsCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabaseSnapshotsCommand.ts @@ -25,7 +25,7 @@ export interface GetRelationalDatabaseSnapshotsCommandOutput /** *

Returns information about all of your database snapshots in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabaseSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabaseSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetRelationalDatabasesCommand.ts b/clients/client-lightsail/commands/GetRelationalDatabasesCommand.ts index 745fbb0a332e..fc5c4e3c6baf 100644 --- a/clients/client-lightsail/commands/GetRelationalDatabasesCommand.ts +++ b/clients/client-lightsail/commands/GetRelationalDatabasesCommand.ts @@ -23,7 +23,7 @@ export interface GetRelationalDatabasesCommandOutput extends GetRelationalDataba /** *

Returns information about all of your databases in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetRelationalDatabasesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetRelationalDatabasesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetStaticIpCommand.ts b/clients/client-lightsail/commands/GetStaticIpCommand.ts index fef09860aa64..fc90b6674b8f 100644 --- a/clients/client-lightsail/commands/GetStaticIpCommand.ts +++ b/clients/client-lightsail/commands/GetStaticIpCommand.ts @@ -23,7 +23,7 @@ export interface GetStaticIpCommandOutput extends GetStaticIpResult, __MetadataB /** *

Returns information about a specific static IP.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/GetStaticIpsCommand.ts b/clients/client-lightsail/commands/GetStaticIpsCommand.ts index a86e930e1529..aaa3cd8a3d50 100644 --- a/clients/client-lightsail/commands/GetStaticIpsCommand.ts +++ b/clients/client-lightsail/commands/GetStaticIpsCommand.ts @@ -23,7 +23,7 @@ export interface GetStaticIpsCommandOutput extends GetStaticIpsResult, __Metadat /** *

Returns information about all static IPs in the user's account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, GetStaticIpsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, GetStaticIpsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/ImportKeyPairCommand.ts b/clients/client-lightsail/commands/ImportKeyPairCommand.ts index fff030fd48aa..e8801148a2b6 100644 --- a/clients/client-lightsail/commands/ImportKeyPairCommand.ts +++ b/clients/client-lightsail/commands/ImportKeyPairCommand.ts @@ -23,7 +23,7 @@ export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __Metad /** *

Imports a public SSH key from a specific key pair.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, ImportKeyPairCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, ImportKeyPairCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/IsVpcPeeredCommand.ts b/clients/client-lightsail/commands/IsVpcPeeredCommand.ts index 62858f3c8eb0..80bec8de61fe 100644 --- a/clients/client-lightsail/commands/IsVpcPeeredCommand.ts +++ b/clients/client-lightsail/commands/IsVpcPeeredCommand.ts @@ -23,7 +23,7 @@ export interface IsVpcPeeredCommandOutput extends IsVpcPeeredResult, __MetadataB /** *

Returns a Boolean value indicating whether your Lightsail VPC is peered.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, IsVpcPeeredCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, IsVpcPeeredCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/OpenInstancePublicPortsCommand.ts b/clients/client-lightsail/commands/OpenInstancePublicPortsCommand.ts index 5307bf317b51..c9e019315b12 100644 --- a/clients/client-lightsail/commands/OpenInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/commands/OpenInstancePublicPortsCommand.ts @@ -27,7 +27,7 @@ export interface OpenInstancePublicPortsCommandOutput extends OpenInstancePublic * resource tags applied to the resource identified by instanceName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, OpenInstancePublicPortsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, OpenInstancePublicPortsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/PeerVpcCommand.ts b/clients/client-lightsail/commands/PeerVpcCommand.ts index 41326a49f689..7840473ad7d3 100644 --- a/clients/client-lightsail/commands/PeerVpcCommand.ts +++ b/clients/client-lightsail/commands/PeerVpcCommand.ts @@ -20,7 +20,7 @@ export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {} /** *

Tries to peer the Lightsail VPC with the user's default VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, PeerVpcCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, PeerVpcCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/PutAlarmCommand.ts b/clients/client-lightsail/commands/PutAlarmCommand.ts index d65010077403..493f5c7ccb36 100644 --- a/clients/client-lightsail/commands/PutAlarmCommand.ts +++ b/clients/client-lightsail/commands/PutAlarmCommand.ts @@ -30,7 +30,7 @@ export interface PutAlarmCommandOutput extends PutAlarmResult, __MetadataBearer * overwrites the previous configuration of the alarm. The alarm is then evaluated with the * updated configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, PutAlarmCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, PutAlarmCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/PutInstancePublicPortsCommand.ts b/clients/client-lightsail/commands/PutInstancePublicPortsCommand.ts index ebe76efffed1..7b539dc57002 100644 --- a/clients/client-lightsail/commands/PutInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/commands/PutInstancePublicPortsCommand.ts @@ -31,7 +31,7 @@ export interface PutInstancePublicPortsCommandOutput extends PutInstancePublicPo * resource tags applied to the resource identified by instanceName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, PutInstancePublicPortsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, PutInstancePublicPortsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/RebootInstanceCommand.ts b/clients/client-lightsail/commands/RebootInstanceCommand.ts index 602b40125b3d..a7d89c0e95f6 100644 --- a/clients/client-lightsail/commands/RebootInstanceCommand.ts +++ b/clients/client-lightsail/commands/RebootInstanceCommand.ts @@ -26,7 +26,7 @@ export interface RebootInstanceCommandOutput extends RebootInstanceResult, __Met * tags applied to the resource identified by instance name. For more information, * see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, RebootInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, RebootInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/RebootRelationalDatabaseCommand.ts b/clients/client-lightsail/commands/RebootRelationalDatabaseCommand.ts index ba4da41a0348..bf41685eae65 100644 --- a/clients/client-lightsail/commands/RebootRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/commands/RebootRelationalDatabaseCommand.ts @@ -26,7 +26,7 @@ export interface RebootRelationalDatabaseCommandOutput extends RebootRelationalD * via resource tags applied to the resource identified by relationalDatabaseName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, RebootRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, RebootRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/RegisterContainerImageCommand.ts b/clients/client-lightsail/commands/RegisterContainerImageCommand.ts index f637f5f29978..9eb24ac00233 100644 --- a/clients/client-lightsail/commands/RegisterContainerImageCommand.ts +++ b/clients/client-lightsail/commands/RegisterContainerImageCommand.ts @@ -30,7 +30,7 @@ export interface RegisterContainerImageCommandOutput extends RegisterContainerIm * in the Lightsail Dev Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, RegisterContainerImageCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, RegisterContainerImageCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/ReleaseStaticIpCommand.ts b/clients/client-lightsail/commands/ReleaseStaticIpCommand.ts index 2128909eebef..6a220a46202b 100644 --- a/clients/client-lightsail/commands/ReleaseStaticIpCommand.ts +++ b/clients/client-lightsail/commands/ReleaseStaticIpCommand.ts @@ -23,7 +23,7 @@ export interface ReleaseStaticIpCommandOutput extends ReleaseStaticIpResult, __M /** *

Deletes a specific static IP from your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, ReleaseStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, ReleaseStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/ResetDistributionCacheCommand.ts b/clients/client-lightsail/commands/ResetDistributionCacheCommand.ts index df2b898d8d33..221ce9442df1 100644 --- a/clients/client-lightsail/commands/ResetDistributionCacheCommand.ts +++ b/clients/client-lightsail/commands/ResetDistributionCacheCommand.ts @@ -26,7 +26,7 @@ export interface ResetDistributionCacheCommandOutput extends ResetDistributionCa *

After resetting the cache, the next time a content request is made, your distribution * pulls, serves, and caches it from the origin.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, ResetDistributionCacheCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, ResetDistributionCacheCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/SendContactMethodVerificationCommand.ts b/clients/client-lightsail/commands/SendContactMethodVerificationCommand.ts index 498805a9a067..d24c5e8c6351 100644 --- a/clients/client-lightsail/commands/SendContactMethodVerificationCommand.ts +++ b/clients/client-lightsail/commands/SendContactMethodVerificationCommand.ts @@ -37,7 +37,7 @@ export interface SendContactMethodVerificationCommandOutput * confirmed as valid.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, SendContactMethodVerificationCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, SendContactMethodVerificationCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/SetIpAddressTypeCommand.ts b/clients/client-lightsail/commands/SetIpAddressTypeCommand.ts index e5409bf6a0d8..d826000fa9c0 100644 --- a/clients/client-lightsail/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-lightsail/commands/SetIpAddressTypeCommand.ts @@ -27,7 +27,7 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeResult, _ * specified resource. Alternately, you can use this action to disable dual-stack, and enable * IPv4 only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, SetIpAddressTypeCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, SetIpAddressTypeCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/StartInstanceCommand.ts b/clients/client-lightsail/commands/StartInstanceCommand.ts index ca0394b85dac..a7ee70303c89 100644 --- a/clients/client-lightsail/commands/StartInstanceCommand.ts +++ b/clients/client-lightsail/commands/StartInstanceCommand.ts @@ -32,7 +32,7 @@ export interface StartInstanceCommandOutput extends StartInstanceResult, __Metad * tags applied to the resource identified by instance name. For more information, * see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, StartInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, StartInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/StartRelationalDatabaseCommand.ts b/clients/client-lightsail/commands/StartRelationalDatabaseCommand.ts index 370a086ddff5..a99cf94981ee 100644 --- a/clients/client-lightsail/commands/StartRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/commands/StartRelationalDatabaseCommand.ts @@ -27,7 +27,7 @@ export interface StartRelationalDatabaseCommandOutput extends StartRelationalDat * resource tags applied to the resource identified by relationalDatabaseName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, StartRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, StartRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/StopInstanceCommand.ts b/clients/client-lightsail/commands/StopInstanceCommand.ts index ab190358be54..1a9b4a301ad2 100644 --- a/clients/client-lightsail/commands/StopInstanceCommand.ts +++ b/clients/client-lightsail/commands/StopInstanceCommand.ts @@ -31,7 +31,7 @@ export interface StopInstanceCommandOutput extends StopInstanceResult, __Metadat * tags applied to the resource identified by instance name. For more information, * see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, StopInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, StopInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/StopRelationalDatabaseCommand.ts b/clients/client-lightsail/commands/StopRelationalDatabaseCommand.ts index b1c016707568..56def2430132 100644 --- a/clients/client-lightsail/commands/StopRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/commands/StopRelationalDatabaseCommand.ts @@ -26,7 +26,7 @@ export interface StopRelationalDatabaseCommandOutput extends StopRelationalDatab * resource tags applied to the resource identified by relationalDatabaseName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, StopRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, StopRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/TagResourceCommand.ts b/clients/client-lightsail/commands/TagResourceCommand.ts index 4d6833071d17..63d0e2247d40 100644 --- a/clients/client-lightsail/commands/TagResourceCommand.ts +++ b/clients/client-lightsail/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB * and resource tags applied to the resource identified by resource name. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, TagResourceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, TagResourceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/TestAlarmCommand.ts b/clients/client-lightsail/commands/TestAlarmCommand.ts index cdf6d7e87a07..d712e67e0869 100644 --- a/clients/client-lightsail/commands/TestAlarmCommand.ts +++ b/clients/client-lightsail/commands/TestAlarmCommand.ts @@ -27,7 +27,7 @@ export interface TestAlarmCommandOutput extends TestAlarmResult, __MetadataBeare * on the Amazon Lightsail console. For more information, see Alarms * in Amazon Lightsail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, TestAlarmCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, TestAlarmCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UnpeerVpcCommand.ts b/clients/client-lightsail/commands/UnpeerVpcCommand.ts index 6445dd3aad46..e3c5d716fa72 100644 --- a/clients/client-lightsail/commands/UnpeerVpcCommand.ts +++ b/clients/client-lightsail/commands/UnpeerVpcCommand.ts @@ -20,7 +20,7 @@ export interface UnpeerVpcCommandOutput extends UnpeerVpcResult, __MetadataBeare /** *

Attempts to unpeer the Lightsail VPC from the user's default VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UnpeerVpcCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UnpeerVpcCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UntagResourceCommand.ts b/clients/client-lightsail/commands/UntagResourceCommand.ts index 77372ca39bf0..ee8d4e9f0784 100644 --- a/clients/client-lightsail/commands/UntagResourceCommand.ts +++ b/clients/client-lightsail/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad * tags and resource tags applied to the resource identified by resource name. For * more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UntagResourceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UntagResourceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UpdateContainerServiceCommand.ts b/clients/client-lightsail/commands/UpdateContainerServiceCommand.ts index 64643fe86f11..fce76ea05ec1 100644 --- a/clients/client-lightsail/commands/UpdateContainerServiceCommand.ts +++ b/clients/client-lightsail/commands/UpdateContainerServiceCommand.ts @@ -24,7 +24,7 @@ export interface UpdateContainerServiceCommandOutput extends UpdateContainerServ *

Updates the configuration of your Amazon Lightsail container service, such as its power, * scale, and public domain names.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UpdateContainerServiceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UpdateContainerServiceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UpdateDistributionBundleCommand.ts b/clients/client-lightsail/commands/UpdateDistributionBundleCommand.ts index 7ee85bf63188..b804a9371358 100644 --- a/clients/client-lightsail/commands/UpdateDistributionBundleCommand.ts +++ b/clients/client-lightsail/commands/UpdateDistributionBundleCommand.ts @@ -32,7 +32,7 @@ export interface UpdateDistributionBundleCommandOutput extends UpdateDistributio * GetDistributions action. The ableToUpdateBundle parameter in the * result will indicate whether you can currently update your distribution's bundle.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UpdateDistributionBundleCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UpdateDistributionBundleCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UpdateDistributionCommand.ts b/clients/client-lightsail/commands/UpdateDistributionCommand.ts index fc67701aefeb..35adec6fc8fe 100644 --- a/clients/client-lightsail/commands/UpdateDistributionCommand.ts +++ b/clients/client-lightsail/commands/UpdateDistributionCommand.ts @@ -24,7 +24,7 @@ export interface UpdateDistributionCommandOutput extends UpdateDistributionResul *

Updates an existing Amazon Lightsail content delivery network (CDN) distribution.

*

Use this action to update the configuration of your existing distribution

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UpdateDistributionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UpdateDistributionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UpdateDomainEntryCommand.ts b/clients/client-lightsail/commands/UpdateDomainEntryCommand.ts index dc91aa501764..e235e085ddec 100644 --- a/clients/client-lightsail/commands/UpdateDomainEntryCommand.ts +++ b/clients/client-lightsail/commands/UpdateDomainEntryCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDomainEntryCommandOutput extends UpdateDomainEntryResult, * resource tags applied to the resource identified by domain name. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UpdateDomainEntryCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UpdateDomainEntryCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UpdateLoadBalancerAttributeCommand.ts b/clients/client-lightsail/commands/UpdateLoadBalancerAttributeCommand.ts index 0fe101a60a95..b165378d5cb8 100644 --- a/clients/client-lightsail/commands/UpdateLoadBalancerAttributeCommand.ts +++ b/clients/client-lightsail/commands/UpdateLoadBalancerAttributeCommand.ts @@ -27,7 +27,7 @@ export interface UpdateLoadBalancerAttributeCommandOutput extends UpdateLoadBala * control via resource tags applied to the resource identified by load balancer * name. For more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UpdateLoadBalancerAttributeCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UpdateLoadBalancerAttributeCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UpdateRelationalDatabaseCommand.ts b/clients/client-lightsail/commands/UpdateRelationalDatabaseCommand.ts index 3bd1d2b235a5..fc563b8853c1 100644 --- a/clients/client-lightsail/commands/UpdateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/commands/UpdateRelationalDatabaseCommand.ts @@ -28,7 +28,7 @@ export interface UpdateRelationalDatabaseCommandOutput extends UpdateRelationalD * via resource tags applied to the resource identified by relationalDatabaseName. For more * information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UpdateRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UpdateRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-lightsail/commands/UpdateRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/commands/UpdateRelationalDatabaseParametersCommand.ts index 79c76c881296..ae5b09b48335 100644 --- a/clients/client-lightsail/commands/UpdateRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/commands/UpdateRelationalDatabaseParametersCommand.ts @@ -37,7 +37,7 @@ export interface UpdateRelationalDatabaseParametersCommandOutput * control via resource tags applied to the resource identified by relationalDatabaseName. For * more information, see the Lightsail Dev Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LightsailClient, UpdateRelationalDatabaseParametersCommand } from "@aws-sdk/client-lightsail"; // ES Modules import * // const { LightsailClient, UpdateRelationalDatabaseParametersCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import diff --git a/clients/client-location/commands/AssociateTrackerConsumerCommand.ts b/clients/client-location/commands/AssociateTrackerConsumerCommand.ts index 21439dcf0c89..be934616e864 100644 --- a/clients/client-location/commands/AssociateTrackerConsumerCommand.ts +++ b/clients/client-location/commands/AssociateTrackerConsumerCommand.ts @@ -28,7 +28,7 @@ export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerC *

Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, AssociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, AssociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/BatchDeleteGeofenceCommand.ts b/clients/client-location/commands/BatchDeleteGeofenceCommand.ts index e108d0820c98..ac06c7eaab15 100644 --- a/clients/client-location/commands/BatchDeleteGeofenceCommand.ts +++ b/clients/client-location/commands/BatchDeleteGeofenceCommand.ts @@ -26,7 +26,7 @@ export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceRes *

This action deletes the resource permanently. You can't undo this action.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, BatchDeleteGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, BatchDeleteGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/BatchEvaluateGeofencesCommand.ts b/clients/client-location/commands/BatchEvaluateGeofencesCommand.ts index a0f7ab7caca0..f65ea82fb4ae 100644 --- a/clients/client-location/commands/BatchEvaluateGeofencesCommand.ts +++ b/clients/client-location/commands/BatchEvaluateGeofencesCommand.ts @@ -29,7 +29,7 @@ export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofen * days after the most recent device position update

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, BatchEvaluateGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, BatchEvaluateGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/BatchGetDevicePositionCommand.ts b/clients/client-location/commands/BatchGetDevicePositionCommand.ts index 50dd62773814..8570fbb13d7c 100644 --- a/clients/client-location/commands/BatchGetDevicePositionCommand.ts +++ b/clients/client-location/commands/BatchGetDevicePositionCommand.ts @@ -23,7 +23,7 @@ export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePosit /** *

A batch request to retrieve all device positions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, BatchGetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, BatchGetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/BatchPutGeofenceCommand.ts b/clients/client-location/commands/BatchPutGeofenceCommand.ts index 7d1b84a03c30..4dc03df80145 100644 --- a/clients/client-location/commands/BatchPutGeofenceCommand.ts +++ b/clients/client-location/commands/BatchPutGeofenceCommand.ts @@ -24,7 +24,7 @@ export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse, *

A batch request for storing geofence geometries into a given geofence * collection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, BatchPutGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, BatchPutGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/BatchUpdateDevicePositionCommand.ts b/clients/client-location/commands/BatchUpdateDevicePositionCommand.ts index 2d352dc97c62..e54586fc7724 100644 --- a/clients/client-location/commands/BatchUpdateDevicePositionCommand.ts +++ b/clients/client-location/commands/BatchUpdateDevicePositionCommand.ts @@ -29,7 +29,7 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic * it is deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, BatchUpdateDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, BatchUpdateDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/CreateGeofenceCollectionCommand.ts b/clients/client-location/commands/CreateGeofenceCollectionCommand.ts index ca4438eb4b0f..867cb279f969 100644 --- a/clients/client-location/commands/CreateGeofenceCollectionCommand.ts +++ b/clients/client-location/commands/CreateGeofenceCollectionCommand.ts @@ -23,7 +23,7 @@ export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCol /** *

Creates a geofence collection, which manages and stores geofences.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, CreateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, CreateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/CreateMapCommand.ts b/clients/client-location/commands/CreateMapCommand.ts index cc7ce6da9648..2957ef2026a7 100644 --- a/clients/client-location/commands/CreateMapCommand.ts +++ b/clients/client-location/commands/CreateMapCommand.ts @@ -30,7 +30,7 @@ export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBea * Location Service.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, CreateMapCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, CreateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/CreatePlaceIndexCommand.ts b/clients/client-location/commands/CreatePlaceIndexCommand.ts index 70c869b109b2..ebf7f5c7e355 100644 --- a/clients/client-location/commands/CreatePlaceIndexCommand.ts +++ b/clients/client-location/commands/CreatePlaceIndexCommand.ts @@ -32,7 +32,7 @@ export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse, * Location Service.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, CreatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, CreatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/CreateTrackerCommand.ts b/clients/client-location/commands/CreateTrackerCommand.ts index 2ae705a1969b..c9cef92847d8 100644 --- a/clients/client-location/commands/CreateTrackerCommand.ts +++ b/clients/client-location/commands/CreateTrackerCommand.ts @@ -24,7 +24,7 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met *

Creates a tracker resource in your AWS account, which lets you retrieve current and * historical location of devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, CreateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, CreateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DeleteGeofenceCollectionCommand.ts b/clients/client-location/commands/DeleteGeofenceCollectionCommand.ts index 43f7e85a2821..a092d597f033 100644 --- a/clients/client-location/commands/DeleteGeofenceCollectionCommand.ts +++ b/clients/client-location/commands/DeleteGeofenceCollectionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol * be monitored.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DeleteGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DeleteGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DeleteMapCommand.ts b/clients/client-location/commands/DeleteMapCommand.ts index d18fbeae6bf9..7afb52994aa0 100644 --- a/clients/client-location/commands/DeleteMapCommand.ts +++ b/clients/client-location/commands/DeleteMapCommand.ts @@ -27,7 +27,7 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea * used in an application, the map may not render.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DeleteMapCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DeleteMapCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DeletePlaceIndexCommand.ts b/clients/client-location/commands/DeletePlaceIndexCommand.ts index 96bfd5d5c0ab..55a12ed47b47 100644 --- a/clients/client-location/commands/DeletePlaceIndexCommand.ts +++ b/clients/client-location/commands/DeletePlaceIndexCommand.ts @@ -26,7 +26,7 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse, *

This action deletes the resource permanently. You cannot undo this action.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DeletePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DeletePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DeleteTrackerCommand.ts b/clients/client-location/commands/DeleteTrackerCommand.ts index 245bf0b652f3..6976f6241245 100644 --- a/clients/client-location/commands/DeleteTrackerCommand.ts +++ b/clients/client-location/commands/DeleteTrackerCommand.ts @@ -26,7 +26,7 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met *

This action deletes the resource permanently. You can't undo this action. If the tracker resource is in use, you may encounter an error. Make sure that the target resource is not a dependency for your applications.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DeleteTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DeleteTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DescribeGeofenceCollectionCommand.ts b/clients/client-location/commands/DescribeGeofenceCollectionCommand.ts index febe1652acef..c065183ad622 100644 --- a/clients/client-location/commands/DescribeGeofenceCollectionCommand.ts +++ b/clients/client-location/commands/DescribeGeofenceCollectionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc /** *

Retrieves the geofence collection details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DescribeGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DescribeGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DescribeMapCommand.ts b/clients/client-location/commands/DescribeMapCommand.ts index 03f6309db62f..218cfbf99dd2 100644 --- a/clients/client-location/commands/DescribeMapCommand.ts +++ b/clients/client-location/commands/DescribeMapCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat /** *

Retrieves the map resource details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DescribeMapCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DescribeMapCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DescribePlaceIndexCommand.ts b/clients/client-location/commands/DescribePlaceIndexCommand.ts index aac276eb5f93..341abe539894 100644 --- a/clients/client-location/commands/DescribePlaceIndexCommand.ts +++ b/clients/client-location/commands/DescribePlaceIndexCommand.ts @@ -23,7 +23,7 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo /** *

Retrieves the Place index resource details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DescribePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DescribePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DescribeTrackerCommand.ts b/clients/client-location/commands/DescribeTrackerCommand.ts index b32c557c77e2..4122f5f62afe 100644 --- a/clients/client-location/commands/DescribeTrackerCommand.ts +++ b/clients/client-location/commands/DescribeTrackerCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _ /** *

Retrieves the tracker resource details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DescribeTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DescribeTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/DisassociateTrackerConsumerCommand.ts b/clients/client-location/commands/DisassociateTrackerConsumerCommand.ts index e2d277bb286e..403a31fc0c4c 100644 --- a/clients/client-location/commands/DisassociateTrackerConsumerCommand.ts +++ b/clients/client-location/commands/DisassociateTrackerConsumerCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateTrackerConsumerCommandOutput * positions will no longer be automatically evaluated against geofences.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, DisassociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, DisassociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/GetDevicePositionCommand.ts b/clients/client-location/commands/GetDevicePositionCommand.ts index baa31da1bec5..a9103e61d1ea 100644 --- a/clients/client-location/commands/GetDevicePositionCommand.ts +++ b/clients/client-location/commands/GetDevicePositionCommand.ts @@ -26,7 +26,7 @@ export interface GetDevicePositionCommandOutput extends GetDevicePositionRespons *

Device positions are deleted after one year.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, GetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, GetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/GetDevicePositionHistoryCommand.ts b/clients/client-location/commands/GetDevicePositionHistoryCommand.ts index dee6f366360d..4a013113a65b 100644 --- a/clients/client-location/commands/GetDevicePositionHistoryCommand.ts +++ b/clients/client-location/commands/GetDevicePositionHistoryCommand.ts @@ -27,7 +27,7 @@ export interface GetDevicePositionHistoryCommandOutput extends GetDevicePosition *

Device positions are deleted after 1 year.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, GetDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, GetDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/GetGeofenceCommand.ts b/clients/client-location/commands/GetGeofenceCommand.ts index 20e6e1bc0e4d..a01018da3522 100644 --- a/clients/client-location/commands/GetGeofenceCommand.ts +++ b/clients/client-location/commands/GetGeofenceCommand.ts @@ -23,7 +23,7 @@ export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __Metadat /** *

Retrieves the geofence details from a geofence collection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, GetGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, GetGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/GetMapGlyphsCommand.ts b/clients/client-location/commands/GetMapGlyphsCommand.ts index 34e87099d3aa..8abbf798853e 100644 --- a/clients/client-location/commands/GetMapGlyphsCommand.ts +++ b/clients/client-location/commands/GetMapGlyphsCommand.ts @@ -23,7 +23,7 @@ export interface GetMapGlyphsCommandOutput extends GetMapGlyphsResponse, __Metad /** *

Retrieves glyphs used to display labels on a map.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, GetMapGlyphsCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, GetMapGlyphsCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/GetMapSpritesCommand.ts b/clients/client-location/commands/GetMapSpritesCommand.ts index f56c1502c183..4bd99eb93ab7 100644 --- a/clients/client-location/commands/GetMapSpritesCommand.ts +++ b/clients/client-location/commands/GetMapSpritesCommand.ts @@ -25,7 +25,7 @@ export interface GetMapSpritesCommandOutput extends GetMapSpritesResponse, __Met * image paired with a JSON document describing the offsets of individual icons that will * be displayed on a rendered map.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, GetMapSpritesCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, GetMapSpritesCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/GetMapStyleDescriptorCommand.ts b/clients/client-location/commands/GetMapStyleDescriptorCommand.ts index 2fac34046647..2356be96a88a 100644 --- a/clients/client-location/commands/GetMapStyleDescriptorCommand.ts +++ b/clients/client-location/commands/GetMapStyleDescriptorCommand.ts @@ -26,7 +26,7 @@ export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescripto * example, what data to display, what order to display the data in, and the style for the * data. Style descriptors follow the Mapbox Style Specification.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, GetMapStyleDescriptorCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, GetMapStyleDescriptorCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/GetMapTileCommand.ts b/clients/client-location/commands/GetMapTileCommand.ts index c7706c2b836e..81a0de671cea 100644 --- a/clients/client-location/commands/GetMapTileCommand.ts +++ b/clients/client-location/commands/GetMapTileCommand.ts @@ -28,7 +28,7 @@ export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataB * both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) * will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, GetMapTileCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, GetMapTileCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/ListGeofenceCollectionsCommand.ts b/clients/client-location/commands/ListGeofenceCollectionsCommand.ts index f51830a59241..1492a04ebb50 100644 --- a/clients/client-location/commands/ListGeofenceCollectionsCommand.ts +++ b/clients/client-location/commands/ListGeofenceCollectionsCommand.ts @@ -23,7 +23,7 @@ export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollec /** *

Lists geofence collections in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, ListGeofenceCollectionsCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, ListGeofenceCollectionsCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/ListGeofencesCommand.ts b/clients/client-location/commands/ListGeofencesCommand.ts index 375efe1221c3..089f0575bfe5 100644 --- a/clients/client-location/commands/ListGeofencesCommand.ts +++ b/clients/client-location/commands/ListGeofencesCommand.ts @@ -23,7 +23,7 @@ export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __Met /** *

Lists geofences stored in a given geofence collection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, ListGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, ListGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/ListMapsCommand.ts b/clients/client-location/commands/ListMapsCommand.ts index 17b7f2c27c12..3b0e16d5b4a9 100644 --- a/clients/client-location/commands/ListMapsCommand.ts +++ b/clients/client-location/commands/ListMapsCommand.ts @@ -23,7 +23,7 @@ export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBeare /** *

Lists map resources in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, ListMapsCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, ListMapsCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/ListPlaceIndexesCommand.ts b/clients/client-location/commands/ListPlaceIndexesCommand.ts index c7165e78b84a..3d5fbc8b2617 100644 --- a/clients/client-location/commands/ListPlaceIndexesCommand.ts +++ b/clients/client-location/commands/ListPlaceIndexesCommand.ts @@ -23,7 +23,7 @@ export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, /** *

Lists Place index resources in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, ListPlaceIndexesCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, ListPlaceIndexesCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/ListTrackerConsumersCommand.ts b/clients/client-location/commands/ListTrackerConsumersCommand.ts index 57184e58cb2d..365b275e3c16 100644 --- a/clients/client-location/commands/ListTrackerConsumersCommand.ts +++ b/clients/client-location/commands/ListTrackerConsumersCommand.ts @@ -23,7 +23,7 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR /** *

Lists geofence collections currently associated to the given tracker resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, ListTrackerConsumersCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, ListTrackerConsumersCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/ListTrackersCommand.ts b/clients/client-location/commands/ListTrackersCommand.ts index fae38021e987..7df73f079711 100644 --- a/clients/client-location/commands/ListTrackersCommand.ts +++ b/clients/client-location/commands/ListTrackersCommand.ts @@ -23,7 +23,7 @@ export interface ListTrackersCommandOutput extends ListTrackersResponse, __Metad /** *

Lists tracker resources in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, ListTrackersCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, ListTrackersCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/PutGeofenceCommand.ts b/clients/client-location/commands/PutGeofenceCommand.ts index 743750dc1555..d6d3d28650f3 100644 --- a/clients/client-location/commands/PutGeofenceCommand.ts +++ b/clients/client-location/commands/PutGeofenceCommand.ts @@ -24,7 +24,7 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat *

Stores a geofence geometry in a given geofence collection, or updates the geometry of * an existing geofence if a geofence ID is included in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, PutGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, PutGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/SearchPlaceIndexForPositionCommand.ts b/clients/client-location/commands/SearchPlaceIndexForPositionCommand.ts index 98f84d1e43d0..7fd218229325 100644 --- a/clients/client-location/commands/SearchPlaceIndexForPositionCommand.ts +++ b/clients/client-location/commands/SearchPlaceIndexForPositionCommand.ts @@ -34,7 +34,7 @@ export interface SearchPlaceIndexForPositionCommandOutput * Location Service.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, SearchPlaceIndexForPositionCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, SearchPlaceIndexForPositionCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-location/commands/SearchPlaceIndexForTextCommand.ts b/clients/client-location/commands/SearchPlaceIndexForTextCommand.ts index f71837c9ff25..96bfabf1173e 100644 --- a/clients/client-location/commands/SearchPlaceIndexForTextCommand.ts +++ b/clients/client-location/commands/SearchPlaceIndexForTextCommand.ts @@ -41,7 +41,7 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo * Terms for Amazon Location Service.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LocationClient, SearchPlaceIndexForTextCommand } from "@aws-sdk/client-location"; // ES Modules import * // const { LocationClient, SearchPlaceIndexForTextCommand } = require("@aws-sdk/client-location"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/CreateDatasetCommand.ts b/clients/client-lookoutequipment/commands/CreateDatasetCommand.ts index 6355c68619ae..5d71d03baa5a 100644 --- a/clients/client-lookoutequipment/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutequipment/commands/CreateDatasetCommand.ts @@ -26,7 +26,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met * In other words, it contains the location of the data source, the data schema, and other * information. A dataset also contains any tags associated with the ingested data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, CreateDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, CreateDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/CreateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/commands/CreateInferenceSchedulerCommand.ts index 6336247dcafe..80cdbe742415 100644 --- a/clients/client-lookoutequipment/commands/CreateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/commands/CreateInferenceSchedulerCommand.ts @@ -27,7 +27,7 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc * entries in the data, set an offset delay if desired, and set the frequency of inferencing. * You must also provide an S3 bucket location for the output data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, CreateInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, CreateInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/CreateModelCommand.ts b/clients/client-lookoutequipment/commands/CreateModelCommand.ts index 74d1ea4d776b..029edfb06bbe 100644 --- a/clients/client-lookoutequipment/commands/CreateModelCommand.ts +++ b/clients/client-lookoutequipment/commands/CreateModelCommand.ts @@ -31,7 +31,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat * to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. * Another portion of the data is used to evaluate the model's accuracy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, CreateModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, CreateModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/DeleteDatasetCommand.ts b/clients/client-lookoutequipment/commands/DeleteDatasetCommand.ts index 48b3c38ec6da..28d9577d07f8 100644 --- a/clients/client-lookoutequipment/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutequipment/commands/DeleteDatasetCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {} * This does not affect any models that used this dataset for training and evaluation, but * does prevent it from being used in the future.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, DeleteDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, DeleteDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/DeleteInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/commands/DeleteInferenceSchedulerCommand.ts index ee3fd2e37c71..73a60e4a2a51 100644 --- a/clients/client-lookoutequipment/commands/DeleteInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/commands/DeleteInferenceSchedulerCommand.ts @@ -24,7 +24,7 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer *

Deletes an inference scheduler that has been set up. Already processed output results * are not affected.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/DeleteModelCommand.ts b/clients/client-lookoutequipment/commands/DeleteModelCommand.ts index d478d01926c0..6ae923c4c307 100644 --- a/clients/client-lookoutequipment/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutequipment/commands/DeleteModelCommand.ts @@ -24,7 +24,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {} *

Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from * being used with an inference scheduler, even one that is already set up.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, DeleteModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, DeleteModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/DescribeDataIngestionJobCommand.ts b/clients/client-lookoutequipment/commands/DescribeDataIngestionJobCommand.ts index b3aab3751a66..91ff5482d8e4 100644 --- a/clients/client-lookoutequipment/commands/DescribeDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/commands/DescribeDataIngestionJobCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges *

Provides information on a specific data ingestion job such as creation time, dataset * ARN, status, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, DescribeDataIngestionJobCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, DescribeDataIngestionJobCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/DescribeDatasetCommand.ts b/clients/client-lookoutequipment/commands/DescribeDatasetCommand.ts index ef768e0ec665..94afaa91789d 100644 --- a/clients/client-lookoutequipment/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutequipment/commands/DescribeDatasetCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _ *

Provides information on a specified dataset such as the schema location, status, and so * on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, DescribeDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, DescribeDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/DescribeInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/commands/DescribeInferenceSchedulerCommand.ts index 2b2058cddec6..596a0640aaa9 100644 --- a/clients/client-lookoutequipment/commands/DescribeInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/commands/DescribeInferenceSchedulerCommand.ts @@ -24,7 +24,7 @@ export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferen *

Specifies information about the inference scheduler being used, including name, model, * status, and associated metadata

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, DescribeInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, DescribeInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/DescribeModelCommand.ts b/clients/client-lookoutequipment/commands/DescribeModelCommand.ts index 57b1c82d2c6f..45efbb130c88 100644 --- a/clients/client-lookoutequipment/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutequipment/commands/DescribeModelCommand.ts @@ -24,7 +24,7 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met *

Provides overall information about a specific ML model, including model name and ARN, * dataset, training and evaluation information, status, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, DescribeModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, DescribeModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/ListDataIngestionJobsCommand.ts b/clients/client-lookoutequipment/commands/ListDataIngestionJobsCommand.ts index 786351e3b520..1668d66ecc3f 100644 --- a/clients/client-lookoutequipment/commands/ListDataIngestionJobsCommand.ts +++ b/clients/client-lookoutequipment/commands/ListDataIngestionJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJob *

Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location * of the input data, status, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, ListDataIngestionJobsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, ListDataIngestionJobsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/ListDatasetsCommand.ts b/clients/client-lookoutequipment/commands/ListDatasetsCommand.ts index 763365868d5e..120be5261c63 100644 --- a/clients/client-lookoutequipment/commands/ListDatasetsCommand.ts +++ b/clients/client-lookoutequipment/commands/ListDatasetsCommand.ts @@ -24,7 +24,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad *

Lists all datasets currently available in your account, filtering on the dataset name. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, ListDatasetsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, ListDatasetsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/ListInferenceExecutionsCommand.ts b/clients/client-lookoutequipment/commands/ListInferenceExecutionsCommand.ts index a726fe8d6b7d..0b3a791c2c90 100644 --- a/clients/client-lookoutequipment/commands/ListInferenceExecutionsCommand.ts +++ b/clients/client-lookoutequipment/commands/ListInferenceExecutionsCommand.ts @@ -24,7 +24,7 @@ export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecu *

Lists all inference executions that have been performed by the specified inference * scheduler.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, ListInferenceExecutionsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, ListInferenceExecutionsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/ListInferenceSchedulersCommand.ts b/clients/client-lookoutequipment/commands/ListInferenceSchedulersCommand.ts index 65130cf6d5fe..daa043f4a02c 100644 --- a/clients/client-lookoutequipment/commands/ListInferenceSchedulersCommand.ts +++ b/clients/client-lookoutequipment/commands/ListInferenceSchedulersCommand.ts @@ -24,7 +24,7 @@ export interface ListInferenceSchedulersCommandOutput extends ListInferenceSched *

Retrieves a list of all inference schedulers currently available for your account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, ListInferenceSchedulersCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, ListInferenceSchedulersCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/ListModelsCommand.ts b/clients/client-lookoutequipment/commands/ListModelsCommand.ts index e7995251cee2..daafbba4afb0 100644 --- a/clients/client-lookoutequipment/commands/ListModelsCommand.ts +++ b/clients/client-lookoutequipment/commands/ListModelsCommand.ts @@ -24,7 +24,7 @@ export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataB *

Generates a list of all models in the account, including model name and ARN, dataset, * and status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, ListModelsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, ListModelsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutequipment/commands/ListTagsForResourceCommand.ts index f53c37c297ce..5686cadcf500 100644 --- a/clients/client-lookoutequipment/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutequipment/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all the tags for a specified resource, including key and value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, ListTagsForResourceCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/StartDataIngestionJobCommand.ts b/clients/client-lookoutequipment/commands/StartDataIngestionJobCommand.ts index 29ce2557a6fe..65f936d03667 100644 --- a/clients/client-lookoutequipment/commands/StartDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/commands/StartDataIngestionJobCommand.ts @@ -23,7 +23,7 @@ export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJo /** *

Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, StartDataIngestionJobCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, StartDataIngestionJobCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/StartInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/commands/StartInferenceSchedulerCommand.ts index 775a056ada07..74874cc85f5a 100644 --- a/clients/client-lookoutequipment/commands/StartInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/commands/StartInferenceSchedulerCommand.ts @@ -23,7 +23,7 @@ export interface StartInferenceSchedulerCommandOutput extends StartInferenceSche /** *

Starts an inference scheduler.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, StartInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, StartInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/StopInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/commands/StopInferenceSchedulerCommand.ts index c078bfb5e3c4..cbb9caec0a53 100644 --- a/clients/client-lookoutequipment/commands/StopInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/commands/StopInferenceSchedulerCommand.ts @@ -23,7 +23,7 @@ export interface StopInferenceSchedulerCommandOutput extends StopInferenceSchedu /** *

Stops an inference scheduler.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, StopInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, StopInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/TagResourceCommand.ts b/clients/client-lookoutequipment/commands/TagResourceCommand.ts index 4d56ed5ad20f..1cb06a612e05 100644 --- a/clients/client-lookoutequipment/commands/TagResourceCommand.ts +++ b/clients/client-lookoutequipment/commands/TagResourceCommand.ts @@ -27,7 +27,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * a resource, either when you create it, or later. Up to 50 tags can be associated with each * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, TagResourceCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, TagResourceCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/UntagResourceCommand.ts b/clients/client-lookoutequipment/commands/UntagResourceCommand.ts index fa669c1f5c8a..8206769c0e20 100644 --- a/clients/client-lookoutequipment/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutequipment/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a specific tag from a given resource. The tag is specified by its key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, UntagResourceCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, UntagResourceCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutequipment/commands/UpdateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/commands/UpdateInferenceSchedulerCommand.ts index 68daa42aa357..fd4b5cb77352 100644 --- a/clients/client-lookoutequipment/commands/UpdateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/commands/UpdateInferenceSchedulerCommand.ts @@ -23,7 +23,7 @@ export interface UpdateInferenceSchedulerCommandOutput extends __MetadataBearer /** *

Updates an inference scheduler.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutEquipmentClient, UpdateInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import * // const { LookoutEquipmentClient, UpdateInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/ActivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/commands/ActivateAnomalyDetectorCommand.ts index 9ae82a002aa5..2c18ac3dac63 100644 --- a/clients/client-lookoutmetrics/commands/ActivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/commands/ActivateAnomalyDetectorCommand.ts @@ -23,7 +23,7 @@ export interface ActivateAnomalyDetectorCommandOutput extends ActivateAnomalyDet /** *

Activates an anomaly detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, ActivateAnomalyDetectorCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, ActivateAnomalyDetectorCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/BackTestAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/commands/BackTestAnomalyDetectorCommand.ts index f7c81ae5b29b..4bd8d9baf767 100644 --- a/clients/client-lookoutmetrics/commands/BackTestAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/commands/BackTestAnomalyDetectorCommand.ts @@ -23,7 +23,7 @@ export interface BackTestAnomalyDetectorCommandOutput extends BackTestAnomalyDet /** *

Runs a backtest for anomaly detection for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, BackTestAnomalyDetectorCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, BackTestAnomalyDetectorCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/CreateAlertCommand.ts b/clients/client-lookoutmetrics/commands/CreateAlertCommand.ts index 533fd30ccd81..9a3010e548ad 100644 --- a/clients/client-lookoutmetrics/commands/CreateAlertCommand.ts +++ b/clients/client-lookoutmetrics/commands/CreateAlertCommand.ts @@ -23,7 +23,7 @@ export interface CreateAlertCommandOutput extends CreateAlertResponse, __Metadat /** *

Creates an alert for an anomaly detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, CreateAlertCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, CreateAlertCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/CreateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/commands/CreateAnomalyDetectorCommand.ts index 3617bde7d02a..f79b84595b01 100644 --- a/clients/client-lookoutmetrics/commands/CreateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/commands/CreateAnomalyDetectorCommand.ts @@ -23,7 +23,7 @@ export interface CreateAnomalyDetectorCommandOutput extends CreateAnomalyDetecto /** *

Creates an anomaly detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, CreateAnomalyDetectorCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, CreateAnomalyDetectorCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/CreateMetricSetCommand.ts b/clients/client-lookoutmetrics/commands/CreateMetricSetCommand.ts index 0426459f520d..b58300f8d70f 100644 --- a/clients/client-lookoutmetrics/commands/CreateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/commands/CreateMetricSetCommand.ts @@ -23,7 +23,7 @@ export interface CreateMetricSetCommandOutput extends CreateMetricSetResponse, _ /** *

Creates a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, CreateMetricSetCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, CreateMetricSetCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/DeleteAlertCommand.ts b/clients/client-lookoutmetrics/commands/DeleteAlertCommand.ts index 9d23df361d1c..c8fc836384de 100644 --- a/clients/client-lookoutmetrics/commands/DeleteAlertCommand.ts +++ b/clients/client-lookoutmetrics/commands/DeleteAlertCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAlertCommandOutput extends DeleteAlertResponse, __Metadat /** *

Deletes an alert.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, DeleteAlertCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, DeleteAlertCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/commands/DeleteAnomalyDetectorCommand.ts index 441d00a710d1..4e15116edadd 100644 --- a/clients/client-lookoutmetrics/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/commands/DeleteAnomalyDetectorCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAnomalyDetectorCommandOutput extends DeleteAnomalyDetecto *

Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any * configured datasets and alerts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, DeleteAnomalyDetectorCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, DeleteAnomalyDetectorCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/DescribeAlertCommand.ts b/clients/client-lookoutmetrics/commands/DescribeAlertCommand.ts index 4fdc1c594205..874707e36add 100644 --- a/clients/client-lookoutmetrics/commands/DescribeAlertCommand.ts +++ b/clients/client-lookoutmetrics/commands/DescribeAlertCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAlertCommandOutput extends DescribeAlertResponse, __Met /** *

Describes an alert.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, DescribeAlertCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, DescribeAlertCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectionExecutionsCommand.ts b/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectionExecutionsCommand.ts index ce5d835011e0..860f002f0d7c 100644 --- a/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectionExecutionsCommand.ts +++ b/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectionExecutionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeAnomalyDetectionExecutionsCommandOutput /** *

Returns information about the status of the specified anomaly detection jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, DescribeAnomalyDetectionExecutionsCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, DescribeAnomalyDetectionExecutionsCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectorCommand.ts index 180b987f970b..d4c16f2673c9 100644 --- a/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/commands/DescribeAnomalyDetectorCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAnomalyDetectorCommandOutput extends DescribeAnomalyDet /** *

Describes a detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, DescribeAnomalyDetectorCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, DescribeAnomalyDetectorCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/DescribeMetricSetCommand.ts b/clients/client-lookoutmetrics/commands/DescribeMetricSetCommand.ts index cd817e7e6d00..a3de7eb96c09 100644 --- a/clients/client-lookoutmetrics/commands/DescribeMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/commands/DescribeMetricSetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMetricSetCommandOutput extends DescribeMetricSetRespons /** *

Describes a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, DescribeMetricSetCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, DescribeMetricSetCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/GetAnomalyGroupCommand.ts b/clients/client-lookoutmetrics/commands/GetAnomalyGroupCommand.ts index 0c6bbdefc641..e48d1dfc6aaf 100644 --- a/clients/client-lookoutmetrics/commands/GetAnomalyGroupCommand.ts +++ b/clients/client-lookoutmetrics/commands/GetAnomalyGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetAnomalyGroupCommandOutput extends GetAnomalyGroupResponse, _ /** *

Returns details about a group of anomalous metrics.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, GetAnomalyGroupCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, GetAnomalyGroupCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/GetFeedbackCommand.ts b/clients/client-lookoutmetrics/commands/GetFeedbackCommand.ts index 61f8b77faed3..28e704de8fe9 100644 --- a/clients/client-lookoutmetrics/commands/GetFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/commands/GetFeedbackCommand.ts @@ -23,7 +23,7 @@ export interface GetFeedbackCommandOutput extends GetFeedbackResponse, __Metadat /** *

Get feedback for an anomaly group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, GetFeedbackCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, GetFeedbackCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/GetSampleDataCommand.ts b/clients/client-lookoutmetrics/commands/GetSampleDataCommand.ts index fc34feec1c7e..1bfbdf6cd58b 100644 --- a/clients/client-lookoutmetrics/commands/GetSampleDataCommand.ts +++ b/clients/client-lookoutmetrics/commands/GetSampleDataCommand.ts @@ -23,7 +23,7 @@ export interface GetSampleDataCommandOutput extends GetSampleDataResponse, __Met /** *

Returns a selection of sample records from an Amazon S3 datasource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, GetSampleDataCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, GetSampleDataCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/ListAlertsCommand.ts b/clients/client-lookoutmetrics/commands/ListAlertsCommand.ts index c29d79f5bc9e..b01a8c1d3a82 100644 --- a/clients/client-lookoutmetrics/commands/ListAlertsCommand.ts +++ b/clients/client-lookoutmetrics/commands/ListAlertsCommand.ts @@ -23,7 +23,7 @@ export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataB /** *

Lists the alerts attached to a detector.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, ListAlertsCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, ListAlertsCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/ListAnomalyDetectorsCommand.ts b/clients/client-lookoutmetrics/commands/ListAnomalyDetectorsCommand.ts index 0dc6eb3024a8..1ca34157a4f6 100644 --- a/clients/client-lookoutmetrics/commands/ListAnomalyDetectorsCommand.ts +++ b/clients/client-lookoutmetrics/commands/ListAnomalyDetectorsCommand.ts @@ -23,7 +23,7 @@ export interface ListAnomalyDetectorsCommandOutput extends ListAnomalyDetectorsR /** *

Lists the detectors in the current AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, ListAnomalyDetectorsCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, ListAnomalyDetectorsCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/ListAnomalyGroupSummariesCommand.ts b/clients/client-lookoutmetrics/commands/ListAnomalyGroupSummariesCommand.ts index 5860e38e6d41..525db6136f7a 100644 --- a/clients/client-lookoutmetrics/commands/ListAnomalyGroupSummariesCommand.ts +++ b/clients/client-lookoutmetrics/commands/ListAnomalyGroupSummariesCommand.ts @@ -23,7 +23,7 @@ export interface ListAnomalyGroupSummariesCommandOutput extends ListAnomalyGroup /** *

Returns a list of anomaly groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, ListAnomalyGroupSummariesCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, ListAnomalyGroupSummariesCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/ListAnomalyGroupTimeSeriesCommand.ts b/clients/client-lookoutmetrics/commands/ListAnomalyGroupTimeSeriesCommand.ts index 306cd95839ff..7e9ff19b88a0 100644 --- a/clients/client-lookoutmetrics/commands/ListAnomalyGroupTimeSeriesCommand.ts +++ b/clients/client-lookoutmetrics/commands/ListAnomalyGroupTimeSeriesCommand.ts @@ -23,7 +23,7 @@ export interface ListAnomalyGroupTimeSeriesCommandOutput extends ListAnomalyGrou /** *

Gets a list of anomalous metrics for a measure in an anomaly group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, ListAnomalyGroupTimeSeriesCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, ListAnomalyGroupTimeSeriesCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/ListMetricSetsCommand.ts b/clients/client-lookoutmetrics/commands/ListMetricSetsCommand.ts index 655d8643c1f3..2b5581a21e36 100644 --- a/clients/client-lookoutmetrics/commands/ListMetricSetsCommand.ts +++ b/clients/client-lookoutmetrics/commands/ListMetricSetsCommand.ts @@ -23,7 +23,7 @@ export interface ListMetricSetsCommandOutput extends ListMetricSetsResponse, __M /** *

Lists the datasets in the current AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, ListMetricSetsCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, ListMetricSetsCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutmetrics/commands/ListTagsForResourceCommand.ts index ffd2c5076cfb..82adc8c73880 100644 --- a/clients/client-lookoutmetrics/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutmetrics/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Gets a list of tags for a detector, dataset, or alert.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, ListTagsForResourceCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/PutFeedbackCommand.ts b/clients/client-lookoutmetrics/commands/PutFeedbackCommand.ts index 4fc2be898886..c1d0eff41429 100644 --- a/clients/client-lookoutmetrics/commands/PutFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/commands/PutFeedbackCommand.ts @@ -23,7 +23,7 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat /** *

Add feedback for an anomalous metric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, PutFeedbackCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, PutFeedbackCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/TagResourceCommand.ts b/clients/client-lookoutmetrics/commands/TagResourceCommand.ts index 09c028424a2b..619d4c99a2d6 100644 --- a/clients/client-lookoutmetrics/commands/TagResourceCommand.ts +++ b/clients/client-lookoutmetrics/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds tags to a detector, dataset, or alert.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, TagResourceCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, TagResourceCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/UntagResourceCommand.ts b/clients/client-lookoutmetrics/commands/UntagResourceCommand.ts index bd523f4f555b..3a2a5889a634 100644 --- a/clients/client-lookoutmetrics/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutmetrics/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a detector, dataset, or alert.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, UntagResourceCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, UntagResourceCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/UpdateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/commands/UpdateAnomalyDetectorCommand.ts index 338c392ceaf9..564fc8605aaa 100644 --- a/clients/client-lookoutmetrics/commands/UpdateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/commands/UpdateAnomalyDetectorCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAnomalyDetectorCommandOutput extends UpdateAnomalyDetecto /** *

Updates a detector. After activation, you can only change a detector's ingestion delay and description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, UpdateAnomalyDetectorCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, UpdateAnomalyDetectorCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutmetrics/commands/UpdateMetricSetCommand.ts b/clients/client-lookoutmetrics/commands/UpdateMetricSetCommand.ts index 101de134a33d..2bfe09d9187e 100644 --- a/clients/client-lookoutmetrics/commands/UpdateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/commands/UpdateMetricSetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMetricSetCommandOutput extends UpdateMetricSetResponse, _ /** *

Updates a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutMetricsClient, UpdateMetricSetCommand } from "@aws-sdk/client-lookoutmetrics"; // ES Modules import * // const { LookoutMetricsClient, UpdateMetricSetCommand } = require("@aws-sdk/client-lookoutmetrics"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/CreateDatasetCommand.ts b/clients/client-lookoutvision/commands/CreateDatasetCommand.ts index abf66933a467..2b347fbda34f 100644 --- a/clients/client-lookoutvision/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutvision/commands/CreateDatasetCommand.ts @@ -32,7 +32,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met *

This operation requires permissions to perform the * lookoutvision:CreateDataset operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, CreateDatasetCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, CreateDatasetCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/CreateModelCommand.ts b/clients/client-lookoutvision/commands/CreateModelCommand.ts index 6aadd6486259..6f7fb0410c06 100644 --- a/clients/client-lookoutvision/commands/CreateModelCommand.ts +++ b/clients/client-lookoutvision/commands/CreateModelCommand.ts @@ -36,7 +36,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat * lookoutvision:CreateModel operation. If you want to tag your model, you also require * permission to the lookoutvision:TagResource operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, CreateModelCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, CreateModelCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/CreateProjectCommand.ts b/clients/client-lookoutvision/commands/CreateProjectCommand.ts index 914ff82b92af..0b0c37650e85 100644 --- a/clients/client-lookoutvision/commands/CreateProjectCommand.ts +++ b/clients/client-lookoutvision/commands/CreateProjectCommand.ts @@ -26,7 +26,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met *

This operation requires permissions to perform the * lookoutvision:CreateProject operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, CreateProjectCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, CreateProjectCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/DeleteDatasetCommand.ts b/clients/client-lookoutvision/commands/DeleteDatasetCommand.ts index b2f5376857e2..98d8f12f1562 100644 --- a/clients/client-lookoutvision/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutvision/commands/DeleteDatasetCommand.ts @@ -37,7 +37,7 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met *

This operation requires permissions to perform the * lookoutvision:DeleteDataset operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, DeleteDatasetCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, DeleteDatasetCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/DeleteModelCommand.ts b/clients/client-lookoutvision/commands/DeleteModelCommand.ts index 5f78eadc63f1..6e4974d9984f 100644 --- a/clients/client-lookoutvision/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutvision/commands/DeleteModelCommand.ts @@ -29,7 +29,7 @@ export interface DeleteModelCommandOutput extends DeleteModelResponse, __Metadat *

This operation requires permissions to perform the * lookoutvision:DeleteModel operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, DeleteModelCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, DeleteModelCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/DeleteProjectCommand.ts b/clients/client-lookoutvision/commands/DeleteProjectCommand.ts index de801487da43..1539f40878be 100644 --- a/clients/client-lookoutvision/commands/DeleteProjectCommand.ts +++ b/clients/client-lookoutvision/commands/DeleteProjectCommand.ts @@ -30,7 +30,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met *

This operation requires permissions to perform the * lookoutvision:DeleteProject operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, DeleteProjectCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, DeleteProjectCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/DescribeDatasetCommand.ts b/clients/client-lookoutvision/commands/DescribeDatasetCommand.ts index b386fa03ef16..0f2456325c06 100644 --- a/clients/client-lookoutvision/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutvision/commands/DescribeDatasetCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _ *

This operation requires permissions to perform the * lookoutvision:DescribeDataset operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, DescribeDatasetCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, DescribeDatasetCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/DescribeModelCommand.ts b/clients/client-lookoutvision/commands/DescribeModelCommand.ts index bfbbe4c77e68..16fcf457421e 100644 --- a/clients/client-lookoutvision/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutvision/commands/DescribeModelCommand.ts @@ -25,7 +25,7 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met *

This operation requires permissions to perform the * lookoutvision:DescribeModel operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, DescribeModelCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, DescribeModelCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/DescribeProjectCommand.ts b/clients/client-lookoutvision/commands/DescribeProjectCommand.ts index a24ee3d5faf3..c5031f423465 100644 --- a/clients/client-lookoutvision/commands/DescribeProjectCommand.ts +++ b/clients/client-lookoutvision/commands/DescribeProjectCommand.ts @@ -25,7 +25,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _ *

This operation requires permissions to perform the * lookoutvision:DescribeProject operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, DescribeProjectCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, DescribeProjectCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/DetectAnomaliesCommand.ts b/clients/client-lookoutvision/commands/DetectAnomaliesCommand.ts index a0b9ce4f7c64..7f79697f0976 100644 --- a/clients/client-lookoutvision/commands/DetectAnomaliesCommand.ts +++ b/clients/client-lookoutvision/commands/DetectAnomaliesCommand.ts @@ -41,7 +41,7 @@ export interface DetectAnomaliesCommandOutput extends DetectAnomaliesResponse, _ *

This operation requires permissions to perform the * lookoutvision:DetectAnomalies operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, DetectAnomaliesCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, DetectAnomaliesCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/ListDatasetEntriesCommand.ts b/clients/client-lookoutvision/commands/ListDatasetEntriesCommand.ts index 4dd5e1ec6fd1..57f8898ae382 100644 --- a/clients/client-lookoutvision/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/commands/ListDatasetEntriesCommand.ts @@ -26,7 +26,7 @@ export interface ListDatasetEntriesCommandOutput extends ListDatasetEntriesRespo *

This operation requires permissions to perform the * lookoutvision:ListDatasetEntries operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, ListDatasetEntriesCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, ListDatasetEntriesCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/ListModelsCommand.ts b/clients/client-lookoutvision/commands/ListModelsCommand.ts index 94166cfa5ef1..30d392b56dbf 100644 --- a/clients/client-lookoutvision/commands/ListModelsCommand.ts +++ b/clients/client-lookoutvision/commands/ListModelsCommand.ts @@ -25,7 +25,7 @@ export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataB *

This operation requires permissions to perform the * lookoutvision:ListModels operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, ListModelsCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, ListModelsCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/ListProjectsCommand.ts b/clients/client-lookoutvision/commands/ListProjectsCommand.ts index 23495c401ef1..afde8d6ce689 100644 --- a/clients/client-lookoutvision/commands/ListProjectsCommand.ts +++ b/clients/client-lookoutvision/commands/ListProjectsCommand.ts @@ -25,7 +25,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad *

This operation requires permissions to perform the * lookoutvision:ListProjects operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, ListProjectsCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, ListProjectsCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutvision/commands/ListTagsForResourceCommand.ts index 8e17a4f60c5b..0cbbf3ad6a76 100644 --- a/clients/client-lookoutvision/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutvision/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

This operation requires permissions to perform the * lookoutvision:ListTagsForResource operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, ListTagsForResourceCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/StartModelCommand.ts b/clients/client-lookoutvision/commands/StartModelCommand.ts index 1095119feb56..770225c09020 100644 --- a/clients/client-lookoutvision/commands/StartModelCommand.ts +++ b/clients/client-lookoutvision/commands/StartModelCommand.ts @@ -33,7 +33,7 @@ export interface StartModelCommandOutput extends StartModelResponse, __MetadataB *

This operation requires permissions to perform the * lookoutvision:StartModel operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, StartModelCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, StartModelCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/StopModelCommand.ts b/clients/client-lookoutvision/commands/StopModelCommand.ts index 990a99e1067f..e78dc54ab69e 100644 --- a/clients/client-lookoutvision/commands/StopModelCommand.ts +++ b/clients/client-lookoutvision/commands/StopModelCommand.ts @@ -27,7 +27,7 @@ export interface StopModelCommandOutput extends StopModelResponse, __MetadataBea *

This operation requires permissions to perform the * lookoutvision:StopModel operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, StopModelCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, StopModelCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/TagResourceCommand.ts b/clients/client-lookoutvision/commands/TagResourceCommand.ts index 52cffb1ce47f..e3abe3b2401f 100644 --- a/clients/client-lookoutvision/commands/TagResourceCommand.ts +++ b/clients/client-lookoutvision/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

This operation requires permissions to perform the * lookoutvision:TagResource operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, TagResourceCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, TagResourceCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/UntagResourceCommand.ts b/clients/client-lookoutvision/commands/UntagResourceCommand.ts index e665e8174949..2fb72c0900c1 100644 --- a/clients/client-lookoutvision/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutvision/commands/UntagResourceCommand.ts @@ -26,7 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

This operation requires permissions to perform the * lookoutvision:UntagResource operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, UntagResourceCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, UntagResourceCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-lookoutvision/commands/UpdateDatasetEntriesCommand.ts b/clients/client-lookoutvision/commands/UpdateDatasetEntriesCommand.ts index a693dd9c4f95..7c36d456edfd 100644 --- a/clients/client-lookoutvision/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/commands/UpdateDatasetEntriesCommand.ts @@ -30,7 +30,7 @@ export interface UpdateDatasetEntriesCommandOutput extends UpdateDatasetEntriesR *

This operation requires permissions to perform the * lookoutvision:UpdateDatasetEntries operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { LookoutVisionClient, UpdateDatasetEntriesCommand } from "@aws-sdk/client-lookoutvision"; // ES Modules import * // const { LookoutVisionClient, UpdateDatasetEntriesCommand } = require("@aws-sdk/client-lookoutvision"); // CommonJS import diff --git a/clients/client-machine-learning/commands/AddTagsCommand.ts b/clients/client-machine-learning/commands/AddTagsCommand.ts index a7a830b029dd..0324df580893 100644 --- a/clients/client-machine-learning/commands/AddTagsCommand.ts +++ b/clients/client-machine-learning/commands/AddTagsCommand.ts @@ -22,7 +22,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} * and an optional value. If you add a tag using a key that is already associated with the ML object, * AddTags updates the tag's value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, AddTagsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, AddTagsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/CreateBatchPredictionCommand.ts b/clients/client-machine-learning/commands/CreateBatchPredictionCommand.ts index 3e3fcc3a13ff..aa2fa2c20d3d 100644 --- a/clients/client-machine-learning/commands/CreateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/commands/CreateBatchPredictionCommand.ts @@ -34,7 +34,7 @@ export interface CreateBatchPredictionCommandOutput extends CreateBatchPredictio *

You can poll for status updates by using the GetBatchPrediction operation and checking the Status parameter of the result. After the COMPLETED status appears, * the results are available in the location specified by the OutputUri parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, CreateBatchPredictionCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, CreateBatchPredictionCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/CreateDataSourceFromRDSCommand.ts b/clients/client-machine-learning/commands/CreateDataSourceFromRDSCommand.ts index 059365cb0831..117ed985170f 100644 --- a/clients/client-machine-learning/commands/CreateDataSourceFromRDSCommand.ts +++ b/clients/client-machine-learning/commands/CreateDataSourceFromRDSCommand.ts @@ -34,7 +34,7 @@ export interface CreateDataSourceFromRDSCommandOutput extends CreateDataSourceFr * If Amazon ML cannot accept the input source, it sets the Status parameter to FAILED and includes an error message in the Message attribute of the GetDataSource operation response. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, CreateDataSourceFromRDSCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, CreateDataSourceFromRDSCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/CreateDataSourceFromRedshiftCommand.ts b/clients/client-machine-learning/commands/CreateDataSourceFromRedshiftCommand.ts index f739eda84c5b..e6eabf2af19b 100644 --- a/clients/client-machine-learning/commands/CreateDataSourceFromRedshiftCommand.ts +++ b/clients/client-machine-learning/commands/CreateDataSourceFromRedshiftCommand.ts @@ -57,7 +57,7 @@ export interface CreateDataSourceFromRedshiftCommandOutput * CreateDataSource call. Change the settings that you want to change and * make sure that all required fields have the appropriate values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, CreateDataSourceFromRedshiftCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, CreateDataSourceFromRedshiftCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/CreateDataSourceFromS3Command.ts b/clients/client-machine-learning/commands/CreateDataSourceFromS3Command.ts index a97f60ff78fc..0ae61196b23c 100644 --- a/clients/client-machine-learning/commands/CreateDataSourceFromS3Command.ts +++ b/clients/client-machine-learning/commands/CreateDataSourceFromS3Command.ts @@ -53,7 +53,7 @@ export interface CreateDataSourceFromS3CommandOutput extends CreateDataSourceFro * for example, will it be combined with another variable or will it be split apart into * word combinations? The recipe provides answers to these questions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, CreateDataSourceFromS3Command } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, CreateDataSourceFromS3Command } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/CreateEvaluationCommand.ts b/clients/client-machine-learning/commands/CreateEvaluationCommand.ts index 15efb74ca25b..cfda3d14d6d6 100644 --- a/clients/client-machine-learning/commands/CreateEvaluationCommand.ts +++ b/clients/client-machine-learning/commands/CreateEvaluationCommand.ts @@ -34,7 +34,7 @@ export interface CreateEvaluationCommandOutput extends CreateEvaluationOutput, _ *

*

You can use the GetEvaluation operation to check progress of the evaluation during the creation operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, CreateEvaluationCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, CreateEvaluationCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/CreateMLModelCommand.ts b/clients/client-machine-learning/commands/CreateMLModelCommand.ts index 472042538e52..bc5d52a1c0c3 100644 --- a/clients/client-machine-learning/commands/CreateMLModelCommand.ts +++ b/clients/client-machine-learning/commands/CreateMLModelCommand.ts @@ -42,7 +42,7 @@ export interface CreateMLModelCommandOutput extends CreateMLModelOutput, __Metad * CreateDataSourceFromRedshift operations. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, CreateMLModelCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, CreateMLModelCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/CreateRealtimeEndpointCommand.ts b/clients/client-machine-learning/commands/CreateRealtimeEndpointCommand.ts index fae8dbec046c..ecf15d502bb9 100644 --- a/clients/client-machine-learning/commands/CreateRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/commands/CreateRealtimeEndpointCommand.ts @@ -23,7 +23,7 @@ export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpo /** *

Creates a real-time endpoint for the MLModel. The endpoint contains the URI of the MLModel; that is, the location to send real-time prediction requests for the specified MLModel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, CreateRealtimeEndpointCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, CreateRealtimeEndpointCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DeleteBatchPredictionCommand.ts b/clients/client-machine-learning/commands/DeleteBatchPredictionCommand.ts index 2392701665d9..7eafc24ea4ee 100644 --- a/clients/client-machine-learning/commands/DeleteBatchPredictionCommand.ts +++ b/clients/client-machine-learning/commands/DeleteBatchPredictionCommand.ts @@ -28,7 +28,7 @@ export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictio *

* Caution: The result of the DeleteBatchPrediction operation is irreversible.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DeleteBatchPredictionCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DeleteBatchPredictionCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DeleteDataSourceCommand.ts b/clients/client-machine-learning/commands/DeleteDataSourceCommand.ts index a65abdce3771..8483c7222656 100644 --- a/clients/client-machine-learning/commands/DeleteDataSourceCommand.ts +++ b/clients/client-machine-learning/commands/DeleteDataSourceCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, _ *

* Caution: The results of the DeleteDataSource operation are irreversible.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DeleteDataSourceCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DeleteDataSourceCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DeleteEvaluationCommand.ts b/clients/client-machine-learning/commands/DeleteEvaluationCommand.ts index 8e7b48ccbebf..3b477c77c6f1 100644 --- a/clients/client-machine-learning/commands/DeleteEvaluationCommand.ts +++ b/clients/client-machine-learning/commands/DeleteEvaluationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteEvaluationCommandOutput extends DeleteEvaluationOutput, _ *

* Caution: The results of the DeleteEvaluation operation are irreversible.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DeleteEvaluationCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DeleteEvaluationCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DeleteMLModelCommand.ts b/clients/client-machine-learning/commands/DeleteMLModelCommand.ts index 6195578edbb1..cb079e6216d1 100644 --- a/clients/client-machine-learning/commands/DeleteMLModelCommand.ts +++ b/clients/client-machine-learning/commands/DeleteMLModelCommand.ts @@ -28,7 +28,7 @@ export interface DeleteMLModelCommandOutput extends DeleteMLModelOutput, __Metad *

* Caution: The result of the DeleteMLModel operation is irreversible.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DeleteMLModelCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DeleteMLModelCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DeleteRealtimeEndpointCommand.ts b/clients/client-machine-learning/commands/DeleteRealtimeEndpointCommand.ts index 818d5e716dc1..d09629948e36 100644 --- a/clients/client-machine-learning/commands/DeleteRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/commands/DeleteRealtimeEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpo /** *

Deletes a real time endpoint of an MLModel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DeleteRealtimeEndpointCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DeleteRealtimeEndpointCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DeleteTagsCommand.ts b/clients/client-machine-learning/commands/DeleteTagsCommand.ts index 8515a2d9db6b..cd221d234ffe 100644 --- a/clients/client-machine-learning/commands/DeleteTagsCommand.ts +++ b/clients/client-machine-learning/commands/DeleteTagsCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBea *

Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags.

*

If you specify a tag that doesn't exist, Amazon ML ignores it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DeleteTagsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DeleteTagsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DescribeBatchPredictionsCommand.ts b/clients/client-machine-learning/commands/DescribeBatchPredictionsCommand.ts index c9044f6c3f1a..84fb49914174 100644 --- a/clients/client-machine-learning/commands/DescribeBatchPredictionsCommand.ts +++ b/clients/client-machine-learning/commands/DescribeBatchPredictionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBatchPredictionsCommandOutput extends DescribeBatchPred /** *

Returns a list of BatchPrediction operations that match the search criteria in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DescribeBatchPredictionsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DescribeBatchPredictionsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DescribeDataSourcesCommand.ts b/clients/client-machine-learning/commands/DescribeDataSourcesCommand.ts index bf062bc06a27..090c5bff32f1 100644 --- a/clients/client-machine-learning/commands/DescribeDataSourcesCommand.ts +++ b/clients/client-machine-learning/commands/DescribeDataSourcesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDataSourcesCommandOutput extends DescribeDataSourcesOut /** *

Returns a list of DataSource that match the search criteria in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DescribeDataSourcesCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DescribeDataSourcesCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DescribeEvaluationsCommand.ts b/clients/client-machine-learning/commands/DescribeEvaluationsCommand.ts index 2eab8ace4b03..210c69553cdb 100644 --- a/clients/client-machine-learning/commands/DescribeEvaluationsCommand.ts +++ b/clients/client-machine-learning/commands/DescribeEvaluationsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEvaluationsCommandOutput extends DescribeEvaluationsOut /** *

Returns a list of DescribeEvaluations that match the search criteria in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DescribeEvaluationsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DescribeEvaluationsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DescribeMLModelsCommand.ts b/clients/client-machine-learning/commands/DescribeMLModelsCommand.ts index 34628dd91ff0..6b3949009cf7 100644 --- a/clients/client-machine-learning/commands/DescribeMLModelsCommand.ts +++ b/clients/client-machine-learning/commands/DescribeMLModelsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMLModelsCommandOutput extends DescribeMLModelsOutput, _ /** *

Returns a list of MLModel that match the search criteria in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DescribeMLModelsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DescribeMLModelsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/DescribeTagsCommand.ts b/clients/client-machine-learning/commands/DescribeTagsCommand.ts index 95898f5aef38..35945ac9da1a 100644 --- a/clients/client-machine-learning/commands/DescribeTagsCommand.ts +++ b/clients/client-machine-learning/commands/DescribeTagsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat /** *

Describes one or more of the tags for your Amazon ML object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, DescribeTagsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, DescribeTagsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/GetBatchPredictionCommand.ts b/clients/client-machine-learning/commands/GetBatchPredictionCommand.ts index 4fc702ac5396..f8419ad5c3ff 100644 --- a/clients/client-machine-learning/commands/GetBatchPredictionCommand.ts +++ b/clients/client-machine-learning/commands/GetBatchPredictionCommand.ts @@ -24,7 +24,7 @@ export interface GetBatchPredictionCommandOutput extends GetBatchPredictionOutpu *

Returns a BatchPrediction that includes detailed metadata, status, and data file information for a * Batch Prediction request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, GetBatchPredictionCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, GetBatchPredictionCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/GetDataSourceCommand.ts b/clients/client-machine-learning/commands/GetDataSourceCommand.ts index 117c51ff6e29..cfe27b572066 100644 --- a/clients/client-machine-learning/commands/GetDataSourceCommand.ts +++ b/clients/client-machine-learning/commands/GetDataSourceCommand.ts @@ -26,7 +26,7 @@ export interface GetDataSourceCommandOutput extends GetDataSourceOutput, __Metad * GetDataSource provides results in normal or verbose format. The verbose format * adds the schema description and the list of files pointed to by the DataSource to the normal format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, GetDataSourceCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, GetDataSourceCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/GetEvaluationCommand.ts b/clients/client-machine-learning/commands/GetEvaluationCommand.ts index 0253ddd40b3e..67bc8e83a177 100644 --- a/clients/client-machine-learning/commands/GetEvaluationCommand.ts +++ b/clients/client-machine-learning/commands/GetEvaluationCommand.ts @@ -23,7 +23,7 @@ export interface GetEvaluationCommandOutput extends GetEvaluationOutput, __Metad /** *

Returns an Evaluation that includes metadata as well as the current status of the Evaluation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, GetEvaluationCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, GetEvaluationCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/GetMLModelCommand.ts b/clients/client-machine-learning/commands/GetMLModelCommand.ts index 4f4595690c70..328a8608595d 100644 --- a/clients/client-machine-learning/commands/GetMLModelCommand.ts +++ b/clients/client-machine-learning/commands/GetMLModelCommand.ts @@ -25,7 +25,7 @@ export interface GetMLModelCommandOutput extends GetMLModelOutput, __MetadataBea *

* GetMLModel provides results in normal or verbose format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, GetMLModelCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, GetMLModelCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/PredictCommand.ts b/clients/client-machine-learning/commands/PredictCommand.ts index bcae07dfa90e..9bb06ac7aa5f 100644 --- a/clients/client-machine-learning/commands/PredictCommand.ts +++ b/clients/client-machine-learning/commands/PredictCommand.ts @@ -24,7 +24,7 @@ export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {} * Note: Not all response parameters will be populated. Whether a * response parameter is populated depends on the type of model requested.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, PredictCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, PredictCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/UpdateBatchPredictionCommand.ts b/clients/client-machine-learning/commands/UpdateBatchPredictionCommand.ts index eb66fb048dad..6a69578a5835 100644 --- a/clients/client-machine-learning/commands/UpdateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/commands/UpdateBatchPredictionCommand.ts @@ -24,7 +24,7 @@ export interface UpdateBatchPredictionCommandOutput extends UpdateBatchPredictio *

Updates the BatchPredictionName of a BatchPrediction.

*

You can use the GetBatchPrediction operation to view the contents of the updated data element.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, UpdateBatchPredictionCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, UpdateBatchPredictionCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/UpdateDataSourceCommand.ts b/clients/client-machine-learning/commands/UpdateDataSourceCommand.ts index 64e11da3a7d6..9023166b457c 100644 --- a/clients/client-machine-learning/commands/UpdateDataSourceCommand.ts +++ b/clients/client-machine-learning/commands/UpdateDataSourceCommand.ts @@ -24,7 +24,7 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceOutput, _ *

Updates the DataSourceName of a DataSource.

*

You can use the GetDataSource operation to view the contents of the updated data element.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, UpdateDataSourceCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, UpdateDataSourceCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/UpdateEvaluationCommand.ts b/clients/client-machine-learning/commands/UpdateEvaluationCommand.ts index 3ef163dba1cc..e5ff4a872b4b 100644 --- a/clients/client-machine-learning/commands/UpdateEvaluationCommand.ts +++ b/clients/client-machine-learning/commands/UpdateEvaluationCommand.ts @@ -24,7 +24,7 @@ export interface UpdateEvaluationCommandOutput extends UpdateEvaluationOutput, _ *

Updates the EvaluationName of an Evaluation.

*

You can use the GetEvaluation operation to view the contents of the updated data element.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, UpdateEvaluationCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, UpdateEvaluationCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-machine-learning/commands/UpdateMLModelCommand.ts b/clients/client-machine-learning/commands/UpdateMLModelCommand.ts index 5fe8cbc61bff..360186665ee0 100644 --- a/clients/client-machine-learning/commands/UpdateMLModelCommand.ts +++ b/clients/client-machine-learning/commands/UpdateMLModelCommand.ts @@ -24,7 +24,7 @@ export interface UpdateMLModelCommandOutput extends UpdateMLModelOutput, __Metad *

Updates the MLModelName and the ScoreThreshold of an MLModel.

*

You can use the GetMLModel operation to view the contents of the updated data element.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MachineLearningClient, UpdateMLModelCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import * // const { MachineLearningClient, UpdateMLModelCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import diff --git a/clients/client-macie/commands/AssociateMemberAccountCommand.ts b/clients/client-macie/commands/AssociateMemberAccountCommand.ts index f687b1dec976..664b4973597b 100644 --- a/clients/client-macie/commands/AssociateMemberAccountCommand.ts +++ b/clients/client-macie/commands/AssociateMemberAccountCommand.ts @@ -24,7 +24,7 @@ export interface AssociateMemberAccountCommandOutput extends __MetadataBearer {} *

Associates a specified AWS account with Amazon Macie Classic as a member * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MacieClient, AssociateMemberAccountCommand } from "@aws-sdk/client-macie"; // ES Modules import * // const { MacieClient, AssociateMemberAccountCommand } = require("@aws-sdk/client-macie"); // CommonJS import diff --git a/clients/client-macie/commands/AssociateS3ResourcesCommand.ts b/clients/client-macie/commands/AssociateS3ResourcesCommand.ts index 0932ac97b170..37ac42612999 100644 --- a/clients/client-macie/commands/AssociateS3ResourcesCommand.ts +++ b/clients/client-macie/commands/AssociateS3ResourcesCommand.ts @@ -27,7 +27,7 @@ export interface AssociateS3ResourcesCommandOutput extends AssociateS3ResourcesR * the action associates specified S3 resources with Macie Classic for the specified member * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MacieClient, AssociateS3ResourcesCommand } from "@aws-sdk/client-macie"; // ES Modules import * // const { MacieClient, AssociateS3ResourcesCommand } = require("@aws-sdk/client-macie"); // CommonJS import diff --git a/clients/client-macie/commands/DisassociateMemberAccountCommand.ts b/clients/client-macie/commands/DisassociateMemberAccountCommand.ts index 658a73f95837..116da4773a81 100644 --- a/clients/client-macie/commands/DisassociateMemberAccountCommand.ts +++ b/clients/client-macie/commands/DisassociateMemberAccountCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateMemberAccountCommandOutput extends __MetadataBearer /** *

Removes the specified member account from Amazon Macie Classic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MacieClient, DisassociateMemberAccountCommand } from "@aws-sdk/client-macie"; // ES Modules import * // const { MacieClient, DisassociateMemberAccountCommand } = require("@aws-sdk/client-macie"); // CommonJS import diff --git a/clients/client-macie/commands/DisassociateS3ResourcesCommand.ts b/clients/client-macie/commands/DisassociateS3ResourcesCommand.ts index 4c5d10985ade..6cc8fd1965b1 100644 --- a/clients/client-macie/commands/DisassociateS3ResourcesCommand.ts +++ b/clients/client-macie/commands/DisassociateS3ResourcesCommand.ts @@ -26,7 +26,7 @@ export interface DisassociateS3ResourcesCommandOutput extends DisassociateS3Reso * for the current Macie Classic administrator account. If memberAccountId is specified, the action removes specified * S3 resources from Macie Classic for the specified member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MacieClient, DisassociateS3ResourcesCommand } from "@aws-sdk/client-macie"; // ES Modules import * // const { MacieClient, DisassociateS3ResourcesCommand } = require("@aws-sdk/client-macie"); // CommonJS import diff --git a/clients/client-macie/commands/ListMemberAccountsCommand.ts b/clients/client-macie/commands/ListMemberAccountsCommand.ts index 937963eb9b8b..fbae4407c2f9 100644 --- a/clients/client-macie/commands/ListMemberAccountsCommand.ts +++ b/clients/client-macie/commands/ListMemberAccountsCommand.ts @@ -23,7 +23,7 @@ export interface ListMemberAccountsCommandOutput extends ListMemberAccountsResul /** *

Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MacieClient, ListMemberAccountsCommand } from "@aws-sdk/client-macie"; // ES Modules import * // const { MacieClient, ListMemberAccountsCommand } = require("@aws-sdk/client-macie"); // CommonJS import diff --git a/clients/client-macie/commands/ListS3ResourcesCommand.ts b/clients/client-macie/commands/ListS3ResourcesCommand.ts index c16da6a21116..0e51d8e41358 100644 --- a/clients/client-macie/commands/ListS3ResourcesCommand.ts +++ b/clients/client-macie/commands/ListS3ResourcesCommand.ts @@ -26,7 +26,7 @@ export interface ListS3ResourcesCommandOutput extends ListS3ResourcesResult, __M * the current Macie Classic administrator account. If memberAccountId is specified, the action lists the S3 resources * associated with Macie Classic for the specified member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MacieClient, ListS3ResourcesCommand } from "@aws-sdk/client-macie"; // ES Modules import * // const { MacieClient, ListS3ResourcesCommand } = require("@aws-sdk/client-macie"); // CommonJS import diff --git a/clients/client-macie/commands/UpdateS3ResourcesCommand.ts b/clients/client-macie/commands/UpdateS3ResourcesCommand.ts index a2b4d5dd8831..cf0175424942 100644 --- a/clients/client-macie/commands/UpdateS3ResourcesCommand.ts +++ b/clients/client-macie/commands/UpdateS3ResourcesCommand.ts @@ -27,7 +27,7 @@ export interface UpdateS3ResourcesCommandOutput extends UpdateS3ResourcesResult, * action updates the classification types of the S3 resources associated with Macie * Classic for the specified member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MacieClient, UpdateS3ResourcesCommand } from "@aws-sdk/client-macie"; // ES Modules import * // const { MacieClient, UpdateS3ResourcesCommand } = require("@aws-sdk/client-macie"); // CommonJS import diff --git a/clients/client-macie2/commands/AcceptInvitationCommand.ts b/clients/client-macie2/commands/AcceptInvitationCommand.ts index 6dde4337ac97..0c7429833fe6 100644 --- a/clients/client-macie2/commands/AcceptInvitationCommand.ts +++ b/clients/client-macie2/commands/AcceptInvitationCommand.ts @@ -23,7 +23,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, /** *

Accepts an Amazon Macie membership invitation that was received from a specific account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, AcceptInvitationCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, AcceptInvitationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/BatchGetCustomDataIdentifiersCommand.ts b/clients/client-macie2/commands/BatchGetCustomDataIdentifiersCommand.ts index fa53f4c7d1ac..8890483103cc 100644 --- a/clients/client-macie2/commands/BatchGetCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/commands/BatchGetCustomDataIdentifiersCommand.ts @@ -25,7 +25,7 @@ export interface BatchGetCustomDataIdentifiersCommandOutput /** *

Retrieves information about one or more custom data identifiers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, BatchGetCustomDataIdentifiersCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, BatchGetCustomDataIdentifiersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/CreateClassificationJobCommand.ts b/clients/client-macie2/commands/CreateClassificationJobCommand.ts index dfcfe0379e4a..e41c1c4732af 100644 --- a/clients/client-macie2/commands/CreateClassificationJobCommand.ts +++ b/clients/client-macie2/commands/CreateClassificationJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati /** *

Creates and defines the settings for a classification job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, CreateClassificationJobCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, CreateClassificationJobCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/CreateCustomDataIdentifierCommand.ts b/clients/client-macie2/commands/CreateCustomDataIdentifierCommand.ts index 8c9eb2bfe776..2398ed1ad417 100644 --- a/clients/client-macie2/commands/CreateCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/commands/CreateCustomDataIdentifierCommand.ts @@ -23,7 +23,7 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat /** *

Creates and defines the criteria and other settings for a custom data identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, CreateCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, CreateCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/CreateFindingsFilterCommand.ts b/clients/client-macie2/commands/CreateFindingsFilterCommand.ts index 10f1d181c601..a2bf7752b02e 100644 --- a/clients/client-macie2/commands/CreateFindingsFilterCommand.ts +++ b/clients/client-macie2/commands/CreateFindingsFilterCommand.ts @@ -23,7 +23,7 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR /** *

Creates and defines the criteria and other settings for a findings filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, CreateFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, CreateFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/CreateInvitationsCommand.ts b/clients/client-macie2/commands/CreateInvitationsCommand.ts index fb28ac1e3d0d..9c46239ff7ae 100644 --- a/clients/client-macie2/commands/CreateInvitationsCommand.ts +++ b/clients/client-macie2/commands/CreateInvitationsCommand.ts @@ -23,7 +23,7 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons /** *

Sends an Amazon Macie membership invitation to one or more accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, CreateInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, CreateInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/CreateMemberCommand.ts b/clients/client-macie2/commands/CreateMemberCommand.ts index b9eb481e9dbc..95e742fccf2c 100644 --- a/clients/client-macie2/commands/CreateMemberCommand.ts +++ b/clients/client-macie2/commands/CreateMemberCommand.ts @@ -23,7 +23,7 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad /** *

Associates an account with an Amazon Macie administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, CreateMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, CreateMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/CreateSampleFindingsCommand.ts b/clients/client-macie2/commands/CreateSampleFindingsCommand.ts index 87aa112f1d5f..305c3bbedbab 100644 --- a/clients/client-macie2/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-macie2/commands/CreateSampleFindingsCommand.ts @@ -23,7 +23,7 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR /** *

Creates sample findings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, CreateSampleFindingsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, CreateSampleFindingsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DeclineInvitationsCommand.ts b/clients/client-macie2/commands/DeclineInvitationsCommand.ts index ff8a5356b8c1..fad084896fe8 100644 --- a/clients/client-macie2/commands/DeclineInvitationsCommand.ts +++ b/clients/client-macie2/commands/DeclineInvitationsCommand.ts @@ -23,7 +23,7 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo /** *

Declines Amazon Macie membership invitations that were received from specific accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DeclineInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DeclineInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DeleteCustomDataIdentifierCommand.ts b/clients/client-macie2/commands/DeleteCustomDataIdentifierCommand.ts index ec67258c9836..3209ae7cf15e 100644 --- a/clients/client-macie2/commands/DeleteCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/commands/DeleteCustomDataIdentifierCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat /** *

Soft deletes a custom data identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DeleteCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DeleteCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DeleteFindingsFilterCommand.ts b/clients/client-macie2/commands/DeleteFindingsFilterCommand.ts index 8e8e4f93518f..3d1b379b44b5 100644 --- a/clients/client-macie2/commands/DeleteFindingsFilterCommand.ts +++ b/clients/client-macie2/commands/DeleteFindingsFilterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR /** *

Deletes a findings filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DeleteFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DeleteFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DeleteInvitationsCommand.ts b/clients/client-macie2/commands/DeleteInvitationsCommand.ts index fca01781afdf..cbba98141adc 100644 --- a/clients/client-macie2/commands/DeleteInvitationsCommand.ts +++ b/clients/client-macie2/commands/DeleteInvitationsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons /** *

Deletes Amazon Macie membership invitations that were received from specific accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DeleteInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DeleteInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DeleteMemberCommand.ts b/clients/client-macie2/commands/DeleteMemberCommand.ts index f9472d3e695f..607dd7e60026 100644 --- a/clients/client-macie2/commands/DeleteMemberCommand.ts +++ b/clients/client-macie2/commands/DeleteMemberCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad /** *

Deletes the association between an Amazon Macie administrator account and an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DeleteMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DeleteMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DescribeBucketsCommand.ts b/clients/client-macie2/commands/DescribeBucketsCommand.ts index 1ce343de335a..7d6a3928ec87 100644 --- a/clients/client-macie2/commands/DescribeBucketsCommand.ts +++ b/clients/client-macie2/commands/DescribeBucketsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _ /** *

Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DescribeBucketsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DescribeBucketsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DescribeClassificationJobCommand.ts b/clients/client-macie2/commands/DescribeClassificationJobCommand.ts index f6527773f82c..d8b16f1c49a7 100644 --- a/clients/client-macie2/commands/DescribeClassificationJobCommand.ts +++ b/clients/client-macie2/commands/DescribeClassificationJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi /** *

Retrieves the status and settings for a classification job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DescribeClassificationJobCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DescribeClassificationJobCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-macie2/commands/DescribeOrganizationConfigurationCommand.ts index 09872066dec7..9476159306e9 100644 --- a/clients/client-macie2/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/commands/DescribeOrganizationConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DescribeOrganizationConfigurationCommandOutput /** *

Retrieves the Amazon Macie configuration settings for an AWS organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DescribeOrganizationConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DescribeOrganizationConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DisableMacieCommand.ts b/clients/client-macie2/commands/DisableMacieCommand.ts index 2d91fefbd7a7..8cfe0e0281e3 100644 --- a/clients/client-macie2/commands/DisableMacieCommand.ts +++ b/clients/client-macie2/commands/DisableMacieCommand.ts @@ -23,7 +23,7 @@ export interface DisableMacieCommandOutput extends DisableMacieResponse, __Metad /** *

Disables an Amazon Macie account and deletes Macie resources for the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DisableMacieCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DisableMacieCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-macie2/commands/DisableOrganizationAdminAccountCommand.ts index 7e0b5b6b17a9..25884554a9e9 100644 --- a/clients/client-macie2/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/commands/DisableOrganizationAdminAccountCommand.ts @@ -25,7 +25,7 @@ export interface DisableOrganizationAdminAccountCommandOutput /** *

Disables an account as the delegated Amazon Macie administrator account for an AWS organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DisableOrganizationAdminAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DisableOrganizationAdminAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-macie2/commands/DisassociateFromAdministratorAccountCommand.ts index 19ee72107c62..86dd58388fe6 100644 --- a/clients/client-macie2/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-macie2/commands/DisassociateFromAdministratorAccountCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateFromAdministratorAccountCommandOutput /** *

Disassociates a member account from its Amazon Macie administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DisassociateFromAdministratorAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DisassociateFromAdministratorAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-macie2/commands/DisassociateFromMasterAccountCommand.ts index b0ffea1d51a8..b9e9f302ebc0 100644 --- a/clients/client-macie2/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-macie2/commands/DisassociateFromMasterAccountCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateFromMasterAccountCommandOutput /** *

(Deprecated) Disassociates a member account from its Amazon Macie administrator account. This operation has been replaced by the DisassociateFromAdministratorAccount operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DisassociateFromMasterAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DisassociateFromMasterAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/DisassociateMemberCommand.ts b/clients/client-macie2/commands/DisassociateMemberCommand.ts index 8788d93f00ee..c014cb8c5bfa 100644 --- a/clients/client-macie2/commands/DisassociateMemberCommand.ts +++ b/clients/client-macie2/commands/DisassociateMemberCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo /** *

Disassociates an Amazon Macie administrator account from a member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, DisassociateMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, DisassociateMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/EnableMacieCommand.ts b/clients/client-macie2/commands/EnableMacieCommand.ts index 3137992e2470..0d99e1623fda 100644 --- a/clients/client-macie2/commands/EnableMacieCommand.ts +++ b/clients/client-macie2/commands/EnableMacieCommand.ts @@ -23,7 +23,7 @@ export interface EnableMacieCommandOutput extends EnableMacieResponse, __Metadat /** *

Enables Amazon Macie and specifies the configuration settings for a Macie account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, EnableMacieCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, EnableMacieCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-macie2/commands/EnableOrganizationAdminAccountCommand.ts index 526c70df6a49..4118089b7721 100644 --- a/clients/client-macie2/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/commands/EnableOrganizationAdminAccountCommand.ts @@ -25,7 +25,7 @@ export interface EnableOrganizationAdminAccountCommandOutput /** *

Designates an account as the delegated Amazon Macie administrator account for an AWS organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, EnableOrganizationAdminAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, EnableOrganizationAdminAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetAdministratorAccountCommand.ts b/clients/client-macie2/commands/GetAdministratorAccountCommand.ts index 199caae9f76c..fc1556a01f86 100644 --- a/clients/client-macie2/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-macie2/commands/GetAdministratorAccountCommand.ts @@ -23,7 +23,7 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc /** *

Retrieves information about the Amazon Macie administrator account for an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetAdministratorAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetAdministratorAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetBucketStatisticsCommand.ts b/clients/client-macie2/commands/GetBucketStatisticsCommand.ts index bb02dd55a9d6..39887135d76b 100644 --- a/clients/client-macie2/commands/GetBucketStatisticsCommand.ts +++ b/clients/client-macie2/commands/GetBucketStatisticsCommand.ts @@ -23,7 +23,7 @@ export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsRes /** *

Retrieves (queries) aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetBucketStatisticsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetBucketStatisticsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetClassificationExportConfigurationCommand.ts b/clients/client-macie2/commands/GetClassificationExportConfigurationCommand.ts index 52333250c944..a530d9b854d6 100644 --- a/clients/client-macie2/commands/GetClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/commands/GetClassificationExportConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface GetClassificationExportConfigurationCommandOutput /** *

Retrieves the configuration settings for storing data classification results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetClassificationExportConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetClassificationExportConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetCustomDataIdentifierCommand.ts b/clients/client-macie2/commands/GetCustomDataIdentifierCommand.ts index 2a5253929b32..8c8f293e2969 100644 --- a/clients/client-macie2/commands/GetCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/commands/GetCustomDataIdentifierCommand.ts @@ -23,7 +23,7 @@ export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdent /** *

Retrieves the criteria and other settings for a custom data identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetFindingStatisticsCommand.ts b/clients/client-macie2/commands/GetFindingStatisticsCommand.ts index 9155ac14f1e3..4b1fd5f3ab06 100644 --- a/clients/client-macie2/commands/GetFindingStatisticsCommand.ts +++ b/clients/client-macie2/commands/GetFindingStatisticsCommand.ts @@ -23,7 +23,7 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR /** *

Retrieves (queries) aggregated statistical data about findings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetFindingStatisticsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetFindingStatisticsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetFindingsCommand.ts b/clients/client-macie2/commands/GetFindingsCommand.ts index 28839e5c4cd5..06cbc2349ac3 100644 --- a/clients/client-macie2/commands/GetFindingsCommand.ts +++ b/clients/client-macie2/commands/GetFindingsCommand.ts @@ -23,7 +23,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat /** *

Retrieves the details of one or more findings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetFindingsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetFindingsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetFindingsFilterCommand.ts b/clients/client-macie2/commands/GetFindingsFilterCommand.ts index 0ee9585bc2d1..07122d624f17 100644 --- a/clients/client-macie2/commands/GetFindingsFilterCommand.ts +++ b/clients/client-macie2/commands/GetFindingsFilterCommand.ts @@ -23,7 +23,7 @@ export interface GetFindingsFilterCommandOutput extends GetFindingsFilterRespons /** *

Retrieves the criteria and other settings for a findings filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/commands/GetFindingsPublicationConfigurationCommand.ts index 01d1b9ece1b1..3ad1898ed2ae 100644 --- a/clients/client-macie2/commands/GetFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/commands/GetFindingsPublicationConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface GetFindingsPublicationConfigurationCommandOutput /** *

Retrieves the configuration settings for publishing findings to AWS Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetFindingsPublicationConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetFindingsPublicationConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetInvitationsCountCommand.ts b/clients/client-macie2/commands/GetInvitationsCountCommand.ts index 866e23fdac89..d24d3a97d476 100644 --- a/clients/client-macie2/commands/GetInvitationsCountCommand.ts +++ b/clients/client-macie2/commands/GetInvitationsCountCommand.ts @@ -23,7 +23,7 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes /** *

Retrieves the count of Amazon Macie membership invitations that were received by an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetInvitationsCountCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetInvitationsCountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetMacieSessionCommand.ts b/clients/client-macie2/commands/GetMacieSessionCommand.ts index d219ab8cb53c..3ae8541f9618 100644 --- a/clients/client-macie2/commands/GetMacieSessionCommand.ts +++ b/clients/client-macie2/commands/GetMacieSessionCommand.ts @@ -23,7 +23,7 @@ export interface GetMacieSessionCommandOutput extends GetMacieSessionResponse, _ /** *

Retrieves the current status and configuration settings for an Amazon Macie account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetMacieSessionCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetMacieSessionCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetMasterAccountCommand.ts b/clients/client-macie2/commands/GetMasterAccountCommand.ts index 2ae3fbeffdb9..b99f45ea69e6 100644 --- a/clients/client-macie2/commands/GetMasterAccountCommand.ts +++ b/clients/client-macie2/commands/GetMasterAccountCommand.ts @@ -23,7 +23,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, /** *

(Deprecated) Retrieves information about the Amazon Macie administrator account for an account. This operation has been replaced by the GetAdministratorAccount operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetMasterAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetMasterAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetMemberCommand.ts b/clients/client-macie2/commands/GetMemberCommand.ts index f03b9cdf0c6c..cd2d317c74de 100644 --- a/clients/client-macie2/commands/GetMemberCommand.ts +++ b/clients/client-macie2/commands/GetMemberCommand.ts @@ -23,7 +23,7 @@ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBea /** *

Retrieves information about an account that's associated with an Amazon Macie administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetUsageStatisticsCommand.ts b/clients/client-macie2/commands/GetUsageStatisticsCommand.ts index ed8a1dbaee0e..b4e3ee74c266 100644 --- a/clients/client-macie2/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-macie2/commands/GetUsageStatisticsCommand.ts @@ -23,7 +23,7 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo /** *

Retrieves (queries) quotas and aggregated usage data for one or more accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetUsageStatisticsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetUsageStatisticsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/GetUsageTotalsCommand.ts b/clients/client-macie2/commands/GetUsageTotalsCommand.ts index 4bb411e4601b..28a9e35f9c2e 100644 --- a/clients/client-macie2/commands/GetUsageTotalsCommand.ts +++ b/clients/client-macie2/commands/GetUsageTotalsCommand.ts @@ -23,7 +23,7 @@ export interface GetUsageTotalsCommandOutput extends GetUsageTotalsResponse, __M /** *

Retrieves (queries) aggregated usage data for an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, GetUsageTotalsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, GetUsageTotalsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListClassificationJobsCommand.ts b/clients/client-macie2/commands/ListClassificationJobsCommand.ts index d1dcc6376353..de1e70407ec1 100644 --- a/clients/client-macie2/commands/ListClassificationJobsCommand.ts +++ b/clients/client-macie2/commands/ListClassificationJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListClassificationJobsCommandOutput extends ListClassificationJ /** *

Retrieves a subset of information about one or more classification jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListClassificationJobsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListClassificationJobsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListCustomDataIdentifiersCommand.ts b/clients/client-macie2/commands/ListCustomDataIdentifiersCommand.ts index f924580cb7d5..5f2d9cbd0fa5 100644 --- a/clients/client-macie2/commands/ListCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/commands/ListCustomDataIdentifiersCommand.ts @@ -23,7 +23,7 @@ export interface ListCustomDataIdentifiersCommandOutput extends ListCustomDataId /** *

Retrieves a subset of information about all the custom data identifiers for an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListCustomDataIdentifiersCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListCustomDataIdentifiersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListFindingsCommand.ts b/clients/client-macie2/commands/ListFindingsCommand.ts index 7a71bce34975..7c9eb2a5e253 100644 --- a/clients/client-macie2/commands/ListFindingsCommand.ts +++ b/clients/client-macie2/commands/ListFindingsCommand.ts @@ -23,7 +23,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad /** *

Retrieves a subset of information about one or more findings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListFindingsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListFindingsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListFindingsFiltersCommand.ts b/clients/client-macie2/commands/ListFindingsFiltersCommand.ts index 6f635f84e169..849d660967e4 100644 --- a/clients/client-macie2/commands/ListFindingsFiltersCommand.ts +++ b/clients/client-macie2/commands/ListFindingsFiltersCommand.ts @@ -23,7 +23,7 @@ export interface ListFindingsFiltersCommandOutput extends ListFindingsFiltersRes /** *

Retrieves a subset of information about all the findings filters for an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListFindingsFiltersCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListFindingsFiltersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListInvitationsCommand.ts b/clients/client-macie2/commands/ListInvitationsCommand.ts index 89b800f816c3..4bf59cd476d4 100644 --- a/clients/client-macie2/commands/ListInvitationsCommand.ts +++ b/clients/client-macie2/commands/ListInvitationsCommand.ts @@ -23,7 +23,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _ /** *

Retrieves information about all the Amazon Macie membership invitations that were received by an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListMembersCommand.ts b/clients/client-macie2/commands/ListMembersCommand.ts index 47be9d5c1e75..bf5fefad68d9 100644 --- a/clients/client-macie2/commands/ListMembersCommand.ts +++ b/clients/client-macie2/commands/ListMembersCommand.ts @@ -23,7 +23,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat /** *

Retrieves information about the accounts that are associated with an Amazon Macie administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListMembersCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListMembersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-macie2/commands/ListOrganizationAdminAccountsCommand.ts index a577d76a19b8..48306db5c046 100644 --- a/clients/client-macie2/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-macie2/commands/ListOrganizationAdminAccountsCommand.ts @@ -25,7 +25,7 @@ export interface ListOrganizationAdminAccountsCommandOutput /** *

Retrieves information about the delegated Amazon Macie administrator account for an AWS organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListOrganizationAdminAccountsCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListOrganizationAdminAccountsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/ListTagsForResourceCommand.ts b/clients/client-macie2/commands/ListTagsForResourceCommand.ts index dff6e84e4982..d49e88bea6e7 100644 --- a/clients/client-macie2/commands/ListTagsForResourceCommand.ts +++ b/clients/client-macie2/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves the tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, ListTagsForResourceCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/PutClassificationExportConfigurationCommand.ts b/clients/client-macie2/commands/PutClassificationExportConfigurationCommand.ts index 28a8db7c93dd..2ff139cb32be 100644 --- a/clients/client-macie2/commands/PutClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/commands/PutClassificationExportConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface PutClassificationExportConfigurationCommandOutput /** *

Creates or updates the configuration settings for storing data classification results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, PutClassificationExportConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, PutClassificationExportConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/PutFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/commands/PutFindingsPublicationConfigurationCommand.ts index 8de09098c244..4e051101dfd6 100644 --- a/clients/client-macie2/commands/PutFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/commands/PutFindingsPublicationConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface PutFindingsPublicationConfigurationCommandOutput /** *

Updates the configuration settings for publishing findings to AWS Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, PutFindingsPublicationConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, PutFindingsPublicationConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/TagResourceCommand.ts b/clients/client-macie2/commands/TagResourceCommand.ts index 86f41cb9eea8..148d23d7b244 100644 --- a/clients/client-macie2/commands/TagResourceCommand.ts +++ b/clients/client-macie2/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds or updates one or more tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, TagResourceCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, TagResourceCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/TestCustomDataIdentifierCommand.ts b/clients/client-macie2/commands/TestCustomDataIdentifierCommand.ts index 00e4f7e18757..4aac518bb6a7 100644 --- a/clients/client-macie2/commands/TestCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/commands/TestCustomDataIdentifierCommand.ts @@ -23,7 +23,7 @@ export interface TestCustomDataIdentifierCommandOutput extends TestCustomDataIde /** *

Tests a custom data identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, TestCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, TestCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/UntagResourceCommand.ts b/clients/client-macie2/commands/UntagResourceCommand.ts index 0bdaa3793842..7bd71ec189ab 100644 --- a/clients/client-macie2/commands/UntagResourceCommand.ts +++ b/clients/client-macie2/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags (keys and values) from a classification job, custom data identifier, findings filter, or member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, UntagResourceCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, UntagResourceCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/UpdateClassificationJobCommand.ts b/clients/client-macie2/commands/UpdateClassificationJobCommand.ts index 758cb80f1d01..9220b38d8fbf 100644 --- a/clients/client-macie2/commands/UpdateClassificationJobCommand.ts +++ b/clients/client-macie2/commands/UpdateClassificationJobCommand.ts @@ -23,7 +23,7 @@ export interface UpdateClassificationJobCommandOutput extends UpdateClassificati /** *

Changes the status of a classification job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, UpdateClassificationJobCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, UpdateClassificationJobCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/UpdateFindingsFilterCommand.ts b/clients/client-macie2/commands/UpdateFindingsFilterCommand.ts index aa961a6da7a8..b423adb1477c 100644 --- a/clients/client-macie2/commands/UpdateFindingsFilterCommand.ts +++ b/clients/client-macie2/commands/UpdateFindingsFilterCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFindingsFilterCommandOutput extends UpdateFindingsFilterR /** *

Updates the criteria and other settings for a findings filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, UpdateFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, UpdateFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/UpdateMacieSessionCommand.ts b/clients/client-macie2/commands/UpdateMacieSessionCommand.ts index 676a00de7d43..344554f6e116 100644 --- a/clients/client-macie2/commands/UpdateMacieSessionCommand.ts +++ b/clients/client-macie2/commands/UpdateMacieSessionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionRespo /** *

Suspends or re-enables an Amazon Macie account, or updates the configuration settings for a Macie account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, UpdateMacieSessionCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, UpdateMacieSessionCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/UpdateMemberSessionCommand.ts b/clients/client-macie2/commands/UpdateMemberSessionCommand.ts index d4938c87066e..2b10814c2aad 100644 --- a/clients/client-macie2/commands/UpdateMemberSessionCommand.ts +++ b/clients/client-macie2/commands/UpdateMemberSessionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMemberSessionCommandOutput extends UpdateMemberSessionRes /** *

Enables an Amazon Macie administrator to suspend or re-enable a member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, UpdateMemberSessionCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, UpdateMemberSessionCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-macie2/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-macie2/commands/UpdateOrganizationConfigurationCommand.ts index 62f1673b2c53..e22a8a1985b6 100644 --- a/clients/client-macie2/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/commands/UpdateOrganizationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateOrganizationConfigurationCommandOutput /** *

Updates the Amazon Macie configuration settings for an AWS organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Macie2Client, UpdateOrganizationConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import * // const { Macie2Client, UpdateOrganizationConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/CreateMemberCommand.ts b/clients/client-managedblockchain/commands/CreateMemberCommand.ts index bef00a73db83..a9d1c1b20987 100644 --- a/clients/client-managedblockchain/commands/CreateMemberCommand.ts +++ b/clients/client-managedblockchain/commands/CreateMemberCommand.ts @@ -28,7 +28,7 @@ export interface CreateMemberCommandOutput extends CreateMemberOutput, __Metadat *

Creates a member within a Managed Blockchain network.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, CreateMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, CreateMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/CreateNetworkCommand.ts b/clients/client-managedblockchain/commands/CreateNetworkCommand.ts index 51a4350a28b0..6a02609c049a 100644 --- a/clients/client-managedblockchain/commands/CreateNetworkCommand.ts +++ b/clients/client-managedblockchain/commands/CreateNetworkCommand.ts @@ -28,7 +28,7 @@ export interface CreateNetworkCommandOutput extends CreateNetworkOutput, __Metad *

Creates a new blockchain network using Amazon Managed Blockchain.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, CreateNetworkCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, CreateNetworkCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/CreateNodeCommand.ts b/clients/client-managedblockchain/commands/CreateNodeCommand.ts index 06d9ce65f656..67a0ce893a5d 100644 --- a/clients/client-managedblockchain/commands/CreateNodeCommand.ts +++ b/clients/client-managedblockchain/commands/CreateNodeCommand.ts @@ -28,7 +28,7 @@ export interface CreateNodeCommandOutput extends CreateNodeOutput, __MetadataBea *

Creates a node on the specified blockchain network.

*

Applies to Hyperledger Fabric and Ethereum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, CreateNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, CreateNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/CreateProposalCommand.ts b/clients/client-managedblockchain/commands/CreateProposalCommand.ts index 8dd9014bfaba..6ed82a122b67 100644 --- a/clients/client-managedblockchain/commands/CreateProposalCommand.ts +++ b/clients/client-managedblockchain/commands/CreateProposalCommand.ts @@ -28,7 +28,7 @@ export interface CreateProposalCommandOutput extends CreateProposalOutput, __Met *

Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network. Any member can create a proposal.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, CreateProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, CreateProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/DeleteMemberCommand.ts b/clients/client-managedblockchain/commands/DeleteMemberCommand.ts index ce7cf4c8a188..e6aadff18084 100644 --- a/clients/client-managedblockchain/commands/DeleteMemberCommand.ts +++ b/clients/client-managedblockchain/commands/DeleteMemberCommand.ts @@ -28,7 +28,7 @@ export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __Metadat *

Deletes a member. Deleting a member removes the member and all associated resources from the network. DeleteMember can only be called for a specified MemberId if the principal performing the action is associated with the AWS account that owns the member. In all other cases, the DeleteMember action is carried out as the result of an approved proposal to remove a member. If MemberId is the last member in a network specified by the last AWS account, the network is deleted also.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, DeleteMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, DeleteMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/DeleteNodeCommand.ts b/clients/client-managedblockchain/commands/DeleteNodeCommand.ts index cad47c4a79cc..334ce615e284 100644 --- a/clients/client-managedblockchain/commands/DeleteNodeCommand.ts +++ b/clients/client-managedblockchain/commands/DeleteNodeCommand.ts @@ -28,7 +28,7 @@ export interface DeleteNodeCommandOutput extends DeleteNodeOutput, __MetadataBea *

Deletes a node that your AWS account owns. All data on the node is lost and cannot be recovered.

*

Applies to Hyperledger Fabric and Ethereum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, DeleteNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, DeleteNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/GetMemberCommand.ts b/clients/client-managedblockchain/commands/GetMemberCommand.ts index 2b1c60eda20a..5f0e612476a7 100644 --- a/clients/client-managedblockchain/commands/GetMemberCommand.ts +++ b/clients/client-managedblockchain/commands/GetMemberCommand.ts @@ -28,7 +28,7 @@ export interface GetMemberCommandOutput extends GetMemberOutput, __MetadataBeare *

Returns detailed information about a member.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, GetMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, GetMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/GetNetworkCommand.ts b/clients/client-managedblockchain/commands/GetNetworkCommand.ts index 5f7ec93c5a2d..fc4241b6c31e 100644 --- a/clients/client-managedblockchain/commands/GetNetworkCommand.ts +++ b/clients/client-managedblockchain/commands/GetNetworkCommand.ts @@ -28,7 +28,7 @@ export interface GetNetworkCommandOutput extends GetNetworkOutput, __MetadataBea *

Returns detailed information about a network.

*

Applies to Hyperledger Fabric and Ethereum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, GetNetworkCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, GetNetworkCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/GetNodeCommand.ts b/clients/client-managedblockchain/commands/GetNodeCommand.ts index 272ebae5147f..bf4f65514084 100644 --- a/clients/client-managedblockchain/commands/GetNodeCommand.ts +++ b/clients/client-managedblockchain/commands/GetNodeCommand.ts @@ -28,7 +28,7 @@ export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {} *

Returns detailed information about a node.

*

Applies to Hyperledger Fabric and Ethereum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, GetNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, GetNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/GetProposalCommand.ts b/clients/client-managedblockchain/commands/GetProposalCommand.ts index 1fc923986b48..50e3fcf85691 100644 --- a/clients/client-managedblockchain/commands/GetProposalCommand.ts +++ b/clients/client-managedblockchain/commands/GetProposalCommand.ts @@ -28,7 +28,7 @@ export interface GetProposalCommandOutput extends GetProposalOutput, __MetadataB *

Returns detailed information about a proposal.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, GetProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, GetProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/ListInvitationsCommand.ts b/clients/client-managedblockchain/commands/ListInvitationsCommand.ts index 7a8fa8068957..222367ce7121 100644 --- a/clients/client-managedblockchain/commands/ListInvitationsCommand.ts +++ b/clients/client-managedblockchain/commands/ListInvitationsCommand.ts @@ -28,7 +28,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __M *

Returns a list of all invitations for the current AWS account.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, ListInvitationsCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, ListInvitationsCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/ListMembersCommand.ts b/clients/client-managedblockchain/commands/ListMembersCommand.ts index 7123f736bd42..756d581adff8 100644 --- a/clients/client-managedblockchain/commands/ListMembersCommand.ts +++ b/clients/client-managedblockchain/commands/ListMembersCommand.ts @@ -28,7 +28,7 @@ export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataB *

Returns a list of the members in a network and properties of their configurations.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, ListMembersCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, ListMembersCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/ListNetworksCommand.ts b/clients/client-managedblockchain/commands/ListNetworksCommand.ts index 6862b3e34c09..07d2a6deacb9 100644 --- a/clients/client-managedblockchain/commands/ListNetworksCommand.ts +++ b/clients/client-managedblockchain/commands/ListNetworksCommand.ts @@ -28,7 +28,7 @@ export interface ListNetworksCommandOutput extends ListNetworksOutput, __Metadat *

Returns information about the networks in which the current AWS account participates.

*

Applies to Hyperledger Fabric and Ethereum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, ListNetworksCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, ListNetworksCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/ListNodesCommand.ts b/clients/client-managedblockchain/commands/ListNodesCommand.ts index 0409130994ed..5adda8343e80 100644 --- a/clients/client-managedblockchain/commands/ListNodesCommand.ts +++ b/clients/client-managedblockchain/commands/ListNodesCommand.ts @@ -28,7 +28,7 @@ export interface ListNodesCommandOutput extends ListNodesOutput, __MetadataBeare *

Returns information about the nodes within a network.

*

Applies to Hyperledger Fabric and Ethereum.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, ListNodesCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, ListNodesCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/ListProposalVotesCommand.ts b/clients/client-managedblockchain/commands/ListProposalVotesCommand.ts index 91575e342f1a..b0346e19ba07 100644 --- a/clients/client-managedblockchain/commands/ListProposalVotesCommand.ts +++ b/clients/client-managedblockchain/commands/ListProposalVotesCommand.ts @@ -28,7 +28,7 @@ export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput, *

Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, ListProposalVotesCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, ListProposalVotesCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/ListProposalsCommand.ts b/clients/client-managedblockchain/commands/ListProposalsCommand.ts index 740188c488dd..ddb5dd633c84 100644 --- a/clients/client-managedblockchain/commands/ListProposalsCommand.ts +++ b/clients/client-managedblockchain/commands/ListProposalsCommand.ts @@ -28,7 +28,7 @@ export interface ListProposalsCommandOutput extends ListProposalsOutput, __Metad *

Returns a list of proposals for the network.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, ListProposalsCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, ListProposalsCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/ListTagsForResourceCommand.ts b/clients/client-managedblockchain/commands/ListTagsForResourceCommand.ts index 585b075a2577..85acd1ac949b 100644 --- a/clients/client-managedblockchain/commands/ListTagsForResourceCommand.ts +++ b/clients/client-managedblockchain/commands/ListTagsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Returns a list of tags for the specified resource. Each tag consists of a key and optional value.

*

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, ListTagsForResourceCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, ListTagsForResourceCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/RejectInvitationCommand.ts b/clients/client-managedblockchain/commands/RejectInvitationCommand.ts index 7a9b71b9a0b5..c24d7ecf0c22 100644 --- a/clients/client-managedblockchain/commands/RejectInvitationCommand.ts +++ b/clients/client-managedblockchain/commands/RejectInvitationCommand.ts @@ -28,7 +28,7 @@ export interface RejectInvitationCommandOutput extends RejectInvitationOutput, _ *

Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, RejectInvitationCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, RejectInvitationCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/TagResourceCommand.ts b/clients/client-managedblockchain/commands/TagResourceCommand.ts index 35bdcc497bbc..10eec7d36bfb 100644 --- a/clients/client-managedblockchain/commands/TagResourceCommand.ts +++ b/clients/client-managedblockchain/commands/TagResourceCommand.ts @@ -30,7 +30,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error.

*

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, TagResourceCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, TagResourceCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/UntagResourceCommand.ts b/clients/client-managedblockchain/commands/UntagResourceCommand.ts index ba44033bf19f..832a69275df3 100644 --- a/clients/client-managedblockchain/commands/UntagResourceCommand.ts +++ b/clients/client-managedblockchain/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes the specified tags from the Amazon Managed Blockchain resource.

*

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, UntagResourceCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, UntagResourceCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/UpdateMemberCommand.ts b/clients/client-managedblockchain/commands/UpdateMemberCommand.ts index 9a518becb15c..63dcee7d1d0f 100644 --- a/clients/client-managedblockchain/commands/UpdateMemberCommand.ts +++ b/clients/client-managedblockchain/commands/UpdateMemberCommand.ts @@ -28,7 +28,7 @@ export interface UpdateMemberCommandOutput extends UpdateMemberOutput, __Metadat *

Updates a member configuration with new parameters.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, UpdateMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, UpdateMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/UpdateNodeCommand.ts b/clients/client-managedblockchain/commands/UpdateNodeCommand.ts index aff435ec3338..9c1f5a7048fe 100644 --- a/clients/client-managedblockchain/commands/UpdateNodeCommand.ts +++ b/clients/client-managedblockchain/commands/UpdateNodeCommand.ts @@ -28,7 +28,7 @@ export interface UpdateNodeCommandOutput extends UpdateNodeOutput, __MetadataBea *

Updates a node configuration with new parameters.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, UpdateNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, UpdateNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-managedblockchain/commands/VoteOnProposalCommand.ts b/clients/client-managedblockchain/commands/VoteOnProposalCommand.ts index f0940226adab..e1c5ef052e3b 100644 --- a/clients/client-managedblockchain/commands/VoteOnProposalCommand.ts +++ b/clients/client-managedblockchain/commands/VoteOnProposalCommand.ts @@ -28,7 +28,7 @@ export interface VoteOnProposalCommandOutput extends VoteOnProposalOutput, __Met *

Casts a vote for a specified ProposalId on behalf of a member. The member to vote as, specified by VoterMemberId, must be in the same AWS account as the principal that calls the action.

*

Applies only to Hyperledger Fabric.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ManagedBlockchainClient, VoteOnProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import * // const { ManagedBlockchainClient, VoteOnProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import diff --git a/clients/client-marketplace-catalog/commands/CancelChangeSetCommand.ts b/clients/client-marketplace-catalog/commands/CancelChangeSetCommand.ts index 0bdccf2391a9..98f2a157b57d 100644 --- a/clients/client-marketplace-catalog/commands/CancelChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/commands/CancelChangeSetCommand.ts @@ -30,7 +30,7 @@ export interface CancelChangeSetCommandOutput extends CancelChangeSetResponse, _ * can describe a change during the 60-day request history retention period for API * calls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCatalogClient, CancelChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import * // const { MarketplaceCatalogClient, CancelChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import diff --git a/clients/client-marketplace-catalog/commands/DescribeChangeSetCommand.ts b/clients/client-marketplace-catalog/commands/DescribeChangeSetCommand.ts index a6345bdb71e2..7350a1caa224 100644 --- a/clients/client-marketplace-catalog/commands/DescribeChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/commands/DescribeChangeSetCommand.ts @@ -27,7 +27,7 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetRespons /** *

Provides information about a given change set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCatalogClient, DescribeChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import * // const { MarketplaceCatalogClient, DescribeChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import diff --git a/clients/client-marketplace-catalog/commands/DescribeEntityCommand.ts b/clients/client-marketplace-catalog/commands/DescribeEntityCommand.ts index 2f6e52215d38..d13d068cae85 100644 --- a/clients/client-marketplace-catalog/commands/DescribeEntityCommand.ts +++ b/clients/client-marketplace-catalog/commands/DescribeEntityCommand.ts @@ -27,7 +27,7 @@ export interface DescribeEntityCommandOutput extends DescribeEntityResponse, __M /** *

Returns the metadata and content of the entity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCatalogClient, DescribeEntityCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import * // const { MarketplaceCatalogClient, DescribeEntityCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import diff --git a/clients/client-marketplace-catalog/commands/ListChangeSetsCommand.ts b/clients/client-marketplace-catalog/commands/ListChangeSetsCommand.ts index ceb95ea6b2a4..8ae1056c6ded 100644 --- a/clients/client-marketplace-catalog/commands/ListChangeSetsCommand.ts +++ b/clients/client-marketplace-catalog/commands/ListChangeSetsCommand.ts @@ -33,7 +33,7 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsResponse, __M *

You can describe a change during the 60-day request history retention period for API * calls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCatalogClient, ListChangeSetsCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import * // const { MarketplaceCatalogClient, ListChangeSetsCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import diff --git a/clients/client-marketplace-catalog/commands/ListEntitiesCommand.ts b/clients/client-marketplace-catalog/commands/ListEntitiesCommand.ts index b78b03e20753..6396d1333a2e 100644 --- a/clients/client-marketplace-catalog/commands/ListEntitiesCommand.ts +++ b/clients/client-marketplace-catalog/commands/ListEntitiesCommand.ts @@ -27,7 +27,7 @@ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __Metad /** *

Provides the list of entities of a given type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCatalogClient, ListEntitiesCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import * // const { MarketplaceCatalogClient, ListEntitiesCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import diff --git a/clients/client-marketplace-catalog/commands/StartChangeSetCommand.ts b/clients/client-marketplace-catalog/commands/StartChangeSetCommand.ts index f5f070c93084..8480bcdd554e 100644 --- a/clients/client-marketplace-catalog/commands/StartChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/commands/StartChangeSetCommand.ts @@ -37,7 +37,7 @@ export interface StartChangeSetCommandOutput extends StartChangeSetResponse, __M * type (AddRevisions) against the same entity * (entity-id@1).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCatalogClient, StartChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import * // const { MarketplaceCatalogClient, StartChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import diff --git a/clients/client-marketplace-commerce-analytics/commands/GenerateDataSetCommand.ts b/clients/client-marketplace-commerce-analytics/commands/GenerateDataSetCommand.ts index 5c420e61ba83..6852917dcda2 100644 --- a/clients/client-marketplace-commerce-analytics/commands/GenerateDataSetCommand.ts +++ b/clients/client-marketplace-commerce-analytics/commands/GenerateDataSetCommand.ts @@ -34,7 +34,7 @@ export interface GenerateDataSetCommandOutput extends GenerateDataSetResult, __M * Requires a Role with an attached permissions policy providing Allow permissions for the following actions: * s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCommerceAnalyticsClient, GenerateDataSetCommand } from "@aws-sdk/client-marketplace-commerce-analytics"; // ES Modules import * // const { MarketplaceCommerceAnalyticsClient, GenerateDataSetCommand } = require("@aws-sdk/client-marketplace-commerce-analytics"); // CommonJS import diff --git a/clients/client-marketplace-commerce-analytics/commands/StartSupportDataExportCommand.ts b/clients/client-marketplace-commerce-analytics/commands/StartSupportDataExportCommand.ts index 3bc0c4a41761..b6f72d1acf3f 100644 --- a/clients/client-marketplace-commerce-analytics/commands/StartSupportDataExportCommand.ts +++ b/clients/client-marketplace-commerce-analytics/commands/StartSupportDataExportCommand.ts @@ -34,7 +34,7 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp * Requires a Role with an attached permissions policy providing Allow permissions for the following actions: * s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceCommerceAnalyticsClient, StartSupportDataExportCommand } from "@aws-sdk/client-marketplace-commerce-analytics"; // ES Modules import * // const { MarketplaceCommerceAnalyticsClient, StartSupportDataExportCommand } = require("@aws-sdk/client-marketplace-commerce-analytics"); // CommonJS import diff --git a/clients/client-marketplace-entitlement-service/commands/GetEntitlementsCommand.ts b/clients/client-marketplace-entitlement-service/commands/GetEntitlementsCommand.ts index 75d9787cab18..4a3f3ea3fc04 100644 --- a/clients/client-marketplace-entitlement-service/commands/GetEntitlementsCommand.ts +++ b/clients/client-marketplace-entitlement-service/commands/GetEntitlementsCommand.ts @@ -28,7 +28,7 @@ export interface GetEntitlementsCommandOutput extends GetEntitlementsResult, __M *

GetEntitlements retrieves entitlement values for a given product. The results can be * filtered based on customer identifier or product dimensions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceEntitlementServiceClient, GetEntitlementsCommand } from "@aws-sdk/client-marketplace-entitlement-service"; // ES Modules import * // const { MarketplaceEntitlementServiceClient, GetEntitlementsCommand } = require("@aws-sdk/client-marketplace-entitlement-service"); // CommonJS import diff --git a/clients/client-marketplace-metering/commands/BatchMeterUsageCommand.ts b/clients/client-marketplace-metering/commands/BatchMeterUsageCommand.ts index c9584c7fd1f4..3737ca23fed5 100644 --- a/clients/client-marketplace-metering/commands/BatchMeterUsageCommand.ts +++ b/clients/client-marketplace-metering/commands/BatchMeterUsageCommand.ts @@ -37,7 +37,7 @@ export interface BatchMeterUsageCommandOutput extends BatchMeterUsageResult, __M * define).

*

BatchMeterUsage requests must be less than 1MB in size.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceMeteringClient, BatchMeterUsageCommand } from "@aws-sdk/client-marketplace-metering"; // ES Modules import * // const { MarketplaceMeteringClient, BatchMeterUsageCommand } = require("@aws-sdk/client-marketplace-metering"); // CommonJS import diff --git a/clients/client-marketplace-metering/commands/MeterUsageCommand.ts b/clients/client-marketplace-metering/commands/MeterUsageCommand.ts index cf561294113c..2d9be54cd949 100644 --- a/clients/client-marketplace-metering/commands/MeterUsageCommand.ts +++ b/clients/client-marketplace-metering/commands/MeterUsageCommand.ts @@ -33,7 +33,7 @@ export interface MeterUsageCommandOutput extends MeterUsageResult, __MetadataBea * with usage data split into buckets by tags that you define (or allow the customer to * define).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceMeteringClient, MeterUsageCommand } from "@aws-sdk/client-marketplace-metering"; // ES Modules import * // const { MarketplaceMeteringClient, MeterUsageCommand } = require("@aws-sdk/client-marketplace-metering"); // CommonJS import diff --git a/clients/client-marketplace-metering/commands/RegisterUsageCommand.ts b/clients/client-marketplace-metering/commands/RegisterUsageCommand.ts index 7c8585caaaf1..a9aa23ebae1e 100644 --- a/clients/client-marketplace-metering/commands/RegisterUsageCommand.ts +++ b/clients/client-marketplace-metering/commands/RegisterUsageCommand.ts @@ -65,7 +65,7 @@ export interface RegisterUsageCommandOutput extends RegisterUsageResult, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceMeteringClient, RegisterUsageCommand } from "@aws-sdk/client-marketplace-metering"; // ES Modules import * // const { MarketplaceMeteringClient, RegisterUsageCommand } = require("@aws-sdk/client-marketplace-metering"); // CommonJS import diff --git a/clients/client-marketplace-metering/commands/ResolveCustomerCommand.ts b/clients/client-marketplace-metering/commands/ResolveCustomerCommand.ts index 065959ffcdcb..e8b0f4fdb5f6 100644 --- a/clients/client-marketplace-metering/commands/ResolveCustomerCommand.ts +++ b/clients/client-marketplace-metering/commands/ResolveCustomerCommand.ts @@ -30,7 +30,7 @@ export interface ResolveCustomerCommandOutput extends ResolveCustomerResult, __M * registration token through their browser. The registration token is resolved through * this API to obtain a CustomerIdentifier and product code.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MarketplaceMeteringClient, ResolveCustomerCommand } from "@aws-sdk/client-marketplace-metering"; // ES Modules import * // const { MarketplaceMeteringClient, ResolveCustomerCommand } = require("@aws-sdk/client-marketplace-metering"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/AddFlowOutputsCommand.ts b/clients/client-mediaconnect/commands/AddFlowOutputsCommand.ts index f0c9c91c41f0..ac4ceac3010d 100644 --- a/clients/client-mediaconnect/commands/AddFlowOutputsCommand.ts +++ b/clients/client-mediaconnect/commands/AddFlowOutputsCommand.ts @@ -23,7 +23,7 @@ export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __M /** * Adds outputs to an existing flow. You can create up to 50 outputs per flow. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, AddFlowOutputsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, AddFlowOutputsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/AddFlowSourcesCommand.ts b/clients/client-mediaconnect/commands/AddFlowSourcesCommand.ts index 04b421c5ed2b..3d4c8abe98fe 100644 --- a/clients/client-mediaconnect/commands/AddFlowSourcesCommand.ts +++ b/clients/client-mediaconnect/commands/AddFlowSourcesCommand.ts @@ -23,7 +23,7 @@ export interface AddFlowSourcesCommandOutput extends AddFlowSourcesResponse, __M /** * Adds Sources to flow * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, AddFlowSourcesCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, AddFlowSourcesCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/AddFlowVpcInterfacesCommand.ts b/clients/client-mediaconnect/commands/AddFlowVpcInterfacesCommand.ts index 5b6d70f72da1..5aca6acca855 100644 --- a/clients/client-mediaconnect/commands/AddFlowVpcInterfacesCommand.ts +++ b/clients/client-mediaconnect/commands/AddFlowVpcInterfacesCommand.ts @@ -23,7 +23,7 @@ export interface AddFlowVpcInterfacesCommandOutput extends AddFlowVpcInterfacesR /** * Adds VPC interfaces to flow * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, AddFlowVpcInterfacesCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, AddFlowVpcInterfacesCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/CreateFlowCommand.ts b/clients/client-mediaconnect/commands/CreateFlowCommand.ts index faff2e7ee200..bcd1d1b11ae9 100644 --- a/clients/client-mediaconnect/commands/CreateFlowCommand.ts +++ b/clients/client-mediaconnect/commands/CreateFlowCommand.ts @@ -23,7 +23,7 @@ export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataB /** * Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50). * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, CreateFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, CreateFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/DeleteFlowCommand.ts b/clients/client-mediaconnect/commands/DeleteFlowCommand.ts index c0f1f91007a6..c4b00cd9988b 100644 --- a/clients/client-mediaconnect/commands/DeleteFlowCommand.ts +++ b/clients/client-mediaconnect/commands/DeleteFlowCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataB /** * Deletes a flow. Before you can delete a flow, you must stop the flow. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, DeleteFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, DeleteFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/DescribeFlowCommand.ts b/clients/client-mediaconnect/commands/DescribeFlowCommand.ts index 026bfe2fdee0..fa183a996457 100644 --- a/clients/client-mediaconnect/commands/DescribeFlowCommand.ts +++ b/clients/client-mediaconnect/commands/DescribeFlowCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad /** * Displays the details of a flow. The response includes the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, DescribeFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, DescribeFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/DescribeOfferingCommand.ts b/clients/client-mediaconnect/commands/DescribeOfferingCommand.ts index c61e57c52bb4..9039e93d4e03 100644 --- a/clients/client-mediaconnect/commands/DescribeOfferingCommand.ts +++ b/clients/client-mediaconnect/commands/DescribeOfferingCommand.ts @@ -23,7 +23,7 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse, /** * Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN). * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, DescribeOfferingCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, DescribeOfferingCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/DescribeReservationCommand.ts b/clients/client-mediaconnect/commands/DescribeReservationCommand.ts index 9bb3fb622403..abba852a32f0 100644 --- a/clients/client-mediaconnect/commands/DescribeReservationCommand.ts +++ b/clients/client-mediaconnect/commands/DescribeReservationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes /** * Displays the details of a reservation. The response includes the reservation name, state, start date and time, and the details of the offering that make up the rest of the reservation (such as price, duration, and outbound bandwidth). * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, DescribeReservationCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, DescribeReservationCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/GrantFlowEntitlementsCommand.ts b/clients/client-mediaconnect/commands/GrantFlowEntitlementsCommand.ts index 8e7540a9a291..9d3443282391 100644 --- a/clients/client-mediaconnect/commands/GrantFlowEntitlementsCommand.ts +++ b/clients/client-mediaconnect/commands/GrantFlowEntitlementsCommand.ts @@ -23,7 +23,7 @@ export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlement /** * Grants entitlements to an existing flow. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, GrantFlowEntitlementsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, GrantFlowEntitlementsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/ListEntitlementsCommand.ts b/clients/client-mediaconnect/commands/ListEntitlementsCommand.ts index 00e2656eb8a4..b63cdfc81384 100644 --- a/clients/client-mediaconnect/commands/ListEntitlementsCommand.ts +++ b/clients/client-mediaconnect/commands/ListEntitlementsCommand.ts @@ -23,7 +23,7 @@ export interface ListEntitlementsCommandOutput extends ListEntitlementsResponse, /** * Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, ListEntitlementsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, ListEntitlementsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/ListFlowsCommand.ts b/clients/client-mediaconnect/commands/ListFlowsCommand.ts index a418febe3d48..16657796a740 100644 --- a/clients/client-mediaconnect/commands/ListFlowsCommand.ts +++ b/clients/client-mediaconnect/commands/ListFlowsCommand.ts @@ -23,7 +23,7 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea /** * Displays a list of flows that are associated with this account. This request returns a paginated result. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, ListFlowsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, ListFlowsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/ListOfferingsCommand.ts b/clients/client-mediaconnect/commands/ListOfferingsCommand.ts index 416ddd370ff2..65f929c94822 100644 --- a/clients/client-mediaconnect/commands/ListOfferingsCommand.ts +++ b/clients/client-mediaconnect/commands/ListOfferingsCommand.ts @@ -23,7 +23,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met /** * Displays a list of all offerings that are available to this account in the current AWS Region. If you have an active reservation (which means you've purchased an offering that has already started and hasn't expired yet), your account isn't eligible for other offerings. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, ListOfferingsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, ListOfferingsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/ListReservationsCommand.ts b/clients/client-mediaconnect/commands/ListReservationsCommand.ts index 790cd3b52059..ef82ae9273e0 100644 --- a/clients/client-mediaconnect/commands/ListReservationsCommand.ts +++ b/clients/client-mediaconnect/commands/ListReservationsCommand.ts @@ -23,7 +23,7 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse, /** * Displays a list of all reservations that have been purchased by this account in the current AWS Region. This list includes all reservations in all states (such as active and expired). * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, ListReservationsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, ListReservationsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconnect/commands/ListTagsForResourceCommand.ts index 616c76ce2a29..1b5fd32c4b41 100644 --- a/clients/client-mediaconnect/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconnect/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * List all tags on an AWS Elemental MediaConnect resource * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/PurchaseOfferingCommand.ts b/clients/client-mediaconnect/commands/PurchaseOfferingCommand.ts index b25f3b3f1c20..50041127c7c1 100644 --- a/clients/client-mediaconnect/commands/PurchaseOfferingCommand.ts +++ b/clients/client-mediaconnect/commands/PurchaseOfferingCommand.ts @@ -23,7 +23,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse, /** * Submits a request to purchase an offering. If you already have an active reservation, you can't purchase another offering. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, PurchaseOfferingCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, PurchaseOfferingCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/RemoveFlowOutputCommand.ts b/clients/client-mediaconnect/commands/RemoveFlowOutputCommand.ts index 2a0a3f8929d9..740558d59903 100644 --- a/clients/client-mediaconnect/commands/RemoveFlowOutputCommand.ts +++ b/clients/client-mediaconnect/commands/RemoveFlowOutputCommand.ts @@ -23,7 +23,7 @@ export interface RemoveFlowOutputCommandOutput extends RemoveFlowOutputResponse, /** * Removes an output from an existing flow. This request can be made only on an output that does not have an entitlement associated with it. If the output has an entitlement, you must revoke the entitlement instead. When an entitlement is revoked from a flow, the service automatically removes the associated output. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, RemoveFlowOutputCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, RemoveFlowOutputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/RemoveFlowSourceCommand.ts b/clients/client-mediaconnect/commands/RemoveFlowSourceCommand.ts index f4fb18b2e42c..9a455cd17004 100644 --- a/clients/client-mediaconnect/commands/RemoveFlowSourceCommand.ts +++ b/clients/client-mediaconnect/commands/RemoveFlowSourceCommand.ts @@ -23,7 +23,7 @@ export interface RemoveFlowSourceCommandOutput extends RemoveFlowSourceResponse, /** * Removes a source from an existing flow. This request can be made only if there is more than one source on the flow. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, RemoveFlowSourceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, RemoveFlowSourceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/RemoveFlowVpcInterfaceCommand.ts b/clients/client-mediaconnect/commands/RemoveFlowVpcInterfaceCommand.ts index c1ee23cc1669..01224c4318b9 100644 --- a/clients/client-mediaconnect/commands/RemoveFlowVpcInterfaceCommand.ts +++ b/clients/client-mediaconnect/commands/RemoveFlowVpcInterfaceCommand.ts @@ -23,7 +23,7 @@ export interface RemoveFlowVpcInterfaceCommandOutput extends RemoveFlowVpcInterf /** * Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, RemoveFlowVpcInterfaceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, RemoveFlowVpcInterfaceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/RevokeFlowEntitlementCommand.ts b/clients/client-mediaconnect/commands/RevokeFlowEntitlementCommand.ts index 39ab2cc56b78..c7a00d34dd46 100644 --- a/clients/client-mediaconnect/commands/RevokeFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/commands/RevokeFlowEntitlementCommand.ts @@ -23,7 +23,7 @@ export interface RevokeFlowEntitlementCommandOutput extends RevokeFlowEntitlemen /** * Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, RevokeFlowEntitlementCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, RevokeFlowEntitlementCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/StartFlowCommand.ts b/clients/client-mediaconnect/commands/StartFlowCommand.ts index fed5d6ad248e..a0102595d63c 100644 --- a/clients/client-mediaconnect/commands/StartFlowCommand.ts +++ b/clients/client-mediaconnect/commands/StartFlowCommand.ts @@ -23,7 +23,7 @@ export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBea /** * Starts a flow. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, StartFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, StartFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/StopFlowCommand.ts b/clients/client-mediaconnect/commands/StopFlowCommand.ts index 6a1c0b7056be..0da71af33939 100644 --- a/clients/client-mediaconnect/commands/StopFlowCommand.ts +++ b/clients/client-mediaconnect/commands/StopFlowCommand.ts @@ -23,7 +23,7 @@ export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBeare /** * Stops a flow. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, StopFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, StopFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/TagResourceCommand.ts b/clients/client-mediaconnect/commands/TagResourceCommand.ts index 62d4eb636d20..b6051ed1f766 100644 --- a/clients/client-mediaconnect/commands/TagResourceCommand.ts +++ b/clients/client-mediaconnect/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, TagResourceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, TagResourceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/UntagResourceCommand.ts b/clients/client-mediaconnect/commands/UntagResourceCommand.ts index 25cc1e12f32c..5a95a2a2897f 100644 --- a/clients/client-mediaconnect/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconnect/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** * Deletes specified tags from a resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, UntagResourceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, UntagResourceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/UpdateFlowCommand.ts b/clients/client-mediaconnect/commands/UpdateFlowCommand.ts index 09dbb55ab623..15ce1df788a3 100644 --- a/clients/client-mediaconnect/commands/UpdateFlowCommand.ts +++ b/clients/client-mediaconnect/commands/UpdateFlowCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataB /** * Updates flow * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, UpdateFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, UpdateFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/UpdateFlowEntitlementCommand.ts b/clients/client-mediaconnect/commands/UpdateFlowEntitlementCommand.ts index 5bde63881d1f..b75e324890f6 100644 --- a/clients/client-mediaconnect/commands/UpdateFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/commands/UpdateFlowEntitlementCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFlowEntitlementCommandOutput extends UpdateFlowEntitlemen /** * You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, UpdateFlowEntitlementCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, UpdateFlowEntitlementCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/UpdateFlowOutputCommand.ts b/clients/client-mediaconnect/commands/UpdateFlowOutputCommand.ts index 6a82bd2b267e..3d8b2c1a9924 100644 --- a/clients/client-mediaconnect/commands/UpdateFlowOutputCommand.ts +++ b/clients/client-mediaconnect/commands/UpdateFlowOutputCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFlowOutputCommandOutput extends UpdateFlowOutputResponse, /** * Updates an existing flow output. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, UpdateFlowOutputCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, UpdateFlowOutputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconnect/commands/UpdateFlowSourceCommand.ts b/clients/client-mediaconnect/commands/UpdateFlowSourceCommand.ts index e7acbdc3dc17..34d83c85eca0 100644 --- a/clients/client-mediaconnect/commands/UpdateFlowSourceCommand.ts +++ b/clients/client-mediaconnect/commands/UpdateFlowSourceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFlowSourceCommandOutput extends UpdateFlowSourceResponse, /** * Updates the source of a flow. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConnectClient, UpdateFlowSourceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import * // const { MediaConnectClient, UpdateFlowSourceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/AssociateCertificateCommand.ts b/clients/client-mediaconvert/commands/AssociateCertificateCommand.ts index 83e080a9a084..4611756c251c 100644 --- a/clients/client-mediaconvert/commands/AssociateCertificateCommand.ts +++ b/clients/client-mediaconvert/commands/AssociateCertificateCommand.ts @@ -23,7 +23,7 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR /** * Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, AssociateCertificateCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, AssociateCertificateCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/CancelJobCommand.ts b/clients/client-mediaconvert/commands/CancelJobCommand.ts index ffc53d01cfef..12f65c0f2786 100644 --- a/clients/client-mediaconvert/commands/CancelJobCommand.ts +++ b/clients/client-mediaconvert/commands/CancelJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea /** * Permanently cancel a job. Once you have canceled a job, you can't start it again. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, CancelJobCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, CancelJobCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/CreateJobCommand.ts b/clients/client-mediaconvert/commands/CreateJobCommand.ts index 818d8c2abb6d..036e0e30cc0d 100644 --- a/clients/client-mediaconvert/commands/CreateJobCommand.ts +++ b/clients/client-mediaconvert/commands/CreateJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea /** * Create a new transcoding job. For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, CreateJobCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, CreateJobCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/CreateJobTemplateCommand.ts b/clients/client-mediaconvert/commands/CreateJobTemplateCommand.ts index 3971f8f3a78b..a32f4c319aab 100644 --- a/clients/client-mediaconvert/commands/CreateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/commands/CreateJobTemplateCommand.ts @@ -23,7 +23,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons /** * Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, CreateJobTemplateCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, CreateJobTemplateCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/CreatePresetCommand.ts b/clients/client-mediaconvert/commands/CreatePresetCommand.ts index cdaac7f3b742..e8b6fd04ca10 100644 --- a/clients/client-mediaconvert/commands/CreatePresetCommand.ts +++ b/clients/client-mediaconvert/commands/CreatePresetCommand.ts @@ -23,7 +23,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad /** * Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, CreatePresetCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, CreatePresetCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/CreateQueueCommand.ts b/clients/client-mediaconvert/commands/CreateQueueCommand.ts index 22360424edee..7c90924d5a8a 100644 --- a/clients/client-mediaconvert/commands/CreateQueueCommand.ts +++ b/clients/client-mediaconvert/commands/CreateQueueCommand.ts @@ -23,7 +23,7 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat /** * Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, CreateQueueCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, CreateQueueCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/DeleteJobTemplateCommand.ts b/clients/client-mediaconvert/commands/DeleteJobTemplateCommand.ts index 128cf7fb7b70..df6540fbd363 100644 --- a/clients/client-mediaconvert/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-mediaconvert/commands/DeleteJobTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons /** * Permanently delete a job template you have created. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, DeleteJobTemplateCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, DeleteJobTemplateCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/DeletePresetCommand.ts b/clients/client-mediaconvert/commands/DeletePresetCommand.ts index f39dc2c41722..d18cdee32560 100644 --- a/clients/client-mediaconvert/commands/DeletePresetCommand.ts +++ b/clients/client-mediaconvert/commands/DeletePresetCommand.ts @@ -23,7 +23,7 @@ export interface DeletePresetCommandOutput extends DeletePresetResponse, __Metad /** * Permanently delete a preset you have created. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, DeletePresetCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, DeletePresetCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/DeleteQueueCommand.ts b/clients/client-mediaconvert/commands/DeleteQueueCommand.ts index e4cc82c34aac..b79643941163 100644 --- a/clients/client-mediaconvert/commands/DeleteQueueCommand.ts +++ b/clients/client-mediaconvert/commands/DeleteQueueCommand.ts @@ -23,7 +23,7 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat /** * Permanently delete a queue you have created. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, DeleteQueueCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, DeleteQueueCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/DescribeEndpointsCommand.ts b/clients/client-mediaconvert/commands/DescribeEndpointsCommand.ts index 68d2f1e26a2d..7c9b7a3da969 100644 --- a/clients/client-mediaconvert/commands/DescribeEndpointsCommand.ts +++ b/clients/client-mediaconvert/commands/DescribeEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons /** * Send an request with an empty body to the regional API endpoint to get your account API endpoint. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, DescribeEndpointsCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, DescribeEndpointsCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/DisassociateCertificateCommand.ts b/clients/client-mediaconvert/commands/DisassociateCertificateCommand.ts index 9ed171a79694..6ed24bcf8f8f 100644 --- a/clients/client-mediaconvert/commands/DisassociateCertificateCommand.ts +++ b/clients/client-mediaconvert/commands/DisassociateCertificateCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateCertificateCommandOutput extends DisassociateCertif /** * Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, DisassociateCertificateCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, DisassociateCertificateCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/GetJobCommand.ts b/clients/client-mediaconvert/commands/GetJobCommand.ts index c58fd3634cd7..45e51c6f8b49 100644 --- a/clients/client-mediaconvert/commands/GetJobCommand.ts +++ b/clients/client-mediaconvert/commands/GetJobCommand.ts @@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {} /** * Retrieve the JSON for a specific completed transcoding job. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, GetJobCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, GetJobCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/GetJobTemplateCommand.ts b/clients/client-mediaconvert/commands/GetJobTemplateCommand.ts index 4df57f26f4e8..79e10d943163 100644 --- a/clients/client-mediaconvert/commands/GetJobTemplateCommand.ts +++ b/clients/client-mediaconvert/commands/GetJobTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M /** * Retrieve the JSON for a specific job template. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, GetJobTemplateCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, GetJobTemplateCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/GetPresetCommand.ts b/clients/client-mediaconvert/commands/GetPresetCommand.ts index dafb0dba3538..4835bef56f98 100644 --- a/clients/client-mediaconvert/commands/GetPresetCommand.ts +++ b/clients/client-mediaconvert/commands/GetPresetCommand.ts @@ -23,7 +23,7 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea /** * Retrieve the JSON for a specific preset. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, GetPresetCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, GetPresetCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/GetQueueCommand.ts b/clients/client-mediaconvert/commands/GetQueueCommand.ts index b18ed923f144..592be345eb8e 100644 --- a/clients/client-mediaconvert/commands/GetQueueCommand.ts +++ b/clients/client-mediaconvert/commands/GetQueueCommand.ts @@ -23,7 +23,7 @@ export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBeare /** * Retrieve the JSON for a specific queue. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, GetQueueCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, GetQueueCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/ListJobTemplatesCommand.ts b/clients/client-mediaconvert/commands/ListJobTemplatesCommand.ts index 1a0b931d63ec..890806291c2d 100644 --- a/clients/client-mediaconvert/commands/ListJobTemplatesCommand.ts +++ b/clients/client-mediaconvert/commands/ListJobTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse, /** * Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, ListJobTemplatesCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, ListJobTemplatesCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/ListJobsCommand.ts b/clients/client-mediaconvert/commands/ListJobsCommand.ts index e7b5c45b8050..c22010d93c01 100644 --- a/clients/client-mediaconvert/commands/ListJobsCommand.ts +++ b/clients/client-mediaconvert/commands/ListJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare /** * Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, ListJobsCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, ListJobsCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/ListPresetsCommand.ts b/clients/client-mediaconvert/commands/ListPresetsCommand.ts index b6e8f7714014..2b2ceb8628d7 100644 --- a/clients/client-mediaconvert/commands/ListPresetsCommand.ts +++ b/clients/client-mediaconvert/commands/ListPresetsCommand.ts @@ -23,7 +23,7 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat /** * Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, ListPresetsCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, ListPresetsCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/ListQueuesCommand.ts b/clients/client-mediaconvert/commands/ListQueuesCommand.ts index 65d958498231..bf7845633274 100644 --- a/clients/client-mediaconvert/commands/ListQueuesCommand.ts +++ b/clients/client-mediaconvert/commands/ListQueuesCommand.ts @@ -23,7 +23,7 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB /** * Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, ListQueuesCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, ListQueuesCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconvert/commands/ListTagsForResourceCommand.ts index 5ce380d8c462..d006302b5059 100644 --- a/clients/client-mediaconvert/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconvert/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * Retrieve the tags for a MediaConvert resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/TagResourceCommand.ts b/clients/client-mediaconvert/commands/TagResourceCommand.ts index 5084778a8149..7dbd15a816a7 100644 --- a/clients/client-mediaconvert/commands/TagResourceCommand.ts +++ b/clients/client-mediaconvert/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** * Add tags to a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, TagResourceCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, TagResourceCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/UntagResourceCommand.ts b/clients/client-mediaconvert/commands/UntagResourceCommand.ts index 9e1b2ff511e2..f00a38c61de8 100644 --- a/clients/client-mediaconvert/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconvert/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** * Remove tags from a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, UntagResourceCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, UntagResourceCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/UpdateJobTemplateCommand.ts b/clients/client-mediaconvert/commands/UpdateJobTemplateCommand.ts index acb26606d92c..ce76c541fbee 100644 --- a/clients/client-mediaconvert/commands/UpdateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/commands/UpdateJobTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons /** * Modify one of your existing job templates. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, UpdateJobTemplateCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, UpdateJobTemplateCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/UpdatePresetCommand.ts b/clients/client-mediaconvert/commands/UpdatePresetCommand.ts index 0bf7c7796694..8bfbef717ead 100644 --- a/clients/client-mediaconvert/commands/UpdatePresetCommand.ts +++ b/clients/client-mediaconvert/commands/UpdatePresetCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad /** * Modify one of your existing presets. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, UpdatePresetCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, UpdatePresetCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-mediaconvert/commands/UpdateQueueCommand.ts b/clients/client-mediaconvert/commands/UpdateQueueCommand.ts index 67c1e11db3b7..56ef0280380d 100644 --- a/clients/client-mediaconvert/commands/UpdateQueueCommand.ts +++ b/clients/client-mediaconvert/commands/UpdateQueueCommand.ts @@ -23,7 +23,7 @@ export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __Metadat /** * Modify one of your existing queues. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaConvertClient, UpdateQueueCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import * // const { MediaConvertClient, UpdateQueueCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import diff --git a/clients/client-medialive/commands/AcceptInputDeviceTransferCommand.ts b/clients/client-medialive/commands/AcceptInputDeviceTransferCommand.ts index bbf60c5ee19c..a4059bc3a73c 100644 --- a/clients/client-medialive/commands/AcceptInputDeviceTransferCommand.ts +++ b/clients/client-medialive/commands/AcceptInputDeviceTransferCommand.ts @@ -23,7 +23,7 @@ export interface AcceptInputDeviceTransferCommandOutput extends AcceptInputDevic /** * Accept an incoming input device transfer. The ownership of the device will transfer to your AWS account. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, AcceptInputDeviceTransferCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, AcceptInputDeviceTransferCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/BatchDeleteCommand.ts b/clients/client-medialive/commands/BatchDeleteCommand.ts index 66426c4a89db..9323a55c5abd 100644 --- a/clients/client-medialive/commands/BatchDeleteCommand.ts +++ b/clients/client-medialive/commands/BatchDeleteCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeleteCommandOutput extends BatchDeleteResponse, __Metadat /** * Starts delete of resources. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, BatchDeleteCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, BatchDeleteCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/BatchStartCommand.ts b/clients/client-medialive/commands/BatchStartCommand.ts index 7024bb1ac19c..2623aeff8d08 100644 --- a/clients/client-medialive/commands/BatchStartCommand.ts +++ b/clients/client-medialive/commands/BatchStartCommand.ts @@ -23,7 +23,7 @@ export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataB /** * Starts existing resources * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, BatchStartCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, BatchStartCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/BatchStopCommand.ts b/clients/client-medialive/commands/BatchStopCommand.ts index 8417f0304742..0297fa183374 100644 --- a/clients/client-medialive/commands/BatchStopCommand.ts +++ b/clients/client-medialive/commands/BatchStopCommand.ts @@ -23,7 +23,7 @@ export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBea /** * Stops running resources * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, BatchStopCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, BatchStopCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/BatchUpdateScheduleCommand.ts b/clients/client-medialive/commands/BatchUpdateScheduleCommand.ts index 119a07d6d41e..0e5a3bf0e96d 100644 --- a/clients/client-medialive/commands/BatchUpdateScheduleCommand.ts +++ b/clients/client-medialive/commands/BatchUpdateScheduleCommand.ts @@ -23,7 +23,7 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes /** * Update a channel schedule * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, BatchUpdateScheduleCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, BatchUpdateScheduleCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CancelInputDeviceTransferCommand.ts b/clients/client-medialive/commands/CancelInputDeviceTransferCommand.ts index 53ec96caec59..a88624864e24 100644 --- a/clients/client-medialive/commands/CancelInputDeviceTransferCommand.ts +++ b/clients/client-medialive/commands/CancelInputDeviceTransferCommand.ts @@ -23,7 +23,7 @@ export interface CancelInputDeviceTransferCommandOutput extends CancelInputDevic /** * Cancel an input device transfer that you have requested. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CancelInputDeviceTransferCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CancelInputDeviceTransferCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CreateChannelCommand.ts b/clients/client-medialive/commands/CreateChannelCommand.ts index d0a2a627b41b..68b206e5fca5 100644 --- a/clients/client-medialive/commands/CreateChannelCommand.ts +++ b/clients/client-medialive/commands/CreateChannelCommand.ts @@ -23,7 +23,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met /** * Creates a new channel * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CreateChannelCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CreateChannelCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CreateInputCommand.ts b/clients/client-medialive/commands/CreateInputCommand.ts index 9750ef7684cc..d79a566bbe74 100644 --- a/clients/client-medialive/commands/CreateInputCommand.ts +++ b/clients/client-medialive/commands/CreateInputCommand.ts @@ -23,7 +23,7 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat /** * Create an input * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CreateInputCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CreateInputCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CreateInputSecurityGroupCommand.ts b/clients/client-medialive/commands/CreateInputSecurityGroupCommand.ts index e5320d19483a..ef72c68ede50 100644 --- a/clients/client-medialive/commands/CreateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/commands/CreateInputSecurityGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateInputSecurityGroupCommandOutput extends CreateInputSecuri /** * Creates a Input Security Group * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CreateInputSecurityGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CreateInputSecurityGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CreateMultiplexCommand.ts b/clients/client-medialive/commands/CreateMultiplexCommand.ts index 67103dc4e683..4a513256d15a 100644 --- a/clients/client-medialive/commands/CreateMultiplexCommand.ts +++ b/clients/client-medialive/commands/CreateMultiplexCommand.ts @@ -23,7 +23,7 @@ export interface CreateMultiplexCommandOutput extends CreateMultiplexResponse, _ /** * Create a new multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CreateMultiplexCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CreateMultiplexCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CreateMultiplexProgramCommand.ts b/clients/client-medialive/commands/CreateMultiplexProgramCommand.ts index d3a0f41fbde7..489c0f775be6 100644 --- a/clients/client-medialive/commands/CreateMultiplexProgramCommand.ts +++ b/clients/client-medialive/commands/CreateMultiplexProgramCommand.ts @@ -23,7 +23,7 @@ export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProg /** * Create a new program in the multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CreateMultiplexProgramCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CreateMultiplexProgramCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CreatePartnerInputCommand.ts b/clients/client-medialive/commands/CreatePartnerInputCommand.ts index bcb75de6960d..3b7b2116db5c 100644 --- a/clients/client-medialive/commands/CreatePartnerInputCommand.ts +++ b/clients/client-medialive/commands/CreatePartnerInputCommand.ts @@ -23,7 +23,7 @@ export interface CreatePartnerInputCommandOutput extends CreatePartnerInputRespo /** * Create a partner input * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CreatePartnerInputCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CreatePartnerInputCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/CreateTagsCommand.ts b/clients/client-medialive/commands/CreateTagsCommand.ts index 1bf1868466b9..dc3e7ebd1a92 100644 --- a/clients/client-medialive/commands/CreateTagsCommand.ts +++ b/clients/client-medialive/commands/CreateTagsCommand.ts @@ -23,7 +23,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {} /** * Create tags for a resource * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, CreateTagsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, CreateTagsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteChannelCommand.ts b/clients/client-medialive/commands/DeleteChannelCommand.ts index 2bd5e9db5937..33cddb46344c 100644 --- a/clients/client-medialive/commands/DeleteChannelCommand.ts +++ b/clients/client-medialive/commands/DeleteChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met /** * Starts deletion of channel. The associated outputs are also deleted. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteChannelCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteChannelCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteInputCommand.ts b/clients/client-medialive/commands/DeleteInputCommand.ts index c7eb0ba8910f..3ea0a89cc301 100644 --- a/clients/client-medialive/commands/DeleteInputCommand.ts +++ b/clients/client-medialive/commands/DeleteInputCommand.ts @@ -23,7 +23,7 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat /** * Deletes the input end point * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteInputCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteInputCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteInputSecurityGroupCommand.ts b/clients/client-medialive/commands/DeleteInputSecurityGroupCommand.ts index 728d1fb83bef..a971aa0b2bcd 100644 --- a/clients/client-medialive/commands/DeleteInputSecurityGroupCommand.ts +++ b/clients/client-medialive/commands/DeleteInputSecurityGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri /** * Deletes an Input Security Group * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteInputSecurityGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteInputSecurityGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteMultiplexCommand.ts b/clients/client-medialive/commands/DeleteMultiplexCommand.ts index b39ebd950a9d..20baabe453b4 100644 --- a/clients/client-medialive/commands/DeleteMultiplexCommand.ts +++ b/clients/client-medialive/commands/DeleteMultiplexCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _ /** * Delete a multiplex. The multiplex must be idle. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteMultiplexCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteMultiplexCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteMultiplexProgramCommand.ts b/clients/client-medialive/commands/DeleteMultiplexProgramCommand.ts index b92d6d73459f..5b1ad3d952d4 100644 --- a/clients/client-medialive/commands/DeleteMultiplexProgramCommand.ts +++ b/clients/client-medialive/commands/DeleteMultiplexProgramCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg /** * Delete a program from a multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteMultiplexProgramCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteMultiplexProgramCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteReservationCommand.ts b/clients/client-medialive/commands/DeleteReservationCommand.ts index d41627a7970b..79bbcd56d208 100644 --- a/clients/client-medialive/commands/DeleteReservationCommand.ts +++ b/clients/client-medialive/commands/DeleteReservationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons /** * Delete an expired reservation. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteReservationCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteReservationCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteScheduleCommand.ts b/clients/client-medialive/commands/DeleteScheduleCommand.ts index 08eebf56fc9c..1cb19078594f 100644 --- a/clients/client-medialive/commands/DeleteScheduleCommand.ts +++ b/clients/client-medialive/commands/DeleteScheduleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M /** * Delete all schedule actions on a channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteScheduleCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteScheduleCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DeleteTagsCommand.ts b/clients/client-medialive/commands/DeleteTagsCommand.ts index b0ab95a768c2..ca48d3103ae5 100644 --- a/clients/client-medialive/commands/DeleteTagsCommand.ts +++ b/clients/client-medialive/commands/DeleteTagsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} /** * Removes tags for a resource * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DeleteTagsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DeleteTagsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeChannelCommand.ts b/clients/client-medialive/commands/DescribeChannelCommand.ts index edf0bbbdc328..db62abff691a 100644 --- a/clients/client-medialive/commands/DescribeChannelCommand.ts +++ b/clients/client-medialive/commands/DescribeChannelCommand.ts @@ -23,7 +23,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ /** * Gets details about a channel * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeChannelCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeChannelCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeInputCommand.ts b/clients/client-medialive/commands/DescribeInputCommand.ts index 80ea1757498b..f7bace8ef513 100644 --- a/clients/client-medialive/commands/DescribeInputCommand.ts +++ b/clients/client-medialive/commands/DescribeInputCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met /** * Produces details about an input * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeInputCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeInputCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeInputDeviceCommand.ts b/clients/client-medialive/commands/DescribeInputDeviceCommand.ts index 02e6c0912b9d..db982bae0621 100644 --- a/clients/client-medialive/commands/DescribeInputDeviceCommand.ts +++ b/clients/client-medialive/commands/DescribeInputDeviceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes /** * Gets the details for the input device * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeInputDeviceCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeInputDeviceCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeInputDeviceThumbnailCommand.ts b/clients/client-medialive/commands/DescribeInputDeviceThumbnailCommand.ts index d2be225e469c..1997fde710c3 100644 --- a/clients/client-medialive/commands/DescribeInputDeviceThumbnailCommand.ts +++ b/clients/client-medialive/commands/DescribeInputDeviceThumbnailCommand.ts @@ -25,7 +25,7 @@ export interface DescribeInputDeviceThumbnailCommandOutput /** * Get the latest thumbnail data for the input device. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeInputDeviceThumbnailCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeInputDeviceThumbnailCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeInputSecurityGroupCommand.ts b/clients/client-medialive/commands/DescribeInputSecurityGroupCommand.ts index 6ee3ef90f35c..48f22a3cef5d 100644 --- a/clients/client-medialive/commands/DescribeInputSecurityGroupCommand.ts +++ b/clients/client-medialive/commands/DescribeInputSecurityGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSe /** * Produces a summary of an Input Security Group * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeInputSecurityGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeInputSecurityGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeMultiplexCommand.ts b/clients/client-medialive/commands/DescribeMultiplexCommand.ts index d9dbd82cab03..f03abba2cd21 100644 --- a/clients/client-medialive/commands/DescribeMultiplexCommand.ts +++ b/clients/client-medialive/commands/DescribeMultiplexCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMultiplexCommandOutput extends DescribeMultiplexRespons /** * Gets details about a multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeMultiplexCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeMultiplexCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeMultiplexProgramCommand.ts b/clients/client-medialive/commands/DescribeMultiplexProgramCommand.ts index c2fcceb1efd2..52dc7bbbfbaa 100644 --- a/clients/client-medialive/commands/DescribeMultiplexProgramCommand.ts +++ b/clients/client-medialive/commands/DescribeMultiplexProgramCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMultiplexProgramCommandOutput extends DescribeMultiplex /** * Get the details for a program in a multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeMultiplexProgramCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeMultiplexProgramCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeOfferingCommand.ts b/clients/client-medialive/commands/DescribeOfferingCommand.ts index e949a9f99db5..c9d1c3145e42 100644 --- a/clients/client-medialive/commands/DescribeOfferingCommand.ts +++ b/clients/client-medialive/commands/DescribeOfferingCommand.ts @@ -23,7 +23,7 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse, /** * Get details for an offering. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeOfferingCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeOfferingCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeReservationCommand.ts b/clients/client-medialive/commands/DescribeReservationCommand.ts index 525d33b9c495..7b1623dc8ad6 100644 --- a/clients/client-medialive/commands/DescribeReservationCommand.ts +++ b/clients/client-medialive/commands/DescribeReservationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes /** * Get details for a reservation. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeReservationCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeReservationCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/DescribeScheduleCommand.ts b/clients/client-medialive/commands/DescribeScheduleCommand.ts index 53f5498ca4ca..c62d669c9eca 100644 --- a/clients/client-medialive/commands/DescribeScheduleCommand.ts +++ b/clients/client-medialive/commands/DescribeScheduleCommand.ts @@ -23,7 +23,7 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse, /** * Get a channel schedule * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, DescribeScheduleCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, DescribeScheduleCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListChannelsCommand.ts b/clients/client-medialive/commands/ListChannelsCommand.ts index ffba03ea21bc..dfeac31294c8 100644 --- a/clients/client-medialive/commands/ListChannelsCommand.ts +++ b/clients/client-medialive/commands/ListChannelsCommand.ts @@ -23,7 +23,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad /** * Produces list of channels that have been created * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListChannelsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListChannelsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListInputDeviceTransfersCommand.ts b/clients/client-medialive/commands/ListInputDeviceTransfersCommand.ts index 3b94df097179..f2712ac5c69c 100644 --- a/clients/client-medialive/commands/ListInputDeviceTransfersCommand.ts +++ b/clients/client-medialive/commands/ListInputDeviceTransfersCommand.ts @@ -23,7 +23,7 @@ export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTr /** * List input devices that are currently being transferred. List input devices that you are transferring from your AWS account or input devices that another AWS account is transferring to you. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListInputDeviceTransfersCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListInputDeviceTransfersCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListInputDevicesCommand.ts b/clients/client-medialive/commands/ListInputDevicesCommand.ts index e15737484a39..df3776468672 100644 --- a/clients/client-medialive/commands/ListInputDevicesCommand.ts +++ b/clients/client-medialive/commands/ListInputDevicesCommand.ts @@ -23,7 +23,7 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse, /** * List input devices * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListInputDevicesCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListInputDevicesCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListInputSecurityGroupsCommand.ts b/clients/client-medialive/commands/ListInputSecurityGroupsCommand.ts index a299d697dedd..44707937d864 100644 --- a/clients/client-medialive/commands/ListInputSecurityGroupsCommand.ts +++ b/clients/client-medialive/commands/ListInputSecurityGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityG /** * Produces a list of Input Security Groups for an account * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListInputSecurityGroupsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListInputSecurityGroupsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListInputsCommand.ts b/clients/client-medialive/commands/ListInputsCommand.ts index 10cf1844b5b5..81db8966663a 100644 --- a/clients/client-medialive/commands/ListInputsCommand.ts +++ b/clients/client-medialive/commands/ListInputsCommand.ts @@ -23,7 +23,7 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB /** * Produces list of inputs that have been created * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListInputsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListInputsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListMultiplexProgramsCommand.ts b/clients/client-medialive/commands/ListMultiplexProgramsCommand.ts index 705a6497d749..b3435716ffce 100644 --- a/clients/client-medialive/commands/ListMultiplexProgramsCommand.ts +++ b/clients/client-medialive/commands/ListMultiplexProgramsCommand.ts @@ -23,7 +23,7 @@ export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgram /** * List the programs that currently exist for a specific multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListMultiplexProgramsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListMultiplexProgramsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListMultiplexesCommand.ts b/clients/client-medialive/commands/ListMultiplexesCommand.ts index b19c67700045..f4f388bd79b7 100644 --- a/clients/client-medialive/commands/ListMultiplexesCommand.ts +++ b/clients/client-medialive/commands/ListMultiplexesCommand.ts @@ -23,7 +23,7 @@ export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, _ /** * Retrieve a list of the existing multiplexes. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListMultiplexesCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListMultiplexesCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListOfferingsCommand.ts b/clients/client-medialive/commands/ListOfferingsCommand.ts index 778c3843baba..85e20b54354d 100644 --- a/clients/client-medialive/commands/ListOfferingsCommand.ts +++ b/clients/client-medialive/commands/ListOfferingsCommand.ts @@ -23,7 +23,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met /** * List offerings available for purchase. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListOfferingsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListOfferingsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListReservationsCommand.ts b/clients/client-medialive/commands/ListReservationsCommand.ts index 4171b10fafac..5e91cdad75a9 100644 --- a/clients/client-medialive/commands/ListReservationsCommand.ts +++ b/clients/client-medialive/commands/ListReservationsCommand.ts @@ -23,7 +23,7 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse, /** * List purchased reservations. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListReservationsCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListReservationsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/ListTagsForResourceCommand.ts b/clients/client-medialive/commands/ListTagsForResourceCommand.ts index c70dba3113f2..4e76efe2c228 100644 --- a/clients/client-medialive/commands/ListTagsForResourceCommand.ts +++ b/clients/client-medialive/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * Produces list of tags that have been created for a resource * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, ListTagsForResourceCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, ListTagsForResourceCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/PurchaseOfferingCommand.ts b/clients/client-medialive/commands/PurchaseOfferingCommand.ts index d788b01c4204..5ece44b5e794 100644 --- a/clients/client-medialive/commands/PurchaseOfferingCommand.ts +++ b/clients/client-medialive/commands/PurchaseOfferingCommand.ts @@ -23,7 +23,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse, /** * Purchase an offering and create a reservation. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, PurchaseOfferingCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, PurchaseOfferingCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/RejectInputDeviceTransferCommand.ts b/clients/client-medialive/commands/RejectInputDeviceTransferCommand.ts index 9a99e173a072..aea575428731 100644 --- a/clients/client-medialive/commands/RejectInputDeviceTransferCommand.ts +++ b/clients/client-medialive/commands/RejectInputDeviceTransferCommand.ts @@ -23,7 +23,7 @@ export interface RejectInputDeviceTransferCommandOutput extends RejectInputDevic /** * Reject the transfer of the specified input device to your AWS account. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, RejectInputDeviceTransferCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, RejectInputDeviceTransferCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/StartChannelCommand.ts b/clients/client-medialive/commands/StartChannelCommand.ts index b68a83d43ac1..994d8fcdefa1 100644 --- a/clients/client-medialive/commands/StartChannelCommand.ts +++ b/clients/client-medialive/commands/StartChannelCommand.ts @@ -23,7 +23,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad /** * Starts an existing channel * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, StartChannelCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, StartChannelCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/StartMultiplexCommand.ts b/clients/client-medialive/commands/StartMultiplexCommand.ts index a5efd8fee061..8c20c72df407 100644 --- a/clients/client-medialive/commands/StartMultiplexCommand.ts +++ b/clients/client-medialive/commands/StartMultiplexCommand.ts @@ -23,7 +23,7 @@ export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __M /** * Start (run) the multiplex. Starting the multiplex does not start the channels. You must explicitly start each channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, StartMultiplexCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, StartMultiplexCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/StopChannelCommand.ts b/clients/client-medialive/commands/StopChannelCommand.ts index 1c7efd28dc19..25fa1915600c 100644 --- a/clients/client-medialive/commands/StopChannelCommand.ts +++ b/clients/client-medialive/commands/StopChannelCommand.ts @@ -23,7 +23,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat /** * Stops a running channel * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, StopChannelCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, StopChannelCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/StopMultiplexCommand.ts b/clients/client-medialive/commands/StopMultiplexCommand.ts index 1971e54368c9..62fc4e295565 100644 --- a/clients/client-medialive/commands/StopMultiplexCommand.ts +++ b/clients/client-medialive/commands/StopMultiplexCommand.ts @@ -23,7 +23,7 @@ export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __Met /** * Stops a running multiplex. If the multiplex isn't running, this action has no effect. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, StopMultiplexCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, StopMultiplexCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/TransferInputDeviceCommand.ts b/clients/client-medialive/commands/TransferInputDeviceCommand.ts index c308915d76cd..403fa5ea5cab 100644 --- a/clients/client-medialive/commands/TransferInputDeviceCommand.ts +++ b/clients/client-medialive/commands/TransferInputDeviceCommand.ts @@ -23,7 +23,7 @@ export interface TransferInputDeviceCommandOutput extends TransferInputDeviceRes /** * Start an input device transfer to another AWS account. After you make the request, the other account must accept or reject the transfer. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, TransferInputDeviceCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, TransferInputDeviceCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateChannelClassCommand.ts b/clients/client-medialive/commands/UpdateChannelClassCommand.ts index 48f33c38c152..a67bdd78171e 100644 --- a/clients/client-medialive/commands/UpdateChannelClassCommand.ts +++ b/clients/client-medialive/commands/UpdateChannelClassCommand.ts @@ -23,7 +23,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo /** * Changes the class of the channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateChannelClassCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateChannelClassCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateChannelCommand.ts b/clients/client-medialive/commands/UpdateChannelCommand.ts index 50d0ea9dfa9d..3411584ec5d9 100644 --- a/clients/client-medialive/commands/UpdateChannelCommand.ts +++ b/clients/client-medialive/commands/UpdateChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met /** * Updates a channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateChannelCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateChannelCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateInputCommand.ts b/clients/client-medialive/commands/UpdateInputCommand.ts index 3f22ccdd1119..8bd498ae6d58 100644 --- a/clients/client-medialive/commands/UpdateInputCommand.ts +++ b/clients/client-medialive/commands/UpdateInputCommand.ts @@ -23,7 +23,7 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat /** * Updates an input. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateInputCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateInputCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateInputDeviceCommand.ts b/clients/client-medialive/commands/UpdateInputDeviceCommand.ts index 7dc5e4bfe8fe..8d2b3acb115b 100644 --- a/clients/client-medialive/commands/UpdateInputDeviceCommand.ts +++ b/clients/client-medialive/commands/UpdateInputDeviceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons /** * Updates the parameters for the input device. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateInputDeviceCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateInputDeviceCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateInputSecurityGroupCommand.ts b/clients/client-medialive/commands/UpdateInputSecurityGroupCommand.ts index 5d8eb2d89d09..080e959d6ea2 100644 --- a/clients/client-medialive/commands/UpdateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/commands/UpdateInputSecurityGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri /** * Update an Input Security Group's Whilelists. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateInputSecurityGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateInputSecurityGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateMultiplexCommand.ts b/clients/client-medialive/commands/UpdateMultiplexCommand.ts index c6ad434c88f7..3d2c67b129f1 100644 --- a/clients/client-medialive/commands/UpdateMultiplexCommand.ts +++ b/clients/client-medialive/commands/UpdateMultiplexCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _ /** * Updates a multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateMultiplexCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateMultiplexCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateMultiplexProgramCommand.ts b/clients/client-medialive/commands/UpdateMultiplexProgramCommand.ts index 67f7bf5ea6e8..7805ccf6d670 100644 --- a/clients/client-medialive/commands/UpdateMultiplexProgramCommand.ts +++ b/clients/client-medialive/commands/UpdateMultiplexProgramCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg /** * Update a program in a multiplex. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateMultiplexProgramCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateMultiplexProgramCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-medialive/commands/UpdateReservationCommand.ts b/clients/client-medialive/commands/UpdateReservationCommand.ts index e823de8ab1f8..19ee3aca0e40 100644 --- a/clients/client-medialive/commands/UpdateReservationCommand.ts +++ b/clients/client-medialive/commands/UpdateReservationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons /** * Update reservation. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaLiveClient, UpdateReservationCommand } from "@aws-sdk/client-medialive"; // ES Modules import * // const { MediaLiveClient, UpdateReservationCommand } = require("@aws-sdk/client-medialive"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage-vod/commands/ConfigureLogsCommand.ts index 8d7a3a0ebdff..9fd55cca5013 100644 --- a/clients/client-mediapackage-vod/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage-vod/commands/ConfigureLogsCommand.ts @@ -23,7 +23,7 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met /** * Changes the packaging group's properities to configure log subscription * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, ConfigureLogsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, ConfigureLogsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/CreateAssetCommand.ts b/clients/client-mediapackage-vod/commands/CreateAssetCommand.ts index 1c943e4a6d37..3b857e0f803e 100644 --- a/clients/client-mediapackage-vod/commands/CreateAssetCommand.ts +++ b/clients/client-mediapackage-vod/commands/CreateAssetCommand.ts @@ -23,7 +23,7 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat /** * Creates a new MediaPackage VOD Asset resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, CreateAssetCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, CreateAssetCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/CreatePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/commands/CreatePackagingConfigurationCommand.ts index e6fe2c753873..0c073e415a18 100644 --- a/clients/client-mediapackage-vod/commands/CreatePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/commands/CreatePackagingConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface CreatePackagingConfigurationCommandOutput /** * Creates a new MediaPackage VOD PackagingConfiguration resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, CreatePackagingConfigurationCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, CreatePackagingConfigurationCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/CreatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/commands/CreatePackagingGroupCommand.ts index 6ea063bd4630..62746dc97a92 100644 --- a/clients/client-mediapackage-vod/commands/CreatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/commands/CreatePackagingGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreatePackagingGroupCommandOutput extends CreatePackagingGroupR /** * Creates a new MediaPackage VOD PackagingGroup resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, CreatePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, CreatePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/DeleteAssetCommand.ts b/clients/client-mediapackage-vod/commands/DeleteAssetCommand.ts index 7c990667ab7a..9878e96017f3 100644 --- a/clients/client-mediapackage-vod/commands/DeleteAssetCommand.ts +++ b/clients/client-mediapackage-vod/commands/DeleteAssetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat /** * Deletes an existing MediaPackage VOD Asset resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, DeleteAssetCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, DeleteAssetCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/DeletePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/commands/DeletePackagingConfigurationCommand.ts index 6fd1412bb707..ce73cef9c239 100644 --- a/clients/client-mediapackage-vod/commands/DeletePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/commands/DeletePackagingConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeletePackagingConfigurationCommandOutput /** * Deletes a MediaPackage VOD PackagingConfiguration resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, DeletePackagingConfigurationCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, DeletePackagingConfigurationCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/DeletePackagingGroupCommand.ts b/clients/client-mediapackage-vod/commands/DeletePackagingGroupCommand.ts index c08311d1da2e..aa85e7166c90 100644 --- a/clients/client-mediapackage-vod/commands/DeletePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/commands/DeletePackagingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeletePackagingGroupCommandOutput extends DeletePackagingGroupR /** * Deletes a MediaPackage VOD PackagingGroup resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, DeletePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, DeletePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/DescribeAssetCommand.ts b/clients/client-mediapackage-vod/commands/DescribeAssetCommand.ts index aa2365f11660..55c992e1b9e7 100644 --- a/clients/client-mediapackage-vod/commands/DescribeAssetCommand.ts +++ b/clients/client-mediapackage-vod/commands/DescribeAssetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met /** * Returns a description of a MediaPackage VOD Asset resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, DescribeAssetCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, DescribeAssetCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/DescribePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/commands/DescribePackagingConfigurationCommand.ts index 1088e855b30a..e082d67f908f 100644 --- a/clients/client-mediapackage-vod/commands/DescribePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/commands/DescribePackagingConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DescribePackagingConfigurationCommandOutput /** * Returns a description of a MediaPackage VOD PackagingConfiguration resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, DescribePackagingConfigurationCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, DescribePackagingConfigurationCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/DescribePackagingGroupCommand.ts b/clients/client-mediapackage-vod/commands/DescribePackagingGroupCommand.ts index 26fa58b12273..d2e7990120a8 100644 --- a/clients/client-mediapackage-vod/commands/DescribePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/commands/DescribePackagingGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribePackagingGroupCommandOutput extends DescribePackagingGr /** * Returns a description of a MediaPackage VOD PackagingGroup resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, DescribePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, DescribePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/ListAssetsCommand.ts b/clients/client-mediapackage-vod/commands/ListAssetsCommand.ts index 34c37f7b8cfd..b5129fcd349d 100644 --- a/clients/client-mediapackage-vod/commands/ListAssetsCommand.ts +++ b/clients/client-mediapackage-vod/commands/ListAssetsCommand.ts @@ -23,7 +23,7 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB /** * Returns a collection of MediaPackage VOD Asset resources. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, ListAssetsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, ListAssetsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/ListPackagingConfigurationsCommand.ts b/clients/client-mediapackage-vod/commands/ListPackagingConfigurationsCommand.ts index 4416451ced98..e7f51fc7594e 100644 --- a/clients/client-mediapackage-vod/commands/ListPackagingConfigurationsCommand.ts +++ b/clients/client-mediapackage-vod/commands/ListPackagingConfigurationsCommand.ts @@ -25,7 +25,7 @@ export interface ListPackagingConfigurationsCommandOutput /** * Returns a collection of MediaPackage VOD PackagingConfiguration resources. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, ListPackagingConfigurationsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, ListPackagingConfigurationsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/ListPackagingGroupsCommand.ts b/clients/client-mediapackage-vod/commands/ListPackagingGroupsCommand.ts index 6a1a8aebc50c..d6eb4ce89aad 100644 --- a/clients/client-mediapackage-vod/commands/ListPackagingGroupsCommand.ts +++ b/clients/client-mediapackage-vod/commands/ListPackagingGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListPackagingGroupsCommandOutput extends ListPackagingGroupsRes /** * Returns a collection of MediaPackage VOD PackagingGroup resources. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, ListPackagingGroupsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, ListPackagingGroupsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage-vod/commands/ListTagsForResourceCommand.ts index ddd1b1279b58..14b75dee126f 100644 --- a/clients/client-mediapackage-vod/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage-vod/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * Returns a list of the tags assigned to the specified resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/TagResourceCommand.ts b/clients/client-mediapackage-vod/commands/TagResourceCommand.ts index 806837ac977f..f7c65d470749 100644 --- a/clients/client-mediapackage-vod/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage-vod/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** * Adds tags to the specified resource. You can specify one or more tags to add. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, TagResourceCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, TagResourceCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/UntagResourceCommand.ts b/clients/client-mediapackage-vod/commands/UntagResourceCommand.ts index b3d5871f62b6..c3f2332b2f3c 100644 --- a/clients/client-mediapackage-vod/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage-vod/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** * Removes tags from the specified resource. You can specify one or more tags to remove. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, UntagResourceCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, UntagResourceCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage-vod/commands/UpdatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/commands/UpdatePackagingGroupCommand.ts index 6222a8e34379..0c52968a769f 100644 --- a/clients/client-mediapackage-vod/commands/UpdatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/commands/UpdatePackagingGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePackagingGroupCommandOutput extends UpdatePackagingGroupR /** * Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageVodClient, UpdatePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import * // const { MediaPackageVodClient, UpdatePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import diff --git a/clients/client-mediapackage/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage/commands/ConfigureLogsCommand.ts index 9584e3a443f8..b45a5807f76d 100644 --- a/clients/client-mediapackage/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage/commands/ConfigureLogsCommand.ts @@ -23,7 +23,7 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met /** * Changes the Channel's properities to configure log subscription * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, ConfigureLogsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, ConfigureLogsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/CreateChannelCommand.ts b/clients/client-mediapackage/commands/CreateChannelCommand.ts index 62dbcc88745a..f879bdeea9dc 100644 --- a/clients/client-mediapackage/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackage/commands/CreateChannelCommand.ts @@ -23,7 +23,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met /** * Creates a new Channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, CreateChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, CreateChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/CreateHarvestJobCommand.ts b/clients/client-mediapackage/commands/CreateHarvestJobCommand.ts index b2c0bc80778c..294bea5792b6 100644 --- a/clients/client-mediapackage/commands/CreateHarvestJobCommand.ts +++ b/clients/client-mediapackage/commands/CreateHarvestJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse, /** * Creates a new HarvestJob record. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, CreateHarvestJobCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, CreateHarvestJobCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackage/commands/CreateOriginEndpointCommand.ts index 4590a1fe7e49..7cc0b7199d93 100644 --- a/clients/client-mediapackage/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/commands/CreateOriginEndpointCommand.ts @@ -23,7 +23,7 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR /** * Creates a new OriginEndpoint record. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, CreateOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, CreateOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/DeleteChannelCommand.ts b/clients/client-mediapackage/commands/DeleteChannelCommand.ts index eb13da7faa7f..6ae644c91542 100644 --- a/clients/client-mediapackage/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackage/commands/DeleteChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met /** * Deletes an existing Channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, DeleteChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, DeleteChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackage/commands/DeleteOriginEndpointCommand.ts index 3d7875841d4f..5ec2437c513e 100644 --- a/clients/client-mediapackage/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackage/commands/DeleteOriginEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointR /** * Deletes an existing OriginEndpoint. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, DeleteOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, DeleteOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/DescribeChannelCommand.ts b/clients/client-mediapackage/commands/DescribeChannelCommand.ts index bfed2f3bfdcb..0eeb0cdd94e9 100644 --- a/clients/client-mediapackage/commands/DescribeChannelCommand.ts +++ b/clients/client-mediapackage/commands/DescribeChannelCommand.ts @@ -23,7 +23,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ /** * Gets details about a Channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, DescribeChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, DescribeChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/DescribeHarvestJobCommand.ts b/clients/client-mediapackage/commands/DescribeHarvestJobCommand.ts index fd7d8ebc9eec..67ab32f8a632 100644 --- a/clients/client-mediapackage/commands/DescribeHarvestJobCommand.ts +++ b/clients/client-mediapackage/commands/DescribeHarvestJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeHarvestJobCommandOutput extends DescribeHarvestJobRespo /** * Gets details about an existing HarvestJob. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, DescribeHarvestJobCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, DescribeHarvestJobCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/DescribeOriginEndpointCommand.ts b/clients/client-mediapackage/commands/DescribeOriginEndpointCommand.ts index fe3f6d147f02..e282627087e3 100644 --- a/clients/client-mediapackage/commands/DescribeOriginEndpointCommand.ts +++ b/clients/client-mediapackage/commands/DescribeOriginEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DescribeOriginEndpointCommandOutput extends DescribeOriginEndpo /** * Gets details about an existing OriginEndpoint. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, DescribeOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, DescribeOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/ListChannelsCommand.ts b/clients/client-mediapackage/commands/ListChannelsCommand.ts index 667e1d2de58b..0acb6747a4e2 100644 --- a/clients/client-mediapackage/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackage/commands/ListChannelsCommand.ts @@ -23,7 +23,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad /** * Returns a collection of Channels. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, ListChannelsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, ListChannelsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/ListHarvestJobsCommand.ts b/clients/client-mediapackage/commands/ListHarvestJobsCommand.ts index 893ad1ba41d3..93ba86644fe9 100644 --- a/clients/client-mediapackage/commands/ListHarvestJobsCommand.ts +++ b/clients/client-mediapackage/commands/ListHarvestJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListHarvestJobsCommandOutput extends ListHarvestJobsResponse, _ /** * Returns a collection of HarvestJob records. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, ListHarvestJobsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, ListHarvestJobsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackage/commands/ListOriginEndpointsCommand.ts index 78da9494ed0f..fd6418be1425 100644 --- a/clients/client-mediapackage/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackage/commands/ListOriginEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface ListOriginEndpointsCommandOutput extends ListOriginEndpointsRes /** * Returns a collection of OriginEndpoint records. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, ListOriginEndpointsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, ListOriginEndpointsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/RotateChannelCredentialsCommand.ts b/clients/client-mediapackage/commands/RotateChannelCredentialsCommand.ts index 515c9fce6956..6f264912623d 100644 --- a/clients/client-mediapackage/commands/RotateChannelCredentialsCommand.ts +++ b/clients/client-mediapackage/commands/RotateChannelCredentialsCommand.ts @@ -25,7 +25,7 @@ export interface RotateChannelCredentialsCommandOutput extends RotateChannelCred * * Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, RotateChannelCredentialsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, RotateChannelCredentialsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/RotateIngestEndpointCredentialsCommand.ts b/clients/client-mediapackage/commands/RotateIngestEndpointCredentialsCommand.ts index 2a607478b666..2e3ecdb2f650 100644 --- a/clients/client-mediapackage/commands/RotateIngestEndpointCredentialsCommand.ts +++ b/clients/client-mediapackage/commands/RotateIngestEndpointCredentialsCommand.ts @@ -25,7 +25,7 @@ export interface RotateIngestEndpointCredentialsCommandOutput /** * Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, RotateIngestEndpointCredentialsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, RotateIngestEndpointCredentialsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/UpdateChannelCommand.ts b/clients/client-mediapackage/commands/UpdateChannelCommand.ts index 8a7250c93d88..d464492ca45e 100644 --- a/clients/client-mediapackage/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackage/commands/UpdateChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met /** * Updates an existing Channel. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, UpdateChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, UpdateChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediapackage/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackage/commands/UpdateOriginEndpointCommand.ts index 13e4ccfdcab7..81dd184d2a3e 100644 --- a/clients/client-mediapackage/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/commands/UpdateOriginEndpointCommand.ts @@ -23,7 +23,7 @@ export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointR /** * Updates an existing OriginEndpoint. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaPackageClient, UpdateOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import * // const { MediaPackageClient, UpdateOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import diff --git a/clients/client-mediastore-data/commands/DeleteObjectCommand.ts b/clients/client-mediastore-data/commands/DeleteObjectCommand.ts index af8ce772eecf..866ca5fc8931 100644 --- a/clients/client-mediastore-data/commands/DeleteObjectCommand.ts +++ b/clients/client-mediastore-data/commands/DeleteObjectCommand.ts @@ -23,7 +23,7 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad /** *

Deletes an object at the specified path.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreDataClient, DeleteObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import * // const { MediaStoreDataClient, DeleteObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import diff --git a/clients/client-mediastore-data/commands/DescribeObjectCommand.ts b/clients/client-mediastore-data/commands/DescribeObjectCommand.ts index 62c0d5e1e6c2..309c0bc1e459 100644 --- a/clients/client-mediastore-data/commands/DescribeObjectCommand.ts +++ b/clients/client-mediastore-data/commands/DescribeObjectCommand.ts @@ -23,7 +23,7 @@ export interface DescribeObjectCommandOutput extends DescribeObjectResponse, __M /** *

Gets the headers for an object at the specified path.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreDataClient, DescribeObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import * // const { MediaStoreDataClient, DescribeObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import diff --git a/clients/client-mediastore-data/commands/GetObjectCommand.ts b/clients/client-mediastore-data/commands/GetObjectCommand.ts index a2e5e37dc2fd..e4e6e60dcabc 100644 --- a/clients/client-mediastore-data/commands/GetObjectCommand.ts +++ b/clients/client-mediastore-data/commands/GetObjectCommand.ts @@ -23,7 +23,7 @@ export interface GetObjectCommandOutput extends GetObjectResponse, __MetadataBea /** *

Downloads the object at the specified path. If the object’s upload availability is set to streaming, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreDataClient, GetObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import * // const { MediaStoreDataClient, GetObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import diff --git a/clients/client-mediastore-data/commands/ListItemsCommand.ts b/clients/client-mediastore-data/commands/ListItemsCommand.ts index c9dc60a1f3f3..11a74794ffcb 100644 --- a/clients/client-mediastore-data/commands/ListItemsCommand.ts +++ b/clients/client-mediastore-data/commands/ListItemsCommand.ts @@ -24,7 +24,7 @@ export interface ListItemsCommandOutput extends ListItemsResponse, __MetadataBea *

Provides a list of metadata entries about folders and objects in the specified * folder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreDataClient, ListItemsCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import * // const { MediaStoreDataClient, ListItemsCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import diff --git a/clients/client-mediastore-data/commands/PutObjectCommand.ts b/clients/client-mediastore-data/commands/PutObjectCommand.ts index 6d3b3ca4d57d..6d179fe0e4f2 100644 --- a/clients/client-mediastore-data/commands/PutObjectCommand.ts +++ b/clients/client-mediastore-data/commands/PutObjectCommand.ts @@ -32,7 +32,7 @@ export interface PutObjectCommandOutput extends PutObjectResponse, __MetadataBea /** *

Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreDataClient, PutObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import * // const { MediaStoreDataClient, PutObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import diff --git a/clients/client-mediastore/commands/CreateContainerCommand.ts b/clients/client-mediastore/commands/CreateContainerCommand.ts index 6bbfc6341c75..33e4e0968894 100644 --- a/clients/client-mediastore/commands/CreateContainerCommand.ts +++ b/clients/client-mediastore/commands/CreateContainerCommand.ts @@ -24,7 +24,7 @@ export interface CreateContainerCommandOutput extends CreateContainerOutput, __M *

Creates a storage container to hold objects. A container is similar to a bucket in * the Amazon S3 service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, CreateContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, CreateContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/DeleteContainerCommand.ts b/clients/client-mediastore/commands/DeleteContainerCommand.ts index a8f27b354bc3..0e545f9990ce 100644 --- a/clients/client-mediastore/commands/DeleteContainerCommand.ts +++ b/clients/client-mediastore/commands/DeleteContainerCommand.ts @@ -25,7 +25,7 @@ export interface DeleteContainerCommandOutput extends DeleteContainerOutput, __M * request, delete any objects in the container or in any folders in the container. You can * delete only empty containers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, DeleteContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, DeleteContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/DeleteContainerPolicyCommand.ts b/clients/client-mediastore/commands/DeleteContainerPolicyCommand.ts index bb7ddde12d0d..a702294af566 100644 --- a/clients/client-mediastore/commands/DeleteContainerPolicyCommand.ts +++ b/clients/client-mediastore/commands/DeleteContainerPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteContainerPolicyCommandOutput extends DeleteContainerPolic /** *

Deletes the access policy that is associated with the specified container.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, DeleteContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, DeleteContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/DeleteCorsPolicyCommand.ts b/clients/client-mediastore/commands/DeleteCorsPolicyCommand.ts index 02788e0b7190..71c727f0ce57 100644 --- a/clients/client-mediastore/commands/DeleteCorsPolicyCommand.ts +++ b/clients/client-mediastore/commands/DeleteCorsPolicyCommand.ts @@ -27,7 +27,7 @@ export interface DeleteCorsPolicyCommandOutput extends DeleteCorsPolicyOutput, _ * MediaStore:DeleteCorsPolicy action. The container owner has this permission * by default and can grant this permission to others.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, DeleteCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, DeleteCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-mediastore/commands/DeleteLifecyclePolicyCommand.ts index f216c98d3ba4..c8c72325647a 100644 --- a/clients/client-mediastore/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/commands/DeleteLifecyclePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic /** *

Removes an object lifecycle policy from a container. It takes up to 20 minutes for the change to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, DeleteLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, DeleteLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/DeleteMetricPolicyCommand.ts b/clients/client-mediastore/commands/DeleteMetricPolicyCommand.ts index e6f60e2f160e..944785efc8e5 100644 --- a/clients/client-mediastore/commands/DeleteMetricPolicyCommand.ts +++ b/clients/client-mediastore/commands/DeleteMetricPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutpu /** *

Deletes the metric policy that is associated with the specified container. If there is no metric policy associated with the container, MediaStore doesn't send metrics to CloudWatch.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, DeleteMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, DeleteMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/DescribeContainerCommand.ts b/clients/client-mediastore/commands/DescribeContainerCommand.ts index 5880ea630fe9..b099ad0eb049 100644 --- a/clients/client-mediastore/commands/DescribeContainerCommand.ts +++ b/clients/client-mediastore/commands/DescribeContainerCommand.ts @@ -29,7 +29,7 @@ export interface DescribeContainerCommandOutput extends DescribeContainerOutput, * Container objects that are associated with a specified AWS account, use * ListContainers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, DescribeContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, DescribeContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/GetContainerPolicyCommand.ts b/clients/client-mediastore/commands/GetContainerPolicyCommand.ts index 1b539b2fc9fe..b718f80febce 100644 --- a/clients/client-mediastore/commands/GetContainerPolicyCommand.ts +++ b/clients/client-mediastore/commands/GetContainerPolicyCommand.ts @@ -25,7 +25,7 @@ export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutpu * data that is included in an access policy, see the AWS Identity and Access Management User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, GetContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, GetContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/GetCorsPolicyCommand.ts b/clients/client-mediastore/commands/GetCorsPolicyCommand.ts index b538bcec8521..017abdc838cb 100644 --- a/clients/client-mediastore/commands/GetCorsPolicyCommand.ts +++ b/clients/client-mediastore/commands/GetCorsPolicyCommand.ts @@ -27,7 +27,7 @@ export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __Metad * MediaStore:GetCorsPolicy action. By default, the container owner has this * permission and can grant it to others.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, GetCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, GetCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/GetLifecyclePolicyCommand.ts b/clients/client-mediastore/commands/GetLifecyclePolicyCommand.ts index 9c4876c10cce..0f3a5872fa7b 100644 --- a/clients/client-mediastore/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/commands/GetLifecyclePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutpu /** *

Retrieves the object lifecycle policy that is assigned to a container.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, GetLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, GetLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/GetMetricPolicyCommand.ts b/clients/client-mediastore/commands/GetMetricPolicyCommand.ts index 2762303d6bbe..f72738cb1d4e 100644 --- a/clients/client-mediastore/commands/GetMetricPolicyCommand.ts +++ b/clients/client-mediastore/commands/GetMetricPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __M /** *

Returns the metric policy for the specified container.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, GetMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, GetMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/ListContainersCommand.ts b/clients/client-mediastore/commands/ListContainersCommand.ts index e4d01c672d4d..0e7e27d5aa79 100644 --- a/clients/client-mediastore/commands/ListContainersCommand.ts +++ b/clients/client-mediastore/commands/ListContainersCommand.ts @@ -31,7 +31,7 @@ export interface ListContainersCommandOutput extends ListContainersOutput, __Met *

See also DescribeContainer, which gets the properties of one * container.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, ListContainersCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, ListContainersCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/ListTagsForResourceCommand.ts b/clients/client-mediastore/commands/ListTagsForResourceCommand.ts index cd6cf6448665..9086b7c6ab6f 100644 --- a/clients/client-mediastore/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediastore/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

Returns a list of the tags assigned to the specified container.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/PutContainerPolicyCommand.ts b/clients/client-mediastore/commands/PutContainerPolicyCommand.ts index f0c8d551c745..77e0de83e2e8 100644 --- a/clients/client-mediastore/commands/PutContainerPolicyCommand.ts +++ b/clients/client-mediastore/commands/PutContainerPolicyCommand.ts @@ -29,7 +29,7 @@ export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutpu * you enter PutContainerPolicy twice, the second command modifies the existing * policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, PutContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, PutContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/PutCorsPolicyCommand.ts b/clients/client-mediastore/commands/PutCorsPolicyCommand.ts index 53db617d33ed..a247ac05d057 100644 --- a/clients/client-mediastore/commands/PutCorsPolicyCommand.ts +++ b/clients/client-mediastore/commands/PutCorsPolicyCommand.ts @@ -33,7 +33,7 @@ export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __Metad * applicable rule listed.

*

To learn more about CORS, see Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, PutCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, PutCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/PutLifecyclePolicyCommand.ts b/clients/client-mediastore/commands/PutLifecyclePolicyCommand.ts index 78832c959888..96c07aec5b08 100644 --- a/clients/client-mediastore/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/commands/PutLifecyclePolicyCommand.ts @@ -24,7 +24,7 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutpu *

Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect.

*

For information about how to construct an object lifecycle policy, see Components of an Object Lifecycle Policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, PutLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, PutLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/PutMetricPolicyCommand.ts b/clients/client-mediastore/commands/PutMetricPolicyCommand.ts index 8ed7ac35c24c..123cfd00bcec 100644 --- a/clients/client-mediastore/commands/PutMetricPolicyCommand.ts +++ b/clients/client-mediastore/commands/PutMetricPolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __M /** *

The metric policy that you want to add to the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. It takes up to 20 minutes for the new policy to take effect.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, PutMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, PutMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/StartAccessLoggingCommand.ts b/clients/client-mediastore/commands/StartAccessLoggingCommand.ts index d9e089141046..a57db16b4ac9 100644 --- a/clients/client-mediastore/commands/StartAccessLoggingCommand.ts +++ b/clients/client-mediastore/commands/StartAccessLoggingCommand.ts @@ -23,7 +23,7 @@ export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutpu /** *

Starts access logging on the specified container. When you enable access logging on a container, MediaStore delivers access logs for objects stored in that container to Amazon CloudWatch Logs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, StartAccessLoggingCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, StartAccessLoggingCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/StopAccessLoggingCommand.ts b/clients/client-mediastore/commands/StopAccessLoggingCommand.ts index 992c8aa77c6b..ef63373a6056 100644 --- a/clients/client-mediastore/commands/StopAccessLoggingCommand.ts +++ b/clients/client-mediastore/commands/StopAccessLoggingCommand.ts @@ -23,7 +23,7 @@ export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput, /** *

Stops access logging on the specified container. When you stop access logging on a container, MediaStore stops sending access logs to Amazon CloudWatch Logs. These access logs are not saved and are not retrievable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, StopAccessLoggingCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, StopAccessLoggingCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/TagResourceCommand.ts b/clients/client-mediastore/commands/TagResourceCommand.ts index 90a32dc8560b..50d466b278b8 100644 --- a/clients/client-mediastore/commands/TagResourceCommand.ts +++ b/clients/client-mediastore/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB * tag key might be "customer" and the tag value might be "companyA." You can specify one or more tags to add to each container. You can add up to 50 * tags to each container. For more information about tagging, including naming and usage conventions, see Tagging Resources in MediaStore.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, TagResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, TagResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediastore/commands/UntagResourceCommand.ts b/clients/client-mediastore/commands/UntagResourceCommand.ts index 8a57472966dc..7b21bc91fda0 100644 --- a/clients/client-mediastore/commands/UntagResourceCommand.ts +++ b/clients/client-mediastore/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Removes tags from the specified container. You can specify one or more tags to remove.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaStoreClient, UntagResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import * // const { MediaStoreClient, UntagResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import diff --git a/clients/client-mediatailor/commands/CreateChannelCommand.ts b/clients/client-mediatailor/commands/CreateChannelCommand.ts index 8fc059972e1a..f5f9a19dfd68 100644 --- a/clients/client-mediatailor/commands/CreateChannelCommand.ts +++ b/clients/client-mediatailor/commands/CreateChannelCommand.ts @@ -23,7 +23,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met /** *

Creates a channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, CreateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, CreateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/CreateProgramCommand.ts b/clients/client-mediatailor/commands/CreateProgramCommand.ts index ca2e2461f725..017952506621 100644 --- a/clients/client-mediatailor/commands/CreateProgramCommand.ts +++ b/clients/client-mediatailor/commands/CreateProgramCommand.ts @@ -23,7 +23,7 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met /** *

Creates a program.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, CreateProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, CreateProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/CreateSourceLocationCommand.ts b/clients/client-mediatailor/commands/CreateSourceLocationCommand.ts index e0280be4f225..acf63da9c1ba 100644 --- a/clients/client-mediatailor/commands/CreateSourceLocationCommand.ts +++ b/clients/client-mediatailor/commands/CreateSourceLocationCommand.ts @@ -23,7 +23,7 @@ export interface CreateSourceLocationCommandOutput extends CreateSourceLocationR /** *

Creates a source location on a specific channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, CreateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, CreateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/CreateVodSourceCommand.ts b/clients/client-mediatailor/commands/CreateVodSourceCommand.ts index bbde1d87faf1..976b96c2da5d 100644 --- a/clients/client-mediatailor/commands/CreateVodSourceCommand.ts +++ b/clients/client-mediatailor/commands/CreateVodSourceCommand.ts @@ -23,7 +23,7 @@ export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, _ /** *

Creates name for a specific VOD source in a source location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, CreateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, CreateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DeleteChannelCommand.ts b/clients/client-mediatailor/commands/DeleteChannelCommand.ts index eab4c9772940..b282a1e84568 100644 --- a/clients/client-mediatailor/commands/DeleteChannelCommand.ts +++ b/clients/client-mediatailor/commands/DeleteChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met /** *

Deletes a channel. You must stop the channel before it can be deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DeleteChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DeleteChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediatailor/commands/DeleteChannelPolicyCommand.ts index 2a1db5366929..e04708e3a7db 100644 --- a/clients/client-mediatailor/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediatailor/commands/DeleteChannelPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes /** *

Deletes a channel's IAM policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DeleteChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DeleteChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DeletePlaybackConfigurationCommand.ts b/clients/client-mediatailor/commands/DeletePlaybackConfigurationCommand.ts index ddc6e464687a..f0fa9333a433 100644 --- a/clients/client-mediatailor/commands/DeletePlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/commands/DeletePlaybackConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeletePlaybackConfigurationCommandOutput /** *

Deletes the playback configuration for the specified name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DeletePlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DeletePlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DeleteProgramCommand.ts b/clients/client-mediatailor/commands/DeleteProgramCommand.ts index 103506671c2e..382b015e3f93 100644 --- a/clients/client-mediatailor/commands/DeleteProgramCommand.ts +++ b/clients/client-mediatailor/commands/DeleteProgramCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __Met /** *

Deletes a specific program on a specific channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DeleteProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DeleteProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DeleteSourceLocationCommand.ts b/clients/client-mediatailor/commands/DeleteSourceLocationCommand.ts index e0e70b5aede2..17a14c33fb90 100644 --- a/clients/client-mediatailor/commands/DeleteSourceLocationCommand.ts +++ b/clients/client-mediatailor/commands/DeleteSourceLocationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationR /** *

Deletes a source location on a specific channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DeleteSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DeleteSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DeleteVodSourceCommand.ts b/clients/client-mediatailor/commands/DeleteVodSourceCommand.ts index 0d36d952e3d2..39b7310613dd 100644 --- a/clients/client-mediatailor/commands/DeleteVodSourceCommand.ts +++ b/clients/client-mediatailor/commands/DeleteVodSourceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, _ /** *

Deletes a specific VOD source in a specific source location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DeleteVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DeleteVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DescribeChannelCommand.ts b/clients/client-mediatailor/commands/DescribeChannelCommand.ts index efb3d8b96296..b293107856c5 100644 --- a/clients/client-mediatailor/commands/DescribeChannelCommand.ts +++ b/clients/client-mediatailor/commands/DescribeChannelCommand.ts @@ -23,7 +23,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ /** *

Describes the properties of a specific channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DescribeChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DescribeChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DescribeProgramCommand.ts b/clients/client-mediatailor/commands/DescribeProgramCommand.ts index 4f4c20262808..d709a247d967 100644 --- a/clients/client-mediatailor/commands/DescribeProgramCommand.ts +++ b/clients/client-mediatailor/commands/DescribeProgramCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProgramCommandOutput extends DescribeProgramResponse, _ /** *

Retrieves the properties of the requested program.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DescribeProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DescribeProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DescribeSourceLocationCommand.ts b/clients/client-mediatailor/commands/DescribeSourceLocationCommand.ts index ea4a141cd412..e479bcf09aee 100644 --- a/clients/client-mediatailor/commands/DescribeSourceLocationCommand.ts +++ b/clients/client-mediatailor/commands/DescribeSourceLocationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocat /** *

Retrieves the properties of the requested source location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DescribeSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DescribeSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/DescribeVodSourceCommand.ts b/clients/client-mediatailor/commands/DescribeVodSourceCommand.ts index ebec1b5d9af4..4180dd5978bc 100644 --- a/clients/client-mediatailor/commands/DescribeVodSourceCommand.ts +++ b/clients/client-mediatailor/commands/DescribeVodSourceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeVodSourceCommandOutput extends DescribeVodSourceRespons /** *

Provides details about a specific VOD source in a specific source location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, DescribeVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, DescribeVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/GetChannelPolicyCommand.ts b/clients/client-mediatailor/commands/GetChannelPolicyCommand.ts index 2a611ac5502b..3a422fa47daf 100644 --- a/clients/client-mediatailor/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediatailor/commands/GetChannelPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, /** *

Retrieves information about a channel's IAM policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, GetChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, GetChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/GetChannelScheduleCommand.ts b/clients/client-mediatailor/commands/GetChannelScheduleCommand.ts index a9f5a86847c5..31d43912b7db 100644 --- a/clients/client-mediatailor/commands/GetChannelScheduleCommand.ts +++ b/clients/client-mediatailor/commands/GetChannelScheduleCommand.ts @@ -23,7 +23,7 @@ export interface GetChannelScheduleCommandOutput extends GetChannelScheduleRespo /** *

Retrieves information about your channel's schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, GetChannelScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, GetChannelScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/GetPlaybackConfigurationCommand.ts b/clients/client-mediatailor/commands/GetPlaybackConfigurationCommand.ts index b8eeb62f40fc..a819b42dd48c 100644 --- a/clients/client-mediatailor/commands/GetPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/commands/GetPlaybackConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig /** *

Returns the playback configuration for the specified name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, GetPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, GetPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/ListChannelsCommand.ts b/clients/client-mediatailor/commands/ListChannelsCommand.ts index ce8f6866485c..842e07b450c6 100644 --- a/clients/client-mediatailor/commands/ListChannelsCommand.ts +++ b/clients/client-mediatailor/commands/ListChannelsCommand.ts @@ -23,7 +23,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad /** *

Retrieves a list of channels that are associated with this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, ListChannelsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, ListChannelsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/ListPlaybackConfigurationsCommand.ts b/clients/client-mediatailor/commands/ListPlaybackConfigurationsCommand.ts index d7b4dbf5ed58..f3134423e3d9 100644 --- a/clients/client-mediatailor/commands/ListPlaybackConfigurationsCommand.ts +++ b/clients/client-mediatailor/commands/ListPlaybackConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon /** *

Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, ListPlaybackConfigurationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, ListPlaybackConfigurationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/ListSourceLocationsCommand.ts b/clients/client-mediatailor/commands/ListSourceLocationsCommand.ts index fd530c1a5cfd..42dc6b5b16b2 100644 --- a/clients/client-mediatailor/commands/ListSourceLocationsCommand.ts +++ b/clients/client-mediatailor/commands/ListSourceLocationsCommand.ts @@ -23,7 +23,7 @@ export interface ListSourceLocationsCommandOutput extends ListSourceLocationsRes /** *

Retrieves a list of source locations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, ListSourceLocationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, ListSourceLocationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/ListTagsForResourceCommand.ts b/clients/client-mediatailor/commands/ListTagsForResourceCommand.ts index 608f4a1c8daf..564205488202 100644 --- a/clients/client-mediatailor/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediatailor/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of the tags assigned to the specified playback configuration resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/ListVodSourcesCommand.ts b/clients/client-mediatailor/commands/ListVodSourcesCommand.ts index 7c4835abe007..717ffd5aeac5 100644 --- a/clients/client-mediatailor/commands/ListVodSourcesCommand.ts +++ b/clients/client-mediatailor/commands/ListVodSourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __M /** *

Lists all the VOD sources in a source location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, ListVodSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, ListVodSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/PutChannelPolicyCommand.ts b/clients/client-mediatailor/commands/PutChannelPolicyCommand.ts index 12346021d567..f8153f11c71f 100644 --- a/clients/client-mediatailor/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediatailor/commands/PutChannelPolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, /** *

Creates an IAM policy for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, PutChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, PutChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/PutPlaybackConfigurationCommand.ts b/clients/client-mediatailor/commands/PutPlaybackConfigurationCommand.ts index 9e883ba497cb..b07b1646b277 100644 --- a/clients/client-mediatailor/commands/PutPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/commands/PutPlaybackConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfig /** *

Adds a new playback configuration to AWS Elemental MediaTailor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, PutPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, PutPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/StartChannelCommand.ts b/clients/client-mediatailor/commands/StartChannelCommand.ts index 3fca7e63931d..2720db76ec4d 100644 --- a/clients/client-mediatailor/commands/StartChannelCommand.ts +++ b/clients/client-mediatailor/commands/StartChannelCommand.ts @@ -23,7 +23,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad /** *

Starts a specific channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, StartChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, StartChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/StopChannelCommand.ts b/clients/client-mediatailor/commands/StopChannelCommand.ts index d56377bc14bf..a6486af4bfbf 100644 --- a/clients/client-mediatailor/commands/StopChannelCommand.ts +++ b/clients/client-mediatailor/commands/StopChannelCommand.ts @@ -23,7 +23,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat /** *

Stops a specific channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, StopChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, StopChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/TagResourceCommand.ts b/clients/client-mediatailor/commands/TagResourceCommand.ts index 82637ed2bbb5..aa81cf2906fa 100644 --- a/clients/client-mediatailor/commands/TagResourceCommand.ts +++ b/clients/client-mediatailor/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Adds tags to the specified playback configuration resource. You can specify one or more tags to add.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, TagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, TagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/UntagResourceCommand.ts b/clients/client-mediatailor/commands/UntagResourceCommand.ts index a60f6d6a203e..cd3d0944e6f7 100644 --- a/clients/client-mediatailor/commands/UntagResourceCommand.ts +++ b/clients/client-mediatailor/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes tags from the specified playback configuration resource. You can specify one or more tags to remove.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, UntagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, UntagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/UpdateChannelCommand.ts b/clients/client-mediatailor/commands/UpdateChannelCommand.ts index ebd325206d05..90212d706f24 100644 --- a/clients/client-mediatailor/commands/UpdateChannelCommand.ts +++ b/clients/client-mediatailor/commands/UpdateChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met /** *

Updates an existing channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, UpdateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, UpdateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/UpdateSourceLocationCommand.ts b/clients/client-mediatailor/commands/UpdateSourceLocationCommand.ts index c42b21616dfb..4bd95e9b1cd4 100644 --- a/clients/client-mediatailor/commands/UpdateSourceLocationCommand.ts +++ b/clients/client-mediatailor/commands/UpdateSourceLocationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationR /** *

Updates a source location on a specific channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, UpdateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, UpdateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mediatailor/commands/UpdateVodSourceCommand.ts b/clients/client-mediatailor/commands/UpdateVodSourceCommand.ts index 52145b2994a0..195c9957f299 100644 --- a/clients/client-mediatailor/commands/UpdateVodSourceCommand.ts +++ b/clients/client-mediatailor/commands/UpdateVodSourceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, _ /** *

Updates a specific VOD source in a specific source location.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MediaTailorClient, UpdateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import * // const { MediaTailorClient, UpdateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import diff --git a/clients/client-mgn/commands/ChangeServerLifeCycleStateCommand.ts b/clients/client-mgn/commands/ChangeServerLifeCycleStateCommand.ts index 75747e1e0085..7f8f0fae16ca 100644 --- a/clients/client-mgn/commands/ChangeServerLifeCycleStateCommand.ts +++ b/clients/client-mgn/commands/ChangeServerLifeCycleStateCommand.ts @@ -23,7 +23,7 @@ export interface ChangeServerLifeCycleStateCommandOutput extends SourceServer, _ /** *

Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, ChangeServerLifeCycleStateCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, ChangeServerLifeCycleStateCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/commands/CreateReplicationConfigurationTemplateCommand.ts index d560bed05253..fe736350d667 100644 --- a/clients/client-mgn/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -26,7 +26,7 @@ export interface CreateReplicationConfigurationTemplateCommandOutput /** *

Creates a new ReplicationConfigurationTemplate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, CreateReplicationConfigurationTemplateCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, CreateReplicationConfigurationTemplateCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DeleteJobCommand.ts b/clients/client-mgn/commands/DeleteJobCommand.ts index 8b5d5a126e21..27eb50658df7 100644 --- a/clients/client-mgn/commands/DeleteJobCommand.ts +++ b/clients/client-mgn/commands/DeleteJobCommand.ts @@ -23,7 +23,7 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea /** *

Deletes a single Job by ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DeleteJobCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DeleteJobCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/commands/DeleteReplicationConfigurationTemplateCommand.ts index adcc0e914e7e..a24c8c5ac130 100644 --- a/clients/client-mgn/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -29,7 +29,7 @@ export interface DeleteReplicationConfigurationTemplateCommandOutput /** *

Deletes a single Replication Configuration Template by ID

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DeleteReplicationConfigurationTemplateCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DeleteReplicationConfigurationTemplateCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DeleteSourceServerCommand.ts b/clients/client-mgn/commands/DeleteSourceServerCommand.ts index 679ce483ece1..deba9676c2e3 100644 --- a/clients/client-mgn/commands/DeleteSourceServerCommand.ts +++ b/clients/client-mgn/commands/DeleteSourceServerCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSourceServerCommandOutput extends DeleteSourceServerRespo /** *

Deletes a single source server by ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DeleteSourceServerCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DeleteSourceServerCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DescribeJobLogItemsCommand.ts b/clients/client-mgn/commands/DescribeJobLogItemsCommand.ts index e64fe180811b..66ccf6ffd3ff 100644 --- a/clients/client-mgn/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-mgn/commands/DescribeJobLogItemsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsRes /** *

Retrieves detailed Job log with paging.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DescribeJobLogItemsCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DescribeJobLogItemsCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DescribeJobsCommand.ts b/clients/client-mgn/commands/DescribeJobsCommand.ts index 2c51ed542b51..cf14d484c4ad 100644 --- a/clients/client-mgn/commands/DescribeJobsCommand.ts +++ b/clients/client-mgn/commands/DescribeJobsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad /** *

Returns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normaly created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DescribeJobsCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DescribeJobsCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-mgn/commands/DescribeReplicationConfigurationTemplatesCommand.ts index 55cdd91c550c..4f9436f0b2a0 100644 --- a/clients/client-mgn/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeReplicationConfigurationTemplatesCommandOutput /** *

Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DescribeReplicationConfigurationTemplatesCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DescribeReplicationConfigurationTemplatesCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DescribeSourceServersCommand.ts b/clients/client-mgn/commands/DescribeSourceServersCommand.ts index 575a8f4699c0..7c00ef3063e1 100644 --- a/clients/client-mgn/commands/DescribeSourceServersCommand.ts +++ b/clients/client-mgn/commands/DescribeSourceServersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSourceServersCommandOutput extends DescribeSourceServer /** *

Retrieves all SourceServers or multiple SourceServers by ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DescribeSourceServersCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DescribeSourceServersCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/DisconnectFromServiceCommand.ts b/clients/client-mgn/commands/DisconnectFromServiceCommand.ts index 933b97b1cceb..f32875ee64cd 100644 --- a/clients/client-mgn/commands/DisconnectFromServiceCommand.ts +++ b/clients/client-mgn/commands/DisconnectFromServiceCommand.ts @@ -23,7 +23,7 @@ export interface DisconnectFromServiceCommandOutput extends SourceServer, __Meta /** *

Disconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communciating with the Application Migration Service service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, DisconnectFromServiceCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, DisconnectFromServiceCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/FinalizeCutoverCommand.ts b/clients/client-mgn/commands/FinalizeCutoverCommand.ts index e8159c37b313..37fc926b3a05 100644 --- a/clients/client-mgn/commands/FinalizeCutoverCommand.ts +++ b/clients/client-mgn/commands/FinalizeCutoverCommand.ts @@ -23,7 +23,7 @@ export interface FinalizeCutoverCommandOutput extends SourceServer, __MetadataBe /** *

Finalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property fo each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, FinalizeCutoverCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, FinalizeCutoverCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/GetLaunchConfigurationCommand.ts b/clients/client-mgn/commands/GetLaunchConfigurationCommand.ts index a2684fa37902..fe67e56530ef 100644 --- a/clients/client-mgn/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-mgn/commands/GetLaunchConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration /** *

Lists all LaunchConfigurations available, filtered by Source Server IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, GetLaunchConfigurationCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, GetLaunchConfigurationCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/GetReplicationConfigurationCommand.ts b/clients/client-mgn/commands/GetReplicationConfigurationCommand.ts index b58f0f1632b8..e401c5522551 100644 --- a/clients/client-mgn/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-mgn/commands/GetReplicationConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetReplicationConfigurationCommandOutput extends ReplicationCon /** *

Lists all ReplicationConfigurations, filtered by Source Server ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, GetReplicationConfigurationCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, GetReplicationConfigurationCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/InitializeServiceCommand.ts b/clients/client-mgn/commands/InitializeServiceCommand.ts index 7ac47bf66077..ef20e96a6ab1 100644 --- a/clients/client-mgn/commands/InitializeServiceCommand.ts +++ b/clients/client-mgn/commands/InitializeServiceCommand.ts @@ -23,7 +23,7 @@ export interface InitializeServiceCommandOutput extends InitializeServiceRespons /** *

Initialize Application Migration Service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, InitializeServiceCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, InitializeServiceCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/ListTagsForResourceCommand.ts b/clients/client-mgn/commands/ListTagsForResourceCommand.ts index c44334b53a97..89f89e755e8e 100644 --- a/clients/client-mgn/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mgn/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

List all tags for your Application Migration Service resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, ListTagsForResourceCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/MarkAsArchivedCommand.ts b/clients/client-mgn/commands/MarkAsArchivedCommand.ts index 2e2b92398b76..2099776f7c60 100644 --- a/clients/client-mgn/commands/MarkAsArchivedCommand.ts +++ b/clients/client-mgn/commands/MarkAsArchivedCommand.ts @@ -23,7 +23,7 @@ export interface MarkAsArchivedCommandOutput extends SourceServer, __MetadataBea /** *

Archives specific Source Servers by setting the SourceServer.isArchived property to true for specified SourceServers by ID. This command only works for SourceServers with a lifecycle.state which equals DISCONNECTED or CUTOVER.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, MarkAsArchivedCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, MarkAsArchivedCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/RetryDataReplicationCommand.ts b/clients/client-mgn/commands/RetryDataReplicationCommand.ts index 4989cba77dd5..cb7a529fd6d9 100644 --- a/clients/client-mgn/commands/RetryDataReplicationCommand.ts +++ b/clients/client-mgn/commands/RetryDataReplicationCommand.ts @@ -23,7 +23,7 @@ export interface RetryDataReplicationCommandOutput extends SourceServer, __Metad /** *

Causes the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, RetryDataReplicationCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, RetryDataReplicationCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/StartCutoverCommand.ts b/clients/client-mgn/commands/StartCutoverCommand.ts index 754f5224419d..7b88489b4dfc 100644 --- a/clients/client-mgn/commands/StartCutoverCommand.ts +++ b/clients/client-mgn/commands/StartCutoverCommand.ts @@ -23,7 +23,7 @@ export interface StartCutoverCommandOutput extends StartCutoverResponse, __Metad /** *

Launches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, StartCutoverCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, StartCutoverCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/StartTestCommand.ts b/clients/client-mgn/commands/StartTestCommand.ts index 5ca64c53a095..6d787ed80d43 100644 --- a/clients/client-mgn/commands/StartTestCommand.ts +++ b/clients/client-mgn/commands/StartTestCommand.ts @@ -23,7 +23,7 @@ export interface StartTestCommandOutput extends StartTestResponse, __MetadataBea /** *

Lauches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, StartTestCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, StartTestCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/TagResourceCommand.ts b/clients/client-mgn/commands/TagResourceCommand.ts index d7ac232edaa8..1dc5e72b3f28 100644 --- a/clients/client-mgn/commands/TagResourceCommand.ts +++ b/clients/client-mgn/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Adds or overwrites only the specified tags for the specified Application Migration Service resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, TagResourceCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, TagResourceCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/TerminateTargetInstancesCommand.ts b/clients/client-mgn/commands/TerminateTargetInstancesCommand.ts index 553ae41d1c7a..cc13334d0e80 100644 --- a/clients/client-mgn/commands/TerminateTargetInstancesCommand.ts +++ b/clients/client-mgn/commands/TerminateTargetInstancesCommand.ts @@ -23,7 +23,7 @@ export interface TerminateTargetInstancesCommandOutput extends TerminateTargetIn /** *

Starts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, TerminateTargetInstancesCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, TerminateTargetInstancesCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/UntagResourceCommand.ts b/clients/client-mgn/commands/UntagResourceCommand.ts index 8416e1c78c1b..f2bc40b05dc4 100644 --- a/clients/client-mgn/commands/UntagResourceCommand.ts +++ b/clients/client-mgn/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Deletes the specified set of tags from the specified set of Application Migration Service resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, UntagResourceCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, UntagResourceCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-mgn/commands/UpdateLaunchConfigurationCommand.ts index 78bf12d71f55..6a45110f6732 100644 --- a/clients/client-mgn/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-mgn/commands/UpdateLaunchConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLaunchConfigurationCommandOutput extends LaunchConfigurat /** *

Updates multiple LaunchConfigurations by Source Server ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, UpdateLaunchConfigurationCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, UpdateLaunchConfigurationCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-mgn/commands/UpdateReplicationConfigurationCommand.ts index 8116b8460143..1cbe2c874fa9 100644 --- a/clients/client-mgn/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-mgn/commands/UpdateReplicationConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateReplicationConfigurationCommandOutput extends Replication /** *

Allows you to update multiple ReplicationConfigurations by Source Server ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, UpdateReplicationConfigurationCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, UpdateReplicationConfigurationCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-mgn/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/commands/UpdateReplicationConfigurationTemplateCommand.ts index f82513f90ab2..7758e7c3e776 100644 --- a/clients/client-mgn/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -26,7 +26,7 @@ export interface UpdateReplicationConfigurationTemplateCommandOutput /** *

Updates multiple ReplicationConfigurationTemplates by ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MgnClient, UpdateReplicationConfigurationTemplateCommand } from "@aws-sdk/client-mgn"; // ES Modules import * // const { MgnClient, UpdateReplicationConfigurationTemplateCommand } = require("@aws-sdk/client-mgn"); // CommonJS import diff --git a/clients/client-migration-hub/commands/AssociateCreatedArtifactCommand.ts b/clients/client-migration-hub/commands/AssociateCreatedArtifactCommand.ts index b35aef28d537..f38164b1f54f 100644 --- a/clients/client-migration-hub/commands/AssociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/commands/AssociateCreatedArtifactCommand.ts @@ -40,7 +40,7 @@ export interface AssociateCreatedArtifactCommandOutput extends AssociateCreatedA * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, AssociateCreatedArtifactCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, AssociateCreatedArtifactCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/AssociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/commands/AssociateDiscoveredResourceCommand.ts index 607835bfb67c..d8587a47247a 100644 --- a/clients/client-migration-hub/commands/AssociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/commands/AssociateDiscoveredResourceCommand.ts @@ -24,7 +24,7 @@ export interface AssociateDiscoveredResourceCommandOutput extends AssociateDisco *

Associates a discovered resource ID from Application Discovery Service with a migration * task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, AssociateDiscoveredResourceCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, AssociateDiscoveredResourceCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/CreateProgressUpdateStreamCommand.ts b/clients/client-migration-hub/commands/CreateProgressUpdateStreamCommand.ts index 783c936dc8e4..04cab6f62e2b 100644 --- a/clients/client-migration-hub/commands/CreateProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/commands/CreateProgressUpdateStreamCommand.ts @@ -27,7 +27,7 @@ export interface CreateProgressUpdateStreamCommandOutput extends CreateProgressU * tool; however, it does not need to be unique for each AWS account because it is scoped to * the AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, CreateProgressUpdateStreamCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, CreateProgressUpdateStreamCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/DeleteProgressUpdateStreamCommand.ts b/clients/client-migration-hub/commands/DeleteProgressUpdateStreamCommand.ts index 18f90c032e37..f18752f40ca8 100644 --- a/clients/client-migration-hub/commands/DeleteProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/commands/DeleteProgressUpdateStreamCommand.ts @@ -53,7 +53,7 @@ export interface DeleteProgressUpdateStreamCommandOutput extends DeleteProgressU * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, DeleteProgressUpdateStreamCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, DeleteProgressUpdateStreamCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/DescribeApplicationStateCommand.ts b/clients/client-migration-hub/commands/DescribeApplicationStateCommand.ts index b4a14a2007c6..04ecd413e8fb 100644 --- a/clients/client-migration-hub/commands/DescribeApplicationStateCommand.ts +++ b/clients/client-migration-hub/commands/DescribeApplicationStateCommand.ts @@ -23,7 +23,7 @@ export interface DescribeApplicationStateCommandOutput extends DescribeApplicati /** *

Gets the migration status of an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, DescribeApplicationStateCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, DescribeApplicationStateCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/DescribeMigrationTaskCommand.ts b/clients/client-migration-hub/commands/DescribeMigrationTaskCommand.ts index 84682581d9df..c432c4652e11 100644 --- a/clients/client-migration-hub/commands/DescribeMigrationTaskCommand.ts +++ b/clients/client-migration-hub/commands/DescribeMigrationTaskCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMigrationTaskCommandOutput extends DescribeMigrationTas /** *

Retrieves a list of all attributes associated with a specific migration task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, DescribeMigrationTaskCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, DescribeMigrationTaskCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/DisassociateCreatedArtifactCommand.ts b/clients/client-migration-hub/commands/DisassociateCreatedArtifactCommand.ts index f6dda1c0ba67..8424338ba016 100644 --- a/clients/client-migration-hub/commands/DisassociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/commands/DisassociateCreatedArtifactCommand.ts @@ -39,7 +39,7 @@ export interface DisassociateCreatedArtifactCommandOutput extends DisassociateCr * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, DisassociateCreatedArtifactCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, DisassociateCreatedArtifactCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/DisassociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/commands/DisassociateDiscoveredResourceCommand.ts index 590617294f04..68dd674c6453 100644 --- a/clients/client-migration-hub/commands/DisassociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/commands/DisassociateDiscoveredResourceCommand.ts @@ -26,7 +26,7 @@ export interface DisassociateDiscoveredResourceCommandOutput *

Disassociate an Application Discovery Service discovered resource from a migration * task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, DisassociateDiscoveredResourceCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, DisassociateDiscoveredResourceCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/ImportMigrationTaskCommand.ts b/clients/client-migration-hub/commands/ImportMigrationTaskCommand.ts index f09765f43515..f078abcab640 100644 --- a/clients/client-migration-hub/commands/ImportMigrationTaskCommand.ts +++ b/clients/client-migration-hub/commands/ImportMigrationTaskCommand.ts @@ -26,7 +26,7 @@ export interface ImportMigrationTaskCommandOutput extends ImportMigrationTaskRes *

This API is a prerequisite to calling the NotifyMigrationTaskState API as * the migration tool must first register the migration task with Migration Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, ImportMigrationTaskCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, ImportMigrationTaskCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/ListApplicationStatesCommand.ts b/clients/client-migration-hub/commands/ListApplicationStatesCommand.ts index 5e8234e78e44..54efac63da82 100644 --- a/clients/client-migration-hub/commands/ListApplicationStatesCommand.ts +++ b/clients/client-migration-hub/commands/ListApplicationStatesCommand.ts @@ -25,7 +25,7 @@ export interface ListApplicationStatesCommandOutput extends ListApplicationState * ApplicationIds parameter, only the migration statuses for those * applications will be returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, ListApplicationStatesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, ListApplicationStatesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/ListCreatedArtifactsCommand.ts b/clients/client-migration-hub/commands/ListCreatedArtifactsCommand.ts index c99457e60ce1..223167fea32a 100644 --- a/clients/client-migration-hub/commands/ListCreatedArtifactsCommand.ts +++ b/clients/client-migration-hub/commands/ListCreatedArtifactsCommand.ts @@ -37,7 +37,7 @@ export interface ListCreatedArtifactsCommandOutput extends ListCreatedArtifactsR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, ListCreatedArtifactsCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, ListCreatedArtifactsCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/ListDiscoveredResourcesCommand.ts b/clients/client-migration-hub/commands/ListDiscoveredResourcesCommand.ts index e062653a3236..136331d779b7 100644 --- a/clients/client-migration-hub/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-migration-hub/commands/ListDiscoveredResourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredReso /** *

Lists discovered resources associated with the given MigrationTask.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, ListDiscoveredResourcesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, ListDiscoveredResourcesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/ListMigrationTasksCommand.ts b/clients/client-migration-hub/commands/ListMigrationTasksCommand.ts index 3153e18dd2ef..11f2d9c7abbf 100644 --- a/clients/client-migration-hub/commands/ListMigrationTasksCommand.ts +++ b/clients/client-migration-hub/commands/ListMigrationTasksCommand.ts @@ -36,7 +36,7 @@ export interface ListMigrationTasksCommandOutput extends ListMigrationTasksResul * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, ListMigrationTasksCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, ListMigrationTasksCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/ListProgressUpdateStreamsCommand.ts b/clients/client-migration-hub/commands/ListProgressUpdateStreamsCommand.ts index 3cd7ce1b15fd..1d126ed73780 100644 --- a/clients/client-migration-hub/commands/ListProgressUpdateStreamsCommand.ts +++ b/clients/client-migration-hub/commands/ListProgressUpdateStreamsCommand.ts @@ -23,7 +23,7 @@ export interface ListProgressUpdateStreamsCommandOutput extends ListProgressUpda /** *

Lists progress update streams associated with the user account making this call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, ListProgressUpdateStreamsCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, ListProgressUpdateStreamsCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/NotifyApplicationStateCommand.ts b/clients/client-migration-hub/commands/NotifyApplicationStateCommand.ts index 91fff0fc54f0..62ad065ad625 100644 --- a/clients/client-migration-hub/commands/NotifyApplicationStateCommand.ts +++ b/clients/client-migration-hub/commands/NotifyApplicationStateCommand.ts @@ -26,7 +26,7 @@ export interface NotifyApplicationStateCommandOutput extends NotifyApplicationSt * three values to Status: NOT_STARTED | IN_PROGRESS | * COMPLETED.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, NotifyApplicationStateCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, NotifyApplicationStateCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/NotifyMigrationTaskStateCommand.ts b/clients/client-migration-hub/commands/NotifyMigrationTaskStateCommand.ts index 5d03b7bf4a81..15c07ddb178c 100644 --- a/clients/client-migration-hub/commands/NotifyMigrationTaskStateCommand.ts +++ b/clients/client-migration-hub/commands/NotifyMigrationTaskStateCommand.ts @@ -40,7 +40,7 @@ export interface NotifyMigrationTaskStateCommandOutput extends NotifyMigrationTa * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, NotifyMigrationTaskStateCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, NotifyMigrationTaskStateCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migration-hub/commands/PutResourceAttributesCommand.ts b/clients/client-migration-hub/commands/PutResourceAttributesCommand.ts index df4169dff221..956792c0aa53 100644 --- a/clients/client-migration-hub/commands/PutResourceAttributesCommand.ts +++ b/clients/client-migration-hub/commands/PutResourceAttributesCommand.ts @@ -48,7 +48,7 @@ export interface PutResourceAttributesCommandOutput extends PutResourceAttribute * details, call ListDiscoveredResources.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubClient, PutResourceAttributesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import * // const { MigrationHubClient, PutResourceAttributesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import diff --git a/clients/client-migrationhub-config/commands/CreateHomeRegionControlCommand.ts b/clients/client-migrationhub-config/commands/CreateHomeRegionControlCommand.ts index 42355ded5e25..9c83703f49d1 100644 --- a/clients/client-migrationhub-config/commands/CreateHomeRegionControlCommand.ts +++ b/clients/client-migrationhub-config/commands/CreateHomeRegionControlCommand.ts @@ -27,7 +27,7 @@ export interface CreateHomeRegionControlCommandOutput extends CreateHomeRegionCo /** *

This API sets up the home region for the calling account only.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubConfigClient, CreateHomeRegionControlCommand } from "@aws-sdk/client-migrationhub-config"; // ES Modules import * // const { MigrationHubConfigClient, CreateHomeRegionControlCommand } = require("@aws-sdk/client-migrationhub-config"); // CommonJS import diff --git a/clients/client-migrationhub-config/commands/DescribeHomeRegionControlsCommand.ts b/clients/client-migrationhub-config/commands/DescribeHomeRegionControlsCommand.ts index 6aa43a459d1d..5f3ea219f92a 100644 --- a/clients/client-migrationhub-config/commands/DescribeHomeRegionControlsCommand.ts +++ b/clients/client-migrationhub-config/commands/DescribeHomeRegionControlsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeHomeRegionControlsCommandOutput extends DescribeHomeReg *

This API permits filtering on the ControlId and HomeRegion * fields.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubConfigClient, DescribeHomeRegionControlsCommand } from "@aws-sdk/client-migrationhub-config"; // ES Modules import * // const { MigrationHubConfigClient, DescribeHomeRegionControlsCommand } = require("@aws-sdk/client-migrationhub-config"); // CommonJS import diff --git a/clients/client-migrationhub-config/commands/GetHomeRegionCommand.ts b/clients/client-migrationhub-config/commands/GetHomeRegionCommand.ts index 91d8146e5d62..9c86f3d2ddee 100644 --- a/clients/client-migrationhub-config/commands/GetHomeRegionCommand.ts +++ b/clients/client-migrationhub-config/commands/GetHomeRegionCommand.ts @@ -31,7 +31,7 @@ export interface GetHomeRegionCommandOutput extends GetHomeRegionResult, __Metad * other AWS Application Discovery Service and AWS Migration Hub APIs, to obtain the account's * Migration Hub home region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MigrationHubConfigClient, GetHomeRegionCommand } from "@aws-sdk/client-migrationhub-config"; // ES Modules import * // const { MigrationHubConfigClient, GetHomeRegionCommand } = require("@aws-sdk/client-migrationhub-config"); // CommonJS import diff --git a/clients/client-mobile/commands/CreateProjectCommand.ts b/clients/client-mobile/commands/CreateProjectCommand.ts index 790a7169b4da..f5c390d24288 100644 --- a/clients/client-mobile/commands/CreateProjectCommand.ts +++ b/clients/client-mobile/commands/CreateProjectCommand.ts @@ -25,7 +25,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad * Creates an AWS Mobile Hub project. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, CreateProjectCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, CreateProjectCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/DeleteProjectCommand.ts b/clients/client-mobile/commands/DeleteProjectCommand.ts index b31be4e41095..f561a22de79a 100644 --- a/clients/client-mobile/commands/DeleteProjectCommand.ts +++ b/clients/client-mobile/commands/DeleteProjectCommand.ts @@ -25,7 +25,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad * Delets a project in AWS Mobile Hub. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, DeleteProjectCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, DeleteProjectCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/DescribeBundleCommand.ts b/clients/client-mobile/commands/DescribeBundleCommand.ts index e839020108f0..55a1c0a0bb03 100644 --- a/clients/client-mobile/commands/DescribeBundleCommand.ts +++ b/clients/client-mobile/commands/DescribeBundleCommand.ts @@ -25,7 +25,7 @@ export interface DescribeBundleCommandOutput extends DescribeBundleResult, __Met * Get the bundle details for the requested bundle id. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, DescribeBundleCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, DescribeBundleCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/DescribeProjectCommand.ts b/clients/client-mobile/commands/DescribeProjectCommand.ts index cf8381101b21..0004b4776a8c 100644 --- a/clients/client-mobile/commands/DescribeProjectCommand.ts +++ b/clients/client-mobile/commands/DescribeProjectCommand.ts @@ -25,7 +25,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResult, __M * Gets details about a project in AWS Mobile Hub. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, DescribeProjectCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, DescribeProjectCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/ExportBundleCommand.ts b/clients/client-mobile/commands/ExportBundleCommand.ts index f54af605d4d3..6d0597670d14 100644 --- a/clients/client-mobile/commands/ExportBundleCommand.ts +++ b/clients/client-mobile/commands/ExportBundleCommand.ts @@ -26,7 +26,7 @@ export interface ExportBundleCommandOutput extends ExportBundleResult, __Metadat * used to integrate mobile web or mobile app clients with backend AWS resources. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, ExportBundleCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, ExportBundleCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/ExportProjectCommand.ts b/clients/client-mobile/commands/ExportProjectCommand.ts index e2e86c7852a5..031de36a8af3 100644 --- a/clients/client-mobile/commands/ExportProjectCommand.ts +++ b/clients/client-mobile/commands/ExportProjectCommand.ts @@ -27,7 +27,7 @@ export interface ExportProjectCommandOutput extends ExportProjectResult, __Metad * can only be shared successfully within the same AWS account. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, ExportProjectCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, ExportProjectCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/ListBundlesCommand.ts b/clients/client-mobile/commands/ListBundlesCommand.ts index b1d11c7bd0d5..c774d3a6d8a8 100644 --- a/clients/client-mobile/commands/ListBundlesCommand.ts +++ b/clients/client-mobile/commands/ListBundlesCommand.ts @@ -25,7 +25,7 @@ export interface ListBundlesCommandOutput extends ListBundlesResult, __MetadataB * List all available bundles. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, ListBundlesCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, ListBundlesCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/ListProjectsCommand.ts b/clients/client-mobile/commands/ListProjectsCommand.ts index 740904d791a7..b8632b04aa37 100644 --- a/clients/client-mobile/commands/ListProjectsCommand.ts +++ b/clients/client-mobile/commands/ListProjectsCommand.ts @@ -25,7 +25,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat * Lists projects in AWS Mobile Hub. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, ListProjectsCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, ListProjectsCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mobile/commands/UpdateProjectCommand.ts b/clients/client-mobile/commands/UpdateProjectCommand.ts index 7db78a48b11e..c261cf70400b 100644 --- a/clients/client-mobile/commands/UpdateProjectCommand.ts +++ b/clients/client-mobile/commands/UpdateProjectCommand.ts @@ -25,7 +25,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad * Update an existing project. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MobileClient, UpdateProjectCommand } from "@aws-sdk/client-mobile"; // ES Modules import * // const { MobileClient, UpdateProjectCommand } = require("@aws-sdk/client-mobile"); // CommonJS import diff --git a/clients/client-mq/commands/CreateBrokerCommand.ts b/clients/client-mq/commands/CreateBrokerCommand.ts index 948e2acffa32..73751506e025 100644 --- a/clients/client-mq/commands/CreateBrokerCommand.ts +++ b/clients/client-mq/commands/CreateBrokerCommand.ts @@ -23,7 +23,7 @@ export interface CreateBrokerCommandOutput extends CreateBrokerResponse, __Metad /** * Creates a broker. Note: This API is asynchronous. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, CreateBrokerCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, CreateBrokerCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/CreateConfigurationCommand.ts b/clients/client-mq/commands/CreateConfigurationCommand.ts index 5dde610b10b9..36149221448e 100644 --- a/clients/client-mq/commands/CreateConfigurationCommand.ts +++ b/clients/client-mq/commands/CreateConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface CreateConfigurationCommandOutput extends CreateConfigurationRes /** * Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version). * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, CreateConfigurationCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, CreateConfigurationCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/CreateTagsCommand.ts b/clients/client-mq/commands/CreateTagsCommand.ts index 3f52af857f2d..2683b6761f9f 100644 --- a/clients/client-mq/commands/CreateTagsCommand.ts +++ b/clients/client-mq/commands/CreateTagsCommand.ts @@ -23,7 +23,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {} /** * Add a tag to a resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, CreateTagsCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, CreateTagsCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/CreateUserCommand.ts b/clients/client-mq/commands/CreateUserCommand.ts index fcd49846c069..f3c641dbecf9 100644 --- a/clients/client-mq/commands/CreateUserCommand.ts +++ b/clients/client-mq/commands/CreateUserCommand.ts @@ -23,7 +23,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** * Creates an ActiveMQ user. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, CreateUserCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, CreateUserCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DeleteBrokerCommand.ts b/clients/client-mq/commands/DeleteBrokerCommand.ts index 926e3620181e..63a6df19a97c 100644 --- a/clients/client-mq/commands/DeleteBrokerCommand.ts +++ b/clients/client-mq/commands/DeleteBrokerCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBrokerCommandOutput extends DeleteBrokerResponse, __Metad /** * Deletes a broker. Note: This API is asynchronous. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DeleteBrokerCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DeleteBrokerCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DeleteTagsCommand.ts b/clients/client-mq/commands/DeleteTagsCommand.ts index 87c8ac4bbf14..108f48bfc8ba 100644 --- a/clients/client-mq/commands/DeleteTagsCommand.ts +++ b/clients/client-mq/commands/DeleteTagsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} /** * Removes a tag from a resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DeleteTagsCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DeleteTagsCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DeleteUserCommand.ts b/clients/client-mq/commands/DeleteUserCommand.ts index 9348db6bceb9..7efa18ffebb5 100644 --- a/clients/client-mq/commands/DeleteUserCommand.ts +++ b/clients/client-mq/commands/DeleteUserCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB /** * Deletes an ActiveMQ user. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DeleteUserCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DeleteUserCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DescribeBrokerCommand.ts b/clients/client-mq/commands/DescribeBrokerCommand.ts index 4510d96cdfa0..5b22260644f0 100644 --- a/clients/client-mq/commands/DescribeBrokerCommand.ts +++ b/clients/client-mq/commands/DescribeBrokerCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBrokerCommandOutput extends DescribeBrokerResponse, __M /** * Returns information about the specified broker. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DescribeBrokerCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DescribeBrokerCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DescribeBrokerEngineTypesCommand.ts b/clients/client-mq/commands/DescribeBrokerEngineTypesCommand.ts index a4e82e77463d..c05e8aff9c51 100644 --- a/clients/client-mq/commands/DescribeBrokerEngineTypesCommand.ts +++ b/clients/client-mq/commands/DescribeBrokerEngineTypesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeBrokerEngineTypesCommandOutput extends DescribeBrokerEn /** * Describe available engine types and versions. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DescribeBrokerEngineTypesCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DescribeBrokerEngineTypesCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DescribeBrokerInstanceOptionsCommand.ts b/clients/client-mq/commands/DescribeBrokerInstanceOptionsCommand.ts index fd59d905938c..7201be31547f 100644 --- a/clients/client-mq/commands/DescribeBrokerInstanceOptionsCommand.ts +++ b/clients/client-mq/commands/DescribeBrokerInstanceOptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeBrokerInstanceOptionsCommandOutput /** * Describe available broker instance options. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DescribeBrokerInstanceOptionsCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DescribeBrokerInstanceOptionsCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DescribeConfigurationCommand.ts b/clients/client-mq/commands/DescribeConfigurationCommand.ts index bf529bafc1d3..ae8e981a1b1e 100644 --- a/clients/client-mq/commands/DescribeConfigurationCommand.ts +++ b/clients/client-mq/commands/DescribeConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConfigurationCommandOutput extends DescribeConfiguratio /** * Returns information about the specified configuration. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DescribeConfigurationCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DescribeConfigurationCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-mq/commands/DescribeConfigurationRevisionCommand.ts index bc620c72386a..2075aa1abb29 100644 --- a/clients/client-mq/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-mq/commands/DescribeConfigurationRevisionCommand.ts @@ -25,7 +25,7 @@ export interface DescribeConfigurationRevisionCommandOutput /** * Returns the specified configuration revision for the specified configuration. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DescribeConfigurationRevisionCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DescribeConfigurationRevisionCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/DescribeUserCommand.ts b/clients/client-mq/commands/DescribeUserCommand.ts index 53ff7b5b33ba..f33cb90b5203 100644 --- a/clients/client-mq/commands/DescribeUserCommand.ts +++ b/clients/client-mq/commands/DescribeUserCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad /** * Returns information about an ActiveMQ user. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, DescribeUserCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, DescribeUserCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/ListBrokersCommand.ts b/clients/client-mq/commands/ListBrokersCommand.ts index cdb89ace808a..01b3e6e8e659 100644 --- a/clients/client-mq/commands/ListBrokersCommand.ts +++ b/clients/client-mq/commands/ListBrokersCommand.ts @@ -23,7 +23,7 @@ export interface ListBrokersCommandOutput extends ListBrokersResponse, __Metadat /** * Returns a list of all brokers. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, ListBrokersCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, ListBrokersCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/ListConfigurationRevisionsCommand.ts b/clients/client-mq/commands/ListConfigurationRevisionsCommand.ts index ea1091b3958c..eea7d7ad1e71 100644 --- a/clients/client-mq/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-mq/commands/ListConfigurationRevisionsCommand.ts @@ -23,7 +23,7 @@ export interface ListConfigurationRevisionsCommandOutput extends ListConfigurati /** * Returns a list of all revisions for the specified configuration. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, ListConfigurationRevisionsCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, ListConfigurationRevisionsCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/ListConfigurationsCommand.ts b/clients/client-mq/commands/ListConfigurationsCommand.ts index 130521ed5405..2cfaf49f4e8b 100644 --- a/clients/client-mq/commands/ListConfigurationsCommand.ts +++ b/clients/client-mq/commands/ListConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo /** * Returns a list of all configurations. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, ListConfigurationsCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, ListConfigurationsCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/ListTagsCommand.ts b/clients/client-mq/commands/ListTagsCommand.ts index 893de7272632..d1f4e04b2c25 100644 --- a/clients/client-mq/commands/ListTagsCommand.ts +++ b/clients/client-mq/commands/ListTagsCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare /** * Lists tags for a resource. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, ListTagsCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, ListTagsCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/ListUsersCommand.ts b/clients/client-mq/commands/ListUsersCommand.ts index f95dbf433381..43e05e80f6ad 100644 --- a/clients/client-mq/commands/ListUsersCommand.ts +++ b/clients/client-mq/commands/ListUsersCommand.ts @@ -23,7 +23,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** * Returns a list of all ActiveMQ users. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, ListUsersCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, ListUsersCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/RebootBrokerCommand.ts b/clients/client-mq/commands/RebootBrokerCommand.ts index 048231cbc33e..70e7e16efa8f 100644 --- a/clients/client-mq/commands/RebootBrokerCommand.ts +++ b/clients/client-mq/commands/RebootBrokerCommand.ts @@ -23,7 +23,7 @@ export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __Metad /** * Reboots a broker. Note: This API is asynchronous. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, RebootBrokerCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, RebootBrokerCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/UpdateBrokerCommand.ts b/clients/client-mq/commands/UpdateBrokerCommand.ts index 81f6f7bc210f..5b7a747c1517 100644 --- a/clients/client-mq/commands/UpdateBrokerCommand.ts +++ b/clients/client-mq/commands/UpdateBrokerCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBrokerCommandOutput extends UpdateBrokerResponse, __Metad /** * Adds a pending configuration change to a broker. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, UpdateBrokerCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, UpdateBrokerCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/UpdateConfigurationCommand.ts b/clients/client-mq/commands/UpdateConfigurationCommand.ts index 2039ddb6a265..7ab285b2c844 100644 --- a/clients/client-mq/commands/UpdateConfigurationCommand.ts +++ b/clients/client-mq/commands/UpdateConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes /** * Updates the specified configuration. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, UpdateConfigurationCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, UpdateConfigurationCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mq/commands/UpdateUserCommand.ts b/clients/client-mq/commands/UpdateUserCommand.ts index 16176fa64cdb..b227a5aef772 100644 --- a/clients/client-mq/commands/UpdateUserCommand.ts +++ b/clients/client-mq/commands/UpdateUserCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB /** * Updates the information for an ActiveMQ user. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MqClient, UpdateUserCommand } from "@aws-sdk/client-mq"; // ES Modules import * // const { MqClient, UpdateUserCommand } = require("@aws-sdk/client-mq"); // CommonJS import diff --git a/clients/client-mturk/commands/AcceptQualificationRequestCommand.ts b/clients/client-mturk/commands/AcceptQualificationRequestCommand.ts index 552ac396c8f4..15f330cbc795 100644 --- a/clients/client-mturk/commands/AcceptQualificationRequestCommand.ts +++ b/clients/client-mturk/commands/AcceptQualificationRequestCommand.ts @@ -32,7 +32,7 @@ export interface AcceptQualificationRequestCommandOutput extends AcceptQualifica * returns with no errors and an empty body. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, AcceptQualificationRequestCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, AcceptQualificationRequestCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ApproveAssignmentCommand.ts b/clients/client-mturk/commands/ApproveAssignmentCommand.ts index 77efe509020b..2256fa635e98 100644 --- a/clients/client-mturk/commands/ApproveAssignmentCommand.ts +++ b/clients/client-mturk/commands/ApproveAssignmentCommand.ts @@ -52,7 +52,7 @@ export interface ApproveAssignmentCommandOutput extends ApproveAssignmentRespons * and only if the assignment's related HIT has not been deleted. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ApproveAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ApproveAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/AssociateQualificationWithWorkerCommand.ts b/clients/client-mturk/commands/AssociateQualificationWithWorkerCommand.ts index c389039d8a42..1eb9a4a14af9 100644 --- a/clients/client-mturk/commands/AssociateQualificationWithWorkerCommand.ts +++ b/clients/client-mturk/commands/AssociateQualificationWithWorkerCommand.ts @@ -45,7 +45,7 @@ export interface AssociateQualificationWithWorkerCommandOutput *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, AssociateQualificationWithWorkerCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, AssociateQualificationWithWorkerCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/CreateAdditionalAssignmentsForHITCommand.ts b/clients/client-mturk/commands/CreateAdditionalAssignmentsForHITCommand.ts index b33dedeb928e..3d972b707d73 100644 --- a/clients/client-mturk/commands/CreateAdditionalAssignmentsForHITCommand.ts +++ b/clients/client-mturk/commands/CreateAdditionalAssignmentsForHITCommand.ts @@ -50,7 +50,7 @@ export interface CreateAdditionalAssignmentsForHITCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, CreateAdditionalAssignmentsForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, CreateAdditionalAssignmentsForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/CreateHITCommand.ts b/clients/client-mturk/commands/CreateHITCommand.ts index d21a2edcbacc..6f3b3053fbc3 100644 --- a/clients/client-mturk/commands/CreateHITCommand.ts +++ b/clients/client-mturk/commands/CreateHITCommand.ts @@ -36,7 +36,7 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea * Amazon Mechanical Turk Pricing.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, CreateHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, CreateHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/CreateHITTypeCommand.ts b/clients/client-mturk/commands/CreateHITTypeCommand.ts index 831e73337018..6051f9da1a29 100644 --- a/clients/client-mturk/commands/CreateHITTypeCommand.ts +++ b/clients/client-mturk/commands/CreateHITTypeCommand.ts @@ -28,7 +28,7 @@ export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __Met * ID of the existing type will be returned. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, CreateHITTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, CreateHITTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/CreateHITWithHITTypeCommand.ts b/clients/client-mturk/commands/CreateHITWithHITTypeCommand.ts index b33a95ffa4d1..c85fb5341a67 100644 --- a/clients/client-mturk/commands/CreateHITWithHITTypeCommand.ts +++ b/clients/client-mturk/commands/CreateHITWithHITTypeCommand.ts @@ -40,7 +40,7 @@ export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeR *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, CreateHITWithHITTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, CreateHITWithHITTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/CreateQualificationTypeCommand.ts b/clients/client-mturk/commands/CreateQualificationTypeCommand.ts index 8349cc4437a5..e68ca2abe48d 100644 --- a/clients/client-mturk/commands/CreateQualificationTypeCommand.ts +++ b/clients/client-mturk/commands/CreateQualificationTypeCommand.ts @@ -29,7 +29,7 @@ export interface CreateQualificationTypeCommandOutput extends CreateQualificatio * data structure. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, CreateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, CreateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/CreateWorkerBlockCommand.ts b/clients/client-mturk/commands/CreateWorkerBlockCommand.ts index c951348fbf9a..75d932167c3e 100644 --- a/clients/client-mturk/commands/CreateWorkerBlockCommand.ts +++ b/clients/client-mturk/commands/CreateWorkerBlockCommand.ts @@ -23,7 +23,7 @@ export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockRespons /** *

The CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs. For example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, CreateWorkerBlockCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, CreateWorkerBlockCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/DeleteHITCommand.ts b/clients/client-mturk/commands/DeleteHITCommand.ts index ca250d08d6a2..fc0b32c626f8 100644 --- a/clients/client-mturk/commands/DeleteHITCommand.ts +++ b/clients/client-mturk/commands/DeleteHITCommand.ts @@ -55,7 +55,7 @@ export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, DeleteHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, DeleteHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/DeleteQualificationTypeCommand.ts b/clients/client-mturk/commands/DeleteQualificationTypeCommand.ts index 63845c38b37f..4ac0dae5f3bd 100644 --- a/clients/client-mturk/commands/DeleteQualificationTypeCommand.ts +++ b/clients/client-mturk/commands/DeleteQualificationTypeCommand.ts @@ -41,7 +41,7 @@ export interface DeleteQualificationTypeCommandOutput extends DeleteQualificatio * CreateQualificationType.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, DeleteQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, DeleteQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/DeleteWorkerBlockCommand.ts b/clients/client-mturk/commands/DeleteWorkerBlockCommand.ts index eb52de1a5fa1..7decde0f54a9 100644 --- a/clients/client-mturk/commands/DeleteWorkerBlockCommand.ts +++ b/clients/client-mturk/commands/DeleteWorkerBlockCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockRespons /** *

The DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, DeleteWorkerBlockCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, DeleteWorkerBlockCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/DisassociateQualificationFromWorkerCommand.ts b/clients/client-mturk/commands/DisassociateQualificationFromWorkerCommand.ts index 644f47032cc8..dbafd8348f75 100644 --- a/clients/client-mturk/commands/DisassociateQualificationFromWorkerCommand.ts +++ b/clients/client-mturk/commands/DisassociateQualificationFromWorkerCommand.ts @@ -35,7 +35,7 @@ export interface DisassociateQualificationFromWorkerCommandOutput * revoked. The user who had the Qualification can see this message. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, DisassociateQualificationFromWorkerCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, DisassociateQualificationFromWorkerCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/GetAccountBalanceCommand.ts b/clients/client-mturk/commands/GetAccountBalanceCommand.ts index 695dd8587aa5..7ed141cea524 100644 --- a/clients/client-mturk/commands/GetAccountBalanceCommand.ts +++ b/clients/client-mturk/commands/GetAccountBalanceCommand.ts @@ -23,7 +23,7 @@ export interface GetAccountBalanceCommandOutput extends GetAccountBalanceRespons /** *

The GetAccountBalance operation retrieves the amount of money in your Amazon Mechanical Turk account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, GetAccountBalanceCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, GetAccountBalanceCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/GetAssignmentCommand.ts b/clients/client-mturk/commands/GetAssignmentCommand.ts index ca704f961627..3176c7bb8895 100644 --- a/clients/client-mturk/commands/GetAssignmentCommand.ts +++ b/clients/client-mturk/commands/GetAssignmentCommand.ts @@ -25,7 +25,7 @@ export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __Met * The GetAssignment operation retrieves the details of the specified Assignment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, GetAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, GetAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/GetFileUploadURLCommand.ts b/clients/client-mturk/commands/GetFileUploadURLCommand.ts index c906f96482df..aacd675ad6e1 100644 --- a/clients/client-mturk/commands/GetFileUploadURLCommand.ts +++ b/clients/client-mturk/commands/GetFileUploadURLCommand.ts @@ -40,7 +40,7 @@ export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse, * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, GetFileUploadURLCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, GetFileUploadURLCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/GetHITCommand.ts b/clients/client-mturk/commands/GetHITCommand.ts index 2475886ad1e1..0961f795a12b 100644 --- a/clients/client-mturk/commands/GetHITCommand.ts +++ b/clients/client-mturk/commands/GetHITCommand.ts @@ -22,7 +22,7 @@ export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {} * The GetHIT operation retrieves the details of the specified HIT. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, GetHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, GetHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/GetQualificationScoreCommand.ts b/clients/client-mturk/commands/GetQualificationScoreCommand.ts index c1b5c2302ee5..b8fb3fa8508d 100644 --- a/clients/client-mturk/commands/GetQualificationScoreCommand.ts +++ b/clients/client-mturk/commands/GetQualificationScoreCommand.ts @@ -36,7 +36,7 @@ export interface GetQualificationScoreCommandOutput extends GetQualificationScor *

Only the owner of a Qualification type can query the value of * a Worker's Qualification of that type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, GetQualificationScoreCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, GetQualificationScoreCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/GetQualificationTypeCommand.ts b/clients/client-mturk/commands/GetQualificationTypeCommand.ts index e73ff2de261e..08d2ca697339 100644 --- a/clients/client-mturk/commands/GetQualificationTypeCommand.ts +++ b/clients/client-mturk/commands/GetQualificationTypeCommand.ts @@ -25,7 +25,7 @@ export interface GetQualificationTypeCommandOutput extends GetQualificationTypeR * The GetQualificationTypeoperation retrieves information about a Qualification type using its ID. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, GetQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, GetQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListAssignmentsForHITCommand.ts b/clients/client-mturk/commands/ListAssignmentsForHITCommand.ts index 06002431ac85..8cf867a80513 100644 --- a/clients/client-mturk/commands/ListAssignmentsForHITCommand.ts +++ b/clients/client-mturk/commands/ListAssignmentsForHITCommand.ts @@ -49,7 +49,7 @@ export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHI * of the operation to control sorting and pagination. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListAssignmentsForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListAssignmentsForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListBonusPaymentsCommand.ts b/clients/client-mturk/commands/ListBonusPaymentsCommand.ts index 0a9a7f06d745..a8b3e5fb4d41 100644 --- a/clients/client-mturk/commands/ListBonusPaymentsCommand.ts +++ b/clients/client-mturk/commands/ListBonusPaymentsCommand.ts @@ -28,7 +28,7 @@ export interface ListBonusPaymentsCommandOutput extends ListBonusPaymentsRespons * for a given HIT or assignment. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListBonusPaymentsCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListBonusPaymentsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListHITsCommand.ts b/clients/client-mturk/commands/ListHITsCommand.ts index 0d4a7a1822d3..0150efdbbc0f 100644 --- a/clients/client-mturk/commands/ListHITsCommand.ts +++ b/clients/client-mturk/commands/ListHITsCommand.ts @@ -26,7 +26,7 @@ export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBeare * the DeleteHIT operation or that have been auto-deleted. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListHITsCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListHITsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListHITsForQualificationTypeCommand.ts b/clients/client-mturk/commands/ListHITsForQualificationTypeCommand.ts index 00e62271f8e2..7fe702a86630 100644 --- a/clients/client-mturk/commands/ListHITsForQualificationTypeCommand.ts +++ b/clients/client-mturk/commands/ListHITsForQualificationTypeCommand.ts @@ -30,7 +30,7 @@ export interface ListHITsForQualificationTypeCommandOutput * with the DeleteHIT operation or that have been auto-deleted. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListHITsForQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListHITsForQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListQualificationRequestsCommand.ts b/clients/client-mturk/commands/ListQualificationRequestsCommand.ts index f257495239f9..c2bdd79d6c4a 100644 --- a/clients/client-mturk/commands/ListQualificationRequestsCommand.ts +++ b/clients/client-mturk/commands/ListQualificationRequestsCommand.ts @@ -30,7 +30,7 @@ export interface ListQualificationRequestsCommandOutput extends ListQualificatio * AcceptQualification operation. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListQualificationRequestsCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListQualificationRequestsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListQualificationTypesCommand.ts b/clients/client-mturk/commands/ListQualificationTypesCommand.ts index 71d87d2773fa..b5d916d7a6fa 100644 --- a/clients/client-mturk/commands/ListQualificationTypesCommand.ts +++ b/clients/client-mturk/commands/ListQualificationTypesCommand.ts @@ -28,7 +28,7 @@ export interface ListQualificationTypesCommandOutput extends ListQualificationTy * an optional search term. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListQualificationTypesCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListQualificationTypesCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListReviewPolicyResultsForHITCommand.ts b/clients/client-mturk/commands/ListReviewPolicyResultsForHITCommand.ts index 41751f7b1b1a..1d02072acd8a 100644 --- a/clients/client-mturk/commands/ListReviewPolicyResultsForHITCommand.ts +++ b/clients/client-mturk/commands/ListReviewPolicyResultsForHITCommand.ts @@ -31,7 +31,7 @@ export interface ListReviewPolicyResultsForHITCommandOutput * Assignment-level and HIT-level review results. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListReviewPolicyResultsForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListReviewPolicyResultsForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListReviewableHITsCommand.ts b/clients/client-mturk/commands/ListReviewableHITsCommand.ts index a2999af1f9f4..e801b19c65d5 100644 --- a/clients/client-mturk/commands/ListReviewableHITsCommand.ts +++ b/clients/client-mturk/commands/ListReviewableHITsCommand.ts @@ -26,7 +26,7 @@ export interface ListReviewableHITsCommandOutput extends ListReviewableHITsRespo * Reviewable or Status equal to Reviewing that belong to the Requester calling the operation. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListReviewableHITsCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListReviewableHITsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListWorkerBlocksCommand.ts b/clients/client-mturk/commands/ListWorkerBlocksCommand.ts index 1b338999eb1d..616d87fdd99c 100644 --- a/clients/client-mturk/commands/ListWorkerBlocksCommand.ts +++ b/clients/client-mturk/commands/ListWorkerBlocksCommand.ts @@ -23,7 +23,7 @@ export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse, /** *

The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListWorkerBlocksCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListWorkerBlocksCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/ListWorkersWithQualificationTypeCommand.ts b/clients/client-mturk/commands/ListWorkersWithQualificationTypeCommand.ts index 1299da7e10da..7cf5e030f0e1 100644 --- a/clients/client-mturk/commands/ListWorkersWithQualificationTypeCommand.ts +++ b/clients/client-mturk/commands/ListWorkersWithQualificationTypeCommand.ts @@ -28,7 +28,7 @@ export interface ListWorkersWithQualificationTypeCommandOutput * that have been associated with a given Qualification type. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, ListWorkersWithQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, ListWorkersWithQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/NotifyWorkersCommand.ts b/clients/client-mturk/commands/NotifyWorkersCommand.ts index ce5c43af5873..6dabde2a2166 100644 --- a/clients/client-mturk/commands/NotifyWorkersCommand.ts +++ b/clients/client-mturk/commands/NotifyWorkersCommand.ts @@ -32,7 +32,7 @@ export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __Met * Worker. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, NotifyWorkersCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, NotifyWorkersCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/RejectAssignmentCommand.ts b/clients/client-mturk/commands/RejectAssignmentCommand.ts index 3f41488080a7..9b04eb43d02e 100644 --- a/clients/client-mturk/commands/RejectAssignmentCommand.ts +++ b/clients/client-mturk/commands/RejectAssignmentCommand.ts @@ -35,7 +35,7 @@ export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse, * Only the Requester who created the HIT can reject an assignment for the HIT. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, RejectAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, RejectAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/RejectQualificationRequestCommand.ts b/clients/client-mturk/commands/RejectQualificationRequestCommand.ts index 061b9484cc13..9335f705dabb 100644 --- a/clients/client-mturk/commands/RejectQualificationRequestCommand.ts +++ b/clients/client-mturk/commands/RejectQualificationRequestCommand.ts @@ -29,7 +29,7 @@ export interface RejectQualificationRequestCommandOutput extends RejectQualifica *

You can provide a text message explaining why the request was * rejected. The Worker who made the request can see this message.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, RejectQualificationRequestCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, RejectQualificationRequestCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/SendBonusCommand.ts b/clients/client-mturk/commands/SendBonusCommand.ts index 693120b24bfd..3d0f2239b1fb 100644 --- a/clients/client-mturk/commands/SendBonusCommand.ts +++ b/clients/client-mturk/commands/SendBonusCommand.ts @@ -33,7 +33,7 @@ export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBea * and the fees. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, SendBonusCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, SendBonusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/SendTestEventNotificationCommand.ts b/clients/client-mturk/commands/SendTestEventNotificationCommand.ts index b7b0f8d2e20c..ba6189cce8fd 100644 --- a/clients/client-mturk/commands/SendTestEventNotificationCommand.ts +++ b/clients/client-mturk/commands/SendTestEventNotificationCommand.ts @@ -29,7 +29,7 @@ export interface SendTestEventNotificationCommandOutput extends SendTestEventNot * When you call this operation, the service attempts to send the test notification immediately. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, SendTestEventNotificationCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, SendTestEventNotificationCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/UpdateExpirationForHITCommand.ts b/clients/client-mturk/commands/UpdateExpirationForHITCommand.ts index f9b71bf6b14c..c33152247b5a 100644 --- a/clients/client-mturk/commands/UpdateExpirationForHITCommand.ts +++ b/clients/client-mturk/commands/UpdateExpirationForHITCommand.ts @@ -26,7 +26,7 @@ export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationFor * If you update it to a time in the past, the HIT will be immediately expired. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, UpdateExpirationForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, UpdateExpirationForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/UpdateHITReviewStatusCommand.ts b/clients/client-mturk/commands/UpdateHITReviewStatusCommand.ts index b33e41290252..b22b9d2bd74d 100644 --- a/clients/client-mturk/commands/UpdateHITReviewStatusCommand.ts +++ b/clients/client-mturk/commands/UpdateHITReviewStatusCommand.ts @@ -27,7 +27,7 @@ export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatu * or it can revert a Reviewing HIT back to the Reviewable status. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, UpdateHITReviewStatusCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, UpdateHITReviewStatusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/UpdateHITTypeOfHITCommand.ts b/clients/client-mturk/commands/UpdateHITTypeOfHITCommand.ts index b91050040f82..965e6378bb28 100644 --- a/clients/client-mturk/commands/UpdateHITTypeOfHITCommand.ts +++ b/clients/client-mturk/commands/UpdateHITTypeOfHITCommand.ts @@ -30,7 +30,7 @@ export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITRespo * properties of the new HITType in place of the old ones. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, UpdateHITTypeOfHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, UpdateHITTypeOfHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/UpdateNotificationSettingsCommand.ts b/clients/client-mturk/commands/UpdateNotificationSettingsCommand.ts index 9b8bd6a709f4..69302cbf709b 100644 --- a/clients/client-mturk/commands/UpdateNotificationSettingsCommand.ts +++ b/clients/client-mturk/commands/UpdateNotificationSettingsCommand.ts @@ -34,7 +34,7 @@ export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificat * or one must be provided in the same call to UpdateNotificationSettings. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, UpdateNotificationSettingsCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, UpdateNotificationSettingsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mturk/commands/UpdateQualificationTypeCommand.ts b/clients/client-mturk/commands/UpdateQualificationTypeCommand.ts index f278599d08a1..7ff965235837 100644 --- a/clients/client-mturk/commands/UpdateQualificationTypeCommand.ts +++ b/clients/client-mturk/commands/UpdateQualificationTypeCommand.ts @@ -55,7 +55,7 @@ export interface UpdateQualificationTypeCommandOutput extends UpdateQualificatio *

You can also update the AutoGranted and AutoGrantedValue * attributes of the Qualification type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MTurkClient, UpdateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import * // const { MTurkClient, UpdateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import diff --git a/clients/client-mwaa/commands/CreateCliTokenCommand.ts b/clients/client-mwaa/commands/CreateCliTokenCommand.ts index 28919d02e25f..c7c0626b7252 100644 --- a/clients/client-mwaa/commands/CreateCliTokenCommand.ts +++ b/clients/client-mwaa/commands/CreateCliTokenCommand.ts @@ -23,7 +23,7 @@ export interface CreateCliTokenCommandOutput extends CreateCliTokenResponse, __M /** *

Create a CLI token to use Airflow CLI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, CreateCliTokenCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, CreateCliTokenCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/CreateEnvironmentCommand.ts b/clients/client-mwaa/commands/CreateEnvironmentCommand.ts index 3f330fd10f40..369797b0fe68 100644 --- a/clients/client-mwaa/commands/CreateEnvironmentCommand.ts +++ b/clients/client-mwaa/commands/CreateEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, /** *

JSON blob that describes the environment to create.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, CreateEnvironmentCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, CreateEnvironmentCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/CreateWebLoginTokenCommand.ts b/clients/client-mwaa/commands/CreateWebLoginTokenCommand.ts index 1535cab3aa2f..c8c4e6420bb4 100644 --- a/clients/client-mwaa/commands/CreateWebLoginTokenCommand.ts +++ b/clients/client-mwaa/commands/CreateWebLoginTokenCommand.ts @@ -23,7 +23,7 @@ export interface CreateWebLoginTokenCommandOutput extends CreateWebLoginTokenRes /** *

Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, CreateWebLoginTokenCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, CreateWebLoginTokenCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/DeleteEnvironmentCommand.ts b/clients/client-mwaa/commands/DeleteEnvironmentCommand.ts index 157bcbf2ed3b..16925ef547e9 100644 --- a/clients/client-mwaa/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-mwaa/commands/DeleteEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput, /** *

Delete an existing environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, DeleteEnvironmentCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/GetEnvironmentCommand.ts b/clients/client-mwaa/commands/GetEnvironmentCommand.ts index 2894024ffdcd..d5735648dff0 100644 --- a/clients/client-mwaa/commands/GetEnvironmentCommand.ts +++ b/clients/client-mwaa/commands/GetEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __Met /** *

Get details of an existing environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, GetEnvironmentCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, GetEnvironmentCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/ListEnvironmentsCommand.ts b/clients/client-mwaa/commands/ListEnvironmentsCommand.ts index d94b6d20fa72..e581de4ce849 100644 --- a/clients/client-mwaa/commands/ListEnvironmentsCommand.ts +++ b/clients/client-mwaa/commands/ListEnvironmentsCommand.ts @@ -23,7 +23,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsOutput, _ /** *

List Amazon MWAA Environments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, ListEnvironmentsCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, ListEnvironmentsCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/ListTagsForResourceCommand.ts b/clients/client-mwaa/commands/ListTagsForResourceCommand.ts index 9253c0b176a4..80e88f77b57d 100644 --- a/clients/client-mwaa/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mwaa/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

List the tags for MWAA environments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, ListTagsForResourceCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/PublishMetricsCommand.ts b/clients/client-mwaa/commands/PublishMetricsCommand.ts index b2c1434252b7..4d7a30161f54 100644 --- a/clients/client-mwaa/commands/PublishMetricsCommand.ts +++ b/clients/client-mwaa/commands/PublishMetricsCommand.ts @@ -23,7 +23,7 @@ export interface PublishMetricsCommandOutput extends PublishMetricsOutput, __Met /** * An operation for publishing metrics from the customers to the Ops plane. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, PublishMetricsCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, PublishMetricsCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/TagResourceCommand.ts b/clients/client-mwaa/commands/TagResourceCommand.ts index 982062f25a60..e6e5265ab0ee 100644 --- a/clients/client-mwaa/commands/TagResourceCommand.ts +++ b/clients/client-mwaa/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB /** *

Add tag to the MWAA environments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, TagResourceCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, TagResourceCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/UntagResourceCommand.ts b/clients/client-mwaa/commands/UntagResourceCommand.ts index 84bccb8d9686..216f77227d21 100644 --- a/clients/client-mwaa/commands/UntagResourceCommand.ts +++ b/clients/client-mwaa/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Remove a tag from the MWAA environments.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, UntagResourceCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, UntagResourceCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-mwaa/commands/UpdateEnvironmentCommand.ts b/clients/client-mwaa/commands/UpdateEnvironmentCommand.ts index 425f94dbbcf9..db99db69d18e 100644 --- a/clients/client-mwaa/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-mwaa/commands/UpdateEnvironmentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput, /** *

Update an MWAA environment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { MWAAClient, UpdateEnvironmentCommand } from "@aws-sdk/client-mwaa"; // ES Modules import * // const { MWAAClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-mwaa"); // CommonJS import diff --git a/clients/client-neptune/commands/AddRoleToDBClusterCommand.ts b/clients/client-neptune/commands/AddRoleToDBClusterCommand.ts index b937bde880c8..e3e68b6cf435 100644 --- a/clients/client-neptune/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-neptune/commands/AddRoleToDBClusterCommand.ts @@ -24,7 +24,7 @@ export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {} *

Associates an Identity and Access Management (IAM) role from an * Neptune DB cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, AddRoleToDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, AddRoleToDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-neptune/commands/AddSourceIdentifierToSubscriptionCommand.ts index 36b57c1c0e55..c1bfaca69ef1 100644 --- a/clients/client-neptune/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-neptune/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput /** *

Adds a source identifier to an existing event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, AddSourceIdentifierToSubscriptionCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, AddSourceIdentifierToSubscriptionCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/AddTagsToResourceCommand.ts b/clients/client-neptune/commands/AddTagsToResourceCommand.ts index 6384130316ac..125b916c0d43 100644 --- a/clients/client-neptune/commands/AddTagsToResourceCommand.ts +++ b/clients/client-neptune/commands/AddTagsToResourceCommand.ts @@ -25,7 +25,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {} * allocation reporting to track cost associated with Amazon Neptune resources, or used in a * Condition statement in an IAM policy for Amazon Neptune.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, AddTagsToResourceCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, AddTagsToResourceCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-neptune/commands/ApplyPendingMaintenanceActionCommand.ts index 35e496b5ce24..3a6db4ad9b09 100644 --- a/clients/client-neptune/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-neptune/commands/ApplyPendingMaintenanceActionCommand.ts @@ -25,7 +25,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput /** *

Applies a pending maintenance action to a resource (for example, to a DB instance).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-neptune/commands/CopyDBClusterParameterGroupCommand.ts index 0b4343802dab..3bae8379c74c 100644 --- a/clients/client-neptune/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/commands/CopyDBClusterParameterGroupCommand.ts @@ -23,7 +23,7 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP /** *

Copies the specified DB cluster parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CopyDBClusterParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CopyDBClusterParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-neptune/commands/CopyDBClusterSnapshotCommand.ts index 63a9f43076a3..1a98436eddac 100644 --- a/clients/client-neptune/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/commands/CopyDBClusterSnapshotCommand.ts @@ -27,7 +27,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho * SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the * shared DB cluster snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CopyDBClusterSnapshotCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CopyDBClusterSnapshotCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CopyDBParameterGroupCommand.ts b/clients/client-neptune/commands/CopyDBParameterGroupCommand.ts index ea65c4ad4857..fe33c5543569 100644 --- a/clients/client-neptune/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-neptune/commands/CopyDBParameterGroupCommand.ts @@ -23,7 +23,7 @@ export interface CopyDBParameterGroupCommandOutput extends CopyDBParameterGroupR /** *

Copies the specified DB parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CopyDBParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CopyDBParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateDBClusterCommand.ts b/clients/client-neptune/commands/CreateDBClusterCommand.ts index c15be9a76503..20592c89cdc9 100644 --- a/clients/client-neptune/commands/CreateDBClusterCommand.ts +++ b/clients/client-neptune/commands/CreateDBClusterCommand.ts @@ -30,7 +30,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M * the console, deletion protection is enabled by default). You can only delete a DB * cluster if its DeletionProtection field is set to false.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateDBClusterEndpointCommand.ts b/clients/client-neptune/commands/CreateDBClusterEndpointCommand.ts index 747195087db5..ed9517f542f7 100644 --- a/clients/client-neptune/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-neptune/commands/CreateDBClusterEndpointCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBClusterEndpointCommandOutput extends CreateDBClusterEnd /** *

Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateDBClusterEndpointCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateDBClusterEndpointCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-neptune/commands/CreateDBClusterParameterGroupCommand.ts index 08858b4753ea..74d3f45debd3 100644 --- a/clients/client-neptune/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/commands/CreateDBClusterParameterGroupCommand.ts @@ -49,7 +49,7 @@ export interface CreateDBClusterParameterGroupCommandOutput * command to verify that your DB cluster parameter group has been created or modified.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateDBClusterParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateDBClusterParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-neptune/commands/CreateDBClusterSnapshotCommand.ts index 6cd4d44ffaeb..de4f6e9b984a 100644 --- a/clients/client-neptune/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/commands/CreateDBClusterSnapshotCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna /** *

Creates a snapshot of a DB cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateDBClusterSnapshotCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateDBClusterSnapshotCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateDBInstanceCommand.ts b/clients/client-neptune/commands/CreateDBInstanceCommand.ts index 5c743dd7a9ce..78e3e30d1a96 100644 --- a/clients/client-neptune/commands/CreateDBInstanceCommand.ts +++ b/clients/client-neptune/commands/CreateDBInstanceCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _ /** *

Creates a new DB instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateDBInstanceCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateDBInstanceCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateDBParameterGroupCommand.ts b/clients/client-neptune/commands/CreateDBParameterGroupCommand.ts index 2febc0e3df3c..ea2307c31c52 100644 --- a/clients/client-neptune/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-neptune/commands/CreateDBParameterGroupCommand.ts @@ -44,7 +44,7 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr * been created or modified.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateDBParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateDBParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateDBSubnetGroupCommand.ts b/clients/client-neptune/commands/CreateDBSubnetGroupCommand.ts index 851c3ceec4cf..52f9840435eb 100644 --- a/clients/client-neptune/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-neptune/commands/CreateDBSubnetGroupCommand.ts @@ -24,7 +24,7 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes *

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at * least two AZs in the AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateDBSubnetGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateDBSubnetGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/CreateEventSubscriptionCommand.ts b/clients/client-neptune/commands/CreateEventSubscriptionCommand.ts index b419b1514025..f1d87b16c386 100644 --- a/clients/client-neptune/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-neptune/commands/CreateEventSubscriptionCommand.ts @@ -37,7 +37,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri * specify either the SourceType nor the SourceIdentifier, you are notified of events generated * from all Neptune sources belonging to your customer account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteDBClusterCommand.ts b/clients/client-neptune/commands/DeleteDBClusterCommand.ts index 1b342899e46e..306ff722f663 100644 --- a/clients/client-neptune/commands/DeleteDBClusterCommand.ts +++ b/clients/client-neptune/commands/DeleteDBClusterCommand.ts @@ -29,7 +29,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M * delete it, you must first set its DeletionProtection field to * False.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-neptune/commands/DeleteDBClusterEndpointCommand.ts index 16b70576298e..b1485306e3e5 100644 --- a/clients/client-neptune/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-neptune/commands/DeleteDBClusterEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDBClusterEndpointCommandOutput extends DeleteDBClusterEnd /** *

Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteDBClusterEndpointCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteDBClusterEndpointCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-neptune/commands/DeleteDBClusterParameterGroupCommand.ts index cd20b0be28ae..eecd64cfc941 100644 --- a/clients/client-neptune/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/commands/DeleteDBClusterParameterGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe *

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be * deleted can't be associated with any DB clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteDBClusterParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteDBClusterParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-neptune/commands/DeleteDBClusterSnapshotCommand.ts index e515914e7e71..766e9884e1bc 100644 --- a/clients/client-neptune/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/commands/DeleteDBClusterSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna * deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteDBClusterSnapshotCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteDBClusterSnapshotCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteDBInstanceCommand.ts b/clients/client-neptune/commands/DeleteDBInstanceCommand.ts index c179135737f1..57596a9afc28 100644 --- a/clients/client-neptune/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-neptune/commands/DeleteDBInstanceCommand.ts @@ -36,7 +36,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _ *

You can't delete a DB instance if it is the only instance in the DB cluster, or * if it has deletion protection enabled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteDBInstanceCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteDBInstanceCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteDBParameterGroupCommand.ts b/clients/client-neptune/commands/DeleteDBParameterGroupCommand.ts index 9b59be1361d0..f641927c96d5 100644 --- a/clients/client-neptune/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-neptune/commands/DeleteDBParameterGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {} *

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted can't be * associated with any DB instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteDBParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteDBParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-neptune/commands/DeleteDBSubnetGroupCommand.ts index bd8afe259c5b..2fd9b99c0f2a 100644 --- a/clients/client-neptune/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-neptune/commands/DeleteDBSubnetGroupCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {} *

The specified database subnet group must not be associated with any DB instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteDBSubnetGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteDBSubnetGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DeleteEventSubscriptionCommand.ts b/clients/client-neptune/commands/DeleteEventSubscriptionCommand.ts index acbcc6881a9d..de8a836ae632 100644 --- a/clients/client-neptune/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-neptune/commands/DeleteEventSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri /** *

Deletes an event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-neptune/commands/DescribeDBClusterEndpointsCommand.ts index 24cfdb2dab81..66bfa3ac30f0 100644 --- a/clients/client-neptune/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-neptune/commands/DescribeDBClusterEndpointsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi * and Amazon DocDB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBClusterEndpointsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBClusterEndpointsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-neptune/commands/DescribeDBClusterParameterGroupsCommand.ts index e6d6ebe06a36..2307ccdb2fc8 100644 --- a/clients/client-neptune/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-neptune/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeDBClusterParameterGroupsCommandOutput * DBClusterParameterGroupName parameter is specified, the list will contain only * the description of the specified DB cluster parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBClusterParameterGroupsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBClusterParameterGroupsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBClusterParametersCommand.ts b/clients/client-neptune/commands/DescribeDBClusterParametersCommand.ts index d2021f5b6686..d0eced8efcd0 100644 --- a/clients/client-neptune/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-neptune/commands/DescribeDBClusterParametersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam /** *

Returns the detailed parameter list for a particular DB cluster parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBClusterParametersCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBClusterParametersCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-neptune/commands/DescribeDBClusterSnapshotAttributesCommand.ts index ff38d7d27ded..27391ce35685 100644 --- a/clients/client-neptune/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-neptune/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -37,7 +37,7 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput *

To add or remove access for an AWS account to copy or restore a manual DB cluster * snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBClusterSnapshotAttributesCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBClusterSnapshotAttributesCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-neptune/commands/DescribeDBClusterSnapshotsCommand.ts index b3998123705a..abcb64c8fec8 100644 --- a/clients/client-neptune/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-neptune/commands/DescribeDBClusterSnapshotsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh *

Returns information about DB cluster snapshots. This API action supports * pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBClusterSnapshotsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBClusterSnapshotsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBClustersCommand.ts b/clients/client-neptune/commands/DescribeDBClustersCommand.ts index fddfb9d36be5..28b00d22b4cc 100644 --- a/clients/client-neptune/commands/DescribeDBClustersCommand.ts +++ b/clients/client-neptune/commands/DescribeDBClustersCommand.ts @@ -29,7 +29,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met * and Amazon DocDB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBClustersCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBClustersCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-neptune/commands/DescribeDBEngineVersionsCommand.ts index 15296279fb7e..9bb7abb01042 100644 --- a/clients/client-neptune/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-neptune/commands/DescribeDBEngineVersionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe /** *

Returns a list of the available DB engines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBEngineVersionsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBEngineVersionsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBInstancesCommand.ts b/clients/client-neptune/commands/DescribeDBInstancesCommand.ts index 086bd1a0c688..fd1656f4ea50 100644 --- a/clients/client-neptune/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-neptune/commands/DescribeDBInstancesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M * and Amazon DocDB instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBInstancesCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBInstancesCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-neptune/commands/DescribeDBParameterGroupsCommand.ts index ccad29cf81fe..73cf55a4c4b0 100644 --- a/clients/client-neptune/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-neptune/commands/DescribeDBParameterGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup * DBParameterGroupName is specified, the list will contain only the description of * the specified DB parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBParameterGroupsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBParameterGroupsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBParametersCommand.ts b/clients/client-neptune/commands/DescribeDBParametersCommand.ts index 06be502c18f5..2fe2923c98d7 100644 --- a/clients/client-neptune/commands/DescribeDBParametersCommand.ts +++ b/clients/client-neptune/commands/DescribeDBParametersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai /** *

Returns the detailed parameter list for a particular DB parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBParametersCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBParametersCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-neptune/commands/DescribeDBSubnetGroupsCommand.ts index 3ad06882e6eb..b223e9fa98eb 100644 --- a/clients/client-neptune/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-neptune/commands/DescribeDBSubnetGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag * list will contain only the descriptions of the specified DBSubnetGroup.

*

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeDBSubnetGroupsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeDBSubnetGroupsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-neptune/commands/DescribeEngineDefaultClusterParametersCommand.ts index 6ef2ae45e76f..929a8fa9d019 100644 --- a/clients/client-neptune/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-neptune/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -30,7 +30,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput *

Returns the default engine and system parameter information for the cluster database * engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeEngineDefaultClusterParametersCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeEngineDefaultClusterParametersCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-neptune/commands/DescribeEngineDefaultParametersCommand.ts index bffb06193206..fb6732bb1daa 100644 --- a/clients/client-neptune/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-neptune/commands/DescribeEngineDefaultParametersCommand.ts @@ -26,7 +26,7 @@ export interface DescribeEngineDefaultParametersCommandOutput *

Returns the default engine and system parameter information for the specified database * engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeEngineDefaultParametersCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeEngineDefaultParametersCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeEventCategoriesCommand.ts b/clients/client-neptune/commands/DescribeEventCategoriesCommand.ts index 8f1c8f4b3cb5..0838170ee8f8 100644 --- a/clients/client-neptune/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-neptune/commands/DescribeEventCategoriesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes *

Displays a list of categories for all event source types, or, if specified, for a * specified source type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-neptune/commands/DescribeEventSubscriptionsCommand.ts index bd8b60c47daa..61205c812095 100644 --- a/clients/client-neptune/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-neptune/commands/DescribeEventSubscriptionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti * CreationTime, and Status.

*

If you specify a SubscriptionName, lists the description for that subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeEventsCommand.ts b/clients/client-neptune/commands/DescribeEventsCommand.ts index 84a08a0ce310..35a526488458 100644 --- a/clients/client-neptune/commands/DescribeEventsCommand.ts +++ b/clients/client-neptune/commands/DescribeEventsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe * database snapshot, or DB parameter group can be obtained by providing the name as a parameter. * By default, the past hour of events are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeEventsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeEventsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-neptune/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 93c26f087dd0..646f14b52d4e 100644 --- a/clients/client-neptune/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-neptune/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput /** *

Returns a list of orderable DB instance options for the specified engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeOrderableDBInstanceOptionsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeOrderableDBInstanceOptionsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-neptune/commands/DescribePendingMaintenanceActionsCommand.ts index de356faaaa50..98172c8be996 100644 --- a/clients/client-neptune/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-neptune/commands/DescribePendingMaintenanceActionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput *

Returns a list of resources (for example, DB instances) that have at least one pending * maintenance action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-neptune/commands/DescribeValidDBInstanceModificationsCommand.ts index e713d088c2d6..2f9c26780a50 100644 --- a/clients/client-neptune/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-neptune/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeValidDBInstanceModificationsCommandOutput * to learn what modifications you can make to your DB instance. You can use this * information when you call ModifyDBInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, DescribeValidDBInstanceModificationsCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, DescribeValidDBInstanceModificationsCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/FailoverDBClusterCommand.ts b/clients/client-neptune/commands/FailoverDBClusterCommand.ts index ad9594c23325..b162204f670e 100644 --- a/clients/client-neptune/commands/FailoverDBClusterCommand.ts +++ b/clients/client-neptune/commands/FailoverDBClusterCommand.ts @@ -30,7 +30,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, * address, you will need to clean up and re-establish any existing connections that use those * endpoint addresses when the failover is complete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, FailoverDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, FailoverDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ListTagsForResourceCommand.ts b/clients/client-neptune/commands/ListTagsForResourceCommand.ts index 540994d69886..cd421b36c42d 100644 --- a/clients/client-neptune/commands/ListTagsForResourceCommand.ts +++ b/clients/client-neptune/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta /** *

Lists all tags on an Amazon Neptune resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ListTagsForResourceCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ListTagsForResourceCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyDBClusterCommand.ts b/clients/client-neptune/commands/ModifyDBClusterCommand.ts index d6679917369e..fd893566899d 100644 --- a/clients/client-neptune/commands/ModifyDBClusterCommand.ts +++ b/clients/client-neptune/commands/ModifyDBClusterCommand.ts @@ -24,7 +24,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M *

Modify a setting for a DB cluster. You can change one or more database configuration * parameters by specifying these parameters and the new values in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-neptune/commands/ModifyDBClusterEndpointCommand.ts index d30150b59552..63d07cd5b9fe 100644 --- a/clients/client-neptune/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-neptune/commands/ModifyDBClusterEndpointCommand.ts @@ -23,7 +23,7 @@ export interface ModifyDBClusterEndpointCommandOutput extends ModifyDBClusterEnd /** *

Modifies the properties of an endpoint in an Amazon Neptune DB cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyDBClusterEndpointCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyDBClusterEndpointCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-neptune/commands/ModifyDBClusterParameterGroupCommand.ts index 158150640396..7e10b1d8076b 100644 --- a/clients/client-neptune/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/commands/ModifyDBClusterParameterGroupCommand.ts @@ -45,7 +45,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput * group has been created or modified.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyDBClusterParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyDBClusterParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-neptune/commands/ModifyDBClusterSnapshotAttributeCommand.ts index f92524fd0d38..ff6a95fae3f7 100644 --- a/clients/client-neptune/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-neptune/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -38,7 +38,7 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput *

To view which AWS accounts have access to copy or restore a manual DB cluster snapshot, or * whether a manual DB cluster snapshot public or private, use the DescribeDBClusterSnapshotAttributes API action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyDBClusterSnapshotAttributeCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyDBClusterSnapshotAttributeCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyDBInstanceCommand.ts b/clients/client-neptune/commands/ModifyDBInstanceCommand.ts index 3a3e990bf507..d8096796118f 100644 --- a/clients/client-neptune/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-neptune/commands/ModifyDBInstanceCommand.ts @@ -25,7 +25,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _ * parameters by specifying these parameters and the new values in the request. To learn what * modifications you can make to your DB instance, call DescribeValidDBInstanceModifications before you call ModifyDBInstance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyDBInstanceCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyDBInstanceCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyDBParameterGroupCommand.ts b/clients/client-neptune/commands/ModifyDBParameterGroupCommand.ts index 6378924c5fd8..205a9510f51c 100644 --- a/clients/client-neptune/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-neptune/commands/ModifyDBParameterGroupCommand.ts @@ -42,7 +42,7 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam * been created or modified.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyDBParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyDBParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-neptune/commands/ModifyDBSubnetGroupCommand.ts index ca8159dcb184..ffbeedf224c9 100644 --- a/clients/client-neptune/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-neptune/commands/ModifyDBSubnetGroupCommand.ts @@ -24,7 +24,7 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes *

Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in * at least two AZs in the AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyDBSubnetGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyDBSubnetGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ModifyEventSubscriptionCommand.ts b/clients/client-neptune/commands/ModifyEventSubscriptionCommand.ts index 6cd5fe4c5efd..1f5d09a184e2 100644 --- a/clients/client-neptune/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-neptune/commands/ModifyEventSubscriptionCommand.ts @@ -27,7 +27,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri *

You can see a list of the event categories for a given SourceType * by using the DescribeEventCategories action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-neptune/commands/PromoteReadReplicaDBClusterCommand.ts index cbface40f1ed..c1e353c3e999 100644 --- a/clients/client-neptune/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-neptune/commands/PromoteReadReplicaDBClusterCommand.ts @@ -23,7 +23,7 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep /** *

Not supported.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, PromoteReadReplicaDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, PromoteReadReplicaDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/RebootDBInstanceCommand.ts b/clients/client-neptune/commands/RebootDBInstanceCommand.ts index 1e699f738259..ac7bed75630e 100644 --- a/clients/client-neptune/commands/RebootDBInstanceCommand.ts +++ b/clients/client-neptune/commands/RebootDBInstanceCommand.ts @@ -27,7 +27,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _ *

Rebooting a DB instance restarts the database engine service. Rebooting a DB instance * results in a momentary outage, during which the DB instance status is set to rebooting.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, RebootDBInstanceCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, RebootDBInstanceCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-neptune/commands/RemoveRoleFromDBClusterCommand.ts index 331e1c2cb747..c6f9628ab703 100644 --- a/clients/client-neptune/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-neptune/commands/RemoveRoleFromDBClusterCommand.ts @@ -23,7 +23,7 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer { /** *

Disassociates an Identity and Access Management (IAM) role from a DB cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, RemoveRoleFromDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, RemoveRoleFromDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-neptune/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 67408ae703ce..e8b80d2c3e63 100644 --- a/clients/client-neptune/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-neptune/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -29,7 +29,7 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput /** *

Removes a source identifier from an existing event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, RemoveSourceIdentifierFromSubscriptionCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, RemoveSourceIdentifierFromSubscriptionCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/RemoveTagsFromResourceCommand.ts b/clients/client-neptune/commands/RemoveTagsFromResourceCommand.ts index 8b8953d5c246..053f171b4f44 100644 --- a/clients/client-neptune/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-neptune/commands/RemoveTagsFromResourceCommand.ts @@ -23,7 +23,7 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {} /** *

Removes metadata tags from an Amazon Neptune resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-neptune/commands/ResetDBClusterParameterGroupCommand.ts index 789f0a023002..e5906115a6ff 100644 --- a/clients/client-neptune/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/commands/ResetDBClusterParameterGroupCommand.ts @@ -32,7 +32,7 @@ export interface ResetDBClusterParameterGroupCommandOutput * restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster * that you want the updated static parameter to apply to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ResetDBClusterParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ResetDBClusterParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/ResetDBParameterGroupCommand.ts b/clients/client-neptune/commands/ResetDBParameterGroupCommand.ts index 1cd128ec00b0..aa6f83cc2107 100644 --- a/clients/client-neptune/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-neptune/commands/ResetDBParameterGroupCommand.ts @@ -29,7 +29,7 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName * are set to pending-reboot to take effect on the next DB instance restart or * RebootDBInstance request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, ResetDBParameterGroupCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, ResetDBParameterGroupCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-neptune/commands/RestoreDBClusterFromSnapshotCommand.ts index bdb9b317a521..9641a064b620 100644 --- a/clients/client-neptune/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-neptune/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -30,7 +30,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput * cluster restore point with the same configuration as the original source DB cluster, except * that the new DB cluster is created with the default security group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, RestoreDBClusterFromSnapshotCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, RestoreDBClusterFromSnapshotCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-neptune/commands/RestoreDBClusterToPointInTimeCommand.ts index 4604ec0d7457..ddcff3436e08 100644 --- a/clients/client-neptune/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-neptune/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -37,7 +37,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput * available.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, RestoreDBClusterToPointInTimeCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, RestoreDBClusterToPointInTimeCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/StartDBClusterCommand.ts b/clients/client-neptune/commands/StartDBClusterCommand.ts index 985dce647647..c11efb584a14 100644 --- a/clients/client-neptune/commands/StartDBClusterCommand.ts +++ b/clients/client-neptune/commands/StartDBClusterCommand.ts @@ -24,7 +24,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met *

Starts an Amazon Neptune DB cluster that was stopped using the AWS * console, the AWS CLI stop-db-cluster command, or the StopDBCluster API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, StartDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, StartDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-neptune/commands/StopDBClusterCommand.ts b/clients/client-neptune/commands/StopDBClusterCommand.ts index 87986b6ab420..3bdae19f5dff 100644 --- a/clients/client-neptune/commands/StopDBClusterCommand.ts +++ b/clients/client-neptune/commands/StopDBClusterCommand.ts @@ -28,7 +28,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad *

Neptune also retains the transaction logs so you can do a point-in-time * restore if necessary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NeptuneClient, StopDBClusterCommand } from "@aws-sdk/client-neptune"; // ES Modules import * // const { NeptuneClient, StopDBClusterCommand } = require("@aws-sdk/client-neptune"); // CommonJS import diff --git a/clients/client-network-firewall/commands/AssociateFirewallPolicyCommand.ts b/clients/client-network-firewall/commands/AssociateFirewallPolicyCommand.ts index c92bdbef644f..dd01af40e530 100644 --- a/clients/client-network-firewall/commands/AssociateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/commands/AssociateFirewallPolicyCommand.ts @@ -27,7 +27,7 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP * firewall policy association, and you can use the same firewall policy for multiple * firewalls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, AssociateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, AssociateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/AssociateSubnetsCommand.ts b/clients/client-network-firewall/commands/AssociateSubnetsCommand.ts index 202bc046fc5e..55f81be284c9 100644 --- a/clients/client-network-firewall/commands/AssociateSubnetsCommand.ts +++ b/clients/client-network-firewall/commands/AssociateSubnetsCommand.ts @@ -28,7 +28,7 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, * subnet's Availability Zone, to redirect the traffic that's coming into and going out of the * zone through the firewall endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, AssociateSubnetsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, AssociateSubnetsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/CreateFirewallCommand.ts b/clients/client-network-firewall/commands/CreateFirewallCommand.ts index f1cc68fa73c2..71549e38f0af 100644 --- a/clients/client-network-firewall/commands/CreateFirewallCommand.ts +++ b/clients/client-network-firewall/commands/CreateFirewallCommand.ts @@ -29,7 +29,7 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M *

To manage a firewall's tags, use the standard AWS resource tagging operations, ListTagsForResource, TagResource, and UntagResource.

*

To retrieve information about firewalls, use ListFirewalls and DescribeFirewall.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, CreateFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, CreateFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/CreateFirewallPolicyCommand.ts b/clients/client-network-firewall/commands/CreateFirewallPolicyCommand.ts index 72df6c1921be..0f03d95febcc 100644 --- a/clients/client-network-firewall/commands/CreateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/commands/CreateFirewallPolicyCommand.ts @@ -26,7 +26,7 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR * stateless and stateful rule groups and other settings. You can use one firewall policy for * multiple firewalls.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, CreateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, CreateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/CreateRuleGroupCommand.ts b/clients/client-network-firewall/commands/CreateRuleGroupCommand.ts index 2409ec5bc4c9..418bda4fdfad 100644 --- a/clients/client-network-firewall/commands/CreateRuleGroupCommand.ts +++ b/clients/client-network-firewall/commands/CreateRuleGroupCommand.ts @@ -26,7 +26,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _ *

You provide your rule group specification in your request using either * RuleGroup or Rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, CreateRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, CreateRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DeleteFirewallCommand.ts b/clients/client-network-firewall/commands/DeleteFirewallCommand.ts index ff4253ade65e..d418950a0dd1 100644 --- a/clients/client-network-firewall/commands/DeleteFirewallCommand.ts +++ b/clients/client-network-firewall/commands/DeleteFirewallCommand.ts @@ -32,7 +32,7 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M *

To delete a firewall, remove the delete protection if you need to using UpdateFirewallDeleteProtection, * then delete the firewall by calling DeleteFirewall.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DeleteFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DeleteFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DeleteFirewallPolicyCommand.ts b/clients/client-network-firewall/commands/DeleteFirewallPolicyCommand.ts index 863708b7db98..0918f32f136b 100644 --- a/clients/client-network-firewall/commands/DeleteFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/commands/DeleteFirewallPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR /** *

Deletes the specified FirewallPolicy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DeleteFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DeleteFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DeleteResourcePolicyCommand.ts b/clients/client-network-firewall/commands/DeleteResourcePolicyCommand.ts index 23bd0a1c3249..b80196e7be1d 100644 --- a/clients/client-network-firewall/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-network-firewall/commands/DeleteResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR /** *

Deletes a resource policy that you created in a PutResourcePolicy request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DeleteRuleGroupCommand.ts b/clients/client-network-firewall/commands/DeleteRuleGroupCommand.ts index 3f3e148f2f8c..bb2ee07ff8f8 100644 --- a/clients/client-network-firewall/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-network-firewall/commands/DeleteRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _ /** *

Deletes the specified RuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DeleteRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DeleteRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DescribeFirewallCommand.ts b/clients/client-network-firewall/commands/DescribeFirewallCommand.ts index 9f7274b73ec3..132fe8036b8a 100644 --- a/clients/client-network-firewall/commands/DescribeFirewallCommand.ts +++ b/clients/client-network-firewall/commands/DescribeFirewallCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse, /** *

Returns the data objects for the specified firewall.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DescribeFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DescribeFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DescribeFirewallPolicyCommand.ts b/clients/client-network-firewall/commands/DescribeFirewallPolicyCommand.ts index 1d541c010e75..aac7fd2c8f49 100644 --- a/clients/client-network-firewall/commands/DescribeFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/commands/DescribeFirewallPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol /** *

Returns the data objects for the specified firewall policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DescribeFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DescribeFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-network-firewall/commands/DescribeLoggingConfigurationCommand.ts index 9760ca0a7abf..623569b8583d 100644 --- a/clients/client-network-firewall/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/commands/DescribeLoggingConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DescribeLoggingConfigurationCommandOutput /** *

Returns the logging configuration for the specified firewall.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DescribeLoggingConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DescribeLoggingConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DescribeResourcePolicyCommand.ts b/clients/client-network-firewall/commands/DescribeResourcePolicyCommand.ts index b2ec4ca58cd3..afcdb6bb205d 100644 --- a/clients/client-network-firewall/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-network-firewall/commands/DescribeResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol /** *

Retrieves a resource policy that you created in a PutResourcePolicy request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DescribeResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DescribeResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DescribeRuleGroupCommand.ts b/clients/client-network-firewall/commands/DescribeRuleGroupCommand.ts index 50f90a5264dd..535f0b9b2199 100644 --- a/clients/client-network-firewall/commands/DescribeRuleGroupCommand.ts +++ b/clients/client-network-firewall/commands/DescribeRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons /** *

Returns the data objects for the specified rule group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DescribeRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DescribeRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/DisassociateSubnetsCommand.ts b/clients/client-network-firewall/commands/DisassociateSubnetsCommand.ts index 67c49cd0dc31..0d0eb32a6773 100644 --- a/clients/client-network-firewall/commands/DisassociateSubnetsCommand.ts +++ b/clients/client-network-firewall/commands/DisassociateSubnetsCommand.ts @@ -26,7 +26,7 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes * were providing. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, DisassociateSubnetsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, DisassociateSubnetsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/ListFirewallPoliciesCommand.ts b/clients/client-network-firewall/commands/ListFirewallPoliciesCommand.ts index 07fe10305ec0..12cd9cca5161 100644 --- a/clients/client-network-firewall/commands/ListFirewallPoliciesCommand.ts +++ b/clients/client-network-firewall/commands/ListFirewallPoliciesCommand.ts @@ -25,7 +25,7 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR * your setting for max results and the number of firewall policies, a single call might not * return the full list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, ListFirewallPoliciesCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, ListFirewallPoliciesCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/ListFirewallsCommand.ts b/clients/client-network-firewall/commands/ListFirewallsCommand.ts index 54e282f73925..05523fcb7a6d 100644 --- a/clients/client-network-firewall/commands/ListFirewallsCommand.ts +++ b/clients/client-network-firewall/commands/ListFirewallsCommand.ts @@ -26,7 +26,7 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met *

Depending on your setting for max results and the number of firewalls, a single call * might not return the full list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, ListFirewallsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, ListFirewallsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/ListRuleGroupsCommand.ts b/clients/client-network-firewall/commands/ListRuleGroupsCommand.ts index e98842fd3172..96476fad07c4 100644 --- a/clients/client-network-firewall/commands/ListRuleGroupsCommand.ts +++ b/clients/client-network-firewall/commands/ListRuleGroupsCommand.ts @@ -25,7 +25,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M * setting for max results and the number of rule groups, a single call might not return the * full list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, ListRuleGroupsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, ListRuleGroupsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/ListTagsForResourceCommand.ts b/clients/client-network-firewall/commands/ListTagsForResourceCommand.ts index e562afe99d9d..f8b16fd79060 100644 --- a/clients/client-network-firewall/commands/ListTagsForResourceCommand.ts +++ b/clients/client-network-firewall/commands/ListTagsForResourceCommand.ts @@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

You can tag the AWS resources that you manage through AWS Network Firewall: firewalls, firewall * policies, and rule groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, ListTagsForResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, ListTagsForResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/PutResourcePolicyCommand.ts b/clients/client-network-firewall/commands/PutResourcePolicyCommand.ts index 998e03299cea..23672b3992b2 100644 --- a/clients/client-network-firewall/commands/PutResourcePolicyCommand.ts +++ b/clients/client-network-firewall/commands/PutResourcePolicyCommand.ts @@ -37,7 +37,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons * *

For additional information about resource sharing using RAM, see AWS Resource Access Manager User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, PutResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, PutResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/TagResourceCommand.ts b/clients/client-network-firewall/commands/TagResourceCommand.ts index bc3af252b3a9..0b1a37026277 100644 --- a/clients/client-network-firewall/commands/TagResourceCommand.ts +++ b/clients/client-network-firewall/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

You can tag the AWS resources that you manage through AWS Network Firewall: firewalls, firewall * policies, and rule groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, TagResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, TagResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UntagResourceCommand.ts b/clients/client-network-firewall/commands/UntagResourceCommand.ts index a5fb8aace0f1..f18172c8a118 100644 --- a/clients/client-network-firewall/commands/UntagResourceCommand.ts +++ b/clients/client-network-firewall/commands/UntagResourceCommand.ts @@ -29,7 +29,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

You can manage tags for the AWS resources that you manage through AWS Network Firewall: * firewalls, firewall policies, and rule groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UntagResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UntagResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UpdateFirewallDeleteProtectionCommand.ts b/clients/client-network-firewall/commands/UpdateFirewallDeleteProtectionCommand.ts index b7241ec15ab2..45ef49d1e0bf 100644 --- a/clients/client-network-firewall/commands/UpdateFirewallDeleteProtectionCommand.ts +++ b/clients/client-network-firewall/commands/UpdateFirewallDeleteProtectionCommand.ts @@ -28,7 +28,7 @@ export interface UpdateFirewallDeleteProtectionCommandOutput * against deletion. This setting helps protect against accidentally deleting a firewall * that's in use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UpdateFirewallDeleteProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UpdateFirewallDeleteProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UpdateFirewallDescriptionCommand.ts b/clients/client-network-firewall/commands/UpdateFirewallDescriptionCommand.ts index 9643661609f2..7f3c0a994beb 100644 --- a/clients/client-network-firewall/commands/UpdateFirewallDescriptionCommand.ts +++ b/clients/client-network-firewall/commands/UpdateFirewallDescriptionCommand.ts @@ -24,7 +24,7 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe *

Modifies the description for the specified firewall. Use the description to help you * identify the firewall when you're working with it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UpdateFirewallDescriptionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UpdateFirewallDescriptionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UpdateFirewallPolicyChangeProtectionCommand.ts b/clients/client-network-firewall/commands/UpdateFirewallPolicyChangeProtectionCommand.ts index 5f56a0abf010..f199780abe24 100644 --- a/clients/client-network-firewall/commands/UpdateFirewallPolicyChangeProtectionCommand.ts +++ b/clients/client-network-firewall/commands/UpdateFirewallPolicyChangeProtectionCommand.ts @@ -28,7 +28,7 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput /** *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UpdateFirewallPolicyChangeProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UpdateFirewallPolicyChangeProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UpdateFirewallPolicyCommand.ts b/clients/client-network-firewall/commands/UpdateFirewallPolicyCommand.ts index d40ea749f96f..103550d15f6c 100644 --- a/clients/client-network-firewall/commands/UpdateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/commands/UpdateFirewallPolicyCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR /** *

Updates the properties of the specified firewall policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UpdateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UpdateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-network-firewall/commands/UpdateLoggingConfigurationCommand.ts index e76da5d8261e..679a164c84bf 100644 --- a/clients/client-network-firewall/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/commands/UpdateLoggingConfigurationCommand.ts @@ -48,7 +48,7 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo * LogDestinationConfig object and create a new one, using two separate calls * to this update operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UpdateLoggingConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UpdateLoggingConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UpdateRuleGroupCommand.ts b/clients/client-network-firewall/commands/UpdateRuleGroupCommand.ts index 80467265a9c7..6554aa48c73c 100644 --- a/clients/client-network-firewall/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-network-firewall/commands/UpdateRuleGroupCommand.ts @@ -28,7 +28,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _ * current RuleGroup object, update the object as needed, and then provide * the updated object to this call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UpdateRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UpdateRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-network-firewall/commands/UpdateSubnetChangeProtectionCommand.ts b/clients/client-network-firewall/commands/UpdateSubnetChangeProtectionCommand.ts index 3e8dccd7ad8c..7c19684fd4f2 100644 --- a/clients/client-network-firewall/commands/UpdateSubnetChangeProtectionCommand.ts +++ b/clients/client-network-firewall/commands/UpdateSubnetChangeProtectionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateSubnetChangeProtectionCommandOutput /** *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkFirewallClient, UpdateSubnetChangeProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import * // const { NetworkFirewallClient, UpdateSubnetChangeProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import diff --git a/clients/client-networkmanager/commands/AssociateCustomerGatewayCommand.ts b/clients/client-networkmanager/commands/AssociateCustomerGatewayCommand.ts index 5000274acaf0..8a6fad4f9d89 100644 --- a/clients/client-networkmanager/commands/AssociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/commands/AssociateCustomerGatewayCommand.ts @@ -31,7 +31,7 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer * transit-gateway-id.

*

You cannot associate a customer gateway with more than one device and link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, AssociateCustomerGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, AssociateCustomerGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/AssociateLinkCommand.ts b/clients/client-networkmanager/commands/AssociateLinkCommand.ts index 664ae2cb74c5..c5501a339c9e 100644 --- a/clients/client-networkmanager/commands/AssociateLinkCommand.ts +++ b/clients/client-networkmanager/commands/AssociateLinkCommand.ts @@ -23,7 +23,7 @@ export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __Met /** *

Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, AssociateLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, AssociateLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/AssociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/commands/AssociateTransitGatewayConnectPeerCommand.ts index 269526675e17..fee860325617 100644 --- a/clients/client-networkmanager/commands/AssociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/commands/AssociateTransitGatewayConnectPeerCommand.ts @@ -32,7 +32,7 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput * transit gateway that's registered in your global network.

*

You cannot associate a transit gateway Connect peer with more than one device and link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, AssociateTransitGatewayConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, AssociateTransitGatewayConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/CreateConnectionCommand.ts b/clients/client-networkmanager/commands/CreateConnectionCommand.ts index f7ab2bbde905..9bac67afa36b 100644 --- a/clients/client-networkmanager/commands/CreateConnectionCommand.ts +++ b/clients/client-networkmanager/commands/CreateConnectionCommand.ts @@ -23,7 +23,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse, /** *

Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, CreateConnectionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, CreateConnectionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/CreateDeviceCommand.ts b/clients/client-networkmanager/commands/CreateDeviceCommand.ts index 3383dec4db22..9b546625e489 100644 --- a/clients/client-networkmanager/commands/CreateDeviceCommand.ts +++ b/clients/client-networkmanager/commands/CreateDeviceCommand.ts @@ -24,7 +24,7 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad *

Creates a new device in a global network. If you specify both a site ID and a * location, the location of the site is used for visualization in the Network Manager console.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, CreateDeviceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, CreateDeviceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/CreateGlobalNetworkCommand.ts b/clients/client-networkmanager/commands/CreateGlobalNetworkCommand.ts index a75b2f191c00..326a3a045262 100644 --- a/clients/client-networkmanager/commands/CreateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/commands/CreateGlobalNetworkCommand.ts @@ -23,7 +23,7 @@ export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes /** *

Creates a new, empty global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, CreateGlobalNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, CreateGlobalNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/CreateLinkCommand.ts b/clients/client-networkmanager/commands/CreateLinkCommand.ts index aa4115ce10f9..633860a25f68 100644 --- a/clients/client-networkmanager/commands/CreateLinkCommand.ts +++ b/clients/client-networkmanager/commands/CreateLinkCommand.ts @@ -23,7 +23,7 @@ export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataB /** *

Creates a new link for a specified site.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, CreateLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, CreateLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/CreateSiteCommand.ts b/clients/client-networkmanager/commands/CreateSiteCommand.ts index 06be973cfe1f..8b5e50996311 100644 --- a/clients/client-networkmanager/commands/CreateSiteCommand.ts +++ b/clients/client-networkmanager/commands/CreateSiteCommand.ts @@ -23,7 +23,7 @@ export interface CreateSiteCommandOutput extends CreateSiteResponse, __MetadataB /** *

Creates a new site in a global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, CreateSiteCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, CreateSiteCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DeleteConnectionCommand.ts b/clients/client-networkmanager/commands/DeleteConnectionCommand.ts index 49ae82bc94ba..ddc121969e5b 100644 --- a/clients/client-networkmanager/commands/DeleteConnectionCommand.ts +++ b/clients/client-networkmanager/commands/DeleteConnectionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, /** *

Deletes the specified connection in your global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DeleteConnectionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DeleteConnectionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DeleteDeviceCommand.ts b/clients/client-networkmanager/commands/DeleteDeviceCommand.ts index b1199cdc9b5f..9df362630e95 100644 --- a/clients/client-networkmanager/commands/DeleteDeviceCommand.ts +++ b/clients/client-networkmanager/commands/DeleteDeviceCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad *

Deletes an existing device. You must first disassociate the device from any links and * customer gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DeleteDeviceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DeleteDeviceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DeleteGlobalNetworkCommand.ts b/clients/client-networkmanager/commands/DeleteGlobalNetworkCommand.ts index 14c45af3fe3d..2d2034257ca1 100644 --- a/clients/client-networkmanager/commands/DeleteGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/commands/DeleteGlobalNetworkCommand.ts @@ -24,7 +24,7 @@ export interface DeleteGlobalNetworkCommandOutput extends DeleteGlobalNetworkRes *

Deletes an existing global network. You must first delete all global network objects * (devices, links, and sites) and deregister all transit gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DeleteGlobalNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DeleteGlobalNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DeleteLinkCommand.ts b/clients/client-networkmanager/commands/DeleteLinkCommand.ts index ef5d75a23ff1..02f91276abc6 100644 --- a/clients/client-networkmanager/commands/DeleteLinkCommand.ts +++ b/clients/client-networkmanager/commands/DeleteLinkCommand.ts @@ -24,7 +24,7 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB *

Deletes an existing link. You must first disassociate the link from any devices and * customer gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DeleteLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DeleteLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DeleteSiteCommand.ts b/clients/client-networkmanager/commands/DeleteSiteCommand.ts index eb700616e19a..51ff566c2d93 100644 --- a/clients/client-networkmanager/commands/DeleteSiteCommand.ts +++ b/clients/client-networkmanager/commands/DeleteSiteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB /** *

Deletes an existing site. The site cannot be associated with any device or link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DeleteSiteCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DeleteSiteCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DeregisterTransitGatewayCommand.ts b/clients/client-networkmanager/commands/DeregisterTransitGatewayCommand.ts index 85f8900a00b2..38a492cbd216 100644 --- a/clients/client-networkmanager/commands/DeregisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/commands/DeregisterTransitGatewayCommand.ts @@ -24,7 +24,7 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit *

Deregisters a transit gateway from your global network. This action does not delete * your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DeregisterTransitGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DeregisterTransitGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DescribeGlobalNetworksCommand.ts b/clients/client-networkmanager/commands/DescribeGlobalNetworksCommand.ts index 1b29793aa47d..6acbd89b20d5 100644 --- a/clients/client-networkmanager/commands/DescribeGlobalNetworksCommand.ts +++ b/clients/client-networkmanager/commands/DescribeGlobalNetworksCommand.ts @@ -26,7 +26,7 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo * Get* action. For example, to list the transit gateways in your global * network, use GetTransitGatewayRegistrations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DescribeGlobalNetworksCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DescribeGlobalNetworksCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DisassociateCustomerGatewayCommand.ts b/clients/client-networkmanager/commands/DisassociateCustomerGatewayCommand.ts index e1bca44993b1..112d57b55bbc 100644 --- a/clients/client-networkmanager/commands/DisassociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/commands/DisassociateCustomerGatewayCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateCustomerGatewayCommandOutput /** *

Disassociates a customer gateway from a device and a link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DisassociateCustomerGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DisassociateCustomerGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DisassociateLinkCommand.ts b/clients/client-networkmanager/commands/DisassociateLinkCommand.ts index bd63b4af7f2f..7510d3e88783 100644 --- a/clients/client-networkmanager/commands/DisassociateLinkCommand.ts +++ b/clients/client-networkmanager/commands/DisassociateLinkCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse, *

Disassociates an existing device from a link. You must first disassociate any customer * gateways that are associated with the link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DisassociateLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DisassociateLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/DisassociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/commands/DisassociateTransitGatewayConnectPeerCommand.ts index 3cb567dda2c0..28b582acfe2b 100644 --- a/clients/client-networkmanager/commands/DisassociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/commands/DisassociateTransitGatewayConnectPeerCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput /** *

Disassociates a transit gateway Connect peer from a device and link.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, DisassociateTransitGatewayConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, DisassociateTransitGatewayConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetConnectionsCommand.ts b/clients/client-networkmanager/commands/GetConnectionsCommand.ts index 8f0b147dc71c..e97cf8c62814 100644 --- a/clients/client-networkmanager/commands/GetConnectionsCommand.ts +++ b/clients/client-networkmanager/commands/GetConnectionsCommand.ts @@ -23,7 +23,7 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M /** *

Gets information about one or more of your connections in a global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetConnectionsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetConnectionsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetCustomerGatewayAssociationsCommand.ts b/clients/client-networkmanager/commands/GetCustomerGatewayAssociationsCommand.ts index fb9c11d579c2..7cf399244437 100644 --- a/clients/client-networkmanager/commands/GetCustomerGatewayAssociationsCommand.ts +++ b/clients/client-networkmanager/commands/GetCustomerGatewayAssociationsCommand.ts @@ -26,7 +26,7 @@ export interface GetCustomerGatewayAssociationsCommandOutput *

Gets the association information for customer gateways that are associated with * devices and links in your global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetCustomerGatewayAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetCustomerGatewayAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetDevicesCommand.ts b/clients/client-networkmanager/commands/GetDevicesCommand.ts index b9ccb88ce5a9..d75e0302f5a1 100644 --- a/clients/client-networkmanager/commands/GetDevicesCommand.ts +++ b/clients/client-networkmanager/commands/GetDevicesCommand.ts @@ -23,7 +23,7 @@ export interface GetDevicesCommandOutput extends GetDevicesResponse, __MetadataB /** *

Gets information about one or more of your devices in a global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetDevicesCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetDevicesCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetLinkAssociationsCommand.ts b/clients/client-networkmanager/commands/GetLinkAssociationsCommand.ts index 511776790dfd..d8090cb61759 100644 --- a/clients/client-networkmanager/commands/GetLinkAssociationsCommand.ts +++ b/clients/client-networkmanager/commands/GetLinkAssociationsCommand.ts @@ -24,7 +24,7 @@ export interface GetLinkAssociationsCommandOutput extends GetLinkAssociationsRes *

Gets the link associations for a device or a link. Either the device ID or the link ID * must be specified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetLinkAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetLinkAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetLinksCommand.ts b/clients/client-networkmanager/commands/GetLinksCommand.ts index 6b7bd43b452b..207a6589157b 100644 --- a/clients/client-networkmanager/commands/GetLinksCommand.ts +++ b/clients/client-networkmanager/commands/GetLinksCommand.ts @@ -24,7 +24,7 @@ export interface GetLinksCommandOutput extends GetLinksResponse, __MetadataBeare *

Gets information about one or more links in a specified global network.

*

If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetLinksCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetLinksCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetSitesCommand.ts b/clients/client-networkmanager/commands/GetSitesCommand.ts index 7750af82af39..63fd94c3acc2 100644 --- a/clients/client-networkmanager/commands/GetSitesCommand.ts +++ b/clients/client-networkmanager/commands/GetSitesCommand.ts @@ -23,7 +23,7 @@ export interface GetSitesCommandOutput extends GetSitesResponse, __MetadataBeare /** *

Gets information about one or more of your sites in a global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetSitesCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetSitesCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts index 1523a218d406..9989e0d80bfe 100644 --- a/clients/client-networkmanager/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface GetTransitGatewayConnectPeerAssociationsCommandOutput /** *

Gets information about one or more of your transit gateway Connect peer associations in a global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetTransitGatewayConnectPeerAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetTransitGatewayConnectPeerAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/GetTransitGatewayRegistrationsCommand.ts b/clients/client-networkmanager/commands/GetTransitGatewayRegistrationsCommand.ts index a69b6193923b..50245eab861d 100644 --- a/clients/client-networkmanager/commands/GetTransitGatewayRegistrationsCommand.ts +++ b/clients/client-networkmanager/commands/GetTransitGatewayRegistrationsCommand.ts @@ -26,7 +26,7 @@ export interface GetTransitGatewayRegistrationsCommandOutput *

Gets information about the transit gateway registrations in a specified * global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, GetTransitGatewayRegistrationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, GetTransitGatewayRegistrationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/ListTagsForResourceCommand.ts b/clients/client-networkmanager/commands/ListTagsForResourceCommand.ts index 21f4adb46988..80270e41397d 100644 --- a/clients/client-networkmanager/commands/ListTagsForResourceCommand.ts +++ b/clients/client-networkmanager/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/RegisterTransitGatewayCommand.ts b/clients/client-networkmanager/commands/RegisterTransitGatewayCommand.ts index 3b2ec023202f..8cfe331a4773 100644 --- a/clients/client-networkmanager/commands/RegisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/commands/RegisterTransitGatewayCommand.ts @@ -25,7 +25,7 @@ export interface RegisterTransitGatewayCommandOutput extends RegisterTransitGate * AWS Region, but it must be owned by the same AWS account that owns the global network. * You cannot register a transit gateway in more than one global network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, RegisterTransitGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, RegisterTransitGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/TagResourceCommand.ts b/clients/client-networkmanager/commands/TagResourceCommand.ts index 4b383ae717d3..ba93f41c1057 100644 --- a/clients/client-networkmanager/commands/TagResourceCommand.ts +++ b/clients/client-networkmanager/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Tags a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, TagResourceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, TagResourceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/UntagResourceCommand.ts b/clients/client-networkmanager/commands/UntagResourceCommand.ts index 5920c31c6f19..e3d9933826dd 100644 --- a/clients/client-networkmanager/commands/UntagResourceCommand.ts +++ b/clients/client-networkmanager/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, UntagResourceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, UntagResourceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/UpdateConnectionCommand.ts b/clients/client-networkmanager/commands/UpdateConnectionCommand.ts index 49797b567859..e43837d4e116 100644 --- a/clients/client-networkmanager/commands/UpdateConnectionCommand.ts +++ b/clients/client-networkmanager/commands/UpdateConnectionCommand.ts @@ -24,7 +24,7 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, *

Updates the information for an existing connection. To remove information for any of the parameters, * specify an empty string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, UpdateConnectionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, UpdateConnectionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/UpdateDeviceCommand.ts b/clients/client-networkmanager/commands/UpdateDeviceCommand.ts index ccd6e33535bd..ea3ddf3086cc 100644 --- a/clients/client-networkmanager/commands/UpdateDeviceCommand.ts +++ b/clients/client-networkmanager/commands/UpdateDeviceCommand.ts @@ -24,7 +24,7 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad *

Updates the details for an existing device. To remove information for any of the * parameters, specify an empty string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, UpdateDeviceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, UpdateDeviceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/UpdateGlobalNetworkCommand.ts b/clients/client-networkmanager/commands/UpdateGlobalNetworkCommand.ts index ce178377d49f..1fa840dc16ee 100644 --- a/clients/client-networkmanager/commands/UpdateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/commands/UpdateGlobalNetworkCommand.ts @@ -24,7 +24,7 @@ export interface UpdateGlobalNetworkCommandOutput extends UpdateGlobalNetworkRes *

Updates an existing global network. To remove information for any of the parameters, * specify an empty string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, UpdateGlobalNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, UpdateGlobalNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/UpdateLinkCommand.ts b/clients/client-networkmanager/commands/UpdateLinkCommand.ts index ea653cabdaa5..8876e34db2e5 100644 --- a/clients/client-networkmanager/commands/UpdateLinkCommand.ts +++ b/clients/client-networkmanager/commands/UpdateLinkCommand.ts @@ -24,7 +24,7 @@ export interface UpdateLinkCommandOutput extends UpdateLinkResponse, __MetadataB *

Updates the details for an existing link. To remove information for any of the * parameters, specify an empty string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, UpdateLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, UpdateLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-networkmanager/commands/UpdateSiteCommand.ts b/clients/client-networkmanager/commands/UpdateSiteCommand.ts index 7e5fa9dd504b..3ed9fb3144ab 100644 --- a/clients/client-networkmanager/commands/UpdateSiteCommand.ts +++ b/clients/client-networkmanager/commands/UpdateSiteCommand.ts @@ -24,7 +24,7 @@ export interface UpdateSiteCommandOutput extends UpdateSiteResponse, __MetadataB *

Updates the information for an existing site. To remove information for any of the * parameters, specify an empty string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NetworkManagerClient, UpdateSiteCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import * // const { NetworkManagerClient, UpdateSiteCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import diff --git a/clients/client-nimble/commands/AcceptEulasCommand.ts b/clients/client-nimble/commands/AcceptEulasCommand.ts index ca91c18309a5..87bacd28abbe 100644 --- a/clients/client-nimble/commands/AcceptEulasCommand.ts +++ b/clients/client-nimble/commands/AcceptEulasCommand.ts @@ -23,7 +23,7 @@ export interface AcceptEulasCommandOutput extends AcceptEulasResponse, __Metadat /** *

Accept EULAs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, AcceptEulasCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, AcceptEulasCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/CreateLaunchProfileCommand.ts b/clients/client-nimble/commands/CreateLaunchProfileCommand.ts index c8842a875091..c88df4fc79b7 100644 --- a/clients/client-nimble/commands/CreateLaunchProfileCommand.ts +++ b/clients/client-nimble/commands/CreateLaunchProfileCommand.ts @@ -23,7 +23,7 @@ export interface CreateLaunchProfileCommandOutput extends CreateLaunchProfileRes /** *

Create a launch profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, CreateLaunchProfileCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, CreateLaunchProfileCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/CreateStreamingImageCommand.ts b/clients/client-nimble/commands/CreateStreamingImageCommand.ts index 524c512cb27a..74af81494957 100644 --- a/clients/client-nimble/commands/CreateStreamingImageCommand.ts +++ b/clients/client-nimble/commands/CreateStreamingImageCommand.ts @@ -23,7 +23,7 @@ export interface CreateStreamingImageCommandOutput extends CreateStreamingImageR /** *

Creates a streaming image resource in a studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, CreateStreamingImageCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, CreateStreamingImageCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/CreateStreamingSessionCommand.ts b/clients/client-nimble/commands/CreateStreamingSessionCommand.ts index d72904af8853..25e2867921b5 100644 --- a/clients/client-nimble/commands/CreateStreamingSessionCommand.ts +++ b/clients/client-nimble/commands/CreateStreamingSessionCommand.ts @@ -23,7 +23,7 @@ export interface CreateStreamingSessionCommandOutput extends CreateStreamingSess /** *

Creates a streaming session in a studio.

After invoking this operation, you must poll GetStreamingSession until the streaming session is in state READY.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, CreateStreamingSessionCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, CreateStreamingSessionCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/CreateStreamingSessionStreamCommand.ts b/clients/client-nimble/commands/CreateStreamingSessionStreamCommand.ts index 05ae0387f721..fd7a455fa11a 100644 --- a/clients/client-nimble/commands/CreateStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/commands/CreateStreamingSessionStreamCommand.ts @@ -25,7 +25,7 @@ export interface CreateStreamingSessionStreamCommandOutput /** *

Creates a streaming session stream for a streaming session.

After invoking this API, invoke GetStreamingSessionStream with the returned streamId to poll the resource until it is in state READY.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, CreateStreamingSessionStreamCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, CreateStreamingSessionStreamCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/CreateStudioCommand.ts b/clients/client-nimble/commands/CreateStudioCommand.ts index 3f0e484a2ed0..3725afc62ea2 100644 --- a/clients/client-nimble/commands/CreateStudioCommand.ts +++ b/clients/client-nimble/commands/CreateStudioCommand.ts @@ -23,7 +23,7 @@ export interface CreateStudioCommandOutput extends CreateStudioResponse, __Metad /** *

Create a new Studio.

When creating a Studio, two IAM roles must be provided: the admin role and the user Role. These roles are assumed by your users when they log in to the Nimble Studio portal.

The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly.

The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly.

You may optionally specify a KMS key in the StudioEncryptionConfiguration.

In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an AWS KMS key. By default, this key is owned by AWS and managed on your behalf. You may provide your own AWS KMS key when calling CreateStudio to encrypt this data using a key you own and manage.

When providing an AWS KMS key during studio creation, Nimble Studio creates KMS grants in your account to provide your studio user and admin roles access to these KMS keys.

If you delete this grant, the studio will no longer be accessible to your portal users.

If you delete the studio KMS key, your studio will no longer be accessible.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, CreateStudioCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, CreateStudioCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/CreateStudioComponentCommand.ts b/clients/client-nimble/commands/CreateStudioComponentCommand.ts index 78f03469c76c..270d5cc361da 100644 --- a/clients/client-nimble/commands/CreateStudioComponentCommand.ts +++ b/clients/client-nimble/commands/CreateStudioComponentCommand.ts @@ -23,7 +23,7 @@ export interface CreateStudioComponentCommandOutput extends CreateStudioComponen /** *

Creates a studio component resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, CreateStudioComponentCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, CreateStudioComponentCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/DeleteLaunchProfileCommand.ts b/clients/client-nimble/commands/DeleteLaunchProfileCommand.ts index 6f3f6dff09ab..73f1256ad1e6 100644 --- a/clients/client-nimble/commands/DeleteLaunchProfileCommand.ts +++ b/clients/client-nimble/commands/DeleteLaunchProfileCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLaunchProfileCommandOutput extends DeleteLaunchProfileRes /** *

Permanently delete a launch profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, DeleteLaunchProfileCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, DeleteLaunchProfileCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/DeleteLaunchProfileMemberCommand.ts b/clients/client-nimble/commands/DeleteLaunchProfileMemberCommand.ts index 63b3f9090bfa..10abfacc2d1e 100644 --- a/clients/client-nimble/commands/DeleteLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/commands/DeleteLaunchProfileMemberCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLaunchProfileMemberCommandOutput extends DeleteLaunchProf /** *

Delete a user from launch profile membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, DeleteLaunchProfileMemberCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, DeleteLaunchProfileMemberCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/DeleteStreamingImageCommand.ts b/clients/client-nimble/commands/DeleteStreamingImageCommand.ts index 0d6e85187e61..49f7ee0cc25c 100644 --- a/clients/client-nimble/commands/DeleteStreamingImageCommand.ts +++ b/clients/client-nimble/commands/DeleteStreamingImageCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStreamingImageCommandOutput extends DeleteStreamingImageR /** *

Delete streaming image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, DeleteStreamingImageCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, DeleteStreamingImageCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/DeleteStreamingSessionCommand.ts b/clients/client-nimble/commands/DeleteStreamingSessionCommand.ts index 4fc0e9f354c4..b69e305fe797 100644 --- a/clients/client-nimble/commands/DeleteStreamingSessionCommand.ts +++ b/clients/client-nimble/commands/DeleteStreamingSessionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStreamingSessionCommandOutput extends DeleteStreamingSess /** *

Deletes streaming session resource.

After invoking this operation, use GetStreamingSession to poll the resource until it transitions to a DELETED state.

A streaming session will count against your streaming session quota until it is marked DELETED.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, DeleteStreamingSessionCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, DeleteStreamingSessionCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/DeleteStudioCommand.ts b/clients/client-nimble/commands/DeleteStudioCommand.ts index ed16db847dec..4e376774c2ce 100644 --- a/clients/client-nimble/commands/DeleteStudioCommand.ts +++ b/clients/client-nimble/commands/DeleteStudioCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStudioCommandOutput extends DeleteStudioResponse, __Metad /** *

Delete a studio resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, DeleteStudioCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, DeleteStudioCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/DeleteStudioComponentCommand.ts b/clients/client-nimble/commands/DeleteStudioComponentCommand.ts index 8125b7a509a9..ba85a26f4910 100644 --- a/clients/client-nimble/commands/DeleteStudioComponentCommand.ts +++ b/clients/client-nimble/commands/DeleteStudioComponentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStudioComponentCommandOutput extends DeleteStudioComponen /** *

Deletes a studio component resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, DeleteStudioComponentCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, DeleteStudioComponentCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/DeleteStudioMemberCommand.ts b/clients/client-nimble/commands/DeleteStudioMemberCommand.ts index 7550de836847..f80005dc34da 100644 --- a/clients/client-nimble/commands/DeleteStudioMemberCommand.ts +++ b/clients/client-nimble/commands/DeleteStudioMemberCommand.ts @@ -23,7 +23,7 @@ export interface DeleteStudioMemberCommandOutput extends DeleteStudioMemberRespo /** *

Delete a user from studio membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, DeleteStudioMemberCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, DeleteStudioMemberCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetEulaCommand.ts b/clients/client-nimble/commands/GetEulaCommand.ts index 094da14b1199..70bdd0c47508 100644 --- a/clients/client-nimble/commands/GetEulaCommand.ts +++ b/clients/client-nimble/commands/GetEulaCommand.ts @@ -23,7 +23,7 @@ export interface GetEulaCommandOutput extends GetEulaResponse, __MetadataBearer /** *

Get Eula.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetEulaCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetEulaCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetLaunchProfileCommand.ts b/clients/client-nimble/commands/GetLaunchProfileCommand.ts index a45f411b336e..e33bbdeb4fa0 100644 --- a/clients/client-nimble/commands/GetLaunchProfileCommand.ts +++ b/clients/client-nimble/commands/GetLaunchProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetLaunchProfileCommandOutput extends GetLaunchProfileResponse, /** *

Get a launch profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetLaunchProfileCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetLaunchProfileCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetLaunchProfileDetailsCommand.ts b/clients/client-nimble/commands/GetLaunchProfileDetailsCommand.ts index 31076a23ebc1..25609dc47995 100644 --- a/clients/client-nimble/commands/GetLaunchProfileDetailsCommand.ts +++ b/clients/client-nimble/commands/GetLaunchProfileDetailsCommand.ts @@ -23,7 +23,7 @@ export interface GetLaunchProfileDetailsCommandOutput extends GetLaunchProfileDe /** *

Launch profile details include the launch profile resource and summary information of resources that are used by, or available to, the launch profile. This includes the name and description of all studio components used by the launch profiles, and the name and description of streaming images that can be used with this launch profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetLaunchProfileDetailsCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetLaunchProfileDetailsCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetLaunchProfileInitializationCommand.ts b/clients/client-nimble/commands/GetLaunchProfileInitializationCommand.ts index da4bd0cc6fb5..f181789ffcfe 100644 --- a/clients/client-nimble/commands/GetLaunchProfileInitializationCommand.ts +++ b/clients/client-nimble/commands/GetLaunchProfileInitializationCommand.ts @@ -25,7 +25,7 @@ export interface GetLaunchProfileInitializationCommandOutput /** *

Get a launch profile initialization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetLaunchProfileInitializationCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetLaunchProfileInitializationCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetLaunchProfileMemberCommand.ts b/clients/client-nimble/commands/GetLaunchProfileMemberCommand.ts index a293f8f2b410..df2e9578370c 100644 --- a/clients/client-nimble/commands/GetLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/commands/GetLaunchProfileMemberCommand.ts @@ -23,7 +23,7 @@ export interface GetLaunchProfileMemberCommandOutput extends GetLaunchProfileMem /** *

Get a user persona in launch profile membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetLaunchProfileMemberCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetLaunchProfileMemberCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetStreamingImageCommand.ts b/clients/client-nimble/commands/GetStreamingImageCommand.ts index 60da204838b8..1c8d0e3ec06b 100644 --- a/clients/client-nimble/commands/GetStreamingImageCommand.ts +++ b/clients/client-nimble/commands/GetStreamingImageCommand.ts @@ -23,7 +23,7 @@ export interface GetStreamingImageCommandOutput extends GetStreamingImageRespons /** *

Get streaming image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetStreamingImageCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetStreamingImageCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetStreamingSessionCommand.ts b/clients/client-nimble/commands/GetStreamingSessionCommand.ts index 88c91ac73c2c..974f34babb32 100644 --- a/clients/client-nimble/commands/GetStreamingSessionCommand.ts +++ b/clients/client-nimble/commands/GetStreamingSessionCommand.ts @@ -23,7 +23,7 @@ export interface GetStreamingSessionCommandOutput extends GetStreamingSessionRes /** *

Gets StreamingSession resource.

Invoke this operation to poll for a streaming session state while creating or deleting a session.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetStreamingSessionCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetStreamingSessionCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetStreamingSessionStreamCommand.ts b/clients/client-nimble/commands/GetStreamingSessionStreamCommand.ts index 64bd55261821..8c790d729a7f 100644 --- a/clients/client-nimble/commands/GetStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/commands/GetStreamingSessionStreamCommand.ts @@ -23,7 +23,7 @@ export interface GetStreamingSessionStreamCommandOutput extends GetStreamingSess /** *

Gets a StreamingSessionStream for a streaming session.

Invoke this operation to poll the resource after invoking CreateStreamingSessionStream.

After the StreamingSessionStream changes to the state READY, the url property will contain a stream to be used with the DCV streaming client.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetStreamingSessionStreamCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetStreamingSessionStreamCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetStudioCommand.ts b/clients/client-nimble/commands/GetStudioCommand.ts index 9f02207c0a2a..33dc272b82ee 100644 --- a/clients/client-nimble/commands/GetStudioCommand.ts +++ b/clients/client-nimble/commands/GetStudioCommand.ts @@ -23,7 +23,7 @@ export interface GetStudioCommandOutput extends GetStudioResponse, __MetadataBea /** *

Get a Studio resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetStudioCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetStudioCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetStudioComponentCommand.ts b/clients/client-nimble/commands/GetStudioComponentCommand.ts index 015f882bd3fb..25f3d94d1d41 100644 --- a/clients/client-nimble/commands/GetStudioComponentCommand.ts +++ b/clients/client-nimble/commands/GetStudioComponentCommand.ts @@ -23,7 +23,7 @@ export interface GetStudioComponentCommandOutput extends GetStudioComponentRespo /** *

Gets a studio component resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetStudioComponentCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetStudioComponentCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/GetStudioMemberCommand.ts b/clients/client-nimble/commands/GetStudioMemberCommand.ts index 51f0f32a3c29..b03761c14857 100644 --- a/clients/client-nimble/commands/GetStudioMemberCommand.ts +++ b/clients/client-nimble/commands/GetStudioMemberCommand.ts @@ -23,7 +23,7 @@ export interface GetStudioMemberCommandOutput extends GetStudioMemberResponse, _ /** *

Get a user's membership in a studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, GetStudioMemberCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, GetStudioMemberCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListEulaAcceptancesCommand.ts b/clients/client-nimble/commands/ListEulaAcceptancesCommand.ts index f2268c4308f6..9712c8f1dd60 100644 --- a/clients/client-nimble/commands/ListEulaAcceptancesCommand.ts +++ b/clients/client-nimble/commands/ListEulaAcceptancesCommand.ts @@ -23,7 +23,7 @@ export interface ListEulaAcceptancesCommandOutput extends ListEulaAcceptancesRes /** *

List Eula Acceptances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListEulaAcceptancesCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListEulaAcceptancesCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListEulasCommand.ts b/clients/client-nimble/commands/ListEulasCommand.ts index 11e1471667c9..81104da27ae1 100644 --- a/clients/client-nimble/commands/ListEulasCommand.ts +++ b/clients/client-nimble/commands/ListEulasCommand.ts @@ -23,7 +23,7 @@ export interface ListEulasCommandOutput extends ListEulasResponse, __MetadataBea /** *

List Eulas.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListEulasCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListEulasCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListLaunchProfileMembersCommand.ts b/clients/client-nimble/commands/ListLaunchProfileMembersCommand.ts index ee8852777ee2..107998052342 100644 --- a/clients/client-nimble/commands/ListLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/commands/ListLaunchProfileMembersCommand.ts @@ -23,7 +23,7 @@ export interface ListLaunchProfileMembersCommandOutput extends ListLaunchProfile /** *

Get all users in a given launch profile membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListLaunchProfileMembersCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListLaunchProfileMembersCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListLaunchProfilesCommand.ts b/clients/client-nimble/commands/ListLaunchProfilesCommand.ts index 24d642ce4558..1c7c39150bae 100644 --- a/clients/client-nimble/commands/ListLaunchProfilesCommand.ts +++ b/clients/client-nimble/commands/ListLaunchProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListLaunchProfilesCommandOutput extends ListLaunchProfilesRespo /** *

List all the launch profiles a studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListLaunchProfilesCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListLaunchProfilesCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListStreamingImagesCommand.ts b/clients/client-nimble/commands/ListStreamingImagesCommand.ts index f6af37d4d6ca..1251c2df27c8 100644 --- a/clients/client-nimble/commands/ListStreamingImagesCommand.ts +++ b/clients/client-nimble/commands/ListStreamingImagesCommand.ts @@ -23,7 +23,7 @@ export interface ListStreamingImagesCommandOutput extends ListStreamingImagesRes /** *

List the streaming image resources available to this studio.

This list will contain both images provided by AWS, as well as streaming images that you have created in your studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListStreamingImagesCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListStreamingImagesCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListStreamingSessionsCommand.ts b/clients/client-nimble/commands/ListStreamingSessionsCommand.ts index 7dead6fd9278..67b7794ced58 100644 --- a/clients/client-nimble/commands/ListStreamingSessionsCommand.ts +++ b/clients/client-nimble/commands/ListStreamingSessionsCommand.ts @@ -23,7 +23,7 @@ export interface ListStreamingSessionsCommandOutput extends ListStreamingSession /** *

Lists the streaming image resources in a studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListStreamingSessionsCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListStreamingSessionsCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListStudioComponentsCommand.ts b/clients/client-nimble/commands/ListStudioComponentsCommand.ts index 2b23499bf865..d19c99eef99c 100644 --- a/clients/client-nimble/commands/ListStudioComponentsCommand.ts +++ b/clients/client-nimble/commands/ListStudioComponentsCommand.ts @@ -23,7 +23,7 @@ export interface ListStudioComponentsCommandOutput extends ListStudioComponentsR /** *

Lists the StudioComponents in a studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListStudioComponentsCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListStudioComponentsCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListStudioMembersCommand.ts b/clients/client-nimble/commands/ListStudioMembersCommand.ts index 1622f364cb7b..67c214c6a9ae 100644 --- a/clients/client-nimble/commands/ListStudioMembersCommand.ts +++ b/clients/client-nimble/commands/ListStudioMembersCommand.ts @@ -23,7 +23,7 @@ export interface ListStudioMembersCommandOutput extends ListStudioMembersRespons /** *

Get all users in a given studio membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListStudioMembersCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListStudioMembersCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListStudiosCommand.ts b/clients/client-nimble/commands/ListStudiosCommand.ts index 4af31ee272d6..ab00a823e191 100644 --- a/clients/client-nimble/commands/ListStudiosCommand.ts +++ b/clients/client-nimble/commands/ListStudiosCommand.ts @@ -23,7 +23,7 @@ export interface ListStudiosCommandOutput extends ListStudiosResponse, __Metadat /** *

List studios in your AWS account in the requested AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListStudiosCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListStudiosCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/ListTagsForResourceCommand.ts b/clients/client-nimble/commands/ListTagsForResourceCommand.ts index 89c57108ee21..54aa6f14475e 100644 --- a/clients/client-nimble/commands/ListTagsForResourceCommand.ts +++ b/clients/client-nimble/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Gets the tags for a resource, given its Amazon Resource Names (ARN).

This operation supports ARNs for all resource types in Nimble Studio that support tags, including studio, studio component, launch profile, streaming image, and streaming session. All resources that can be tagged will contain an ARN property, so you do not have to create this ARN yourself.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, ListTagsForResourceCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, ListTagsForResourceCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/PutLaunchProfileMembersCommand.ts b/clients/client-nimble/commands/PutLaunchProfileMembersCommand.ts index e062fa462daf..245b987d22ae 100644 --- a/clients/client-nimble/commands/PutLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/commands/PutLaunchProfileMembersCommand.ts @@ -23,7 +23,7 @@ export interface PutLaunchProfileMembersCommandOutput extends PutLaunchProfileMe /** *

Add/update users with given persona to launch profile membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, PutLaunchProfileMembersCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, PutLaunchProfileMembersCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/PutStudioMembersCommand.ts b/clients/client-nimble/commands/PutStudioMembersCommand.ts index 8dec94e56b83..b98ad6b14e67 100644 --- a/clients/client-nimble/commands/PutStudioMembersCommand.ts +++ b/clients/client-nimble/commands/PutStudioMembersCommand.ts @@ -23,7 +23,7 @@ export interface PutStudioMembersCommandOutput extends PutStudioMembersResponse, /** *

Add/update users with given persona to studio membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, PutStudioMembersCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, PutStudioMembersCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/StartStudioSSOConfigurationRepairCommand.ts b/clients/client-nimble/commands/StartStudioSSOConfigurationRepairCommand.ts index 4aef409c88ce..8084b5f05928 100644 --- a/clients/client-nimble/commands/StartStudioSSOConfigurationRepairCommand.ts +++ b/clients/client-nimble/commands/StartStudioSSOConfigurationRepairCommand.ts @@ -28,7 +28,7 @@ export interface StartStudioSSOConfigurationRepairCommandOutput /** *

Repairs the SSO configuration for a given studio.

If the studio has a valid AWS SSO configuration currently associated with it, this operation will fail with a validation error.

If the studio does not have a valid AWS SSO configuration currently associated with it, then a new AWS SSO application is created for the studio and the studio is changed to the READY state.

After the AWS SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, StartStudioSSOConfigurationRepairCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, StartStudioSSOConfigurationRepairCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/TagResourceCommand.ts b/clients/client-nimble/commands/TagResourceCommand.ts index 763d0159733e..f7e77cf4d6fd 100644 --- a/clients/client-nimble/commands/TagResourceCommand.ts +++ b/clients/client-nimble/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Creates tags for a resource, given its ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, TagResourceCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, TagResourceCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/UntagResourceCommand.ts b/clients/client-nimble/commands/UntagResourceCommand.ts index 958d8ab73833..ecd2c12fa092 100644 --- a/clients/client-nimble/commands/UntagResourceCommand.ts +++ b/clients/client-nimble/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Deletes the tags for a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, UntagResourceCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, UntagResourceCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/UpdateLaunchProfileCommand.ts b/clients/client-nimble/commands/UpdateLaunchProfileCommand.ts index c5f62303f337..60bcdf427425 100644 --- a/clients/client-nimble/commands/UpdateLaunchProfileCommand.ts +++ b/clients/client-nimble/commands/UpdateLaunchProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLaunchProfileCommandOutput extends UpdateLaunchProfileRes /** *

Update a launch profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, UpdateLaunchProfileCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, UpdateLaunchProfileCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/UpdateLaunchProfileMemberCommand.ts b/clients/client-nimble/commands/UpdateLaunchProfileMemberCommand.ts index a3466bc49429..6751acd149c1 100644 --- a/clients/client-nimble/commands/UpdateLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/commands/UpdateLaunchProfileMemberCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLaunchProfileMemberCommandOutput extends UpdateLaunchProf /** *

Update a user persona in launch profile membership.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, UpdateLaunchProfileMemberCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, UpdateLaunchProfileMemberCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/UpdateStreamingImageCommand.ts b/clients/client-nimble/commands/UpdateStreamingImageCommand.ts index 762ca13de5d1..a1aec987f435 100644 --- a/clients/client-nimble/commands/UpdateStreamingImageCommand.ts +++ b/clients/client-nimble/commands/UpdateStreamingImageCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStreamingImageCommandOutput extends UpdateStreamingImageR /** *

Update streaming image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, UpdateStreamingImageCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, UpdateStreamingImageCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/UpdateStudioCommand.ts b/clients/client-nimble/commands/UpdateStudioCommand.ts index b2bbffbe137a..a1106c57235e 100644 --- a/clients/client-nimble/commands/UpdateStudioCommand.ts +++ b/clients/client-nimble/commands/UpdateStudioCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStudioCommandOutput extends UpdateStudioResponse, __Metad /** *

Update a Studio resource.

Currently, this operation only supports updating the displayName of your studio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, UpdateStudioCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, UpdateStudioCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-nimble/commands/UpdateStudioComponentCommand.ts b/clients/client-nimble/commands/UpdateStudioComponentCommand.ts index 2cc09e107e4d..d227bbbab063 100644 --- a/clients/client-nimble/commands/UpdateStudioComponentCommand.ts +++ b/clients/client-nimble/commands/UpdateStudioComponentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateStudioComponentCommandOutput extends UpdateStudioComponen /** *

Updates a studio component resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { NimbleClient, UpdateStudioComponentCommand } from "@aws-sdk/client-nimble"; // ES Modules import * // const { NimbleClient, UpdateStudioComponentCommand } = require("@aws-sdk/client-nimble"); // CommonJS import diff --git a/clients/client-opsworks/commands/AssignInstanceCommand.ts b/clients/client-opsworks/commands/AssignInstanceCommand.ts index a8739a324163..7152ef11bc18 100644 --- a/clients/client-opsworks/commands/AssignInstanceCommand.ts +++ b/clients/client-opsworks/commands/AssignInstanceCommand.ts @@ -40,7 +40,7 @@ export interface AssignInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, AssignInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, AssignInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/AssignVolumeCommand.ts b/clients/client-opsworks/commands/AssignVolumeCommand.ts index a542ce1f3318..d94c9631736b 100644 --- a/clients/client-opsworks/commands/AssignVolumeCommand.ts +++ b/clients/client-opsworks/commands/AssignVolumeCommand.ts @@ -31,7 +31,7 @@ export interface AssignVolumeCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, AssignVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, AssignVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/AssociateElasticIpCommand.ts b/clients/client-opsworks/commands/AssociateElasticIpCommand.ts index 3703e359a949..d8ae913d1da9 100644 --- a/clients/client-opsworks/commands/AssociateElasticIpCommand.ts +++ b/clients/client-opsworks/commands/AssociateElasticIpCommand.ts @@ -31,7 +31,7 @@ export interface AssociateElasticIpCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, AssociateElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, AssociateElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/AttachElasticLoadBalancerCommand.ts b/clients/client-opsworks/commands/AttachElasticLoadBalancerCommand.ts index ecb7b2c64621..b051fafc8f50 100644 --- a/clients/client-opsworks/commands/AttachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/commands/AttachElasticLoadBalancerCommand.ts @@ -36,7 +36,7 @@ export interface AttachElasticLoadBalancerCommandOutput extends __MetadataBearer * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, AttachElasticLoadBalancerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, AttachElasticLoadBalancerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/CloneStackCommand.ts b/clients/client-opsworks/commands/CloneStackCommand.ts index 16e3248313dd..a92d7cf58c2d 100644 --- a/clients/client-opsworks/commands/CloneStackCommand.ts +++ b/clients/client-opsworks/commands/CloneStackCommand.ts @@ -28,7 +28,7 @@ export interface CloneStackCommandOutput extends CloneStackResult, __MetadataBea * that explicitly grants permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, CloneStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, CloneStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/CreateAppCommand.ts b/clients/client-opsworks/commands/CreateAppCommand.ts index 51f037f87c7b..d58373c93db2 100644 --- a/clients/client-opsworks/commands/CreateAppCommand.ts +++ b/clients/client-opsworks/commands/CreateAppCommand.ts @@ -26,7 +26,7 @@ export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBeare * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, CreateAppCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, CreateAppCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/CreateDeploymentCommand.ts b/clients/client-opsworks/commands/CreateDeploymentCommand.ts index 24494d347c52..da0693d2454d 100644 --- a/clients/client-opsworks/commands/CreateDeploymentCommand.ts +++ b/clients/client-opsworks/commands/CreateDeploymentCommand.ts @@ -29,7 +29,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, _ * more information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, CreateDeploymentCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, CreateDeploymentCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/CreateInstanceCommand.ts b/clients/client-opsworks/commands/CreateInstanceCommand.ts index 8c21db78b405..3c343470c05f 100644 --- a/clients/client-opsworks/commands/CreateInstanceCommand.ts +++ b/clients/client-opsworks/commands/CreateInstanceCommand.ts @@ -29,7 +29,7 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResult, __Met * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, CreateInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, CreateInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/CreateLayerCommand.ts b/clients/client-opsworks/commands/CreateLayerCommand.ts index 57d4e424ea5c..56ff4b6e8d7f 100644 --- a/clients/client-opsworks/commands/CreateLayerCommand.ts +++ b/clients/client-opsworks/commands/CreateLayerCommand.ts @@ -36,7 +36,7 @@ export interface CreateLayerCommandOutput extends CreateLayerResult, __MetadataB * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, CreateLayerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, CreateLayerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/CreateStackCommand.ts b/clients/client-opsworks/commands/CreateStackCommand.ts index fb40a06af958..c39bc5fac7aa 100644 --- a/clients/client-opsworks/commands/CreateStackCommand.ts +++ b/clients/client-opsworks/commands/CreateStackCommand.ts @@ -28,7 +28,7 @@ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataB * that explicitly grants permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, CreateStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, CreateStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/CreateUserProfileCommand.ts b/clients/client-opsworks/commands/CreateUserProfileCommand.ts index 3b5fb45a0dcd..b5d58096584d 100644 --- a/clients/client-opsworks/commands/CreateUserProfileCommand.ts +++ b/clients/client-opsworks/commands/CreateUserProfileCommand.ts @@ -27,7 +27,7 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileResult, * that explicitly grants permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, CreateUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, CreateUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeleteAppCommand.ts b/clients/client-opsworks/commands/DeleteAppCommand.ts index c33db084c37f..de8c75600359 100644 --- a/clients/client-opsworks/commands/DeleteAppCommand.ts +++ b/clients/client-opsworks/commands/DeleteAppCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeleteAppCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeleteAppCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeleteInstanceCommand.ts b/clients/client-opsworks/commands/DeleteInstanceCommand.ts index 450b886d73d5..dab59677ea79 100644 --- a/clients/client-opsworks/commands/DeleteInstanceCommand.ts +++ b/clients/client-opsworks/commands/DeleteInstanceCommand.ts @@ -30,7 +30,7 @@ export interface DeleteInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeleteInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeleteInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeleteLayerCommand.ts b/clients/client-opsworks/commands/DeleteLayerCommand.ts index e726adce3124..9c3e76e824e0 100644 --- a/clients/client-opsworks/commands/DeleteLayerCommand.ts +++ b/clients/client-opsworks/commands/DeleteLayerCommand.ts @@ -30,7 +30,7 @@ export interface DeleteLayerCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeleteLayerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeleteLayerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeleteStackCommand.ts b/clients/client-opsworks/commands/DeleteStackCommand.ts index 76205f24440b..887e6a8dea2c 100644 --- a/clients/client-opsworks/commands/DeleteStackCommand.ts +++ b/clients/client-opsworks/commands/DeleteStackCommand.ts @@ -30,7 +30,7 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeleteStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeleteStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeleteUserProfileCommand.ts b/clients/client-opsworks/commands/DeleteUserProfileCommand.ts index 0606c7fdc6d2..9f68c49d58ef 100644 --- a/clients/client-opsworks/commands/DeleteUserProfileCommand.ts +++ b/clients/client-opsworks/commands/DeleteUserProfileCommand.ts @@ -27,7 +27,7 @@ export interface DeleteUserProfileCommandOutput extends __MetadataBearer {} * that explicitly grants permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeleteUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeleteUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeregisterEcsClusterCommand.ts b/clients/client-opsworks/commands/DeregisterEcsClusterCommand.ts index 27bdeaab382d..d4a7921dcd7f 100644 --- a/clients/client-opsworks/commands/DeregisterEcsClusterCommand.ts +++ b/clients/client-opsworks/commands/DeregisterEcsClusterCommand.ts @@ -31,7 +31,7 @@ export interface DeregisterEcsClusterCommandOutput extends __MetadataBearer {} * information on user permissions, see * https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeregisterEcsClusterCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeregisterEcsClusterCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeregisterElasticIpCommand.ts b/clients/client-opsworks/commands/DeregisterElasticIpCommand.ts index bf8d1b9cc85c..ee10c5030778 100644 --- a/clients/client-opsworks/commands/DeregisterElasticIpCommand.ts +++ b/clients/client-opsworks/commands/DeregisterElasticIpCommand.ts @@ -29,7 +29,7 @@ export interface DeregisterElasticIpCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeregisterElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeregisterElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeregisterInstanceCommand.ts b/clients/client-opsworks/commands/DeregisterInstanceCommand.ts index f683bbca0a78..d678c9fea569 100644 --- a/clients/client-opsworks/commands/DeregisterInstanceCommand.ts +++ b/clients/client-opsworks/commands/DeregisterInstanceCommand.ts @@ -30,7 +30,7 @@ export interface DeregisterInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeregisterInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeregisterInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeregisterRdsDbInstanceCommand.ts b/clients/client-opsworks/commands/DeregisterRdsDbInstanceCommand.ts index b988711cd49d..4334c3d3a75d 100644 --- a/clients/client-opsworks/commands/DeregisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/commands/DeregisterRdsDbInstanceCommand.ts @@ -28,7 +28,7 @@ export interface DeregisterRdsDbInstanceCommandOutput extends __MetadataBearer { * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeregisterRdsDbInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeregisterRdsDbInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DeregisterVolumeCommand.ts b/clients/client-opsworks/commands/DeregisterVolumeCommand.ts index 97843474ca30..fba9d5fea264 100644 --- a/clients/client-opsworks/commands/DeregisterVolumeCommand.ts +++ b/clients/client-opsworks/commands/DeregisterVolumeCommand.ts @@ -30,7 +30,7 @@ export interface DeregisterVolumeCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DeregisterVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DeregisterVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeAgentVersionsCommand.ts b/clients/client-opsworks/commands/DescribeAgentVersionsCommand.ts index 332886cb209c..e6033abe5e29 100644 --- a/clients/client-opsworks/commands/DescribeAgentVersionsCommand.ts +++ b/clients/client-opsworks/commands/DescribeAgentVersionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAgentVersionsCommandOutput extends DescribeAgentVersion * configuration manager. DescribeAgentVersions returns a list of available * agent versions for the specified stack or configuration manager.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeAgentVersionsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeAgentVersionsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeAppsCommand.ts b/clients/client-opsworks/commands/DescribeAppsCommand.ts index 7344e8245f64..aa78e1f6fc27 100644 --- a/clients/client-opsworks/commands/DescribeAppsCommand.ts +++ b/clients/client-opsworks/commands/DescribeAppsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeAppsCommandOutput extends DescribeAppsResult, __Metadat * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeAppsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeAppsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeCommandsCommand.ts b/clients/client-opsworks/commands/DescribeCommandsCommand.ts index 0bd69475af42..759b1e091590 100644 --- a/clients/client-opsworks/commands/DescribeCommandsCommand.ts +++ b/clients/client-opsworks/commands/DescribeCommandsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeCommandsCommandOutput extends DescribeCommandsResult, _ * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeCommandsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeCommandsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeDeploymentsCommand.ts b/clients/client-opsworks/commands/DescribeDeploymentsCommand.ts index 95b80c9fd210..03ae69bb4c80 100644 --- a/clients/client-opsworks/commands/DescribeDeploymentsCommand.ts +++ b/clients/client-opsworks/commands/DescribeDeploymentsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeDeploymentsCommandOutput extends DescribeDeploymentsRes * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeDeploymentsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeDeploymentsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeEcsClustersCommand.ts b/clients/client-opsworks/commands/DescribeEcsClustersCommand.ts index ffef26da129f..ac096928be1f 100644 --- a/clients/client-opsworks/commands/DescribeEcsClustersCommand.ts +++ b/clients/client-opsworks/commands/DescribeEcsClustersCommand.ts @@ -32,7 +32,7 @@ export interface DescribeEcsClustersCommandOutput extends DescribeEcsClustersRes * Permissions.

*

This call accepts only one resource-identifying parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeEcsClustersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeEcsClustersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeElasticIpsCommand.ts b/clients/client-opsworks/commands/DescribeElasticIpsCommand.ts index 6a9e647dc39e..c99c75a9c64c 100644 --- a/clients/client-opsworks/commands/DescribeElasticIpsCommand.ts +++ b/clients/client-opsworks/commands/DescribeElasticIpsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeElasticIpsCommandOutput extends DescribeElasticIpsResul * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeElasticIpsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeElasticIpsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeElasticLoadBalancersCommand.ts b/clients/client-opsworks/commands/DescribeElasticLoadBalancersCommand.ts index 48162e29a556..ae4f201e4f73 100644 --- a/clients/client-opsworks/commands/DescribeElasticLoadBalancersCommand.ts +++ b/clients/client-opsworks/commands/DescribeElasticLoadBalancersCommand.ts @@ -33,7 +33,7 @@ export interface DescribeElasticLoadBalancersCommandOutput * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeElasticLoadBalancersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeElasticLoadBalancersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeInstancesCommand.ts b/clients/client-opsworks/commands/DescribeInstancesCommand.ts index de90cefd4aa1..4fd394c19998 100644 --- a/clients/client-opsworks/commands/DescribeInstancesCommand.ts +++ b/clients/client-opsworks/commands/DescribeInstancesCommand.ts @@ -31,7 +31,7 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesResult, * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeInstancesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeInstancesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeLayersCommand.ts b/clients/client-opsworks/commands/DescribeLayersCommand.ts index 54226711bf06..9b4f3c5073a7 100644 --- a/clients/client-opsworks/commands/DescribeLayersCommand.ts +++ b/clients/client-opsworks/commands/DescribeLayersCommand.ts @@ -31,7 +31,7 @@ export interface DescribeLayersCommandOutput extends DescribeLayersResult, __Met * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeLayersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeLayersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/commands/DescribeLoadBasedAutoScalingCommand.ts index 73123c0dc1c2..02c70cfcaa8e 100644 --- a/clients/client-opsworks/commands/DescribeLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/commands/DescribeLoadBasedAutoScalingCommand.ts @@ -33,7 +33,7 @@ export interface DescribeLoadBasedAutoScalingCommandOutput * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeLoadBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeLoadBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeMyUserProfileCommand.ts b/clients/client-opsworks/commands/DescribeMyUserProfileCommand.ts index d451b598edb5..422aa2c9bc31 100644 --- a/clients/client-opsworks/commands/DescribeMyUserProfileCommand.ts +++ b/clients/client-opsworks/commands/DescribeMyUserProfileCommand.ts @@ -28,7 +28,7 @@ export interface DescribeMyUserProfileCommandOutput extends DescribeMyUserProfil * permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeMyUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeMyUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeOperatingSystemsCommand.ts b/clients/client-opsworks/commands/DescribeOperatingSystemsCommand.ts index cbfff0911dba..e399ba244f26 100644 --- a/clients/client-opsworks/commands/DescribeOperatingSystemsCommand.ts +++ b/clients/client-opsworks/commands/DescribeOperatingSystemsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeOperatingSystemsCommandOutput extends DescribeOperating /** *

Describes the operating systems that are supported by AWS OpsWorks Stacks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeOperatingSystemsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeOperatingSystemsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribePermissionsCommand.ts b/clients/client-opsworks/commands/DescribePermissionsCommand.ts index ceebede7bfee..194927292d17 100644 --- a/clients/client-opsworks/commands/DescribePermissionsCommand.ts +++ b/clients/client-opsworks/commands/DescribePermissionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribePermissionsCommandOutput extends DescribePermissionsRes * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribePermissionsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribePermissionsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeRaidArraysCommand.ts b/clients/client-opsworks/commands/DescribeRaidArraysCommand.ts index d7727f27cf74..6b143e7b6e4d 100644 --- a/clients/client-opsworks/commands/DescribeRaidArraysCommand.ts +++ b/clients/client-opsworks/commands/DescribeRaidArraysCommand.ts @@ -31,7 +31,7 @@ export interface DescribeRaidArraysCommandOutput extends DescribeRaidArraysResul * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeRaidArraysCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeRaidArraysCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeRdsDbInstancesCommand.ts b/clients/client-opsworks/commands/DescribeRdsDbInstancesCommand.ts index 653d01425a3c..3e7c55512811 100644 --- a/clients/client-opsworks/commands/DescribeRdsDbInstancesCommand.ts +++ b/clients/client-opsworks/commands/DescribeRdsDbInstancesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeRdsDbInstancesCommandOutput extends DescribeRdsDbInstan * Permissions.

*

This call accepts only one resource-identifying parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeRdsDbInstancesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeRdsDbInstancesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeServiceErrorsCommand.ts b/clients/client-opsworks/commands/DescribeServiceErrorsCommand.ts index 18406b263891..d80f7011bd49 100644 --- a/clients/client-opsworks/commands/DescribeServiceErrorsCommand.ts +++ b/clients/client-opsworks/commands/DescribeServiceErrorsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeServiceErrorsCommandOutput extends DescribeServiceError * Permissions.

*

This call accepts only one resource-identifying parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeServiceErrorsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeServiceErrorsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeStackProvisioningParametersCommand.ts b/clients/client-opsworks/commands/DescribeStackProvisioningParametersCommand.ts index fefef78dd5ad..712c2ed6d573 100644 --- a/clients/client-opsworks/commands/DescribeStackProvisioningParametersCommand.ts +++ b/clients/client-opsworks/commands/DescribeStackProvisioningParametersCommand.ts @@ -33,7 +33,7 @@ export interface DescribeStackProvisioningParametersCommandOutput * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeStackProvisioningParametersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeStackProvisioningParametersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeStackSummaryCommand.ts b/clients/client-opsworks/commands/DescribeStackSummaryCommand.ts index 6f707a2d0c4d..df306c3fadd9 100644 --- a/clients/client-opsworks/commands/DescribeStackSummaryCommand.ts +++ b/clients/client-opsworks/commands/DescribeStackSummaryCommand.ts @@ -29,7 +29,7 @@ export interface DescribeStackSummaryCommandOutput extends DescribeStackSummaryR * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeStackSummaryCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeStackSummaryCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeStacksCommand.ts b/clients/client-opsworks/commands/DescribeStacksCommand.ts index 8ca79e26f4e0..0e03687bffe1 100644 --- a/clients/client-opsworks/commands/DescribeStacksCommand.ts +++ b/clients/client-opsworks/commands/DescribeStacksCommand.ts @@ -28,7 +28,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksResult, __Met * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeStacksCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeStacksCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/commands/DescribeTimeBasedAutoScalingCommand.ts index 1f6c4bc7d4cd..dd60205aece7 100644 --- a/clients/client-opsworks/commands/DescribeTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/commands/DescribeTimeBasedAutoScalingCommand.ts @@ -33,7 +33,7 @@ export interface DescribeTimeBasedAutoScalingCommandOutput * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeTimeBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeTimeBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeUserProfilesCommand.ts b/clients/client-opsworks/commands/DescribeUserProfilesCommand.ts index b6df92163aff..71ed821bddfd 100644 --- a/clients/client-opsworks/commands/DescribeUserProfilesCommand.ts +++ b/clients/client-opsworks/commands/DescribeUserProfilesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeUserProfilesCommandOutput extends DescribeUserProfilesR * that explicitly grants permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeUserProfilesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeUserProfilesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DescribeVolumesCommand.ts b/clients/client-opsworks/commands/DescribeVolumesCommand.ts index dc05269481c4..c592936f17e6 100644 --- a/clients/client-opsworks/commands/DescribeVolumesCommand.ts +++ b/clients/client-opsworks/commands/DescribeVolumesCommand.ts @@ -31,7 +31,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResult, __M * permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DescribeVolumesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DescribeVolumesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DetachElasticLoadBalancerCommand.ts b/clients/client-opsworks/commands/DetachElasticLoadBalancerCommand.ts index cb11b5d321d2..d2d034a5a25b 100644 --- a/clients/client-opsworks/commands/DetachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/commands/DetachElasticLoadBalancerCommand.ts @@ -28,7 +28,7 @@ export interface DetachElasticLoadBalancerCommandOutput extends __MetadataBearer * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DetachElasticLoadBalancerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DetachElasticLoadBalancerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/DisassociateElasticIpCommand.ts b/clients/client-opsworks/commands/DisassociateElasticIpCommand.ts index 2a28e3d2301e..0ecf1dc35109 100644 --- a/clients/client-opsworks/commands/DisassociateElasticIpCommand.ts +++ b/clients/client-opsworks/commands/DisassociateElasticIpCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateElasticIpCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, DisassociateElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, DisassociateElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/GetHostnameSuggestionCommand.ts b/clients/client-opsworks/commands/GetHostnameSuggestionCommand.ts index c900d4625ad5..cb965b03d84f 100644 --- a/clients/client-opsworks/commands/GetHostnameSuggestionCommand.ts +++ b/clients/client-opsworks/commands/GetHostnameSuggestionCommand.ts @@ -28,7 +28,7 @@ export interface GetHostnameSuggestionCommandOutput extends GetHostnameSuggestio * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, GetHostnameSuggestionCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, GetHostnameSuggestionCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/GrantAccessCommand.ts b/clients/client-opsworks/commands/GrantAccessCommand.ts index 3b33cd41afeb..83ef85333586 100644 --- a/clients/client-opsworks/commands/GrantAccessCommand.ts +++ b/clients/client-opsworks/commands/GrantAccessCommand.ts @@ -26,7 +26,7 @@ export interface GrantAccessCommandOutput extends GrantAccessResult, __MetadataB * *

Grants RDP access to a Windows instance for a specified time period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, GrantAccessCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, GrantAccessCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/ListTagsCommand.ts b/clients/client-opsworks/commands/ListTagsCommand.ts index aeabb906bd11..d7c5c8140796 100644 --- a/clients/client-opsworks/commands/ListTagsCommand.ts +++ b/clients/client-opsworks/commands/ListTagsCommand.ts @@ -20,7 +20,7 @@ export interface ListTagsCommandOutput extends ListTagsResult, __MetadataBearer /** *

Returns a list of tags that are applied to the specified stack or layer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, ListTagsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, ListTagsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/RebootInstanceCommand.ts b/clients/client-opsworks/commands/RebootInstanceCommand.ts index 0549882d2ed7..5f65996bb2c8 100644 --- a/clients/client-opsworks/commands/RebootInstanceCommand.ts +++ b/clients/client-opsworks/commands/RebootInstanceCommand.ts @@ -29,7 +29,7 @@ export interface RebootInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, RebootInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, RebootInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/RegisterEcsClusterCommand.ts b/clients/client-opsworks/commands/RegisterEcsClusterCommand.ts index 6c5876be5396..66503c734615 100644 --- a/clients/client-opsworks/commands/RegisterEcsClusterCommand.ts +++ b/clients/client-opsworks/commands/RegisterEcsClusterCommand.ts @@ -33,7 +33,7 @@ export interface RegisterEcsClusterCommandOutput extends RegisterEcsClusterResul * * Managing User Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, RegisterEcsClusterCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, RegisterEcsClusterCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/RegisterElasticIpCommand.ts b/clients/client-opsworks/commands/RegisterElasticIpCommand.ts index 24d6f75ab676..ca14280996da 100644 --- a/clients/client-opsworks/commands/RegisterElasticIpCommand.ts +++ b/clients/client-opsworks/commands/RegisterElasticIpCommand.ts @@ -30,7 +30,7 @@ export interface RegisterElasticIpCommandOutput extends RegisterElasticIpResult, * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, RegisterElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, RegisterElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/RegisterInstanceCommand.ts b/clients/client-opsworks/commands/RegisterInstanceCommand.ts index b1ea4faa71ad..4917ee690134 100644 --- a/clients/client-opsworks/commands/RegisterInstanceCommand.ts +++ b/clients/client-opsworks/commands/RegisterInstanceCommand.ts @@ -41,7 +41,7 @@ export interface RegisterInstanceCommandOutput extends RegisterInstanceResult, _ * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, RegisterInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, RegisterInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/RegisterRdsDbInstanceCommand.ts b/clients/client-opsworks/commands/RegisterRdsDbInstanceCommand.ts index b0b9370b8edb..094ea64a42d0 100644 --- a/clients/client-opsworks/commands/RegisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/commands/RegisterRdsDbInstanceCommand.ts @@ -28,7 +28,7 @@ export interface RegisterRdsDbInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, RegisterRdsDbInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, RegisterRdsDbInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/RegisterVolumeCommand.ts b/clients/client-opsworks/commands/RegisterVolumeCommand.ts index f6b07d36512f..801934a9dd0f 100644 --- a/clients/client-opsworks/commands/RegisterVolumeCommand.ts +++ b/clients/client-opsworks/commands/RegisterVolumeCommand.ts @@ -30,7 +30,7 @@ export interface RegisterVolumeCommandOutput extends RegisterVolumeResult, __Met * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, RegisterVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, RegisterVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/SetLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/commands/SetLoadBasedAutoScalingCommand.ts index e9fef59185fc..fedd118f607b 100644 --- a/clients/client-opsworks/commands/SetLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/commands/SetLoadBasedAutoScalingCommand.ts @@ -33,7 +33,7 @@ export interface SetLoadBasedAutoScalingCommandOutput extends __MetadataBearer { * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, SetLoadBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, SetLoadBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/SetPermissionCommand.ts b/clients/client-opsworks/commands/SetPermissionCommand.ts index 48afd03a6f5b..23ad5640bcce 100644 --- a/clients/client-opsworks/commands/SetPermissionCommand.ts +++ b/clients/client-opsworks/commands/SetPermissionCommand.ts @@ -29,7 +29,7 @@ export interface SetPermissionCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, SetPermissionCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, SetPermissionCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/SetTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/commands/SetTimeBasedAutoScalingCommand.ts index 1f019ff5dc99..a9787741a06b 100644 --- a/clients/client-opsworks/commands/SetTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/commands/SetTimeBasedAutoScalingCommand.ts @@ -30,7 +30,7 @@ export interface SetTimeBasedAutoScalingCommandOutput extends __MetadataBearer { * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, SetTimeBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, SetTimeBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/StartInstanceCommand.ts b/clients/client-opsworks/commands/StartInstanceCommand.ts index d657c48b692f..5a1fbaeb0667 100644 --- a/clients/client-opsworks/commands/StartInstanceCommand.ts +++ b/clients/client-opsworks/commands/StartInstanceCommand.ts @@ -29,7 +29,7 @@ export interface StartInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, StartInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, StartInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/StartStackCommand.ts b/clients/client-opsworks/commands/StartStackCommand.ts index b7a9139999a3..a19dd218ddcb 100644 --- a/clients/client-opsworks/commands/StartStackCommand.ts +++ b/clients/client-opsworks/commands/StartStackCommand.ts @@ -28,7 +28,7 @@ export interface StartStackCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, StartStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, StartStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/StopInstanceCommand.ts b/clients/client-opsworks/commands/StopInstanceCommand.ts index d810f56a0bab..276b80af211c 100644 --- a/clients/client-opsworks/commands/StopInstanceCommand.ts +++ b/clients/client-opsworks/commands/StopInstanceCommand.ts @@ -31,7 +31,7 @@ export interface StopInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, StopInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, StopInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/StopStackCommand.ts b/clients/client-opsworks/commands/StopStackCommand.ts index 5472693d6502..364c74fa2554 100644 --- a/clients/client-opsworks/commands/StopStackCommand.ts +++ b/clients/client-opsworks/commands/StopStackCommand.ts @@ -25,7 +25,7 @@ export interface StopStackCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, StopStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, StopStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/TagResourceCommand.ts b/clients/client-opsworks/commands/TagResourceCommand.ts index 357e9188002b..d9bbaeb5fbb2 100644 --- a/clients/client-opsworks/commands/TagResourceCommand.ts +++ b/clients/client-opsworks/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks. For more information about how tagging works, see Tags in the AWS OpsWorks User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, TagResourceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, TagResourceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UnassignInstanceCommand.ts b/clients/client-opsworks/commands/UnassignInstanceCommand.ts index 9e7547ade967..a693f23dc5ef 100644 --- a/clients/client-opsworks/commands/UnassignInstanceCommand.ts +++ b/clients/client-opsworks/commands/UnassignInstanceCommand.ts @@ -31,7 +31,7 @@ export interface UnassignInstanceCommandOutput extends __MetadataBearer {} * grants permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UnassignInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UnassignInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UnassignVolumeCommand.ts b/clients/client-opsworks/commands/UnassignVolumeCommand.ts index 2558a7af5177..bb3d4f6a0aa1 100644 --- a/clients/client-opsworks/commands/UnassignVolumeCommand.ts +++ b/clients/client-opsworks/commands/UnassignVolumeCommand.ts @@ -30,7 +30,7 @@ export interface UnassignVolumeCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UnassignVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UnassignVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UntagResourceCommand.ts b/clients/client-opsworks/commands/UntagResourceCommand.ts index 233c2e45ba92..a869eabdc1d2 100644 --- a/clients/client-opsworks/commands/UntagResourceCommand.ts +++ b/clients/client-opsworks/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes tags from a specified stack or layer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UntagResourceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UntagResourceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateAppCommand.ts b/clients/client-opsworks/commands/UpdateAppCommand.ts index ee8559567db5..865895e72724 100644 --- a/clients/client-opsworks/commands/UpdateAppCommand.ts +++ b/clients/client-opsworks/commands/UpdateAppCommand.ts @@ -25,7 +25,7 @@ export interface UpdateAppCommandOutput extends __MetadataBearer {} * more information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateAppCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateAppCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateElasticIpCommand.ts b/clients/client-opsworks/commands/UpdateElasticIpCommand.ts index 647189087ab9..b5e431c6046f 100644 --- a/clients/client-opsworks/commands/UpdateElasticIpCommand.ts +++ b/clients/client-opsworks/commands/UpdateElasticIpCommand.ts @@ -28,7 +28,7 @@ export interface UpdateElasticIpCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateInstanceCommand.ts b/clients/client-opsworks/commands/UpdateInstanceCommand.ts index 43d4c5e1697f..432ec98678b8 100644 --- a/clients/client-opsworks/commands/UpdateInstanceCommand.ts +++ b/clients/client-opsworks/commands/UpdateInstanceCommand.ts @@ -28,7 +28,7 @@ export interface UpdateInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateLayerCommand.ts b/clients/client-opsworks/commands/UpdateLayerCommand.ts index 21876c3eff21..efd24f5ff003 100644 --- a/clients/client-opsworks/commands/UpdateLayerCommand.ts +++ b/clients/client-opsworks/commands/UpdateLayerCommand.ts @@ -28,7 +28,7 @@ export interface UpdateLayerCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateLayerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateLayerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateMyUserProfileCommand.ts b/clients/client-opsworks/commands/UpdateMyUserProfileCommand.ts index 1a50cbfdd776..9686c929eaa4 100644 --- a/clients/client-opsworks/commands/UpdateMyUserProfileCommand.ts +++ b/clients/client-opsworks/commands/UpdateMyUserProfileCommand.ts @@ -28,7 +28,7 @@ export interface UpdateMyUserProfileCommandOutput extends __MetadataBearer {} * permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateMyUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateMyUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateRdsDbInstanceCommand.ts b/clients/client-opsworks/commands/UpdateRdsDbInstanceCommand.ts index 0d5d68976184..1ad5bea1961c 100644 --- a/clients/client-opsworks/commands/UpdateRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/commands/UpdateRdsDbInstanceCommand.ts @@ -28,7 +28,7 @@ export interface UpdateRdsDbInstanceCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateRdsDbInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateRdsDbInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateStackCommand.ts b/clients/client-opsworks/commands/UpdateStackCommand.ts index 1a23437b51d4..1b2763b6acb8 100644 --- a/clients/client-opsworks/commands/UpdateStackCommand.ts +++ b/clients/client-opsworks/commands/UpdateStackCommand.ts @@ -28,7 +28,7 @@ export interface UpdateStackCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateUserProfileCommand.ts b/clients/client-opsworks/commands/UpdateUserProfileCommand.ts index 3f027df7efd7..4c35a558706a 100644 --- a/clients/client-opsworks/commands/UpdateUserProfileCommand.ts +++ b/clients/client-opsworks/commands/UpdateUserProfileCommand.ts @@ -27,7 +27,7 @@ export interface UpdateUserProfileCommandOutput extends __MetadataBearer {} * that explicitly grants permissions. For more information about user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworks/commands/UpdateVolumeCommand.ts b/clients/client-opsworks/commands/UpdateVolumeCommand.ts index c90086d4c89c..a2d9a29fd9c0 100644 --- a/clients/client-opsworks/commands/UpdateVolumeCommand.ts +++ b/clients/client-opsworks/commands/UpdateVolumeCommand.ts @@ -28,7 +28,7 @@ export interface UpdateVolumeCommandOutput extends __MetadataBearer {} * information on user permissions, see Managing User * Permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksClient, UpdateVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import * // const { OpsWorksClient, UpdateVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/AssociateNodeCommand.ts b/clients/client-opsworkscm/commands/AssociateNodeCommand.ts index 790a12a6cf31..ba142f40ac96 100644 --- a/clients/client-opsworkscm/commands/AssociateNodeCommand.ts +++ b/clients/client-opsworkscm/commands/AssociateNodeCommand.ts @@ -39,7 +39,7 @@ export interface AssociateNodeCommandOutput extends AssociateNodeResponse, __Met * The AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the user data of a server's instance. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, AssociateNodeCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, AssociateNodeCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/CreateBackupCommand.ts b/clients/client-opsworkscm/commands/CreateBackupCommand.ts index 4208c28fb04c..b887b901c7a0 100644 --- a/clients/client-opsworkscm/commands/CreateBackupCommand.ts +++ b/clients/client-opsworkscm/commands/CreateBackupCommand.ts @@ -40,7 +40,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad * A ValidationException is thrown when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, CreateBackupCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, CreateBackupCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/CreateServerCommand.ts b/clients/client-opsworkscm/commands/CreateServerCommand.ts index 9736da0f7bba..0a1123360e4d 100644 --- a/clients/client-opsworkscm/commands/CreateServerCommand.ts +++ b/clients/client-opsworkscm/commands/CreateServerCommand.ts @@ -50,7 +50,7 @@ export interface CreateServerCommandOutput extends CreateServerResponse, __Metad *

To specify your own domain for a server, and provide your own self-signed or CA-signed certificate and private key, specify values for CustomDomain, * CustomCertificate, and CustomPrivateKey.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, CreateServerCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, CreateServerCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DeleteBackupCommand.ts b/clients/client-opsworkscm/commands/DeleteBackupCommand.ts index b2164c9bb372..8c96ce873165 100644 --- a/clients/client-opsworkscm/commands/DeleteBackupCommand.ts +++ b/clients/client-opsworkscm/commands/DeleteBackupCommand.ts @@ -30,7 +30,7 @@ export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __Metad * A ValidationException is thrown when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DeleteBackupCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DeleteBackupCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DeleteServerCommand.ts b/clients/client-opsworkscm/commands/DeleteServerCommand.ts index 079201cb6e30..f75c8bfb210c 100644 --- a/clients/client-opsworkscm/commands/DeleteServerCommand.ts +++ b/clients/client-opsworkscm/commands/DeleteServerCommand.ts @@ -38,7 +38,7 @@ export interface DeleteServerCommandOutput extends DeleteServerResponse, __Metad *

*

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DeleteServerCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DeleteServerCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DescribeAccountAttributesCommand.ts b/clients/client-opsworkscm/commands/DescribeAccountAttributesCommand.ts index 9077cfd7a315..fd233b49eec8 100644 --- a/clients/client-opsworkscm/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-opsworkscm/commands/DescribeAccountAttributesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA * This operation is synchronous. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DescribeBackupsCommand.ts b/clients/client-opsworkscm/commands/DescribeBackupsCommand.ts index bd1be8d9d84c..b6fb4aa040c9 100644 --- a/clients/client-opsworkscm/commands/DescribeBackupsCommand.ts +++ b/clients/client-opsworkscm/commands/DescribeBackupsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _ * A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DescribeBackupsCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DescribeBackupsCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DescribeEventsCommand.ts b/clients/client-opsworkscm/commands/DescribeEventsCommand.ts index 26d0d739b6fc..8ea6fd0982d7 100644 --- a/clients/client-opsworkscm/commands/DescribeEventsCommand.ts +++ b/clients/client-opsworkscm/commands/DescribeEventsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M * A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DescribeEventsCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DescribeEventsCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DescribeNodeAssociationStatusCommand.ts b/clients/client-opsworkscm/commands/DescribeNodeAssociationStatusCommand.ts index a33ccd089d0f..3a6d127d36b2 100644 --- a/clients/client-opsworkscm/commands/DescribeNodeAssociationStatusCommand.ts +++ b/clients/client-opsworkscm/commands/DescribeNodeAssociationStatusCommand.ts @@ -31,7 +31,7 @@ export interface DescribeNodeAssociationStatusCommandOutput * or when the server does not exist. A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DescribeNodeAssociationStatusCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DescribeNodeAssociationStatusCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DescribeServersCommand.ts b/clients/client-opsworkscm/commands/DescribeServersCommand.ts index a8e475b94b0f..a1f21ee52847 100644 --- a/clients/client-opsworkscm/commands/DescribeServersCommand.ts +++ b/clients/client-opsworkscm/commands/DescribeServersCommand.ts @@ -34,7 +34,7 @@ export interface DescribeServersCommandOutput extends DescribeServersResponse, _ * A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DescribeServersCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DescribeServersCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/DisassociateNodeCommand.ts b/clients/client-opsworkscm/commands/DisassociateNodeCommand.ts index 22950b67f7d4..16da018fdc94 100644 --- a/clients/client-opsworkscm/commands/DisassociateNodeCommand.ts +++ b/clients/client-opsworkscm/commands/DisassociateNodeCommand.ts @@ -30,7 +30,7 @@ export interface DisassociateNodeCommandOutput extends DisassociateNodeResponse, * A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, DisassociateNodeCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, DisassociateNodeCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/ExportServerEngineAttributeCommand.ts b/clients/client-opsworkscm/commands/ExportServerEngineAttributeCommand.ts index 58314dd522c0..6a4eec036877 100644 --- a/clients/client-opsworkscm/commands/ExportServerEngineAttributeCommand.ts +++ b/clients/client-opsworkscm/commands/ExportServerEngineAttributeCommand.ts @@ -36,7 +36,7 @@ export interface ExportServerEngineAttributeCommandOutput * FAILED or DELETING. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, ExportServerEngineAttributeCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, ExportServerEngineAttributeCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/ListTagsForResourceCommand.ts b/clients/client-opsworkscm/commands/ListTagsForResourceCommand.ts index d486d8f33652..ecef89c33f9e 100644 --- a/clients/client-opsworkscm/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opsworkscm/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or * AWS OpsWorks for Puppet Enterprise servers or backups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, ListTagsForResourceCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, ListTagsForResourceCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/RestoreServerCommand.ts b/clients/client-opsworkscm/commands/RestoreServerCommand.ts index 6c17c386e592..3f7f9eb62ebe 100644 --- a/clients/client-opsworkscm/commands/RestoreServerCommand.ts +++ b/clients/client-opsworkscm/commands/RestoreServerCommand.ts @@ -37,7 +37,7 @@ export interface RestoreServerCommandOutput extends RestoreServerResponse, __Met * when the server does not exist. A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, RestoreServerCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, RestoreServerCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/StartMaintenanceCommand.ts b/clients/client-opsworkscm/commands/StartMaintenanceCommand.ts index 81c8a4ecbd47..12afefd4fa31 100644 --- a/clients/client-opsworkscm/commands/StartMaintenanceCommand.ts +++ b/clients/client-opsworkscm/commands/StartMaintenanceCommand.ts @@ -30,7 +30,7 @@ export interface StartMaintenanceCommandOutput extends StartMaintenanceResponse, * A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, StartMaintenanceCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, StartMaintenanceCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/TagResourceCommand.ts b/clients/client-opsworkscm/commands/TagResourceCommand.ts index 769d346928d5..8c86e5713a65 100644 --- a/clients/client-opsworkscm/commands/TagResourceCommand.ts +++ b/clients/client-opsworkscm/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, TagResourceCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, TagResourceCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/UntagResourceCommand.ts b/clients/client-opsworkscm/commands/UntagResourceCommand.ts index 5b2da2609ea5..6dec782b3fc1 100644 --- a/clients/client-opsworkscm/commands/UntagResourceCommand.ts +++ b/clients/client-opsworkscm/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes specified tags from an AWS OpsWorks-CM server or backup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, UntagResourceCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, UntagResourceCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/UpdateServerCommand.ts b/clients/client-opsworkscm/commands/UpdateServerCommand.ts index 28dc9798d159..c50e63c88ec5 100644 --- a/clients/client-opsworkscm/commands/UpdateServerCommand.ts +++ b/clients/client-opsworkscm/commands/UpdateServerCommand.ts @@ -28,7 +28,7 @@ export interface UpdateServerCommandOutput extends UpdateServerResponse, __Metad * This operation is synchronous. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, UpdateServerCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, UpdateServerCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-opsworkscm/commands/UpdateServerEngineAttributesCommand.ts b/clients/client-opsworkscm/commands/UpdateServerEngineAttributesCommand.ts index c34e8446dcb3..4c3de4652e14 100644 --- a/clients/client-opsworkscm/commands/UpdateServerEngineAttributesCommand.ts +++ b/clients/client-opsworkscm/commands/UpdateServerEngineAttributesCommand.ts @@ -38,7 +38,7 @@ export interface UpdateServerEngineAttributesCommandOutput * A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OpsWorksCMClient, UpdateServerEngineAttributesCommand } from "@aws-sdk/client-opsworkscm"; // ES Modules import * // const { OpsWorksCMClient, UpdateServerEngineAttributesCommand } = require("@aws-sdk/client-opsworkscm"); // CommonJS import diff --git a/clients/client-organizations/commands/AcceptHandshakeCommand.ts b/clients/client-organizations/commands/AcceptHandshakeCommand.ts index b21be0e41f33..0e47f4b4cd30 100644 --- a/clients/client-organizations/commands/AcceptHandshakeCommand.ts +++ b/clients/client-organizations/commands/AcceptHandshakeCommand.ts @@ -52,7 +52,7 @@ export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, _ *

After you accept a handshake, it continues to appear in the results of relevant APIs * for only 30 days. After that, it's deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, AcceptHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, AcceptHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/AttachPolicyCommand.ts b/clients/client-organizations/commands/AttachPolicyCommand.ts index 5f287e012a9b..5e3fd7e42332 100644 --- a/clients/client-organizations/commands/AttachPolicyCommand.ts +++ b/clients/client-organizations/commands/AttachPolicyCommand.ts @@ -48,7 +48,7 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {} * *

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, AttachPolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, AttachPolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/CancelHandshakeCommand.ts b/clients/client-organizations/commands/CancelHandshakeCommand.ts index 89ebda709d39..f4a3eb4d4603 100644 --- a/clients/client-organizations/commands/CancelHandshakeCommand.ts +++ b/clients/client-organizations/commands/CancelHandshakeCommand.ts @@ -28,7 +28,7 @@ export interface CancelHandshakeCommandOutput extends CancelHandshakeResponse, _ *

After you cancel a handshake, it continues to appear in the results of relevant APIs * for only 30 days. After that, it's deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, CancelHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, CancelHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/CreateAccountCommand.ts b/clients/client-organizations/commands/CreateAccountCommand.ts index 350f7a05fef0..c4de96cb726d 100644 --- a/clients/client-organizations/commands/CreateAccountCommand.ts +++ b/clients/client-organizations/commands/CreateAccountCommand.ts @@ -100,7 +100,7 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met * Access to Your Billing Information and Tools.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, CreateAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, CreateAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/CreateGovCloudAccountCommand.ts b/clients/client-organizations/commands/CreateGovCloudAccountCommand.ts index 33774d3be26d..d1bad88d2552 100644 --- a/clients/client-organizations/commands/CreateGovCloudAccountCommand.ts +++ b/clients/client-organizations/commands/CreateGovCloudAccountCommand.ts @@ -156,7 +156,7 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun * Access to Your Billing Information and Tools.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, CreateGovCloudAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, CreateGovCloudAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/CreateOrganizationCommand.ts b/clients/client-organizations/commands/CreateOrganizationCommand.ts index af460dff98f3..6e98090c2724 100644 --- a/clients/client-organizations/commands/CreateOrganizationCommand.ts +++ b/clients/client-organizations/commands/CreateOrganizationCommand.ts @@ -33,7 +33,7 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo * parameter to CONSOLIDATED_BILLING", no policy types are enabled by default, * and you can't use organization policies

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, CreateOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, CreateOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/CreateOrganizationalUnitCommand.ts b/clients/client-organizations/commands/CreateOrganizationalUnitCommand.ts index 72400150114d..afe7eefb1479 100644 --- a/clients/client-organizations/commands/CreateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/commands/CreateOrganizationalUnitCommand.ts @@ -33,7 +33,7 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio * organizations:TagResource permission.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, CreateOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, CreateOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/CreatePolicyCommand.ts b/clients/client-organizations/commands/CreatePolicyCommand.ts index 4f9b172faf6b..22d26716875f 100644 --- a/clients/client-organizations/commands/CreatePolicyCommand.ts +++ b/clients/client-organizations/commands/CreatePolicyCommand.ts @@ -29,7 +29,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad * organizations:TagResource permission.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, CreatePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, CreatePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DeclineHandshakeCommand.ts b/clients/client-organizations/commands/DeclineHandshakeCommand.ts index 896d63fb2952..6c83ffb18738 100644 --- a/clients/client-organizations/commands/DeclineHandshakeCommand.ts +++ b/clients/client-organizations/commands/DeclineHandshakeCommand.ts @@ -29,7 +29,7 @@ export interface DeclineHandshakeCommandOutput extends DeclineHandshakeResponse, *

After you decline a handshake, it continues to appear in the results of relevant APIs * for only 30 days. After that, it's deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DeclineHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DeclineHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DeleteOrganizationCommand.ts b/clients/client-organizations/commands/DeleteOrganizationCommand.ts index 5e89d0d336f2..2995b7b45663 100644 --- a/clients/client-organizations/commands/DeleteOrganizationCommand.ts +++ b/clients/client-organizations/commands/DeleteOrganizationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteOrganizationCommandOutput extends __MetadataBearer {} *

Deletes the organization. You can delete an organization only by using credentials * from the management account. The organization must be empty of member accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DeleteOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DeleteOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DeleteOrganizationalUnitCommand.ts b/clients/client-organizations/commands/DeleteOrganizationalUnitCommand.ts index f5a536fdd669..02467006ca10 100644 --- a/clients/client-organizations/commands/DeleteOrganizationalUnitCommand.ts +++ b/clients/client-organizations/commands/DeleteOrganizationalUnitCommand.ts @@ -25,7 +25,7 @@ export interface DeleteOrganizationalUnitCommandOutput extends __MetadataBearer * all accounts and child OUs from the OU that you want to delete.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DeleteOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DeleteOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DeletePolicyCommand.ts b/clients/client-organizations/commands/DeletePolicyCommand.ts index 9c1c750e185b..f966e6c3a5b7 100644 --- a/clients/client-organizations/commands/DeletePolicyCommand.ts +++ b/clients/client-organizations/commands/DeletePolicyCommand.ts @@ -26,7 +26,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {} * and accounts.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DeletePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DeletePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DeregisterDelegatedAdministratorCommand.ts b/clients/client-organizations/commands/DeregisterDelegatedAdministratorCommand.ts index f917fdbe024e..517e9e2a633a 100644 --- a/clients/client-organizations/commands/DeregisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/commands/DeregisterDelegatedAdministratorCommand.ts @@ -36,7 +36,7 @@ export interface DeregisterDelegatedAdministratorCommandOutput extends __Metadat *

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DeregisterDelegatedAdministratorCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DeregisterDelegatedAdministratorCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DescribeAccountCommand.ts b/clients/client-organizations/commands/DescribeAccountCommand.ts index 4a153a0d788f..a7219ec4bbdb 100644 --- a/clients/client-organizations/commands/DescribeAccountCommand.ts +++ b/clients/client-organizations/commands/DescribeAccountCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResponse, _ *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DescribeAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DescribeAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DescribeCreateAccountStatusCommand.ts b/clients/client-organizations/commands/DescribeCreateAccountStatusCommand.ts index e0709e343e09..6a337f25f887 100644 --- a/clients/client-organizations/commands/DescribeCreateAccountStatusCommand.ts +++ b/clients/client-organizations/commands/DescribeCreateAccountStatusCommand.ts @@ -27,7 +27,7 @@ export interface DescribeCreateAccountStatusCommandOutput *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DescribeCreateAccountStatusCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DescribeCreateAccountStatusCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DescribeEffectivePolicyCommand.ts b/clients/client-organizations/commands/DescribeEffectivePolicyCommand.ts index 5dd411242bb8..9d729d722fa2 100644 --- a/clients/client-organizations/commands/DescribeEffectivePolicyCommand.ts +++ b/clients/client-organizations/commands/DescribeEffectivePolicyCommand.ts @@ -32,7 +32,7 @@ export interface DescribeEffectivePolicyCommandOutput extends DescribeEffectiveP *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DescribeEffectivePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DescribeEffectivePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DescribeHandshakeCommand.ts b/clients/client-organizations/commands/DescribeHandshakeCommand.ts index 7cc37b3f40ec..ba14b6bfe375 100644 --- a/clients/client-organizations/commands/DescribeHandshakeCommand.ts +++ b/clients/client-organizations/commands/DescribeHandshakeCommand.ts @@ -29,7 +29,7 @@ export interface DescribeHandshakeCommandOutput extends DescribeHandshakeRespons * deleted and no longer accessible.

*

This operation can be called from any account in the organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DescribeHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DescribeHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DescribeOrganizationCommand.ts b/clients/client-organizations/commands/DescribeOrganizationCommand.ts index 3d338425e1ec..8f17fbe04e98 100644 --- a/clients/client-organizations/commands/DescribeOrganizationCommand.ts +++ b/clients/client-organizations/commands/DescribeOrganizationCommand.ts @@ -30,7 +30,7 @@ export interface DescribeOrganizationCommandOutput extends DescribeOrganizationR * root.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DescribeOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DescribeOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DescribeOrganizationalUnitCommand.ts b/clients/client-organizations/commands/DescribeOrganizationalUnitCommand.ts index 034da16c11e0..34a84adacd1b 100644 --- a/clients/client-organizations/commands/DescribeOrganizationalUnitCommand.ts +++ b/clients/client-organizations/commands/DescribeOrganizationalUnitCommand.ts @@ -25,7 +25,7 @@ export interface DescribeOrganizationalUnitCommandOutput extends DescribeOrganiz *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DescribeOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DescribeOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DescribePolicyCommand.ts b/clients/client-organizations/commands/DescribePolicyCommand.ts index 18e258d31689..7c92a3095f79 100644 --- a/clients/client-organizations/commands/DescribePolicyCommand.ts +++ b/clients/client-organizations/commands/DescribePolicyCommand.ts @@ -25,7 +25,7 @@ export interface DescribePolicyCommandOutput extends DescribePolicyResponse, __M *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DescribePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DescribePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DetachPolicyCommand.ts b/clients/client-organizations/commands/DetachPolicyCommand.ts index 44e606c45bf9..bdafef3d4c95 100644 --- a/clients/client-organizations/commands/DetachPolicyCommand.ts +++ b/clients/client-organizations/commands/DetachPolicyCommand.ts @@ -37,7 +37,7 @@ export interface DetachPolicyCommandOutput extends __MetadataBearer {} * authorization strategy of a "deny list".

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DetachPolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DetachPolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DisableAWSServiceAccessCommand.ts b/clients/client-organizations/commands/DisableAWSServiceAccessCommand.ts index 74a2207014ac..3640b88953a0 100644 --- a/clients/client-organizations/commands/DisableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/commands/DisableAWSServiceAccessCommand.ts @@ -78,7 +78,7 @@ export interface DisableAWSServiceAccessCommandOutput extends __MetadataBearer { *

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DisableAWSServiceAccessCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DisableAWSServiceAccessCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/DisablePolicyTypeCommand.ts b/clients/client-organizations/commands/DisablePolicyTypeCommand.ts index 6bbe0f4f2c94..4c3bb8483223 100644 --- a/clients/client-organizations/commands/DisablePolicyTypeCommand.ts +++ b/clients/client-organizations/commands/DisablePolicyTypeCommand.ts @@ -33,7 +33,7 @@ export interface DisablePolicyTypeCommandOutput extends DisablePolicyTypeRespons *

This operation can be called only from the organization's management account.

*

To view the status of available policy types in the organization, use DescribeOrganization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, DisablePolicyTypeCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, DisablePolicyTypeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/EnableAWSServiceAccessCommand.ts b/clients/client-organizations/commands/EnableAWSServiceAccessCommand.ts index a47781897e8d..db39d93732b6 100644 --- a/clients/client-organizations/commands/EnableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/commands/EnableAWSServiceAccessCommand.ts @@ -41,7 +41,7 @@ export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {} * if the organization has enabled all * features.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, EnableAWSServiceAccessCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, EnableAWSServiceAccessCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/EnableAllFeaturesCommand.ts b/clients/client-organizations/commands/EnableAllFeaturesCommand.ts index 6313c2cc4cc3..bf380d444817 100644 --- a/clients/client-organizations/commands/EnableAllFeaturesCommand.ts +++ b/clients/client-organizations/commands/EnableAllFeaturesCommand.ts @@ -48,7 +48,7 @@ export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesRespons * administrators are aware of this.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, EnableAllFeaturesCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, EnableAllFeaturesCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/EnablePolicyTypeCommand.ts b/clients/client-organizations/commands/EnablePolicyTypeCommand.ts index 9a86ee63fad0..98ab011dc83b 100644 --- a/clients/client-organizations/commands/EnablePolicyTypeCommand.ts +++ b/clients/client-organizations/commands/EnablePolicyTypeCommand.ts @@ -33,7 +33,7 @@ export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse, * organization. To view the status of available policy types in the organization, use * DescribeOrganization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, EnablePolicyTypeCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, EnablePolicyTypeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/InviteAccountToOrganizationCommand.ts b/clients/client-organizations/commands/InviteAccountToOrganizationCommand.ts index 8a51a34fee1c..59fb00ecb673 100644 --- a/clients/client-organizations/commands/InviteAccountToOrganizationCommand.ts +++ b/clients/client-organizations/commands/InviteAccountToOrganizationCommand.ts @@ -50,7 +50,7 @@ export interface InviteAccountToOrganizationCommandOutput * organizations:TagResource permission.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, InviteAccountToOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, InviteAccountToOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/LeaveOrganizationCommand.ts b/clients/client-organizations/commands/LeaveOrganizationCommand.ts index 28609c436848..6d02fe96b240 100644 --- a/clients/client-organizations/commands/LeaveOrganizationCommand.ts +++ b/clients/client-organizations/commands/LeaveOrganizationCommand.ts @@ -86,7 +86,7 @@ export interface LeaveOrganizationCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, LeaveOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, LeaveOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListAWSServiceAccessForOrganizationCommand.ts b/clients/client-organizations/commands/ListAWSServiceAccessForOrganizationCommand.ts index 9429984345f2..7bb140928e52 100644 --- a/clients/client-organizations/commands/ListAWSServiceAccessForOrganizationCommand.ts +++ b/clients/client-organizations/commands/ListAWSServiceAccessForOrganizationCommand.ts @@ -36,7 +36,7 @@ export interface ListAWSServiceAccessForOrganizationCommandOutput *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListAWSServiceAccessForOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListAWSServiceAccessForOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListAccountsCommand.ts b/clients/client-organizations/commands/ListAccountsCommand.ts index 1e6ec5737390..4921663136e6 100644 --- a/clients/client-organizations/commands/ListAccountsCommand.ts +++ b/clients/client-organizations/commands/ListAccountsCommand.ts @@ -34,7 +34,7 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListAccountsCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListAccountsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListAccountsForParentCommand.ts b/clients/client-organizations/commands/ListAccountsForParentCommand.ts index a95854a9218c..13e3abae985e 100644 --- a/clients/client-organizations/commands/ListAccountsForParentCommand.ts +++ b/clients/client-organizations/commands/ListAccountsForParentCommand.ts @@ -37,7 +37,7 @@ export interface ListAccountsForParentCommandOutput extends ListAccountsForParen *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListAccountsForParentCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListAccountsForParentCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListChildrenCommand.ts b/clients/client-organizations/commands/ListChildrenCommand.ts index 188895d031d9..01f01f9ab348 100644 --- a/clients/client-organizations/commands/ListChildrenCommand.ts +++ b/clients/client-organizations/commands/ListChildrenCommand.ts @@ -35,7 +35,7 @@ export interface ListChildrenCommandOutput extends ListChildrenResponse, __Metad *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListChildrenCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListChildrenCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListCreateAccountStatusCommand.ts b/clients/client-organizations/commands/ListCreateAccountStatusCommand.ts index 67bbbd0155d2..683cd7067ae6 100644 --- a/clients/client-organizations/commands/ListCreateAccountStatusCommand.ts +++ b/clients/client-organizations/commands/ListCreateAccountStatusCommand.ts @@ -34,7 +34,7 @@ export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountS *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListCreateAccountStatusCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListCreateAccountStatusCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListDelegatedAdministratorsCommand.ts b/clients/client-organizations/commands/ListDelegatedAdministratorsCommand.ts index f0c36cdeea95..44c43c4fc05e 100644 --- a/clients/client-organizations/commands/ListDelegatedAdministratorsCommand.ts +++ b/clients/client-organizations/commands/ListDelegatedAdministratorsCommand.ts @@ -28,7 +28,7 @@ export interface ListDelegatedAdministratorsCommandOutput *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListDelegatedAdministratorsCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListDelegatedAdministratorsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListDelegatedServicesForAccountCommand.ts b/clients/client-organizations/commands/ListDelegatedServicesForAccountCommand.ts index 57f68031a9b1..ceac485d0daa 100644 --- a/clients/client-organizations/commands/ListDelegatedServicesForAccountCommand.ts +++ b/clients/client-organizations/commands/ListDelegatedServicesForAccountCommand.ts @@ -28,7 +28,7 @@ export interface ListDelegatedServicesForAccountCommandOutput *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListDelegatedServicesForAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListDelegatedServicesForAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListHandshakesForAccountCommand.ts b/clients/client-organizations/commands/ListHandshakesForAccountCommand.ts index d518f4bed822..d66b3c4afbd2 100644 --- a/clients/client-organizations/commands/ListHandshakesForAccountCommand.ts +++ b/clients/client-organizations/commands/ListHandshakesForAccountCommand.ts @@ -36,7 +36,7 @@ export interface ListHandshakesForAccountCommandOutput extends ListHandshakesFor * *

This operation can be called from any account in the organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListHandshakesForAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListHandshakesForAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListHandshakesForOrganizationCommand.ts b/clients/client-organizations/commands/ListHandshakesForOrganizationCommand.ts index 21cad777235f..29cc16bfb3e3 100644 --- a/clients/client-organizations/commands/ListHandshakesForOrganizationCommand.ts +++ b/clients/client-organizations/commands/ListHandshakesForOrganizationCommand.ts @@ -41,7 +41,7 @@ export interface ListHandshakesForOrganizationCommandOutput *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListHandshakesForOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListHandshakesForOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListOrganizationalUnitsForParentCommand.ts b/clients/client-organizations/commands/ListOrganizationalUnitsForParentCommand.ts index a817b9cbc810..96d4f5119d51 100644 --- a/clients/client-organizations/commands/ListOrganizationalUnitsForParentCommand.ts +++ b/clients/client-organizations/commands/ListOrganizationalUnitsForParentCommand.ts @@ -35,7 +35,7 @@ export interface ListOrganizationalUnitsForParentCommandOutput *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListOrganizationalUnitsForParentCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListOrganizationalUnitsForParentCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListParentsCommand.ts b/clients/client-organizations/commands/ListParentsCommand.ts index c3321d601a70..f437dea25407 100644 --- a/clients/client-organizations/commands/ListParentsCommand.ts +++ b/clients/client-organizations/commands/ListParentsCommand.ts @@ -38,7 +38,7 @@ export interface ListParentsCommandOutput extends ListParentsResponse, __Metadat *

In the current release, a child can have only a single parent.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListParentsCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListParentsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListPoliciesCommand.ts b/clients/client-organizations/commands/ListPoliciesCommand.ts index f1a76dce52b9..ad7bcf35e20b 100644 --- a/clients/client-organizations/commands/ListPoliciesCommand.ts +++ b/clients/client-organizations/commands/ListPoliciesCommand.ts @@ -33,7 +33,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListPoliciesCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListPoliciesCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListPoliciesForTargetCommand.ts b/clients/client-organizations/commands/ListPoliciesForTargetCommand.ts index ab85b9adaee9..3a378381321f 100644 --- a/clients/client-organizations/commands/ListPoliciesForTargetCommand.ts +++ b/clients/client-organizations/commands/ListPoliciesForTargetCommand.ts @@ -35,7 +35,7 @@ export interface ListPoliciesForTargetCommandOutput extends ListPoliciesForTarge *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListPoliciesForTargetCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListPoliciesForTargetCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListRootsCommand.ts b/clients/client-organizations/commands/ListRootsCommand.ts index 1019db524043..ad47aeed0ec4 100644 --- a/clients/client-organizations/commands/ListRootsCommand.ts +++ b/clients/client-organizations/commands/ListRootsCommand.ts @@ -37,7 +37,7 @@ export interface ListRootsCommandOutput extends ListRootsResponse, __MetadataBea * organization, use DescribeOrganization.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListRootsCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListRootsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListTagsForResourceCommand.ts b/clients/client-organizations/commands/ListTagsForResourceCommand.ts index b1b5b262323b..d17acdd92a23 100644 --- a/clients/client-organizations/commands/ListTagsForResourceCommand.ts +++ b/clients/client-organizations/commands/ListTagsForResourceCommand.ts @@ -40,7 +40,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListTagsForResourceCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/ListTargetsForPolicyCommand.ts b/clients/client-organizations/commands/ListTargetsForPolicyCommand.ts index a14e9e3eaeb2..5eb095a63d47 100644 --- a/clients/client-organizations/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-organizations/commands/ListTargetsForPolicyCommand.ts @@ -34,7 +34,7 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR *

This operation can be called only from the organization's * management account or by a member account that is a delegated administrator for an AWS service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, ListTargetsForPolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, ListTargetsForPolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/MoveAccountCommand.ts b/clients/client-organizations/commands/MoveAccountCommand.ts index c5c356c50942..2cb4df5652f2 100644 --- a/clients/client-organizations/commands/MoveAccountCommand.ts +++ b/clients/client-organizations/commands/MoveAccountCommand.ts @@ -25,7 +25,7 @@ export interface MoveAccountCommandOutput extends __MetadataBearer {} * the specified destination parent root or OU.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, MoveAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, MoveAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/RegisterDelegatedAdministratorCommand.ts b/clients/client-organizations/commands/RegisterDelegatedAdministratorCommand.ts index ceaa67f657b0..54134c6f192d 100644 --- a/clients/client-organizations/commands/RegisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/commands/RegisterDelegatedAdministratorCommand.ts @@ -31,7 +31,7 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB *

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, RegisterDelegatedAdministratorCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, RegisterDelegatedAdministratorCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/RemoveAccountFromOrganizationCommand.ts b/clients/client-organizations/commands/RemoveAccountFromOrganizationCommand.ts index 7915c7bb773c..561e40860742 100644 --- a/clients/client-organizations/commands/RemoveAccountFromOrganizationCommand.ts +++ b/clients/client-organizations/commands/RemoveAccountFromOrganizationCommand.ts @@ -60,7 +60,7 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, RemoveAccountFromOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, RemoveAccountFromOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/TagResourceCommand.ts b/clients/client-organizations/commands/TagResourceCommand.ts index a95414b24f29..73fca341542a 100644 --- a/clients/client-organizations/commands/TagResourceCommand.ts +++ b/clients/client-organizations/commands/TagResourceCommand.ts @@ -39,7 +39,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * *

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, TagResourceCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, TagResourceCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/UntagResourceCommand.ts b/clients/client-organizations/commands/UntagResourceCommand.ts index 8490c086d9f1..b744c1ec6cf4 100644 --- a/clients/client-organizations/commands/UntagResourceCommand.ts +++ b/clients/client-organizations/commands/UntagResourceCommand.ts @@ -39,7 +39,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} * *

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, UntagResourceCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, UntagResourceCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/UpdateOrganizationalUnitCommand.ts b/clients/client-organizations/commands/UpdateOrganizationalUnitCommand.ts index 2c3934717537..8e6c4f682604 100644 --- a/clients/client-organizations/commands/UpdateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/commands/UpdateOrganizationalUnitCommand.ts @@ -26,7 +26,7 @@ export interface UpdateOrganizationalUnitCommandOutput extends UpdateOrganizatio * attached.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, UpdateOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, UpdateOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-organizations/commands/UpdatePolicyCommand.ts b/clients/client-organizations/commands/UpdatePolicyCommand.ts index 08f14bc0a5b7..eac1389064dd 100644 --- a/clients/client-organizations/commands/UpdatePolicyCommand.ts +++ b/clients/client-organizations/commands/UpdatePolicyCommand.ts @@ -26,7 +26,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyResponse, __Metad * type.

*

This operation can be called only from the organization's management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OrganizationsClient, UpdatePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import * // const { OrganizationsClient, UpdatePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import diff --git a/clients/client-outposts/commands/CreateOutpostCommand.ts b/clients/client-outposts/commands/CreateOutpostCommand.ts index d83cff1fb212..495c2deef4d2 100644 --- a/clients/client-outposts/commands/CreateOutpostCommand.ts +++ b/clients/client-outposts/commands/CreateOutpostCommand.ts @@ -23,7 +23,7 @@ export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __Metad /** *

Creates an Outpost.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, CreateOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, CreateOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/DeleteOutpostCommand.ts b/clients/client-outposts/commands/DeleteOutpostCommand.ts index 38428386e58d..04a678e213e0 100644 --- a/clients/client-outposts/commands/DeleteOutpostCommand.ts +++ b/clients/client-outposts/commands/DeleteOutpostCommand.ts @@ -23,7 +23,7 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad /** *

Deletes the Outpost.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, DeleteOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, DeleteOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/DeleteSiteCommand.ts b/clients/client-outposts/commands/DeleteSiteCommand.ts index af47e006079f..571c8b8a4221 100644 --- a/clients/client-outposts/commands/DeleteSiteCommand.ts +++ b/clients/client-outposts/commands/DeleteSiteCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea /** *

Deletes the site.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, DeleteSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, DeleteSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/GetOutpostCommand.ts b/clients/client-outposts/commands/GetOutpostCommand.ts index a24e05cba413..2ca9ff190247 100644 --- a/clients/client-outposts/commands/GetOutpostCommand.ts +++ b/clients/client-outposts/commands/GetOutpostCommand.ts @@ -23,7 +23,7 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea /** *

Gets information about the specified Outpost.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, GetOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, GetOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/GetOutpostInstanceTypesCommand.ts b/clients/client-outposts/commands/GetOutpostInstanceTypesCommand.ts index 24729f4d534d..8933070992c8 100644 --- a/clients/client-outposts/commands/GetOutpostInstanceTypesCommand.ts +++ b/clients/client-outposts/commands/GetOutpostInstanceTypesCommand.ts @@ -23,7 +23,7 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance /** *

Lists the instance types for the specified Outpost.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, GetOutpostInstanceTypesCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, GetOutpostInstanceTypesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/ListOutpostsCommand.ts b/clients/client-outposts/commands/ListOutpostsCommand.ts index 03430c9b9071..25c7405a49b1 100644 --- a/clients/client-outposts/commands/ListOutpostsCommand.ts +++ b/clients/client-outposts/commands/ListOutpostsCommand.ts @@ -23,7 +23,7 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat /** *

List the Outposts for your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, ListOutpostsCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, ListOutpostsCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/ListSitesCommand.ts b/clients/client-outposts/commands/ListSitesCommand.ts index 5c9d648d7032..4f20c2bf0286 100644 --- a/clients/client-outposts/commands/ListSitesCommand.ts +++ b/clients/client-outposts/commands/ListSitesCommand.ts @@ -23,7 +23,7 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare /** *

Lists the sites for the specified AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, ListSitesCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, ListSitesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/ListTagsForResourceCommand.ts b/clients/client-outposts/commands/ListTagsForResourceCommand.ts index dd75c09a35b1..23d35bb57675 100644 --- a/clients/client-outposts/commands/ListTagsForResourceCommand.ts +++ b/clients/client-outposts/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, ListTagsForResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/TagResourceCommand.ts b/clients/client-outposts/commands/TagResourceCommand.ts index 5d38c411ae46..a87c88fcead6 100644 --- a/clients/client-outposts/commands/TagResourceCommand.ts +++ b/clients/client-outposts/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds tags to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, TagResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, TagResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-outposts/commands/UntagResourceCommand.ts b/clients/client-outposts/commands/UntagResourceCommand.ts index a876c2a9d9c3..37aa7439ddc0 100644 --- a/clients/client-outposts/commands/UntagResourceCommand.ts +++ b/clients/client-outposts/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { OutpostsClient, UntagResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import * // const { OutpostsClient, UntagResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import diff --git a/clients/client-personalize-events/commands/PutEventsCommand.ts b/clients/client-personalize-events/commands/PutEventsCommand.ts index 5d2fcd6effc6..7310dacc7ed5 100644 --- a/clients/client-personalize-events/commands/PutEventsCommand.ts +++ b/clients/client-personalize-events/commands/PutEventsCommand.ts @@ -28,7 +28,7 @@ export interface PutEventsCommandOutput extends __MetadataBearer {} *

Records user interaction event data. For more information see * Recording Events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeEventsClient, PutEventsCommand } from "@aws-sdk/client-personalize-events"; // ES Modules import * // const { PersonalizeEventsClient, PutEventsCommand } = require("@aws-sdk/client-personalize-events"); // CommonJS import diff --git a/clients/client-personalize-events/commands/PutItemsCommand.ts b/clients/client-personalize-events/commands/PutItemsCommand.ts index 5761e6a4fb79..0a4e8ed98724 100644 --- a/clients/client-personalize-events/commands/PutItemsCommand.ts +++ b/clients/client-personalize-events/commands/PutItemsCommand.ts @@ -29,7 +29,7 @@ export interface PutItemsCommandOutput extends __MetadataBearer {} * Importing Items Incrementally. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeEventsClient, PutItemsCommand } from "@aws-sdk/client-personalize-events"; // ES Modules import * // const { PersonalizeEventsClient, PutItemsCommand } = require("@aws-sdk/client-personalize-events"); // CommonJS import diff --git a/clients/client-personalize-events/commands/PutUsersCommand.ts b/clients/client-personalize-events/commands/PutUsersCommand.ts index 5037c1cf1921..f6d3428ac3f3 100644 --- a/clients/client-personalize-events/commands/PutUsersCommand.ts +++ b/clients/client-personalize-events/commands/PutUsersCommand.ts @@ -28,7 +28,7 @@ export interface PutUsersCommandOutput extends __MetadataBearer {} *

Adds one or more users to a Users dataset. For more information see * Importing Users Incrementally.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeEventsClient, PutUsersCommand } from "@aws-sdk/client-personalize-events"; // ES Modules import * // const { PersonalizeEventsClient, PutUsersCommand } = require("@aws-sdk/client-personalize-events"); // CommonJS import diff --git a/clients/client-personalize-runtime/commands/GetPersonalizedRankingCommand.ts b/clients/client-personalize-runtime/commands/GetPersonalizedRankingCommand.ts index f5248fc1d229..a99c20fe4929 100644 --- a/clients/client-personalize-runtime/commands/GetPersonalizedRankingCommand.ts +++ b/clients/client-personalize-runtime/commands/GetPersonalizedRankingCommand.ts @@ -32,7 +32,7 @@ export interface GetPersonalizedRankingCommandOutput extends GetPersonalizedRank * PERSONALIZED_RANKING.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeRuntimeClient, GetPersonalizedRankingCommand } from "@aws-sdk/client-personalize-runtime"; // ES Modules import * // const { PersonalizeRuntimeClient, GetPersonalizedRankingCommand } = require("@aws-sdk/client-personalize-runtime"); // CommonJS import diff --git a/clients/client-personalize-runtime/commands/GetRecommendationsCommand.ts b/clients/client-personalize-runtime/commands/GetRecommendationsCommand.ts index 2b549cf75762..bd442bde47a7 100644 --- a/clients/client-personalize-runtime/commands/GetRecommendationsCommand.ts +++ b/clients/client-personalize-runtime/commands/GetRecommendationsCommand.ts @@ -41,7 +41,7 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo * PERSONALIZED_RANKING use the API.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeRuntimeClient, GetRecommendationsCommand } from "@aws-sdk/client-personalize-runtime"; // ES Modules import * // const { PersonalizeRuntimeClient, GetRecommendationsCommand } = require("@aws-sdk/client-personalize-runtime"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateBatchInferenceJobCommand.ts b/clients/client-personalize/commands/CreateBatchInferenceJobCommand.ts index 8c52d3872c29..6fb8528cccf3 100644 --- a/clients/client-personalize/commands/CreateBatchInferenceJobCommand.ts +++ b/clients/client-personalize/commands/CreateBatchInferenceJobCommand.ts @@ -24,7 +24,7 @@ export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferen *

Creates a batch inference job. The operation can handle up to 50 million records and the * input file must be in JSON format. For more information, see recommendations-batch.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateCampaignCommand.ts b/clients/client-personalize/commands/CreateCampaignCommand.ts index e8ac7887c291..420597638d3d 100644 --- a/clients/client-personalize/commands/CreateCampaignCommand.ts +++ b/clients/client-personalize/commands/CreateCampaignCommand.ts @@ -93,7 +93,7 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateDatasetCommand.ts b/clients/client-personalize/commands/CreateDatasetCommand.ts index 54c84fc71fea..f74bf93966a7 100644 --- a/clients/client-personalize/commands/CreateDatasetCommand.ts +++ b/clients/client-personalize/commands/CreateDatasetCommand.ts @@ -73,7 +73,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateDatasetExportJobCommand.ts b/clients/client-personalize/commands/CreateDatasetExportJobCommand.ts index d669dd27f90a..9a1e00d56f8a 100644 --- a/clients/client-personalize/commands/CreateDatasetExportJobCommand.ts +++ b/clients/client-personalize/commands/CreateDatasetExportJobCommand.ts @@ -44,7 +44,7 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport * includes a failureReason key, which describes why the job failed. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateDatasetGroupCommand.ts b/clients/client-personalize/commands/CreateDatasetGroupCommand.ts index 821f31dd5e2a..524390c7711a 100644 --- a/clients/client-personalize/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-personalize/commands/CreateDatasetGroupCommand.ts @@ -98,7 +98,7 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateDatasetImportJobCommand.ts b/clients/client-personalize/commands/CreateDatasetImportJobCommand.ts index 281c237f7669..927db5f1e1b8 100644 --- a/clients/client-personalize/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-personalize/commands/CreateDatasetImportJobCommand.ts @@ -64,7 +64,7 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateEventTrackerCommand.ts b/clients/client-personalize/commands/CreateEventTrackerCommand.ts index c32f24a06cff..5b588da2735d 100644 --- a/clients/client-personalize/commands/CreateEventTrackerCommand.ts +++ b/clients/client-personalize/commands/CreateEventTrackerCommand.ts @@ -68,7 +68,7 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateFilterCommand.ts b/clients/client-personalize/commands/CreateFilterCommand.ts index 1701e5a142fc..216f85759c9c 100644 --- a/clients/client-personalize/commands/CreateFilterCommand.ts +++ b/clients/client-personalize/commands/CreateFilterCommand.ts @@ -23,7 +23,7 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad /** *

Creates a recommendation filter. For more information, see filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateSchemaCommand.ts b/clients/client-personalize/commands/CreateSchemaCommand.ts index 117eaecab316..340382039c7d 100644 --- a/clients/client-personalize/commands/CreateSchemaCommand.ts +++ b/clients/client-personalize/commands/CreateSchemaCommand.ts @@ -48,7 +48,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateSolutionCommand.ts b/clients/client-personalize/commands/CreateSolutionCommand.ts index 0e02b9d4754f..6473cbefc872 100644 --- a/clients/client-personalize/commands/CreateSolutionCommand.ts +++ b/clients/client-personalize/commands/CreateSolutionCommand.ts @@ -95,7 +95,7 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/CreateSolutionVersionCommand.ts b/clients/client-personalize/commands/CreateSolutionVersionCommand.ts index 85b2ff377d38..949969a8b12f 100644 --- a/clients/client-personalize/commands/CreateSolutionVersionCommand.ts +++ b/clients/client-personalize/commands/CreateSolutionVersionCommand.ts @@ -75,7 +75,7 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, CreateSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, CreateSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DeleteCampaignCommand.ts b/clients/client-personalize/commands/DeleteCampaignCommand.ts index 3445937f4ec4..92c83c49d484 100644 --- a/clients/client-personalize/commands/DeleteCampaignCommand.ts +++ b/clients/client-personalize/commands/DeleteCampaignCommand.ts @@ -28,7 +28,7 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {} * request. * For more information on campaigns, see CreateCampaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DeleteCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DeleteCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DeleteDatasetCommand.ts b/clients/client-personalize/commands/DeleteDatasetCommand.ts index 246c0b32f9b6..fd0b85bdaed9 100644 --- a/clients/client-personalize/commands/DeleteDatasetCommand.ts +++ b/clients/client-personalize/commands/DeleteDatasetCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {} * DatasetImportJob or SolutionVersion is in the CREATE PENDING or IN * PROGRESS state. For more information on datasets, see CreateDataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DeleteDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DeleteDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DeleteDatasetGroupCommand.ts b/clients/client-personalize/commands/DeleteDatasetGroupCommand.ts index 5119a81052eb..a108717f983d 100644 --- a/clients/client-personalize/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-personalize/commands/DeleteDatasetGroupCommand.ts @@ -35,7 +35,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DeleteDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DeleteDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DeleteEventTrackerCommand.ts b/clients/client-personalize/commands/DeleteEventTrackerCommand.ts index 2eb11675ba36..e5c5a703cf44 100644 --- a/clients/client-personalize/commands/DeleteEventTrackerCommand.ts +++ b/clients/client-personalize/commands/DeleteEventTrackerCommand.ts @@ -25,7 +25,7 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {} * the associated dataset group. For more * information on event trackers, see CreateEventTracker.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DeleteEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DeleteEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DeleteFilterCommand.ts b/clients/client-personalize/commands/DeleteFilterCommand.ts index 10841020da6d..166977d982a2 100644 --- a/clients/client-personalize/commands/DeleteFilterCommand.ts +++ b/clients/client-personalize/commands/DeleteFilterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {} /** *

Deletes a filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DeleteFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DeleteFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DeleteSchemaCommand.ts b/clients/client-personalize/commands/DeleteSchemaCommand.ts index 09048d6778a8..78f9607ad928 100644 --- a/clients/client-personalize/commands/DeleteSchemaCommand.ts +++ b/clients/client-personalize/commands/DeleteSchemaCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {} * datasets referencing the schema. For more information on schemas, see * CreateSchema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DeleteSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DeleteSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DeleteSolutionCommand.ts b/clients/client-personalize/commands/DeleteSolutionCommand.ts index 23297dbf5ffe..1fe62d29806b 100644 --- a/clients/client-personalize/commands/DeleteSolutionCommand.ts +++ b/clients/client-personalize/commands/DeleteSolutionCommand.ts @@ -29,7 +29,7 @@ export interface DeleteSolutionCommandOutput extends __MetadataBearer {} * CREATE PENDING or IN PROGRESS state. * For more information on solutions, see CreateSolution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DeleteSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DeleteSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeAlgorithmCommand.ts b/clients/client-personalize/commands/DescribeAlgorithmCommand.ts index f56c3b7c1bdb..91590380c2e9 100644 --- a/clients/client-personalize/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-personalize/commands/DescribeAlgorithmCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons /** *

Describes the given algorithm.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeAlgorithmCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeAlgorithmCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeBatchInferenceJobCommand.ts b/clients/client-personalize/commands/DescribeBatchInferenceJobCommand.ts index a3cfaab2c6c7..dd87460ff2a3 100644 --- a/clients/client-personalize/commands/DescribeBatchInferenceJobCommand.ts +++ b/clients/client-personalize/commands/DescribeBatchInferenceJobCommand.ts @@ -25,7 +25,7 @@ export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInf * status, input and output configurations, and the ARN of the solution version used to generate * the recommendations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeCampaignCommand.ts b/clients/client-personalize/commands/DescribeCampaignCommand.ts index caf27568bc64..6ebce4a729bd 100644 --- a/clients/client-personalize/commands/DescribeCampaignCommand.ts +++ b/clients/client-personalize/commands/DescribeCampaignCommand.ts @@ -35,7 +35,7 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse, * failureReason key, which describes why.

*

For more information on campaigns, see CreateCampaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeDatasetCommand.ts b/clients/client-personalize/commands/DescribeDatasetCommand.ts index a34b87195312..59af99ea261e 100644 --- a/clients/client-personalize/commands/DescribeDatasetCommand.ts +++ b/clients/client-personalize/commands/DescribeDatasetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _ /** *

Describes the given dataset. For more information on datasets, see CreateDataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeDatasetExportJobCommand.ts b/clients/client-personalize/commands/DescribeDatasetExportJobCommand.ts index 153286b47adc..bd6ff148c9a0 100644 --- a/clients/client-personalize/commands/DescribeDatasetExportJobCommand.ts +++ b/clients/client-personalize/commands/DescribeDatasetExportJobCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx *

Describes the dataset export job created by CreateDatasetExportJob, * including the export job status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeDatasetGroupCommand.ts b/clients/client-personalize/commands/DescribeDatasetGroupCommand.ts index 1471c18e4b60..ddc42ba76e99 100644 --- a/clients/client-personalize/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-personalize/commands/DescribeDatasetGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR /** *

Describes the given dataset group. For more information on dataset groups, see CreateDatasetGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeDatasetImportJobCommand.ts b/clients/client-personalize/commands/DescribeDatasetImportJobCommand.ts index 34e603f07458..640cad6667af 100644 --- a/clients/client-personalize/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-personalize/commands/DescribeDatasetImportJobCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm *

Describes the dataset import job created by CreateDatasetImportJob, * including the import job status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeEventTrackerCommand.ts b/clients/client-personalize/commands/DescribeEventTrackerCommand.ts index be38edd18b54..70bb987e6f70 100644 --- a/clients/client-personalize/commands/DescribeEventTrackerCommand.ts +++ b/clients/client-personalize/commands/DescribeEventTrackerCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR * status of the event tracker. * For more information on event trackers, see CreateEventTracker.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeFeatureTransformationCommand.ts b/clients/client-personalize/commands/DescribeFeatureTransformationCommand.ts index 241fc2433433..63e3a9bba041 100644 --- a/clients/client-personalize/commands/DescribeFeatureTransformationCommand.ts +++ b/clients/client-personalize/commands/DescribeFeatureTransformationCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFeatureTransformationCommandOutput /** *

Describes the given feature transformation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeFeatureTransformationCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeFeatureTransformationCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeFilterCommand.ts b/clients/client-personalize/commands/DescribeFilterCommand.ts index 54738cfaff3a..6a7f520bfdb3 100644 --- a/clients/client-personalize/commands/DescribeFilterCommand.ts +++ b/clients/client-personalize/commands/DescribeFilterCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M /** *

Describes a filter's properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeRecipeCommand.ts b/clients/client-personalize/commands/DescribeRecipeCommand.ts index 07276d159c27..544806e5e4f7 100644 --- a/clients/client-personalize/commands/DescribeRecipeCommand.ts +++ b/clients/client-personalize/commands/DescribeRecipeCommand.ts @@ -41,7 +41,7 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M * can provide recommendations using the * GetRecommendations API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeRecipeCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeRecipeCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeSchemaCommand.ts b/clients/client-personalize/commands/DescribeSchemaCommand.ts index e0dd680c6007..172e03a4d28c 100644 --- a/clients/client-personalize/commands/DescribeSchemaCommand.ts +++ b/clients/client-personalize/commands/DescribeSchemaCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M *

Describes a schema. For more information on schemas, see * CreateSchema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeSolutionCommand.ts b/clients/client-personalize/commands/DescribeSolutionCommand.ts index 26d84d6826c8..da2cf16bdbcc 100644 --- a/clients/client-personalize/commands/DescribeSolutionCommand.ts +++ b/clients/client-personalize/commands/DescribeSolutionCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse, *

Describes a solution. * For more information on solutions, see CreateSolution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/DescribeSolutionVersionCommand.ts b/clients/client-personalize/commands/DescribeSolutionVersionCommand.ts index 4472d5078f06..f6b6b6a03792 100644 --- a/clients/client-personalize/commands/DescribeSolutionVersionCommand.ts +++ b/clients/client-personalize/commands/DescribeSolutionVersionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe /** *

Describes a specific version of a solution. For more information on solutions, see CreateSolution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, DescribeSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, DescribeSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/GetSolutionMetricsCommand.ts b/clients/client-personalize/commands/GetSolutionMetricsCommand.ts index e6fae8d17fdc..c9fc1c027d69 100644 --- a/clients/client-personalize/commands/GetSolutionMetricsCommand.ts +++ b/clients/client-personalize/commands/GetSolutionMetricsCommand.ts @@ -23,7 +23,7 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo /** *

Gets the metrics for the specified solution version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, GetSolutionMetricsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, GetSolutionMetricsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListBatchInferenceJobsCommand.ts b/clients/client-personalize/commands/ListBatchInferenceJobsCommand.ts index a2236308056f..8d2d544637f3 100644 --- a/clients/client-personalize/commands/ListBatchInferenceJobsCommand.ts +++ b/clients/client-personalize/commands/ListBatchInferenceJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ *

Gets a list of the batch inference jobs that have been performed off of a solution * version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListBatchInferenceJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListBatchInferenceJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListCampaignsCommand.ts b/clients/client-personalize/commands/ListCampaignsCommand.ts index bb842309b4bb..33651b4dca8e 100644 --- a/clients/client-personalize/commands/ListCampaignsCommand.ts +++ b/clients/client-personalize/commands/ListCampaignsCommand.ts @@ -26,7 +26,7 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met * The response provides the properties for each campaign, including the Amazon Resource Name (ARN). * For more information on campaigns, see CreateCampaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListCampaignsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListCampaignsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListDatasetExportJobsCommand.ts b/clients/client-personalize/commands/ListDatasetExportJobsCommand.ts index 95e4ef811622..18c35419d00a 100644 --- a/clients/client-personalize/commands/ListDatasetExportJobsCommand.ts +++ b/clients/client-personalize/commands/ListDatasetExportJobsCommand.ts @@ -27,7 +27,7 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob * For more information on dataset export jobs, see CreateDatasetExportJob. For * more information on datasets, see CreateDataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListDatasetExportJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListDatasetExportJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListDatasetGroupsCommand.ts b/clients/client-personalize/commands/ListDatasetGroupsCommand.ts index 95cdaeaeaa31..36cacd314503 100644 --- a/clients/client-personalize/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-personalize/commands/ListDatasetGroupsCommand.ts @@ -25,7 +25,7 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons * group, including the Amazon Resource Name (ARN). For more information on dataset groups, see * CreateDatasetGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListDatasetGroupsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListDatasetGroupsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListDatasetImportJobsCommand.ts b/clients/client-personalize/commands/ListDatasetImportJobsCommand.ts index 6105ab72565d..8bd261f2e8bb 100644 --- a/clients/client-personalize/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-personalize/commands/ListDatasetImportJobsCommand.ts @@ -27,7 +27,7 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob * For more information on dataset import jobs, see CreateDatasetImportJob. For * more information on datasets, see CreateDataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListDatasetImportJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListDatasetImportJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListDatasetsCommand.ts b/clients/client-personalize/commands/ListDatasetsCommand.ts index b311c8f5455a..ad5135b859ed 100644 --- a/clients/client-personalize/commands/ListDatasetsCommand.ts +++ b/clients/client-personalize/commands/ListDatasetsCommand.ts @@ -25,7 +25,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad * the properties for each dataset, including the Amazon Resource Name (ARN). For more * information on datasets, see CreateDataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListDatasetsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListDatasetsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListEventTrackersCommand.ts b/clients/client-personalize/commands/ListEventTrackersCommand.ts index a87e732832cb..e8215dfa82cd 100644 --- a/clients/client-personalize/commands/ListEventTrackersCommand.ts +++ b/clients/client-personalize/commands/ListEventTrackersCommand.ts @@ -26,7 +26,7 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons * Name (ARN) and tracking ID. For more * information on event trackers, see CreateEventTracker.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListEventTrackersCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListEventTrackersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListFiltersCommand.ts b/clients/client-personalize/commands/ListFiltersCommand.ts index 7edc28e98664..c0f882836882 100644 --- a/clients/client-personalize/commands/ListFiltersCommand.ts +++ b/clients/client-personalize/commands/ListFiltersCommand.ts @@ -23,7 +23,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat /** *

Lists all filters that belong to a given dataset group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListFiltersCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListFiltersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListRecipesCommand.ts b/clients/client-personalize/commands/ListRecipesCommand.ts index 3271541d4f7d..618a77b29c14 100644 --- a/clients/client-personalize/commands/ListRecipesCommand.ts +++ b/clients/client-personalize/commands/ListRecipesCommand.ts @@ -24,7 +24,7 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat *

Returns a list of available recipes. The response provides the properties * for each recipe, including the recipe's Amazon Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListRecipesCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListRecipesCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListSchemasCommand.ts b/clients/client-personalize/commands/ListSchemasCommand.ts index f6da9f2daaf3..5af411c0220f 100644 --- a/clients/client-personalize/commands/ListSchemasCommand.ts +++ b/clients/client-personalize/commands/ListSchemasCommand.ts @@ -25,7 +25,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat * properties for each schema, including the Amazon Resource Name (ARN). * For more information on schemas, see CreateSchema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListSchemasCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListSchemasCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListSolutionVersionsCommand.ts b/clients/client-personalize/commands/ListSolutionVersionsCommand.ts index d98745759433..6a85614dc452 100644 --- a/clients/client-personalize/commands/ListSolutionVersionsCommand.ts +++ b/clients/client-personalize/commands/ListSolutionVersionsCommand.ts @@ -26,7 +26,7 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR * provides the properties for each solution version, including the Amazon Resource Name (ARN). * For more information on solutions, see CreateSolution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListSolutionVersionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListSolutionVersionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/ListSolutionsCommand.ts b/clients/client-personalize/commands/ListSolutionsCommand.ts index 3e14dfb595d2..37f0200fc96c 100644 --- a/clients/client-personalize/commands/ListSolutionsCommand.ts +++ b/clients/client-personalize/commands/ListSolutionsCommand.ts @@ -26,7 +26,7 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met * The response provides the properties for each solution, including the Amazon Resource Name (ARN). * For more information on solutions, see CreateSolution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, ListSolutionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, ListSolutionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-personalize/commands/UpdateCampaignCommand.ts b/clients/client-personalize/commands/UpdateCampaignCommand.ts index e5eaa0797cf7..b0747f86d75f 100644 --- a/clients/client-personalize/commands/UpdateCampaignCommand.ts +++ b/clients/client-personalize/commands/UpdateCampaignCommand.ts @@ -31,7 +31,7 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M * *

For more information on campaigns, see CreateCampaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PersonalizeClient, UpdateCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import * // const { PersonalizeClient, UpdateCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import diff --git a/clients/client-pi/commands/DescribeDimensionKeysCommand.ts b/clients/client-pi/commands/DescribeDimensionKeysCommand.ts index 9190c9e4bc95..282b115aa736 100644 --- a/clients/client-pi/commands/DescribeDimensionKeysCommand.ts +++ b/clients/client-pi/commands/DescribeDimensionKeysCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDimensionKeysCommandOutput extends DescribeDimensionKey * only the first 500 bytes are returned.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PIClient, DescribeDimensionKeysCommand } from "@aws-sdk/client-pi"; // ES Modules import * // const { PIClient, DescribeDimensionKeysCommand } = require("@aws-sdk/client-pi"); // CommonJS import diff --git a/clients/client-pi/commands/GetResourceMetricsCommand.ts b/clients/client-pi/commands/GetResourceMetricsCommand.ts index f55991ee5699..678c0ca3321f 100644 --- a/clients/client-pi/commands/GetResourceMetricsCommand.ts +++ b/clients/client-pi/commands/GetResourceMetricsCommand.ts @@ -29,7 +29,7 @@ export interface GetResourceMetricsCommandOutput extends GetResourceMetricsRespo * only the first 500 bytes are returned.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PIClient, GetResourceMetricsCommand } from "@aws-sdk/client-pi"; // ES Modules import * // const { PIClient, GetResourceMetricsCommand } = require("@aws-sdk/client-pi"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-email/commands/CreateConfigurationSetCommand.ts index a89cd8452ae0..352387455da0 100644 --- a/clients/client-pinpoint-email/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/commands/CreateConfigurationSetCommand.ts @@ -27,7 +27,7 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration * email. When you apply a configuration set to an email, all of the rules in that * configuration set are applied to the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, CreateConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, CreateConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/commands/CreateConfigurationSetEventDestinationCommand.ts index 52dd778b3f2a..e579e1dd33a8 100644 --- a/clients/client-pinpoint-email/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -35,7 +35,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput * storage.

*

A single configuration set can include more than one event destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/commands/CreateDedicatedIpPoolCommand.ts index fdc5c489bb2d..d1ae44442c18 100644 --- a/clients/client-pinpoint-email/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/commands/CreateDedicatedIpPoolCommand.ts @@ -26,7 +26,7 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo * a configuration set. When you send an email that uses that configuration set, Amazon Pinpoint * sends it using only the IP addresses in the associated pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, CreateDedicatedIpPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, CreateDedicatedIpPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/commands/CreateDeliverabilityTestReportCommand.ts index acc2a53da32f..5d99f874df78 100644 --- a/clients/client-pinpoint-email/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/commands/CreateDeliverabilityTestReportCommand.ts @@ -31,7 +31,7 @@ export interface CreateDeliverabilityTestReportCommandOutput * GetDeliverabilityTestReport operation to view the results of the * test.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, CreateDeliverabilityTestReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, CreateDeliverabilityTestReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/CreateEmailIdentityCommand.ts b/clients/client-pinpoint-email/commands/CreateEmailIdentityCommand.ts index 114fe15ccfe1..0ed4bbd486e8 100644 --- a/clients/client-pinpoint-email/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/commands/CreateEmailIdentityCommand.ts @@ -36,7 +36,7 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes * configuration for your domain. It usually takes around 72 hours to complete the domain * verification process.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, CreateEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, CreateEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-email/commands/DeleteConfigurationSetCommand.ts index 9c5519abf150..9d69164d5907 100644 --- a/clients/client-pinpoint-email/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/commands/DeleteConfigurationSetCommand.ts @@ -28,7 +28,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration * configuration set to an email, all of the rules in that configuration set are applied to * the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/commands/DeleteConfigurationSetEventDestinationCommand.ts index 2a8bfca7c0a0..a69527565c24 100644 --- a/clients/client-pinpoint-email/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -34,7 +34,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput * Amazon SNS to receive notifications when you receive bounces or complaints, or you can use * Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/commands/DeleteDedicatedIpPoolCommand.ts index 6cd0c4f4ecd1..918077274b56 100644 --- a/clients/client-pinpoint-email/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/commands/DeleteDedicatedIpPoolCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo /** *

Delete a dedicated IP pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, DeleteDedicatedIpPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, DeleteDedicatedIpPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/DeleteEmailIdentityCommand.ts b/clients/client-pinpoint-email/commands/DeleteEmailIdentityCommand.ts index 4fedb0726ac8..6db80cac360d 100644 --- a/clients/client-pinpoint-email/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/commands/DeleteEmailIdentityCommand.ts @@ -24,7 +24,7 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes *

Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity * can be either an email address or a domain name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, DeleteEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, DeleteEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetAccountCommand.ts b/clients/client-pinpoint-email/commands/GetAccountCommand.ts index 3e50d48a6db0..b9ea22fab91e 100644 --- a/clients/client-pinpoint-email/commands/GetAccountCommand.ts +++ b/clients/client-pinpoint-email/commands/GetAccountCommand.ts @@ -24,7 +24,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB *

Obtain information about the email-sending status and capabilities of your Amazon Pinpoint * account in the current AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetAccountCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetAccountCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetBlacklistReportsCommand.ts b/clients/client-pinpoint-email/commands/GetBlacklistReportsCommand.ts index b88dab6beb8d..6acdf9440cfe 100644 --- a/clients/client-pinpoint-email/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-pinpoint-email/commands/GetBlacklistReportsCommand.ts @@ -23,7 +23,7 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes /** *

Retrieve a list of the blacklists that your dedicated IP addresses appear on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetBlacklistReportsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetBlacklistReportsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetConfigurationSetCommand.ts b/clients/client-pinpoint-email/commands/GetConfigurationSetCommand.ts index ed12e9ad0bbe..780a1e3475b2 100644 --- a/clients/client-pinpoint-email/commands/GetConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/commands/GetConfigurationSetCommand.ts @@ -30,7 +30,7 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes * configuration set to an email, all of the rules in that configuration set are applied to * the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-email/commands/GetConfigurationSetEventDestinationsCommand.ts index 671452d6ff8f..7ed67008ac75 100644 --- a/clients/client-pinpoint-email/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-email/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -34,7 +34,7 @@ export interface GetConfigurationSetEventDestinationsCommandOutput * Amazon SNS to receive notifications when you receive bounces or complaints, or you can use * Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetConfigurationSetEventDestinationsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetConfigurationSetEventDestinationsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetDedicatedIpCommand.ts b/clients/client-pinpoint-email/commands/GetDedicatedIpCommand.ts index da1c61a2bbb8..789aeb68e77a 100644 --- a/clients/client-pinpoint-email/commands/GetDedicatedIpCommand.ts +++ b/clients/client-pinpoint-email/commands/GetDedicatedIpCommand.ts @@ -25,7 +25,7 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M * pool that it's associated with, as well information about the automatic warm-up process * for the address.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetDedicatedIpCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetDedicatedIpCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetDedicatedIpsCommand.ts b/clients/client-pinpoint-email/commands/GetDedicatedIpsCommand.ts index 66d582300135..3bf9503b12b8 100644 --- a/clients/client-pinpoint-email/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-pinpoint-email/commands/GetDedicatedIpsCommand.ts @@ -24,7 +24,7 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _ *

List the dedicated IP addresses that are associated with your Amazon Pinpoint * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetDedicatedIpsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetDedicatedIpsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-pinpoint-email/commands/GetDeliverabilityDashboardOptionsCommand.ts index 0233b4bf2af8..5c5d4d4ee248 100644 --- a/clients/client-pinpoint-email/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-pinpoint-email/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -34,7 +34,7 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput * to any other fees that you accrue by using Amazon Pinpoint. For more information about the * features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetDeliverabilityDashboardOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetDeliverabilityDashboardOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/commands/GetDeliverabilityTestReportCommand.ts index 6c66eb4908a1..4f4cb44a9bf7 100644 --- a/clients/client-pinpoint-email/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/commands/GetDeliverabilityTestReportCommand.ts @@ -25,7 +25,7 @@ export interface GetDeliverabilityTestReportCommandOutput /** *

Retrieve the results of a predictive inbox placement test.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetDeliverabilityTestReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetDeliverabilityTestReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-pinpoint-email/commands/GetDomainDeliverabilityCampaignCommand.ts index 3f2d49d024e8..e7c1e6fdfdbc 100644 --- a/clients/client-pinpoint-email/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-pinpoint-email/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -28,7 +28,7 @@ export interface GetDomainDeliverabilityCampaignCommandOutput * Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption * operation).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetDomainDeliverabilityCampaignCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetDomainDeliverabilityCampaignCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetDomainStatisticsReportCommand.ts b/clients/client-pinpoint-email/commands/GetDomainStatisticsReportCommand.ts index 60b7e4039189..e6c0c42c5e13 100644 --- a/clients/client-pinpoint-email/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-pinpoint-email/commands/GetDomainStatisticsReportCommand.ts @@ -24,7 +24,7 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist *

Retrieve inbox placement and engagement rates for the domains that you use to send * email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetDomainStatisticsReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetDomainStatisticsReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/GetEmailIdentityCommand.ts b/clients/client-pinpoint-email/commands/GetEmailIdentityCommand.ts index fa4530867219..5162fdda3386 100644 --- a/clients/client-pinpoint-email/commands/GetEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/commands/GetEmailIdentityCommand.ts @@ -25,7 +25,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, * including the identity's verification status, its DKIM authentication status, and its * custom Mail-From settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, GetEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, GetEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-email/commands/ListConfigurationSetsCommand.ts index 70a610832b9f..2d31f22aa964 100644 --- a/clients/client-pinpoint-email/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-email/commands/ListConfigurationSetsCommand.ts @@ -29,7 +29,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet * configuration set to an email, all of the rules in that configuration set are applied to * the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, ListConfigurationSetsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, ListConfigurationSetsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-pinpoint-email/commands/ListDedicatedIpPoolsCommand.ts index 5366c0caecc9..9fba84a7f8a0 100644 --- a/clients/client-pinpoint-email/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-pinpoint-email/commands/ListDedicatedIpPoolsCommand.ts @@ -24,7 +24,7 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR *

List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current * AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, ListDedicatedIpPoolsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, ListDedicatedIpPoolsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-pinpoint-email/commands/ListDeliverabilityTestReportsCommand.ts index a238e5eee16a..bd9214a2f56a 100644 --- a/clients/client-pinpoint-email/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-pinpoint-email/commands/ListDeliverabilityTestReportsCommand.ts @@ -27,7 +27,7 @@ export interface ListDeliverabilityTestReportsCommandOutput * predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport * operation to view the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, ListDeliverabilityTestReportsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, ListDeliverabilityTestReportsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-pinpoint-email/commands/ListDomainDeliverabilityCampaignsCommand.ts index f62d5d791599..9606bd8066c5 100644 --- a/clients/client-pinpoint-email/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-pinpoint-email/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -31,7 +31,7 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput * enabled the Deliverability dashboard (PutDeliverabilityDashboardOption operation) * for the domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, ListDomainDeliverabilityCampaignsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, ListDomainDeliverabilityCampaignsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/ListEmailIdentitiesCommand.ts b/clients/client-pinpoint-email/commands/ListEmailIdentitiesCommand.ts index db23468a82cb..0d0003422155 100644 --- a/clients/client-pinpoint-email/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-pinpoint-email/commands/ListEmailIdentitiesCommand.ts @@ -25,7 +25,7 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes * account. An identity can be either an email address or a domain. This operation returns * identities that are verified as well as those that aren't.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, ListEmailIdentitiesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, ListEmailIdentitiesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-email/commands/ListTagsForResourceCommand.ts index 5a792e071498..1584ed9231b3 100644 --- a/clients/client-pinpoint-email/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-email/commands/ListTagsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * is a general label that acts as a category for more specific tag values. A tag value * acts as a descriptor within a tag key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, ListTagsForResourceCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, ListTagsForResourceCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 369da1eb94a6..33ebffb29abc 100644 --- a/clients/client-pinpoint-email/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -29,7 +29,7 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput /** *

Enable or disable the automatic warm-up feature for dedicated IP addresses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutAccountDedicatedIpWarmupAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutAccountDedicatedIpWarmupAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutAccountSendingAttributesCommand.ts b/clients/client-pinpoint-email/commands/PutAccountSendingAttributesCommand.ts index 5361e007f0cf..711400749e10 100644 --- a/clients/client-pinpoint-email/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-pinpoint-email/commands/PutAccountSendingAttributesCommand.ts @@ -25,7 +25,7 @@ export interface PutAccountSendingAttributesCommandOutput /** *

Enable or disable the ability of your account to send email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutAccountSendingAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutAccountSendingAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-pinpoint-email/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 395954603ba1..7f2b87d0212e 100644 --- a/clients/client-pinpoint-email/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-pinpoint-email/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput *

Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools * to create groups of dedicated IP addresses for sending specific types of email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutConfigurationSetDeliveryOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutConfigurationSetDeliveryOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-pinpoint-email/commands/PutConfigurationSetReputationOptionsCommand.ts index ad393c12c018..11f2b2ab1773 100644 --- a/clients/client-pinpoint-email/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-pinpoint-email/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetReputationOptionsCommandOutput *

Enable or disable collection of reputation metrics for emails that you send using a * particular configuration set in a specific AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutConfigurationSetReputationOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutConfigurationSetReputationOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-pinpoint-email/commands/PutConfigurationSetSendingOptionsCommand.ts index b66d462461d5..362d6db66d5b 100644 --- a/clients/client-pinpoint-email/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-pinpoint-email/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetSendingOptionsCommandOutput *

Enable or disable email sending for messages that use a particular configuration set * in a specific AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutConfigurationSetSendingOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutConfigurationSetSendingOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-pinpoint-email/commands/PutConfigurationSetTrackingOptionsCommand.ts index 0f651a428621..b183ff50b491 100644 --- a/clients/client-pinpoint-email/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-pinpoint-email/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput *

Specify a custom domain to use for open and click tracking elements in email that you * send using Amazon Pinpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-pinpoint-email/commands/PutDedicatedIpInPoolCommand.ts index 7e6ad0cfe065..d949170aef11 100644 --- a/clients/client-pinpoint-email/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-pinpoint-email/commands/PutDedicatedIpInPoolCommand.ts @@ -32,7 +32,7 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutDedicatedIpInPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutDedicatedIpInPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/commands/PutDedicatedIpWarmupAttributesCommand.ts index af671933909a..fbc9beb4085a 100644 --- a/clients/client-pinpoint-email/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -25,7 +25,7 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput /** *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutDedicatedIpWarmupAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutDedicatedIpWarmupAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-pinpoint-email/commands/PutDeliverabilityDashboardOptionCommand.ts index 0aa8c5cbc637..c6586294a8d8 100644 --- a/clients/client-pinpoint-email/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-pinpoint-email/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -31,7 +31,7 @@ export interface PutDeliverabilityDashboardOptionCommandOutput * to any other fees that you accrue by using Amazon Pinpoint. For more information about the * features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutDeliverabilityDashboardOptionCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutDeliverabilityDashboardOptionCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-pinpoint-email/commands/PutEmailIdentityDkimAttributesCommand.ts index 10c962c6c3a2..f16a96b09c6a 100644 --- a/clients/client-pinpoint-email/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-pinpoint-email/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -25,7 +25,7 @@ export interface PutEmailIdentityDkimAttributesCommandOutput /** *

Used to enable or disable DKIM authentication for an email identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutEmailIdentityDkimAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutEmailIdentityDkimAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-pinpoint-email/commands/PutEmailIdentityFeedbackAttributesCommand.ts index bb67858f6767..9daf58739838 100644 --- a/clients/client-pinpoint-email/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-pinpoint-email/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -38,7 +38,7 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput * bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events * occur (even if this setting is disabled).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutEmailIdentityFeedbackAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutEmailIdentityFeedbackAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-pinpoint-email/commands/PutEmailIdentityMailFromAttributesCommand.ts index 868e207c7ee5..5b5967388962 100644 --- a/clients/client-pinpoint-email/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-pinpoint-email/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -29,7 +29,7 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput *

Used to enable or disable the custom Mail-From domain configuration for an email * identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, PutEmailIdentityMailFromAttributesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, PutEmailIdentityMailFromAttributesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/SendEmailCommand.ts b/clients/client-pinpoint-email/commands/SendEmailCommand.ts index ef8a98d9f9c9..9c8422e63727 100644 --- a/clients/client-pinpoint-email/commands/SendEmailCommand.ts +++ b/clients/client-pinpoint-email/commands/SendEmailCommand.ts @@ -40,7 +40,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, SendEmailCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, SendEmailCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/TagResourceCommand.ts b/clients/client-pinpoint-email/commands/TagResourceCommand.ts index 4c763055571a..fe11936acace 100644 --- a/clients/client-pinpoint-email/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-email/commands/TagResourceCommand.ts @@ -31,7 +31,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * general label that acts as a category for more specific tag values. A tag value acts as * a descriptor within a tag key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, TagResourceCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, TagResourceCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/UntagResourceCommand.ts b/clients/client-pinpoint-email/commands/UntagResourceCommand.ts index 84a3c80af44c..3214a7d30b9d 100644 --- a/clients/client-pinpoint-email/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-email/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Remove one or more tags (keys and values) from a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, UntagResourceCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, UntagResourceCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-email/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/commands/UpdateConfigurationSetEventDestinationCommand.ts index ccd0864df6c5..b55fb0c453de 100644 --- a/clients/client-pinpoint-email/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -34,7 +34,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput * Amazon SNS to receive notifications when you receive bounces or complaints, or you can use * Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointEmailClient, UpdateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import * // const { PinpointEmailClient, UpdateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetCommand.ts index 890ec0fb7b0d..e28fe11c4799 100644 --- a/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetCommand.ts @@ -23,7 +23,7 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration /** * Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, CreateConfigurationSetCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, CreateConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetEventDestinationCommand.ts index e81695d47c59..3b05a34f3afc 100644 --- a/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -29,7 +29,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput /** * Create a new event destination in a configuration set. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetCommand.ts index 98ead047f6c1..e2e1a765da33 100644 --- a/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration /** * Deletes an existing configuration set. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetEventDestinationCommand.ts index e4172fddc7f8..6502a084f58e 100644 --- a/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -29,7 +29,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput /** * Deletes an event destination in a configuration set. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-sms-voice/commands/GetConfigurationSetEventDestinationsCommand.ts index f5a7cffbddf9..519a0399b30b 100644 --- a/clients/client-pinpoint-sms-voice/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -28,7 +28,7 @@ export interface GetConfigurationSetEventDestinationsCommandOutput /** * Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, GetConfigurationSetEventDestinationsCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, GetConfigurationSetEventDestinationsCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice/commands/ListConfigurationSetsCommand.ts index d5b49cdefc46..18e77676df1e 100644 --- a/clients/client-pinpoint-sms-voice/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/ListConfigurationSetsCommand.ts @@ -23,7 +23,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet /** * List all of the configuration sets associated with your Amazon Pinpoint account in the current region. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, ListConfigurationSetsCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, ListConfigurationSetsCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice/commands/SendVoiceMessageCommand.ts index e67b6eb6aa60..4e175554eb20 100644 --- a/clients/client-pinpoint-sms-voice/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/SendVoiceMessageCommand.ts @@ -23,7 +23,7 @@ export interface SendVoiceMessageCommandOutput extends SendVoiceMessageResponse, /** * Create a new voice message and send it to a recipient's phone number. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, SendVoiceMessageCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, SendVoiceMessageCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint-sms-voice/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/commands/UpdateConfigurationSetEventDestinationCommand.ts index 4534f71c556a..b96da40ceda3 100644 --- a/clients/client-pinpoint-sms-voice/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -29,7 +29,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput /** * Update an event destination in a configuration set. An event destination is a location that you publish information about your voice calls to. For example, you can log an event to an Amazon CloudWatch destination when a call fails. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointSMSVoiceClient, UpdateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-sms-voice"; // ES Modules import * // const { PinpointSMSVoiceClient, UpdateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-sms-voice"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateAppCommand.ts b/clients/client-pinpoint/commands/CreateAppCommand.ts index c899f2950e95..c9e5495db1d2 100644 --- a/clients/client-pinpoint/commands/CreateAppCommand.ts +++ b/clients/client-pinpoint/commands/CreateAppCommand.ts @@ -23,7 +23,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea /** *

Creates an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateAppCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateAppCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateCampaignCommand.ts b/clients/client-pinpoint/commands/CreateCampaignCommand.ts index de2ad560f3bd..c77f13aaeaa5 100644 --- a/clients/client-pinpoint/commands/CreateCampaignCommand.ts +++ b/clients/client-pinpoint/commands/CreateCampaignCommand.ts @@ -23,7 +23,7 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M /** *

Creates a new campaign for an application or updates the settings of an existing campaign for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateCampaignCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateCampaignCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateEmailTemplateCommand.ts b/clients/client-pinpoint/commands/CreateEmailTemplateCommand.ts index 3741afe29a20..a19207fb0fa9 100644 --- a/clients/client-pinpoint/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/commands/CreateEmailTemplateCommand.ts @@ -23,7 +23,7 @@ export interface CreateEmailTemplateCommandOutput extends CreateEmailTemplateRes /** *

Creates a message template for messages that are sent through the email channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateEmailTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateEmailTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateExportJobCommand.ts b/clients/client-pinpoint/commands/CreateExportJobCommand.ts index 39a23876bd6c..e409e608d19c 100644 --- a/clients/client-pinpoint/commands/CreateExportJobCommand.ts +++ b/clients/client-pinpoint/commands/CreateExportJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateExportJobCommandOutput extends CreateExportJobResponse, _ /** *

Creates an export job for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateExportJobCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateExportJobCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateImportJobCommand.ts b/clients/client-pinpoint/commands/CreateImportJobCommand.ts index 15c55cb88c64..1e0e73486f64 100644 --- a/clients/client-pinpoint/commands/CreateImportJobCommand.ts +++ b/clients/client-pinpoint/commands/CreateImportJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateImportJobCommandOutput extends CreateImportJobResponse, _ /** *

Creates an import job for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateImportJobCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateImportJobCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateJourneyCommand.ts b/clients/client-pinpoint/commands/CreateJourneyCommand.ts index 481b68ba08ed..e85769eafe02 100644 --- a/clients/client-pinpoint/commands/CreateJourneyCommand.ts +++ b/clients/client-pinpoint/commands/CreateJourneyCommand.ts @@ -23,7 +23,7 @@ export interface CreateJourneyCommandOutput extends CreateJourneyResponse, __Met /** *

Creates a journey for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateJourneyCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateJourneyCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreatePushTemplateCommand.ts b/clients/client-pinpoint/commands/CreatePushTemplateCommand.ts index f0d5fea8b222..e412ac1a3427 100644 --- a/clients/client-pinpoint/commands/CreatePushTemplateCommand.ts +++ b/clients/client-pinpoint/commands/CreatePushTemplateCommand.ts @@ -23,7 +23,7 @@ export interface CreatePushTemplateCommandOutput extends CreatePushTemplateRespo /** *

Creates a message template for messages that are sent through a push notification channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreatePushTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreatePushTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/commands/CreateRecommenderConfigurationCommand.ts index ff2eac3bd875..18c3ca1e8f09 100644 --- a/clients/client-pinpoint/commands/CreateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/commands/CreateRecommenderConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface CreateRecommenderConfigurationCommandOutput /** *

Creates an Amazon Pinpoint configuration for a recommender model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateSegmentCommand.ts b/clients/client-pinpoint/commands/CreateSegmentCommand.ts index 04fa967cadef..72f35668616a 100644 --- a/clients/client-pinpoint/commands/CreateSegmentCommand.ts +++ b/clients/client-pinpoint/commands/CreateSegmentCommand.ts @@ -23,7 +23,7 @@ export interface CreateSegmentCommandOutput extends CreateSegmentResponse, __Met /** *

Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateSmsTemplateCommand.ts b/clients/client-pinpoint/commands/CreateSmsTemplateCommand.ts index 0aae927f42af..2a4651539e26 100644 --- a/clients/client-pinpoint/commands/CreateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/commands/CreateSmsTemplateCommand.ts @@ -23,7 +23,7 @@ export interface CreateSmsTemplateCommandOutput extends CreateSmsTemplateRespons /** *

Creates a message template for messages that are sent through the SMS channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/CreateVoiceTemplateCommand.ts b/clients/client-pinpoint/commands/CreateVoiceTemplateCommand.ts index 71d4abe59be8..1275f8ff4a47 100644 --- a/clients/client-pinpoint/commands/CreateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/commands/CreateVoiceTemplateCommand.ts @@ -23,7 +23,7 @@ export interface CreateVoiceTemplateCommandOutput extends CreateVoiceTemplateRes /** *

Creates a message template for messages that are sent through the voice channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, CreateVoiceTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, CreateVoiceTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteAdmChannelCommand.ts b/clients/client-pinpoint/commands/DeleteAdmChannelCommand.ts index 8d9e827269b4..116d37fb7f94 100644 --- a/clients/client-pinpoint/commands/DeleteAdmChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteAdmChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAdmChannelCommandOutput extends DeleteAdmChannelResponse, /** *

Disables the ADM channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteAdmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteAdmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteApnsChannelCommand.ts b/clients/client-pinpoint/commands/DeleteApnsChannelCommand.ts index 6203965d9091..bf792da53464 100644 --- a/clients/client-pinpoint/commands/DeleteApnsChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteApnsChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApnsChannelCommandOutput extends DeleteApnsChannelRespons /** *

Disables the APNs channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteApnsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteApnsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteApnsSandboxChannelCommand.ts b/clients/client-pinpoint/commands/DeleteApnsSandboxChannelCommand.ts index 5918f71ca5cf..42793491e1be 100644 --- a/clients/client-pinpoint/commands/DeleteApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteApnsSandboxChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApnsSandboxChannelCommandOutput extends DeleteApnsSandbox /** *

Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteApnsSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteApnsSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteApnsVoipChannelCommand.ts b/clients/client-pinpoint/commands/DeleteApnsVoipChannelCommand.ts index 9ac752ff1dfd..3df930fb27a2 100644 --- a/clients/client-pinpoint/commands/DeleteApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteApnsVoipChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteApnsVoipChannelCommandOutput extends DeleteApnsVoipChanne /** *

Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteApnsVoipChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteApnsVoipChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/commands/DeleteApnsVoipSandboxChannelCommand.ts index e25d4f2c8c05..0ff6a62cd7d3 100644 --- a/clients/client-pinpoint/commands/DeleteApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteApnsVoipSandboxChannelCommand.ts @@ -25,7 +25,7 @@ export interface DeleteApnsVoipSandboxChannelCommandOutput /** *

Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteApnsVoipSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteApnsVoipSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteAppCommand.ts b/clients/client-pinpoint/commands/DeleteAppCommand.ts index 574e3fd19b5d..41cd4121a3f4 100644 --- a/clients/client-pinpoint/commands/DeleteAppCommand.ts +++ b/clients/client-pinpoint/commands/DeleteAppCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea /** *

Deletes an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteAppCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteAppCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteBaiduChannelCommand.ts b/clients/client-pinpoint/commands/DeleteBaiduChannelCommand.ts index ec608764bd1b..54d743184872 100644 --- a/clients/client-pinpoint/commands/DeleteBaiduChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteBaiduChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteBaiduChannelCommandOutput extends DeleteBaiduChannelRespo /** *

Disables the Baidu channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteBaiduChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteBaiduChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteCampaignCommand.ts b/clients/client-pinpoint/commands/DeleteCampaignCommand.ts index a2e45f0679fb..15927d482144 100644 --- a/clients/client-pinpoint/commands/DeleteCampaignCommand.ts +++ b/clients/client-pinpoint/commands/DeleteCampaignCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M /** *

Deletes a campaign from an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteCampaignCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteCampaignCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteEmailChannelCommand.ts b/clients/client-pinpoint/commands/DeleteEmailChannelCommand.ts index c9ff2608251b..6b23179c64d0 100644 --- a/clients/client-pinpoint/commands/DeleteEmailChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteEmailChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEmailChannelCommandOutput extends DeleteEmailChannelRespo /** *

Disables the email channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteEmailChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteEmailChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteEmailTemplateCommand.ts b/clients/client-pinpoint/commands/DeleteEmailTemplateCommand.ts index ba1d4d006893..36ea0dbfefda 100644 --- a/clients/client-pinpoint/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-pinpoint/commands/DeleteEmailTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes /** *

Deletes a message template for messages that were sent through the email channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteEmailTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteEmailTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteEndpointCommand.ts b/clients/client-pinpoint/commands/DeleteEndpointCommand.ts index f5ca2a307490..d070f1c9983a 100644 --- a/clients/client-pinpoint/commands/DeleteEndpointCommand.ts +++ b/clients/client-pinpoint/commands/DeleteEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M /** *

Deletes an endpoint from an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteEndpointCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteEndpointCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteEventStreamCommand.ts b/clients/client-pinpoint/commands/DeleteEventStreamCommand.ts index 08668bb573fd..50101363c593 100644 --- a/clients/client-pinpoint/commands/DeleteEventStreamCommand.ts +++ b/clients/client-pinpoint/commands/DeleteEventStreamCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEventStreamCommandOutput extends DeleteEventStreamRespons /** *

Deletes the event stream for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteEventStreamCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteEventStreamCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteGcmChannelCommand.ts b/clients/client-pinpoint/commands/DeleteGcmChannelCommand.ts index 8835a23f44e9..2a83db5bfb69 100644 --- a/clients/client-pinpoint/commands/DeleteGcmChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteGcmChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGcmChannelCommandOutput extends DeleteGcmChannelResponse, /** *

Disables the GCM channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteGcmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteGcmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteJourneyCommand.ts b/clients/client-pinpoint/commands/DeleteJourneyCommand.ts index 0d587cdadd70..02aec5faa436 100644 --- a/clients/client-pinpoint/commands/DeleteJourneyCommand.ts +++ b/clients/client-pinpoint/commands/DeleteJourneyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteJourneyCommandOutput extends DeleteJourneyResponse, __Met /** *

Deletes a journey from an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteJourneyCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteJourneyCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeletePushTemplateCommand.ts b/clients/client-pinpoint/commands/DeletePushTemplateCommand.ts index 4db29a29ce8e..7225c1c8ebf2 100644 --- a/clients/client-pinpoint/commands/DeletePushTemplateCommand.ts +++ b/clients/client-pinpoint/commands/DeletePushTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeletePushTemplateCommandOutput extends DeletePushTemplateRespo /** *

Deletes a message template for messages that were sent through a push notification channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeletePushTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeletePushTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteRecommenderConfigurationCommand.ts b/clients/client-pinpoint/commands/DeleteRecommenderConfigurationCommand.ts index 43dd63793539..388483d3be39 100644 --- a/clients/client-pinpoint/commands/DeleteRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/commands/DeleteRecommenderConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteRecommenderConfigurationCommandOutput /** *

Deletes an Amazon Pinpoint configuration for a recommender model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteSegmentCommand.ts b/clients/client-pinpoint/commands/DeleteSegmentCommand.ts index b11cdf08eb66..339649432284 100644 --- a/clients/client-pinpoint/commands/DeleteSegmentCommand.ts +++ b/clients/client-pinpoint/commands/DeleteSegmentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSegmentCommandOutput extends DeleteSegmentResponse, __Met /** *

Deletes a segment from an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteSmsChannelCommand.ts b/clients/client-pinpoint/commands/DeleteSmsChannelCommand.ts index fd7be1c5556f..76fd7f0bc2a0 100644 --- a/clients/client-pinpoint/commands/DeleteSmsChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteSmsChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSmsChannelCommandOutput extends DeleteSmsChannelResponse, /** *

Disables the SMS channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteSmsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteSmsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteSmsTemplateCommand.ts b/clients/client-pinpoint/commands/DeleteSmsTemplateCommand.ts index 328ba516449d..2d9c133efbd6 100644 --- a/clients/client-pinpoint/commands/DeleteSmsTemplateCommand.ts +++ b/clients/client-pinpoint/commands/DeleteSmsTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSmsTemplateCommandOutput extends DeleteSmsTemplateRespons /** *

Deletes a message template for messages that were sent through the SMS channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteUserEndpointsCommand.ts b/clients/client-pinpoint/commands/DeleteUserEndpointsCommand.ts index 4c05971c9b87..4aa25c29ccb0 100644 --- a/clients/client-pinpoint/commands/DeleteUserEndpointsCommand.ts +++ b/clients/client-pinpoint/commands/DeleteUserEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserEndpointsCommandOutput extends DeleteUserEndpointsRes /** *

Deletes all the endpoints that are associated with a specific user ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteUserEndpointsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteUserEndpointsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteVoiceChannelCommand.ts b/clients/client-pinpoint/commands/DeleteVoiceChannelCommand.ts index 7a8022badef8..bcc6a45c6d44 100644 --- a/clients/client-pinpoint/commands/DeleteVoiceChannelCommand.ts +++ b/clients/client-pinpoint/commands/DeleteVoiceChannelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVoiceChannelCommandOutput extends DeleteVoiceChannelRespo /** *

Disables the voice channel for an application and deletes any existing settings for the channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteVoiceChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteVoiceChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/DeleteVoiceTemplateCommand.ts b/clients/client-pinpoint/commands/DeleteVoiceTemplateCommand.ts index 90c71f389a23..4220ae46a111 100644 --- a/clients/client-pinpoint/commands/DeleteVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/commands/DeleteVoiceTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVoiceTemplateCommandOutput extends DeleteVoiceTemplateRes /** *

Deletes a message template for messages that were sent through the voice channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, DeleteVoiceTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, DeleteVoiceTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetAdmChannelCommand.ts b/clients/client-pinpoint/commands/GetAdmChannelCommand.ts index bfa2862f21be..f61db53cc091 100644 --- a/clients/client-pinpoint/commands/GetAdmChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetAdmChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetAdmChannelCommandOutput extends GetAdmChannelResponse, __Met /** *

Retrieves information about the status and settings of the ADM channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetAdmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetAdmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetApnsChannelCommand.ts b/clients/client-pinpoint/commands/GetApnsChannelCommand.ts index 835dbbb523b8..ab11de685312 100644 --- a/clients/client-pinpoint/commands/GetApnsChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetApnsChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetApnsChannelCommandOutput extends GetApnsChannelResponse, __M /** *

Retrieves information about the status and settings of the APNs channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetApnsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetApnsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetApnsSandboxChannelCommand.ts b/clients/client-pinpoint/commands/GetApnsSandboxChannelCommand.ts index bab201571fdb..39a255b8e988 100644 --- a/clients/client-pinpoint/commands/GetApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetApnsSandboxChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetApnsSandboxChannelCommandOutput extends GetApnsSandboxChanne /** *

Retrieves information about the status and settings of the APNs sandbox channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetApnsSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetApnsSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetApnsVoipChannelCommand.ts b/clients/client-pinpoint/commands/GetApnsVoipChannelCommand.ts index 05909b7b6a00..73c1e390e428 100644 --- a/clients/client-pinpoint/commands/GetApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetApnsVoipChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetApnsVoipChannelCommandOutput extends GetApnsVoipChannelRespo /** *

Retrieves information about the status and settings of the APNs VoIP channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetApnsVoipChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetApnsVoipChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/commands/GetApnsVoipSandboxChannelCommand.ts index c388e29fdf14..869e39c46a7a 100644 --- a/clients/client-pinpoint/commands/GetApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetApnsVoipSandboxChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetApnsVoipSandboxChannelCommandOutput extends GetApnsVoipSandb /** *

Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetApnsVoipSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetApnsVoipSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetAppCommand.ts b/clients/client-pinpoint/commands/GetAppCommand.ts index c99459adb2e7..e8b960c9459a 100644 --- a/clients/client-pinpoint/commands/GetAppCommand.ts +++ b/clients/client-pinpoint/commands/GetAppCommand.ts @@ -20,7 +20,7 @@ export interface GetAppCommandOutput extends GetAppResponse, __MetadataBearer {} /** *

Retrieves information about an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetAppCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetAppCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetApplicationDateRangeKpiCommand.ts b/clients/client-pinpoint/commands/GetApplicationDateRangeKpiCommand.ts index b79cd8d69773..6923bb0ee11d 100644 --- a/clients/client-pinpoint/commands/GetApplicationDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/commands/GetApplicationDateRangeKpiCommand.ts @@ -23,7 +23,7 @@ export interface GetApplicationDateRangeKpiCommandOutput extends GetApplicationD /** *

Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetApplicationDateRangeKpiCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetApplicationDateRangeKpiCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetApplicationSettingsCommand.ts b/clients/client-pinpoint/commands/GetApplicationSettingsCommand.ts index dbae0c16e4de..3c217e185f31 100644 --- a/clients/client-pinpoint/commands/GetApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/commands/GetApplicationSettingsCommand.ts @@ -23,7 +23,7 @@ export interface GetApplicationSettingsCommandOutput extends GetApplicationSetti /** *

Retrieves information about the settings for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetApplicationSettingsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetApplicationSettingsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetAppsCommand.ts b/clients/client-pinpoint/commands/GetAppsCommand.ts index 2dbd82caf181..6d0c94adfc5e 100644 --- a/clients/client-pinpoint/commands/GetAppsCommand.ts +++ b/clients/client-pinpoint/commands/GetAppsCommand.ts @@ -23,7 +23,7 @@ export interface GetAppsCommandOutput extends GetAppsResponse, __MetadataBearer /** *

Retrieves information about all the applications that are associated with your Amazon Pinpoint account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetAppsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetAppsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetBaiduChannelCommand.ts b/clients/client-pinpoint/commands/GetBaiduChannelCommand.ts index 599965310b37..6d558e5e4556 100644 --- a/clients/client-pinpoint/commands/GetBaiduChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetBaiduChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetBaiduChannelCommandOutput extends GetBaiduChannelResponse, _ /** *

Retrieves information about the status and settings of the Baidu channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetBaiduChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetBaiduChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetCampaignActivitiesCommand.ts b/clients/client-pinpoint/commands/GetCampaignActivitiesCommand.ts index e93304247fbf..5c8e634d8ee5 100644 --- a/clients/client-pinpoint/commands/GetCampaignActivitiesCommand.ts +++ b/clients/client-pinpoint/commands/GetCampaignActivitiesCommand.ts @@ -23,7 +23,7 @@ export interface GetCampaignActivitiesCommandOutput extends GetCampaignActivitie /** *

Retrieves information about all the activities for a campaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetCampaignActivitiesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetCampaignActivitiesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetCampaignCommand.ts b/clients/client-pinpoint/commands/GetCampaignCommand.ts index 0c3addec6f03..63cbcd328391 100644 --- a/clients/client-pinpoint/commands/GetCampaignCommand.ts +++ b/clients/client-pinpoint/commands/GetCampaignCommand.ts @@ -23,7 +23,7 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat /** *

Retrieves information about the status, configuration, and other settings for a campaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetCampaignCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetCampaignCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetCampaignDateRangeKpiCommand.ts b/clients/client-pinpoint/commands/GetCampaignDateRangeKpiCommand.ts index e5c969215da3..e2a56ae317d7 100644 --- a/clients/client-pinpoint/commands/GetCampaignDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/commands/GetCampaignDateRangeKpiCommand.ts @@ -23,7 +23,7 @@ export interface GetCampaignDateRangeKpiCommandOutput extends GetCampaignDateRan /** *

Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetCampaignDateRangeKpiCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetCampaignDateRangeKpiCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetCampaignVersionCommand.ts b/clients/client-pinpoint/commands/GetCampaignVersionCommand.ts index 46ca346198cb..f1407fb21555 100644 --- a/clients/client-pinpoint/commands/GetCampaignVersionCommand.ts +++ b/clients/client-pinpoint/commands/GetCampaignVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetCampaignVersionCommandOutput extends GetCampaignVersionRespo /** *

Retrieves information about the status, configuration, and other settings for a specific version of a campaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetCampaignVersionCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetCampaignVersionCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetCampaignVersionsCommand.ts b/clients/client-pinpoint/commands/GetCampaignVersionsCommand.ts index f3bd00192a46..11d9ed297a52 100644 --- a/clients/client-pinpoint/commands/GetCampaignVersionsCommand.ts +++ b/clients/client-pinpoint/commands/GetCampaignVersionsCommand.ts @@ -23,7 +23,7 @@ export interface GetCampaignVersionsCommandOutput extends GetCampaignVersionsRes /** *

Retrieves information about the status, configuration, and other settings for all versions of a campaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetCampaignVersionsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetCampaignVersionsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetCampaignsCommand.ts b/clients/client-pinpoint/commands/GetCampaignsCommand.ts index 797f1035ddf5..33c2509bf6ad 100644 --- a/clients/client-pinpoint/commands/GetCampaignsCommand.ts +++ b/clients/client-pinpoint/commands/GetCampaignsCommand.ts @@ -23,7 +23,7 @@ export interface GetCampaignsCommandOutput extends GetCampaignsResponse, __Metad /** *

Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetCampaignsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetCampaignsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetChannelsCommand.ts b/clients/client-pinpoint/commands/GetChannelsCommand.ts index c261f1c6e3dd..2bd0c8e9f7d9 100644 --- a/clients/client-pinpoint/commands/GetChannelsCommand.ts +++ b/clients/client-pinpoint/commands/GetChannelsCommand.ts @@ -23,7 +23,7 @@ export interface GetChannelsCommandOutput extends GetChannelsResponse, __Metadat /** *

Retrieves information about the history and status of each channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetChannelsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetChannelsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetEmailChannelCommand.ts b/clients/client-pinpoint/commands/GetEmailChannelCommand.ts index 3e1443c92253..8b12b154e468 100644 --- a/clients/client-pinpoint/commands/GetEmailChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetEmailChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetEmailChannelCommandOutput extends GetEmailChannelResponse, _ /** *

Retrieves information about the status and settings of the email channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetEmailChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetEmailChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetEmailTemplateCommand.ts b/clients/client-pinpoint/commands/GetEmailTemplateCommand.ts index eeadc279ba8c..c2000c49b696 100644 --- a/clients/client-pinpoint/commands/GetEmailTemplateCommand.ts +++ b/clients/client-pinpoint/commands/GetEmailTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse, /** *

Retrieves the content and settings of a message template for messages that are sent through the email channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetEmailTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetEmailTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetEndpointCommand.ts b/clients/client-pinpoint/commands/GetEndpointCommand.ts index fc7b23458ad6..aaebfec9ca83 100644 --- a/clients/client-pinpoint/commands/GetEndpointCommand.ts +++ b/clients/client-pinpoint/commands/GetEndpointCommand.ts @@ -23,7 +23,7 @@ export interface GetEndpointCommandOutput extends GetEndpointResponse, __Metadat /** *

Retrieves information about the settings and attributes of a specific endpoint for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetEndpointCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetEndpointCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetEventStreamCommand.ts b/clients/client-pinpoint/commands/GetEventStreamCommand.ts index cee3d779fbce..a3ac32552b2f 100644 --- a/clients/client-pinpoint/commands/GetEventStreamCommand.ts +++ b/clients/client-pinpoint/commands/GetEventStreamCommand.ts @@ -23,7 +23,7 @@ export interface GetEventStreamCommandOutput extends GetEventStreamResponse, __M /** *

Retrieves information about the event stream settings for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetEventStreamCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetEventStreamCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetExportJobCommand.ts b/clients/client-pinpoint/commands/GetExportJobCommand.ts index 312be0f9dcf0..03c1c9b33006 100644 --- a/clients/client-pinpoint/commands/GetExportJobCommand.ts +++ b/clients/client-pinpoint/commands/GetExportJobCommand.ts @@ -23,7 +23,7 @@ export interface GetExportJobCommandOutput extends GetExportJobResponse, __Metad /** *

Retrieves information about the status and settings of a specific export job for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetExportJobCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetExportJobCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetExportJobsCommand.ts b/clients/client-pinpoint/commands/GetExportJobsCommand.ts index d3271f7c96d1..42bd2ae5d6ac 100644 --- a/clients/client-pinpoint/commands/GetExportJobsCommand.ts +++ b/clients/client-pinpoint/commands/GetExportJobsCommand.ts @@ -23,7 +23,7 @@ export interface GetExportJobsCommandOutput extends GetExportJobsResponse, __Met /** *

Retrieves information about the status and settings of all the export jobs for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetExportJobsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetExportJobsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetGcmChannelCommand.ts b/clients/client-pinpoint/commands/GetGcmChannelCommand.ts index 93736f422c27..b338607f813c 100644 --- a/clients/client-pinpoint/commands/GetGcmChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetGcmChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetGcmChannelCommandOutput extends GetGcmChannelResponse, __Met /** *

Retrieves information about the status and settings of the GCM channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetGcmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetGcmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetImportJobCommand.ts b/clients/client-pinpoint/commands/GetImportJobCommand.ts index 6178d234345b..8ad2157f1332 100644 --- a/clients/client-pinpoint/commands/GetImportJobCommand.ts +++ b/clients/client-pinpoint/commands/GetImportJobCommand.ts @@ -23,7 +23,7 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad /** *

Retrieves information about the status and settings of a specific import job for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetImportJobCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetImportJobCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetImportJobsCommand.ts b/clients/client-pinpoint/commands/GetImportJobsCommand.ts index acf956f73883..587bc477b22c 100644 --- a/clients/client-pinpoint/commands/GetImportJobsCommand.ts +++ b/clients/client-pinpoint/commands/GetImportJobsCommand.ts @@ -23,7 +23,7 @@ export interface GetImportJobsCommandOutput extends GetImportJobsResponse, __Met /** *

Retrieves information about the status and settings of all the import jobs for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetImportJobsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetImportJobsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetJourneyCommand.ts b/clients/client-pinpoint/commands/GetJourneyCommand.ts index ccebef6a3cc8..3224e854ba67 100644 --- a/clients/client-pinpoint/commands/GetJourneyCommand.ts +++ b/clients/client-pinpoint/commands/GetJourneyCommand.ts @@ -23,7 +23,7 @@ export interface GetJourneyCommandOutput extends GetJourneyResponse, __MetadataB /** *

Retrieves information about the status, configuration, and other settings for a journey.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetJourneyCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetJourneyCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetJourneyDateRangeKpiCommand.ts b/clients/client-pinpoint/commands/GetJourneyDateRangeKpiCommand.ts index ac7c0155d2ec..b0fec00256d4 100644 --- a/clients/client-pinpoint/commands/GetJourneyDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/commands/GetJourneyDateRangeKpiCommand.ts @@ -23,7 +23,7 @@ export interface GetJourneyDateRangeKpiCommandOutput extends GetJourneyDateRange /** *

Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetJourneyDateRangeKpiCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetJourneyDateRangeKpiCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetJourneyExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/commands/GetJourneyExecutionActivityMetricsCommand.ts index 6453b31c15a9..9400c4a1ce9b 100644 --- a/clients/client-pinpoint/commands/GetJourneyExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/commands/GetJourneyExecutionActivityMetricsCommand.ts @@ -28,7 +28,7 @@ export interface GetJourneyExecutionActivityMetricsCommandOutput /** *

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetJourneyExecutionActivityMetricsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetJourneyExecutionActivityMetricsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetJourneyExecutionMetricsCommand.ts b/clients/client-pinpoint/commands/GetJourneyExecutionMetricsCommand.ts index d1c78f63e6cc..d0363cc7e77c 100644 --- a/clients/client-pinpoint/commands/GetJourneyExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/commands/GetJourneyExecutionMetricsCommand.ts @@ -23,7 +23,7 @@ export interface GetJourneyExecutionMetricsCommandOutput extends GetJourneyExecu /** *

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetJourneyExecutionMetricsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetJourneyExecutionMetricsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetPushTemplateCommand.ts b/clients/client-pinpoint/commands/GetPushTemplateCommand.ts index 75dbfcc93fec..26eeaa8ef738 100644 --- a/clients/client-pinpoint/commands/GetPushTemplateCommand.ts +++ b/clients/client-pinpoint/commands/GetPushTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetPushTemplateCommandOutput extends GetPushTemplateResponse, _ /** *

Retrieves the content and settings of a message template for messages that are sent through a push notification channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetPushTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetPushTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetRecommenderConfigurationCommand.ts b/clients/client-pinpoint/commands/GetRecommenderConfigurationCommand.ts index 06658fda4bd3..dc00b8731040 100644 --- a/clients/client-pinpoint/commands/GetRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/commands/GetRecommenderConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetRecommenderConfigurationCommandOutput /** *

Retrieves information about an Amazon Pinpoint configuration for a recommender model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetRecommenderConfigurationsCommand.ts b/clients/client-pinpoint/commands/GetRecommenderConfigurationsCommand.ts index 2b6d9564553a..aab716fb44a7 100644 --- a/clients/client-pinpoint/commands/GetRecommenderConfigurationsCommand.ts +++ b/clients/client-pinpoint/commands/GetRecommenderConfigurationsCommand.ts @@ -25,7 +25,7 @@ export interface GetRecommenderConfigurationsCommandOutput /** *

Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetRecommenderConfigurationsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetRecommenderConfigurationsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSegmentCommand.ts b/clients/client-pinpoint/commands/GetSegmentCommand.ts index f3b2df91e583..b8e77cc4404f 100644 --- a/clients/client-pinpoint/commands/GetSegmentCommand.ts +++ b/clients/client-pinpoint/commands/GetSegmentCommand.ts @@ -23,7 +23,7 @@ export interface GetSegmentCommandOutput extends GetSegmentResponse, __MetadataB /** *

Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSegmentExportJobsCommand.ts b/clients/client-pinpoint/commands/GetSegmentExportJobsCommand.ts index fd1fda684827..034c5523a7f5 100644 --- a/clients/client-pinpoint/commands/GetSegmentExportJobsCommand.ts +++ b/clients/client-pinpoint/commands/GetSegmentExportJobsCommand.ts @@ -23,7 +23,7 @@ export interface GetSegmentExportJobsCommandOutput extends GetSegmentExportJobsR /** *

Retrieves information about the status and settings of the export jobs for a segment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSegmentExportJobsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSegmentExportJobsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSegmentImportJobsCommand.ts b/clients/client-pinpoint/commands/GetSegmentImportJobsCommand.ts index dd3940c27490..ae79714455e8 100644 --- a/clients/client-pinpoint/commands/GetSegmentImportJobsCommand.ts +++ b/clients/client-pinpoint/commands/GetSegmentImportJobsCommand.ts @@ -23,7 +23,7 @@ export interface GetSegmentImportJobsCommandOutput extends GetSegmentImportJobsR /** *

Retrieves information about the status and settings of the import jobs for a segment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSegmentImportJobsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSegmentImportJobsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSegmentVersionCommand.ts b/clients/client-pinpoint/commands/GetSegmentVersionCommand.ts index d9f60cddb7e2..29679f11378a 100644 --- a/clients/client-pinpoint/commands/GetSegmentVersionCommand.ts +++ b/clients/client-pinpoint/commands/GetSegmentVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetSegmentVersionCommandOutput extends GetSegmentVersionRespons /** *

Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSegmentVersionCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSegmentVersionCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSegmentVersionsCommand.ts b/clients/client-pinpoint/commands/GetSegmentVersionsCommand.ts index 60e28bc10c90..b378b96c6a6b 100644 --- a/clients/client-pinpoint/commands/GetSegmentVersionsCommand.ts +++ b/clients/client-pinpoint/commands/GetSegmentVersionsCommand.ts @@ -23,7 +23,7 @@ export interface GetSegmentVersionsCommandOutput extends GetSegmentVersionsRespo /** *

Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSegmentVersionsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSegmentVersionsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSegmentsCommand.ts b/clients/client-pinpoint/commands/GetSegmentsCommand.ts index 124c0f77d88a..04d924bb9211 100644 --- a/clients/client-pinpoint/commands/GetSegmentsCommand.ts +++ b/clients/client-pinpoint/commands/GetSegmentsCommand.ts @@ -23,7 +23,7 @@ export interface GetSegmentsCommandOutput extends GetSegmentsResponse, __Metadat /** *

Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSegmentsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSegmentsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSmsChannelCommand.ts b/clients/client-pinpoint/commands/GetSmsChannelCommand.ts index 11e0d0f5fbed..7c68caf9459b 100644 --- a/clients/client-pinpoint/commands/GetSmsChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetSmsChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetSmsChannelCommandOutput extends GetSmsChannelResponse, __Met /** *

Retrieves information about the status and settings of the SMS channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSmsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSmsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetSmsTemplateCommand.ts b/clients/client-pinpoint/commands/GetSmsTemplateCommand.ts index 8c9719366a0c..e784eb8a3867 100644 --- a/clients/client-pinpoint/commands/GetSmsTemplateCommand.ts +++ b/clients/client-pinpoint/commands/GetSmsTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetSmsTemplateCommandOutput extends GetSmsTemplateResponse, __M /** *

Retrieves the content and settings of a message template for messages that are sent through the SMS channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetUserEndpointsCommand.ts b/clients/client-pinpoint/commands/GetUserEndpointsCommand.ts index af3dcb4101c9..f97f34696795 100644 --- a/clients/client-pinpoint/commands/GetUserEndpointsCommand.ts +++ b/clients/client-pinpoint/commands/GetUserEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface GetUserEndpointsCommandOutput extends GetUserEndpointsResponse, /** *

Retrieves information about all the endpoints that are associated with a specific user ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetUserEndpointsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetUserEndpointsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetVoiceChannelCommand.ts b/clients/client-pinpoint/commands/GetVoiceChannelCommand.ts index 84e317a7ced9..10079c1da673 100644 --- a/clients/client-pinpoint/commands/GetVoiceChannelCommand.ts +++ b/clients/client-pinpoint/commands/GetVoiceChannelCommand.ts @@ -23,7 +23,7 @@ export interface GetVoiceChannelCommandOutput extends GetVoiceChannelResponse, _ /** *

Retrieves information about the status and settings of the voice channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetVoiceChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetVoiceChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/GetVoiceTemplateCommand.ts b/clients/client-pinpoint/commands/GetVoiceTemplateCommand.ts index 9f9a7c8c4e03..497d44ae423c 100644 --- a/clients/client-pinpoint/commands/GetVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/commands/GetVoiceTemplateCommand.ts @@ -23,7 +23,7 @@ export interface GetVoiceTemplateCommandOutput extends GetVoiceTemplateResponse, /** *

Retrieves the content and settings of a message template for messages that are sent through the voice channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, GetVoiceTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, GetVoiceTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/ListJourneysCommand.ts b/clients/client-pinpoint/commands/ListJourneysCommand.ts index 038ec847dcc0..83000dfa2b28 100644 --- a/clients/client-pinpoint/commands/ListJourneysCommand.ts +++ b/clients/client-pinpoint/commands/ListJourneysCommand.ts @@ -23,7 +23,7 @@ export interface ListJourneysCommandOutput extends ListJourneysResponse, __Metad /** *

Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, ListJourneysCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, ListJourneysCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint/commands/ListTagsForResourceCommand.ts index dce56dfda475..06a82bc87d7a 100644 --- a/clients/client-pinpoint/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, ListTagsForResourceCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, ListTagsForResourceCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/ListTemplateVersionsCommand.ts b/clients/client-pinpoint/commands/ListTemplateVersionsCommand.ts index 6e5273a2054c..242859e05271 100644 --- a/clients/client-pinpoint/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-pinpoint/commands/ListTemplateVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR /** *

Retrieves information about all the versions of a specific message template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, ListTemplateVersionsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, ListTemplateVersionsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/ListTemplatesCommand.ts b/clients/client-pinpoint/commands/ListTemplatesCommand.ts index 7fdf13f1f45d..19144bd0057c 100644 --- a/clients/client-pinpoint/commands/ListTemplatesCommand.ts +++ b/clients/client-pinpoint/commands/ListTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met /** *

Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, ListTemplatesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, ListTemplatesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/PhoneNumberValidateCommand.ts b/clients/client-pinpoint/commands/PhoneNumberValidateCommand.ts index a586b029f418..71df19994393 100644 --- a/clients/client-pinpoint/commands/PhoneNumberValidateCommand.ts +++ b/clients/client-pinpoint/commands/PhoneNumberValidateCommand.ts @@ -23,7 +23,7 @@ export interface PhoneNumberValidateCommandOutput extends PhoneNumberValidateRes /** *

Retrieves information about a phone number.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, PhoneNumberValidateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, PhoneNumberValidateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/PutEventStreamCommand.ts b/clients/client-pinpoint/commands/PutEventStreamCommand.ts index cdf4be6ab1cc..bb3e2ed55cac 100644 --- a/clients/client-pinpoint/commands/PutEventStreamCommand.ts +++ b/clients/client-pinpoint/commands/PutEventStreamCommand.ts @@ -23,7 +23,7 @@ export interface PutEventStreamCommandOutput extends PutEventStreamResponse, __M /** *

Creates a new event stream for an application or updates the settings of an existing event stream for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, PutEventStreamCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, PutEventStreamCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/PutEventsCommand.ts b/clients/client-pinpoint/commands/PutEventsCommand.ts index a77eff08ea4d..743d0641a1c5 100644 --- a/clients/client-pinpoint/commands/PutEventsCommand.ts +++ b/clients/client-pinpoint/commands/PutEventsCommand.ts @@ -23,7 +23,7 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea /** *

Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, PutEventsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, PutEventsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/RemoveAttributesCommand.ts b/clients/client-pinpoint/commands/RemoveAttributesCommand.ts index 90990d4d4e43..25b1eeae3931 100644 --- a/clients/client-pinpoint/commands/RemoveAttributesCommand.ts +++ b/clients/client-pinpoint/commands/RemoveAttributesCommand.ts @@ -23,7 +23,7 @@ export interface RemoveAttributesCommandOutput extends RemoveAttributesResponse, /** *

Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, RemoveAttributesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, RemoveAttributesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/SendMessagesCommand.ts b/clients/client-pinpoint/commands/SendMessagesCommand.ts index 1097ff8455af..a2c94d7a28b3 100644 --- a/clients/client-pinpoint/commands/SendMessagesCommand.ts +++ b/clients/client-pinpoint/commands/SendMessagesCommand.ts @@ -23,7 +23,7 @@ export interface SendMessagesCommandOutput extends SendMessagesResponse, __Metad /** *

Creates and sends a direct message.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, SendMessagesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, SendMessagesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/SendUsersMessagesCommand.ts b/clients/client-pinpoint/commands/SendUsersMessagesCommand.ts index c36ce6ae7a53..0b416eb2ecf7 100644 --- a/clients/client-pinpoint/commands/SendUsersMessagesCommand.ts +++ b/clients/client-pinpoint/commands/SendUsersMessagesCommand.ts @@ -23,7 +23,7 @@ export interface SendUsersMessagesCommandOutput extends SendUsersMessagesRespons /** *

Creates and sends a message to a list of users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, SendUsersMessagesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, SendUsersMessagesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/TagResourceCommand.ts b/clients/client-pinpoint/commands/TagResourceCommand.ts index 84b0db93cdf4..5db7db490ec5 100644 --- a/clients/client-pinpoint/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Adds one or more tags (keys and values) to an application, campaign, message template, or segment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, TagResourceCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, TagResourceCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UntagResourceCommand.ts b/clients/client-pinpoint/commands/UntagResourceCommand.ts index 796a27619f29..3925e90890b3 100644 --- a/clients/client-pinpoint/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes one or more tags (keys and values) from an application, campaign, message template, or segment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UntagResourceCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UntagResourceCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateAdmChannelCommand.ts b/clients/client-pinpoint/commands/UpdateAdmChannelCommand.ts index 4ed6d6ddf912..c5aeca78d69f 100644 --- a/clients/client-pinpoint/commands/UpdateAdmChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateAdmChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAdmChannelCommandOutput extends UpdateAdmChannelResponse, /** *

Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateAdmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateAdmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateApnsChannelCommand.ts b/clients/client-pinpoint/commands/UpdateApnsChannelCommand.ts index 1f570bd3ae60..3b90b34c37a2 100644 --- a/clients/client-pinpoint/commands/UpdateApnsChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateApnsChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApnsChannelCommandOutput extends UpdateApnsChannelRespons /** *

Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateApnsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateApnsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateApnsSandboxChannelCommand.ts b/clients/client-pinpoint/commands/UpdateApnsSandboxChannelCommand.ts index 1414d858f47b..03f645b63197 100644 --- a/clients/client-pinpoint/commands/UpdateApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateApnsSandboxChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApnsSandboxChannelCommandOutput extends UpdateApnsSandbox /** *

Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateApnsSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateApnsSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateApnsVoipChannelCommand.ts b/clients/client-pinpoint/commands/UpdateApnsVoipChannelCommand.ts index 0c32c3b53403..badf88074550 100644 --- a/clients/client-pinpoint/commands/UpdateApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateApnsVoipChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApnsVoipChannelCommandOutput extends UpdateApnsVoipChanne /** *

Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateApnsVoipChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateApnsVoipChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/commands/UpdateApnsVoipSandboxChannelCommand.ts index 8b3a393606b3..9a00646cada2 100644 --- a/clients/client-pinpoint/commands/UpdateApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateApnsVoipSandboxChannelCommand.ts @@ -25,7 +25,7 @@ export interface UpdateApnsVoipSandboxChannelCommandOutput /** *

Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP sandbox channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateApnsVoipSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateApnsVoipSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateApplicationSettingsCommand.ts b/clients/client-pinpoint/commands/UpdateApplicationSettingsCommand.ts index f1cbda05d4ef..e2571ad1c7a9 100644 --- a/clients/client-pinpoint/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/commands/UpdateApplicationSettingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicatio /** *

Updates the settings for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateApplicationSettingsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateApplicationSettingsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateBaiduChannelCommand.ts b/clients/client-pinpoint/commands/UpdateBaiduChannelCommand.ts index e79dff06aa35..6b56f1ca30b7 100644 --- a/clients/client-pinpoint/commands/UpdateBaiduChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateBaiduChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateBaiduChannelCommandOutput extends UpdateBaiduChannelRespo /** *

Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateBaiduChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateBaiduChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateCampaignCommand.ts b/clients/client-pinpoint/commands/UpdateCampaignCommand.ts index fd5b42d758aa..56195a9e4517 100644 --- a/clients/client-pinpoint/commands/UpdateCampaignCommand.ts +++ b/clients/client-pinpoint/commands/UpdateCampaignCommand.ts @@ -23,7 +23,7 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M /** *

Updates the configuration and other settings for a campaign.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateCampaignCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateCampaignCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateEmailChannelCommand.ts b/clients/client-pinpoint/commands/UpdateEmailChannelCommand.ts index 0d60db361d9d..ec42e01033a4 100644 --- a/clients/client-pinpoint/commands/UpdateEmailChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateEmailChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEmailChannelCommandOutput extends UpdateEmailChannelRespo /** *

Enables the email channel for an application or updates the status and settings of the email channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateEmailChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateEmailChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateEmailTemplateCommand.ts b/clients/client-pinpoint/commands/UpdateEmailTemplateCommand.ts index ad20c52fbd77..c333600c5db9 100644 --- a/clients/client-pinpoint/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/commands/UpdateEmailTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes /** *

Updates an existing message template for messages that are sent through the email channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateEmailTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateEmailTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateEndpointCommand.ts b/clients/client-pinpoint/commands/UpdateEndpointCommand.ts index 019901665caf..6209fb8b8ccb 100644 --- a/clients/client-pinpoint/commands/UpdateEndpointCommand.ts +++ b/clients/client-pinpoint/commands/UpdateEndpointCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __M /** *

Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes for an endpoint. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateEndpointCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateEndpointCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateEndpointsBatchCommand.ts b/clients/client-pinpoint/commands/UpdateEndpointsBatchCommand.ts index 2418b30e5fb3..f1ec69820910 100644 --- a/clients/client-pinpoint/commands/UpdateEndpointsBatchCommand.ts +++ b/clients/client-pinpoint/commands/UpdateEndpointsBatchCommand.ts @@ -23,7 +23,7 @@ export interface UpdateEndpointsBatchCommandOutput extends UpdateEndpointsBatchR /** *

Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes for a batch of endpoints. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateEndpointsBatchCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateEndpointsBatchCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateGcmChannelCommand.ts b/clients/client-pinpoint/commands/UpdateGcmChannelCommand.ts index 9e6f0970a624..3e82e8856f8e 100644 --- a/clients/client-pinpoint/commands/UpdateGcmChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateGcmChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGcmChannelCommandOutput extends UpdateGcmChannelResponse, /** *

Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateGcmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateGcmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateJourneyCommand.ts b/clients/client-pinpoint/commands/UpdateJourneyCommand.ts index d3f27dc5f1f9..ce732b4dd3dc 100644 --- a/clients/client-pinpoint/commands/UpdateJourneyCommand.ts +++ b/clients/client-pinpoint/commands/UpdateJourneyCommand.ts @@ -23,7 +23,7 @@ export interface UpdateJourneyCommandOutput extends UpdateJourneyResponse, __Met /** *

Updates the configuration and other settings for a journey.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateJourneyCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateJourneyCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateJourneyStateCommand.ts b/clients/client-pinpoint/commands/UpdateJourneyStateCommand.ts index 199cbc66dfd7..a41655f1f265 100644 --- a/clients/client-pinpoint/commands/UpdateJourneyStateCommand.ts +++ b/clients/client-pinpoint/commands/UpdateJourneyStateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateJourneyStateCommandOutput extends UpdateJourneyStateRespo /** *

Cancels (stops) an active journey.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateJourneyStateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateJourneyStateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdatePushTemplateCommand.ts b/clients/client-pinpoint/commands/UpdatePushTemplateCommand.ts index e315c778c3b1..1c899b1613fe 100644 --- a/clients/client-pinpoint/commands/UpdatePushTemplateCommand.ts +++ b/clients/client-pinpoint/commands/UpdatePushTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePushTemplateCommandOutput extends UpdatePushTemplateRespo /** *

Updates an existing message template for messages that are sent through a push notification channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdatePushTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdatePushTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/commands/UpdateRecommenderConfigurationCommand.ts index a7422c0d29df..3c145523938b 100644 --- a/clients/client-pinpoint/commands/UpdateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/commands/UpdateRecommenderConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateRecommenderConfigurationCommandOutput /** *

Updates an Amazon Pinpoint configuration for a recommender model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateSegmentCommand.ts b/clients/client-pinpoint/commands/UpdateSegmentCommand.ts index 95bbe2dcf896..4006fc810899 100644 --- a/clients/client-pinpoint/commands/UpdateSegmentCommand.ts +++ b/clients/client-pinpoint/commands/UpdateSegmentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSegmentCommandOutput extends UpdateSegmentResponse, __Met /** *

Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateSmsChannelCommand.ts b/clients/client-pinpoint/commands/UpdateSmsChannelCommand.ts index dd56b1369f8a..022a15971e8f 100644 --- a/clients/client-pinpoint/commands/UpdateSmsChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateSmsChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSmsChannelCommandOutput extends UpdateSmsChannelResponse, /** *

Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateSmsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateSmsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateSmsTemplateCommand.ts b/clients/client-pinpoint/commands/UpdateSmsTemplateCommand.ts index b0760ec9cb93..dd10708a4ee0 100644 --- a/clients/client-pinpoint/commands/UpdateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/commands/UpdateSmsTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSmsTemplateCommandOutput extends UpdateSmsTemplateRespons /** *

Updates an existing message template for messages that are sent through the SMS channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateTemplateActiveVersionCommand.ts b/clients/client-pinpoint/commands/UpdateTemplateActiveVersionCommand.ts index 4c7fe7f641fd..e30d81a1f7a1 100644 --- a/clients/client-pinpoint/commands/UpdateTemplateActiveVersionCommand.ts +++ b/clients/client-pinpoint/commands/UpdateTemplateActiveVersionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateTemplateActiveVersionCommandOutput /** *

Changes the status of a specific version of a message template to active.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateTemplateActiveVersionCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateTemplateActiveVersionCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateVoiceChannelCommand.ts b/clients/client-pinpoint/commands/UpdateVoiceChannelCommand.ts index 958304517014..0aa9edd7d9bb 100644 --- a/clients/client-pinpoint/commands/UpdateVoiceChannelCommand.ts +++ b/clients/client-pinpoint/commands/UpdateVoiceChannelCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVoiceChannelCommandOutput extends UpdateVoiceChannelRespo /** *

Enables the voice channel for an application or updates the status and settings of the voice channel for an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateVoiceChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateVoiceChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-pinpoint/commands/UpdateVoiceTemplateCommand.ts b/clients/client-pinpoint/commands/UpdateVoiceTemplateCommand.ts index 225b31d19997..a4e3870286aa 100644 --- a/clients/client-pinpoint/commands/UpdateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/commands/UpdateVoiceTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVoiceTemplateCommandOutput extends UpdateVoiceTemplateRes /** *

Updates an existing message template for messages that are sent through the voice channel.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PinpointClient, UpdateVoiceTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import * // const { PinpointClient, UpdateVoiceTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import diff --git a/clients/client-polly/commands/DeleteLexiconCommand.ts b/clients/client-polly/commands/DeleteLexiconCommand.ts index 0a06936e3dd2..18936b467c1e 100644 --- a/clients/client-polly/commands/DeleteLexiconCommand.ts +++ b/clients/client-polly/commands/DeleteLexiconCommand.ts @@ -27,7 +27,7 @@ export interface DeleteLexiconCommandOutput extends DeleteLexiconOutput, __Metad *

For more information, see Managing * Lexicons.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, DeleteLexiconCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, DeleteLexiconCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/DescribeVoicesCommand.ts b/clients/client-polly/commands/DescribeVoicesCommand.ts index d48cfd3c5ca3..91bde55100bf 100644 --- a/clients/client-polly/commands/DescribeVoicesCommand.ts +++ b/clients/client-polly/commands/DescribeVoicesCommand.ts @@ -39,7 +39,7 @@ export interface DescribeVoicesCommandOutput extends DescribeVoicesOutput, __Met *

This operation requires permissions to perform the polly:DescribeVoices * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, DescribeVoicesCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, DescribeVoicesCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/GetLexiconCommand.ts b/clients/client-polly/commands/GetLexiconCommand.ts index 9e8a93b57a68..9b5a1accc4c7 100644 --- a/clients/client-polly/commands/GetLexiconCommand.ts +++ b/clients/client-polly/commands/GetLexiconCommand.ts @@ -25,7 +25,7 @@ export interface GetLexiconCommandOutput extends GetLexiconOutput, __MetadataBea * more information, see Managing * Lexicons.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, GetLexiconCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, GetLexiconCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/GetSpeechSynthesisTaskCommand.ts b/clients/client-polly/commands/GetSpeechSynthesisTaskCommand.ts index 86bdd8d89678..1894d558d449 100644 --- a/clients/client-polly/commands/GetSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/commands/GetSpeechSynthesisTaskCommand.ts @@ -25,7 +25,7 @@ export interface GetSpeechSynthesisTaskCommandOutput extends GetSpeechSynthesisT * information about the given speech synthesis task, including the status of the task, and a * link to the S3 bucket containing the output of the task.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, GetSpeechSynthesisTaskCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, GetSpeechSynthesisTaskCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/ListLexiconsCommand.ts b/clients/client-polly/commands/ListLexiconsCommand.ts index 4a89430054b8..c90fac09f8e8 100644 --- a/clients/client-polly/commands/ListLexiconsCommand.ts +++ b/clients/client-polly/commands/ListLexiconsCommand.ts @@ -25,7 +25,7 @@ export interface ListLexiconsCommandOutput extends ListLexiconsOutput, __Metadat * see Managing * Lexicons.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, ListLexiconsCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, ListLexiconsCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/ListSpeechSynthesisTasksCommand.ts b/clients/client-polly/commands/ListSpeechSynthesisTasksCommand.ts index c7eeb3cc590d..27c830e656a7 100644 --- a/clients/client-polly/commands/ListSpeechSynthesisTasksCommand.ts +++ b/clients/client-polly/commands/ListSpeechSynthesisTasksCommand.ts @@ -25,7 +25,7 @@ export interface ListSpeechSynthesisTasksCommandOutput extends ListSpeechSynthes * operation can filter the tasks by their status, for example, allowing users to list only tasks * that are completed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, ListSpeechSynthesisTasksCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, ListSpeechSynthesisTasksCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/PutLexiconCommand.ts b/clients/client-polly/commands/PutLexiconCommand.ts index b9dbf6c1ed41..b6275bbcb8eb 100644 --- a/clients/client-polly/commands/PutLexiconCommand.ts +++ b/clients/client-polly/commands/PutLexiconCommand.ts @@ -28,7 +28,7 @@ export interface PutLexiconCommandOutput extends PutLexiconOutput, __MetadataBea *

For more information, see Managing * Lexicons.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, PutLexiconCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, PutLexiconCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/StartSpeechSynthesisTaskCommand.ts b/clients/client-polly/commands/StartSpeechSynthesisTaskCommand.ts index 640ee7abb726..9e88191c3a3e 100644 --- a/clients/client-polly/commands/StartSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/commands/StartSpeechSynthesisTaskCommand.ts @@ -28,7 +28,7 @@ export interface StartSpeechSynthesisTaskCommandOutput extends StartSpeechSynthe * Once the synthesis task is created, this operation will return a SpeechSynthesisTask object, * which will include an identifier of this task as well as the current status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, StartSpeechSynthesisTaskCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, StartSpeechSynthesisTaskCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-polly/commands/SynthesizeSpeechCommand.ts b/clients/client-polly/commands/SynthesizeSpeechCommand.ts index a5ee4e6f2dba..7ed43877fead 100644 --- a/clients/client-polly/commands/SynthesizeSpeechCommand.ts +++ b/clients/client-polly/commands/SynthesizeSpeechCommand.ts @@ -27,7 +27,7 @@ export interface SynthesizeSpeechCommandOutput extends SynthesizeSpeechOutput, _ * For more information, see How it * Works.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PollyClient, SynthesizeSpeechCommand } from "@aws-sdk/client-polly"; // ES Modules import * // const { PollyClient, SynthesizeSpeechCommand } = require("@aws-sdk/client-polly"); // CommonJS import diff --git a/clients/client-pricing/commands/DescribeServicesCommand.ts b/clients/client-pricing/commands/DescribeServicesCommand.ts index 9ea1bfbdf383..1b97a7270b4b 100644 --- a/clients/client-pricing/commands/DescribeServicesCommand.ts +++ b/clients/client-pricing/commands/DescribeServicesCommand.ts @@ -29,7 +29,7 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse, * volumeType, maxIopsVolume, operation, * locationType, and instanceCapacity10xlarge.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PricingClient, DescribeServicesCommand } from "@aws-sdk/client-pricing"; // ES Modules import * // const { PricingClient, DescribeServicesCommand } = require("@aws-sdk/client-pricing"); // CommonJS import diff --git a/clients/client-pricing/commands/GetAttributeValuesCommand.ts b/clients/client-pricing/commands/GetAttributeValuesCommand.ts index 435734cbac3c..310cb4a7eaed 100644 --- a/clients/client-pricing/commands/GetAttributeValuesCommand.ts +++ b/clients/client-pricing/commands/GetAttributeValuesCommand.ts @@ -26,7 +26,7 @@ export interface GetAttributeValuesCommandOutput extends GetAttributeValuesRespo * Offer File Definitions * in the AWS Billing and Cost Management User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PricingClient, GetAttributeValuesCommand } from "@aws-sdk/client-pricing"; // ES Modules import * // const { PricingClient, GetAttributeValuesCommand } = require("@aws-sdk/client-pricing"); // CommonJS import diff --git a/clients/client-pricing/commands/GetProductsCommand.ts b/clients/client-pricing/commands/GetProductsCommand.ts index 1cd8b16a319b..288312317c70 100644 --- a/clients/client-pricing/commands/GetProductsCommand.ts +++ b/clients/client-pricing/commands/GetProductsCommand.ts @@ -23,7 +23,7 @@ export interface GetProductsCommandOutput extends GetProductsResponse, __Metadat /** *

Returns a list of all products that match the filter criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PricingClient, GetProductsCommand } from "@aws-sdk/client-pricing"; // ES Modules import * // const { PricingClient, GetProductsCommand } = require("@aws-sdk/client-pricing"); // CommonJS import diff --git a/clients/client-qldb-session/commands/SendCommandCommand.ts b/clients/client-qldb-session/commands/SendCommandCommand.ts index 7284ccb1a9af..bef1161d8ddb 100644 --- a/clients/client-qldb-session/commands/SendCommandCommand.ts +++ b/clients/client-qldb-session/commands/SendCommandCommand.ts @@ -43,7 +43,7 @@ export interface SendCommandCommandOutput extends SendCommandResult, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBSessionClient, SendCommandCommand } from "@aws-sdk/client-qldb-session"; // ES Modules import * // const { QLDBSessionClient, SendCommandCommand } = require("@aws-sdk/client-qldb-session"); // CommonJS import diff --git a/clients/client-qldb/commands/CancelJournalKinesisStreamCommand.ts b/clients/client-qldb/commands/CancelJournalKinesisStreamCommand.ts index c25dd2bee011..3e2c236d4a12 100644 --- a/clients/client-qldb/commands/CancelJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/commands/CancelJournalKinesisStreamCommand.ts @@ -27,7 +27,7 @@ export interface CancelJournalKinesisStreamCommandOutput extends CancelJournalKi * subject to a 7-day retention period, so they are automatically deleted after this limit * expires.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, CancelJournalKinesisStreamCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, CancelJournalKinesisStreamCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/CreateLedgerCommand.ts b/clients/client-qldb/commands/CreateLedgerCommand.ts index 551c02d8238d..7908776f5dcd 100644 --- a/clients/client-qldb/commands/CreateLedgerCommand.ts +++ b/clients/client-qldb/commands/CreateLedgerCommand.ts @@ -23,7 +23,7 @@ export interface CreateLedgerCommandOutput extends CreateLedgerResponse, __Metad /** *

Creates a new ledger in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, CreateLedgerCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, CreateLedgerCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/DeleteLedgerCommand.ts b/clients/client-qldb/commands/DeleteLedgerCommand.ts index 9fbecda00076..667df1ef2f2d 100644 --- a/clients/client-qldb/commands/DeleteLedgerCommand.ts +++ b/clients/client-qldb/commands/DeleteLedgerCommand.ts @@ -27,7 +27,7 @@ export interface DeleteLedgerCommandOutput extends __MetadataBearer {} * UpdateLedger operation to set the flag to false. The QLDB * console disables deletion protection for you when you use it to delete a ledger.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, DeleteLedgerCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, DeleteLedgerCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/DescribeJournalKinesisStreamCommand.ts b/clients/client-qldb/commands/DescribeJournalKinesisStreamCommand.ts index 00bd3d3fff93..bf3230d55b3e 100644 --- a/clients/client-qldb/commands/DescribeJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/commands/DescribeJournalKinesisStreamCommand.ts @@ -27,7 +27,7 @@ export interface DescribeJournalKinesisStreamCommandOutput * includes the Amazon Resource Name (ARN), stream name, current status, creation time, and * the parameters of your original stream creation request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, DescribeJournalKinesisStreamCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, DescribeJournalKinesisStreamCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/DescribeJournalS3ExportCommand.ts b/clients/client-qldb/commands/DescribeJournalS3ExportCommand.ts index c497328b50eb..8a3d6852ea18 100644 --- a/clients/client-qldb/commands/DescribeJournalS3ExportCommand.ts +++ b/clients/client-qldb/commands/DescribeJournalS3ExportCommand.ts @@ -30,7 +30,7 @@ export interface DescribeJournalS3ExportCommandOutput extends DescribeJournalS3E *

If the ledger with the given Name doesn't exist, then throws * ResourceNotFoundException.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, DescribeJournalS3ExportCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, DescribeJournalS3ExportCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/DescribeLedgerCommand.ts b/clients/client-qldb/commands/DescribeLedgerCommand.ts index cb69b1c7b300..957d56f938f7 100644 --- a/clients/client-qldb/commands/DescribeLedgerCommand.ts +++ b/clients/client-qldb/commands/DescribeLedgerCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLedgerCommandOutput extends DescribeLedgerResponse, __M /** *

Returns information about a ledger, including its state and when it was created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, DescribeLedgerCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, DescribeLedgerCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/ExportJournalToS3Command.ts b/clients/client-qldb/commands/ExportJournalToS3Command.ts index 976b109d2345..81623943a318 100644 --- a/clients/client-qldb/commands/ExportJournalToS3Command.ts +++ b/clients/client-qldb/commands/ExportJournalToS3Command.ts @@ -30,7 +30,7 @@ export interface ExportJournalToS3CommandOutput extends ExportJournalToS3Respons *

You can initiate up to two concurrent journal export requests for each ledger. Beyond * this limit, journal export requests throw LimitExceededException.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, ExportJournalToS3Command } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, ExportJournalToS3Command } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/GetBlockCommand.ts b/clients/client-qldb/commands/GetBlockCommand.ts index ac6b8a71eaaf..d9302d19e2cd 100644 --- a/clients/client-qldb/commands/GetBlockCommand.ts +++ b/clients/client-qldb/commands/GetBlockCommand.ts @@ -32,7 +32,7 @@ export interface GetBlockCommandOutput extends GetBlockResponse, __MetadataBeare *

If no block exists with the specified address, then throws * InvalidParameterException.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, GetBlockCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, GetBlockCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/GetDigestCommand.ts b/clients/client-qldb/commands/GetDigestCommand.ts index 2791f2d1e100..20aaa7a0f1b5 100644 --- a/clients/client-qldb/commands/GetDigestCommand.ts +++ b/clients/client-qldb/commands/GetDigestCommand.ts @@ -24,7 +24,7 @@ export interface GetDigestCommandOutput extends GetDigestResponse, __MetadataBea *

Returns the digest of a ledger at the latest committed block in the journal. The * response includes a 256-bit hash value and a block address.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, GetDigestCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, GetDigestCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/GetRevisionCommand.ts b/clients/client-qldb/commands/GetRevisionCommand.ts index 0ae72cde24c5..ecee4c328b12 100644 --- a/clients/client-qldb/commands/GetRevisionCommand.ts +++ b/clients/client-qldb/commands/GetRevisionCommand.ts @@ -25,7 +25,7 @@ export interface GetRevisionCommandOutput extends GetRevisionResponse, __Metadat * returns a proof of the specified revision for verification if DigestTipAddress * is provided.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, GetRevisionCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, GetRevisionCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/ListJournalKinesisStreamsForLedgerCommand.ts b/clients/client-qldb/commands/ListJournalKinesisStreamsForLedgerCommand.ts index 97eb5693956b..7f0551db7de4 100644 --- a/clients/client-qldb/commands/ListJournalKinesisStreamsForLedgerCommand.ts +++ b/clients/client-qldb/commands/ListJournalKinesisStreamsForLedgerCommand.ts @@ -33,7 +33,7 @@ export interface ListJournalKinesisStreamsForLedgerCommandOutput * you can retrieve all the items by calling ListJournalKinesisStreamsForLedger * multiple times.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, ListJournalKinesisStreamsForLedgerCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, ListJournalKinesisStreamsForLedgerCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/ListJournalS3ExportsCommand.ts b/clients/client-qldb/commands/ListJournalS3ExportsCommand.ts index dafc34607466..5e27299bb122 100644 --- a/clients/client-qldb/commands/ListJournalS3ExportsCommand.ts +++ b/clients/client-qldb/commands/ListJournalS3ExportsCommand.ts @@ -29,7 +29,7 @@ export interface ListJournalS3ExportsCommandOutput extends ListJournalS3ExportsR *

This action does not return any expired export jobs. For more information, see Export Job Expiration in the Amazon QLDB Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, ListJournalS3ExportsCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, ListJournalS3ExportsCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/ListJournalS3ExportsForLedgerCommand.ts b/clients/client-qldb/commands/ListJournalS3ExportsForLedgerCommand.ts index 8cd603675bbd..bf5ae4b2e3fa 100644 --- a/clients/client-qldb/commands/ListJournalS3ExportsForLedgerCommand.ts +++ b/clients/client-qldb/commands/ListJournalS3ExportsForLedgerCommand.ts @@ -30,7 +30,7 @@ export interface ListJournalS3ExportsForLedgerCommandOutput *

This action does not return any expired export jobs. For more information, see Export Job Expiration in the Amazon QLDB Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, ListJournalS3ExportsForLedgerCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, ListJournalS3ExportsForLedgerCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/ListLedgersCommand.ts b/clients/client-qldb/commands/ListLedgersCommand.ts index 152df5bc47a3..d727134698c0 100644 --- a/clients/client-qldb/commands/ListLedgersCommand.ts +++ b/clients/client-qldb/commands/ListLedgersCommand.ts @@ -26,7 +26,7 @@ export interface ListLedgersCommandOutput extends ListLedgersResponse, __Metadat *

This action returns a maximum of 100 items and is paginated so that you can * retrieve all the items by calling ListLedgers multiple times.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, ListLedgersCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, ListLedgersCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/ListTagsForResourceCommand.ts b/clients/client-qldb/commands/ListTagsForResourceCommand.ts index 281f76ee51ef..4876388b82d4 100644 --- a/clients/client-qldb/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qldb/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns all tags for a specified Amazon QLDB resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, ListTagsForResourceCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, ListTagsForResourceCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/StreamJournalToKinesisCommand.ts b/clients/client-qldb/commands/StreamJournalToKinesisCommand.ts index b5113eaf8771..5f851faaf939 100644 --- a/clients/client-qldb/commands/StreamJournalToKinesisCommand.ts +++ b/clients/client-qldb/commands/StreamJournalToKinesisCommand.ts @@ -25,7 +25,7 @@ export interface StreamJournalToKinesisCommandOutput extends StreamJournalToKine * document revision that is committed to the ledger's journal and delivers the data to a * specified Amazon Kinesis Data Streams resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, StreamJournalToKinesisCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, StreamJournalToKinesisCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/TagResourceCommand.ts b/clients/client-qldb/commands/TagResourceCommand.ts index 1c9d19562866..a18b08b399c4 100644 --- a/clients/client-qldb/commands/TagResourceCommand.ts +++ b/clients/client-qldb/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

A resource can have up to 50 tags. If you try to create more than 50 tags for a * resource, your request fails and returns an error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, TagResourceCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, TagResourceCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/UntagResourceCommand.ts b/clients/client-qldb/commands/UntagResourceCommand.ts index 6881f724bf28..4e0b3c959022 100644 --- a/clients/client-qldb/commands/UntagResourceCommand.ts +++ b/clients/client-qldb/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes one or more tags from a specified Amazon QLDB resource. You can specify up to 50 * tag keys to remove.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, UntagResourceCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, UntagResourceCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-qldb/commands/UpdateLedgerCommand.ts b/clients/client-qldb/commands/UpdateLedgerCommand.ts index 292b20922765..9d75b8549141 100644 --- a/clients/client-qldb/commands/UpdateLedgerCommand.ts +++ b/clients/client-qldb/commands/UpdateLedgerCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLedgerCommandOutput extends UpdateLedgerResponse, __Metad /** *

Updates properties on a ledger.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QLDBClient, UpdateLedgerCommand } from "@aws-sdk/client-qldb"; // ES Modules import * // const { QLDBClient, UpdateLedgerCommand } = require("@aws-sdk/client-qldb"); // CommonJS import diff --git a/clients/client-quicksight/commands/CancelIngestionCommand.ts b/clients/client-quicksight/commands/CancelIngestionCommand.ts index 50e2c27f0a8a..64f5756c6fad 100644 --- a/clients/client-quicksight/commands/CancelIngestionCommand.ts +++ b/clients/client-quicksight/commands/CancelIngestionCommand.ts @@ -23,7 +23,7 @@ export interface CancelIngestionCommandOutput extends CancelIngestionResponse, _ /** *

Cancels an ongoing ingestion of data into SPICE.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CancelIngestionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CancelIngestionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateAccountCustomizationCommand.ts b/clients/client-quicksight/commands/CreateAccountCustomizationCommand.ts index b252d2d43d75..f2d1ccec53dc 100644 --- a/clients/client-quicksight/commands/CreateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/commands/CreateAccountCustomizationCommand.ts @@ -44,7 +44,7 @@ export interface CreateAccountCustomizationCommandOutput extends CreateAccountCu * UpdateThemePermissions * API operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateAnalysisCommand.ts b/clients/client-quicksight/commands/CreateAnalysisCommand.ts index 5ed3d0fccef5..af42cf08497a 100644 --- a/clients/client-quicksight/commands/CreateAnalysisCommand.ts +++ b/clients/client-quicksight/commands/CreateAnalysisCommand.ts @@ -23,7 +23,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M /** *

Creates an analysis in Amazon QuickSight.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateDashboardCommand.ts b/clients/client-quicksight/commands/CreateDashboardCommand.ts index 2a7eca868753..4efcb6f85bf1 100644 --- a/clients/client-quicksight/commands/CreateDashboardCommand.ts +++ b/clients/client-quicksight/commands/CreateDashboardCommand.ts @@ -29,7 +29,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _ * create scheduled email reports from them. If you have the correct permissions, you can * create a dashboard from a template that exists in a different AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateDashboardCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateDashboardCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateDataSetCommand.ts b/clients/client-quicksight/commands/CreateDataSetCommand.ts index e9f81c3e20c2..afac2c7cdccf 100644 --- a/clients/client-quicksight/commands/CreateDataSetCommand.ts +++ b/clients/client-quicksight/commands/CreateDataSetCommand.ts @@ -23,7 +23,7 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met /** *

Creates a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateDataSourceCommand.ts b/clients/client-quicksight/commands/CreateDataSourceCommand.ts index 586d8bb2aa15..bd09c4476c7e 100644 --- a/clients/client-quicksight/commands/CreateDataSourceCommand.ts +++ b/clients/client-quicksight/commands/CreateDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, /** *

Creates a data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateGroupCommand.ts b/clients/client-quicksight/commands/CreateGroupCommand.ts index bb7da3abca7f..cf546156b986 100644 --- a/clients/client-quicksight/commands/CreateGroupCommand.ts +++ b/clients/client-quicksight/commands/CreateGroupCommand.ts @@ -27,7 +27,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat * .

*

The response is a group object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateGroupMembershipCommand.ts b/clients/client-quicksight/commands/CreateGroupMembershipCommand.ts index 4aa7d88ec7ef..7b2d7becf8ef 100644 --- a/clients/client-quicksight/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-quicksight/commands/CreateGroupMembershipCommand.ts @@ -23,7 +23,7 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi /** *

Adds an Amazon QuickSight user to an Amazon QuickSight group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateGroupMembershipCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateGroupMembershipCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/commands/CreateIAMPolicyAssignmentCommand.ts index 43d849bd1c79..7e3331299285 100644 --- a/clients/client-quicksight/commands/CreateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/commands/CreateIAMPolicyAssignmentCommand.ts @@ -26,7 +26,7 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA * Assignment names are unique per AWS account. To avoid overwriting rules in other namespaces, * use assignment names that are unique.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateIngestionCommand.ts b/clients/client-quicksight/commands/CreateIngestionCommand.ts index 8d9946563711..eb2cdbf0d6d4 100644 --- a/clients/client-quicksight/commands/CreateIngestionCommand.ts +++ b/clients/client-quicksight/commands/CreateIngestionCommand.ts @@ -27,7 +27,7 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _ * access control. For an example, see How do I create an IAM policy to control access to Amazon EC2 resources using * tags? in the AWS Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateIngestionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateIngestionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateNamespaceCommand.ts b/clients/client-quicksight/commands/CreateNamespaceCommand.ts index 4a927f057a37..22c3e8c016eb 100644 --- a/clients/client-quicksight/commands/CreateNamespaceCommand.ts +++ b/clients/client-quicksight/commands/CreateNamespaceCommand.ts @@ -30,7 +30,7 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _ * limit of 100 namespaces per AWS account. To increase your limit, create a ticket with * AWS Support.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateNamespaceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateNamespaceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateTemplateAliasCommand.ts b/clients/client-quicksight/commands/CreateTemplateAliasCommand.ts index 25ccbc420140..93ded0824f1d 100644 --- a/clients/client-quicksight/commands/CreateTemplateAliasCommand.ts +++ b/clients/client-quicksight/commands/CreateTemplateAliasCommand.ts @@ -23,7 +23,7 @@ export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasRes /** *

Creates a template alias for a template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateTemplateCommand.ts b/clients/client-quicksight/commands/CreateTemplateCommand.ts index 44243da4db59..99542af8cf8f 100644 --- a/clients/client-quicksight/commands/CreateTemplateCommand.ts +++ b/clients/client-quicksight/commands/CreateTemplateCommand.ts @@ -30,7 +30,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M * with datasets that follow the same schema that was used to create the source analysis * and template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateTemplateCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateTemplateCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateThemeAliasCommand.ts b/clients/client-quicksight/commands/CreateThemeAliasCommand.ts index 6a55494f32f2..407096352415 100644 --- a/clients/client-quicksight/commands/CreateThemeAliasCommand.ts +++ b/clients/client-quicksight/commands/CreateThemeAliasCommand.ts @@ -23,7 +23,7 @@ export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse, /** *

Creates a theme alias for a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/CreateThemeCommand.ts b/clients/client-quicksight/commands/CreateThemeCommand.ts index 850960faddf3..40f0a4b11e2f 100644 --- a/clients/client-quicksight/commands/CreateThemeCommand.ts +++ b/clients/client-quicksight/commands/CreateThemeCommand.ts @@ -26,7 +26,7 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat * Themes apply to analyses and dashboards. For more information, see Using * Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, CreateThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, CreateThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteAccountCustomizationCommand.ts b/clients/client-quicksight/commands/DeleteAccountCustomizationCommand.ts index 4b603885dbc6..1af6c0c414a2 100644 --- a/clients/client-quicksight/commands/DeleteAccountCustomizationCommand.ts +++ b/clients/client-quicksight/commands/DeleteAccountCustomizationCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCu *

Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS * account and QuickSight namespace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteAnalysisCommand.ts b/clients/client-quicksight/commands/DeleteAnalysisCommand.ts index fe5bf53ae2df..0fc204d569f4 100644 --- a/clients/client-quicksight/commands/DeleteAnalysisCommand.ts +++ b/clients/client-quicksight/commands/DeleteAnalysisCommand.ts @@ -34,7 +34,7 @@ export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __M * To access it in the console, restore it. Deleting an analysis doesn't delete the * dashboards that you publish from it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteDashboardCommand.ts b/clients/client-quicksight/commands/DeleteDashboardCommand.ts index d4eb64162b38..8084d54b5122 100644 --- a/clients/client-quicksight/commands/DeleteDashboardCommand.ts +++ b/clients/client-quicksight/commands/DeleteDashboardCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _ /** *

Deletes a dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteDashboardCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteDashboardCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteDataSetCommand.ts b/clients/client-quicksight/commands/DeleteDataSetCommand.ts index 40f1f62ef83d..7ac31d4e8114 100644 --- a/clients/client-quicksight/commands/DeleteDataSetCommand.ts +++ b/clients/client-quicksight/commands/DeleteDataSetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met /** *

Deletes a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteDataSourceCommand.ts b/clients/client-quicksight/commands/DeleteDataSourceCommand.ts index 6eeddf90deef..8613b0bc61d6 100644 --- a/clients/client-quicksight/commands/DeleteDataSourceCommand.ts +++ b/clients/client-quicksight/commands/DeleteDataSourceCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse, *

Deletes the data source permanently. This operation breaks * all the datasets that reference the deleted data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteGroupCommand.ts b/clients/client-quicksight/commands/DeleteGroupCommand.ts index edb872d4c4d8..4233a0bf77d1 100644 --- a/clients/client-quicksight/commands/DeleteGroupCommand.ts +++ b/clients/client-quicksight/commands/DeleteGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat /** *

Removes a user group from Amazon QuickSight.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteGroupMembershipCommand.ts b/clients/client-quicksight/commands/DeleteGroupMembershipCommand.ts index 2f3d9b312432..73ed0555ee67 100644 --- a/clients/client-quicksight/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-quicksight/commands/DeleteGroupMembershipCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi /** *

Removes a user from a group so that the user is no longer a member of the group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteGroupMembershipCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteGroupMembershipCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/commands/DeleteIAMPolicyAssignmentCommand.ts index 2bafe5236fb3..f28fddb18bd2 100644 --- a/clients/client-quicksight/commands/DeleteIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/commands/DeleteIAMPolicyAssignmentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA /** *

Deletes an existing IAM policy assignment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteNamespaceCommand.ts b/clients/client-quicksight/commands/DeleteNamespaceCommand.ts index e8ebae070122..34ddf863d347 100644 --- a/clients/client-quicksight/commands/DeleteNamespaceCommand.ts +++ b/clients/client-quicksight/commands/DeleteNamespaceCommand.ts @@ -25,7 +25,7 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _ * This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not * deleted. To delete these assets, you use the API operations for the relevant asset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteNamespaceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteNamespaceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteTemplateAliasCommand.ts b/clients/client-quicksight/commands/DeleteTemplateAliasCommand.ts index 30df42b7da5e..d1efccd219d8 100644 --- a/clients/client-quicksight/commands/DeleteTemplateAliasCommand.ts +++ b/clients/client-quicksight/commands/DeleteTemplateAliasCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes *

Deletes the item that the specified template alias points to. If you provide a specific * alias, you delete the version of the template that the alias points to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteTemplateCommand.ts b/clients/client-quicksight/commands/DeleteTemplateCommand.ts index cb0d28e7bed9..5a2784f12a7b 100644 --- a/clients/client-quicksight/commands/DeleteTemplateCommand.ts +++ b/clients/client-quicksight/commands/DeleteTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M /** *

Deletes a template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteTemplateCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteTemplateCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteThemeAliasCommand.ts b/clients/client-quicksight/commands/DeleteThemeAliasCommand.ts index 9ce79aaf7e8f..7fb39fc1d4f9 100644 --- a/clients/client-quicksight/commands/DeleteThemeAliasCommand.ts +++ b/clients/client-quicksight/commands/DeleteThemeAliasCommand.ts @@ -25,7 +25,7 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse, * If you provide a specific alias, you delete the version of the theme * that the alias points to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteThemeCommand.ts b/clients/client-quicksight/commands/DeleteThemeCommand.ts index ec8626b2487b..9012efef7698 100644 --- a/clients/client-quicksight/commands/DeleteThemeCommand.ts +++ b/clients/client-quicksight/commands/DeleteThemeCommand.ts @@ -23,7 +23,7 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat /** *

Deletes a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteUserByPrincipalIdCommand.ts b/clients/client-quicksight/commands/DeleteUserByPrincipalIdCommand.ts index 5e77e03f8584..a44e676216d2 100644 --- a/clients/client-quicksight/commands/DeleteUserByPrincipalIdCommand.ts +++ b/clients/client-quicksight/commands/DeleteUserByPrincipalIdCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci /** *

Deletes a user identified by its principal ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteUserByPrincipalIdCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteUserByPrincipalIdCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DeleteUserCommand.ts b/clients/client-quicksight/commands/DeleteUserCommand.ts index 45e11ecf34e0..40c5b42ef75b 100644 --- a/clients/client-quicksight/commands/DeleteUserCommand.ts +++ b/clients/client-quicksight/commands/DeleteUserCommand.ts @@ -25,7 +25,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB * Identity and Access Management (IAM) user or role that's making the call. The IAM user * isn't deleted as a result of this call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DeleteUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DeleteUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeAccountCustomizationCommand.ts b/clients/client-quicksight/commands/DescribeAccountCustomizationCommand.ts index 0f739780975a..bab66fc73ed2 100644 --- a/clients/client-quicksight/commands/DescribeAccountCustomizationCommand.ts +++ b/clients/client-quicksight/commands/DescribeAccountCustomizationCommand.ts @@ -81,7 +81,7 @@ export interface DescribeAccountCustomizationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeAccountSettingsCommand.ts b/clients/client-quicksight/commands/DescribeAccountSettingsCommand.ts index c0e7e21b1674..69af6e9d96d9 100644 --- a/clients/client-quicksight/commands/DescribeAccountSettingsCommand.ts +++ b/clients/client-quicksight/commands/DescribeAccountSettingsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet *

Describes the settings that were used when your QuickSight subscription was first * created in this AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeAccountSettingsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeAccountSettingsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeAnalysisCommand.ts b/clients/client-quicksight/commands/DescribeAnalysisCommand.ts index 5627892aa63f..7fbd21fef336 100644 --- a/clients/client-quicksight/commands/DescribeAnalysisCommand.ts +++ b/clients/client-quicksight/commands/DescribeAnalysisCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse, /** *

Provides a summary of the metadata for an analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeAnalysisPermissionsCommand.ts b/clients/client-quicksight/commands/DescribeAnalysisPermissionsCommand.ts index 68c6c24cfb88..c0f622fea8c3 100644 --- a/clients/client-quicksight/commands/DescribeAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/commands/DescribeAnalysisPermissionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAnalysisPermissionsCommandOutput /** *

Provides the read and write permissions for an analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeAnalysisPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeAnalysisPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeDashboardCommand.ts b/clients/client-quicksight/commands/DescribeDashboardCommand.ts index 383cc503e427..3ceef7df2006 100644 --- a/clients/client-quicksight/commands/DescribeDashboardCommand.ts +++ b/clients/client-quicksight/commands/DescribeDashboardCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons /** *

Provides a summary for a dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeDashboardCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeDashboardCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeDashboardPermissionsCommand.ts b/clients/client-quicksight/commands/DescribeDashboardPermissionsCommand.ts index d30f59aec049..35dc15c997ed 100644 --- a/clients/client-quicksight/commands/DescribeDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/commands/DescribeDashboardPermissionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDashboardPermissionsCommandOutput /** *

Describes read and write permissions for a dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeDashboardPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeDashboardPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeDataSetCommand.ts b/clients/client-quicksight/commands/DescribeDataSetCommand.ts index 3329ce822758..3b5ed27c9011 100644 --- a/clients/client-quicksight/commands/DescribeDataSetCommand.ts +++ b/clients/client-quicksight/commands/DescribeDataSetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _ /** *

Describes a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeDataSetPermissionsCommand.ts b/clients/client-quicksight/commands/DescribeDataSetPermissionsCommand.ts index 087f9b3f68fd..aa3f22cbc8c9 100644 --- a/clients/client-quicksight/commands/DescribeDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/commands/DescribeDataSetPermissionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDataSetPermissionsCommandOutput extends DescribeDataSet *

Describes the permissions on a dataset.

*

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeDataSetPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeDataSetPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeDataSourceCommand.ts b/clients/client-quicksight/commands/DescribeDataSourceCommand.ts index 9ca386807098..421be2e08786 100644 --- a/clients/client-quicksight/commands/DescribeDataSourceCommand.ts +++ b/clients/client-quicksight/commands/DescribeDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo /** *

Describes a data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeDataSourcePermissionsCommand.ts b/clients/client-quicksight/commands/DescribeDataSourcePermissionsCommand.ts index 462a07559914..805d047b101a 100644 --- a/clients/client-quicksight/commands/DescribeDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/commands/DescribeDataSourcePermissionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDataSourcePermissionsCommandOutput /** *

Describes the resource permissions for a data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeDataSourcePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeDataSourcePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeGroupCommand.ts b/clients/client-quicksight/commands/DescribeGroupCommand.ts index 738b53bb0de8..1fd5e8a1b1e2 100644 --- a/clients/client-quicksight/commands/DescribeGroupCommand.ts +++ b/clients/client-quicksight/commands/DescribeGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met /** *

Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/commands/DescribeIAMPolicyAssignmentCommand.ts index 4be2a3b01de5..e5c1d8b9e5bd 100644 --- a/clients/client-quicksight/commands/DescribeIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/commands/DescribeIAMPolicyAssignmentCommand.ts @@ -25,7 +25,7 @@ export interface DescribeIAMPolicyAssignmentCommandOutput /** *

Describes an existing IAM policy assignment, as specified by the assignment name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeIngestionCommand.ts b/clients/client-quicksight/commands/DescribeIngestionCommand.ts index 6eeaec62ac1d..a37a794f8789 100644 --- a/clients/client-quicksight/commands/DescribeIngestionCommand.ts +++ b/clients/client-quicksight/commands/DescribeIngestionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeIngestionCommandOutput extends DescribeIngestionRespons /** *

Describes a SPICE ingestion.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeIngestionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeIngestionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeNamespaceCommand.ts b/clients/client-quicksight/commands/DescribeNamespaceCommand.ts index e370064ac075..ff6e1b866564 100644 --- a/clients/client-quicksight/commands/DescribeNamespaceCommand.ts +++ b/clients/client-quicksight/commands/DescribeNamespaceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons /** *

Describes the current namespace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeNamespaceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeNamespaceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeTemplateAliasCommand.ts b/clients/client-quicksight/commands/DescribeTemplateAliasCommand.ts index 4962af8bc890..9a8ad35e97a6 100644 --- a/clients/client-quicksight/commands/DescribeTemplateAliasCommand.ts +++ b/clients/client-quicksight/commands/DescribeTemplateAliasCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTemplateAliasCommandOutput extends DescribeTemplateAlia /** *

Describes the template alias for a template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeTemplateCommand.ts b/clients/client-quicksight/commands/DescribeTemplateCommand.ts index a673698cf822..f54da802e0db 100644 --- a/clients/client-quicksight/commands/DescribeTemplateCommand.ts +++ b/clients/client-quicksight/commands/DescribeTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse, /** *

Describes a template's metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeTemplateCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeTemplateCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeTemplatePermissionsCommand.ts b/clients/client-quicksight/commands/DescribeTemplatePermissionsCommand.ts index 2e00b673967b..722170ac6c79 100644 --- a/clients/client-quicksight/commands/DescribeTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/commands/DescribeTemplatePermissionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeTemplatePermissionsCommandOutput /** *

Describes read and write permissions on a template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeTemplatePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeTemplatePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeThemeAliasCommand.ts b/clients/client-quicksight/commands/DescribeThemeAliasCommand.ts index 6bddbfa185a2..c514f216d511 100644 --- a/clients/client-quicksight/commands/DescribeThemeAliasCommand.ts +++ b/clients/client-quicksight/commands/DescribeThemeAliasCommand.ts @@ -23,7 +23,7 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo /** *

Describes the alias for a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeThemeCommand.ts b/clients/client-quicksight/commands/DescribeThemeCommand.ts index 69cb922a9962..e96cab973405 100644 --- a/clients/client-quicksight/commands/DescribeThemeCommand.ts +++ b/clients/client-quicksight/commands/DescribeThemeCommand.ts @@ -23,7 +23,7 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met /** *

Describes a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeThemePermissionsCommand.ts b/clients/client-quicksight/commands/DescribeThemePermissionsCommand.ts index cf0330a58c8c..9efc2836c288 100644 --- a/clients/client-quicksight/commands/DescribeThemePermissionsCommand.ts +++ b/clients/client-quicksight/commands/DescribeThemePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm /** *

Describes the read and write permissions for a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeThemePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeThemePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/DescribeUserCommand.ts b/clients/client-quicksight/commands/DescribeUserCommand.ts index 3f9e20cad6d0..78303b6707d2 100644 --- a/clients/client-quicksight/commands/DescribeUserCommand.ts +++ b/clients/client-quicksight/commands/DescribeUserCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad /** *

Returns information about a user, given the user name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, DescribeUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, DescribeUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/GetDashboardEmbedUrlCommand.ts b/clients/client-quicksight/commands/GetDashboardEmbedUrlCommand.ts index 850106c472e2..b96ebb380021 100644 --- a/clients/client-quicksight/commands/GetDashboardEmbedUrlCommand.ts +++ b/clients/client-quicksight/commands/GetDashboardEmbedUrlCommand.ts @@ -44,7 +44,7 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR *

For more information, see Embedded Analytics in the Amazon QuickSight User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, GetDashboardEmbedUrlCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, GetDashboardEmbedUrlCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/GetSessionEmbedUrlCommand.ts b/clients/client-quicksight/commands/GetSessionEmbedUrlCommand.ts index 47b398440a3d..0330dbc446be 100644 --- a/clients/client-quicksight/commands/GetSessionEmbedUrlCommand.ts +++ b/clients/client-quicksight/commands/GetSessionEmbedUrlCommand.ts @@ -47,7 +47,7 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, GetSessionEmbedUrlCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, GetSessionEmbedUrlCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListAnalysesCommand.ts b/clients/client-quicksight/commands/ListAnalysesCommand.ts index 721aa517640b..07c3ff93b9e4 100644 --- a/clients/client-quicksight/commands/ListAnalysesCommand.ts +++ b/clients/client-quicksight/commands/ListAnalysesCommand.ts @@ -23,7 +23,7 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad /** *

Lists Amazon QuickSight analyses that exist in the specified AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListAnalysesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListAnalysesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListDashboardVersionsCommand.ts b/clients/client-quicksight/commands/ListDashboardVersionsCommand.ts index 72b14608dde2..4efc6f9a873d 100644 --- a/clients/client-quicksight/commands/ListDashboardVersionsCommand.ts +++ b/clients/client-quicksight/commands/ListDashboardVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion /** *

Lists all the versions of the dashboards in the QuickSight subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListDashboardVersionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListDashboardVersionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListDashboardsCommand.ts b/clients/client-quicksight/commands/ListDashboardsCommand.ts index 245032b632d8..7611e131b4f4 100644 --- a/clients/client-quicksight/commands/ListDashboardsCommand.ts +++ b/clients/client-quicksight/commands/ListDashboardsCommand.ts @@ -23,7 +23,7 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M /** *

Lists dashboards in an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListDashboardsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListDashboardsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListDataSetsCommand.ts b/clients/client-quicksight/commands/ListDataSetsCommand.ts index 7632456ad17d..b69ff5fae67f 100644 --- a/clients/client-quicksight/commands/ListDataSetsCommand.ts +++ b/clients/client-quicksight/commands/ListDataSetsCommand.ts @@ -24,7 +24,7 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad *

Lists all of the datasets belonging to the current AWS account in an AWS Region.

*

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListDataSetsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListDataSetsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListDataSourcesCommand.ts b/clients/client-quicksight/commands/ListDataSourcesCommand.ts index aa2fd716aff9..99d19c136882 100644 --- a/clients/client-quicksight/commands/ListDataSourcesCommand.ts +++ b/clients/client-quicksight/commands/ListDataSourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _ /** *

Lists data sources in current AWS Region that belong to this AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListDataSourcesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListDataSourcesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListGroupMembershipsCommand.ts b/clients/client-quicksight/commands/ListGroupMembershipsCommand.ts index a2b8a1932705..573c849148f5 100644 --- a/clients/client-quicksight/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-quicksight/commands/ListGroupMembershipsCommand.ts @@ -23,7 +23,7 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR /** *

Lists member users in a group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListGroupMembershipsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListGroupMembershipsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListGroupsCommand.ts b/clients/client-quicksight/commands/ListGroupsCommand.ts index 45555d6e2297..73edcdbeaa03 100644 --- a/clients/client-quicksight/commands/ListGroupsCommand.ts +++ b/clients/client-quicksight/commands/ListGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB /** *

Lists all user groups in Amazon QuickSight.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListGroupsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListGroupsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListIAMPolicyAssignmentsCommand.ts b/clients/client-quicksight/commands/ListIAMPolicyAssignmentsCommand.ts index b4689504f87e..3013c52bd1e1 100644 --- a/clients/client-quicksight/commands/ListIAMPolicyAssignmentsCommand.ts +++ b/clients/client-quicksight/commands/ListIAMPolicyAssignmentsCommand.ts @@ -23,7 +23,7 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi /** *

Lists IAM policy assignments in the current Amazon QuickSight account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListIAMPolicyAssignmentsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListIAMPolicyAssignmentsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListIAMPolicyAssignmentsForUserCommand.ts b/clients/client-quicksight/commands/ListIAMPolicyAssignmentsForUserCommand.ts index dce2744635b6..d01061d39b68 100644 --- a/clients/client-quicksight/commands/ListIAMPolicyAssignmentsForUserCommand.ts +++ b/clients/client-quicksight/commands/ListIAMPolicyAssignmentsForUserCommand.ts @@ -27,7 +27,7 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput * policies assigned to the specified user and group or groups that the user belongs * to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListIAMPolicyAssignmentsForUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListIAMPolicyAssignmentsForUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListIngestionsCommand.ts b/clients/client-quicksight/commands/ListIngestionsCommand.ts index f2c0a50a3a8f..d3f14bdd7364 100644 --- a/clients/client-quicksight/commands/ListIngestionsCommand.ts +++ b/clients/client-quicksight/commands/ListIngestionsCommand.ts @@ -24,7 +24,7 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M /** *

Lists the history of SPICE ingestions for a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListIngestionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListIngestionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListNamespacesCommand.ts b/clients/client-quicksight/commands/ListNamespacesCommand.ts index 0b92526372b1..f658bc8f2528 100644 --- a/clients/client-quicksight/commands/ListNamespacesCommand.ts +++ b/clients/client-quicksight/commands/ListNamespacesCommand.ts @@ -23,7 +23,7 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M /** *

Lists the namespaces for the specified AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListNamespacesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListNamespacesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListTagsForResourceCommand.ts b/clients/client-quicksight/commands/ListTagsForResourceCommand.ts index 476410fb466c..a9e1c539cce6 100644 --- a/clients/client-quicksight/commands/ListTagsForResourceCommand.ts +++ b/clients/client-quicksight/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags assigned to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListTagsForResourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListTagsForResourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListTemplateAliasesCommand.ts b/clients/client-quicksight/commands/ListTemplateAliasesCommand.ts index bf21ffdc3d3c..f8b9f9a1b52f 100644 --- a/clients/client-quicksight/commands/ListTemplateAliasesCommand.ts +++ b/clients/client-quicksight/commands/ListTemplateAliasesCommand.ts @@ -23,7 +23,7 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes /** *

Lists all the aliases of a template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListTemplateAliasesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListTemplateAliasesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListTemplateVersionsCommand.ts b/clients/client-quicksight/commands/ListTemplateVersionsCommand.ts index 820d4b27d4a6..2936802c9f7f 100644 --- a/clients/client-quicksight/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-quicksight/commands/ListTemplateVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR /** *

Lists all the versions of the templates in the current Amazon QuickSight account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListTemplateVersionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListTemplateVersionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListTemplatesCommand.ts b/clients/client-quicksight/commands/ListTemplatesCommand.ts index 515423ee373a..7e2f3a0b5be7 100644 --- a/clients/client-quicksight/commands/ListTemplatesCommand.ts +++ b/clients/client-quicksight/commands/ListTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met /** *

Lists all the templates in the current Amazon QuickSight account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListTemplatesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListTemplatesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListThemeAliasesCommand.ts b/clients/client-quicksight/commands/ListThemeAliasesCommand.ts index a899ac1e83b4..6db4ba3bef8b 100644 --- a/clients/client-quicksight/commands/ListThemeAliasesCommand.ts +++ b/clients/client-quicksight/commands/ListThemeAliasesCommand.ts @@ -23,7 +23,7 @@ export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse, /** *

Lists all the aliases of a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListThemeAliasesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListThemeAliasesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListThemeVersionsCommand.ts b/clients/client-quicksight/commands/ListThemeVersionsCommand.ts index f279fc5de844..670ec5b8d9c3 100644 --- a/clients/client-quicksight/commands/ListThemeVersionsCommand.ts +++ b/clients/client-quicksight/commands/ListThemeVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListThemeVersionsCommandOutput extends ListThemeVersionsRespons /** *

Lists all the versions of the themes in the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListThemeVersionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListThemeVersionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListThemesCommand.ts b/clients/client-quicksight/commands/ListThemesCommand.ts index 15e7c842ec2d..330983ff54c7 100644 --- a/clients/client-quicksight/commands/ListThemesCommand.ts +++ b/clients/client-quicksight/commands/ListThemesCommand.ts @@ -23,7 +23,7 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB /** *

Lists all the themes in the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListThemesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListThemesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListUserGroupsCommand.ts b/clients/client-quicksight/commands/ListUserGroupsCommand.ts index bd0b1b76d8a7..4b2a58c04685 100644 --- a/clients/client-quicksight/commands/ListUserGroupsCommand.ts +++ b/clients/client-quicksight/commands/ListUserGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __M /** *

Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListUserGroupsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListUserGroupsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/ListUsersCommand.ts b/clients/client-quicksight/commands/ListUsersCommand.ts index a5ecf1ba0a7c..a2defe3b4bda 100644 --- a/clients/client-quicksight/commands/ListUsersCommand.ts +++ b/clients/client-quicksight/commands/ListUsersCommand.ts @@ -23,7 +23,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** *

Returns a list of all of the Amazon QuickSight users belonging to this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, ListUsersCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, ListUsersCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/RegisterUserCommand.ts b/clients/client-quicksight/commands/RegisterUserCommand.ts index aede637f0359..d6cd64aa1f8c 100644 --- a/clients/client-quicksight/commands/RegisterUserCommand.ts +++ b/clients/client-quicksight/commands/RegisterUserCommand.ts @@ -24,7 +24,7 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad *

Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity * and Access Management (IAM) identity or role specified in the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, RegisterUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, RegisterUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/RestoreAnalysisCommand.ts b/clients/client-quicksight/commands/RestoreAnalysisCommand.ts index a4cc71b9c83d..eb40968a4bdb 100644 --- a/clients/client-quicksight/commands/RestoreAnalysisCommand.ts +++ b/clients/client-quicksight/commands/RestoreAnalysisCommand.ts @@ -23,7 +23,7 @@ export interface RestoreAnalysisCommandOutput extends RestoreAnalysisResponse, _ /** *

Restores an analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, RestoreAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, RestoreAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/SearchAnalysesCommand.ts b/clients/client-quicksight/commands/SearchAnalysesCommand.ts index 64749604e15e..99702675f329 100644 --- a/clients/client-quicksight/commands/SearchAnalysesCommand.ts +++ b/clients/client-quicksight/commands/SearchAnalysesCommand.ts @@ -23,7 +23,7 @@ export interface SearchAnalysesCommandOutput extends SearchAnalysesResponse, __M /** *

Searches for analyses that belong to the user specified in the filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, SearchAnalysesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, SearchAnalysesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/SearchDashboardsCommand.ts b/clients/client-quicksight/commands/SearchDashboardsCommand.ts index d01686a5accf..cf5a1a62f16a 100644 --- a/clients/client-quicksight/commands/SearchDashboardsCommand.ts +++ b/clients/client-quicksight/commands/SearchDashboardsCommand.ts @@ -23,7 +23,7 @@ export interface SearchDashboardsCommandOutput extends SearchDashboardsResponse, /** *

Searches for dashboards that belong to a user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, SearchDashboardsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, SearchDashboardsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/TagResourceCommand.ts b/clients/client-quicksight/commands/TagResourceCommand.ts index 7d9911ce7e07..0b29805d3531 100644 --- a/clients/client-quicksight/commands/TagResourceCommand.ts +++ b/clients/client-quicksight/commands/TagResourceCommand.ts @@ -44,7 +44,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, TagResourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, TagResourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UntagResourceCommand.ts b/clients/client-quicksight/commands/UntagResourceCommand.ts index 1d02d14304a0..e64e82e6d150 100644 --- a/clients/client-quicksight/commands/UntagResourceCommand.ts +++ b/clients/client-quicksight/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag or tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UntagResourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UntagResourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateAccountCustomizationCommand.ts b/clients/client-quicksight/commands/UpdateAccountCustomizationCommand.ts index 945d8ebf1b9f..89d343478bd0 100644 --- a/clients/client-quicksight/commands/UpdateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/commands/UpdateAccountCustomizationCommand.ts @@ -28,7 +28,7 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu * customizations that apply to an AWS account. To find out which customizations apply, use * the DescribeAccountCustomization API operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateAccountSettingsCommand.ts b/clients/client-quicksight/commands/UpdateAccountSettingsCommand.ts index 1bb168e7072c..6252187aac29 100644 --- a/clients/client-quicksight/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-quicksight/commands/UpdateAccountSettingsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting /** *

Updates the Amazon QuickSight settings in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateAnalysisCommand.ts b/clients/client-quicksight/commands/UpdateAnalysisCommand.ts index 3eda76e07c35..96281a9fe9d4 100644 --- a/clients/client-quicksight/commands/UpdateAnalysisCommand.ts +++ b/clients/client-quicksight/commands/UpdateAnalysisCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M /** *

Updates an analysis in Amazon QuickSight

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateAnalysisPermissionsCommand.ts b/clients/client-quicksight/commands/UpdateAnalysisPermissionsCommand.ts index 9310e61dadf0..5a77647acf41 100644 --- a/clients/client-quicksight/commands/UpdateAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/commands/UpdateAnalysisPermissionsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPe /** *

Updates the read and write permissions for an analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateAnalysisPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateAnalysisPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateDashboardCommand.ts b/clients/client-quicksight/commands/UpdateDashboardCommand.ts index a35f5ea9915d..7bcd8035fb59 100644 --- a/clients/client-quicksight/commands/UpdateDashboardCommand.ts +++ b/clients/client-quicksight/commands/UpdateDashboardCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _ /** *

Updates a dashboard in an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateDashboardCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateDashboardCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateDashboardPermissionsCommand.ts b/clients/client-quicksight/commands/UpdateDashboardPermissionsCommand.ts index 2fe9dcb2dc1d..086df85c3e9a 100644 --- a/clients/client-quicksight/commands/UpdateDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/commands/UpdateDashboardPermissionsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard /** *

Updates read and write permissions on a dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateDashboardPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateDashboardPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateDashboardPublishedVersionCommand.ts b/clients/client-quicksight/commands/UpdateDashboardPublishedVersionCommand.ts index 010699319d76..6cc416423113 100644 --- a/clients/client-quicksight/commands/UpdateDashboardPublishedVersionCommand.ts +++ b/clients/client-quicksight/commands/UpdateDashboardPublishedVersionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateDashboardPublishedVersionCommandOutput /** *

Updates the published version of a dashboard.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateDashboardPublishedVersionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateDashboardPublishedVersionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateDataSetCommand.ts b/clients/client-quicksight/commands/UpdateDataSetCommand.ts index 1bc1074e195f..7980ff42071b 100644 --- a/clients/client-quicksight/commands/UpdateDataSetCommand.ts +++ b/clients/client-quicksight/commands/UpdateDataSetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met /** *

Updates a dataset.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateDataSetPermissionsCommand.ts b/clients/client-quicksight/commands/UpdateDataSetPermissionsCommand.ts index dae5f85803ed..ba2d13320589 100644 --- a/clients/client-quicksight/commands/UpdateDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/commands/UpdateDataSetPermissionsCommand.ts @@ -24,7 +24,7 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm *

Updates the permissions on a dataset.

*

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateDataSetPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateDataSetPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateDataSourceCommand.ts b/clients/client-quicksight/commands/UpdateDataSourceCommand.ts index b14bb5634ca2..482051bbf73f 100644 --- a/clients/client-quicksight/commands/UpdateDataSourceCommand.ts +++ b/clients/client-quicksight/commands/UpdateDataSourceCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, /** *

Updates a data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateDataSourcePermissionsCommand.ts b/clients/client-quicksight/commands/UpdateDataSourcePermissionsCommand.ts index 757045aaa464..cf67071ff16f 100644 --- a/clients/client-quicksight/commands/UpdateDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/commands/UpdateDataSourcePermissionsCommand.ts @@ -25,7 +25,7 @@ export interface UpdateDataSourcePermissionsCommandOutput /** *

Updates the permissions to a data source.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateDataSourcePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateDataSourcePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateGroupCommand.ts b/clients/client-quicksight/commands/UpdateGroupCommand.ts index f52587398ba3..887a6970c0b1 100644 --- a/clients/client-quicksight/commands/UpdateGroupCommand.ts +++ b/clients/client-quicksight/commands/UpdateGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat /** *

Changes a group description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/commands/UpdateIAMPolicyAssignmentCommand.ts index 61e51db19685..6bb161b68a00 100644 --- a/clients/client-quicksight/commands/UpdateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/commands/UpdateIAMPolicyAssignmentCommand.ts @@ -26,7 +26,7 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA * This overwrites all of the users included in Identities. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateTemplateAliasCommand.ts b/clients/client-quicksight/commands/UpdateTemplateAliasCommand.ts index 8a6274f51347..e04705f31c11 100644 --- a/clients/client-quicksight/commands/UpdateTemplateAliasCommand.ts +++ b/clients/client-quicksight/commands/UpdateTemplateAliasCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes /** *

Updates the template alias of a template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateTemplateCommand.ts b/clients/client-quicksight/commands/UpdateTemplateCommand.ts index f8f3b5f16f8b..a3789ede16ba 100644 --- a/clients/client-quicksight/commands/UpdateTemplateCommand.ts +++ b/clients/client-quicksight/commands/UpdateTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M /** *

Updates a template from an existing Amazon QuickSight analysis or another template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateTemplateCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateTemplateCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateTemplatePermissionsCommand.ts b/clients/client-quicksight/commands/UpdateTemplatePermissionsCommand.ts index f280a10ef803..076f07236595 100644 --- a/clients/client-quicksight/commands/UpdateTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/commands/UpdateTemplatePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe /** *

Updates the resource permissions for a template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateTemplatePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateTemplatePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateThemeAliasCommand.ts b/clients/client-quicksight/commands/UpdateThemeAliasCommand.ts index b8829b7d4bc1..482823536b96 100644 --- a/clients/client-quicksight/commands/UpdateThemeAliasCommand.ts +++ b/clients/client-quicksight/commands/UpdateThemeAliasCommand.ts @@ -23,7 +23,7 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse, /** *

Updates an alias of a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateThemeCommand.ts b/clients/client-quicksight/commands/UpdateThemeCommand.ts index 54bc61afc323..fa6096e8d39b 100644 --- a/clients/client-quicksight/commands/UpdateThemeCommand.ts +++ b/clients/client-quicksight/commands/UpdateThemeCommand.ts @@ -23,7 +23,7 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat /** *

Updates a theme.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateThemePermissionsCommand.ts b/clients/client-quicksight/commands/UpdateThemePermissionsCommand.ts index 40992107298c..99df7bee4ee1 100644 --- a/clients/client-quicksight/commands/UpdateThemePermissionsCommand.ts +++ b/clients/client-quicksight/commands/UpdateThemePermissionsCommand.ts @@ -116,7 +116,7 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateThemePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateThemePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-quicksight/commands/UpdateUserCommand.ts b/clients/client-quicksight/commands/UpdateUserCommand.ts index ab81f6641ab4..68f8cb6fa473 100644 --- a/clients/client-quicksight/commands/UpdateUserCommand.ts +++ b/clients/client-quicksight/commands/UpdateUserCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB /** *

Updates an Amazon QuickSight user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QuickSightClient, UpdateUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import * // const { QuickSightClient, UpdateUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import diff --git a/clients/client-ram/commands/AcceptResourceShareInvitationCommand.ts b/clients/client-ram/commands/AcceptResourceShareInvitationCommand.ts index 50056df697f2..7549b83b279d 100644 --- a/clients/client-ram/commands/AcceptResourceShareInvitationCommand.ts +++ b/clients/client-ram/commands/AcceptResourceShareInvitationCommand.ts @@ -25,7 +25,7 @@ export interface AcceptResourceShareInvitationCommandOutput /** *

Accepts an invitation to a resource share from another AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, AcceptResourceShareInvitationCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, AcceptResourceShareInvitationCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/AssociateResourceShareCommand.ts b/clients/client-ram/commands/AssociateResourceShareCommand.ts index 88a42bb17beb..3cb22a785b59 100644 --- a/clients/client-ram/commands/AssociateResourceShareCommand.ts +++ b/clients/client-ram/commands/AssociateResourceShareCommand.ts @@ -23,7 +23,7 @@ export interface AssociateResourceShareCommandOutput extends AssociateResourceSh /** *

Associates the specified resource share with the specified principals and resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, AssociateResourceShareCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, AssociateResourceShareCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/AssociateResourceSharePermissionCommand.ts b/clients/client-ram/commands/AssociateResourceSharePermissionCommand.ts index 9450384d7c53..83767eb9cfb4 100644 --- a/clients/client-ram/commands/AssociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/commands/AssociateResourceSharePermissionCommand.ts @@ -25,7 +25,7 @@ export interface AssociateResourceSharePermissionCommandOutput /** *

Associates a permission with a resource share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, AssociateResourceSharePermissionCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, AssociateResourceSharePermissionCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/CreateResourceShareCommand.ts b/clients/client-ram/commands/CreateResourceShareCommand.ts index d9b356d09702..ba28ca14c5d2 100644 --- a/clients/client-ram/commands/CreateResourceShareCommand.ts +++ b/clients/client-ram/commands/CreateResourceShareCommand.ts @@ -23,7 +23,7 @@ export interface CreateResourceShareCommandOutput extends CreateResourceShareRes /** *

Creates a resource share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, CreateResourceShareCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, CreateResourceShareCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/DeleteResourceShareCommand.ts b/clients/client-ram/commands/DeleteResourceShareCommand.ts index 77d1693fab27..40f74430d7b0 100644 --- a/clients/client-ram/commands/DeleteResourceShareCommand.ts +++ b/clients/client-ram/commands/DeleteResourceShareCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourceShareCommandOutput extends DeleteResourceShareRes /** *

Deletes the specified resource share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, DeleteResourceShareCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, DeleteResourceShareCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/DisassociateResourceShareCommand.ts b/clients/client-ram/commands/DisassociateResourceShareCommand.ts index 2355d8884fba..7a1552926069 100644 --- a/clients/client-ram/commands/DisassociateResourceShareCommand.ts +++ b/clients/client-ram/commands/DisassociateResourceShareCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateResourceShareCommandOutput extends DisassociateReso /** *

Disassociates the specified principals or resources from the specified resource share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, DisassociateResourceShareCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, DisassociateResourceShareCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/DisassociateResourceSharePermissionCommand.ts b/clients/client-ram/commands/DisassociateResourceSharePermissionCommand.ts index 4e1a1b1cc16c..50f01f660680 100644 --- a/clients/client-ram/commands/DisassociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/commands/DisassociateResourceSharePermissionCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateResourceSharePermissionCommandOutput /** *

Disassociates an AWS RAM permission from a resource share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, DisassociateResourceSharePermissionCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, DisassociateResourceSharePermissionCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/EnableSharingWithAwsOrganizationCommand.ts b/clients/client-ram/commands/EnableSharingWithAwsOrganizationCommand.ts index a51f2ab14d73..4ffe7a76c032 100644 --- a/clients/client-ram/commands/EnableSharingWithAwsOrganizationCommand.ts +++ b/clients/client-ram/commands/EnableSharingWithAwsOrganizationCommand.ts @@ -26,7 +26,7 @@ export interface EnableSharingWithAwsOrganizationCommandOutput *

Enables resource sharing within your AWS Organization.

*

The caller must be the master account for the AWS Organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, EnableSharingWithAwsOrganizationCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, EnableSharingWithAwsOrganizationCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/GetPermissionCommand.ts b/clients/client-ram/commands/GetPermissionCommand.ts index 6b1d9b31aab3..604495fd5749 100644 --- a/clients/client-ram/commands/GetPermissionCommand.ts +++ b/clients/client-ram/commands/GetPermissionCommand.ts @@ -23,7 +23,7 @@ export interface GetPermissionCommandOutput extends GetPermissionResponse, __Met /** *

Gets the contents of an AWS RAM permission in JSON format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, GetPermissionCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, GetPermissionCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/GetResourcePoliciesCommand.ts b/clients/client-ram/commands/GetResourcePoliciesCommand.ts index 573ed0596551..6288ebea0424 100644 --- a/clients/client-ram/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ram/commands/GetResourcePoliciesCommand.ts @@ -23,7 +23,7 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes /** *

Gets the policies for the specified resources that you own and have shared.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, GetResourcePoliciesCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, GetResourcePoliciesCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/GetResourceShareAssociationsCommand.ts b/clients/client-ram/commands/GetResourceShareAssociationsCommand.ts index 63d73867cc51..8a370089d585 100644 --- a/clients/client-ram/commands/GetResourceShareAssociationsCommand.ts +++ b/clients/client-ram/commands/GetResourceShareAssociationsCommand.ts @@ -25,7 +25,7 @@ export interface GetResourceShareAssociationsCommandOutput /** *

Gets the resources or principals for the resource shares that you own.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, GetResourceShareAssociationsCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, GetResourceShareAssociationsCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/GetResourceShareInvitationsCommand.ts b/clients/client-ram/commands/GetResourceShareInvitationsCommand.ts index 065a900360d1..e0cd5b871df6 100644 --- a/clients/client-ram/commands/GetResourceShareInvitationsCommand.ts +++ b/clients/client-ram/commands/GetResourceShareInvitationsCommand.ts @@ -25,7 +25,7 @@ export interface GetResourceShareInvitationsCommandOutput /** *

Gets the invitations for resource sharing that you've received.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, GetResourceShareInvitationsCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, GetResourceShareInvitationsCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/GetResourceSharesCommand.ts b/clients/client-ram/commands/GetResourceSharesCommand.ts index 2c1938462940..80f307981363 100644 --- a/clients/client-ram/commands/GetResourceSharesCommand.ts +++ b/clients/client-ram/commands/GetResourceSharesCommand.ts @@ -23,7 +23,7 @@ export interface GetResourceSharesCommandOutput extends GetResourceSharesRespons /** *

Gets the resource shares that you own or the resource shares that are shared with you.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, GetResourceSharesCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, GetResourceSharesCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/ListPendingInvitationResourcesCommand.ts b/clients/client-ram/commands/ListPendingInvitationResourcesCommand.ts index 38cf6e30a7c3..b84843f4f303 100644 --- a/clients/client-ram/commands/ListPendingInvitationResourcesCommand.ts +++ b/clients/client-ram/commands/ListPendingInvitationResourcesCommand.ts @@ -25,7 +25,7 @@ export interface ListPendingInvitationResourcesCommandOutput /** *

Lists the resources in a resource share that is shared with you but that the invitation is still pending for.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, ListPendingInvitationResourcesCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, ListPendingInvitationResourcesCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/ListPermissionsCommand.ts b/clients/client-ram/commands/ListPermissionsCommand.ts index 678cafba36ec..a77e679ac77f 100644 --- a/clients/client-ram/commands/ListPermissionsCommand.ts +++ b/clients/client-ram/commands/ListPermissionsCommand.ts @@ -23,7 +23,7 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _ /** *

Lists the AWS RAM permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, ListPermissionsCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, ListPermissionsCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/ListPrincipalsCommand.ts b/clients/client-ram/commands/ListPrincipalsCommand.ts index 6694e62d2ab8..04ac7657ae0c 100644 --- a/clients/client-ram/commands/ListPrincipalsCommand.ts +++ b/clients/client-ram/commands/ListPrincipalsCommand.ts @@ -24,7 +24,7 @@ export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __M *

Lists the principals that you have shared resources with or that have shared resources * with you.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, ListPrincipalsCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, ListPrincipalsCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/ListResourceSharePermissionsCommand.ts b/clients/client-ram/commands/ListResourceSharePermissionsCommand.ts index 6d59110fd3c6..22cddb91051a 100644 --- a/clients/client-ram/commands/ListResourceSharePermissionsCommand.ts +++ b/clients/client-ram/commands/ListResourceSharePermissionsCommand.ts @@ -25,7 +25,7 @@ export interface ListResourceSharePermissionsCommandOutput /** *

Lists the AWS RAM permissions that are associated with a resource share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, ListResourceSharePermissionsCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, ListResourceSharePermissionsCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/ListResourceTypesCommand.ts b/clients/client-ram/commands/ListResourceTypesCommand.ts index 4992a2278e48..bac00aacc9e0 100644 --- a/clients/client-ram/commands/ListResourceTypesCommand.ts +++ b/clients/client-ram/commands/ListResourceTypesCommand.ts @@ -23,7 +23,7 @@ export interface ListResourceTypesCommandOutput extends ListResourceTypesRespons /** *

Lists the shareable resource types supported by AWS RAM.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, ListResourceTypesCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, ListResourceTypesCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/ListResourcesCommand.ts b/clients/client-ram/commands/ListResourcesCommand.ts index e2c9412963c1..6d9dbeaa91f6 100644 --- a/clients/client-ram/commands/ListResourcesCommand.ts +++ b/clients/client-ram/commands/ListResourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met /** *

Lists the resources that you added to a resource shares or the resources that are shared with you.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, ListResourcesCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, ListResourcesCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/PromoteResourceShareCreatedFromPolicyCommand.ts b/clients/client-ram/commands/PromoteResourceShareCreatedFromPolicyCommand.ts index c897590d9fab..27a0667f5553 100644 --- a/clients/client-ram/commands/PromoteResourceShareCreatedFromPolicyCommand.ts +++ b/clients/client-ram/commands/PromoteResourceShareCreatedFromPolicyCommand.ts @@ -41,7 +41,7 @@ export interface PromoteResourceShareCreatedFromPolicyCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, PromoteResourceShareCreatedFromPolicyCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, PromoteResourceShareCreatedFromPolicyCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/RejectResourceShareInvitationCommand.ts b/clients/client-ram/commands/RejectResourceShareInvitationCommand.ts index f98a13257def..1818cec9bb0a 100644 --- a/clients/client-ram/commands/RejectResourceShareInvitationCommand.ts +++ b/clients/client-ram/commands/RejectResourceShareInvitationCommand.ts @@ -25,7 +25,7 @@ export interface RejectResourceShareInvitationCommandOutput /** *

Rejects an invitation to a resource share from another AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, RejectResourceShareInvitationCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, RejectResourceShareInvitationCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/TagResourceCommand.ts b/clients/client-ram/commands/TagResourceCommand.ts index a446ab1120c7..7e8c8aa64afc 100644 --- a/clients/client-ram/commands/TagResourceCommand.ts +++ b/clients/client-ram/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds the specified tags to the specified resource share that you own.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, TagResourceCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, TagResourceCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/UntagResourceCommand.ts b/clients/client-ram/commands/UntagResourceCommand.ts index a95b53ca521f..9b02c5528c12 100644 --- a/clients/client-ram/commands/UntagResourceCommand.ts +++ b/clients/client-ram/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the specified tags from the specified resource share that you own.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, UntagResourceCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, UntagResourceCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-ram/commands/UpdateResourceShareCommand.ts b/clients/client-ram/commands/UpdateResourceShareCommand.ts index 3050f0ed9c85..a00e2bb244c6 100644 --- a/clients/client-ram/commands/UpdateResourceShareCommand.ts +++ b/clients/client-ram/commands/UpdateResourceShareCommand.ts @@ -23,7 +23,7 @@ export interface UpdateResourceShareCommandOutput extends UpdateResourceShareRes /** *

Updates the specified resource share that you own.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RAMClient, UpdateResourceShareCommand } from "@aws-sdk/client-ram"; // ES Modules import * // const { RAMClient, UpdateResourceShareCommand } = require("@aws-sdk/client-ram"); // CommonJS import diff --git a/clients/client-rds-data/commands/BatchExecuteStatementCommand.ts b/clients/client-rds-data/commands/BatchExecuteStatementCommand.ts index a44ac863a9a3..aa3890c5f22a 100644 --- a/clients/client-rds-data/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-rds-data/commands/BatchExecuteStatementCommand.ts @@ -31,7 +31,7 @@ export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatemen * committed automatically.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSDataClient, BatchExecuteStatementCommand } from "@aws-sdk/client-rds-data"; // ES Modules import * // const { RDSDataClient, BatchExecuteStatementCommand } = require("@aws-sdk/client-rds-data"); // CommonJS import diff --git a/clients/client-rds-data/commands/BeginTransactionCommand.ts b/clients/client-rds-data/commands/BeginTransactionCommand.ts index 89893f1cf748..04cc5bf38a24 100644 --- a/clients/client-rds-data/commands/BeginTransactionCommand.ts +++ b/clients/client-rds-data/commands/BeginTransactionCommand.ts @@ -34,7 +34,7 @@ export interface BeginTransactionCommandOutput extends BeginTransactionResponse, * continueAfterTimeout enabled.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSDataClient, BeginTransactionCommand } from "@aws-sdk/client-rds-data"; // ES Modules import * // const { RDSDataClient, BeginTransactionCommand } = require("@aws-sdk/client-rds-data"); // CommonJS import diff --git a/clients/client-rds-data/commands/CommitTransactionCommand.ts b/clients/client-rds-data/commands/CommitTransactionCommand.ts index 359dc1926f3a..36486f646dee 100644 --- a/clients/client-rds-data/commands/CommitTransactionCommand.ts +++ b/clients/client-rds-data/commands/CommitTransactionCommand.ts @@ -24,7 +24,7 @@ export interface CommitTransactionCommandOutput extends CommitTransactionRespons *

Ends a SQL transaction started with the BeginTransaction operation and * commits the changes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSDataClient, CommitTransactionCommand } from "@aws-sdk/client-rds-data"; // ES Modules import * // const { RDSDataClient, CommitTransactionCommand } = require("@aws-sdk/client-rds-data"); // CommonJS import diff --git a/clients/client-rds-data/commands/ExecuteSqlCommand.ts b/clients/client-rds-data/commands/ExecuteSqlCommand.ts index 533af38bedaf..301c7e642dcc 100644 --- a/clients/client-rds-data/commands/ExecuteSqlCommand.ts +++ b/clients/client-rds-data/commands/ExecuteSqlCommand.ts @@ -29,7 +29,7 @@ export interface ExecuteSqlCommandOutput extends ExecuteSqlResponse, __MetadataB * ExecuteStatement operation.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSDataClient, ExecuteSqlCommand } from "@aws-sdk/client-rds-data"; // ES Modules import * // const { RDSDataClient, ExecuteSqlCommand } = require("@aws-sdk/client-rds-data"); // CommonJS import diff --git a/clients/client-rds-data/commands/ExecuteStatementCommand.ts b/clients/client-rds-data/commands/ExecuteStatementCommand.ts index bd80956405bb..34badf4510e9 100644 --- a/clients/client-rds-data/commands/ExecuteStatementCommand.ts +++ b/clients/client-rds-data/commands/ExecuteStatementCommand.ts @@ -29,7 +29,7 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementResponse, * *

The response size limit is 1 MB. If the call returns more than 1 MB of response data, the call is terminated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSDataClient, ExecuteStatementCommand } from "@aws-sdk/client-rds-data"; // ES Modules import * // const { RDSDataClient, ExecuteStatementCommand } = require("@aws-sdk/client-rds-data"); // CommonJS import diff --git a/clients/client-rds-data/commands/RollbackTransactionCommand.ts b/clients/client-rds-data/commands/RollbackTransactionCommand.ts index caaa7219768f..a988d8cb6ebd 100644 --- a/clients/client-rds-data/commands/RollbackTransactionCommand.ts +++ b/clients/client-rds-data/commands/RollbackTransactionCommand.ts @@ -23,7 +23,7 @@ export interface RollbackTransactionCommandOutput extends RollbackTransactionRes /** *

Performs a rollback of a transaction. Rolling back a transaction cancels its changes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSDataClient, RollbackTransactionCommand } from "@aws-sdk/client-rds-data"; // ES Modules import * // const { RDSDataClient, RollbackTransactionCommand } = require("@aws-sdk/client-rds-data"); // CommonJS import diff --git a/clients/client-rds/commands/AddRoleToDBClusterCommand.ts b/clients/client-rds/commands/AddRoleToDBClusterCommand.ts index 163b294a6f07..8598edfa1e66 100644 --- a/clients/client-rds/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-rds/commands/AddRoleToDBClusterCommand.ts @@ -28,7 +28,7 @@ export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {} *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, AddRoleToDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, AddRoleToDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/AddRoleToDBInstanceCommand.ts b/clients/client-rds/commands/AddRoleToDBInstanceCommand.ts index bbced1a6e7bb..5a0d4789b86b 100644 --- a/clients/client-rds/commands/AddRoleToDBInstanceCommand.ts +++ b/clients/client-rds/commands/AddRoleToDBInstanceCommand.ts @@ -26,7 +26,7 @@ export interface AddRoleToDBInstanceCommandOutput extends __MetadataBearer {} *

To add a role to a DB instance, the status of the DB instance must be available.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, AddRoleToDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, AddRoleToDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-rds/commands/AddSourceIdentifierToSubscriptionCommand.ts index f20150140919..0211f5cfedbc 100644 --- a/clients/client-rds/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-rds/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput /** *

Adds a source identifier to an existing RDS event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, AddSourceIdentifierToSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, AddSourceIdentifierToSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/AddTagsToResourceCommand.ts b/clients/client-rds/commands/AddTagsToResourceCommand.ts index 05bd37a22a7f..28d02188bf26 100644 --- a/clients/client-rds/commands/AddTagsToResourceCommand.ts +++ b/clients/client-rds/commands/AddTagsToResourceCommand.ts @@ -25,7 +25,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {} *

For an overview on tagging Amazon RDS resources, * see Tagging Amazon RDS Resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, AddTagsToResourceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, AddTagsToResourceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-rds/commands/ApplyPendingMaintenanceActionCommand.ts index cab6c1bb241b..7d645734d89c 100644 --- a/clients/client-rds/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-rds/commands/ApplyPendingMaintenanceActionCommand.ts @@ -25,7 +25,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput /** *

Applies a pending maintenance action to a resource (for example, to a DB instance).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/AuthorizeDBSecurityGroupIngressCommand.ts b/clients/client-rds/commands/AuthorizeDBSecurityGroupIngressCommand.ts index 62f0459c7ab4..bdc2a588affa 100644 --- a/clients/client-rds/commands/AuthorizeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/commands/AuthorizeDBSecurityGroupIngressCommand.ts @@ -36,7 +36,7 @@ export interface AuthorizeDBSecurityGroupIngressCommandOutput * Wikipedia Tutorial. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, AuthorizeDBSecurityGroupIngressCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, AuthorizeDBSecurityGroupIngressCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/BacktrackDBClusterCommand.ts b/clients/client-rds/commands/BacktrackDBClusterCommand.ts index 587cb51cdd47..9bdf8822ccd4 100644 --- a/clients/client-rds/commands/BacktrackDBClusterCommand.ts +++ b/clients/client-rds/commands/BacktrackDBClusterCommand.ts @@ -31,7 +31,7 @@ export interface BacktrackDBClusterCommandOutput extends DBClusterBacktrack, __M *

This action only applies to Aurora MySQL DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, BacktrackDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, BacktrackDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CancelExportTaskCommand.ts b/clients/client-rds/commands/CancelExportTaskCommand.ts index a84463104dfb..c89b17fbe4f8 100644 --- a/clients/client-rds/commands/CancelExportTaskCommand.ts +++ b/clients/client-rds/commands/CancelExportTaskCommand.ts @@ -25,7 +25,7 @@ export interface CancelExportTaskCommandOutput extends ExportTask, __MetadataBea * Any data that has already been written to the S3 bucket isn't removed. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CancelExportTaskCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CancelExportTaskCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-rds/commands/CopyDBClusterParameterGroupCommand.ts index 174d59ba744f..4df3a292acbf 100644 --- a/clients/client-rds/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/commands/CopyDBClusterParameterGroupCommand.ts @@ -26,7 +26,7 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CopyDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CopyDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-rds/commands/CopyDBClusterSnapshotCommand.ts index 1515302d04e3..88671666ab2c 100644 --- a/clients/client-rds/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-rds/commands/CopyDBClusterSnapshotCommand.ts @@ -98,7 +98,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CopyDBClusterSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CopyDBClusterSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CopyDBParameterGroupCommand.ts b/clients/client-rds/commands/CopyDBParameterGroupCommand.ts index 27fbe6050147..23e33f4c6e2a 100644 --- a/clients/client-rds/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-rds/commands/CopyDBParameterGroupCommand.ts @@ -23,7 +23,7 @@ export interface CopyDBParameterGroupCommandOutput extends CopyDBParameterGroupR /** *

Copies the specified DB parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CopyDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CopyDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CopyDBSnapshotCommand.ts b/clients/client-rds/commands/CopyDBSnapshotCommand.ts index ffb3fef048cd..f7ec28381b25 100644 --- a/clients/client-rds/commands/CopyDBSnapshotCommand.ts +++ b/clients/client-rds/commands/CopyDBSnapshotCommand.ts @@ -32,7 +32,7 @@ export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __Met * Copying a DB Snapshot in the Amazon RDS User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CopyDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CopyDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CopyOptionGroupCommand.ts b/clients/client-rds/commands/CopyOptionGroupCommand.ts index 468382905792..44104fd24dbc 100644 --- a/clients/client-rds/commands/CopyOptionGroupCommand.ts +++ b/clients/client-rds/commands/CopyOptionGroupCommand.ts @@ -23,7 +23,7 @@ export interface CopyOptionGroupCommandOutput extends CopyOptionGroupResult, __M /** *

Copies the specified option group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CopyOptionGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CopyOptionGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateCustomAvailabilityZoneCommand.ts b/clients/client-rds/commands/CreateCustomAvailabilityZoneCommand.ts index a7c9f1176a8b..f8cabf90ba71 100644 --- a/clients/client-rds/commands/CreateCustomAvailabilityZoneCommand.ts +++ b/clients/client-rds/commands/CreateCustomAvailabilityZoneCommand.ts @@ -30,7 +30,7 @@ export interface CreateCustomAvailabilityZoneCommandOutput * RDS on VMware User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateCustomAvailabilityZoneCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateCustomAvailabilityZoneCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBClusterCommand.ts b/clients/client-rds/commands/CreateDBClusterCommand.ts index 7ffcae566ec8..7d278a7f9bb1 100644 --- a/clients/client-rds/commands/CreateDBClusterCommand.ts +++ b/clients/client-rds/commands/CreateDBClusterCommand.ts @@ -37,7 +37,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBClusterEndpointCommand.ts b/clients/client-rds/commands/CreateDBClusterEndpointCommand.ts index 1662135d8239..78cb78b8d241 100644 --- a/clients/client-rds/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-rds/commands/CreateDBClusterEndpointCommand.ts @@ -26,7 +26,7 @@ export interface CreateDBClusterEndpointCommandOutput extends DBClusterEndpoint, *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBClusterEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBClusterEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-rds/commands/CreateDBClusterParameterGroupCommand.ts index ee4b8cff4587..cabff0fbc260 100644 --- a/clients/client-rds/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/commands/CreateDBClusterParameterGroupCommand.ts @@ -56,7 +56,7 @@ export interface CreateDBClusterParameterGroupCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-rds/commands/CreateDBClusterSnapshotCommand.ts index 1f34af18ae1c..8dfcec51ab66 100644 --- a/clients/client-rds/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-rds/commands/CreateDBClusterSnapshotCommand.ts @@ -29,7 +29,7 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBClusterSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBClusterSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBInstanceCommand.ts b/clients/client-rds/commands/CreateDBInstanceCommand.ts index 6bdef396052f..a76d99fe05f0 100644 --- a/clients/client-rds/commands/CreateDBInstanceCommand.ts +++ b/clients/client-rds/commands/CreateDBInstanceCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _ /** *

Creates a new DB instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBInstanceReadReplicaCommand.ts b/clients/client-rds/commands/CreateDBInstanceReadReplicaCommand.ts index c703b83c471d..9041729b818c 100644 --- a/clients/client-rds/commands/CreateDBInstanceReadReplicaCommand.ts +++ b/clients/client-rds/commands/CreateDBInstanceReadReplicaCommand.ts @@ -39,7 +39,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBInstanceReadReplicaCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBInstanceReadReplicaCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBParameterGroupCommand.ts b/clients/client-rds/commands/CreateDBParameterGroupCommand.ts index 632c4920774d..fd9936e3a472 100644 --- a/clients/client-rds/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-rds/commands/CreateDBParameterGroupCommand.ts @@ -43,7 +43,7 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr * that your DB parameter group has been created or modified.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBProxyCommand.ts b/clients/client-rds/commands/CreateDBProxyCommand.ts index 9b0dc5a584c3..9eeafcba1f7f 100644 --- a/clients/client-rds/commands/CreateDBProxyCommand.ts +++ b/clients/client-rds/commands/CreateDBProxyCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __Met /** *

Creates a new DB proxy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBProxyCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBProxyCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBProxyEndpointCommand.ts b/clients/client-rds/commands/CreateDBProxyEndpointCommand.ts index 7688a7c40e75..233af181b685 100644 --- a/clients/client-rds/commands/CreateDBProxyEndpointCommand.ts +++ b/clients/client-rds/commands/CreateDBProxyEndpointCommand.ts @@ -27,7 +27,7 @@ export interface CreateDBProxyEndpointCommandOutput extends CreateDBProxyEndpoin * DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBProxyEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBProxyEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBSecurityGroupCommand.ts b/clients/client-rds/commands/CreateDBSecurityGroupCommand.ts index 2d0cec8283bb..ddc616b09c89 100644 --- a/clients/client-rds/commands/CreateDBSecurityGroupCommand.ts +++ b/clients/client-rds/commands/CreateDBSecurityGroupCommand.ts @@ -26,7 +26,7 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou *

A DB security group controls access to EC2-Classic DB instances that are not in a VPC.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBSecurityGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBSecurityGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBSnapshotCommand.ts b/clients/client-rds/commands/CreateDBSnapshotCommand.ts index c878e91e178e..8ddd6fd51734 100644 --- a/clients/client-rds/commands/CreateDBSnapshotCommand.ts +++ b/clients/client-rds/commands/CreateDBSnapshotCommand.ts @@ -24,7 +24,7 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _ *

Creates a snapshot of a DB instance. The source DB instance must be in the available or * storage-optimization state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateDBSubnetGroupCommand.ts b/clients/client-rds/commands/CreateDBSubnetGroupCommand.ts index a987a38a4f48..bcbb26ada8cb 100644 --- a/clients/client-rds/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-rds/commands/CreateDBSubnetGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes /** *

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateDBSubnetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateDBSubnetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateEventSubscriptionCommand.ts b/clients/client-rds/commands/CreateEventSubscriptionCommand.ts index b5e1c5e3e432..a23f06c537f1 100644 --- a/clients/client-rds/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-rds/commands/CreateEventSubscriptionCommand.ts @@ -45,7 +45,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri * encrypted SNS topic, event notifications aren't sent for the topic.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateGlobalClusterCommand.ts b/clients/client-rds/commands/CreateGlobalClusterCommand.ts index d5f464d6cf1c..8527c32c90e1 100644 --- a/clients/client-rds/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-rds/commands/CreateGlobalClusterCommand.ts @@ -39,7 +39,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/CreateOptionGroupCommand.ts b/clients/client-rds/commands/CreateOptionGroupCommand.ts index 0b6b9b8aa1e5..1fe3c0e8c691 100644 --- a/clients/client-rds/commands/CreateOptionGroupCommand.ts +++ b/clients/client-rds/commands/CreateOptionGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult, /** *

Creates a new option group. You can create up to 20 option groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, CreateOptionGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, CreateOptionGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteCustomAvailabilityZoneCommand.ts b/clients/client-rds/commands/DeleteCustomAvailabilityZoneCommand.ts index 98d15a8b7323..6bdb48f71d71 100644 --- a/clients/client-rds/commands/DeleteCustomAvailabilityZoneCommand.ts +++ b/clients/client-rds/commands/DeleteCustomAvailabilityZoneCommand.ts @@ -30,7 +30,7 @@ export interface DeleteCustomAvailabilityZoneCommandOutput * RDS on VMware User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteCustomAvailabilityZoneCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteCustomAvailabilityZoneCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBClusterCommand.ts b/clients/client-rds/commands/DeleteDBClusterCommand.ts index 15751e60b37b..c29fd6c98df4 100644 --- a/clients/client-rds/commands/DeleteDBClusterCommand.ts +++ b/clients/client-rds/commands/DeleteDBClusterCommand.ts @@ -33,7 +33,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-rds/commands/DeleteDBClusterEndpointCommand.ts index 8f7b4ab6959b..eb89ea9cb352 100644 --- a/clients/client-rds/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-rds/commands/DeleteDBClusterEndpointCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint, *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBClusterEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBClusterEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-rds/commands/DeleteDBClusterParameterGroupCommand.ts index feb6f0d0a1a7..8b2c822ac8e7 100644 --- a/clients/client-rds/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/commands/DeleteDBClusterParameterGroupCommand.ts @@ -30,7 +30,7 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-rds/commands/DeleteDBClusterSnapshotCommand.ts index b55404672aff..338a087d8c07 100644 --- a/clients/client-rds/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-rds/commands/DeleteDBClusterSnapshotCommand.ts @@ -34,7 +34,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBClusterSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBClusterSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBInstanceAutomatedBackupCommand.ts b/clients/client-rds/commands/DeleteDBInstanceAutomatedBackupCommand.ts index 1a0080d11333..c3882cdb05fa 100644 --- a/clients/client-rds/commands/DeleteDBInstanceAutomatedBackupCommand.ts +++ b/clients/client-rds/commands/DeleteDBInstanceAutomatedBackupCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput /** *

Deletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBInstanceAutomatedBackupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBInstanceAutomatedBackupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBInstanceCommand.ts b/clients/client-rds/commands/DeleteDBInstanceCommand.ts index 9427a7a0cdc9..ef619e14d6ac 100644 --- a/clients/client-rds/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-rds/commands/DeleteDBInstanceCommand.ts @@ -48,7 +48,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _ * DeleteDBInstance API action to delete the final instance in the DB * cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBParameterGroupCommand.ts b/clients/client-rds/commands/DeleteDBParameterGroupCommand.ts index 0375e8cdb788..900f4c9403e8 100644 --- a/clients/client-rds/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-rds/commands/DeleteDBParameterGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {} /** *

Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBProxyCommand.ts b/clients/client-rds/commands/DeleteDBProxyCommand.ts index 39d1313dbcea..fe8c8cfe027a 100644 --- a/clients/client-rds/commands/DeleteDBProxyCommand.ts +++ b/clients/client-rds/commands/DeleteDBProxyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __Met /** *

Deletes an existing DB proxy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBProxyCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBProxyCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBProxyEndpointCommand.ts b/clients/client-rds/commands/DeleteDBProxyEndpointCommand.ts index b32cf174bc10..6687aeef1013 100644 --- a/clients/client-rds/commands/DeleteDBProxyEndpointCommand.ts +++ b/clients/client-rds/commands/DeleteDBProxyEndpointCommand.ts @@ -25,7 +25,7 @@ export interface DeleteDBProxyEndpointCommandOutput extends DeleteDBProxyEndpoin * endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write * or read-only operations, or using a different VPC than the DB proxy's default VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBProxyEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBProxyEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBSecurityGroupCommand.ts b/clients/client-rds/commands/DeleteDBSecurityGroupCommand.ts index efdd29979ef3..40c05ba060b4 100644 --- a/clients/client-rds/commands/DeleteDBSecurityGroupCommand.ts +++ b/clients/client-rds/commands/DeleteDBSecurityGroupCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {} *

The specified DB security group must not be associated with any DB instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBSecurityGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBSecurityGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBSnapshotCommand.ts b/clients/client-rds/commands/DeleteDBSnapshotCommand.ts index 164910b04877..9be6e6d0f363 100644 --- a/clients/client-rds/commands/DeleteDBSnapshotCommand.ts +++ b/clients/client-rds/commands/DeleteDBSnapshotCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _ *

The DB snapshot must be in the available state to be deleted.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-rds/commands/DeleteDBSubnetGroupCommand.ts index 63d8f22114b8..5eccd7c5bc48 100644 --- a/clients/client-rds/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-rds/commands/DeleteDBSubnetGroupCommand.ts @@ -26,7 +26,7 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {} *

The specified database subnet group must not be associated with any DB instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteDBSubnetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteDBSubnetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteEventSubscriptionCommand.ts b/clients/client-rds/commands/DeleteEventSubscriptionCommand.ts index 39c257b432d3..5ad3ba19ecab 100644 --- a/clients/client-rds/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-rds/commands/DeleteEventSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri /** *

Deletes an RDS event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteGlobalClusterCommand.ts b/clients/client-rds/commands/DeleteGlobalClusterCommand.ts index 9f6d8943064e..dcc31c9ae988 100644 --- a/clients/client-rds/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-rds/commands/DeleteGlobalClusterCommand.ts @@ -29,7 +29,7 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteInstallationMediaCommand.ts b/clients/client-rds/commands/DeleteInstallationMediaCommand.ts index 445297f4e1cf..5a0430549e63 100644 --- a/clients/client-rds/commands/DeleteInstallationMediaCommand.ts +++ b/clients/client-rds/commands/DeleteInstallationMediaCommand.ts @@ -24,7 +24,7 @@ export interface DeleteInstallationMediaCommandOutput extends InstallationMedia, *

Deletes the installation medium for a DB engine that requires an on-premises customer provided license, * such as Microsoft SQL Server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteInstallationMediaCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteInstallationMediaCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeleteOptionGroupCommand.ts b/clients/client-rds/commands/DeleteOptionGroupCommand.ts index 2ac534e922e4..b0d8605f9e16 100644 --- a/clients/client-rds/commands/DeleteOptionGroupCommand.ts +++ b/clients/client-rds/commands/DeleteOptionGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {} /** *

Deletes an existing option group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeleteOptionGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeleteOptionGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DeregisterDBProxyTargetsCommand.ts b/clients/client-rds/commands/DeregisterDBProxyTargetsCommand.ts index d894fde1fe12..55da242040e9 100644 --- a/clients/client-rds/commands/DeregisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/commands/DeregisterDBProxyTargetsCommand.ts @@ -23,7 +23,7 @@ export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxy /** *

Remove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DeregisterDBProxyTargetsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DeregisterDBProxyTargetsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeAccountAttributesCommand.ts b/clients/client-rds/commands/DescribeAccountAttributesCommand.ts index ceb259e328a8..4847ae3d9f7a 100644 --- a/clients/client-rds/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-rds/commands/DescribeAccountAttributesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute *

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

*

This command doesn't take any parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeCertificatesCommand.ts b/clients/client-rds/commands/DescribeCertificatesCommand.ts index 9f7db86e6262..0acd4b304015 100644 --- a/clients/client-rds/commands/DescribeCertificatesCommand.ts +++ b/clients/client-rds/commands/DescribeCertificatesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _ /** *

Lists the set of CA certificates provided by Amazon RDS for this AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeCertificatesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeCertificatesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeCustomAvailabilityZonesCommand.ts b/clients/client-rds/commands/DescribeCustomAvailabilityZonesCommand.ts index d6a012d05389..0f06e9649166 100644 --- a/clients/client-rds/commands/DescribeCustomAvailabilityZonesCommand.ts +++ b/clients/client-rds/commands/DescribeCustomAvailabilityZonesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeCustomAvailabilityZonesCommandOutput extends CustomAvai * RDS on VMware User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeCustomAvailabilityZonesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeCustomAvailabilityZonesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBClusterBacktracksCommand.ts b/clients/client-rds/commands/DescribeDBClusterBacktracksCommand.ts index 39f90de05c1a..8dea395f5697 100644 --- a/clients/client-rds/commands/DescribeDBClusterBacktracksCommand.ts +++ b/clients/client-rds/commands/DescribeDBClusterBacktracksCommand.ts @@ -30,7 +30,7 @@ export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBackt *

This action only applies to Aurora MySQL DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBClusterBacktracksCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBClusterBacktracksCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-rds/commands/DescribeDBClusterEndpointsCommand.ts index 984ae599479c..b2ea0a015088 100644 --- a/clients/client-rds/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-rds/commands/DescribeDBClusterEndpointsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBClusterEndpointsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBClusterEndpointsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-rds/commands/DescribeDBClusterParameterGroupsCommand.ts index a9c906a1aa3f..bb4da154b895 100644 --- a/clients/client-rds/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-rds/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -36,7 +36,7 @@ export interface DescribeDBClusterParameterGroupsCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBClusterParameterGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBClusterParameterGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBClusterParametersCommand.ts b/clients/client-rds/commands/DescribeDBClusterParametersCommand.ts index 0081db5862d8..3ce44e9f1540 100644 --- a/clients/client-rds/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-rds/commands/DescribeDBClusterParametersCommand.ts @@ -30,7 +30,7 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBClusterParametersCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBClusterParametersCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-rds/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 1d9d3ea0c5d3..fd9a00cad6a8 100644 --- a/clients/client-rds/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-rds/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -38,7 +38,7 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBClusterSnapshotAttributesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBClusterSnapshotAttributesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-rds/commands/DescribeDBClusterSnapshotsCommand.ts index 09e683a9239a..ad4ae78c1416 100644 --- a/clients/client-rds/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-rds/commands/DescribeDBClusterSnapshotsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBClusterSnapshotsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBClusterSnapshotsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBClustersCommand.ts b/clients/client-rds/commands/DescribeDBClustersCommand.ts index 9536183aa144..97b796d4e42a 100644 --- a/clients/client-rds/commands/DescribeDBClustersCommand.ts +++ b/clients/client-rds/commands/DescribeDBClustersCommand.ts @@ -30,7 +30,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met *

This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBClustersCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBClustersCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-rds/commands/DescribeDBEngineVersionsCommand.ts index 18b7d0b41d5b..28753cff0f76 100644 --- a/clients/client-rds/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-rds/commands/DescribeDBEngineVersionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe /** *

Returns a list of the available DB engines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBEngineVersionsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBEngineVersionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBInstanceAutomatedBackupsCommand.ts b/clients/client-rds/commands/DescribeDBInstanceAutomatedBackupsCommand.ts index f5f79b566120..4c8c55809e75 100644 --- a/clients/client-rds/commands/DescribeDBInstanceAutomatedBackupsCommand.ts +++ b/clients/client-rds/commands/DescribeDBInstanceAutomatedBackupsCommand.ts @@ -31,7 +31,7 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput * DescribeDBInstances operations.

*

All parameters are optional.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBInstanceAutomatedBackupsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBInstanceAutomatedBackupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBInstancesCommand.ts b/clients/client-rds/commands/DescribeDBInstancesCommand.ts index c6bb703bf594..c9884437c682 100644 --- a/clients/client-rds/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-rds/commands/DescribeDBInstancesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M *

This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBInstancesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBInstancesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBLogFilesCommand.ts b/clients/client-rds/commands/DescribeDBLogFilesCommand.ts index e8a562f612fd..846dc360b941 100644 --- a/clients/client-rds/commands/DescribeDBLogFilesCommand.ts +++ b/clients/client-rds/commands/DescribeDBLogFilesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo /** *

Returns a list of DB log files for the DB instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBLogFilesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBLogFilesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-rds/commands/DescribeDBParameterGroupsCommand.ts index 82fd696f4ce9..170e4e3d8baa 100644 --- a/clients/client-rds/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-rds/commands/DescribeDBParameterGroupsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup * the list will contain only the description of the specified DB parameter group. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBParameterGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBParameterGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBParametersCommand.ts b/clients/client-rds/commands/DescribeDBParametersCommand.ts index df9193bba5f5..4f8559d61348 100644 --- a/clients/client-rds/commands/DescribeDBParametersCommand.ts +++ b/clients/client-rds/commands/DescribeDBParametersCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai /** *

Returns the detailed parameter list for a particular DB parameter group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBParametersCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBParametersCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBProxiesCommand.ts b/clients/client-rds/commands/DescribeDBProxiesCommand.ts index a8c84b30f300..343e88cfdba8 100644 --- a/clients/client-rds/commands/DescribeDBProxiesCommand.ts +++ b/clients/client-rds/commands/DescribeDBProxiesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBProxiesCommandOutput extends DescribeDBProxiesRespons /** *

Returns information about DB proxies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBProxiesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBProxiesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBProxyEndpointsCommand.ts b/clients/client-rds/commands/DescribeDBProxyEndpointsCommand.ts index 9310019fb432..bee55a97dee0 100644 --- a/clients/client-rds/commands/DescribeDBProxyEndpointsCommand.ts +++ b/clients/client-rds/commands/DescribeDBProxyEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBProxyEndpointsCommandOutput extends DescribeDBProxyEn /** *

Returns information about DB proxy endpoints.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBProxyEndpointsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBProxyEndpointsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBProxyTargetGroupsCommand.ts b/clients/client-rds/commands/DescribeDBProxyTargetGroupsCommand.ts index ade27b623949..6eee3394931d 100644 --- a/clients/client-rds/commands/DescribeDBProxyTargetGroupsCommand.ts +++ b/clients/client-rds/commands/DescribeDBProxyTargetGroupsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDBProxyTargetGroupsCommandOutput /** *

Returns information about DB proxy target groups, represented by DBProxyTargetGroup data structures.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBProxyTargetGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBProxyTargetGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBProxyTargetsCommand.ts b/clients/client-rds/commands/DescribeDBProxyTargetsCommand.ts index 2982625e6c75..e44d4a7d1827 100644 --- a/clients/client-rds/commands/DescribeDBProxyTargetsCommand.ts +++ b/clients/client-rds/commands/DescribeDBProxyTargetsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBProxyTargetsCommandOutput extends DescribeDBProxyTarg /** *

Returns information about DBProxyTarget objects. This API supports pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBProxyTargetsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBProxyTargetsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBSecurityGroupsCommand.ts b/clients/client-rds/commands/DescribeDBSecurityGroupsCommand.ts index 09d66577737b..2f144e44bfbe 100644 --- a/clients/client-rds/commands/DescribeDBSecurityGroupsCommand.ts +++ b/clients/client-rds/commands/DescribeDBSecurityGroupsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe * the list will contain only the descriptions of the specified DB security group. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBSecurityGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBSecurityGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBSnapshotAttributesCommand.ts b/clients/client-rds/commands/DescribeDBSnapshotAttributesCommand.ts index 5ed0dcb2516e..e1ff653b1a43 100644 --- a/clients/client-rds/commands/DescribeDBSnapshotAttributesCommand.ts +++ b/clients/client-rds/commands/DescribeDBSnapshotAttributesCommand.ts @@ -32,7 +32,7 @@ export interface DescribeDBSnapshotAttributesCommandOutput *

To add or remove access for an AWS account to copy or restore a manual DB snapshot, or to make the * manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBSnapshotAttributesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBSnapshotAttributesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBSnapshotsCommand.ts b/clients/client-rds/commands/DescribeDBSnapshotsCommand.ts index 9aa7cf713a8e..09e5025ca51e 100644 --- a/clients/client-rds/commands/DescribeDBSnapshotsCommand.ts +++ b/clients/client-rds/commands/DescribeDBSnapshotsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M /** *

Returns information about DB snapshots. This API action supports pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBSnapshotsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBSnapshotsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-rds/commands/DescribeDBSubnetGroupsCommand.ts index 21d0c1956b16..9fcf0b2cfce3 100644 --- a/clients/client-rds/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-rds/commands/DescribeDBSubnetGroupsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag * Wikipedia Tutorial. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeDBSubnetGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeDBSubnetGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-rds/commands/DescribeEngineDefaultClusterParametersCommand.ts index db870f593169..d54a70934c62 100644 --- a/clients/client-rds/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-rds/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -33,7 +33,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput * What Is Amazon Aurora? in the Amazon Aurora User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeEngineDefaultClusterParametersCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeEngineDefaultClusterParametersCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-rds/commands/DescribeEngineDefaultParametersCommand.ts index 17a399dea5a6..75bc21ebac43 100644 --- a/clients/client-rds/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-rds/commands/DescribeEngineDefaultParametersCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEngineDefaultParametersCommandOutput /** *

Returns the default engine and system parameter information for the specified database engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeEngineDefaultParametersCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeEngineDefaultParametersCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeEventCategoriesCommand.ts b/clients/client-rds/commands/DescribeEventCategoriesCommand.ts index e29c5d1049c9..3d03c979be64 100644 --- a/clients/client-rds/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-rds/commands/DescribeEventCategoriesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes * Events in the Amazon RDS User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-rds/commands/DescribeEventSubscriptionsCommand.ts index b86aa8c060d5..0dad2d62f3d6 100644 --- a/clients/client-rds/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-rds/commands/DescribeEventSubscriptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti * SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

*

If you specify a SubscriptionName, lists the description for that subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeEventsCommand.ts b/clients/client-rds/commands/DescribeEventsCommand.ts index f7b6b3df1e64..7a0b5dd7a899 100644 --- a/clients/client-rds/commands/DescribeEventsCommand.ts +++ b/clients/client-rds/commands/DescribeEventsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe *

By default, the past hour of events are returned.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeEventsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeEventsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeExportTasksCommand.ts b/clients/client-rds/commands/DescribeExportTasksCommand.ts index 6de1b0f89f85..59d8223f46f5 100644 --- a/clients/client-rds/commands/DescribeExportTasksCommand.ts +++ b/clients/client-rds/commands/DescribeExportTasksCommand.ts @@ -24,7 +24,7 @@ export interface DescribeExportTasksCommandOutput extends ExportTasksMessage, __ *

Returns information about a snapshot export to Amazon S3. This API operation supports * pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeExportTasksCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeExportTasksCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeGlobalClustersCommand.ts b/clients/client-rds/commands/DescribeGlobalClustersCommand.ts index b1bd07aad194..a8c6522e3bd5 100644 --- a/clients/client-rds/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-rds/commands/DescribeGlobalClustersCommand.ts @@ -32,7 +32,7 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeGlobalClustersCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeGlobalClustersCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeInstallationMediaCommand.ts b/clients/client-rds/commands/DescribeInstallationMediaCommand.ts index f7244d83f960..d7c67ae5dd43 100644 --- a/clients/client-rds/commands/DescribeInstallationMediaCommand.ts +++ b/clients/client-rds/commands/DescribeInstallationMediaCommand.ts @@ -24,7 +24,7 @@ export interface DescribeInstallationMediaCommandOutput extends InstallationMedi *

Describes the available installation media for a DB engine that requires an * on-premises customer provided license, such as Microsoft SQL Server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeInstallationMediaCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeInstallationMediaCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeOptionGroupOptionsCommand.ts b/clients/client-rds/commands/DescribeOptionGroupOptionsCommand.ts index 2565b5f4aaf8..0e77eefcf832 100644 --- a/clients/client-rds/commands/DescribeOptionGroupOptionsCommand.ts +++ b/clients/client-rds/commands/DescribeOptionGroupOptionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeOptionGroupOptionsCommandOutput extends OptionGroupOpti /** *

Describes all available options.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeOptionGroupOptionsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeOptionGroupOptionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeOptionGroupsCommand.ts b/clients/client-rds/commands/DescribeOptionGroupsCommand.ts index 79dc28657970..d93f2ebb2c95 100644 --- a/clients/client-rds/commands/DescribeOptionGroupsCommand.ts +++ b/clients/client-rds/commands/DescribeOptionGroupsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeOptionGroupsCommandOutput extends OptionGroups, __Metad /** *

Describes the available option groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeOptionGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeOptionGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-rds/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 3a0706dc28e5..342be4244ee4 100644 --- a/clients/client-rds/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-rds/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput /** *

Returns a list of orderable DB instance options for the specified engine.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeOrderableDBInstanceOptionsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeOrderableDBInstanceOptionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-rds/commands/DescribePendingMaintenanceActionsCommand.ts index 90a0d8a245f0..905548320d30 100644 --- a/clients/client-rds/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-rds/commands/DescribePendingMaintenanceActionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput /** *

Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeReservedDBInstancesCommand.ts b/clients/client-rds/commands/DescribeReservedDBInstancesCommand.ts index f5efe58eb2fb..769e53c84ac3 100644 --- a/clients/client-rds/commands/DescribeReservedDBInstancesCommand.ts +++ b/clients/client-rds/commands/DescribeReservedDBInstancesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeReservedDBInstancesCommandOutput extends ReservedDBInst /** *

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeReservedDBInstancesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeReservedDBInstancesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeReservedDBInstancesOfferingsCommand.ts b/clients/client-rds/commands/DescribeReservedDBInstancesOfferingsCommand.ts index c2248a91b668..160e8ca01946 100644 --- a/clients/client-rds/commands/DescribeReservedDBInstancesOfferingsCommand.ts +++ b/clients/client-rds/commands/DescribeReservedDBInstancesOfferingsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeReservedDBInstancesOfferingsCommandOutput /** *

Lists available reserved DB instance offerings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeReservedDBInstancesOfferingsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeReservedDBInstancesOfferingsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeSourceRegionsCommand.ts b/clients/client-rds/commands/DescribeSourceRegionsCommand.ts index 31705e993915..74560e66e86e 100644 --- a/clients/client-rds/commands/DescribeSourceRegionsCommand.ts +++ b/clients/client-rds/commands/DescribeSourceRegionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSourceRegionsCommandOutput extends SourceRegionMessage, *

Returns a list of the source AWS Regions where the current AWS Region can create a read replica, * copy a DB snapshot from, or replicate automated backups from. This API action supports pagination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeSourceRegionsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeSourceRegionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-rds/commands/DescribeValidDBInstanceModificationsCommand.ts index a0714bba059d..14b1c3481890 100644 --- a/clients/client-rds/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-rds/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeValidDBInstanceModificationsCommandOutput * ModifyDBInstance. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DescribeValidDBInstanceModificationsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DescribeValidDBInstanceModificationsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/DownloadDBLogFilePortionCommand.ts b/clients/client-rds/commands/DownloadDBLogFilePortionCommand.ts index 1fe7a5d430a8..41dcce84326f 100644 --- a/clients/client-rds/commands/DownloadDBLogFilePortionCommand.ts +++ b/clients/client-rds/commands/DownloadDBLogFilePortionCommand.ts @@ -23,7 +23,7 @@ export interface DownloadDBLogFilePortionCommandOutput extends DownloadDBLogFile /** *

Downloads all or a portion of the specified log file, up to 1 MB in size.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, DownloadDBLogFilePortionCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, DownloadDBLogFilePortionCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/FailoverDBClusterCommand.ts b/clients/client-rds/commands/FailoverDBClusterCommand.ts index acfe27a3bbff..f05c0f45882f 100644 --- a/clients/client-rds/commands/FailoverDBClusterCommand.ts +++ b/clients/client-rds/commands/FailoverDBClusterCommand.ts @@ -36,7 +36,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, FailoverDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, FailoverDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/FailoverGlobalClusterCommand.ts b/clients/client-rds/commands/FailoverGlobalClusterCommand.ts index 399a2c423d34..633a62940fa4 100644 --- a/clients/client-rds/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-rds/commands/FailoverGlobalClusterCommand.ts @@ -37,7 +37,7 @@ export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalCluste *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, FailoverGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, FailoverGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ImportInstallationMediaCommand.ts b/clients/client-rds/commands/ImportInstallationMediaCommand.ts index 9ae9db905ffb..52d7dbb9177c 100644 --- a/clients/client-rds/commands/ImportInstallationMediaCommand.ts +++ b/clients/client-rds/commands/ImportInstallationMediaCommand.ts @@ -25,7 +25,7 @@ export interface ImportInstallationMediaCommandOutput extends InstallationMedia, *

Imports the installation media for a DB engine that requires an on-premises * customer provided license, such as SQL Server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ImportInstallationMediaCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ImportInstallationMediaCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ListTagsForResourceCommand.ts b/clients/client-rds/commands/ListTagsForResourceCommand.ts index 36d3876f1c82..fa25a13d968f 100644 --- a/clients/client-rds/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rds/commands/ListTagsForResourceCommand.ts @@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta * see Tagging Amazon RDS Resources * in the Amazon RDS User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ListTagsForResourceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyCertificatesCommand.ts b/clients/client-rds/commands/ModifyCertificatesCommand.ts index 0a76651c901a..ae950d29f181 100644 --- a/clients/client-rds/commands/ModifyCertificatesCommand.ts +++ b/clients/client-rds/commands/ModifyCertificatesCommand.ts @@ -47,7 +47,7 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul * * Rotating Your SSL/TLS Certificate in the Amazon Aurora User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyCertificatesCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyCertificatesCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyCurrentDBClusterCapacityCommand.ts b/clients/client-rds/commands/ModifyCurrentDBClusterCapacityCommand.ts index 3c88ed81a51b..5aa9d30b8399 100644 --- a/clients/client-rds/commands/ModifyCurrentDBClusterCapacityCommand.ts +++ b/clients/client-rds/commands/ModifyCurrentDBClusterCapacityCommand.ts @@ -40,7 +40,7 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyCurrentDBClusterCapacityCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyCurrentDBClusterCapacityCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBClusterCommand.ts b/clients/client-rds/commands/ModifyDBClusterCommand.ts index 4f61e3ee714a..5937c58fc379 100644 --- a/clients/client-rds/commands/ModifyDBClusterCommand.ts +++ b/clients/client-rds/commands/ModifyDBClusterCommand.ts @@ -32,7 +32,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-rds/commands/ModifyDBClusterEndpointCommand.ts index 4590a6f3dbb7..fd4bf6b1b665 100644 --- a/clients/client-rds/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-rds/commands/ModifyDBClusterEndpointCommand.ts @@ -27,7 +27,7 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint, *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBClusterEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBClusterEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-rds/commands/ModifyDBClusterParameterGroupCommand.ts index 3be16383e6f7..ab974471bc22 100644 --- a/clients/client-rds/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/commands/ModifyDBClusterParameterGroupCommand.ts @@ -55,7 +55,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-rds/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 43614a076a6c..c983447b1bfe 100644 --- a/clients/client-rds/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-rds/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -46,7 +46,7 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBClusterSnapshotAttributeCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBClusterSnapshotAttributeCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBInstanceCommand.ts b/clients/client-rds/commands/ModifyDBInstanceCommand.ts index 58883f3ce330..a2340bbe8637 100644 --- a/clients/client-rds/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-rds/commands/ModifyDBInstanceCommand.ts @@ -28,7 +28,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _ * before you call ModifyDBInstance. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBParameterGroupCommand.ts b/clients/client-rds/commands/ModifyDBParameterGroupCommand.ts index 3e8266421095..70135f30154a 100644 --- a/clients/client-rds/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-rds/commands/ModifyDBParameterGroupCommand.ts @@ -42,7 +42,7 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam * that your DB parameter group has been created or modified.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBProxyCommand.ts b/clients/client-rds/commands/ModifyDBProxyCommand.ts index 915d54913e43..f68ab31446ee 100644 --- a/clients/client-rds/commands/ModifyDBProxyCommand.ts +++ b/clients/client-rds/commands/ModifyDBProxyCommand.ts @@ -23,7 +23,7 @@ export interface ModifyDBProxyCommandOutput extends ModifyDBProxyResponse, __Met /** *

Changes the settings for an existing DB proxy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBProxyCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBProxyCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBProxyEndpointCommand.ts b/clients/client-rds/commands/ModifyDBProxyEndpointCommand.ts index 710e08a26e86..d5cdf2efda1f 100644 --- a/clients/client-rds/commands/ModifyDBProxyEndpointCommand.ts +++ b/clients/client-rds/commands/ModifyDBProxyEndpointCommand.ts @@ -23,7 +23,7 @@ export interface ModifyDBProxyEndpointCommandOutput extends ModifyDBProxyEndpoin /** *

Changes the settings for an existing DB proxy endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBProxyEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBProxyEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBProxyTargetGroupCommand.ts b/clients/client-rds/commands/ModifyDBProxyTargetGroupCommand.ts index 0bbf6c189b1f..a265677feceb 100644 --- a/clients/client-rds/commands/ModifyDBProxyTargetGroupCommand.ts +++ b/clients/client-rds/commands/ModifyDBProxyTargetGroupCommand.ts @@ -23,7 +23,7 @@ export interface ModifyDBProxyTargetGroupCommandOutput extends ModifyDBProxyTarg /** *

Modifies the properties of a DBProxyTargetGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBProxyTargetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBProxyTargetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBSnapshotAttributeCommand.ts b/clients/client-rds/commands/ModifyDBSnapshotAttributeCommand.ts index 9338c60ebab0..d981637babf8 100644 --- a/clients/client-rds/commands/ModifyDBSnapshotAttributeCommand.ts +++ b/clients/client-rds/commands/ModifyDBSnapshotAttributeCommand.ts @@ -39,7 +39,7 @@ export interface ModifyDBSnapshotAttributeCommandOutput extends ModifyDBSnapshot * whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action. The accounts are returned as * values for the restore attribute.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBSnapshotAttributeCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBSnapshotAttributeCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBSnapshotCommand.ts b/clients/client-rds/commands/ModifyDBSnapshotCommand.ts index 583f7eb1914e..1fe266272538 100644 --- a/clients/client-rds/commands/ModifyDBSnapshotCommand.ts +++ b/clients/client-rds/commands/ModifyDBSnapshotCommand.ts @@ -29,7 +29,7 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _ *

Amazon RDS supports upgrading DB snapshots for MySQL, Oracle, and PostgreSQL. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-rds/commands/ModifyDBSubnetGroupCommand.ts index b8190fcb2dca..7fd63b0aeb0d 100644 --- a/clients/client-rds/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-rds/commands/ModifyDBSubnetGroupCommand.ts @@ -23,7 +23,7 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes /** *

Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyDBSubnetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyDBSubnetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyEventSubscriptionCommand.ts b/clients/client-rds/commands/ModifyEventSubscriptionCommand.ts index 505449203d2f..aeed4a4cbb95 100644 --- a/clients/client-rds/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-rds/commands/ModifyEventSubscriptionCommand.ts @@ -27,7 +27,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri * in Events in the Amazon RDS User Guide * or by using the DescribeEventCategories operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyGlobalClusterCommand.ts b/clients/client-rds/commands/ModifyGlobalClusterCommand.ts index b3e82157c08c..cf39110ed6b8 100644 --- a/clients/client-rds/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-rds/commands/ModifyGlobalClusterCommand.ts @@ -31,7 +31,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ModifyOptionGroupCommand.ts b/clients/client-rds/commands/ModifyOptionGroupCommand.ts index 506d4a55ea9d..ead9ecafa2b4 100644 --- a/clients/client-rds/commands/ModifyOptionGroupCommand.ts +++ b/clients/client-rds/commands/ModifyOptionGroupCommand.ts @@ -23,7 +23,7 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult, /** *

Modifies an existing option group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ModifyOptionGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ModifyOptionGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/PromoteReadReplicaCommand.ts b/clients/client-rds/commands/PromoteReadReplicaCommand.ts index b7fa55611e7c..8188514c412c 100644 --- a/clients/client-rds/commands/PromoteReadReplicaCommand.ts +++ b/clients/client-rds/commands/PromoteReadReplicaCommand.ts @@ -41,7 +41,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, PromoteReadReplicaCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, PromoteReadReplicaCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-rds/commands/PromoteReadReplicaDBClusterCommand.ts index a7632d1b7680..4443ec3d259b 100644 --- a/clients/client-rds/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-rds/commands/PromoteReadReplicaDBClusterCommand.ts @@ -26,7 +26,7 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, PromoteReadReplicaDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, PromoteReadReplicaDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/PurchaseReservedDBInstancesOfferingCommand.ts b/clients/client-rds/commands/PurchaseReservedDBInstancesOfferingCommand.ts index c1258f9152a6..a7308f7172fb 100644 --- a/clients/client-rds/commands/PurchaseReservedDBInstancesOfferingCommand.ts +++ b/clients/client-rds/commands/PurchaseReservedDBInstancesOfferingCommand.ts @@ -28,7 +28,7 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput /** *

Purchases a reserved DB instance offering.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, PurchaseReservedDBInstancesOfferingCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, PurchaseReservedDBInstancesOfferingCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RebootDBInstanceCommand.ts b/clients/client-rds/commands/RebootDBInstanceCommand.ts index 056ebb7af5f1..e2ddbb7e0022 100644 --- a/clients/client-rds/commands/RebootDBInstanceCommand.ts +++ b/clients/client-rds/commands/RebootDBInstanceCommand.ts @@ -34,7 +34,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _ *

For more information about rebooting, see Rebooting a DB Instance in the Amazon RDS User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RebootDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RebootDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RegisterDBProxyTargetsCommand.ts b/clients/client-rds/commands/RegisterDBProxyTargetsCommand.ts index 1130a965eabf..2f4f76667b40 100644 --- a/clients/client-rds/commands/RegisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/commands/RegisterDBProxyTargetsCommand.ts @@ -23,7 +23,7 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg /** *

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RegisterDBProxyTargetsCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RegisterDBProxyTargetsCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-rds/commands/RemoveFromGlobalClusterCommand.ts index 419714893f49..085e71142e41 100644 --- a/clients/client-rds/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-rds/commands/RemoveFromGlobalClusterCommand.ts @@ -30,7 +30,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RemoveFromGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RemoveFromGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-rds/commands/RemoveRoleFromDBClusterCommand.ts index 65490f93fd88..6f7571cc41c9 100644 --- a/clients/client-rds/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-rds/commands/RemoveRoleFromDBClusterCommand.ts @@ -28,7 +28,7 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer { *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RemoveRoleFromDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RemoveRoleFromDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RemoveRoleFromDBInstanceCommand.ts b/clients/client-rds/commands/RemoveRoleFromDBInstanceCommand.ts index cbd898f5fa2c..225991c694df 100644 --- a/clients/client-rds/commands/RemoveRoleFromDBInstanceCommand.ts +++ b/clients/client-rds/commands/RemoveRoleFromDBInstanceCommand.ts @@ -23,7 +23,7 @@ export interface RemoveRoleFromDBInstanceCommandOutput extends __MetadataBearer /** *

Disassociates an AWS Identity and Access Management (IAM) role from a DB instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RemoveRoleFromDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RemoveRoleFromDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-rds/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 50948dd580bc..a9855cedca65 100644 --- a/clients/client-rds/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-rds/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -29,7 +29,7 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput /** *

Removes a source identifier from an existing RDS event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RemoveSourceIdentifierFromSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RemoveSourceIdentifierFromSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RemoveTagsFromResourceCommand.ts b/clients/client-rds/commands/RemoveTagsFromResourceCommand.ts index 160f68f569eb..2b77cc6f3482 100644 --- a/clients/client-rds/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-rds/commands/RemoveTagsFromResourceCommand.ts @@ -27,7 +27,7 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {} * in the Amazon RDS User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-rds/commands/ResetDBClusterParameterGroupCommand.ts index b47c458da290..6e54c55d0aba 100644 --- a/clients/client-rds/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/commands/ResetDBClusterParameterGroupCommand.ts @@ -44,7 +44,7 @@ export interface ResetDBClusterParameterGroupCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ResetDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ResetDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/ResetDBParameterGroupCommand.ts b/clients/client-rds/commands/ResetDBParameterGroupCommand.ts index 933a1a5d26d1..fe2763ec2781 100644 --- a/clients/client-rds/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-rds/commands/ResetDBParameterGroupCommand.ts @@ -30,7 +30,7 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName * pending-reboot to take effect on the next DB instance restart or * RebootDBInstance request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, ResetDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, ResetDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RestoreDBClusterFromS3Command.ts b/clients/client-rds/commands/RestoreDBClusterFromS3Command.ts index ccad74573474..a010b0c3344f 100644 --- a/clients/client-rds/commands/RestoreDBClusterFromS3Command.ts +++ b/clients/client-rds/commands/RestoreDBClusterFromS3Command.ts @@ -42,7 +42,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro * MySQL.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RestoreDBClusterFromS3Command } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RestoreDBClusterFromS3Command } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-rds/commands/RestoreDBClusterFromSnapshotCommand.ts index 85c87eab9086..159c31e04403 100644 --- a/clients/client-rds/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-rds/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -44,7 +44,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RestoreDBClusterFromSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RestoreDBClusterFromSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-rds/commands/RestoreDBClusterToPointInTimeCommand.ts index e8a206effc00..1065e82a6b26 100644 --- a/clients/client-rds/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-rds/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -44,7 +44,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RestoreDBClusterToPointInTimeCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RestoreDBClusterToPointInTimeCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RestoreDBInstanceFromDBSnapshotCommand.ts b/clients/client-rds/commands/RestoreDBInstanceFromDBSnapshotCommand.ts index 7ae894b3127d..3fb6cc5ffbe0 100644 --- a/clients/client-rds/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +++ b/clients/client-rds/commands/RestoreDBInstanceFromDBSnapshotCommand.ts @@ -38,7 +38,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput *

This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterFromSnapshot.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RestoreDBInstanceFromDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RestoreDBInstanceFromDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RestoreDBInstanceFromS3Command.ts b/clients/client-rds/commands/RestoreDBInstanceFromS3Command.ts index 14d5f9b7bd26..140c86b8d9c6 100644 --- a/clients/client-rds/commands/RestoreDBInstanceFromS3Command.ts +++ b/clients/client-rds/commands/RestoreDBInstanceFromS3Command.ts @@ -30,7 +30,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF * in the Amazon RDS User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RestoreDBInstanceFromS3Command } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RestoreDBInstanceFromS3Command } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RestoreDBInstanceToPointInTimeCommand.ts b/clients/client-rds/commands/RestoreDBInstanceToPointInTimeCommand.ts index fa7a5abd339f..d598d47702d8 100644 --- a/clients/client-rds/commands/RestoreDBInstanceToPointInTimeCommand.ts +++ b/clients/client-rds/commands/RestoreDBInstanceToPointInTimeCommand.ts @@ -34,7 +34,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput *

This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterToPointInTime.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RestoreDBInstanceToPointInTimeCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RestoreDBInstanceToPointInTimeCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/RevokeDBSecurityGroupIngressCommand.ts b/clients/client-rds/commands/RevokeDBSecurityGroupIngressCommand.ts index 8e5650f13d50..8c5382717f2f 100644 --- a/clients/client-rds/commands/RevokeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/commands/RevokeDBSecurityGroupIngressCommand.ts @@ -25,7 +25,7 @@ export interface RevokeDBSecurityGroupIngressCommandOutput /** *

Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, RevokeDBSecurityGroupIngressCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, RevokeDBSecurityGroupIngressCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StartActivityStreamCommand.ts b/clients/client-rds/commands/StartActivityStreamCommand.ts index fafaa3e3498e..90f5038c815e 100644 --- a/clients/client-rds/commands/StartActivityStreamCommand.ts +++ b/clients/client-rds/commands/StartActivityStreamCommand.ts @@ -25,7 +25,7 @@ export interface StartActivityStreamCommandOutput extends StartActivityStreamRes * For more information, see Database Activity Streams * in the Amazon Aurora User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StartActivityStreamCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StartActivityStreamCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StartDBClusterCommand.ts b/clients/client-rds/commands/StartDBClusterCommand.ts index 32d51db6f5b7..de49d50488ea 100644 --- a/clients/client-rds/commands/StartDBClusterCommand.ts +++ b/clients/client-rds/commands/StartDBClusterCommand.ts @@ -32,7 +32,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StartDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StartDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts index 6e4724d3660e..a6ed40392b94 100644 --- a/clients/client-rds/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts @@ -33,7 +33,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput * Replicating Automated Backups to Another AWS Region in the Amazon RDS User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StartDBInstanceAutomatedBackupsReplicationCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StartDBInstanceAutomatedBackupsReplicationCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StartDBInstanceCommand.ts b/clients/client-rds/commands/StartDBInstanceCommand.ts index fa9fed9d6960..65717358d3e0 100644 --- a/clients/client-rds/commands/StartDBInstanceCommand.ts +++ b/clients/client-rds/commands/StartDBInstanceCommand.ts @@ -38,7 +38,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StartDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StartDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StartExportTaskCommand.ts b/clients/client-rds/commands/StartExportTaskCommand.ts index 1398e32e7828..45211975f5f1 100644 --- a/clients/client-rds/commands/StartExportTaskCommand.ts +++ b/clients/client-rds/commands/StartExportTaskCommand.ts @@ -26,7 +26,7 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear * The provided IAM role must have access to the S3 bucket. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StartExportTaskCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StartExportTaskCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StopActivityStreamCommand.ts b/clients/client-rds/commands/StopActivityStreamCommand.ts index ee23d037e230..209111266c71 100644 --- a/clients/client-rds/commands/StopActivityStreamCommand.ts +++ b/clients/client-rds/commands/StopActivityStreamCommand.ts @@ -27,7 +27,7 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo * Database Activity Streams * in the Amazon Aurora User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StopActivityStreamCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StopActivityStreamCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StopDBClusterCommand.ts b/clients/client-rds/commands/StopDBClusterCommand.ts index e4fc86984a06..e4579453f489 100644 --- a/clients/client-rds/commands/StopDBClusterCommand.ts +++ b/clients/client-rds/commands/StopDBClusterCommand.ts @@ -35,7 +35,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad *

This action only applies to Aurora DB clusters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StopDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StopDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts index 80051e26069b..7ec1d65084bd 100644 --- a/clients/client-rds/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts @@ -32,7 +32,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput * Replicating Automated Backups to Another AWS Region in the Amazon RDS User Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StopDBInstanceAutomatedBackupsReplicationCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StopDBInstanceAutomatedBackupsReplicationCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-rds/commands/StopDBInstanceCommand.ts b/clients/client-rds/commands/StopDBInstanceCommand.ts index 1b55c58abec1..5d2451547056 100644 --- a/clients/client-rds/commands/StopDBInstanceCommand.ts +++ b/clients/client-rds/commands/StopDBInstanceCommand.ts @@ -40,7 +40,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RDSClient, StopDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import * // const { RDSClient, StopDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import diff --git a/clients/client-redshift-data/commands/CancelStatementCommand.ts b/clients/client-redshift-data/commands/CancelStatementCommand.ts index 570eb5f7e913..80d5cc1c20d5 100644 --- a/clients/client-redshift-data/commands/CancelStatementCommand.ts +++ b/clients/client-redshift-data/commands/CancelStatementCommand.ts @@ -23,7 +23,7 @@ export interface CancelStatementCommandOutput extends CancelStatementResponse, _ /** *

Cancels a running query. To be canceled, a query must be running.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, CancelStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, CancelStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/DescribeStatementCommand.ts b/clients/client-redshift-data/commands/DescribeStatementCommand.ts index d5911b11933e..a9ffbbdb817d 100644 --- a/clients/client-redshift-data/commands/DescribeStatementCommand.ts +++ b/clients/client-redshift-data/commands/DescribeStatementCommand.ts @@ -25,7 +25,7 @@ export interface DescribeStatementCommandOutput extends DescribeStatementRespons * includes when the query started, when it finished, the query status, the number of rows returned, and the SQL * statement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, DescribeStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, DescribeStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/DescribeTableCommand.ts b/clients/client-redshift-data/commands/DescribeTableCommand.ts index 10a51ef7f973..5bb7f6aa8109 100644 --- a/clients/client-redshift-data/commands/DescribeTableCommand.ts +++ b/clients/client-redshift-data/commands/DescribeTableCommand.ts @@ -38,7 +38,7 @@ export interface DescribeTableCommandOutput extends DescribeTableResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, DescribeTableCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, DescribeTableCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/ExecuteStatementCommand.ts b/clients/client-redshift-data/commands/ExecuteStatementCommand.ts index caf54c2fdc92..1e6facca7b6f 100644 --- a/clients/client-redshift-data/commands/ExecuteStatementCommand.ts +++ b/clients/client-redshift-data/commands/ExecuteStatementCommand.ts @@ -37,7 +37,7 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, ExecuteStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, ExecuteStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/GetStatementResultCommand.ts b/clients/client-redshift-data/commands/GetStatementResultCommand.ts index f6d14817aa52..abf9e6e8f2a3 100644 --- a/clients/client-redshift-data/commands/GetStatementResultCommand.ts +++ b/clients/client-redshift-data/commands/GetStatementResultCommand.ts @@ -24,7 +24,7 @@ export interface GetStatementResultCommandOutput extends GetStatementResultRespo *

Fetches the temporarily cached result of an SQL statement. * A token is returned to page through the statement results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, GetStatementResultCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, GetStatementResultCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/ListDatabasesCommand.ts b/clients/client-redshift-data/commands/ListDatabasesCommand.ts index b1d03f4e3e6d..5432100b9c49 100644 --- a/clients/client-redshift-data/commands/ListDatabasesCommand.ts +++ b/clients/client-redshift-data/commands/ListDatabasesCommand.ts @@ -37,7 +37,7 @@ export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, ListDatabasesCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, ListDatabasesCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/ListSchemasCommand.ts b/clients/client-redshift-data/commands/ListSchemasCommand.ts index 7b4ba4b54e1a..da2820d0d652 100644 --- a/clients/client-redshift-data/commands/ListSchemasCommand.ts +++ b/clients/client-redshift-data/commands/ListSchemasCommand.ts @@ -37,7 +37,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, ListSchemasCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, ListSchemasCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/ListStatementsCommand.ts b/clients/client-redshift-data/commands/ListStatementsCommand.ts index 21a2af7fe66b..92171ee5bab9 100644 --- a/clients/client-redshift-data/commands/ListStatementsCommand.ts +++ b/clients/client-redshift-data/commands/ListStatementsCommand.ts @@ -24,7 +24,7 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M *

List of SQL statements. By default, only finished statements are shown. * A token is returned to page through the statement list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, ListStatementsCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, ListStatementsCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift-data/commands/ListTablesCommand.ts b/clients/client-redshift-data/commands/ListTablesCommand.ts index e96611b85d9b..1ddee11e55e3 100644 --- a/clients/client-redshift-data/commands/ListTablesCommand.ts +++ b/clients/client-redshift-data/commands/ListTablesCommand.ts @@ -38,7 +38,7 @@ export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftDataClient, ListTablesCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import * // const { RedshiftDataClient, ListTablesCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import diff --git a/clients/client-redshift/commands/AcceptReservedNodeExchangeCommand.ts b/clients/client-redshift/commands/AcceptReservedNodeExchangeCommand.ts index 90d53b572110..49c18ce8ccd5 100644 --- a/clients/client-redshift/commands/AcceptReservedNodeExchangeCommand.ts +++ b/clients/client-redshift/commands/AcceptReservedNodeExchangeCommand.ts @@ -27,7 +27,7 @@ export interface AcceptReservedNodeExchangeCommandOutput * configuration (term, payment type, or number of nodes) and no additional costs. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, AcceptReservedNodeExchangeCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, AcceptReservedNodeExchangeCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/AddPartnerCommand.ts b/clients/client-redshift/commands/AddPartnerCommand.ts index 2e493cd80c11..2abe7a7cdd20 100644 --- a/clients/client-redshift/commands/AddPartnerCommand.ts +++ b/clients/client-redshift/commands/AddPartnerCommand.ts @@ -22,7 +22,7 @@ export interface AddPartnerCommandOutput extends PartnerIntegrationOutputMessage * This operation authorizes a partner to push status updates for the specified database. * To complete the integration, you also set up the integration on the partner website.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, AddPartnerCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, AddPartnerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/AuthorizeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/commands/AuthorizeClusterSecurityGroupIngressCommand.ts index 37fc22cfaa26..f5cb04f14b5d 100644 --- a/clients/client-redshift/commands/AuthorizeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/commands/AuthorizeClusterSecurityGroupIngressCommand.ts @@ -43,7 +43,7 @@ export interface AuthorizeClusterSecurityGroupIngressCommandOutput * information about managing security groups, go to Working with Security * Groups in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, AuthorizeClusterSecurityGroupIngressCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, AuthorizeClusterSecurityGroupIngressCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/AuthorizeEndpointAccessCommand.ts b/clients/client-redshift/commands/AuthorizeEndpointAccessCommand.ts index b3f6312c5094..6163200164f1 100644 --- a/clients/client-redshift/commands/AuthorizeEndpointAccessCommand.ts +++ b/clients/client-redshift/commands/AuthorizeEndpointAccessCommand.ts @@ -23,7 +23,7 @@ export interface AuthorizeEndpointAccessCommandOutput extends EndpointAuthorizat /** *

Grants access to a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, AuthorizeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, AuthorizeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/AuthorizeSnapshotAccessCommand.ts b/clients/client-redshift/commands/AuthorizeSnapshotAccessCommand.ts index 98f59fba9e2b..f6a565840463 100644 --- a/clients/client-redshift/commands/AuthorizeSnapshotAccessCommand.ts +++ b/clients/client-redshift/commands/AuthorizeSnapshotAccessCommand.ts @@ -28,7 +28,7 @@ export interface AuthorizeSnapshotAccessCommandOutput extends AuthorizeSnapshotA * Amazon Redshift Snapshots * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, AuthorizeSnapshotAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, AuthorizeSnapshotAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/BatchDeleteClusterSnapshotsCommand.ts b/clients/client-redshift/commands/BatchDeleteClusterSnapshotsCommand.ts index 9a5bd8c7886c..47dbd93aa388 100644 --- a/clients/client-redshift/commands/BatchDeleteClusterSnapshotsCommand.ts +++ b/clients/client-redshift/commands/BatchDeleteClusterSnapshotsCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeleteClusterSnapshotsCommandOutput extends BatchDeleteClu /** *

Deletes a set of cluster snapshots.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, BatchDeleteClusterSnapshotsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, BatchDeleteClusterSnapshotsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/BatchModifyClusterSnapshotsCommand.ts b/clients/client-redshift/commands/BatchModifyClusterSnapshotsCommand.ts index 7fb41e8d3ce7..c6dd2abc626c 100644 --- a/clients/client-redshift/commands/BatchModifyClusterSnapshotsCommand.ts +++ b/clients/client-redshift/commands/BatchModifyClusterSnapshotsCommand.ts @@ -25,7 +25,7 @@ export interface BatchModifyClusterSnapshotsCommandOutput /** *

Modifies the settings for a set of cluster snapshots.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, BatchModifyClusterSnapshotsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, BatchModifyClusterSnapshotsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CancelResizeCommand.ts b/clients/client-redshift/commands/CancelResizeCommand.ts index c4852a6d990c..46af9c427318 100644 --- a/clients/client-redshift/commands/CancelResizeCommand.ts +++ b/clients/client-redshift/commands/CancelResizeCommand.ts @@ -20,7 +20,7 @@ export interface CancelResizeCommandOutput extends ResizeProgressMessage, __Meta /** *

Cancels a resize operation for a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CancelResizeCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CancelResizeCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CopyClusterSnapshotCommand.ts b/clients/client-redshift/commands/CopyClusterSnapshotCommand.ts index a73a8ed695cc..1212319d591a 100644 --- a/clients/client-redshift/commands/CopyClusterSnapshotCommand.ts +++ b/clients/client-redshift/commands/CopyClusterSnapshotCommand.ts @@ -34,7 +34,7 @@ export interface CopyClusterSnapshotCommandOutput extends CopyClusterSnapshotRes * Amazon Redshift Snapshots * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CopyClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CopyClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateClusterCommand.ts b/clients/client-redshift/commands/CreateClusterCommand.ts index 54dcc7df8c9c..9865dc7d2e26 100644 --- a/clients/client-redshift/commands/CreateClusterCommand.ts +++ b/clients/client-redshift/commands/CreateClusterCommand.ts @@ -29,7 +29,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad * Amazon Redshift Clusters * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateClusterParameterGroupCommand.ts b/clients/client-redshift/commands/CreateClusterParameterGroupCommand.ts index cf24bebedf0e..1d584b354c6e 100644 --- a/clients/client-redshift/commands/CreateClusterParameterGroupCommand.ts +++ b/clients/client-redshift/commands/CreateClusterParameterGroupCommand.ts @@ -31,7 +31,7 @@ export interface CreateClusterParameterGroupCommandOutput extends CreateClusterP * Amazon Redshift Parameter Groups * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateClusterSecurityGroupCommand.ts b/clients/client-redshift/commands/CreateClusterSecurityGroupCommand.ts index 555408bb02d5..2cc80b5b3cf1 100644 --- a/clients/client-redshift/commands/CreateClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/commands/CreateClusterSecurityGroupCommand.ts @@ -28,7 +28,7 @@ export interface CreateClusterSecurityGroupCommandOutput extends CreateClusterSe * Amazon Redshift Cluster Security Groups in the * Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateClusterSecurityGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateClusterSecurityGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateClusterSnapshotCommand.ts b/clients/client-redshift/commands/CreateClusterSnapshotCommand.ts index d721cee89f03..e8d0388863f1 100644 --- a/clients/client-redshift/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-redshift/commands/CreateClusterSnapshotCommand.ts @@ -28,7 +28,7 @@ export interface CreateClusterSnapshotCommandOutput extends CreateClusterSnapsho * Amazon Redshift Snapshots * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateClusterSubnetGroupCommand.ts b/clients/client-redshift/commands/CreateClusterSubnetGroupCommand.ts index 3061a4a9fad1..2f81bf4fa281 100644 --- a/clients/client-redshift/commands/CreateClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/commands/CreateClusterSubnetGroupCommand.ts @@ -29,7 +29,7 @@ export interface CreateClusterSubnetGroupCommandOutput extends CreateClusterSubn * Amazon Redshift Cluster Subnet Groups in the * Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateClusterSubnetGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateClusterSubnetGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift/commands/CreateEndpointAccessCommand.ts index 1154d6e462b9..8fcd03ab50d7 100644 --- a/clients/client-redshift/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift/commands/CreateEndpointAccessCommand.ts @@ -23,7 +23,7 @@ export interface CreateEndpointAccessCommandOutput extends EndpointAccess, __Met /** *

Creates a Redshift-managed VPC endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateEventSubscriptionCommand.ts b/clients/client-redshift/commands/CreateEventSubscriptionCommand.ts index 15a54da01299..b492be52ecfb 100644 --- a/clients/client-redshift/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-redshift/commands/CreateEventSubscriptionCommand.ts @@ -40,7 +40,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri * will be notified of events generated from all Amazon Redshift sources belonging to your AWS * account. You must specify a source type if you specify a source ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateHsmClientCertificateCommand.ts b/clients/client-redshift/commands/CreateHsmClientCertificateCommand.ts index ba5f6d931340..95e628eae7f2 100644 --- a/clients/client-redshift/commands/CreateHsmClientCertificateCommand.ts +++ b/clients/client-redshift/commands/CreateHsmClientCertificateCommand.ts @@ -30,7 +30,7 @@ export interface CreateHsmClientCertificateCommandOutput extends CreateHsmClient * For more information, go to Hardware Security Modules * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateHsmClientCertificateCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateHsmClientCertificateCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateHsmConfigurationCommand.ts b/clients/client-redshift/commands/CreateHsmConfigurationCommand.ts index 41872e748945..e63bcc52656f 100644 --- a/clients/client-redshift/commands/CreateHsmConfigurationCommand.ts +++ b/clients/client-redshift/commands/CreateHsmConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface CreateHsmConfigurationCommandOutput extends CreateHsmConfigurat * certificate. For more information, go to Hardware Security Modules * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateHsmConfigurationCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateHsmConfigurationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateScheduledActionCommand.ts b/clients/client-redshift/commands/CreateScheduledActionCommand.ts index 2e4518bb5264..babbefe8f76f 100644 --- a/clients/client-redshift/commands/CreateScheduledActionCommand.ts +++ b/clients/client-redshift/commands/CreateScheduledActionCommand.ts @@ -25,7 +25,7 @@ export interface CreateScheduledActionCommandOutput extends ScheduledAction, __M * For example, you can create a schedule of when to run the ResizeCluster API operation. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateScheduledActionCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateScheduledActionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateSnapshotCopyGrantCommand.ts b/clients/client-redshift/commands/CreateSnapshotCopyGrantCommand.ts index 82d8de6c4c66..a17a0bed359a 100644 --- a/clients/client-redshift/commands/CreateSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/commands/CreateSnapshotCopyGrantCommand.ts @@ -30,7 +30,7 @@ export interface CreateSnapshotCopyGrantCommandOutput extends CreateSnapshotCopy * in the Amazon Redshift Cluster Management Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateSnapshotCopyGrantCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateSnapshotCopyGrantCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateSnapshotScheduleCommand.ts b/clients/client-redshift/commands/CreateSnapshotScheduleCommand.ts index aa29cc464511..99cf99b755ce 100644 --- a/clients/client-redshift/commands/CreateSnapshotScheduleCommand.ts +++ b/clients/client-redshift/commands/CreateSnapshotScheduleCommand.ts @@ -23,7 +23,7 @@ export interface CreateSnapshotScheduleCommandOutput extends SnapshotSchedule, _ /** *

Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateSnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateSnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateTagsCommand.ts b/clients/client-redshift/commands/CreateTagsCommand.ts index 3e7bd4a57874..cba0520eedfb 100644 --- a/clients/client-redshift/commands/CreateTagsCommand.ts +++ b/clients/client-redshift/commands/CreateTagsCommand.ts @@ -24,7 +24,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {} *

If you specify a key that already exists for the resource, the value for that key * will be updated with the new value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateTagsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateTagsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/CreateUsageLimitCommand.ts b/clients/client-redshift/commands/CreateUsageLimitCommand.ts index d9a061979b54..88f78fee5420 100644 --- a/clients/client-redshift/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift/commands/CreateUsageLimitCommand.ts @@ -24,7 +24,7 @@ export interface CreateUsageLimitCommandOutput extends UsageLimit, __MetadataBea *

Creates a usage limit for a specified Amazon Redshift feature on a cluster. * The usage limit is identified by the returned usage limit identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, CreateUsageLimitCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, CreateUsageLimitCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteClusterCommand.ts b/clients/client-redshift/commands/DeleteClusterCommand.ts index 51f8d306aeaf..40b7f5542536 100644 --- a/clients/client-redshift/commands/DeleteClusterCommand.ts +++ b/clients/client-redshift/commands/DeleteClusterCommand.ts @@ -38,7 +38,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad * Amazon Redshift Clusters * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteClusterParameterGroupCommand.ts b/clients/client-redshift/commands/DeleteClusterParameterGroupCommand.ts index 51517bd7ba38..a50049399615 100644 --- a/clients/client-redshift/commands/DeleteClusterParameterGroupCommand.ts +++ b/clients/client-redshift/commands/DeleteClusterParameterGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteClusterParameterGroupCommandOutput extends __MetadataBear * cluster.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteClusterSecurityGroupCommand.ts b/clients/client-redshift/commands/DeleteClusterSecurityGroupCommand.ts index 36beac0d3713..07b5e6c43c0a 100644 --- a/clients/client-redshift/commands/DeleteClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/commands/DeleteClusterSecurityGroupCommand.ts @@ -31,7 +31,7 @@ export interface DeleteClusterSecurityGroupCommandOutput extends __MetadataBeare * Amazon Redshift Cluster Security Groups in the * Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteClusterSecurityGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteClusterSecurityGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteClusterSnapshotCommand.ts b/clients/client-redshift/commands/DeleteClusterSnapshotCommand.ts index 79acb0de5ba7..6644a72b915b 100644 --- a/clients/client-redshift/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-redshift/commands/DeleteClusterSnapshotCommand.ts @@ -29,7 +29,7 @@ export interface DeleteClusterSnapshotCommandOutput extends DeleteClusterSnapsho * the snapshot, you must revoke all of the authorizations before you can delete the * snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteClusterSubnetGroupCommand.ts b/clients/client-redshift/commands/DeleteClusterSubnetGroupCommand.ts index 427a3912288b..0e7f6f9cbdf7 100644 --- a/clients/client-redshift/commands/DeleteClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/commands/DeleteClusterSubnetGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteClusterSubnetGroupCommandOutput extends __MetadataBearer /** *

Deletes the specified cluster subnet group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteClusterSubnetGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteClusterSubnetGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift/commands/DeleteEndpointAccessCommand.ts index 26b5fb98cf98..d189ca7d274c 100644 --- a/clients/client-redshift/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift/commands/DeleteEndpointAccessCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEndpointAccessCommandOutput extends EndpointAccess, __Met /** *

Deletes a Redshift-managed VPC endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteEventSubscriptionCommand.ts b/clients/client-redshift/commands/DeleteEventSubscriptionCommand.ts index 83856f5de869..b554aa84f08f 100644 --- a/clients/client-redshift/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-redshift/commands/DeleteEventSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteEventSubscriptionCommandOutput extends __MetadataBearer { /** *

Deletes an Amazon Redshift event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteHsmClientCertificateCommand.ts b/clients/client-redshift/commands/DeleteHsmClientCertificateCommand.ts index fe453c4e2f68..cf634b6727ff 100644 --- a/clients/client-redshift/commands/DeleteHsmClientCertificateCommand.ts +++ b/clients/client-redshift/commands/DeleteHsmClientCertificateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteHsmClientCertificateCommandOutput extends __MetadataBeare /** *

Deletes the specified HSM client certificate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteHsmClientCertificateCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteHsmClientCertificateCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteHsmConfigurationCommand.ts b/clients/client-redshift/commands/DeleteHsmConfigurationCommand.ts index e9ace3e3be53..951e88734e21 100644 --- a/clients/client-redshift/commands/DeleteHsmConfigurationCommand.ts +++ b/clients/client-redshift/commands/DeleteHsmConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteHsmConfigurationCommandOutput extends __MetadataBearer {} /** *

Deletes the specified Amazon Redshift HSM configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteHsmConfigurationCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteHsmConfigurationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeletePartnerCommand.ts b/clients/client-redshift/commands/DeletePartnerCommand.ts index 7fd7bc10dd65..bb6b67c65238 100644 --- a/clients/client-redshift/commands/DeletePartnerCommand.ts +++ b/clients/client-redshift/commands/DeletePartnerCommand.ts @@ -23,7 +23,7 @@ export interface DeletePartnerCommandOutput extends PartnerIntegrationOutputMess /** *

Deletes a partner integration from a cluster. Data can still flow to the cluster until the integration is deleted at the partner's website.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeletePartnerCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeletePartnerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteScheduledActionCommand.ts b/clients/client-redshift/commands/DeleteScheduledActionCommand.ts index fd60db79b041..cdfa31b14fe5 100644 --- a/clients/client-redshift/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-redshift/commands/DeleteScheduledActionCommand.ts @@ -24,7 +24,7 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {} *

Deletes a scheduled action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteScheduledActionCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteSnapshotCopyGrantCommand.ts b/clients/client-redshift/commands/DeleteSnapshotCopyGrantCommand.ts index d457fe900e91..d126ee7c5493 100644 --- a/clients/client-redshift/commands/DeleteSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/commands/DeleteSnapshotCopyGrantCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSnapshotCopyGrantCommandOutput extends __MetadataBearer { /** *

Deletes the specified snapshot copy grant.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteSnapshotCopyGrantCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteSnapshotCopyGrantCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-redshift/commands/DeleteSnapshotScheduleCommand.ts index 5422615052b6..1dd6b51e48d8 100644 --- a/clients/client-redshift/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-redshift/commands/DeleteSnapshotScheduleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSnapshotScheduleCommandOutput extends __MetadataBearer {} /** *

Deletes a snapshot schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteSnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteSnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteTagsCommand.ts b/clients/client-redshift/commands/DeleteTagsCommand.ts index 3c7aa7a6b5ae..e622987373e4 100644 --- a/clients/client-redshift/commands/DeleteTagsCommand.ts +++ b/clients/client-redshift/commands/DeleteTagsCommand.ts @@ -21,7 +21,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} *

Deletes tags from a resource. You must provide the ARN of the resource * from which you want to delete the tag or tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteTagsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteTagsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift/commands/DeleteUsageLimitCommand.ts index 06308210b3f5..db79d0959075 100644 --- a/clients/client-redshift/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift/commands/DeleteUsageLimitCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUsageLimitCommandOutput extends __MetadataBearer {} /** *

Deletes a usage limit from a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DeleteUsageLimitCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DeleteUsageLimitCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeAccountAttributesCommand.ts b/clients/client-redshift/commands/DescribeAccountAttributesCommand.ts index 56c43ecfaa3a..95ce66d91730 100644 --- a/clients/client-redshift/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-redshift/commands/DescribeAccountAttributesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute /** *

Returns a list of attributes attached to an account

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterDbRevisionsCommand.ts b/clients/client-redshift/commands/DescribeClusterDbRevisionsCommand.ts index cc9be59a9f1f..77d5afccb21a 100644 --- a/clients/client-redshift/commands/DescribeClusterDbRevisionsCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterDbRevisionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClusterDbRevisionsCommandOutput extends ClusterDbRevisi /** *

Returns an array of ClusterDbRevision objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterDbRevisionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterDbRevisionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterParameterGroupsCommand.ts b/clients/client-redshift/commands/DescribeClusterParameterGroupsCommand.ts index ffe38acafc6c..15e721abd32e 100644 --- a/clients/client-redshift/commands/DescribeClusterParameterGroupsCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterParameterGroupsCommand.ts @@ -39,7 +39,7 @@ export interface DescribeClusterParameterGroupsCommandOutput extends ClusterPara * returned regardless of whether they have tag keys or values associated with * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterParameterGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterParameterGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterParametersCommand.ts b/clients/client-redshift/commands/DescribeClusterParametersCommand.ts index 1a055eb9105f..1c5bd7d4a7c0 100644 --- a/clients/client-redshift/commands/DescribeClusterParametersCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterParametersCommand.ts @@ -34,7 +34,7 @@ export interface DescribeClusterParametersCommandOutput extends ClusterParameter * Amazon Redshift Parameter Groups * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterParametersCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterParametersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterSecurityGroupsCommand.ts b/clients/client-redshift/commands/DescribeClusterSecurityGroupsCommand.ts index 094425a10a94..d17e52068e33 100644 --- a/clients/client-redshift/commands/DescribeClusterSecurityGroupsCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterSecurityGroupsCommand.ts @@ -37,7 +37,7 @@ export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecur * returned regardless of whether they have tag keys or values associated with * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterSecurityGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterSecurityGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterSnapshotsCommand.ts b/clients/client-redshift/commands/DescribeClusterSnapshotsCommand.ts index 51fe1b1ba451..3fa0eeadf049 100644 --- a/clients/client-redshift/commands/DescribeClusterSnapshotsCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterSnapshotsCommand.ts @@ -35,7 +35,7 @@ export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage, *

If both tag keys and values are omitted from the request, snapshots are returned * regardless of whether they have tag keys or values associated with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterSnapshotsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterSnapshotsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterSubnetGroupsCommand.ts b/clients/client-redshift/commands/DescribeClusterSubnetGroupsCommand.ts index a30ee807feb1..7a2e891d258b 100644 --- a/clients/client-redshift/commands/DescribeClusterSubnetGroupsCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterSubnetGroupsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetG * returned regardless of whether they have tag keys or values associated with * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterSubnetGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterSubnetGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterTracksCommand.ts b/clients/client-redshift/commands/DescribeClusterTracksCommand.ts index 1e99483ec62a..10233d926dcc 100644 --- a/clients/client-redshift/commands/DescribeClusterTracksCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterTracksCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __ /** *

Returns a list of all the available maintenance tracks.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterTracksCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterTracksCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClusterVersionsCommand.ts b/clients/client-redshift/commands/DescribeClusterVersionsCommand.ts index c6b96b5ec2b4..7d2918e0a5ce 100644 --- a/clients/client-redshift/commands/DescribeClusterVersionsCommand.ts +++ b/clients/client-redshift/commands/DescribeClusterVersionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMes * Amazon Redshift Clusters * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClusterVersionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClusterVersionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeClustersCommand.ts b/clients/client-redshift/commands/DescribeClustersCommand.ts index cfc962b83c41..414938f10023 100644 --- a/clients/client-redshift/commands/DescribeClustersCommand.ts +++ b/clients/client-redshift/commands/DescribeClustersCommand.ts @@ -35,7 +35,7 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada *

If both tag keys and values are omitted from the request, clusters are returned * regardless of whether they have tag keys or values associated with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeClustersCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeClustersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeDefaultClusterParametersCommand.ts b/clients/client-redshift/commands/DescribeDefaultClusterParametersCommand.ts index e2e56957cde2..4226b223508a 100644 --- a/clients/client-redshift/commands/DescribeDefaultClusterParametersCommand.ts +++ b/clients/client-redshift/commands/DescribeDefaultClusterParametersCommand.ts @@ -30,7 +30,7 @@ export interface DescribeDefaultClusterParametersCommandOutput * Amazon Redshift Parameter Groups * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeDefaultClusterParametersCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeDefaultClusterParametersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeEndpointAccessCommand.ts b/clients/client-redshift/commands/DescribeEndpointAccessCommand.ts index 86e7a8008916..bccf375fbbc4 100644 --- a/clients/client-redshift/commands/DescribeEndpointAccessCommand.ts +++ b/clients/client-redshift/commands/DescribeEndpointAccessCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList, /** *

Describes a Redshift-managed VPC endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeEndpointAuthorizationCommand.ts b/clients/client-redshift/commands/DescribeEndpointAuthorizationCommand.ts index 7697f1d0950f..0fa013746ad2 100644 --- a/clients/client-redshift/commands/DescribeEndpointAuthorizationCommand.ts +++ b/clients/client-redshift/commands/DescribeEndpointAuthorizationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuth /** *

Describes an endpoint authorization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeEndpointAuthorizationCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeEndpointAuthorizationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeEventCategoriesCommand.ts b/clients/client-redshift/commands/DescribeEventCategoriesCommand.ts index e749a88b4996..e8dc6a820066 100644 --- a/clients/client-redshift/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-redshift/commands/DescribeEventCategoriesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes * source type. For a list of the event categories and source types, go to Amazon Redshift Event * Notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-redshift/commands/DescribeEventSubscriptionsCommand.ts index ad9dd0164ddb..54e0b3b057b5 100644 --- a/clients/client-redshift/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-redshift/commands/DescribeEventSubscriptionsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti * returned regardless of whether they have tag keys or values associated with * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeEventsCommand.ts b/clients/client-redshift/commands/DescribeEventsCommand.ts index a36d5756576c..452b9a084199 100644 --- a/clients/client-redshift/commands/DescribeEventsCommand.ts +++ b/clients/client-redshift/commands/DescribeEventsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe * snapshot or parameter group can be obtained by providing the name as a parameter. By * default, the past hour of events are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeEventsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeEventsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeHsmClientCertificatesCommand.ts b/clients/client-redshift/commands/DescribeHsmClientCertificatesCommand.ts index 39b663877d5e..9acaadafa9ae 100644 --- a/clients/client-redshift/commands/DescribeHsmClientCertificatesCommand.ts +++ b/clients/client-redshift/commands/DescribeHsmClientCertificatesCommand.ts @@ -33,7 +33,7 @@ export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCer * are returned regardless of whether they have tag keys or values associated with * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeHsmClientCertificatesCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeHsmClientCertificatesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeHsmConfigurationsCommand.ts b/clients/client-redshift/commands/DescribeHsmConfigurationsCommand.ts index 56dd260bd311..00a10358c65b 100644 --- a/clients/client-redshift/commands/DescribeHsmConfigurationsCommand.ts +++ b/clients/client-redshift/commands/DescribeHsmConfigurationsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeHsmConfigurationsCommandOutput extends HsmConfiguration * returned regardless of whether they have tag keys or values associated with * them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeHsmConfigurationsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeHsmConfigurationsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeLoggingStatusCommand.ts b/clients/client-redshift/commands/DescribeLoggingStatusCommand.ts index 9c41d358763d..0d509b71063a 100644 --- a/clients/client-redshift/commands/DescribeLoggingStatusCommand.ts +++ b/clients/client-redshift/commands/DescribeLoggingStatusCommand.ts @@ -24,7 +24,7 @@ export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __Met *

Describes whether information, such as queries and connection attempts, is being * logged for the specified Amazon Redshift cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeLoggingStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeLoggingStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeNodeConfigurationOptionsCommand.ts b/clients/client-redshift/commands/DescribeNodeConfigurationOptionsCommand.ts index 0e94f8438bb1..2e125f7356a1 100644 --- a/clients/client-redshift/commands/DescribeNodeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/commands/DescribeNodeConfigurationOptionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeNodeConfigurationOptionsCommandOutput *

Returns properties of possible node configurations such as node type, number of nodes, and * disk usage for the specified action type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeNodeConfigurationOptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeNodeConfigurationOptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeOrderableClusterOptionsCommand.ts b/clients/client-redshift/commands/DescribeOrderableClusterOptionsCommand.ts index c19842814240..84f7faa873b2 100644 --- a/clients/client-redshift/commands/DescribeOrderableClusterOptionsCommand.ts +++ b/clients/client-redshift/commands/DescribeOrderableClusterOptionsCommand.ts @@ -33,7 +33,7 @@ export interface DescribeOrderableClusterOptionsCommandOutput * Amazon Redshift Clusters * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeOrderableClusterOptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeOrderableClusterOptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribePartnersCommand.ts b/clients/client-redshift/commands/DescribePartnersCommand.ts index 2fa74618aedf..7082a22cb959 100644 --- a/clients/client-redshift/commands/DescribePartnersCommand.ts +++ b/clients/client-redshift/commands/DescribePartnersCommand.ts @@ -23,7 +23,7 @@ export interface DescribePartnersCommandOutput extends DescribePartnersOutputMes /** *

Returns information about the partner integrations defined for a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribePartnersCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribePartnersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeReservedNodeOfferingsCommand.ts b/clients/client-redshift/commands/DescribeReservedNodeOfferingsCommand.ts index 1a655c230413..4512998088e3 100644 --- a/clients/client-redshift/commands/DescribeReservedNodeOfferingsCommand.ts +++ b/clients/client-redshift/commands/DescribeReservedNodeOfferingsCommand.ts @@ -32,7 +32,7 @@ export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNode * Purchasing Reserved Nodes * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeReservedNodeOfferingsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeReservedNodeOfferingsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeReservedNodesCommand.ts b/clients/client-redshift/commands/DescribeReservedNodesCommand.ts index 700853a8f20e..73886f8d7f0b 100644 --- a/clients/client-redshift/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-redshift/commands/DescribeReservedNodesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage /** *

Returns the descriptions of the reserved nodes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeReservedNodesCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeReservedNodesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeResizeCommand.ts b/clients/client-redshift/commands/DescribeResizeCommand.ts index 93c5cae387a8..311acd1b786a 100644 --- a/clients/client-redshift/commands/DescribeResizeCommand.ts +++ b/clients/client-redshift/commands/DescribeResizeCommand.ts @@ -28,7 +28,7 @@ export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __Me *

A resize operation can be requested using ModifyCluster and * specifying a different number or type of nodes for the cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeResizeCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeResizeCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeScheduledActionsCommand.ts b/clients/client-redshift/commands/DescribeScheduledActionsCommand.ts index 31e4ecc537b5..ad0c87c7d38e 100644 --- a/clients/client-redshift/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-redshift/commands/DescribeScheduledActionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsM *

Describes properties of scheduled actions. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeScheduledActionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeScheduledActionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeSnapshotCopyGrantsCommand.ts b/clients/client-redshift/commands/DescribeSnapshotCopyGrantsCommand.ts index 9df282411ff6..2fafd48f0910 100644 --- a/clients/client-redshift/commands/DescribeSnapshotCopyGrantsCommand.ts +++ b/clients/client-redshift/commands/DescribeSnapshotCopyGrantsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGra * in the Amazon Redshift Cluster Management Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeSnapshotCopyGrantsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeSnapshotCopyGrantsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeSnapshotSchedulesCommand.ts b/clients/client-redshift/commands/DescribeSnapshotSchedulesCommand.ts index e06343208b66..b82933bcc273 100644 --- a/clients/client-redshift/commands/DescribeSnapshotSchedulesCommand.ts +++ b/clients/client-redshift/commands/DescribeSnapshotSchedulesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSnapshotSchedulesCommandOutput /** *

Returns a list of snapshot schedules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeSnapshotSchedulesCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeSnapshotSchedulesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeStorageCommand.ts b/clients/client-redshift/commands/DescribeStorageCommand.ts index f25a0a0372be..1193dd184ae6 100644 --- a/clients/client-redshift/commands/DescribeStorageCommand.ts +++ b/clients/client-redshift/commands/DescribeStorageCommand.ts @@ -23,7 +23,7 @@ export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __ /** *

Returns account level backups storage size and provisional storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeStorageCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeStorageCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeTableRestoreStatusCommand.ts b/clients/client-redshift/commands/DescribeTableRestoreStatusCommand.ts index 8a23bb4e5539..924a04a83eb4 100644 --- a/clients/client-redshift/commands/DescribeTableRestoreStatusCommand.ts +++ b/clients/client-redshift/commands/DescribeTableRestoreStatusCommand.ts @@ -28,7 +28,7 @@ export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreSta * DescribeTableRestoreStatus returns the status of the table specified by * TableRestoreRequestId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeTableRestoreStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeTableRestoreStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeTagsCommand.ts b/clients/client-redshift/commands/DescribeTagsCommand.ts index 2ac6ca8d0b08..b39e4d4d2300 100644 --- a/clients/client-redshift/commands/DescribeTagsCommand.ts +++ b/clients/client-redshift/commands/DescribeTagsCommand.ts @@ -44,7 +44,7 @@ export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __ *

If both tag keys and values are omitted from the request, resources are returned * regardless of whether they have tag keys or values associated with them.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeTagsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeTagsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DescribeUsageLimitsCommand.ts b/clients/client-redshift/commands/DescribeUsageLimitsCommand.ts index 1a9604253aad..f6c3e78368cd 100644 --- a/clients/client-redshift/commands/DescribeUsageLimitsCommand.ts +++ b/clients/client-redshift/commands/DescribeUsageLimitsCommand.ts @@ -42,7 +42,7 @@ export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __Meta * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DescribeUsageLimitsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DescribeUsageLimitsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DisableLoggingCommand.ts b/clients/client-redshift/commands/DisableLoggingCommand.ts index 84fdfb9bdf45..993dcb3dc43d 100644 --- a/clients/client-redshift/commands/DisableLoggingCommand.ts +++ b/clients/client-redshift/commands/DisableLoggingCommand.ts @@ -25,7 +25,7 @@ export interface DisableLoggingCommandOutput extends LoggingStatus, __MetadataBe *

Stops logging information, such as queries and connection attempts, for the * specified Amazon Redshift cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DisableLoggingCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DisableLoggingCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/DisableSnapshotCopyCommand.ts b/clients/client-redshift/commands/DisableSnapshotCopyCommand.ts index eea8f0316c52..cc930d33896e 100644 --- a/clients/client-redshift/commands/DisableSnapshotCopyCommand.ts +++ b/clients/client-redshift/commands/DisableSnapshotCopyCommand.ts @@ -27,7 +27,7 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes * from AWS KMS, use DeleteSnapshotCopyGrant to delete the grant that * grants Amazon Redshift permission to the CMK in the destination region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, DisableSnapshotCopyCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, DisableSnapshotCopyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/EnableLoggingCommand.ts b/clients/client-redshift/commands/EnableLoggingCommand.ts index e7442bf56b93..b5012db5543e 100644 --- a/clients/client-redshift/commands/EnableLoggingCommand.ts +++ b/clients/client-redshift/commands/EnableLoggingCommand.ts @@ -25,7 +25,7 @@ export interface EnableLoggingCommandOutput extends LoggingStatus, __MetadataBea *

Starts logging information, such as queries and connection attempts, for the * specified Amazon Redshift cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, EnableLoggingCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, EnableLoggingCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/EnableSnapshotCopyCommand.ts b/clients/client-redshift/commands/EnableSnapshotCopyCommand.ts index b776e879ea2c..9e2467c58757 100644 --- a/clients/client-redshift/commands/EnableSnapshotCopyCommand.ts +++ b/clients/client-redshift/commands/EnableSnapshotCopyCommand.ts @@ -24,7 +24,7 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul *

Enables the automatic copy of snapshots from one region to another region for a * specified cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, EnableSnapshotCopyCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, EnableSnapshotCopyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/GetClusterCredentialsCommand.ts b/clients/client-redshift/commands/GetClusterCredentialsCommand.ts index 0867a26ffdd6..11790340f8dd 100644 --- a/clients/client-redshift/commands/GetClusterCredentialsCommand.ts +++ b/clients/client-redshift/commands/GetClusterCredentialsCommand.ts @@ -44,7 +44,7 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials, *

If the DbName parameter is specified, the IAM policy must allow access * to the resource dbname for the specified database name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, GetClusterCredentialsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, GetClusterCredentialsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/GetReservedNodeExchangeOfferingsCommand.ts b/clients/client-redshift/commands/GetReservedNodeExchangeOfferingsCommand.ts index 54eeffd87268..3a3fc15901f5 100644 --- a/clients/client-redshift/commands/GetReservedNodeExchangeOfferingsCommand.ts +++ b/clients/client-redshift/commands/GetReservedNodeExchangeOfferingsCommand.ts @@ -29,7 +29,7 @@ export interface GetReservedNodeExchangeOfferingsCommandOutput *

Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, * and usage price of the given DC1 reserved node.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, GetReservedNodeExchangeOfferingsCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, GetReservedNodeExchangeOfferingsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyAquaConfigurationCommand.ts b/clients/client-redshift/commands/ModifyAquaConfigurationCommand.ts index 3b437436409d..7ec8c1dccd5f 100644 --- a/clients/client-redshift/commands/ModifyAquaConfigurationCommand.ts +++ b/clients/client-redshift/commands/ModifyAquaConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMe /** *

Modifies whether a cluster can use AQUA (Advanced Query Accelerator).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyAquaConfigurationCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyAquaConfigurationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterCommand.ts b/clients/client-redshift/commands/ModifyClusterCommand.ts index 67ba3b82d999..f3a5e5550df3 100644 --- a/clients/client-redshift/commands/ModifyClusterCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterCommand.ts @@ -31,7 +31,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad * Amazon Redshift Clusters * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterDbRevisionCommand.ts b/clients/client-redshift/commands/ModifyClusterDbRevisionCommand.ts index a3cb1bbeb804..5bc14e99f78f 100644 --- a/clients/client-redshift/commands/ModifyClusterDbRevisionCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterDbRevisionCommand.ts @@ -24,7 +24,7 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev *

Modifies the database revision of a cluster. The database revision is a unique * revision of the database running in a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterDbRevisionCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterDbRevisionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterIamRolesCommand.ts b/clients/client-redshift/commands/ModifyClusterIamRolesCommand.ts index 59a312e81ef5..3decf16da051 100644 --- a/clients/client-redshift/commands/ModifyClusterIamRolesCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterIamRolesCommand.ts @@ -25,7 +25,7 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole * used by the cluster to access other AWS services.

*

A cluster can have up to 10 IAM roles associated at any time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterIamRolesCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterIamRolesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterMaintenanceCommand.ts b/clients/client-redshift/commands/ModifyClusterMaintenanceCommand.ts index 63d28ef561f0..2cabc0cf4fd1 100644 --- a/clients/client-redshift/commands/ModifyClusterMaintenanceCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterMaintenanceCommand.ts @@ -23,7 +23,7 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain /** *

Modifies the maintenance settings of a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterMaintenanceCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterMaintenanceCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterParameterGroupCommand.ts b/clients/client-redshift/commands/ModifyClusterParameterGroupCommand.ts index 9d3230f0787d..c0279c15dc25 100644 --- a/clients/client-redshift/commands/ModifyClusterParameterGroupCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterParameterGroupCommand.ts @@ -28,7 +28,7 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet * Amazon Redshift Parameter Groups * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterSnapshotCommand.ts b/clients/client-redshift/commands/ModifyClusterSnapshotCommand.ts index 064cc1017a81..63cc1e31a406 100644 --- a/clients/client-redshift/commands/ModifyClusterSnapshotCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterSnapshotCommand.ts @@ -24,7 +24,7 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho *

Modifies the settings for a snapshot.

*

This exanmple modifies the manual retention period setting for a cluster snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterSnapshotScheduleCommand.ts b/clients/client-redshift/commands/ModifyClusterSnapshotScheduleCommand.ts index 250ab9d70eb1..9f89106bff6e 100644 --- a/clients/client-redshift/commands/ModifyClusterSnapshotScheduleCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterSnapshotScheduleCommand.ts @@ -23,7 +23,7 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe /** *

Modifies a snapshot schedule for a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterSnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterSnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyClusterSubnetGroupCommand.ts b/clients/client-redshift/commands/ModifyClusterSubnetGroupCommand.ts index 4315eed0ecb5..a13e52629d40 100644 --- a/clients/client-redshift/commands/ModifyClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/commands/ModifyClusterSubnetGroupCommand.ts @@ -24,7 +24,7 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn *

Modifies a cluster subnet group to include the specified list of VPC subnets. The * operation replaces the existing list of subnets with the new list of subnets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyClusterSubnetGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyClusterSubnetGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyEndpointAccessCommand.ts b/clients/client-redshift/commands/ModifyEndpointAccessCommand.ts index 479d41b375cb..2ec27e98d5cd 100644 --- a/clients/client-redshift/commands/ModifyEndpointAccessCommand.ts +++ b/clients/client-redshift/commands/ModifyEndpointAccessCommand.ts @@ -24,7 +24,7 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met /** *

Modifies a Redshift-managed VPC endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyEventSubscriptionCommand.ts b/clients/client-redshift/commands/ModifyEventSubscriptionCommand.ts index 0043c23cbb6a..f38445dba139 100644 --- a/clients/client-redshift/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-redshift/commands/ModifyEventSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri /** *

Modifies an existing Amazon Redshift event notification subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyScheduledActionCommand.ts b/clients/client-redshift/commands/ModifyScheduledActionCommand.ts index 4f4cea8e701a..e70bb9b91efa 100644 --- a/clients/client-redshift/commands/ModifyScheduledActionCommand.ts +++ b/clients/client-redshift/commands/ModifyScheduledActionCommand.ts @@ -25,7 +25,7 @@ export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __M *

Modifies a scheduled action. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyScheduledActionCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyScheduledActionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifySnapshotCopyRetentionPeriodCommand.ts b/clients/client-redshift/commands/ModifySnapshotCopyRetentionPeriodCommand.ts index 93df64ed549e..e7a047d3a374 100644 --- a/clients/client-redshift/commands/ModifySnapshotCopyRetentionPeriodCommand.ts +++ b/clients/client-redshift/commands/ModifySnapshotCopyRetentionPeriodCommand.ts @@ -31,7 +31,7 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput * If you set this option, only newly copied manual snapshots have the new retention * period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifySnapshotCopyRetentionPeriodCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifySnapshotCopyRetentionPeriodCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifySnapshotScheduleCommand.ts b/clients/client-redshift/commands/ModifySnapshotScheduleCommand.ts index 0525caeea337..1cb4a494244e 100644 --- a/clients/client-redshift/commands/ModifySnapshotScheduleCommand.ts +++ b/clients/client-redshift/commands/ModifySnapshotScheduleCommand.ts @@ -25,7 +25,7 @@ export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, _ *

Modifies a snapshot schedule. Any schedule associated with a cluster is modified * asynchronously.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifySnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifySnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ModifyUsageLimitCommand.ts b/clients/client-redshift/commands/ModifyUsageLimitCommand.ts index ee0a508a59e7..e7095619d8b9 100644 --- a/clients/client-redshift/commands/ModifyUsageLimitCommand.ts +++ b/clients/client-redshift/commands/ModifyUsageLimitCommand.ts @@ -25,7 +25,7 @@ export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBea *

Modifies a usage limit in a cluster. * You can't modify the feature type or period of a usage limit.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ModifyUsageLimitCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ModifyUsageLimitCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/PauseClusterCommand.ts b/clients/client-redshift/commands/PauseClusterCommand.ts index f9487e317e46..878c600c103d 100644 --- a/clients/client-redshift/commands/PauseClusterCommand.ts +++ b/clients/client-redshift/commands/PauseClusterCommand.ts @@ -21,7 +21,7 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat /** *

Pauses a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, PauseClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, PauseClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/PurchaseReservedNodeOfferingCommand.ts b/clients/client-redshift/commands/PurchaseReservedNodeOfferingCommand.ts index 074f204b1293..8cd6f075999a 100644 --- a/clients/client-redshift/commands/PurchaseReservedNodeOfferingCommand.ts +++ b/clients/client-redshift/commands/PurchaseReservedNodeOfferingCommand.ts @@ -33,7 +33,7 @@ export interface PurchaseReservedNodeOfferingCommandOutput * Purchasing Reserved Nodes * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, PurchaseReservedNodeOfferingCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, PurchaseReservedNodeOfferingCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/RebootClusterCommand.ts b/clients/client-redshift/commands/RebootClusterCommand.ts index e89aeb9ae001..8a1f38452b85 100644 --- a/clients/client-redshift/commands/RebootClusterCommand.ts +++ b/clients/client-redshift/commands/RebootClusterCommand.ts @@ -30,7 +30,7 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad * Amazon Redshift Clusters * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, RebootClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, RebootClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ResetClusterParameterGroupCommand.ts b/clients/client-redshift/commands/ResetClusterParameterGroupCommand.ts index 8c047757313a..0d2ae95e8e0b 100644 --- a/clients/client-redshift/commands/ResetClusterParameterGroupCommand.ts +++ b/clients/client-redshift/commands/ResetClusterParameterGroupCommand.ts @@ -27,7 +27,7 @@ export interface ResetClusterParameterGroupCommandOutput extends ClusterParamete * entire parameter group specify the ResetAllParameters parameter. * For parameter changes to take effect you must reboot any associated clusters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ResetClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ResetClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ResizeClusterCommand.ts b/clients/client-redshift/commands/ResizeClusterCommand.ts index 92f15dd62ab0..64dc13ddfca4 100644 --- a/clients/client-redshift/commands/ResizeClusterCommand.ts +++ b/clients/client-redshift/commands/ResizeClusterCommand.ts @@ -66,7 +66,7 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ResizeClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ResizeClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/RestoreFromClusterSnapshotCommand.ts b/clients/client-redshift/commands/RestoreFromClusterSnapshotCommand.ts index 087b35ba0d0f..1eb65d347f47 100644 --- a/clients/client-redshift/commands/RestoreFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/commands/RestoreFromClusterSnapshotCommand.ts @@ -34,7 +34,7 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus * Amazon Redshift Snapshots * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, RestoreFromClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, RestoreFromClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/RestoreTableFromClusterSnapshotCommand.ts b/clients/client-redshift/commands/RestoreTableFromClusterSnapshotCommand.ts index a43c42502c43..0f3983df262a 100644 --- a/clients/client-redshift/commands/RestoreTableFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/commands/RestoreTableFromClusterSnapshotCommand.ts @@ -36,7 +36,7 @@ export interface RestoreTableFromClusterSnapshotCommandOutput * RestoreTableFromClusterSnapshot. This way, you can replace the original * table with the table created from the snapshot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, RestoreTableFromClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, RestoreTableFromClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/ResumeClusterCommand.ts b/clients/client-redshift/commands/ResumeClusterCommand.ts index 7381dfeea7f2..b9dbc85024a1 100644 --- a/clients/client-redshift/commands/ResumeClusterCommand.ts +++ b/clients/client-redshift/commands/ResumeClusterCommand.ts @@ -24,7 +24,7 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad /** *

Resumes a paused cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, ResumeClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, ResumeClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/RevokeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/commands/RevokeClusterSecurityGroupIngressCommand.ts index 6ea35ce59a8d..40f87bd6deb5 100644 --- a/clients/client-redshift/commands/RevokeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/commands/RevokeClusterSecurityGroupIngressCommand.ts @@ -29,7 +29,7 @@ export interface RevokeClusterSecurityGroupIngressCommandOutput * Amazon Redshift Cluster Security Groups in the * Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, RevokeClusterSecurityGroupIngressCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, RevokeClusterSecurityGroupIngressCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/RevokeEndpointAccessCommand.ts b/clients/client-redshift/commands/RevokeEndpointAccessCommand.ts index 3776a523cf35..7073a3d2d25f 100644 --- a/clients/client-redshift/commands/RevokeEndpointAccessCommand.ts +++ b/clients/client-redshift/commands/RevokeEndpointAccessCommand.ts @@ -24,7 +24,7 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization /** *

Revokes access to a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, RevokeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, RevokeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/RevokeSnapshotAccessCommand.ts b/clients/client-redshift/commands/RevokeSnapshotAccessCommand.ts index 48b7adfa5ad3..8d2e5b4332f4 100644 --- a/clients/client-redshift/commands/RevokeSnapshotAccessCommand.ts +++ b/clients/client-redshift/commands/RevokeSnapshotAccessCommand.ts @@ -29,7 +29,7 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR * Amazon Redshift Snapshots * in the Amazon Redshift Cluster Management Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, RevokeSnapshotAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, RevokeSnapshotAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/RotateEncryptionKeyCommand.ts b/clients/client-redshift/commands/RotateEncryptionKeyCommand.ts index ed92160bdcec..e8626d1554d6 100644 --- a/clients/client-redshift/commands/RotateEncryptionKeyCommand.ts +++ b/clients/client-redshift/commands/RotateEncryptionKeyCommand.ts @@ -23,7 +23,7 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes /** *

Rotates the encryption keys for a cluster.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, RotateEncryptionKeyCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, RotateEncryptionKeyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-redshift/commands/UpdatePartnerStatusCommand.ts b/clients/client-redshift/commands/UpdatePartnerStatusCommand.ts index d0862baad5e8..da26acccd350 100644 --- a/clients/client-redshift/commands/UpdatePartnerStatusCommand.ts +++ b/clients/client-redshift/commands/UpdatePartnerStatusCommand.ts @@ -24,7 +24,7 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp /** *

Updates the status of a partner integration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RedshiftClient, UpdatePartnerStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import * // const { RedshiftClient, UpdatePartnerStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import diff --git a/clients/client-rekognition/commands/CompareFacesCommand.ts b/clients/client-rekognition/commands/CompareFacesCommand.ts index fef445466723..f4ea5830f96a 100644 --- a/clients/client-rekognition/commands/CompareFacesCommand.ts +++ b/clients/client-rekognition/commands/CompareFacesCommand.ts @@ -85,7 +85,7 @@ export interface CompareFacesCommandOutput extends CompareFacesResponse, __Metad *

This operation requires permissions to perform the rekognition:CompareFaces * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, CompareFacesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, CompareFacesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/CreateCollectionCommand.ts b/clients/client-rekognition/commands/CreateCollectionCommand.ts index 97034bd6b017..bc9baebc417e 100644 --- a/clients/client-rekognition/commands/CreateCollectionCommand.ts +++ b/clients/client-rekognition/commands/CreateCollectionCommand.ts @@ -35,7 +35,7 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse, *

This operation requires permissions to perform the * rekognition:CreateCollection action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, CreateCollectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, CreateCollectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/CreateProjectCommand.ts b/clients/client-rekognition/commands/CreateProjectCommand.ts index c6f31e656f75..4b64b5bb089d 100644 --- a/clients/client-rekognition/commands/CreateProjectCommand.ts +++ b/clients/client-rekognition/commands/CreateProjectCommand.ts @@ -25,7 +25,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met * and operations (training, evaluation and detection).

*

This operation requires permissions to perform the rekognition:CreateProject action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, CreateProjectCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, CreateProjectCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/CreateProjectVersionCommand.ts b/clients/client-rekognition/commands/CreateProjectVersionCommand.ts index 9d43d1f34b40..aab33aaa1af8 100644 --- a/clients/client-rekognition/commands/CreateProjectVersionCommand.ts +++ b/clients/client-rekognition/commands/CreateProjectVersionCommand.ts @@ -34,7 +34,7 @@ export interface CreateProjectVersionCommandOutput extends CreateProjectVersionR * by calling StartProjectVersion.

*

This operation requires permissions to perform the rekognition:CreateProjectVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, CreateProjectVersionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, CreateProjectVersionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/CreateStreamProcessorCommand.ts b/clients/client-rekognition/commands/CreateStreamProcessorCommand.ts index 45e5219460c0..563d066cca67 100644 --- a/clients/client-rekognition/commands/CreateStreamProcessorCommand.ts +++ b/clients/client-rekognition/commands/CreateStreamProcessorCommand.ts @@ -31,7 +31,7 @@ export interface CreateStreamProcessorCommandOutput extends CreateStreamProcesso *

After you have finished analyzing a streaming video, use StopStreamProcessor to * stop processing. You can delete the stream processor by calling DeleteStreamProcessor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, CreateStreamProcessorCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, CreateStreamProcessorCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DeleteCollectionCommand.ts b/clients/client-rekognition/commands/DeleteCollectionCommand.ts index 5b8f368ef785..38c02fde013c 100644 --- a/clients/client-rekognition/commands/DeleteCollectionCommand.ts +++ b/clients/client-rekognition/commands/DeleteCollectionCommand.ts @@ -27,7 +27,7 @@ export interface DeleteCollectionCommandOutput extends DeleteCollectionResponse, *

This operation requires permissions to perform the * rekognition:DeleteCollection action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DeleteCollectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DeleteCollectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DeleteFacesCommand.ts b/clients/client-rekognition/commands/DeleteFacesCommand.ts index ed916ccb8420..c2d94112d7da 100644 --- a/clients/client-rekognition/commands/DeleteFacesCommand.ts +++ b/clients/client-rekognition/commands/DeleteFacesCommand.ts @@ -26,7 +26,7 @@ export interface DeleteFacesCommandOutput extends DeleteFacesResponse, __Metadat *

This operation requires permissions to perform the rekognition:DeleteFaces * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DeleteFacesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DeleteFacesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DeleteProjectCommand.ts b/clients/client-rekognition/commands/DeleteProjectCommand.ts index 8e9e45cce7e8..b4f0eaadfe86 100644 --- a/clients/client-rekognition/commands/DeleteProjectCommand.ts +++ b/clients/client-rekognition/commands/DeleteProjectCommand.ts @@ -26,7 +26,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met *

This operation requires permissions to perform the * rekognition:DeleteProject action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DeleteProjectCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DeleteProjectCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DeleteProjectVersionCommand.ts b/clients/client-rekognition/commands/DeleteProjectVersionCommand.ts index 29f1174372a9..5cf3eb918e5e 100644 --- a/clients/client-rekognition/commands/DeleteProjectVersionCommand.ts +++ b/clients/client-rekognition/commands/DeleteProjectVersionCommand.ts @@ -30,7 +30,7 @@ export interface DeleteProjectVersionCommandOutput extends DeleteProjectVersionR *

This operation requires permissions to perform the * rekognition:DeleteProjectVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DeleteProjectVersionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DeleteProjectVersionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DeleteStreamProcessorCommand.ts b/clients/client-rekognition/commands/DeleteStreamProcessorCommand.ts index c8940dec7aa3..4a214b003d47 100644 --- a/clients/client-rekognition/commands/DeleteStreamProcessorCommand.ts +++ b/clients/client-rekognition/commands/DeleteStreamProcessorCommand.ts @@ -24,7 +24,7 @@ export interface DeleteStreamProcessorCommandOutput extends DeleteStreamProcesso *

Deletes the stream processor identified by Name. You assign the value for Name when you create the stream processor with * CreateStreamProcessor. You might not be able to use the same name for a stream processor for a few seconds after calling DeleteStreamProcessor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DeleteStreamProcessorCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DeleteStreamProcessorCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DescribeCollectionCommand.ts b/clients/client-rekognition/commands/DescribeCollectionCommand.ts index 246228c89c0e..70a0f0f5e9ab 100644 --- a/clients/client-rekognition/commands/DescribeCollectionCommand.ts +++ b/clients/client-rekognition/commands/DescribeCollectionCommand.ts @@ -28,7 +28,7 @@ export interface DescribeCollectionCommandOutput extends DescribeCollectionRespo *

For more information, see Describing a Collection in the * Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DescribeCollectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DescribeCollectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DescribeProjectVersionsCommand.ts b/clients/client-rekognition/commands/DescribeProjectVersionsCommand.ts index cc886c4baf1b..dfd5ac4c7cbe 100644 --- a/clients/client-rekognition/commands/DescribeProjectVersionsCommand.ts +++ b/clients/client-rekognition/commands/DescribeProjectVersionsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeProjectVersionsCommandOutput extends DescribeProjectVer *

This operation requires permissions to perform the rekognition:DescribeProjectVersions * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DescribeProjectVersionsCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DescribeProjectVersionsCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DescribeProjectsCommand.ts b/clients/client-rekognition/commands/DescribeProjectsCommand.ts index 0e23053b6336..6c7f247212e6 100644 --- a/clients/client-rekognition/commands/DescribeProjectsCommand.ts +++ b/clients/client-rekognition/commands/DescribeProjectsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeProjectsCommandOutput extends DescribeProjectsResponse, *

Lists and gets information about your Amazon Rekognition Custom Labels projects.

*

This operation requires permissions to perform the rekognition:DescribeProjects action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DescribeProjectsCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DescribeProjectsCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DescribeStreamProcessorCommand.ts b/clients/client-rekognition/commands/DescribeStreamProcessorCommand.ts index 1cedb148e106..11af601997f1 100644 --- a/clients/client-rekognition/commands/DescribeStreamProcessorCommand.ts +++ b/clients/client-rekognition/commands/DescribeStreamProcessorCommand.ts @@ -24,7 +24,7 @@ export interface DescribeStreamProcessorCommandOutput extends DescribeStreamProc *

Provides information about a stream processor created by CreateStreamProcessor. You can get information about the input and output streams, the input parameters for the face recognition being performed, * and the current status of the stream processor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DescribeStreamProcessorCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DescribeStreamProcessorCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DetectCustomLabelsCommand.ts b/clients/client-rekognition/commands/DetectCustomLabelsCommand.ts index b8b63ebac88d..feb15ca2f941 100644 --- a/clients/client-rekognition/commands/DetectCustomLabelsCommand.ts +++ b/clients/client-rekognition/commands/DetectCustomLabelsCommand.ts @@ -48,7 +48,7 @@ export interface DetectCustomLabelsCommandOutput extends DetectCustomLabelsRespo *

This operation requires permissions to perform the * rekognition:DetectCustomLabels action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DetectCustomLabelsCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DetectCustomLabelsCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DetectFacesCommand.ts b/clients/client-rekognition/commands/DetectFacesCommand.ts index d9b3f0586863..80d6de63f20f 100644 --- a/clients/client-rekognition/commands/DetectFacesCommand.ts +++ b/clients/client-rekognition/commands/DetectFacesCommand.ts @@ -45,7 +45,7 @@ export interface DetectFacesCommandOutput extends DetectFacesResponse, __Metadat *

This operation requires permissions to perform the * rekognition:DetectFaces action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DetectFacesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DetectFacesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DetectLabelsCommand.ts b/clients/client-rekognition/commands/DetectLabelsCommand.ts index 2a8c4e66334e..2bb858b7bc77 100644 --- a/clients/client-rekognition/commands/DetectLabelsCommand.ts +++ b/clients/client-rekognition/commands/DetectLabelsCommand.ts @@ -96,7 +96,7 @@ export interface DetectLabelsCommandOutput extends DetectLabelsResponse, __Metad *

This operation requires permissions to perform the * rekognition:DetectLabels action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DetectLabelsCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DetectLabelsCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DetectModerationLabelsCommand.ts b/clients/client-rekognition/commands/DetectModerationLabelsCommand.ts index 3ecaaa5d6cd7..1015294a0a2b 100644 --- a/clients/client-rekognition/commands/DetectModerationLabelsCommand.ts +++ b/clients/client-rekognition/commands/DetectModerationLabelsCommand.ts @@ -36,7 +36,7 @@ export interface DetectModerationLabelsCommandOutput extends DetectModerationLab * CLI to call Amazon Rekognition operations, passing image bytes is not * supported. The image must be either a PNG or JPEG formatted file.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DetectModerationLabelsCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DetectModerationLabelsCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DetectProtectiveEquipmentCommand.ts b/clients/client-rekognition/commands/DetectProtectiveEquipmentCommand.ts index 05e83ce503bf..c45391e23163 100644 --- a/clients/client-rekognition/commands/DetectProtectiveEquipmentCommand.ts +++ b/clients/client-rekognition/commands/DetectProtectiveEquipmentCommand.ts @@ -62,7 +62,7 @@ export interface DetectProtectiveEquipmentCommandOutput extends DetectProtective * *

This operation requires permissions to perform the rekognition:DetectProtectiveEquipment action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DetectProtectiveEquipmentCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DetectProtectiveEquipmentCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/DetectTextCommand.ts b/clients/client-rekognition/commands/DetectTextCommand.ts index 618ba0fd42b9..e40752ae047b 100644 --- a/clients/client-rekognition/commands/DetectTextCommand.ts +++ b/clients/client-rekognition/commands/DetectTextCommand.ts @@ -44,7 +44,7 @@ export interface DetectTextCommandOutput extends DetectTextResponse, __MetadataB * *

For more information, see DetectText in the Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, DetectTextCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, DetectTextCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetCelebrityInfoCommand.ts b/clients/client-rekognition/commands/GetCelebrityInfoCommand.ts index 41e4a4d3d60a..6ce92d063a1f 100644 --- a/clients/client-rekognition/commands/GetCelebrityInfoCommand.ts +++ b/clients/client-rekognition/commands/GetCelebrityInfoCommand.ts @@ -30,7 +30,7 @@ export interface GetCelebrityInfoCommandOutput extends GetCelebrityInfoResponse, *

This operation requires permissions to perform the * rekognition:GetCelebrityInfo action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetCelebrityInfoCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetCelebrityInfoCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetCelebrityRecognitionCommand.ts b/clients/client-rekognition/commands/GetCelebrityRecognitionCommand.ts index f934102b3759..b981c60ad8a9 100644 --- a/clients/client-rekognition/commands/GetCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/commands/GetCelebrityRecognitionCommand.ts @@ -59,7 +59,7 @@ export interface GetCelebrityRecognitionCommandOutput extends GetCelebrityRecogn * and populate the NextToken request parameter with the token * value returned from the previous call to GetCelebrityRecognition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetCelebrityRecognitionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetCelebrityRecognitionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetContentModerationCommand.ts b/clients/client-rekognition/commands/GetContentModerationCommand.ts index 798a2bd037f1..a21419d462c6 100644 --- a/clients/client-rekognition/commands/GetContentModerationCommand.ts +++ b/clients/client-rekognition/commands/GetContentModerationCommand.ts @@ -51,7 +51,7 @@ export interface GetContentModerationCommandOutput extends GetContentModerationR * *

For more information, see Detecting Unsafe Content in the Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetContentModerationCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetContentModerationCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetFaceDetectionCommand.ts b/clients/client-rekognition/commands/GetFaceDetectionCommand.ts index fd9510f3fe9e..836ad819c05a 100644 --- a/clients/client-rekognition/commands/GetFaceDetectionCommand.ts +++ b/clients/client-rekognition/commands/GetFaceDetectionCommand.ts @@ -35,7 +35,7 @@ export interface GetFaceDetectionCommandOutput extends GetFaceDetectionResponse, * of results. To get the next page of results, call GetFaceDetection and populate the NextToken request parameter with the token * value returned from the previous call to GetFaceDetection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetFaceDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetFaceDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetFaceSearchCommand.ts b/clients/client-rekognition/commands/GetFaceSearchCommand.ts index b7f645696147..b5137e0d9611 100644 --- a/clients/client-rekognition/commands/GetFaceSearchCommand.ts +++ b/clients/client-rekognition/commands/GetFaceSearchCommand.ts @@ -54,7 +54,7 @@ export interface GetFaceSearchCommandOutput extends GetFaceSearchResponse, __Met * You can also sort by persons by specifying INDEX for the SORTBY input * parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetFaceSearchCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetFaceSearchCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetLabelDetectionCommand.ts b/clients/client-rekognition/commands/GetLabelDetectionCommand.ts index 9e5453cd3db7..f9f4bf1b9cc5 100644 --- a/clients/client-rekognition/commands/GetLabelDetectionCommand.ts +++ b/clients/client-rekognition/commands/GetLabelDetectionCommand.ts @@ -43,7 +43,7 @@ export interface GetLabelDetectionCommandOutput extends GetLabelDetectionRespons * of results. To get the next page of results, call GetlabelDetection and populate the NextToken request parameter with the token * value returned from the previous call to GetLabelDetection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetLabelDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetLabelDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetPersonTrackingCommand.ts b/clients/client-rekognition/commands/GetPersonTrackingCommand.ts index 3da5eccb9ae8..7bcf7cf01183 100644 --- a/clients/client-rekognition/commands/GetPersonTrackingCommand.ts +++ b/clients/client-rekognition/commands/GetPersonTrackingCommand.ts @@ -52,7 +52,7 @@ export interface GetPersonTrackingCommandOutput extends GetPersonTrackingRespons * of results. To get the next page of results, call GetPersonTracking and populate the NextToken request parameter with the token * value returned from the previous call to GetPersonTracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetPersonTrackingCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetPersonTrackingCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetSegmentDetectionCommand.ts b/clients/client-rekognition/commands/GetSegmentDetectionCommand.ts index e0b81a9e3427..297ff3fd4202 100644 --- a/clients/client-rekognition/commands/GetSegmentDetectionCommand.ts +++ b/clients/client-rekognition/commands/GetSegmentDetectionCommand.ts @@ -45,7 +45,7 @@ export interface GetSegmentDetectionCommandOutput extends GetSegmentDetectionRes * *

For more information, see Detecting Video Segments in Stored Video in the Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetSegmentDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetSegmentDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/GetTextDetectionCommand.ts b/clients/client-rekognition/commands/GetTextDetectionCommand.ts index 4c4e1ab6dd3d..2a56da2515f2 100644 --- a/clients/client-rekognition/commands/GetTextDetectionCommand.ts +++ b/clients/client-rekognition/commands/GetTextDetectionCommand.ts @@ -41,7 +41,7 @@ export interface GetTextDetectionCommandOutput extends GetTextDetectionResponse, * and populate the NextToken request parameter with the token value returned from the previous * call to GetTextDetection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, GetTextDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, GetTextDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/IndexFacesCommand.ts b/clients/client-rekognition/commands/IndexFacesCommand.ts index ba7c5376637e..a843368af53b 100644 --- a/clients/client-rekognition/commands/IndexFacesCommand.ts +++ b/clients/client-rekognition/commands/IndexFacesCommand.ts @@ -122,7 +122,7 @@ export interface IndexFacesCommandOutput extends IndexFacesResponse, __MetadataB *

This operation requires permissions to perform the rekognition:IndexFaces * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, IndexFacesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, IndexFacesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/ListCollectionsCommand.ts b/clients/client-rekognition/commands/ListCollectionsCommand.ts index 66bcd806a20d..974ced9888ef 100644 --- a/clients/client-rekognition/commands/ListCollectionsCommand.ts +++ b/clients/client-rekognition/commands/ListCollectionsCommand.ts @@ -28,7 +28,7 @@ export interface ListCollectionsCommandOutput extends ListCollectionsResponse, _ *

For an example, see Listing Collections in the Amazon Rekognition Developer Guide.

*

This operation requires permissions to perform the rekognition:ListCollections action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, ListCollectionsCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, ListCollectionsCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/ListFacesCommand.ts b/clients/client-rekognition/commands/ListFacesCommand.ts index 1aace2f363ce..aaff4cffe2e6 100644 --- a/clients/client-rekognition/commands/ListFacesCommand.ts +++ b/clients/client-rekognition/commands/ListFacesCommand.ts @@ -27,7 +27,7 @@ export interface ListFacesCommandOutput extends ListFacesResponse, __MetadataBea *

This operation requires permissions to perform the * rekognition:ListFaces action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, ListFacesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, ListFacesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/ListStreamProcessorsCommand.ts b/clients/client-rekognition/commands/ListStreamProcessorsCommand.ts index e87e5eec4675..6f0249f81e73 100644 --- a/clients/client-rekognition/commands/ListStreamProcessorsCommand.ts +++ b/clients/client-rekognition/commands/ListStreamProcessorsCommand.ts @@ -23,7 +23,7 @@ export interface ListStreamProcessorsCommandOutput extends ListStreamProcessorsR /** *

Gets a list of stream processors that you have created with CreateStreamProcessor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, ListStreamProcessorsCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, ListStreamProcessorsCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/ListTagsForResourceCommand.ts b/clients/client-rekognition/commands/ListTagsForResourceCommand.ts index 1d2160b55ba0..f41f80c1a5a1 100644 --- a/clients/client-rekognition/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rekognition/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, ListTagsForResourceCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, ListTagsForResourceCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/RecognizeCelebritiesCommand.ts b/clients/client-rekognition/commands/RecognizeCelebritiesCommand.ts index a13b1921b0b0..992965f0781b 100644 --- a/clients/client-rekognition/commands/RecognizeCelebritiesCommand.ts +++ b/clients/client-rekognition/commands/RecognizeCelebritiesCommand.ts @@ -53,7 +53,7 @@ export interface RecognizeCelebritiesCommandOutput extends RecognizeCelebritiesR *

This operation requires permissions to perform the * rekognition:RecognizeCelebrities operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, RecognizeCelebritiesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, RecognizeCelebritiesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/SearchFacesByImageCommand.ts b/clients/client-rekognition/commands/SearchFacesByImageCommand.ts index 5f5cc0d63b8c..cc809fcc1cfe 100644 --- a/clients/client-rekognition/commands/SearchFacesByImageCommand.ts +++ b/clients/client-rekognition/commands/SearchFacesByImageCommand.ts @@ -67,7 +67,7 @@ export interface SearchFacesByImageCommandOutput extends SearchFacesByImageRespo *

This operation requires permissions to perform the rekognition:SearchFacesByImage * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, SearchFacesByImageCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, SearchFacesByImageCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/SearchFacesCommand.ts b/clients/client-rekognition/commands/SearchFacesCommand.ts index 3b487b6e0dd2..6fbc1ee00d83 100644 --- a/clients/client-rekognition/commands/SearchFacesCommand.ts +++ b/clients/client-rekognition/commands/SearchFacesCommand.ts @@ -43,7 +43,7 @@ export interface SearchFacesCommandOutput extends SearchFacesResponse, __Metadat *

This operation requires permissions to perform the rekognition:SearchFaces * action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, SearchFacesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, SearchFacesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartCelebrityRecognitionCommand.ts b/clients/client-rekognition/commands/StartCelebrityRecognitionCommand.ts index 34226fffa31a..2d4ae312221e 100644 --- a/clients/client-rekognition/commands/StartCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/commands/StartCelebrityRecognitionCommand.ts @@ -34,7 +34,7 @@ export interface StartCelebrityRecognitionCommandOutput extends StartCelebrityRe * *

For more information, see Recognizing Celebrities in the Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartCelebrityRecognitionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartCelebrityRecognitionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartContentModerationCommand.ts b/clients/client-rekognition/commands/StartContentModerationCommand.ts index 10ab3525e3af..6ba5582732da 100644 --- a/clients/client-rekognition/commands/StartContentModerationCommand.ts +++ b/clients/client-rekognition/commands/StartContentModerationCommand.ts @@ -33,7 +33,7 @@ export interface StartContentModerationCommandOutput extends StartContentModerat * *

For more information, see Detecting Unsafe Content in the Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartContentModerationCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartContentModerationCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartFaceDetectionCommand.ts b/clients/client-rekognition/commands/StartFaceDetectionCommand.ts index 66c3cbfa429d..f3d280b1963f 100644 --- a/clients/client-rekognition/commands/StartFaceDetectionCommand.ts +++ b/clients/client-rekognition/commands/StartFaceDetectionCommand.ts @@ -35,7 +35,7 @@ export interface StartFaceDetectionCommandOutput extends StartFaceDetectionRespo *

For more information, see Detecting Faces in a Stored Video in the * Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartFaceDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartFaceDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartFaceSearchCommand.ts b/clients/client-rekognition/commands/StartFaceSearchCommand.ts index e91d677ed69e..33a3044806ea 100644 --- a/clients/client-rekognition/commands/StartFaceSearchCommand.ts +++ b/clients/client-rekognition/commands/StartFaceSearchCommand.ts @@ -32,7 +32,7 @@ export interface StartFaceSearchCommandOutput extends StartFaceSearchResponse, _ * (JobId) from the initial call to StartFaceSearch. For more information, see * procedure-person-search-videos.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartFaceSearchCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartFaceSearchCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartLabelDetectionCommand.ts b/clients/client-rekognition/commands/StartLabelDetectionCommand.ts index 543dd941f112..57db719a7e18 100644 --- a/clients/client-rekognition/commands/StartLabelDetectionCommand.ts +++ b/clients/client-rekognition/commands/StartLabelDetectionCommand.ts @@ -37,7 +37,7 @@ export interface StartLabelDetectionCommandOutput extends StartLabelDetectionRes * (JobId) from the initial call to StartLabelDetection.

*

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartLabelDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartLabelDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartPersonTrackingCommand.ts b/clients/client-rekognition/commands/StartPersonTrackingCommand.ts index e5c7bef89774..c7755e04cdcb 100644 --- a/clients/client-rekognition/commands/StartPersonTrackingCommand.ts +++ b/clients/client-rekognition/commands/StartPersonTrackingCommand.ts @@ -31,7 +31,7 @@ export interface StartPersonTrackingCommandOutput extends StartPersonTrackingRes * topic is SUCCEEDED. If so, call GetPersonTracking and pass the job identifier * (JobId) from the initial call to StartPersonTracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartPersonTrackingCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartPersonTrackingCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartProjectVersionCommand.ts b/clients/client-rekognition/commands/StartProjectVersionCommand.ts index cb24fcf4c99c..fe286d11950a 100644 --- a/clients/client-rekognition/commands/StartProjectVersionCommand.ts +++ b/clients/client-rekognition/commands/StartProjectVersionCommand.ts @@ -32,7 +32,7 @@ export interface StartProjectVersionCommandOutput extends StartProjectVersionRes *

This operation requires permissions to perform the * rekognition:StartProjectVersion action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartProjectVersionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartProjectVersionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartSegmentDetectionCommand.ts b/clients/client-rekognition/commands/StartSegmentDetectionCommand.ts index 513308e9e5c6..1fe73e2783d0 100644 --- a/clients/client-rekognition/commands/StartSegmentDetectionCommand.ts +++ b/clients/client-rekognition/commands/StartSegmentDetectionCommand.ts @@ -38,7 +38,7 @@ export interface StartSegmentDetectionCommandOutput extends StartSegmentDetectio * *

For more information, see Detecting Video Segments in Stored Video in the Amazon Rekognition Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartSegmentDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartSegmentDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartStreamProcessorCommand.ts b/clients/client-rekognition/commands/StartStreamProcessorCommand.ts index 1f3561a1922d..87d70c7172fc 100644 --- a/clients/client-rekognition/commands/StartStreamProcessorCommand.ts +++ b/clients/client-rekognition/commands/StartStreamProcessorCommand.ts @@ -25,7 +25,7 @@ export interface StartStreamProcessorCommandOutput extends StartStreamProcessorR * To tell StartStreamProcessor which stream processor to start, use the value of the Name field specified in the call to * CreateStreamProcessor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartStreamProcessorCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartStreamProcessorCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StartTextDetectionCommand.ts b/clients/client-rekognition/commands/StartTextDetectionCommand.ts index 4f6d5b9b43ca..d445eae31334 100644 --- a/clients/client-rekognition/commands/StartTextDetectionCommand.ts +++ b/clients/client-rekognition/commands/StartTextDetectionCommand.ts @@ -30,7 +30,7 @@ export interface StartTextDetectionCommandOutput extends StartTextDetectionRespo * topic is SUCCEEDED. if so, call GetTextDetection and pass the job identifier (JobId) * from the initial call to StartTextDetection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StartTextDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StartTextDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StopProjectVersionCommand.ts b/clients/client-rekognition/commands/StopProjectVersionCommand.ts index 47b6e5be159a..872a84c52cb0 100644 --- a/clients/client-rekognition/commands/StopProjectVersionCommand.ts +++ b/clients/client-rekognition/commands/StopProjectVersionCommand.ts @@ -24,7 +24,7 @@ export interface StopProjectVersionCommandOutput extends StopProjectVersionRespo *

Stops a running model. The operation might take a while to complete. To * check the current status, call DescribeProjectVersions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StopProjectVersionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StopProjectVersionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/StopStreamProcessorCommand.ts b/clients/client-rekognition/commands/StopStreamProcessorCommand.ts index 7e4c6de8c319..b36ba9786f02 100644 --- a/clients/client-rekognition/commands/StopStreamProcessorCommand.ts +++ b/clients/client-rekognition/commands/StopStreamProcessorCommand.ts @@ -23,7 +23,7 @@ export interface StopStreamProcessorCommandOutput extends StopStreamProcessorRes /** *

Stops a running stream processor that was created by CreateStreamProcessor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, StopStreamProcessorCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, StopStreamProcessorCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/TagResourceCommand.ts b/clients/client-rekognition/commands/TagResourceCommand.ts index 9e9e436444c5..dfbee7ac6241 100644 --- a/clients/client-rekognition/commands/TagResourceCommand.ts +++ b/clients/client-rekognition/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model. For more information, see Tagging AWS Resources. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, TagResourceCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, TagResourceCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-rekognition/commands/UntagResourceCommand.ts b/clients/client-rekognition/commands/UntagResourceCommand.ts index 5b001e0084a9..942ec7eda8c4 100644 --- a/clients/client-rekognition/commands/UntagResourceCommand.ts +++ b/clients/client-rekognition/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RekognitionClient, UntagResourceCommand } from "@aws-sdk/client-rekognition"; // ES Modules import * // const { RekognitionClient, UntagResourceCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/DescribeReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/commands/DescribeReportCreationCommand.ts index 45b377d78c71..cb98c48e3935 100644 --- a/clients/client-resource-groups-tagging-api/commands/DescribeReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/DescribeReportCreationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeReportCreationCommandOutput extends DescribeReportCreat *

You can call this operation only from the organization's * management account and from the us-east-1 Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/GetComplianceSummaryCommand.ts b/clients/client-resource-groups-tagging-api/commands/GetComplianceSummaryCommand.ts index 62146ddf6ed8..c2d8064f00af 100644 --- a/clients/client-resource-groups-tagging-api/commands/GetComplianceSummaryCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/GetComplianceSummaryCommand.ts @@ -39,7 +39,7 @@ export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryO * recieve a null value. A null value for PaginationToken indicates that * there are no more results waiting to be returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/GetResourcesCommand.ts b/clients/client-resource-groups-tagging-api/commands/GetResourcesCommand.ts index 07b6acab3347..0498c999c4ac 100644 --- a/clients/client-resource-groups-tagging-api/commands/GetResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/GetResourcesCommand.ts @@ -50,7 +50,7 @@ export interface GetResourcesCommandOutput extends GetResourcesOutput, __Metadat * recieve a null value. A null value for PaginationToken indicates that * there are no more results waiting to be returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, GetResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, GetResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/GetTagKeysCommand.ts b/clients/client-resource-groups-tagging-api/commands/GetTagKeysCommand.ts index 37dc5e82be38..6a49818ae1bf 100644 --- a/clients/client-resource-groups-tagging-api/commands/GetTagKeysCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/GetTagKeysCommand.ts @@ -34,7 +34,7 @@ export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBea * recieve a null value. A null value for PaginationToken indicates that * there are no more results waiting to be returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/GetTagValuesCommand.ts b/clients/client-resource-groups-tagging-api/commands/GetTagValuesCommand.ts index c17a3b831142..7a74cdf6c600 100644 --- a/clients/client-resource-groups-tagging-api/commands/GetTagValuesCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/GetTagValuesCommand.ts @@ -34,7 +34,7 @@ export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __Metadat * recieve a null value. A null value for PaginationToken indicates that * there are no more results waiting to be returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/StartReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/commands/StartReportCreationCommand.ts index 83fb39f83ce4..6c396abbe55f 100644 --- a/clients/client-resource-groups-tagging-api/commands/StartReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/StartReportCreationCommand.ts @@ -35,7 +35,7 @@ export interface StartReportCreationCommandOutput extends StartReportCreationOut *

You can call this operation only from the organization's * management account and from the us-east-1 Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/TagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/commands/TagResourcesCommand.ts index 9781515aa588..1171fe80fc0d 100644 --- a/clients/client-resource-groups-tagging-api/commands/TagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/TagResourcesCommand.ts @@ -54,7 +54,7 @@ export interface TagResourcesCommandOutput extends TagResourcesOutput, __Metadat * data.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, TagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, TagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups-tagging-api/commands/UntagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/commands/UntagResourcesCommand.ts index ee381939e5fe..94eb4bf1bc93 100644 --- a/clients/client-resource-groups-tagging-api/commands/UntagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/commands/UntagResourcesCommand.ts @@ -42,7 +42,7 @@ export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import * // const { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import diff --git a/clients/client-resource-groups/commands/CreateGroupCommand.ts b/clients/client-resource-groups/commands/CreateGroupCommand.ts index 373100a727a5..1dd6c83512ec 100644 --- a/clients/client-resource-groups/commands/CreateGroupCommand.ts +++ b/clients/client-resource-groups/commands/CreateGroupCommand.ts @@ -38,7 +38,7 @@ export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, CreateGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, CreateGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/DeleteGroupCommand.ts b/clients/client-resource-groups/commands/DeleteGroupCommand.ts index 82aeeec3ab91..c6674dccb468 100644 --- a/clients/client-resource-groups/commands/DeleteGroupCommand.ts +++ b/clients/client-resource-groups/commands/DeleteGroupCommand.ts @@ -35,7 +35,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, DeleteGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, DeleteGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/GetGroupCommand.ts b/clients/client-resource-groups/commands/GetGroupCommand.ts index a004357786a7..94fe21d0867b 100644 --- a/clients/client-resource-groups/commands/GetGroupCommand.ts +++ b/clients/client-resource-groups/commands/GetGroupCommand.ts @@ -34,7 +34,7 @@ export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, GetGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, GetGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/GetGroupConfigurationCommand.ts b/clients/client-resource-groups/commands/GetGroupConfigurationCommand.ts index 1328b80caeb9..77100164acac 100644 --- a/clients/client-resource-groups/commands/GetGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/commands/GetGroupConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface GetGroupConfigurationCommandOutput extends GetGroupConfiguratio * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, GetGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, GetGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/GetGroupQueryCommand.ts b/clients/client-resource-groups/commands/GetGroupQueryCommand.ts index 2dd10271c370..31dba1c28345 100644 --- a/clients/client-resource-groups/commands/GetGroupQueryCommand.ts +++ b/clients/client-resource-groups/commands/GetGroupQueryCommand.ts @@ -36,7 +36,7 @@ export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, GetGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, GetGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/GetTagsCommand.ts b/clients/client-resource-groups/commands/GetTagsCommand.ts index 0048151e6746..ac532f31c475 100644 --- a/clients/client-resource-groups/commands/GetTagsCommand.ts +++ b/clients/client-resource-groups/commands/GetTagsCommand.ts @@ -35,7 +35,7 @@ export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, GetTagsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, GetTagsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/GroupResourcesCommand.ts b/clients/client-resource-groups/commands/GroupResourcesCommand.ts index 928451ad8646..4bde2252912d 100644 --- a/clients/client-resource-groups/commands/GroupResourcesCommand.ts +++ b/clients/client-resource-groups/commands/GroupResourcesCommand.ts @@ -34,7 +34,7 @@ export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, GroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, GroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/ListGroupResourcesCommand.ts b/clients/client-resource-groups/commands/ListGroupResourcesCommand.ts index 67d3cb6e00c4..a75c045ceb40 100644 --- a/clients/client-resource-groups/commands/ListGroupResourcesCommand.ts +++ b/clients/client-resource-groups/commands/ListGroupResourcesCommand.ts @@ -35,7 +35,7 @@ export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutpu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, ListGroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, ListGroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/ListGroupsCommand.ts b/clients/client-resource-groups/commands/ListGroupsCommand.ts index 404b82a1897f..55cf8021c322 100644 --- a/clients/client-resource-groups/commands/ListGroupsCommand.ts +++ b/clients/client-resource-groups/commands/ListGroupsCommand.ts @@ -34,7 +34,7 @@ export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, ListGroupsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, ListGroupsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/PutGroupConfigurationCommand.ts b/clients/client-resource-groups/commands/PutGroupConfigurationCommand.ts index f88984e14db3..ba8ff5bfa659 100644 --- a/clients/client-resource-groups/commands/PutGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/commands/PutGroupConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface PutGroupConfigurationCommandOutput extends PutGroupConfiguratio * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, PutGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, PutGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/SearchResourcesCommand.ts b/clients/client-resource-groups/commands/SearchResourcesCommand.ts index 8d2026a05321..63356a05c3ee 100644 --- a/clients/client-resource-groups/commands/SearchResourcesCommand.ts +++ b/clients/client-resource-groups/commands/SearchResourcesCommand.ts @@ -36,7 +36,7 @@ export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, SearchResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, SearchResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/TagCommand.ts b/clients/client-resource-groups/commands/TagCommand.ts index 1965233b1466..374adffb518d 100644 --- a/clients/client-resource-groups/commands/TagCommand.ts +++ b/clients/client-resource-groups/commands/TagCommand.ts @@ -38,7 +38,7 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, TagCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, TagCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/UngroupResourcesCommand.ts b/clients/client-resource-groups/commands/UngroupResourcesCommand.ts index 13dcfc6b466f..15ce7bdf1cd3 100644 --- a/clients/client-resource-groups/commands/UngroupResourcesCommand.ts +++ b/clients/client-resource-groups/commands/UngroupResourcesCommand.ts @@ -34,7 +34,7 @@ export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, UngroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, UngroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/UntagCommand.ts b/clients/client-resource-groups/commands/UntagCommand.ts index fbd8ad96e866..397ea3d7a9b4 100644 --- a/clients/client-resource-groups/commands/UntagCommand.ts +++ b/clients/client-resource-groups/commands/UntagCommand.ts @@ -31,7 +31,7 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, UntagCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, UntagCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/UpdateGroupCommand.ts b/clients/client-resource-groups/commands/UpdateGroupCommand.ts index 4214a712ae04..e7fe9b6ff202 100644 --- a/clients/client-resource-groups/commands/UpdateGroupCommand.ts +++ b/clients/client-resource-groups/commands/UpdateGroupCommand.ts @@ -35,7 +35,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, UpdateGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, UpdateGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-resource-groups/commands/UpdateGroupQueryCommand.ts b/clients/client-resource-groups/commands/UpdateGroupQueryCommand.ts index a18ecaeef144..34180edc64f8 100644 --- a/clients/client-resource-groups/commands/UpdateGroupQueryCommand.ts +++ b/clients/client-resource-groups/commands/UpdateGroupQueryCommand.ts @@ -35,7 +35,7 @@ export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ResourceGroupsClient, UpdateGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import * // const { ResourceGroupsClient, UpdateGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import diff --git a/clients/client-robomaker/commands/BatchDeleteWorldsCommand.ts b/clients/client-robomaker/commands/BatchDeleteWorldsCommand.ts index 890f2c63f9ba..0990297c486b 100644 --- a/clients/client-robomaker/commands/BatchDeleteWorldsCommand.ts +++ b/clients/client-robomaker/commands/BatchDeleteWorldsCommand.ts @@ -23,7 +23,7 @@ export interface BatchDeleteWorldsCommandOutput extends BatchDeleteWorldsRespons /** *

Deletes one or more worlds in a batch operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, BatchDeleteWorldsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, BatchDeleteWorldsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/BatchDescribeSimulationJobCommand.ts b/clients/client-robomaker/commands/BatchDescribeSimulationJobCommand.ts index d5c5a46bd1fc..ef1e9fab5ebd 100644 --- a/clients/client-robomaker/commands/BatchDescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/commands/BatchDescribeSimulationJobCommand.ts @@ -23,7 +23,7 @@ export interface BatchDescribeSimulationJobCommandOutput extends BatchDescribeSi /** *

Describes one or more simulation jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, BatchDescribeSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, BatchDescribeSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CancelDeploymentJobCommand.ts b/clients/client-robomaker/commands/CancelDeploymentJobCommand.ts index 1d2355ee806c..d54448dd6bf9 100644 --- a/clients/client-robomaker/commands/CancelDeploymentJobCommand.ts +++ b/clients/client-robomaker/commands/CancelDeploymentJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelDeploymentJobCommandOutput extends CancelDeploymentJobRes /** *

Cancels the specified deployment job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CancelDeploymentJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CancelDeploymentJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CancelSimulationJobBatchCommand.ts b/clients/client-robomaker/commands/CancelSimulationJobBatchCommand.ts index 7512510038ac..53a9f5518e20 100644 --- a/clients/client-robomaker/commands/CancelSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/commands/CancelSimulationJobBatchCommand.ts @@ -24,7 +24,7 @@ export interface CancelSimulationJobBatchCommandOutput extends CancelSimulationJ *

Cancels a simulation job batch. When you cancel a simulation job batch, you are also * cancelling all of the active simulation jobs created as part of the batch.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CancelSimulationJobBatchCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CancelSimulationJobBatchCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CancelSimulationJobCommand.ts b/clients/client-robomaker/commands/CancelSimulationJobCommand.ts index cac91f012457..2b6cf1184697 100644 --- a/clients/client-robomaker/commands/CancelSimulationJobCommand.ts +++ b/clients/client-robomaker/commands/CancelSimulationJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelSimulationJobCommandOutput extends CancelSimulationJobRes /** *

Cancels the specified simulation job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CancelSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CancelSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CancelWorldExportJobCommand.ts b/clients/client-robomaker/commands/CancelWorldExportJobCommand.ts index a228d8ae0838..0a0b233ea93d 100644 --- a/clients/client-robomaker/commands/CancelWorldExportJobCommand.ts +++ b/clients/client-robomaker/commands/CancelWorldExportJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelWorldExportJobCommandOutput extends CancelWorldExportJobR /** *

Cancels the specified export job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CancelWorldExportJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CancelWorldExportJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CancelWorldGenerationJobCommand.ts b/clients/client-robomaker/commands/CancelWorldGenerationJobCommand.ts index 3d49f994c738..c06a416750b9 100644 --- a/clients/client-robomaker/commands/CancelWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/commands/CancelWorldGenerationJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelWorldGenerationJobCommandOutput extends CancelWorldGenera /** *

Cancels the specified world generator job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CancelWorldGenerationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CancelWorldGenerationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateDeploymentJobCommand.ts b/clients/client-robomaker/commands/CreateDeploymentJobCommand.ts index 04dafcc36b7b..19c78fb41e29 100644 --- a/clients/client-robomaker/commands/CreateDeploymentJobCommand.ts +++ b/clients/client-robomaker/commands/CreateDeploymentJobCommand.ts @@ -30,7 +30,7 @@ export interface CreateDeploymentJobCommandOutput extends CreateDeploymentJobRes * accessible.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateDeploymentJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateDeploymentJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateFleetCommand.ts b/clients/client-robomaker/commands/CreateFleetCommand.ts index 2984f14d2334..4ffb788ef3fa 100644 --- a/clients/client-robomaker/commands/CreateFleetCommand.ts +++ b/clients/client-robomaker/commands/CreateFleetCommand.ts @@ -23,7 +23,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat /** *

Creates a fleet, a logical group of robots running the same robot application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateFleetCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateFleetCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateRobotApplicationCommand.ts b/clients/client-robomaker/commands/CreateRobotApplicationCommand.ts index 1bf6620b46b0..0484bcc484bb 100644 --- a/clients/client-robomaker/commands/CreateRobotApplicationCommand.ts +++ b/clients/client-robomaker/commands/CreateRobotApplicationCommand.ts @@ -23,7 +23,7 @@ export interface CreateRobotApplicationCommandOutput extends CreateRobotApplicat /** *

Creates a robot application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateRobotApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateRobotApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateRobotApplicationVersionCommand.ts b/clients/client-robomaker/commands/CreateRobotApplicationVersionCommand.ts index 9f4b217fcfe7..7e778f37906d 100644 --- a/clients/client-robomaker/commands/CreateRobotApplicationVersionCommand.ts +++ b/clients/client-robomaker/commands/CreateRobotApplicationVersionCommand.ts @@ -25,7 +25,7 @@ export interface CreateRobotApplicationVersionCommandOutput /** *

Creates a version of a robot application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateRobotApplicationVersionCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateRobotApplicationVersionCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateRobotCommand.ts b/clients/client-robomaker/commands/CreateRobotCommand.ts index a67fd2a535a1..c9a19353f5cb 100644 --- a/clients/client-robomaker/commands/CreateRobotCommand.ts +++ b/clients/client-robomaker/commands/CreateRobotCommand.ts @@ -23,7 +23,7 @@ export interface CreateRobotCommandOutput extends CreateRobotResponse, __Metadat /** *

Creates a robot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateRobotCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateRobotCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateSimulationApplicationCommand.ts b/clients/client-robomaker/commands/CreateSimulationApplicationCommand.ts index 8ea924bc0903..6c2d86b284ba 100644 --- a/clients/client-robomaker/commands/CreateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/commands/CreateSimulationApplicationCommand.ts @@ -25,7 +25,7 @@ export interface CreateSimulationApplicationCommandOutput /** *

Creates a simulation application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateSimulationApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateSimulationApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateSimulationApplicationVersionCommand.ts b/clients/client-robomaker/commands/CreateSimulationApplicationVersionCommand.ts index abb338b73e93..7ac69442bfcf 100644 --- a/clients/client-robomaker/commands/CreateSimulationApplicationVersionCommand.ts +++ b/clients/client-robomaker/commands/CreateSimulationApplicationVersionCommand.ts @@ -28,7 +28,7 @@ export interface CreateSimulationApplicationVersionCommandOutput /** *

Creates a simulation application with a specific revision id.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateSimulationApplicationVersionCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateSimulationApplicationVersionCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateSimulationJobCommand.ts b/clients/client-robomaker/commands/CreateSimulationJobCommand.ts index 17811deb248d..ae94b8a8e9b2 100644 --- a/clients/client-robomaker/commands/CreateSimulationJobCommand.ts +++ b/clients/client-robomaker/commands/CreateSimulationJobCommand.ts @@ -27,7 +27,7 @@ export interface CreateSimulationJobCommandOutput extends CreateSimulationJobRes * accessible.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateWorldExportJobCommand.ts b/clients/client-robomaker/commands/CreateWorldExportJobCommand.ts index 321698b4a001..3617c6f86a71 100644 --- a/clients/client-robomaker/commands/CreateWorldExportJobCommand.ts +++ b/clients/client-robomaker/commands/CreateWorldExportJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateWorldExportJobCommandOutput extends CreateWorldExportJobR /** *

Creates a world export job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateWorldExportJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateWorldExportJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateWorldGenerationJobCommand.ts b/clients/client-robomaker/commands/CreateWorldGenerationJobCommand.ts index 265fcadf873d..dca6e32dce6e 100644 --- a/clients/client-robomaker/commands/CreateWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/commands/CreateWorldGenerationJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateWorldGenerationJobCommandOutput extends CreateWorldGenera /** *

Creates worlds using the specified template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateWorldGenerationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateWorldGenerationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/CreateWorldTemplateCommand.ts b/clients/client-robomaker/commands/CreateWorldTemplateCommand.ts index 4772a74bc54b..1f900d0e5414 100644 --- a/clients/client-robomaker/commands/CreateWorldTemplateCommand.ts +++ b/clients/client-robomaker/commands/CreateWorldTemplateCommand.ts @@ -23,7 +23,7 @@ export interface CreateWorldTemplateCommandOutput extends CreateWorldTemplateRes /** *

Creates a world template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, CreateWorldTemplateCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, CreateWorldTemplateCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DeleteFleetCommand.ts b/clients/client-robomaker/commands/DeleteFleetCommand.ts index 28ce09e14be1..8075405e2660 100644 --- a/clients/client-robomaker/commands/DeleteFleetCommand.ts +++ b/clients/client-robomaker/commands/DeleteFleetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat /** *

Deletes a fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DeleteFleetCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DeleteFleetCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DeleteRobotApplicationCommand.ts b/clients/client-robomaker/commands/DeleteRobotApplicationCommand.ts index 3b26b7f5fad1..050728d92650 100644 --- a/clients/client-robomaker/commands/DeleteRobotApplicationCommand.ts +++ b/clients/client-robomaker/commands/DeleteRobotApplicationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRobotApplicationCommandOutput extends DeleteRobotApplicat /** *

Deletes a robot application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DeleteRobotApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DeleteRobotApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DeleteRobotCommand.ts b/clients/client-robomaker/commands/DeleteRobotCommand.ts index e1e38ab89c6d..df8f9e70d5f2 100644 --- a/clients/client-robomaker/commands/DeleteRobotCommand.ts +++ b/clients/client-robomaker/commands/DeleteRobotCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRobotCommandOutput extends DeleteRobotResponse, __Metadat /** *

Deletes a robot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DeleteRobotCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DeleteRobotCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DeleteSimulationApplicationCommand.ts b/clients/client-robomaker/commands/DeleteSimulationApplicationCommand.ts index 8ae473010a06..b947c49eb14c 100644 --- a/clients/client-robomaker/commands/DeleteSimulationApplicationCommand.ts +++ b/clients/client-robomaker/commands/DeleteSimulationApplicationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSimulationApplicationCommandOutput /** *

Deletes a simulation application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DeleteSimulationApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DeleteSimulationApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DeleteWorldTemplateCommand.ts b/clients/client-robomaker/commands/DeleteWorldTemplateCommand.ts index 97be13a6628a..ccab8eb446c2 100644 --- a/clients/client-robomaker/commands/DeleteWorldTemplateCommand.ts +++ b/clients/client-robomaker/commands/DeleteWorldTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWorldTemplateCommandOutput extends DeleteWorldTemplateRes /** *

Deletes a world template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DeleteWorldTemplateCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DeleteWorldTemplateCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DeregisterRobotCommand.ts b/clients/client-robomaker/commands/DeregisterRobotCommand.ts index 788b091f4a80..75cb96c550d7 100644 --- a/clients/client-robomaker/commands/DeregisterRobotCommand.ts +++ b/clients/client-robomaker/commands/DeregisterRobotCommand.ts @@ -23,7 +23,7 @@ export interface DeregisterRobotCommandOutput extends DeregisterRobotResponse, _ /** *

Deregisters a robot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DeregisterRobotCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DeregisterRobotCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeDeploymentJobCommand.ts b/clients/client-robomaker/commands/DescribeDeploymentJobCommand.ts index e799d3dabe7b..c7f15d8e40a8 100644 --- a/clients/client-robomaker/commands/DescribeDeploymentJobCommand.ts +++ b/clients/client-robomaker/commands/DescribeDeploymentJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDeploymentJobCommandOutput extends DescribeDeploymentJo /** *

Describes a deployment job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeDeploymentJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeDeploymentJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeFleetCommand.ts b/clients/client-robomaker/commands/DescribeFleetCommand.ts index 74afc1b854be..50773bc1e3b8 100644 --- a/clients/client-robomaker/commands/DescribeFleetCommand.ts +++ b/clients/client-robomaker/commands/DescribeFleetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFleetCommandOutput extends DescribeFleetResponse, __Met /** *

Describes a fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeFleetCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeFleetCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeRobotApplicationCommand.ts b/clients/client-robomaker/commands/DescribeRobotApplicationCommand.ts index f64286222838..febc173cd2ec 100644 --- a/clients/client-robomaker/commands/DescribeRobotApplicationCommand.ts +++ b/clients/client-robomaker/commands/DescribeRobotApplicationCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRobotApplicationCommandOutput extends DescribeRobotAppl /** *

Describes a robot application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeRobotApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeRobotApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeRobotCommand.ts b/clients/client-robomaker/commands/DescribeRobotCommand.ts index 0e468574513a..8a0ca14f6852 100644 --- a/clients/client-robomaker/commands/DescribeRobotCommand.ts +++ b/clients/client-robomaker/commands/DescribeRobotCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRobotCommandOutput extends DescribeRobotResponse, __Met /** *

Describes a robot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeRobotCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeRobotCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeSimulationApplicationCommand.ts b/clients/client-robomaker/commands/DescribeSimulationApplicationCommand.ts index 747f8d537171..48588b78b940 100644 --- a/clients/client-robomaker/commands/DescribeSimulationApplicationCommand.ts +++ b/clients/client-robomaker/commands/DescribeSimulationApplicationCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSimulationApplicationCommandOutput /** *

Describes a simulation application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeSimulationApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeSimulationApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeSimulationJobBatchCommand.ts b/clients/client-robomaker/commands/DescribeSimulationJobBatchCommand.ts index f8661db042c0..1bfeba980abe 100644 --- a/clients/client-robomaker/commands/DescribeSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/commands/DescribeSimulationJobBatchCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSimulationJobBatchCommandOutput extends DescribeSimulat /** *

Describes a simulation job batch.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeSimulationJobBatchCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeSimulationJobBatchCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeSimulationJobCommand.ts b/clients/client-robomaker/commands/DescribeSimulationJobCommand.ts index 5447a95c03ea..a164027b6181 100644 --- a/clients/client-robomaker/commands/DescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/commands/DescribeSimulationJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSimulationJobCommandOutput extends DescribeSimulationJo /** *

Describes a simulation job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeWorldCommand.ts b/clients/client-robomaker/commands/DescribeWorldCommand.ts index e4f0bf8f17d6..a726d97108b2 100644 --- a/clients/client-robomaker/commands/DescribeWorldCommand.ts +++ b/clients/client-robomaker/commands/DescribeWorldCommand.ts @@ -23,7 +23,7 @@ export interface DescribeWorldCommandOutput extends DescribeWorldResponse, __Met /** *

Describes a world.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeWorldCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeWorldCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeWorldExportJobCommand.ts b/clients/client-robomaker/commands/DescribeWorldExportJobCommand.ts index 1cb7c9cdf213..8a3a0fa49290 100644 --- a/clients/client-robomaker/commands/DescribeWorldExportJobCommand.ts +++ b/clients/client-robomaker/commands/DescribeWorldExportJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeWorldExportJobCommandOutput extends DescribeWorldExport /** *

Describes a world export job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeWorldExportJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeWorldExportJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeWorldGenerationJobCommand.ts b/clients/client-robomaker/commands/DescribeWorldGenerationJobCommand.ts index 9fcde5db8b1e..da0f42d77b75 100644 --- a/clients/client-robomaker/commands/DescribeWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/commands/DescribeWorldGenerationJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeWorldGenerationJobCommandOutput extends DescribeWorldGe /** *

Describes a world generation job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeWorldGenerationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeWorldGenerationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/DescribeWorldTemplateCommand.ts b/clients/client-robomaker/commands/DescribeWorldTemplateCommand.ts index b8154a976d05..3af26ab3b5f0 100644 --- a/clients/client-robomaker/commands/DescribeWorldTemplateCommand.ts +++ b/clients/client-robomaker/commands/DescribeWorldTemplateCommand.ts @@ -23,7 +23,7 @@ export interface DescribeWorldTemplateCommandOutput extends DescribeWorldTemplat /** *

Describes a world template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, DescribeWorldTemplateCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, DescribeWorldTemplateCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/GetWorldTemplateBodyCommand.ts b/clients/client-robomaker/commands/GetWorldTemplateBodyCommand.ts index 6bc11f8356cf..f2c7668e02b4 100644 --- a/clients/client-robomaker/commands/GetWorldTemplateBodyCommand.ts +++ b/clients/client-robomaker/commands/GetWorldTemplateBodyCommand.ts @@ -23,7 +23,7 @@ export interface GetWorldTemplateBodyCommandOutput extends GetWorldTemplateBodyR /** *

Gets the world template body.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, GetWorldTemplateBodyCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, GetWorldTemplateBodyCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListDeploymentJobsCommand.ts b/clients/client-robomaker/commands/ListDeploymentJobsCommand.ts index 08055d5602fd..4cbf4d3f3ca6 100644 --- a/clients/client-robomaker/commands/ListDeploymentJobsCommand.ts +++ b/clients/client-robomaker/commands/ListDeploymentJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListDeploymentJobsCommandOutput extends ListDeploymentJobsRespo *

Returns a list of deployment jobs for a fleet. You can optionally provide filters to * retrieve specific deployment jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListDeploymentJobsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListDeploymentJobsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListFleetsCommand.ts b/clients/client-robomaker/commands/ListFleetsCommand.ts index 89771ad2d341..7c9ae460a7e3 100644 --- a/clients/client-robomaker/commands/ListFleetsCommand.ts +++ b/clients/client-robomaker/commands/ListFleetsCommand.ts @@ -24,7 +24,7 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB *

Returns a list of fleets. You can optionally provide filters to retrieve specific * fleets.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListFleetsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListFleetsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListRobotApplicationsCommand.ts b/clients/client-robomaker/commands/ListRobotApplicationsCommand.ts index 1eaaa8b4e35b..7a085bc44f7a 100644 --- a/clients/client-robomaker/commands/ListRobotApplicationsCommand.ts +++ b/clients/client-robomaker/commands/ListRobotApplicationsCommand.ts @@ -24,7 +24,7 @@ export interface ListRobotApplicationsCommandOutput extends ListRobotApplication *

Returns a list of robot application. You can optionally provide filters to retrieve * specific robot applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListRobotApplicationsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListRobotApplicationsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListRobotsCommand.ts b/clients/client-robomaker/commands/ListRobotsCommand.ts index f811dc1012e1..6fd517cfbfb1 100644 --- a/clients/client-robomaker/commands/ListRobotsCommand.ts +++ b/clients/client-robomaker/commands/ListRobotsCommand.ts @@ -24,7 +24,7 @@ export interface ListRobotsCommandOutput extends ListRobotsResponse, __MetadataB *

Returns a list of robots. You can optionally provide filters to retrieve specific * robots.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListRobotsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListRobotsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListSimulationApplicationsCommand.ts b/clients/client-robomaker/commands/ListSimulationApplicationsCommand.ts index 614605fa78b9..1c6d8d097138 100644 --- a/clients/client-robomaker/commands/ListSimulationApplicationsCommand.ts +++ b/clients/client-robomaker/commands/ListSimulationApplicationsCommand.ts @@ -24,7 +24,7 @@ export interface ListSimulationApplicationsCommandOutput extends ListSimulationA *

Returns a list of simulation applications. You can optionally provide filters to * retrieve specific simulation applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListSimulationApplicationsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListSimulationApplicationsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListSimulationJobBatchesCommand.ts b/clients/client-robomaker/commands/ListSimulationJobBatchesCommand.ts index 1c6b027d2d56..0ebffc9020c2 100644 --- a/clients/client-robomaker/commands/ListSimulationJobBatchesCommand.ts +++ b/clients/client-robomaker/commands/ListSimulationJobBatchesCommand.ts @@ -24,7 +24,7 @@ export interface ListSimulationJobBatchesCommandOutput extends ListSimulationJob *

Returns a list simulation job batches. You can optionally provide filters to retrieve * specific simulation batch jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListSimulationJobBatchesCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListSimulationJobBatchesCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListSimulationJobsCommand.ts b/clients/client-robomaker/commands/ListSimulationJobsCommand.ts index b8ed328e63f1..95e73070c9e0 100644 --- a/clients/client-robomaker/commands/ListSimulationJobsCommand.ts +++ b/clients/client-robomaker/commands/ListSimulationJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListSimulationJobsCommandOutput extends ListSimulationJobsRespo *

Returns a list of simulation jobs. You can optionally provide filters to retrieve * specific simulation jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListSimulationJobsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListSimulationJobsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListTagsForResourceCommand.ts b/clients/client-robomaker/commands/ListTagsForResourceCommand.ts index 05440ea26240..d02638c6c46a 100644 --- a/clients/client-robomaker/commands/ListTagsForResourceCommand.ts +++ b/clients/client-robomaker/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all tags on a AWS RoboMaker resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListTagsForResourceCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListWorldExportJobsCommand.ts b/clients/client-robomaker/commands/ListWorldExportJobsCommand.ts index c96924eeccea..9537efa21dcd 100644 --- a/clients/client-robomaker/commands/ListWorldExportJobsCommand.ts +++ b/clients/client-robomaker/commands/ListWorldExportJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListWorldExportJobsCommandOutput extends ListWorldExportJobsRes /** *

Lists world export jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListWorldExportJobsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListWorldExportJobsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListWorldGenerationJobsCommand.ts b/clients/client-robomaker/commands/ListWorldGenerationJobsCommand.ts index 93f6598ce752..a0d45e90e06f 100644 --- a/clients/client-robomaker/commands/ListWorldGenerationJobsCommand.ts +++ b/clients/client-robomaker/commands/ListWorldGenerationJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListWorldGenerationJobsCommandOutput extends ListWorldGeneratio /** *

Lists world generator jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListWorldGenerationJobsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListWorldGenerationJobsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListWorldTemplatesCommand.ts b/clients/client-robomaker/commands/ListWorldTemplatesCommand.ts index 3e131e07dc5a..8f77f499942d 100644 --- a/clients/client-robomaker/commands/ListWorldTemplatesCommand.ts +++ b/clients/client-robomaker/commands/ListWorldTemplatesCommand.ts @@ -23,7 +23,7 @@ export interface ListWorldTemplatesCommandOutput extends ListWorldTemplatesRespo /** *

Lists world templates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListWorldTemplatesCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListWorldTemplatesCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/ListWorldsCommand.ts b/clients/client-robomaker/commands/ListWorldsCommand.ts index f35c1209e983..9856dc640c6a 100644 --- a/clients/client-robomaker/commands/ListWorldsCommand.ts +++ b/clients/client-robomaker/commands/ListWorldsCommand.ts @@ -23,7 +23,7 @@ export interface ListWorldsCommandOutput extends ListWorldsResponse, __MetadataB /** *

Lists worlds.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, ListWorldsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, ListWorldsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/RegisterRobotCommand.ts b/clients/client-robomaker/commands/RegisterRobotCommand.ts index d96ad2216811..91730b4b97c3 100644 --- a/clients/client-robomaker/commands/RegisterRobotCommand.ts +++ b/clients/client-robomaker/commands/RegisterRobotCommand.ts @@ -23,7 +23,7 @@ export interface RegisterRobotCommandOutput extends RegisterRobotResponse, __Met /** *

Registers a robot with a fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, RegisterRobotCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, RegisterRobotCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/RestartSimulationJobCommand.ts b/clients/client-robomaker/commands/RestartSimulationJobCommand.ts index 48e00d39ee16..8219d5850966 100644 --- a/clients/client-robomaker/commands/RestartSimulationJobCommand.ts +++ b/clients/client-robomaker/commands/RestartSimulationJobCommand.ts @@ -23,7 +23,7 @@ export interface RestartSimulationJobCommandOutput extends RestartSimulationJobR /** *

Restarts a running simulation job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, RestartSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, RestartSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/StartSimulationJobBatchCommand.ts b/clients/client-robomaker/commands/StartSimulationJobBatchCommand.ts index 1692aa8f68f8..a5a56e8e36fb 100644 --- a/clients/client-robomaker/commands/StartSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/commands/StartSimulationJobBatchCommand.ts @@ -24,7 +24,7 @@ export interface StartSimulationJobBatchCommandOutput extends StartSimulationJob *

Starts a new simulation job batch. The batch is defined using one or more * SimulationJobRequest objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, StartSimulationJobBatchCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, StartSimulationJobBatchCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/SyncDeploymentJobCommand.ts b/clients/client-robomaker/commands/SyncDeploymentJobCommand.ts index 4556650e9c96..ceb221ff7701 100644 --- a/clients/client-robomaker/commands/SyncDeploymentJobCommand.ts +++ b/clients/client-robomaker/commands/SyncDeploymentJobCommand.ts @@ -24,7 +24,7 @@ export interface SyncDeploymentJobCommandOutput extends SyncDeploymentJobRespons *

Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were * added after a deployment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, SyncDeploymentJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, SyncDeploymentJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/TagResourceCommand.ts b/clients/client-robomaker/commands/TagResourceCommand.ts index 13caf7ba3394..355b8e2df34b 100644 --- a/clients/client-robomaker/commands/TagResourceCommand.ts +++ b/clients/client-robomaker/commands/TagResourceCommand.ts @@ -27,7 +27,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management * User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, TagResourceCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, TagResourceCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/UntagResourceCommand.ts b/clients/client-robomaker/commands/UntagResourceCommand.ts index 4e6b6ec17373..aa40e07f167c 100644 --- a/clients/client-robomaker/commands/UntagResourceCommand.ts +++ b/clients/client-robomaker/commands/UntagResourceCommand.ts @@ -27,7 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * TagResource * .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, UntagResourceCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, UntagResourceCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/UpdateRobotApplicationCommand.ts b/clients/client-robomaker/commands/UpdateRobotApplicationCommand.ts index d46b740568c1..f13b0670523d 100644 --- a/clients/client-robomaker/commands/UpdateRobotApplicationCommand.ts +++ b/clients/client-robomaker/commands/UpdateRobotApplicationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRobotApplicationCommandOutput extends UpdateRobotApplicat /** *

Updates a robot application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, UpdateRobotApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, UpdateRobotApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/UpdateSimulationApplicationCommand.ts b/clients/client-robomaker/commands/UpdateSimulationApplicationCommand.ts index 6945dbf9f99b..e904ddd71e88 100644 --- a/clients/client-robomaker/commands/UpdateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/commands/UpdateSimulationApplicationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateSimulationApplicationCommandOutput /** *

Updates a simulation application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, UpdateSimulationApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, UpdateSimulationApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-robomaker/commands/UpdateWorldTemplateCommand.ts b/clients/client-robomaker/commands/UpdateWorldTemplateCommand.ts index 25dfaff4d4ad..8a9b6e5c83e1 100644 --- a/clients/client-robomaker/commands/UpdateWorldTemplateCommand.ts +++ b/clients/client-robomaker/commands/UpdateWorldTemplateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWorldTemplateCommandOutput extends UpdateWorldTemplateRes /** *

Updates a world template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RoboMakerClient, UpdateWorldTemplateCommand } from "@aws-sdk/client-robomaker"; // ES Modules import * // const { RoboMakerClient, UpdateWorldTemplateCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts index 276d5f6badac..f638bc72730b 100644 --- a/clients/client-route-53-domains/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts @@ -39,7 +39,7 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput * provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, AcceptDomainTransferFromAnotherAwsAccountCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, AcceptDomainTransferFromAnotherAwsAccountCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts index ce398f26150b..7d2f2ac6e739 100644 --- a/clients/client-route-53-domains/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts @@ -44,7 +44,7 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandOutput * provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, CancelDomainTransferToAnotherAwsAccountCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, CancelDomainTransferToAnotherAwsAccountCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/CheckDomainAvailabilityCommand.ts b/clients/client-route-53-domains/commands/CheckDomainAvailabilityCommand.ts index c6c272341b21..a9a5de0f068b 100644 --- a/clients/client-route-53-domains/commands/CheckDomainAvailabilityCommand.ts +++ b/clients/client-route-53-domains/commands/CheckDomainAvailabilityCommand.ts @@ -24,7 +24,7 @@ export interface CheckDomainAvailabilityCommandOutput extends CheckDomainAvailab *

This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must * submit another request to determine the availability of the domain name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, CheckDomainAvailabilityCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, CheckDomainAvailabilityCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/CheckDomainTransferabilityCommand.ts b/clients/client-route-53-domains/commands/CheckDomainTransferabilityCommand.ts index 89c6491cc678..d100131324e7 100644 --- a/clients/client-route-53-domains/commands/CheckDomainTransferabilityCommand.ts +++ b/clients/client-route-53-domains/commands/CheckDomainTransferabilityCommand.ts @@ -23,7 +23,7 @@ export interface CheckDomainTransferabilityCommandOutput extends CheckDomainTran /** *

Checks whether a domain name can be transferred to Amazon Route 53.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, CheckDomainTransferabilityCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, CheckDomainTransferabilityCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/DeleteTagsForDomainCommand.ts b/clients/client-route-53-domains/commands/DeleteTagsForDomainCommand.ts index 175870090744..2af00f56201e 100644 --- a/clients/client-route-53-domains/commands/DeleteTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/commands/DeleteTagsForDomainCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTagsForDomainCommandOutput extends DeleteTagsForDomainRes *

This operation deletes the specified tags for a domain.

*

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, DeleteTagsForDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, DeleteTagsForDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/DisableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/commands/DisableDomainAutoRenewCommand.ts index a74a7c5c480a..7f79124beed4 100644 --- a/clients/client-route-53-domains/commands/DisableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/commands/DisableDomainAutoRenewCommand.ts @@ -23,7 +23,7 @@ export interface DisableDomainAutoRenewCommandOutput extends DisableDomainAutoRe /** *

This operation disables automatic renewal of domain registration for the specified domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, DisableDomainAutoRenewCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, DisableDomainAutoRenewCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/DisableDomainTransferLockCommand.ts b/clients/client-route-53-domains/commands/DisableDomainTransferLockCommand.ts index 0dd56c9a2f12..3b9d07b5203b 100644 --- a/clients/client-route-53-domains/commands/DisableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/commands/DisableDomainTransferLockCommand.ts @@ -28,7 +28,7 @@ export interface DisableDomainTransferLockCommandOutput extends DisableDomainTra * the progress and completion of the action. If the request is not completed successfully, the * domain registrant will be notified by email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, DisableDomainTransferLockCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, DisableDomainTransferLockCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/EnableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/commands/EnableDomainAutoRenewCommand.ts index eef74987a57c..f9502cac8548 100644 --- a/clients/client-route-53-domains/commands/EnableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/commands/EnableDomainAutoRenewCommand.ts @@ -28,7 +28,7 @@ export interface EnableDomainAutoRenewCommandOutput extends EnableDomainAutoRene * in the Amazon Route 53 Developer Guide. Route 53 requires that you renew before the end of the renewal period * so we can complete processing before the deadline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, EnableDomainAutoRenewCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, EnableDomainAutoRenewCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/EnableDomainTransferLockCommand.ts b/clients/client-route-53-domains/commands/EnableDomainTransferLockCommand.ts index 875fbfde6ac6..4eac1134106c 100644 --- a/clients/client-route-53-domains/commands/EnableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/commands/EnableDomainTransferLockCommand.ts @@ -25,7 +25,7 @@ export interface EnableDomainTransferLockCommandOutput extends EnableDomainTrans * to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and * completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, EnableDomainTransferLockCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, EnableDomainTransferLockCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/GetContactReachabilityStatusCommand.ts b/clients/client-route-53-domains/commands/GetContactReachabilityStatusCommand.ts index a9db937891a9..581849f8018f 100644 --- a/clients/client-route-53-domains/commands/GetContactReachabilityStatusCommand.ts +++ b/clients/client-route-53-domains/commands/GetContactReachabilityStatusCommand.ts @@ -27,7 +27,7 @@ export interface GetContactReachabilityStatusCommandOutput * such as registering a new domain, this operation returns information about whether the registrant contact has responded.

*

If you want us to resend the email, use the ResendContactReachabilityEmail operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, GetContactReachabilityStatusCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, GetContactReachabilityStatusCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/GetDomainDetailCommand.ts b/clients/client-route-53-domains/commands/GetDomainDetailCommand.ts index 417c37c35fb7..705a970394ac 100644 --- a/clients/client-route-53-domains/commands/GetDomainDetailCommand.ts +++ b/clients/client-route-53-domains/commands/GetDomainDetailCommand.ts @@ -24,7 +24,7 @@ export interface GetDomainDetailCommandOutput extends GetDomainDetailResponse, _ *

This operation returns detailed information about a specified domain that is associated with the current AWS account. * Contact information for the domain is also returned as part of the output.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, GetDomainDetailCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, GetDomainDetailCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/GetDomainSuggestionsCommand.ts b/clients/client-route-53-domains/commands/GetDomainSuggestionsCommand.ts index 05d220d251a5..6d4abaf9564a 100644 --- a/clients/client-route-53-domains/commands/GetDomainSuggestionsCommand.ts +++ b/clients/client-route-53-domains/commands/GetDomainSuggestionsCommand.ts @@ -23,7 +23,7 @@ export interface GetDomainSuggestionsCommandOutput extends GetDomainSuggestionsR /** *

The GetDomainSuggestions operation returns a list of suggested domain names.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, GetDomainSuggestionsCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, GetDomainSuggestionsCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/GetOperationDetailCommand.ts b/clients/client-route-53-domains/commands/GetOperationDetailCommand.ts index 94e6058c09e8..039aa919cfba 100644 --- a/clients/client-route-53-domains/commands/GetOperationDetailCommand.ts +++ b/clients/client-route-53-domains/commands/GetOperationDetailCommand.ts @@ -23,7 +23,7 @@ export interface GetOperationDetailCommandOutput extends GetOperationDetailRespo /** *

This operation returns the current status of an operation that is not completed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, GetOperationDetailCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, GetOperationDetailCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/ListDomainsCommand.ts b/clients/client-route-53-domains/commands/ListDomainsCommand.ts index 7be824233787..29f7892f4501 100644 --- a/clients/client-route-53-domains/commands/ListDomainsCommand.ts +++ b/clients/client-route-53-domains/commands/ListDomainsCommand.ts @@ -23,7 +23,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat /** *

This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, ListDomainsCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, ListDomainsCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/ListOperationsCommand.ts b/clients/client-route-53-domains/commands/ListOperationsCommand.ts index bb6ffb8f8de8..0242d7a0bf7c 100644 --- a/clients/client-route-53-domains/commands/ListOperationsCommand.ts +++ b/clients/client-route-53-domains/commands/ListOperationsCommand.ts @@ -24,7 +24,7 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M *

Returns information about all of the operations that return an operation ID and that have ever been * performed on domains that were registered by the current account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, ListOperationsCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, ListOperationsCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/ListTagsForDomainCommand.ts b/clients/client-route-53-domains/commands/ListTagsForDomainCommand.ts index 41cc2fc73bd1..3f61118f50a5 100644 --- a/clients/client-route-53-domains/commands/ListTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/commands/ListTagsForDomainCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForDomainCommandOutput extends ListTagsForDomainRespons *

This operation returns all of the tags that are associated with the specified domain.

*

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, ListTagsForDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, ListTagsForDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/RegisterDomainCommand.ts b/clients/client-route-53-domains/commands/RegisterDomainCommand.ts index f361ceeb022d..13d58372dd59 100644 --- a/clients/client-route-53-domains/commands/RegisterDomainCommand.ts +++ b/clients/client-route-53-domains/commands/RegisterDomainCommand.ts @@ -48,7 +48,7 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, RegisterDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, RegisterDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts index 64c66a595274..f42395081ab2 100644 --- a/clients/client-route-53-domains/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts @@ -39,7 +39,7 @@ export interface RejectDomainTransferFromAnotherAwsAccountCommandOutput * provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, RejectDomainTransferFromAnotherAwsAccountCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, RejectDomainTransferFromAnotherAwsAccountCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/RenewDomainCommand.ts b/clients/client-route-53-domains/commands/RenewDomainCommand.ts index f4078c60cb37..7ac7f9339995 100644 --- a/clients/client-route-53-domains/commands/RenewDomainCommand.ts +++ b/clients/client-route-53-domains/commands/RenewDomainCommand.ts @@ -27,7 +27,7 @@ export interface RenewDomainCommandOutput extends RenewDomainResponse, __Metadat * Renewing Registration for a Domain * in the Amazon Route 53 Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, RenewDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, RenewDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/ResendContactReachabilityEmailCommand.ts b/clients/client-route-53-domains/commands/ResendContactReachabilityEmailCommand.ts index 6f7e39159f0a..ac774f24eab5 100644 --- a/clients/client-route-53-domains/commands/ResendContactReachabilityEmailCommand.ts +++ b/clients/client-route-53-domains/commands/ResendContactReachabilityEmailCommand.ts @@ -26,7 +26,7 @@ export interface ResendContactReachabilityEmailCommandOutput *

For operations that require confirmation that the email address for the registrant contact is valid, * such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, ResendContactReachabilityEmailCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, ResendContactReachabilityEmailCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/RetrieveDomainAuthCodeCommand.ts b/clients/client-route-53-domains/commands/RetrieveDomainAuthCodeCommand.ts index 5dfef12ea135..30129468c0b7 100644 --- a/clients/client-route-53-domains/commands/RetrieveDomainAuthCodeCommand.ts +++ b/clients/client-route-53-domains/commands/RetrieveDomainAuthCodeCommand.ts @@ -23,7 +23,7 @@ export interface RetrieveDomainAuthCodeCommandOutput extends RetrieveDomainAuthC /** *

This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, RetrieveDomainAuthCodeCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, RetrieveDomainAuthCodeCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/TransferDomainCommand.ts b/clients/client-route-53-domains/commands/TransferDomainCommand.ts index 34318826ec68..8ce42cfbb8ee 100644 --- a/clients/client-route-53-domains/commands/TransferDomainCommand.ts +++ b/clients/client-route-53-domains/commands/TransferDomainCommand.ts @@ -56,7 +56,7 @@ export interface TransferDomainCommandOutput extends TransferDomainResponse, __M *

If the transfer is successful, this method returns an operation ID that you can use to track the progress and * completion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, TransferDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, TransferDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/TransferDomainToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/commands/TransferDomainToAnotherAwsAccountCommand.ts index f1e7d7d1da4c..63746cfc72e5 100644 --- a/clients/client-route-53-domains/commands/TransferDomainToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/commands/TransferDomainToAnotherAwsAccountCommand.ts @@ -62,7 +62,7 @@ export interface TransferDomainToAnotherAwsAccountCommandOutput * provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, TransferDomainToAnotherAwsAccountCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, TransferDomainToAnotherAwsAccountCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/UpdateDomainContactCommand.ts b/clients/client-route-53-domains/commands/UpdateDomainContactCommand.ts index 867d3d577dab..67bde3395525 100644 --- a/clients/client-route-53-domains/commands/UpdateDomainContactCommand.ts +++ b/clients/client-route-53-domains/commands/UpdateDomainContactCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDomainContactCommandOutput extends UpdateDomainContactRes *

If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the action. * If the request is not completed successfully, the domain registrant will be notified by email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, UpdateDomainContactCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, UpdateDomainContactCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/UpdateDomainContactPrivacyCommand.ts b/clients/client-route-53-domains/commands/UpdateDomainContactPrivacyCommand.ts index 63dd3b27e84c..c48aa98c77e2 100644 --- a/clients/client-route-53-domains/commands/UpdateDomainContactPrivacyCommand.ts +++ b/clients/client-route-53-domains/commands/UpdateDomainContactPrivacyCommand.ts @@ -37,7 +37,7 @@ export interface UpdateDomainContactPrivacyCommandOutput extends UpdateDomainCon * https://aws.amazon.com/privacy/.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, UpdateDomainContactPrivacyCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, UpdateDomainContactPrivacyCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/UpdateDomainNameserversCommand.ts b/clients/client-route-53-domains/commands/UpdateDomainNameserversCommand.ts index 3c4892044384..4724489b4fd1 100644 --- a/clients/client-route-53-domains/commands/UpdateDomainNameserversCommand.ts +++ b/clients/client-route-53-domains/commands/UpdateDomainNameserversCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDomainNameserversCommandOutput extends UpdateDomainNamese *

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. * If the request is not completed successfully, the domain registrant will be notified by email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, UpdateDomainNameserversCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, UpdateDomainNameserversCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/UpdateTagsForDomainCommand.ts b/clients/client-route-53-domains/commands/UpdateTagsForDomainCommand.ts index f02babba6b6f..33f7afd86dd0 100644 --- a/clients/client-route-53-domains/commands/UpdateTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/commands/UpdateTagsForDomainCommand.ts @@ -24,7 +24,7 @@ export interface UpdateTagsForDomainCommandOutput extends UpdateTagsForDomainRes *

This operation adds or updates tags for a specified domain.

*

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, UpdateTagsForDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, UpdateTagsForDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53-domains/commands/ViewBillingCommand.ts b/clients/client-route-53-domains/commands/ViewBillingCommand.ts index e618dba0dc82..3e9acb56b709 100644 --- a/clients/client-route-53-domains/commands/ViewBillingCommand.ts +++ b/clients/client-route-53-domains/commands/ViewBillingCommand.ts @@ -23,7 +23,7 @@ export interface ViewBillingCommandOutput extends ViewBillingResponse, __Metadat /** *

Returns all the domain-related billing records for the current AWS account for a specified period

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53DomainsClient, ViewBillingCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import * // const { Route53DomainsClient, ViewBillingCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import diff --git a/clients/client-route-53/commands/ActivateKeySigningKeyCommand.ts b/clients/client-route-53/commands/ActivateKeySigningKeyCommand.ts index 4ad68b32bcfa..edf2a51ed077 100644 --- a/clients/client-route-53/commands/ActivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/commands/ActivateKeySigningKeyCommand.ts @@ -25,7 +25,7 @@ export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKe *

Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This operation changes the * KSK status to ACTIVE.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ActivateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ActivateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/AssociateVPCWithHostedZoneCommand.ts b/clients/client-route-53/commands/AssociateVPCWithHostedZoneCommand.ts index bbabf742660e..99fe2a5fd425 100644 --- a/clients/client-route-53/commands/AssociateVPCWithHostedZoneCommand.ts +++ b/clients/client-route-53/commands/AssociateVPCWithHostedZoneCommand.ts @@ -34,7 +34,7 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit * AssociateVPCWithHostedZone request.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, AssociateVPCWithHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, AssociateVPCWithHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ChangeResourceRecordSetsCommand.ts b/clients/client-route-53/commands/ChangeResourceRecordSetsCommand.ts index aa9b388d4469..3ad48ed560ef 100644 --- a/clients/client-route-53/commands/ChangeResourceRecordSetsCommand.ts +++ b/clients/client-route-53/commands/ChangeResourceRecordSetsCommand.ts @@ -105,7 +105,7 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec * Limits in the * Amazon Route 53 Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ChangeResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ChangeResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ChangeTagsForResourceCommand.ts b/clients/client-route-53/commands/ChangeTagsForResourceCommand.ts index 77c07e32f9ae..a88cebdfd7a0 100644 --- a/clients/client-route-53/commands/ChangeTagsForResourceCommand.ts +++ b/clients/client-route-53/commands/ChangeTagsForResourceCommand.ts @@ -26,7 +26,7 @@ export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourc * Using Cost Allocation Tags * in the AWS Billing and Cost Management User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ChangeTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ChangeTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateHealthCheckCommand.ts b/clients/client-route-53/commands/CreateHealthCheckCommand.ts index ff1db63b0e38..7c15b74b4470 100644 --- a/clients/client-route-53/commands/CreateHealthCheckCommand.ts +++ b/clients/client-route-53/commands/CreateHealthCheckCommand.ts @@ -56,7 +56,7 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateHostedZoneCommand.ts b/clients/client-route-53/commands/CreateHostedZoneCommand.ts index fc970f3fe6a6..48ae151696f9 100644 --- a/clients/client-route-53/commands/CreateHostedZoneCommand.ts +++ b/clients/client-route-53/commands/CreateHostedZoneCommand.ts @@ -56,7 +56,7 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse, * NS and SOA records are available, the status of the zone changes to INSYNC.

*

The CreateHostedZone request requires the caller to have an ec2:DescribeVpcs permission.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateKeySigningKeyCommand.ts b/clients/client-route-53/commands/CreateKeySigningKeyCommand.ts index d6d1149c502f..c1ebe84901dc 100644 --- a/clients/client-route-53/commands/CreateKeySigningKeyCommand.ts +++ b/clients/client-route-53/commands/CreateKeySigningKeyCommand.ts @@ -24,7 +24,7 @@ export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyRes /** *

Creates a new key-signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateQueryLoggingConfigCommand.ts b/clients/client-route-53/commands/CreateQueryLoggingConfigCommand.ts index 367e5e16c6f9..e20675a023c8 100644 --- a/clients/client-route-53/commands/CreateQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/commands/CreateQueryLoggingConfigCommand.ts @@ -140,7 +140,7 @@ export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggin * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateReusableDelegationSetCommand.ts b/clients/client-route-53/commands/CreateReusableDelegationSetCommand.ts index a8c2da213dfd..14b88936cd6a 100644 --- a/clients/client-route-53/commands/CreateReusableDelegationSetCommand.ts +++ b/clients/client-route-53/commands/CreateReusableDelegationSetCommand.ts @@ -76,7 +76,7 @@ export interface CreateReusableDelegationSetCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateTrafficPolicyCommand.ts b/clients/client-route-53/commands/CreateTrafficPolicyCommand.ts index 90b98852d214..23d6a3e58877 100644 --- a/clients/client-route-53/commands/CreateTrafficPolicyCommand.ts +++ b/clients/client-route-53/commands/CreateTrafficPolicyCommand.ts @@ -24,7 +24,7 @@ export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyRes *

Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or * one subdomain name (such as www.example.com).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/commands/CreateTrafficPolicyInstanceCommand.ts index 960aaacf0efe..477e3cee1c28 100644 --- a/clients/client-route-53/commands/CreateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/commands/CreateTrafficPolicyInstanceCommand.ts @@ -29,7 +29,7 @@ export interface CreateTrafficPolicyInstanceCommandOutput * subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets * that CreateTrafficPolicyInstance created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateTrafficPolicyVersionCommand.ts b/clients/client-route-53/commands/CreateTrafficPolicyVersionCommand.ts index 4f1ed9530ef0..1ee6c2310b8d 100644 --- a/clients/client-route-53/commands/CreateTrafficPolicyVersionCommand.ts +++ b/clients/client-route-53/commands/CreateTrafficPolicyVersionCommand.ts @@ -28,7 +28,7 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo * create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new * traffic policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateTrafficPolicyVersionCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateTrafficPolicyVersionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/CreateVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/commands/CreateVPCAssociationAuthorizationCommand.ts index 5097b3d8d019..ff0ab45630ec 100644 --- a/clients/client-route-53/commands/CreateVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/commands/CreateVPCAssociationAuthorizationCommand.ts @@ -37,7 +37,7 @@ export interface CreateVPCAssociationAuthorizationCommandOutput * that you created by using a different account, you must submit one authorization request for each VPC.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, CreateVPCAssociationAuthorizationCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, CreateVPCAssociationAuthorizationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeactivateKeySigningKeyCommand.ts b/clients/client-route-53/commands/DeactivateKeySigningKeyCommand.ts index 53b96add6757..8adf914abb07 100644 --- a/clients/client-route-53/commands/DeactivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/commands/DeactivateKeySigningKeyCommand.ts @@ -25,7 +25,7 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni *

Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the * KSK status to INACTIVE.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeactivateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeactivateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteHealthCheckCommand.ts b/clients/client-route-53/commands/DeleteHealthCheckCommand.ts index a3255c8d57ad..6aee464c8fe7 100644 --- a/clients/client-route-53/commands/DeleteHealthCheckCommand.ts +++ b/clients/client-route-53/commands/DeleteHealthCheckCommand.ts @@ -36,7 +36,7 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons * automatically when you deregister the instance; there can be a delay of several hours before the health check is deleted * from Route 53.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteHostedZoneCommand.ts b/clients/client-route-53/commands/DeleteHostedZoneCommand.ts index 9b44da418a6c..ef6796413c1e 100644 --- a/clients/client-route-53/commands/DeleteHostedZoneCommand.ts +++ b/clients/client-route-53/commands/DeleteHostedZoneCommand.ts @@ -62,7 +62,7 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteKeySigningKeyCommand.ts b/clients/client-route-53/commands/DeleteKeySigningKeyCommand.ts index 1acc65462c0c..09d9a7aca04e 100644 --- a/clients/client-route-53/commands/DeleteKeySigningKeyCommand.ts +++ b/clients/client-route-53/commands/DeleteKeySigningKeyCommand.ts @@ -25,7 +25,7 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes *

Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be * deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteQueryLoggingConfigCommand.ts b/clients/client-route-53/commands/DeleteQueryLoggingConfigCommand.ts index 5d52f4383221..007d7c81448f 100644 --- a/clients/client-route-53/commands/DeleteQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/commands/DeleteQueryLoggingConfigCommand.ts @@ -28,7 +28,7 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin *

For more information about DNS query logs, see * CreateQueryLoggingConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteReusableDelegationSetCommand.ts b/clients/client-route-53/commands/DeleteReusableDelegationSetCommand.ts index a408565f4dbd..d1492ee91507 100644 --- a/clients/client-route-53/commands/DeleteReusableDelegationSetCommand.ts +++ b/clients/client-route-53/commands/DeleteReusableDelegationSetCommand.ts @@ -32,7 +32,7 @@ export interface DeleteReusableDelegationSetCommandOutput * GetReusableDelegationSet * request and specify the ID of the reusable delegation set that you want to delete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteTrafficPolicyCommand.ts b/clients/client-route-53/commands/DeleteTrafficPolicyCommand.ts index d6de77a76eb1..1e49e6244732 100644 --- a/clients/client-route-53/commands/DeleteTrafficPolicyCommand.ts +++ b/clients/client-route-53/commands/DeleteTrafficPolicyCommand.ts @@ -38,7 +38,7 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteTrafficPolicyInstanceCommand.ts b/clients/client-route-53/commands/DeleteTrafficPolicyInstanceCommand.ts index 2e60858c722c..533f7c9c2417 100644 --- a/clients/client-route-53/commands/DeleteTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/commands/DeleteTrafficPolicyInstanceCommand.ts @@ -29,7 +29,7 @@ export interface DeleteTrafficPolicyInstanceCommandOutput *

In the Route 53 console, traffic policy instances are known as policy records.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DeleteVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/commands/DeleteVPCAssociationAuthorizationCommand.ts index 7e6edb8dc7d8..a654c82bde6d 100644 --- a/clients/client-route-53/commands/DeleteVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/commands/DeleteVPCAssociationAuthorizationCommand.ts @@ -37,7 +37,7 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput * If you want to delete an existing association, use DisassociateVPCFromHostedZone.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DeleteVPCAssociationAuthorizationCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DeleteVPCAssociationAuthorizationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DisableHostedZoneDNSSECCommand.ts b/clients/client-route-53/commands/DisableHostedZoneDNSSECCommand.ts index 522d3ed21779..9d3be4efe38a 100644 --- a/clients/client-route-53/commands/DisableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/commands/DisableHostedZoneDNSSECCommand.ts @@ -25,7 +25,7 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD *

Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any key-signing keys (KSKs) * that are active in the hosted zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DisableHostedZoneDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DisableHostedZoneDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/DisassociateVPCFromHostedZoneCommand.ts b/clients/client-route-53/commands/DisassociateVPCFromHostedZoneCommand.ts index 19d23cdde7d6..70248302a089 100644 --- a/clients/client-route-53/commands/DisassociateVPCFromHostedZoneCommand.ts +++ b/clients/client-route-53/commands/DisassociateVPCFromHostedZoneCommand.ts @@ -46,7 +46,7 @@ export interface DisassociateVPCFromHostedZoneCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, DisassociateVPCFromHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, DisassociateVPCFromHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/EnableHostedZoneDNSSECCommand.ts b/clients/client-route-53/commands/EnableHostedZoneDNSSECCommand.ts index 79a6213d1470..7937d258eaed 100644 --- a/clients/client-route-53/commands/EnableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/commands/EnableHostedZoneDNSSECCommand.ts @@ -24,7 +24,7 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS /** *

Enables DNSSEC signing in a specific hosted zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, EnableHostedZoneDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, EnableHostedZoneDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetAccountLimitCommand.ts b/clients/client-route-53/commands/GetAccountLimitCommand.ts index a1be3a079109..381a7d31057b 100644 --- a/clients/client-route-53/commands/GetAccountLimitCommand.ts +++ b/clients/client-route-53/commands/GetAccountLimitCommand.ts @@ -32,7 +32,7 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _ * Service limits in the navigation pane.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetAccountLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetAccountLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetChangeCommand.ts b/clients/client-route-53/commands/GetChangeCommand.ts index d93559596794..ff95863d04bb 100644 --- a/clients/client-route-53/commands/GetChangeCommand.ts +++ b/clients/client-route-53/commands/GetChangeCommand.ts @@ -33,7 +33,7 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetChangeCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetChangeCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetCheckerIpRangesCommand.ts b/clients/client-route-53/commands/GetCheckerIpRangesCommand.ts index 80abe0d2e42c..4d0934ae8b67 100644 --- a/clients/client-route-53/commands/GetCheckerIpRangesCommand.ts +++ b/clients/client-route-53/commands/GetCheckerIpRangesCommand.ts @@ -30,7 +30,7 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo * in the Amazon Route 53 Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetCheckerIpRangesCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetCheckerIpRangesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetDNSSECCommand.ts b/clients/client-route-53/commands/GetDNSSECCommand.ts index d24e49c77361..70bcd41cdba1 100644 --- a/clients/client-route-53/commands/GetDNSSECCommand.ts +++ b/clients/client-route-53/commands/GetDNSSECCommand.ts @@ -21,7 +21,7 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea /** *

Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetGeoLocationCommand.ts b/clients/client-route-53/commands/GetGeoLocationCommand.ts index 6357b7347df5..03b3e90d76aa 100644 --- a/clients/client-route-53/commands/GetGeoLocationCommand.ts +++ b/clients/client-route-53/commands/GetGeoLocationCommand.ts @@ -43,7 +43,7 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetGeoLocationCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetGeoLocationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetHealthCheckCommand.ts b/clients/client-route-53/commands/GetHealthCheckCommand.ts index 95d4ddc8a240..c2e7ac63e996 100644 --- a/clients/client-route-53/commands/GetHealthCheckCommand.ts +++ b/clients/client-route-53/commands/GetHealthCheckCommand.ts @@ -23,7 +23,7 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M /** *

Gets information about a specified health check.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetHealthCheckCountCommand.ts b/clients/client-route-53/commands/GetHealthCheckCountCommand.ts index 6bb79625990d..73f4ab5b98c3 100644 --- a/clients/client-route-53/commands/GetHealthCheckCountCommand.ts +++ b/clients/client-route-53/commands/GetHealthCheckCountCommand.ts @@ -23,7 +23,7 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes /** *

Retrieves the number of health checks that are associated with the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetHealthCheckCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetHealthCheckCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetHealthCheckLastFailureReasonCommand.ts b/clients/client-route-53/commands/GetHealthCheckLastFailureReasonCommand.ts index d4304961e1c6..0b0c3bb42138 100644 --- a/clients/client-route-53/commands/GetHealthCheckLastFailureReasonCommand.ts +++ b/clients/client-route-53/commands/GetHealthCheckLastFailureReasonCommand.ts @@ -25,7 +25,7 @@ export interface GetHealthCheckLastFailureReasonCommandOutput /** *

Gets the reason that a specified health check failed most recently.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetHealthCheckLastFailureReasonCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetHealthCheckLastFailureReasonCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetHealthCheckStatusCommand.ts b/clients/client-route-53/commands/GetHealthCheckStatusCommand.ts index 0b91bf39745e..1a58565ff9fd 100644 --- a/clients/client-route-53/commands/GetHealthCheckStatusCommand.ts +++ b/clients/client-route-53/commands/GetHealthCheckStatusCommand.ts @@ -23,7 +23,7 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR /** *

Gets status of a specified health check.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetHealthCheckStatusCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetHealthCheckStatusCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetHostedZoneCommand.ts b/clients/client-route-53/commands/GetHostedZoneCommand.ts index 59502f6a1a60..280835120808 100644 --- a/clients/client-route-53/commands/GetHostedZoneCommand.ts +++ b/clients/client-route-53/commands/GetHostedZoneCommand.ts @@ -24,7 +24,7 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met /** *

Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetHostedZoneCountCommand.ts b/clients/client-route-53/commands/GetHostedZoneCountCommand.ts index f47b798ed017..a5f1f6219f96 100644 --- a/clients/client-route-53/commands/GetHostedZoneCountCommand.ts +++ b/clients/client-route-53/commands/GetHostedZoneCountCommand.ts @@ -23,7 +23,7 @@ export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountRespo /** *

Retrieves the number of hosted zones that are associated with the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetHostedZoneCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetHostedZoneCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetHostedZoneLimitCommand.ts b/clients/client-route-53/commands/GetHostedZoneLimitCommand.ts index 7d704112c8fb..83ca47249bde 100644 --- a/clients/client-route-53/commands/GetHostedZoneLimitCommand.ts +++ b/clients/client-route-53/commands/GetHostedZoneLimitCommand.ts @@ -28,7 +28,7 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo * in the Amazon Route 53 Developer Guide. To request a higher limit, * open a case.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetHostedZoneLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetHostedZoneLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetQueryLoggingConfigCommand.ts b/clients/client-route-53/commands/GetQueryLoggingConfigCommand.ts index 57a97c84b9b5..f0ec0399ed96 100644 --- a/clients/client-route-53/commands/GetQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/commands/GetQueryLoggingConfigCommand.ts @@ -29,7 +29,7 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi * and * Logging DNS Queries.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetReusableDelegationSetCommand.ts b/clients/client-route-53/commands/GetReusableDelegationSetCommand.ts index c54f379dff99..7b7808ad3055 100644 --- a/clients/client-route-53/commands/GetReusableDelegationSetCommand.ts +++ b/clients/client-route-53/commands/GetReusableDelegationSetCommand.ts @@ -25,7 +25,7 @@ export interface GetReusableDelegationSetCommandOutput extends GetReusableDelega *

Retrieves information about a specified reusable delegation set, including the four name servers that are assigned * to the delegation set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetReusableDelegationSetLimitCommand.ts b/clients/client-route-53/commands/GetReusableDelegationSetLimitCommand.ts index 9a74641e02b2..bca802a13844 100644 --- a/clients/client-route-53/commands/GetReusableDelegationSetLimitCommand.ts +++ b/clients/client-route-53/commands/GetReusableDelegationSetLimitCommand.ts @@ -29,7 +29,7 @@ export interface GetReusableDelegationSetLimitCommandOutput * in the Amazon Route 53 Developer Guide. To request a higher limit, * open a case.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetReusableDelegationSetLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetReusableDelegationSetLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetTrafficPolicyCommand.ts b/clients/client-route-53/commands/GetTrafficPolicyCommand.ts index 5705441fe7b5..2984b304b79f 100644 --- a/clients/client-route-53/commands/GetTrafficPolicyCommand.ts +++ b/clients/client-route-53/commands/GetTrafficPolicyCommand.ts @@ -27,7 +27,7 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse, * DeleteTrafficPolicy. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetTrafficPolicyInstanceCommand.ts b/clients/client-route-53/commands/GetTrafficPolicyInstanceCommand.ts index a3923a3d39b8..1fb5d865a5c5 100644 --- a/clients/client-route-53/commands/GetTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/commands/GetTrafficPolicyInstanceCommand.ts @@ -32,7 +32,7 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI *

In the Route 53 console, traffic policy instances are known as policy records.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/GetTrafficPolicyInstanceCountCommand.ts b/clients/client-route-53/commands/GetTrafficPolicyInstanceCountCommand.ts index 8018df78295f..bebd07d98c5f 100644 --- a/clients/client-route-53/commands/GetTrafficPolicyInstanceCountCommand.ts +++ b/clients/client-route-53/commands/GetTrafficPolicyInstanceCountCommand.ts @@ -25,7 +25,7 @@ export interface GetTrafficPolicyInstanceCountCommandOutput /** *

Gets the number of traffic policy instances that are associated with the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, GetTrafficPolicyInstanceCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, GetTrafficPolicyInstanceCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListGeoLocationsCommand.ts b/clients/client-route-53/commands/ListGeoLocationsCommand.ts index 9ae1bb14f4ad..ed21b407aad9 100644 --- a/clients/client-route-53/commands/ListGeoLocationsCommand.ts +++ b/clients/client-route-53/commands/ListGeoLocationsCommand.ts @@ -28,7 +28,7 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse, *

For a list of supported geolocation codes, see the * GeoLocation data type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListGeoLocationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListGeoLocationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListHealthChecksCommand.ts b/clients/client-route-53/commands/ListHealthChecksCommand.ts index 95e346045fb5..f854647f04f9 100644 --- a/clients/client-route-53/commands/ListHealthChecksCommand.ts +++ b/clients/client-route-53/commands/ListHealthChecksCommand.ts @@ -23,7 +23,7 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse, /** *

Retrieve a list of the health checks that are associated with the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListHealthChecksCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListHealthChecksCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListHostedZonesByNameCommand.ts b/clients/client-route-53/commands/ListHostedZonesByNameCommand.ts index 194ceca8cca0..d64d5ed043f5 100644 --- a/clients/client-route-53/commands/ListHostedZonesByNameCommand.ts +++ b/clients/client-route-53/commands/ListHostedZonesByNameCommand.ts @@ -68,7 +68,7 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListHostedZonesByNameCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListHostedZonesByNameCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListHostedZonesByVPCCommand.ts b/clients/client-route-53/commands/ListHostedZonesByVPCCommand.ts index 7df20ee0f64c..06a9d2c27beb 100644 --- a/clients/client-route-53/commands/ListHostedZonesByVPCCommand.ts +++ b/clients/client-route-53/commands/ListHostedZonesByVPCCommand.ts @@ -35,7 +35,7 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListHostedZonesByVPCCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListHostedZonesByVPCCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListHostedZonesCommand.ts b/clients/client-route-53/commands/ListHostedZonesCommand.ts index 9953e57f9ab5..93529e648db7 100644 --- a/clients/client-route-53/commands/ListHostedZonesCommand.ts +++ b/clients/client-route-53/commands/ListHostedZonesCommand.ts @@ -27,7 +27,7 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _ *

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the * maxitems parameter to list them in groups of up to 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListHostedZonesCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListHostedZonesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListQueryLoggingConfigsCommand.ts b/clients/client-route-53/commands/ListQueryLoggingConfigsCommand.ts index 13793ed1432b..5bc2698f18bc 100644 --- a/clients/client-route-53/commands/ListQueryLoggingConfigsCommand.ts +++ b/clients/client-route-53/commands/ListQueryLoggingConfigsCommand.ts @@ -31,7 +31,7 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo * Logging DNS Queries * in the Amazon Route 53 Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListQueryLoggingConfigsCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListQueryLoggingConfigsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListResourceRecordSetsCommand.ts b/clients/client-route-53/commands/ListResourceRecordSetsCommand.ts index 24809f2877ff..6eae784d163f 100644 --- a/clients/client-route-53/commands/ListResourceRecordSetsCommand.ts +++ b/clients/client-route-53/commands/ListResourceRecordSetsCommand.ts @@ -87,7 +87,7 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS * and NextRecordIdentifier (if any) from the response. Then submit another ListResourceRecordSets request, and * specify those values for StartRecordName, StartRecordType, and StartRecordIdentifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListReusableDelegationSetsCommand.ts b/clients/client-route-53/commands/ListReusableDelegationSetsCommand.ts index 7afffcee3829..7b709bb23dc3 100644 --- a/clients/client-route-53/commands/ListReusableDelegationSetsCommand.ts +++ b/clients/client-route-53/commands/ListReusableDelegationSetsCommand.ts @@ -23,7 +23,7 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel /** *

Retrieves a list of the reusable delegation sets that are associated with the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListReusableDelegationSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListReusableDelegationSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListTagsForResourceCommand.ts b/clients/client-route-53/commands/ListTagsForResourceCommand.ts index d4420f9592a9..acf3b8567b9a 100644 --- a/clients/client-route-53/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route-53/commands/ListTagsForResourceCommand.ts @@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Using Cost Allocation Tags * in the AWS Billing and Cost Management User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListTagsForResourcesCommand.ts b/clients/client-route-53/commands/ListTagsForResourcesCommand.ts index 3df88da5d50d..b784b8f2e580 100644 --- a/clients/client-route-53/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route-53/commands/ListTagsForResourcesCommand.ts @@ -26,7 +26,7 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR * Using Cost Allocation Tags * in the AWS Billing and Cost Management User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListTagsForResourcesCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListTagsForResourcesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListTrafficPoliciesCommand.ts b/clients/client-route-53/commands/ListTrafficPoliciesCommand.ts index 4872a1449c5c..77f63c400e24 100644 --- a/clients/client-route-53/commands/ListTrafficPoliciesCommand.ts +++ b/clients/client-route-53/commands/ListTrafficPoliciesCommand.ts @@ -29,7 +29,7 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListTrafficPoliciesCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListTrafficPoliciesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts b/clients/client-route-53/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts index 82446949aa1b..fcbf372ee272 100644 --- a/clients/client-route-53/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +++ b/clients/client-route-53/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts @@ -37,7 +37,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput *

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the * MaxItems parameter to list them in groups of up to 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListTrafficPolicyInstancesByPolicyCommand.ts b/clients/client-route-53/commands/ListTrafficPolicyInstancesByPolicyCommand.ts index 37279ab548d0..6655c798313c 100644 --- a/clients/client-route-53/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +++ b/clients/client-route-53/commands/ListTrafficPolicyInstancesByPolicyCommand.ts @@ -35,7 +35,7 @@ export interface ListTrafficPolicyInstancesByPolicyCommandOutput *

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the * MaxItems parameter to list them in groups of up to 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListTrafficPolicyInstancesCommand.ts b/clients/client-route-53/commands/ListTrafficPolicyInstancesCommand.ts index 53a522ff7205..4d97a0a2cd35 100644 --- a/clients/client-route-53/commands/ListTrafficPolicyInstancesCommand.ts +++ b/clients/client-route-53/commands/ListTrafficPolicyInstancesCommand.ts @@ -29,7 +29,7 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli *

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the * MaxItems parameter to list them in groups of up to 100.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListTrafficPolicyInstancesCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListTrafficPolicyInstancesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListTrafficPolicyVersionsCommand.ts b/clients/client-route-53/commands/ListTrafficPolicyVersionsCommand.ts index db46b694f8b7..bb828a3e139c 100644 --- a/clients/client-route-53/commands/ListTrafficPolicyVersionsCommand.ts +++ b/clients/client-route-53/commands/ListTrafficPolicyVersionsCommand.ts @@ -25,7 +25,7 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic *

Gets information about all of the versions for a specified traffic policy.

*

Traffic policy versions are listed in numerical order by VersionNumber.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListTrafficPolicyVersionsCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListTrafficPolicyVersionsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/ListVPCAssociationAuthorizationsCommand.ts b/clients/client-route-53/commands/ListVPCAssociationAuthorizationsCommand.ts index 8355eb6b53a7..8ea50064956f 100644 --- a/clients/client-route-53/commands/ListVPCAssociationAuthorizationsCommand.ts +++ b/clients/client-route-53/commands/ListVPCAssociationAuthorizationsCommand.ts @@ -29,7 +29,7 @@ export interface ListVPCAssociationAuthorizationsCommandOutput *

The response includes a VPCs element with a VPC child element for each VPC * that can be associated with the hosted zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, ListVPCAssociationAuthorizationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, ListVPCAssociationAuthorizationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/TestDNSAnswerCommand.ts b/clients/client-route-53/commands/TestDNSAnswerCommand.ts index dd58742535af..eb691ce1d83f 100644 --- a/clients/client-route-53/commands/TestDNSAnswerCommand.ts +++ b/clients/client-route-53/commands/TestDNSAnswerCommand.ts @@ -26,7 +26,7 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met * the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

*

This call only supports querying public hosted zones.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, TestDNSAnswerCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, TestDNSAnswerCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/UpdateHealthCheckCommand.ts b/clients/client-route-53/commands/UpdateHealthCheckCommand.ts index b115d29d70fb..15cdfd3b8f43 100644 --- a/clients/client-route-53/commands/UpdateHealthCheckCommand.ts +++ b/clients/client-route-53/commands/UpdateHealthCheckCommand.ts @@ -26,7 +26,7 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons * Creating, Updating, and Deleting Health Checks * in the Amazon Route 53 Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, UpdateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, UpdateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/UpdateHostedZoneCommentCommand.ts b/clients/client-route-53/commands/UpdateHostedZoneCommentCommand.ts index d55ef0320174..3efae198304c 100644 --- a/clients/client-route-53/commands/UpdateHostedZoneCommentCommand.ts +++ b/clients/client-route-53/commands/UpdateHostedZoneCommentCommand.ts @@ -24,7 +24,7 @@ export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCo /** *

Updates the comment for a specified hosted zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, UpdateHostedZoneCommentCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, UpdateHostedZoneCommentCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/UpdateTrafficPolicyCommentCommand.ts b/clients/client-route-53/commands/UpdateTrafficPolicyCommentCommand.ts index 62a8872b712a..28151f071e65 100644 --- a/clients/client-route-53/commands/UpdateTrafficPolicyCommentCommand.ts +++ b/clients/client-route-53/commands/UpdateTrafficPolicyCommentCommand.ts @@ -24,7 +24,7 @@ export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPo /** *

Updates the comment for a specified traffic policy version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, UpdateTrafficPolicyCommentCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, UpdateTrafficPolicyCommentCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route-53/commands/UpdateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/commands/UpdateTrafficPolicyInstanceCommand.ts index cd8a8e5185ef..52b33e3b3677 100644 --- a/clients/client-route-53/commands/UpdateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/commands/UpdateTrafficPolicyInstanceCommand.ts @@ -41,7 +41,7 @@ export interface UpdateTrafficPolicyInstanceCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53Client, UpdateTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import * // const { Route53Client, UpdateTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import diff --git a/clients/client-route53resolver/commands/AssociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/commands/AssociateFirewallRuleGroupCommand.ts index a2e5d1ccf777..b68a31d14c43 100644 --- a/clients/client-route53resolver/commands/AssociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/commands/AssociateFirewallRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa /** *

Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, AssociateFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, AssociateFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/AssociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/commands/AssociateResolverEndpointIpAddressCommand.ts index 96a8be65409a..20572a5759a3 100644 --- a/clients/client-route53resolver/commands/AssociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/commands/AssociateResolverEndpointIpAddressCommand.ts @@ -32,7 +32,7 @@ export interface AssociateResolverEndpointIpAddressCommandOutput * DisassociateResolverEndpointIpAddress. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, AssociateResolverEndpointIpAddressCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, AssociateResolverEndpointIpAddressCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/AssociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/commands/AssociateResolverQueryLogConfigCommand.ts index 3a8d19661636..1b9633643708 100644 --- a/clients/client-route53resolver/commands/AssociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/commands/AssociateResolverQueryLogConfigCommand.ts @@ -35,7 +35,7 @@ export interface AssociateResolverQueryLogConfigCommandOutput * DisassociateResolverQueryLogConfig. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, AssociateResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, AssociateResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/AssociateResolverRuleCommand.ts b/clients/client-route53resolver/commands/AssociateResolverRuleCommand.ts index f188d96519b1..3e1b4c10280e 100644 --- a/clients/client-route53resolver/commands/AssociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/commands/AssociateResolverRuleCommand.ts @@ -26,7 +26,7 @@ export interface AssociateResolverRuleCommandOutput extends AssociateResolverRul * IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see * CreateResolverRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, AssociateResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, AssociateResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/CreateFirewallDomainListCommand.ts b/clients/client-route53resolver/commands/CreateFirewallDomainListCommand.ts index 35cd7d0107e0..35d847a4145e 100644 --- a/clients/client-route53resolver/commands/CreateFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/commands/CreateFirewallDomainListCommand.ts @@ -23,7 +23,7 @@ export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDom /** *

Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using ImportFirewallDomains, or with domain strings, using UpdateFirewallDomains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, CreateFirewallDomainListCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, CreateFirewallDomainListCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/CreateFirewallRuleCommand.ts b/clients/client-route53resolver/commands/CreateFirewallRuleCommand.ts index 196583f1eced..accb34ed3f1b 100644 --- a/clients/client-route53resolver/commands/CreateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/commands/CreateFirewallRuleCommand.ts @@ -23,7 +23,7 @@ export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleRespo /** *

Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, CreateFirewallRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, CreateFirewallRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/CreateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/commands/CreateFirewallRuleGroupCommand.ts index ee88c5853f5c..9b3fdf7aa7ab 100644 --- a/clients/client-route53resolver/commands/CreateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/commands/CreateFirewallRuleGroupCommand.ts @@ -24,7 +24,7 @@ export interface CreateFirewallRuleGroupCommandOutput extends CreateFirewallRule *

Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group * by calling CreateFirewallRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, CreateFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, CreateFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/CreateResolverEndpointCommand.ts b/clients/client-route53resolver/commands/CreateResolverEndpointCommand.ts index c1593c06275b..8189056516ff 100644 --- a/clients/client-route53resolver/commands/CreateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/commands/CreateResolverEndpointCommand.ts @@ -33,7 +33,7 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, CreateResolverEndpointCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, CreateResolverEndpointCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/CreateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/commands/CreateResolverQueryLogConfigCommand.ts index 493aa9d089e0..12bf0ce4d591 100644 --- a/clients/client-route53resolver/commands/CreateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/commands/CreateResolverQueryLogConfigCommand.ts @@ -33,7 +33,7 @@ export interface CreateResolverQueryLogConfigCommandOutput * can then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all * VPCs that are associated with the configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, CreateResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, CreateResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/CreateResolverRuleCommand.ts b/clients/client-route53resolver/commands/CreateResolverRuleCommand.ts index 4e03f76f77a4..eb091ac2be6d 100644 --- a/clients/client-route53resolver/commands/CreateResolverRuleCommand.ts +++ b/clients/client-route53resolver/commands/CreateResolverRuleCommand.ts @@ -24,7 +24,7 @@ export interface CreateResolverRuleCommandOutput extends CreateResolverRuleRespo *

For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, * one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, CreateResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, CreateResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DeleteFirewallDomainListCommand.ts b/clients/client-route53resolver/commands/DeleteFirewallDomainListCommand.ts index 6c9f9f28601b..114988932cc6 100644 --- a/clients/client-route53resolver/commands/DeleteFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/commands/DeleteFirewallDomainListCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDom /** *

Deletes the specified domain list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DeleteFirewallDomainListCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DeleteFirewallDomainListCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DeleteFirewallRuleCommand.ts b/clients/client-route53resolver/commands/DeleteFirewallRuleCommand.ts index 5c3968e0018f..932a2ea9de33 100644 --- a/clients/client-route53resolver/commands/DeleteFirewallRuleCommand.ts +++ b/clients/client-route53resolver/commands/DeleteFirewallRuleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleRespo /** *

Deletes the specified firewall rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DeleteFirewallRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DeleteFirewallRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DeleteFirewallRuleGroupCommand.ts b/clients/client-route53resolver/commands/DeleteFirewallRuleGroupCommand.ts index 5dc07efca05a..b82b4f6ed1ba 100644 --- a/clients/client-route53resolver/commands/DeleteFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/commands/DeleteFirewallRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFirewallRuleGroupCommandOutput extends DeleteFirewallRule /** *

Deletes the specified firewall rule group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DeleteFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DeleteFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DeleteResolverEndpointCommand.ts b/clients/client-route53resolver/commands/DeleteResolverEndpointCommand.ts index cdda90446688..a9b64594b0be 100644 --- a/clients/client-route53resolver/commands/DeleteResolverEndpointCommand.ts +++ b/clients/client-route53resolver/commands/DeleteResolverEndpointCommand.ts @@ -35,7 +35,7 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DeleteResolverEndpointCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DeleteResolverEndpointCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DeleteResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/commands/DeleteResolverQueryLogConfigCommand.ts index 04e2a7a3452a..cdd556aaec2a 100644 --- a/clients/client-route53resolver/commands/DeleteResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/commands/DeleteResolverQueryLogConfigCommand.ts @@ -35,7 +35,7 @@ export interface DeleteResolverQueryLogConfigCommandOutput * that they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically * disassociated from the configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DeleteResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DeleteResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DeleteResolverRuleCommand.ts b/clients/client-route53resolver/commands/DeleteResolverRuleCommand.ts index 935e6bbd8921..c6cc9e85e704 100644 --- a/clients/client-route53resolver/commands/DeleteResolverRuleCommand.ts +++ b/clients/client-route53resolver/commands/DeleteResolverRuleCommand.ts @@ -25,7 +25,7 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo * associated the Resolver rule with. For more information, see * DisassociateResolverRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DeleteResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DeleteResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DisassociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/commands/DisassociateFirewallRuleGroupCommand.ts index 62d2bea9a3b3..3730402be9ca 100644 --- a/clients/client-route53resolver/commands/DisassociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/commands/DisassociateFirewallRuleGroupCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateFirewallRuleGroupCommandOutput /** *

Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DisassociateFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DisassociateFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DisassociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/commands/DisassociateResolverEndpointIpAddressCommand.ts index 1dc0a97ad852..f221c59f06ce 100644 --- a/clients/client-route53resolver/commands/DisassociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/commands/DisassociateResolverEndpointIpAddressCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput * AssociateResolverEndpointIpAddress. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DisassociateResolverEndpointIpAddressCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DisassociateResolverEndpointIpAddressCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DisassociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/commands/DisassociateResolverQueryLogConfigCommand.ts index a6798f633e5a..b32312422f51 100644 --- a/clients/client-route53resolver/commands/DisassociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/commands/DisassociateResolverQueryLogConfigCommand.ts @@ -42,7 +42,7 @@ export interface DisassociateResolverQueryLogConfigCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DisassociateResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DisassociateResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/DisassociateResolverRuleCommand.ts b/clients/client-route53resolver/commands/DisassociateResolverRuleCommand.ts index a7508c222bfe..b812e535bfef 100644 --- a/clients/client-route53resolver/commands/DisassociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/commands/DisassociateResolverRuleCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateResolverRuleCommandOutput extends DisassociateResol * domain name that you specified in the Resolver rule.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, DisassociateResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, DisassociateResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetFirewallConfigCommand.ts b/clients/client-route53resolver/commands/GetFirewallConfigCommand.ts index 4b73fb86ba20..0f7c446293db 100644 --- a/clients/client-route53resolver/commands/GetFirewallConfigCommand.ts +++ b/clients/client-route53resolver/commands/GetFirewallConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetFirewallConfigCommandOutput extends GetFirewallConfigRespons /** *

Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single Amazon virtual private cloud (VPC).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetFirewallConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetFirewallConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetFirewallDomainListCommand.ts b/clients/client-route53resolver/commands/GetFirewallDomainListCommand.ts index 9f49cf684ef4..3c61d7a0ba70 100644 --- a/clients/client-route53resolver/commands/GetFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/commands/GetFirewallDomainListCommand.ts @@ -23,7 +23,7 @@ export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainLis /** *

Retrieves the specified firewall domain list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetFirewallDomainListCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetFirewallDomainListCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/commands/GetFirewallRuleGroupAssociationCommand.ts index 42e10dadfd92..050b7634388b 100644 --- a/clients/client-route53resolver/commands/GetFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/commands/GetFirewallRuleGroupAssociationCommand.ts @@ -25,7 +25,7 @@ export interface GetFirewallRuleGroupAssociationCommandOutput /** *

Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetFirewallRuleGroupAssociationCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetFirewallRuleGroupAssociationCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetFirewallRuleGroupCommand.ts b/clients/client-route53resolver/commands/GetFirewallRuleGroupCommand.ts index a682b514a2d3..960e3381584a 100644 --- a/clients/client-route53resolver/commands/GetFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/commands/GetFirewallRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetFirewallRuleGroupCommandOutput extends GetFirewallRuleGroupR /** *

Retrieves the specified firewall rule group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/commands/GetFirewallRuleGroupPolicyCommand.ts index 2a104865f9ec..0af013f26f33 100644 --- a/clients/client-route53resolver/commands/GetFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/commands/GetFirewallRuleGroupPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetFirewallRuleGroupPolicyCommandOutput extends GetFirewallRule /** *

Returns the AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetFirewallRuleGroupPolicyCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetFirewallRuleGroupPolicyCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverDnssecConfigCommand.ts b/clients/client-route53resolver/commands/GetResolverDnssecConfigCommand.ts index c01770d13475..6bba3efe40c6 100644 --- a/clients/client-route53resolver/commands/GetResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverDnssecConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetResolverDnssecConfigCommandOutput extends GetResolverDnssecC /** *

Gets DNSSEC validation information for a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverDnssecConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverDnssecConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverEndpointCommand.ts b/clients/client-route53resolver/commands/GetResolverEndpointCommand.ts index b89aacb2750d..1d708a4f72cc 100644 --- a/clients/client-route53resolver/commands/GetResolverEndpointCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverEndpointCommand.ts @@ -24,7 +24,7 @@ export interface GetResolverEndpointCommandOutput extends GetResolverEndpointRes *

Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the * current status of the endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverEndpointCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverEndpointCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverQueryLogConfigAssociationCommand.ts b/clients/client-route53resolver/commands/GetResolverQueryLogConfigAssociationCommand.ts index 7c31c92d4955..c3a2ba8a3e62 100644 --- a/clients/client-route53resolver/commands/GetResolverQueryLogConfigAssociationCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverQueryLogConfigAssociationCommand.ts @@ -29,7 +29,7 @@ export interface GetResolverQueryLogConfigAssociationCommandOutput *

Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC * with a query logging configuration, Resolver logs DNS queries that originate in that VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverQueryLogConfigAssociationCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverQueryLogConfigAssociationCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/commands/GetResolverQueryLogConfigCommand.ts index 611fa505f7c6..0a4eddcb1ce4 100644 --- a/clients/client-route53resolver/commands/GetResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverQueryLogConfigCommand.ts @@ -24,7 +24,7 @@ export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQuery *

Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration * is logging queries for and the location that logs are sent to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/commands/GetResolverQueryLogConfigPolicyCommand.ts index 1f989cd4b2f0..a1cff7f857f3 100644 --- a/clients/client-route53resolver/commands/GetResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverQueryLogConfigPolicyCommand.ts @@ -26,7 +26,7 @@ export interface GetResolverQueryLogConfigPolicyCommandOutput *

Gets information about a query logging policy. A query logging policy specifies the Resolver query logging * operations and resources that you want to allow another AWS account to be able to use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverQueryLogConfigPolicyCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverQueryLogConfigPolicyCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverRuleAssociationCommand.ts b/clients/client-route53resolver/commands/GetResolverRuleAssociationCommand.ts index c194021bd1e7..09e5e142876c 100644 --- a/clients/client-route53resolver/commands/GetResolverRuleAssociationCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverRuleAssociationCommand.ts @@ -24,7 +24,7 @@ export interface GetResolverRuleAssociationCommandOutput extends GetResolverRule *

Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using * AssociateResolverRule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverRuleAssociationCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverRuleAssociationCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverRuleCommand.ts b/clients/client-route53resolver/commands/GetResolverRuleCommand.ts index be9f4b8b8ae1..d34802a2dc26 100644 --- a/clients/client-route53resolver/commands/GetResolverRuleCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverRuleCommand.ts @@ -24,7 +24,7 @@ export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, _ *

Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the * outbound Resolver endpoint that the rule is associated with.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/GetResolverRulePolicyCommand.ts b/clients/client-route53resolver/commands/GetResolverRulePolicyCommand.ts index 799ffc0b1357..09ea7e4acfdb 100644 --- a/clients/client-route53resolver/commands/GetResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/commands/GetResolverRulePolicyCommand.ts @@ -24,7 +24,7 @@ export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolic *

Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share * with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, GetResolverRulePolicyCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, GetResolverRulePolicyCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ImportFirewallDomainsCommand.ts b/clients/client-route53resolver/commands/ImportFirewallDomainsCommand.ts index 3e4fe74089ad..81cf97466c72 100644 --- a/clients/client-route53resolver/commands/ImportFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/commands/ImportFirewallDomainsCommand.ts @@ -38,7 +38,7 @@ export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomain * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ImportFirewallDomainsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ImportFirewallDomainsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListFirewallConfigsCommand.ts b/clients/client-route53resolver/commands/ListFirewallConfigsCommand.ts index ebb1b1bde622..7df0e1fd3cb4 100644 --- a/clients/client-route53resolver/commands/ListFirewallConfigsCommand.ts +++ b/clients/client-route53resolver/commands/ListFirewallConfigsCommand.ts @@ -24,7 +24,7 @@ export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsRes *

Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs.

*

A single call might return only a partial list of the configurations. For information, see MaxResults.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListFirewallConfigsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListFirewallConfigsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListFirewallDomainListsCommand.ts b/clients/client-route53resolver/commands/ListFirewallDomainListsCommand.ts index 20cfb9244633..3485dfc8af5a 100644 --- a/clients/client-route53resolver/commands/ListFirewallDomainListsCommand.ts +++ b/clients/client-route53resolver/commands/ListFirewallDomainListsCommand.ts @@ -24,7 +24,7 @@ export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomain *

Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling ListFirewallDomains.

*

A single call to this list operation might return only a partial list of the domain lists. For information, see MaxResults.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListFirewallDomainListsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListFirewallDomainListsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListFirewallDomainsCommand.ts b/clients/client-route53resolver/commands/ListFirewallDomainsCommand.ts index 7d91c69451b7..7ccec7e58c2e 100644 --- a/clients/client-route53resolver/commands/ListFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/commands/ListFirewallDomainsCommand.ts @@ -24,7 +24,7 @@ export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsRes *

Retrieves the domains that you have defined for the specified firewall domain list.

*

A single call might return only a partial list of the domains. For information, see MaxResults.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListFirewallDomainsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListFirewallDomainsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListFirewallRuleGroupAssociationsCommand.ts b/clients/client-route53resolver/commands/ListFirewallRuleGroupAssociationsCommand.ts index af54f78650dd..237d5c5083c2 100644 --- a/clients/client-route53resolver/commands/ListFirewallRuleGroupAssociationsCommand.ts +++ b/clients/client-route53resolver/commands/ListFirewallRuleGroupAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface ListFirewallRuleGroupAssociationsCommandOutput *

Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group.

*

A single call might return only a partial list of the associations. For information, see MaxResults.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListFirewallRuleGroupAssociationsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListFirewallRuleGroupAssociationsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListFirewallRuleGroupsCommand.ts b/clients/client-route53resolver/commands/ListFirewallRuleGroupsCommand.ts index 399124993c42..abea4df0e29b 100644 --- a/clients/client-route53resolver/commands/ListFirewallRuleGroupsCommand.ts +++ b/clients/client-route53resolver/commands/ListFirewallRuleGroupsCommand.ts @@ -24,7 +24,7 @@ export interface ListFirewallRuleGroupsCommandOutput extends ListFirewallRuleGro *

Retrieves the minimal high-level information for the rule groups that you have defined.

*

A single call might return only a partial list of the rule groups. For information, see MaxResults.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListFirewallRuleGroupsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListFirewallRuleGroupsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListFirewallRulesCommand.ts b/clients/client-route53resolver/commands/ListFirewallRulesCommand.ts index 180d12068899..e4ab297d71d0 100644 --- a/clients/client-route53resolver/commands/ListFirewallRulesCommand.ts +++ b/clients/client-route53resolver/commands/ListFirewallRulesCommand.ts @@ -24,7 +24,7 @@ export interface ListFirewallRulesCommandOutput extends ListFirewallRulesRespons *

Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.

*

A single call might return only a partial list of the rules. For information, see MaxResults.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListFirewallRulesCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListFirewallRulesCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListResolverDnssecConfigsCommand.ts b/clients/client-route53resolver/commands/ListResolverDnssecConfigsCommand.ts index 64bba637adc9..e150ac6fabec 100644 --- a/clients/client-route53resolver/commands/ListResolverDnssecConfigsCommand.ts +++ b/clients/client-route53resolver/commands/ListResolverDnssecConfigsCommand.ts @@ -23,7 +23,7 @@ export interface ListResolverDnssecConfigsCommandOutput extends ListResolverDnss /** *

Lists the configurations for DNSSEC validation that are associated with the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListResolverDnssecConfigsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListResolverDnssecConfigsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListResolverEndpointIpAddressesCommand.ts b/clients/client-route53resolver/commands/ListResolverEndpointIpAddressesCommand.ts index 42d0e5ff95ba..1b3d60b112ab 100644 --- a/clients/client-route53resolver/commands/ListResolverEndpointIpAddressesCommand.ts +++ b/clients/client-route53resolver/commands/ListResolverEndpointIpAddressesCommand.ts @@ -25,7 +25,7 @@ export interface ListResolverEndpointIpAddressesCommandOutput /** *

Gets the IP addresses for a specified Resolver endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListResolverEndpointIpAddressesCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListResolverEndpointIpAddressesCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListResolverEndpointsCommand.ts b/clients/client-route53resolver/commands/ListResolverEndpointsCommand.ts index a12fd8bf0b3d..bac51175bf54 100644 --- a/clients/client-route53resolver/commands/ListResolverEndpointsCommand.ts +++ b/clients/client-route53resolver/commands/ListResolverEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface ListResolverEndpointsCommandOutput extends ListResolverEndpoint /** *

Lists all the Resolver endpoints that were created using the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListResolverEndpointsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListResolverEndpointsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListResolverQueryLogConfigAssociationsCommand.ts b/clients/client-route53resolver/commands/ListResolverQueryLogConfigAssociationsCommand.ts index 39221433eb61..334e7deb82cf 100644 --- a/clients/client-route53resolver/commands/ListResolverQueryLogConfigAssociationsCommand.ts +++ b/clients/client-route53resolver/commands/ListResolverQueryLogConfigAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface ListResolverQueryLogConfigAssociationsCommandOutput /** *

Lists information about associations between Amazon VPCs and query logging configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListResolverQueryLogConfigAssociationsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListResolverQueryLogConfigAssociationsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListResolverQueryLogConfigsCommand.ts b/clients/client-route53resolver/commands/ListResolverQueryLogConfigsCommand.ts index bbe832cc3044..852031039f10 100644 --- a/clients/client-route53resolver/commands/ListResolverQueryLogConfigsCommand.ts +++ b/clients/client-route53resolver/commands/ListResolverQueryLogConfigsCommand.ts @@ -26,7 +26,7 @@ export interface ListResolverQueryLogConfigsCommandOutput *

Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save * DNS query logs and specifies the VPCs that you want to log queries for.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListResolverQueryLogConfigsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListResolverQueryLogConfigsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListResolverRuleAssociationsCommand.ts b/clients/client-route53resolver/commands/ListResolverRuleAssociationsCommand.ts index c8e2f0e610ca..1582397532b5 100644 --- a/clients/client-route53resolver/commands/ListResolverRuleAssociationsCommand.ts +++ b/clients/client-route53resolver/commands/ListResolverRuleAssociationsCommand.ts @@ -25,7 +25,7 @@ export interface ListResolverRuleAssociationsCommandOutput /** *

Lists the associations that were created between Resolver rules and VPCs using the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListResolverRuleAssociationsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListResolverRuleAssociationsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListResolverRulesCommand.ts b/clients/client-route53resolver/commands/ListResolverRulesCommand.ts index 6a7d42370000..f2a3750e43a0 100644 --- a/clients/client-route53resolver/commands/ListResolverRulesCommand.ts +++ b/clients/client-route53resolver/commands/ListResolverRulesCommand.ts @@ -23,7 +23,7 @@ export interface ListResolverRulesCommandOutput extends ListResolverRulesRespons /** *

Lists the Resolver rules that were created using the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListResolverRulesCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListResolverRulesCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/ListTagsForResourceCommand.ts b/clients/client-route53resolver/commands/ListTagsForResourceCommand.ts index fcffd144538f..88b4c7c27a24 100644 --- a/clients/client-route53resolver/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53resolver/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags that you associated with the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, ListTagsForResourceCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, ListTagsForResourceCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/PutFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/commands/PutFirewallRuleGroupPolicyCommand.ts index 23bea52a9b6f..a260e52c2f65 100644 --- a/clients/client-route53resolver/commands/PutFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/commands/PutFirewallRuleGroupPolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutFirewallRuleGroupPolicyCommandOutput extends PutFirewallRule /** *

Attaches an AWS Identity and Access Management (AWS IAM) policy for sharing the rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, PutFirewallRuleGroupPolicyCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, PutFirewallRuleGroupPolicyCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/PutResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/commands/PutResolverQueryLogConfigPolicyCommand.ts index c92e1dc48fd4..16cb003bcaf7 100644 --- a/clients/client-route53resolver/commands/PutResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/commands/PutResolverQueryLogConfigPolicyCommand.ts @@ -26,7 +26,7 @@ export interface PutResolverQueryLogConfigPolicyCommandOutput *

Specifies an AWS account that you want to share a query logging configuration with, the query logging configuration that you want to share, * and the operations that you want the account to be able to perform on the configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, PutResolverQueryLogConfigPolicyCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, PutResolverQueryLogConfigPolicyCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/PutResolverRulePolicyCommand.ts b/clients/client-route53resolver/commands/PutResolverRulePolicyCommand.ts index 8c91f969057d..3e1706b7a2ab 100644 --- a/clients/client-route53resolver/commands/PutResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/commands/PutResolverRulePolicyCommand.ts @@ -24,7 +24,7 @@ export interface PutResolverRulePolicyCommandOutput extends PutResolverRulePolic *

Specifies an AWS rule that you want to share with another account, the account that you want to share the rule with, * and the operations that you want the account to be able to perform on the rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, PutResolverRulePolicyCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, PutResolverRulePolicyCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/TagResourceCommand.ts b/clients/client-route53resolver/commands/TagResourceCommand.ts index 618a45079f3b..fbd307beb7e1 100644 --- a/clients/client-route53resolver/commands/TagResourceCommand.ts +++ b/clients/client-route53resolver/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds one or more tags to a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, TagResourceCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, TagResourceCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UntagResourceCommand.ts b/clients/client-route53resolver/commands/UntagResourceCommand.ts index e9ad13f02186..d5f6b08f4d8e 100644 --- a/clients/client-route53resolver/commands/UntagResourceCommand.ts +++ b/clients/client-route53resolver/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UntagResourceCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UntagResourceCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UpdateFirewallConfigCommand.ts b/clients/client-route53resolver/commands/UpdateFirewallConfigCommand.ts index c184c06099e9..b946361b4047 100644 --- a/clients/client-route53resolver/commands/UpdateFirewallConfigCommand.ts +++ b/clients/client-route53resolver/commands/UpdateFirewallConfigCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigR /** *

Updates the configuration of the firewall behavior provided by DNS Firewall for a single Amazon virtual private cloud (VPC).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UpdateFirewallConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UpdateFirewallConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UpdateFirewallDomainsCommand.ts b/clients/client-route53resolver/commands/UpdateFirewallDomainsCommand.ts index 9b4b2a9ffdcf..75c66065d5ef 100644 --- a/clients/client-route53resolver/commands/UpdateFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/commands/UpdateFirewallDomainsCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomain /** *

Updates the firewall domain list from an array of domain specifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UpdateFirewallDomainsCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UpdateFirewallDomainsCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UpdateFirewallRuleCommand.ts b/clients/client-route53resolver/commands/UpdateFirewallRuleCommand.ts index 191df03799dd..ee4e2f9fd989 100644 --- a/clients/client-route53resolver/commands/UpdateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/commands/UpdateFirewallRuleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleRespo /** *

Updates the specified firewall rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UpdateFirewallRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UpdateFirewallRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UpdateFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/commands/UpdateFirewallRuleGroupAssociationCommand.ts index 97c15c5363b3..6aeebbc673e8 100644 --- a/clients/client-route53resolver/commands/UpdateFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/commands/UpdateFirewallRuleGroupAssociationCommand.ts @@ -28,7 +28,7 @@ export interface UpdateFirewallRuleGroupAssociationCommandOutput /** *

Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UpdateFirewallRuleGroupAssociationCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UpdateFirewallRuleGroupAssociationCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UpdateResolverDnssecConfigCommand.ts b/clients/client-route53resolver/commands/UpdateResolverDnssecConfigCommand.ts index c4fb4afec302..f5fc16b4bdb3 100644 --- a/clients/client-route53resolver/commands/UpdateResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/commands/UpdateResolverDnssecConfigCommand.ts @@ -23,7 +23,7 @@ export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverD /** *

Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UpdateResolverDnssecConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UpdateResolverDnssecConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UpdateResolverEndpointCommand.ts b/clients/client-route53resolver/commands/UpdateResolverEndpointCommand.ts index 26986079fe15..b830b10740a0 100644 --- a/clients/client-route53resolver/commands/UpdateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/commands/UpdateResolverEndpointCommand.ts @@ -23,7 +23,7 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo /** *

Updates the name of an inbound or an outbound Resolver endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UpdateResolverEndpointCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UpdateResolverEndpointCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-route53resolver/commands/UpdateResolverRuleCommand.ts b/clients/client-route53resolver/commands/UpdateResolverRuleCommand.ts index 12f5fa3b74e7..fe83b08b7e05 100644 --- a/clients/client-route53resolver/commands/UpdateResolverRuleCommand.ts +++ b/clients/client-route53resolver/commands/UpdateResolverRuleCommand.ts @@ -24,7 +24,7 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo *

Updates settings for a specified Resolver rule. ResolverRuleId is required, and all other parameters are optional. * If you don't specify a parameter, it retains its current value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { Route53ResolverClient, UpdateResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import * // const { Route53ResolverClient, UpdateResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import diff --git a/clients/client-s3-control/commands/CreateAccessPointCommand.ts b/clients/client-s3-control/commands/CreateAccessPointCommand.ts index f72e4f0f7004..8c4f3b4ab4bb 100644 --- a/clients/client-s3-control/commands/CreateAccessPointCommand.ts +++ b/clients/client-s3-control/commands/CreateAccessPointCommand.ts @@ -54,7 +54,7 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, CreateAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, CreateAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/CreateAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/commands/CreateAccessPointForObjectLambdaCommand.ts index 3dee435b3ded..deafe042325b 100644 --- a/clients/client-s3-control/commands/CreateAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/CreateAccessPointForObjectLambdaCommand.ts @@ -45,7 +45,7 @@ export interface CreateAccessPointForObjectLambdaCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, CreateAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, CreateAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/CreateBucketCommand.ts b/clients/client-s3-control/commands/CreateBucketCommand.ts index 26b0858fcaf5..47b0050b0559 100644 --- a/clients/client-s3-control/commands/CreateBucketCommand.ts +++ b/clients/client-s3-control/commands/CreateBucketCommand.ts @@ -73,7 +73,7 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, CreateBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, CreateBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/CreateJobCommand.ts b/clients/client-s3-control/commands/CreateJobCommand.ts index d441f0ad58e6..e734df96a65b 100644 --- a/clients/client-s3-control/commands/CreateJobCommand.ts +++ b/clients/client-s3-control/commands/CreateJobCommand.ts @@ -54,7 +54,7 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, CreateJobCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, CreateJobCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteAccessPointCommand.ts b/clients/client-s3-control/commands/DeleteAccessPointCommand.ts index 2f9ce58e245b..2b1db14bc71d 100644 --- a/clients/client-s3-control/commands/DeleteAccessPointCommand.ts +++ b/clients/client-s3-control/commands/DeleteAccessPointCommand.ts @@ -44,7 +44,7 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/commands/DeleteAccessPointForObjectLambdaCommand.ts index 6044ffa7e11e..71077b0204b3 100644 --- a/clients/client-s3-control/commands/DeleteAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/DeleteAccessPointForObjectLambdaCommand.ts @@ -42,7 +42,7 @@ export interface DeleteAccessPointForObjectLambdaCommandOutput extends __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteAccessPointPolicyCommand.ts b/clients/client-s3-control/commands/DeleteAccessPointPolicyCommand.ts index 6d23e5b837bc..e96973872afc 100644 --- a/clients/client-s3-control/commands/DeleteAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/commands/DeleteAccessPointPolicyCommand.ts @@ -39,7 +39,7 @@ export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer { * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts index e966eaa5ce4f..3e7d9f2ddb61 100644 --- a/clients/client-s3-control/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts @@ -38,7 +38,7 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteBucketCommand.ts b/clients/client-s3-control/commands/DeleteBucketCommand.ts index 675bcc9c0407..e4288fc802bf 100644 --- a/clients/client-s3-control/commands/DeleteBucketCommand.ts +++ b/clients/client-s3-control/commands/DeleteBucketCommand.ts @@ -52,7 +52,7 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/commands/DeleteBucketLifecycleConfigurationCommand.ts index b02249aa45b5..60be7d8ad664 100644 --- a/clients/client-s3-control/commands/DeleteBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/commands/DeleteBucketLifecycleConfigurationCommand.ts @@ -52,7 +52,7 @@ export interface DeleteBucketLifecycleConfigurationCommandOutput extends __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3-control/commands/DeleteBucketPolicyCommand.ts index 6e74d0dfc0b8..166fc2be214a 100644 --- a/clients/client-s3-control/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3-control/commands/DeleteBucketPolicyCommand.ts @@ -64,7 +64,7 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3-control/commands/DeleteBucketTaggingCommand.ts index 7f3ab86bbe73..0bb3fcc738d5 100644 --- a/clients/client-s3-control/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3-control/commands/DeleteBucketTaggingCommand.ts @@ -50,7 +50,7 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteJobTaggingCommand.ts b/clients/client-s3-control/commands/DeleteJobTaggingCommand.ts index bf1a116f1691..f03d54b74c55 100644 --- a/clients/client-s3-control/commands/DeleteJobTaggingCommand.ts +++ b/clients/client-s3-control/commands/DeleteJobTaggingCommand.ts @@ -46,7 +46,7 @@ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3-control/commands/DeletePublicAccessBlockCommand.ts index 14cf2ef720fc..43ae17569e30 100644 --- a/clients/client-s3-control/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3-control/commands/DeletePublicAccessBlockCommand.ts @@ -39,7 +39,7 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer { * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeletePublicAccessBlockCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeletePublicAccessBlockCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteStorageLensConfigurationCommand.ts b/clients/client-s3-control/commands/DeleteStorageLensConfigurationCommand.ts index 8ba956c91008..477771e4f5bb 100644 --- a/clients/client-s3-control/commands/DeleteStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/commands/DeleteStorageLensConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataB * Amazon Simple Storage Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteStorageLensConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteStorageLensConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DeleteStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/commands/DeleteStorageLensConfigurationTaggingCommand.ts index 24f1e6339a1b..ad55139a9481 100644 --- a/clients/client-s3-control/commands/DeleteStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/commands/DeleteStorageLensConfigurationTaggingCommand.ts @@ -39,7 +39,7 @@ export interface DeleteStorageLensConfigurationTaggingCommandOutput * Amazon Simple Storage Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DeleteStorageLensConfigurationTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DeleteStorageLensConfigurationTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/DescribeJobCommand.ts b/clients/client-s3-control/commands/DescribeJobCommand.ts index cfd44bc43c58..41c782a4a4ea 100644 --- a/clients/client-s3-control/commands/DescribeJobCommand.ts +++ b/clients/client-s3-control/commands/DescribeJobCommand.ts @@ -50,7 +50,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, DescribeJobCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, DescribeJobCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetAccessPointCommand.ts b/clients/client-s3-control/commands/GetAccessPointCommand.ts index dab2e7535b4d..9772918ba2fb 100644 --- a/clients/client-s3-control/commands/GetAccessPointCommand.ts +++ b/clients/client-s3-control/commands/GetAccessPointCommand.ts @@ -45,7 +45,7 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts index f021946781b2..45e1eed755e0 100644 --- a/clients/client-s3-control/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts @@ -38,7 +38,7 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetAccessPointConfigurationForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetAccessPointConfigurationForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/commands/GetAccessPointForObjectLambdaCommand.ts index a5221231ffdc..611801527694 100644 --- a/clients/client-s3-control/commands/GetAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/GetAccessPointForObjectLambdaCommand.ts @@ -44,7 +44,7 @@ export interface GetAccessPointForObjectLambdaCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetAccessPointPolicyCommand.ts b/clients/client-s3-control/commands/GetAccessPointPolicyCommand.ts index f00c133a5dfa..af70737da5d0 100644 --- a/clients/client-s3-control/commands/GetAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/commands/GetAccessPointPolicyCommand.ts @@ -37,7 +37,7 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/commands/GetAccessPointPolicyForObjectLambdaCommand.ts index 7d47107bee5c..3f6244f82861 100644 --- a/clients/client-s3-control/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/GetAccessPointPolicyForObjectLambdaCommand.ts @@ -42,7 +42,7 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetAccessPointPolicyStatusCommand.ts b/clients/client-s3-control/commands/GetAccessPointPolicyStatusCommand.ts index 602481854d5d..370273ee5b2e 100644 --- a/clients/client-s3-control/commands/GetAccessPointPolicyStatusCommand.ts +++ b/clients/client-s3-control/commands/GetAccessPointPolicyStatusCommand.ts @@ -24,7 +24,7 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP /** *

Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see Managing Data Access with Amazon S3 Access Points in the Amazon Simple Storage Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetAccessPointPolicyStatusCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetAccessPointPolicyStatusCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts b/clients/client-s3-control/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts index fae297b1d7e1..811d34ad8b10 100644 --- a/clients/client-s3-control/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts @@ -30,7 +30,7 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput /** *

Returns the status of the resource policy associated with an Object Lambda Access Point.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetAccessPointPolicyStatusForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetAccessPointPolicyStatusForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetBucketCommand.ts b/clients/client-s3-control/commands/GetBucketCommand.ts index a024d77a4979..1b5e5d6ff5e4 100644 --- a/clients/client-s3-control/commands/GetBucketCommand.ts +++ b/clients/client-s3-control/commands/GetBucketCommand.ts @@ -51,7 +51,7 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/commands/GetBucketLifecycleConfigurationCommand.ts index 7c5bfc1a380e..094e5bea6676 100644 --- a/clients/client-s3-control/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/commands/GetBucketLifecycleConfigurationCommand.ts @@ -74,7 +74,7 @@ export interface GetBucketLifecycleConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetBucketPolicyCommand.ts b/clients/client-s3-control/commands/GetBucketPolicyCommand.ts index baead5b6794b..818253a58aa4 100644 --- a/clients/client-s3-control/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3-control/commands/GetBucketPolicyCommand.ts @@ -64,7 +64,7 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetBucketTaggingCommand.ts b/clients/client-s3-control/commands/GetBucketTaggingCommand.ts index 2e7aa2e774cd..d909947454cf 100644 --- a/clients/client-s3-control/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3-control/commands/GetBucketTaggingCommand.ts @@ -62,7 +62,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetJobTaggingCommand.ts b/clients/client-s3-control/commands/GetJobTaggingCommand.ts index ef6f272e445a..14ef25ab8187 100644 --- a/clients/client-s3-control/commands/GetJobTaggingCommand.ts +++ b/clients/client-s3-control/commands/GetJobTaggingCommand.ts @@ -47,7 +47,7 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3-control/commands/GetPublicAccessBlockCommand.ts index 3f0ddab2a0a8..3a83fbd8de16 100644 --- a/clients/client-s3-control/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/commands/GetPublicAccessBlockCommand.ts @@ -39,7 +39,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetPublicAccessBlockCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetPublicAccessBlockCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetStorageLensConfigurationCommand.ts b/clients/client-s3-control/commands/GetStorageLensConfigurationCommand.ts index 3a012705e78b..eead5790d461 100644 --- a/clients/client-s3-control/commands/GetStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/commands/GetStorageLensConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens * Amazon Simple Storage Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetStorageLensConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetStorageLensConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/GetStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/commands/GetStorageLensConfigurationTaggingCommand.ts index 265d1ae42027..9df0d54aced0 100644 --- a/clients/client-s3-control/commands/GetStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/commands/GetStorageLensConfigurationTaggingCommand.ts @@ -37,7 +37,7 @@ export interface GetStorageLensConfigurationTaggingCommandOutput * Amazon Simple Storage Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, GetStorageLensConfigurationTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, GetStorageLensConfigurationTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/ListAccessPointsCommand.ts b/clients/client-s3-control/commands/ListAccessPointsCommand.ts index fab177ab2d26..48c54c4b19da 100644 --- a/clients/client-s3-control/commands/ListAccessPointsCommand.ts +++ b/clients/client-s3-control/commands/ListAccessPointsCommand.ts @@ -48,7 +48,7 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, ListAccessPointsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, ListAccessPointsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/ListAccessPointsForObjectLambdaCommand.ts b/clients/client-s3-control/commands/ListAccessPointsForObjectLambdaCommand.ts index 40df98d0df51..3cf824da2c5d 100644 --- a/clients/client-s3-control/commands/ListAccessPointsForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/ListAccessPointsForObjectLambdaCommand.ts @@ -48,7 +48,7 @@ export interface ListAccessPointsForObjectLambdaCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, ListAccessPointsForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, ListAccessPointsForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/ListJobsCommand.ts b/clients/client-s3-control/commands/ListJobsCommand.ts index 7bc7ec73b9e0..20aeeb574ce1 100644 --- a/clients/client-s3-control/commands/ListJobsCommand.ts +++ b/clients/client-s3-control/commands/ListJobsCommand.ts @@ -47,7 +47,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, ListJobsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, ListJobsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/ListRegionalBucketsCommand.ts b/clients/client-s3-control/commands/ListRegionalBucketsCommand.ts index 01f2a77fca13..599df7764c4c 100644 --- a/clients/client-s3-control/commands/ListRegionalBucketsCommand.ts +++ b/clients/client-s3-control/commands/ListRegionalBucketsCommand.ts @@ -28,7 +28,7 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes *

For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts * endpoint hostname prefix and x-amz-outpost-id in your request, see the Examples section.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, ListRegionalBucketsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, ListRegionalBucketsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/ListStorageLensConfigurationsCommand.ts b/clients/client-s3-control/commands/ListStorageLensConfigurationsCommand.ts index 0d90c077645e..6d49abf60847 100644 --- a/clients/client-s3-control/commands/ListStorageLensConfigurationsCommand.ts +++ b/clients/client-s3-control/commands/ListStorageLensConfigurationsCommand.ts @@ -35,7 +35,7 @@ export interface ListStorageLensConfigurationsCommandOutput * Amazon Simple Storage Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, ListStorageLensConfigurationsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, ListStorageLensConfigurationsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts index 82b3bd1069c9..81a3e51bdf17 100644 --- a/clients/client-s3-control/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts @@ -33,7 +33,7 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutAccessPointConfigurationForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutAccessPointConfigurationForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutAccessPointPolicyCommand.ts b/clients/client-s3-control/commands/PutAccessPointPolicyCommand.ts index b4cdf608ac89..57e90bc5826f 100644 --- a/clients/client-s3-control/commands/PutAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/commands/PutAccessPointPolicyCommand.ts @@ -40,7 +40,7 @@ export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/commands/PutAccessPointPolicyForObjectLambdaCommand.ts index 7769ab1f7ab0..131206ca3e72 100644 --- a/clients/client-s3-control/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/commands/PutAccessPointPolicyForObjectLambdaCommand.ts @@ -38,7 +38,7 @@ export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __Meta * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/commands/PutBucketLifecycleConfigurationCommand.ts index be3293f23d32..93787fc26830 100644 --- a/clients/client-s3-control/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/commands/PutBucketLifecycleConfigurationCommand.ts @@ -46,7 +46,7 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutBucketPolicyCommand.ts b/clients/client-s3-control/commands/PutBucketPolicyCommand.ts index 7ea7a748f9e7..821ae33bbaaf 100644 --- a/clients/client-s3-control/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3-control/commands/PutBucketPolicyCommand.ts @@ -62,7 +62,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutBucketTaggingCommand.ts b/clients/client-s3-control/commands/PutBucketTaggingCommand.ts index f3bb419b16e1..a21575d85599 100644 --- a/clients/client-s3-control/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3-control/commands/PutBucketTaggingCommand.ts @@ -107,7 +107,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutJobTaggingCommand.ts b/clients/client-s3-control/commands/PutJobTaggingCommand.ts index 4df08cfad011..e3b3bfe6ca12 100644 --- a/clients/client-s3-control/commands/PutJobTaggingCommand.ts +++ b/clients/client-s3-control/commands/PutJobTaggingCommand.ts @@ -87,7 +87,7 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3-control/commands/PutPublicAccessBlockCommand.ts index 24073de83dda..58f1617b4a0d 100644 --- a/clients/client-s3-control/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/commands/PutPublicAccessBlockCommand.ts @@ -39,7 +39,7 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutPublicAccessBlockCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutPublicAccessBlockCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutStorageLensConfigurationCommand.ts b/clients/client-s3-control/commands/PutStorageLensConfigurationCommand.ts index c77b4d5fef60..e33093af5a5f 100644 --- a/clients/client-s3-control/commands/PutStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/commands/PutStorageLensConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear * Amazon Simple Storage Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutStorageLensConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutStorageLensConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/PutStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/commands/PutStorageLensConfigurationTaggingCommand.ts index 6cf5103fe533..2be5f32ff62c 100644 --- a/clients/client-s3-control/commands/PutStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/commands/PutStorageLensConfigurationTaggingCommand.ts @@ -38,7 +38,7 @@ export interface PutStorageLensConfigurationTaggingCommandOutput * Amazon Simple Storage Service User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, PutStorageLensConfigurationTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, PutStorageLensConfigurationTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/UpdateJobPriorityCommand.ts b/clients/client-s3-control/commands/UpdateJobPriorityCommand.ts index 810978e4db4c..8e3d5c7ec11c 100644 --- a/clients/client-s3-control/commands/UpdateJobPriorityCommand.ts +++ b/clients/client-s3-control/commands/UpdateJobPriorityCommand.ts @@ -49,7 +49,7 @@ export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, UpdateJobPriorityCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, UpdateJobPriorityCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3-control/commands/UpdateJobStatusCommand.ts b/clients/client-s3-control/commands/UpdateJobStatusCommand.ts index 601dba157dde..7e1a9299126a 100644 --- a/clients/client-s3-control/commands/UpdateJobStatusCommand.ts +++ b/clients/client-s3-control/commands/UpdateJobStatusCommand.ts @@ -50,7 +50,7 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3ControlClient, UpdateJobStatusCommand } from "@aws-sdk/client-s3-control"; // ES Modules import * // const { S3ControlClient, UpdateJobStatusCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import diff --git a/clients/client-s3/commands/AbortMultipartUploadCommand.ts b/clients/client-s3/commands/AbortMultipartUploadCommand.ts index 2be3fb3b8279..282c74f1a8b3 100644 --- a/clients/client-s3/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-s3/commands/AbortMultipartUploadCommand.ts @@ -62,7 +62,7 @@ export interface AbortMultipartUploadCommandOutput extends AbortMultipartUploadO * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, AbortMultipartUploadCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, AbortMultipartUploadCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/CompleteMultipartUploadCommand.ts b/clients/client-s3/commands/CompleteMultipartUploadCommand.ts index fa0f33aac23e..14b328571928 100644 --- a/clients/client-s3/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-s3/commands/CompleteMultipartUploadCommand.ts @@ -134,7 +134,7 @@ export interface CompleteMultipartUploadCommandOutput extends CompleteMultipartU * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, CompleteMultipartUploadCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, CompleteMultipartUploadCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/CopyObjectCommand.ts b/clients/client-s3/commands/CopyObjectCommand.ts index 09c7629049e8..5dd0ce77ae51 100644 --- a/clients/client-s3/commands/CopyObjectCommand.ts +++ b/clients/client-s3/commands/CopyObjectCommand.ts @@ -195,7 +195,7 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea *

For more information, see Copying * Objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, CopyObjectCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, CopyObjectCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/CreateBucketCommand.ts b/clients/client-s3/commands/CreateBucketCommand.ts index 68052477f87e..4fe9ba8734df 100644 --- a/clients/client-s3/commands/CreateBucketCommand.ts +++ b/clients/client-s3/commands/CreateBucketCommand.ts @@ -135,7 +135,7 @@ export interface CreateBucketCommandOutput extends CreateBucketOutput, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, CreateBucketCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, CreateBucketCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/CreateMultipartUploadCommand.ts b/clients/client-s3/commands/CreateMultipartUploadCommand.ts index 19e5e06593f7..0c2e1ab53157 100644 --- a/clients/client-s3/commands/CreateMultipartUploadCommand.ts +++ b/clients/client-s3/commands/CreateMultipartUploadCommand.ts @@ -286,7 +286,7 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, CreateMultipartUploadCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, CreateMultipartUploadCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/commands/DeleteBucketAnalyticsConfigurationCommand.ts index b8e7045adc10..06397d80101c 100644 --- a/clients/client-s3/commands/DeleteBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/commands/DeleteBucketAnalyticsConfigurationCommand.ts @@ -53,7 +53,7 @@ export interface DeleteBucketAnalyticsConfigurationCommandOutput extends __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketAnalyticsConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketAnalyticsConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketCommand.ts b/clients/client-s3/commands/DeleteBucketCommand.ts index 3b659ef64b9e..bbaae96c4405 100644 --- a/clients/client-s3/commands/DeleteBucketCommand.ts +++ b/clients/client-s3/commands/DeleteBucketCommand.ts @@ -40,7 +40,7 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketCorsCommand.ts b/clients/client-s3/commands/DeleteBucketCorsCommand.ts index f243546e2ebd..a4350612ca0b 100644 --- a/clients/client-s3/commands/DeleteBucketCorsCommand.ts +++ b/clients/client-s3/commands/DeleteBucketCorsCommand.ts @@ -45,7 +45,7 @@ export interface DeleteBucketCorsCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketCorsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketCorsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketEncryptionCommand.ts b/clients/client-s3/commands/DeleteBucketEncryptionCommand.ts index c55a50e6f5bd..892ab7b0e818 100644 --- a/clients/client-s3/commands/DeleteBucketEncryptionCommand.ts +++ b/clients/client-s3/commands/DeleteBucketEncryptionCommand.ts @@ -47,7 +47,7 @@ export interface DeleteBucketEncryptionCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketEncryptionCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketEncryptionCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts index 89420402c97a..c21bd8428c12 100644 --- a/clients/client-s3/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts @@ -47,7 +47,7 @@ export interface DeleteBucketIntelligentTieringConfigurationCommandOutput extend * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketIntelligentTieringConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketIntelligentTieringConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketInventoryConfigurationCommand.ts b/clients/client-s3/commands/DeleteBucketInventoryConfigurationCommand.ts index f8937b51f315..1a45f5c18168 100644 --- a/clients/client-s3/commands/DeleteBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/commands/DeleteBucketInventoryConfigurationCommand.ts @@ -49,7 +49,7 @@ export interface DeleteBucketInventoryConfigurationCommandOutput extends __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketInventoryConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketInventoryConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketLifecycleCommand.ts b/clients/client-s3/commands/DeleteBucketLifecycleCommand.ts index 98eab71ccd92..a9698f9fe379 100644 --- a/clients/client-s3/commands/DeleteBucketLifecycleCommand.ts +++ b/clients/client-s3/commands/DeleteBucketLifecycleCommand.ts @@ -49,7 +49,7 @@ export interface DeleteBucketLifecycleCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketLifecycleCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketLifecycleCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketMetricsConfigurationCommand.ts b/clients/client-s3/commands/DeleteBucketMetricsConfigurationCommand.ts index 9c62a91be9dc..5e89dcc9b189 100644 --- a/clients/client-s3/commands/DeleteBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/commands/DeleteBucketMetricsConfigurationCommand.ts @@ -59,7 +59,7 @@ export interface DeleteBucketMetricsConfigurationCommandOutput extends __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketMetricsConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketMetricsConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketOwnershipControlsCommand.ts b/clients/client-s3/commands/DeleteBucketOwnershipControlsCommand.ts index 2e3e6b018929..ef5282b5c062 100644 --- a/clients/client-s3/commands/DeleteBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/commands/DeleteBucketOwnershipControlsCommand.ts @@ -42,7 +42,7 @@ export interface DeleteBucketOwnershipControlsCommandOutput extends __MetadataBe * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketOwnershipControlsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketOwnershipControlsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3/commands/DeleteBucketPolicyCommand.ts index 6e5abe6c684e..6d666ed0f1b7 100644 --- a/clients/client-s3/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3/commands/DeleteBucketPolicyCommand.ts @@ -56,7 +56,7 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketPolicyCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketPolicyCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketReplicationCommand.ts b/clients/client-s3/commands/DeleteBucketReplicationCommand.ts index 887fb9c46e3b..40e0a12b3640 100644 --- a/clients/client-s3/commands/DeleteBucketReplicationCommand.ts +++ b/clients/client-s3/commands/DeleteBucketReplicationCommand.ts @@ -50,7 +50,7 @@ export interface DeleteBucketReplicationCommandOutput extends __MetadataBearer { * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketReplicationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketReplicationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3/commands/DeleteBucketTaggingCommand.ts index 83724cefd267..dd5ce245c503 100644 --- a/clients/client-s3/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3/commands/DeleteBucketTaggingCommand.ts @@ -41,7 +41,7 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketTaggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketTaggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteBucketWebsiteCommand.ts b/clients/client-s3/commands/DeleteBucketWebsiteCommand.ts index 9cde0993650b..2fa43f4ac1ef 100644 --- a/clients/client-s3/commands/DeleteBucketWebsiteCommand.ts +++ b/clients/client-s3/commands/DeleteBucketWebsiteCommand.ts @@ -50,7 +50,7 @@ export interface DeleteBucketWebsiteCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteBucketWebsiteCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteBucketWebsiteCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteObjectCommand.ts b/clients/client-s3/commands/DeleteObjectCommand.ts index 9c5bb78b8609..1e014981ffc1 100644 --- a/clients/client-s3/commands/DeleteObjectCommand.ts +++ b/clients/client-s3/commands/DeleteObjectCommand.ts @@ -54,7 +54,7 @@ export interface DeleteObjectCommandOutput extends DeleteObjectOutput, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteObjectCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteObjectCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteObjectTaggingCommand.ts b/clients/client-s3/commands/DeleteObjectTaggingCommand.ts index 9f060f4c3f46..5f914e3e4aad 100644 --- a/clients/client-s3/commands/DeleteObjectTaggingCommand.ts +++ b/clients/client-s3/commands/DeleteObjectTaggingCommand.ts @@ -48,7 +48,7 @@ export interface DeleteObjectTaggingCommandOutput extends DeleteObjectTaggingOut * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteObjectTaggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteObjectTaggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeleteObjectsCommand.ts b/clients/client-s3/commands/DeleteObjectsCommand.ts index 405812a7546c..b8b4efe7658a 100644 --- a/clients/client-s3/commands/DeleteObjectsCommand.ts +++ b/clients/client-s3/commands/DeleteObjectsCommand.ts @@ -81,7 +81,7 @@ export interface DeleteObjectsCommandOutput extends DeleteObjectsOutput, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeleteObjectsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeleteObjectsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3/commands/DeletePublicAccessBlockCommand.ts index a8b9eb5ab4ca..8374ab3b5028 100644 --- a/clients/client-s3/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3/commands/DeletePublicAccessBlockCommand.ts @@ -52,7 +52,7 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer { * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, DeletePublicAccessBlockCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, DeletePublicAccessBlockCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketAccelerateConfigurationCommand.ts b/clients/client-s3/commands/GetBucketAccelerateConfigurationCommand.ts index c9068c494d47..b98d1ac4f535 100644 --- a/clients/client-s3/commands/GetBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/commands/GetBucketAccelerateConfigurationCommand.ts @@ -52,7 +52,7 @@ export interface GetBucketAccelerateConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketAccelerateConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketAccelerateConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketAclCommand.ts b/clients/client-s3/commands/GetBucketAclCommand.ts index 3f5b5f26d998..7ac8902111d3 100644 --- a/clients/client-s3/commands/GetBucketAclCommand.ts +++ b/clients/client-s3/commands/GetBucketAclCommand.ts @@ -39,7 +39,7 @@ export interface GetBucketAclCommandOutput extends GetBucketAclOutput, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketAclCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketAclCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/commands/GetBucketAnalyticsConfigurationCommand.ts index 875b5542d8f0..718fe39da8f8 100644 --- a/clients/client-s3/commands/GetBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/commands/GetBucketAnalyticsConfigurationCommand.ts @@ -55,7 +55,7 @@ export interface GetBucketAnalyticsConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketAnalyticsConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketAnalyticsConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketCorsCommand.ts b/clients/client-s3/commands/GetBucketCorsCommand.ts index d0b8f03d4357..76f9c220408d 100644 --- a/clients/client-s3/commands/GetBucketCorsCommand.ts +++ b/clients/client-s3/commands/GetBucketCorsCommand.ts @@ -44,7 +44,7 @@ export interface GetBucketCorsCommandOutput extends GetBucketCorsOutput, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketCorsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketCorsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketEncryptionCommand.ts b/clients/client-s3/commands/GetBucketEncryptionCommand.ts index 83527987c669..5a3db43c1334 100644 --- a/clients/client-s3/commands/GetBucketEncryptionCommand.ts +++ b/clients/client-s3/commands/GetBucketEncryptionCommand.ts @@ -45,7 +45,7 @@ export interface GetBucketEncryptionCommandOutput extends GetBucketEncryptionOut * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketEncryptionCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketEncryptionCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/commands/GetBucketIntelligentTieringConfigurationCommand.ts index 76791ef5d616..8915e86ecd0e 100644 --- a/clients/client-s3/commands/GetBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/commands/GetBucketIntelligentTieringConfigurationCommand.ts @@ -52,7 +52,7 @@ export interface GetBucketIntelligentTieringConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketIntelligentTieringConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketIntelligentTieringConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketInventoryConfigurationCommand.ts b/clients/client-s3/commands/GetBucketInventoryConfigurationCommand.ts index 0a5b6ff007f3..8d47fce91190 100644 --- a/clients/client-s3/commands/GetBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/commands/GetBucketInventoryConfigurationCommand.ts @@ -55,7 +55,7 @@ export interface GetBucketInventoryConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketInventoryConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketInventoryConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3/commands/GetBucketLifecycleConfigurationCommand.ts index de5393aef51f..7a6bc407ec34 100644 --- a/clients/client-s3/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/commands/GetBucketLifecycleConfigurationCommand.ts @@ -81,7 +81,7 @@ export interface GetBucketLifecycleConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketLocationCommand.ts b/clients/client-s3/commands/GetBucketLocationCommand.ts index 793574c1b0d0..d7d61b9bfe4a 100644 --- a/clients/client-s3/commands/GetBucketLocationCommand.ts +++ b/clients/client-s3/commands/GetBucketLocationCommand.ts @@ -42,7 +42,7 @@ export interface GetBucketLocationCommandOutput extends GetBucketLocationOutput, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketLocationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketLocationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketLoggingCommand.ts b/clients/client-s3/commands/GetBucketLoggingCommand.ts index c91fb0a5a9b8..4971396ec9be 100644 --- a/clients/client-s3/commands/GetBucketLoggingCommand.ts +++ b/clients/client-s3/commands/GetBucketLoggingCommand.ts @@ -39,7 +39,7 @@ export interface GetBucketLoggingCommandOutput extends GetBucketLoggingOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketLoggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketLoggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketMetricsConfigurationCommand.ts b/clients/client-s3/commands/GetBucketMetricsConfigurationCommand.ts index 405a6d692d66..5d7b49e5eaf4 100644 --- a/clients/client-s3/commands/GetBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/commands/GetBucketMetricsConfigurationCommand.ts @@ -62,7 +62,7 @@ export interface GetBucketMetricsConfigurationCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketMetricsConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketMetricsConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketNotificationConfigurationCommand.ts b/clients/client-s3/commands/GetBucketNotificationConfigurationCommand.ts index 24bbf2803edf..913a8588098e 100644 --- a/clients/client-s3/commands/GetBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/commands/GetBucketNotificationConfigurationCommand.ts @@ -44,7 +44,7 @@ export interface GetBucketNotificationConfigurationCommandOutput extends Notific * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketNotificationConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketNotificationConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketOwnershipControlsCommand.ts b/clients/client-s3/commands/GetBucketOwnershipControlsCommand.ts index e54acb051fdc..7deffb629969 100644 --- a/clients/client-s3/commands/GetBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/commands/GetBucketOwnershipControlsCommand.ts @@ -41,7 +41,7 @@ export interface GetBucketOwnershipControlsCommandOutput extends GetBucketOwners * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketOwnershipControlsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketOwnershipControlsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketPolicyCommand.ts b/clients/client-s3/commands/GetBucketPolicyCommand.ts index 72782c7c724c..0257c5c394b3 100644 --- a/clients/client-s3/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3/commands/GetBucketPolicyCommand.ts @@ -50,7 +50,7 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyOutput, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketPolicyCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketPolicyCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketPolicyStatusCommand.ts b/clients/client-s3/commands/GetBucketPolicyStatusCommand.ts index 6ff96c26b138..8da1a478db14 100644 --- a/clients/client-s3/commands/GetBucketPolicyStatusCommand.ts +++ b/clients/client-s3/commands/GetBucketPolicyStatusCommand.ts @@ -54,7 +54,7 @@ export interface GetBucketPolicyStatusCommandOutput extends GetBucketPolicyStatu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketPolicyStatusCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketPolicyStatusCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketReplicationCommand.ts b/clients/client-s3/commands/GetBucketReplicationCommand.ts index 82f0d3989b65..16ceb6c24190 100644 --- a/clients/client-s3/commands/GetBucketReplicationCommand.ts +++ b/clients/client-s3/commands/GetBucketReplicationCommand.ts @@ -58,7 +58,7 @@ export interface GetBucketReplicationCommandOutput extends GetBucketReplicationO * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketReplicationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketReplicationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketRequestPaymentCommand.ts b/clients/client-s3/commands/GetBucketRequestPaymentCommand.ts index dce9d597a3b7..22f1bf8b7689 100644 --- a/clients/client-s3/commands/GetBucketRequestPaymentCommand.ts +++ b/clients/client-s3/commands/GetBucketRequestPaymentCommand.ts @@ -34,7 +34,7 @@ export interface GetBucketRequestPaymentCommandOutput extends GetBucketRequestPa * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketRequestPaymentCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketRequestPaymentCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketTaggingCommand.ts b/clients/client-s3/commands/GetBucketTaggingCommand.ts index 15ed6c6f8991..ad76aa2cbd3f 100644 --- a/clients/client-s3/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3/commands/GetBucketTaggingCommand.ts @@ -55,7 +55,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketTaggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketTaggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketVersioningCommand.ts b/clients/client-s3/commands/GetBucketVersioningCommand.ts index fc53599b16e3..5553baa530d5 100644 --- a/clients/client-s3/commands/GetBucketVersioningCommand.ts +++ b/clients/client-s3/commands/GetBucketVersioningCommand.ts @@ -48,7 +48,7 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningOut * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketVersioningCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketVersioningCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetBucketWebsiteCommand.ts b/clients/client-s3/commands/GetBucketWebsiteCommand.ts index 359c050147fd..6dcde60ff8cb 100644 --- a/clients/client-s3/commands/GetBucketWebsiteCommand.ts +++ b/clients/client-s3/commands/GetBucketWebsiteCommand.ts @@ -44,7 +44,7 @@ export interface GetBucketWebsiteCommandOutput extends GetBucketWebsiteOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetBucketWebsiteCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetBucketWebsiteCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetObjectAclCommand.ts b/clients/client-s3/commands/GetObjectAclCommand.ts index 880e717ad826..6dcdf5f1c887 100644 --- a/clients/client-s3/commands/GetObjectAclCommand.ts +++ b/clients/client-s3/commands/GetObjectAclCommand.ts @@ -50,7 +50,7 @@ export interface GetObjectAclCommandOutput extends GetObjectAclOutput, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetObjectAclCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetObjectAclCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetObjectCommand.ts b/clients/client-s3/commands/GetObjectCommand.ts index ab67a73bd813..f9c3929a6195 100644 --- a/clients/client-s3/commands/GetObjectCommand.ts +++ b/clients/client-s3/commands/GetObjectCommand.ts @@ -195,7 +195,7 @@ export interface GetObjectCommandOutput extends GetObjectOutput, __MetadataBeare * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetObjectCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetObjectCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetObjectLegalHoldCommand.ts b/clients/client-s3/commands/GetObjectLegalHoldCommand.ts index 7fe230ab290b..4596075210ab 100644 --- a/clients/client-s3/commands/GetObjectLegalHoldCommand.ts +++ b/clients/client-s3/commands/GetObjectLegalHoldCommand.ts @@ -25,7 +25,7 @@ export interface GetObjectLegalHoldCommandOutput extends GetObjectLegalHoldOutpu *

Gets an object's current Legal Hold status. For more information, see Locking Objects.

*

This action is not supported by Amazon S3 on Outposts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetObjectLegalHoldCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetObjectLegalHoldCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetObjectLockConfigurationCommand.ts b/clients/client-s3/commands/GetObjectLockConfigurationCommand.ts index 239a27de42b4..41a377b71648 100644 --- a/clients/client-s3/commands/GetObjectLockConfigurationCommand.ts +++ b/clients/client-s3/commands/GetObjectLockConfigurationCommand.ts @@ -27,7 +27,7 @@ export interface GetObjectLockConfigurationCommandOutput extends GetObjectLockCo * bucket. For more information, see Locking * Objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetObjectLockConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetObjectLockConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetObjectRetentionCommand.ts b/clients/client-s3/commands/GetObjectRetentionCommand.ts index 69e167561e79..fbb348cc1bce 100644 --- a/clients/client-s3/commands/GetObjectRetentionCommand.ts +++ b/clients/client-s3/commands/GetObjectRetentionCommand.ts @@ -25,7 +25,7 @@ export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutpu *

Retrieves an object's retention settings. For more information, see Locking Objects.

*

This action is not supported by Amazon S3 on Outposts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetObjectRetentionCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetObjectRetentionCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetObjectTaggingCommand.ts b/clients/client-s3/commands/GetObjectTaggingCommand.ts index c1c15f9f3760..c5c7096eff03 100644 --- a/clients/client-s3/commands/GetObjectTaggingCommand.ts +++ b/clients/client-s3/commands/GetObjectTaggingCommand.ts @@ -51,7 +51,7 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetObjectTaggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetObjectTaggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetObjectTorrentCommand.ts b/clients/client-s3/commands/GetObjectTorrentCommand.ts index 66b508f0548c..c2ab63bf49de 100644 --- a/clients/client-s3/commands/GetObjectTorrentCommand.ts +++ b/clients/client-s3/commands/GetObjectTorrentCommand.ts @@ -40,7 +40,7 @@ export interface GetObjectTorrentCommandOutput extends GetObjectTorrentOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetObjectTorrentCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetObjectTorrentCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3/commands/GetPublicAccessBlockCommand.ts index 1400ca93ff87..db00115c72ab 100644 --- a/clients/client-s3/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3/commands/GetPublicAccessBlockCommand.ts @@ -63,7 +63,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, GetPublicAccessBlockCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, GetPublicAccessBlockCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/HeadBucketCommand.ts b/clients/client-s3/commands/HeadBucketCommand.ts index 4fe753a45fee..c3b3dc61d99f 100644 --- a/clients/client-s3/commands/HeadBucketCommand.ts +++ b/clients/client-s3/commands/HeadBucketCommand.ts @@ -36,7 +36,7 @@ export interface HeadBucketCommandOutput extends __MetadataBearer {} * can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 * Resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, HeadBucketCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, HeadBucketCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/HeadObjectCommand.ts b/clients/client-s3/commands/HeadObjectCommand.ts index d2e3ece0a4a6..2373edb8bf0c 100644 --- a/clients/client-s3/commands/HeadObjectCommand.ts +++ b/clients/client-s3/commands/HeadObjectCommand.ts @@ -136,7 +136,7 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, HeadObjectCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, HeadObjectCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListBucketAnalyticsConfigurationsCommand.ts b/clients/client-s3/commands/ListBucketAnalyticsConfigurationsCommand.ts index 6c54f0dd7dab..f47ed66a1aa2 100644 --- a/clients/client-s3/commands/ListBucketAnalyticsConfigurationsCommand.ts +++ b/clients/client-s3/commands/ListBucketAnalyticsConfigurationsCommand.ts @@ -65,7 +65,7 @@ export interface ListBucketAnalyticsConfigurationsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListBucketAnalyticsConfigurationsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListBucketAnalyticsConfigurationsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListBucketIntelligentTieringConfigurationsCommand.ts b/clients/client-s3/commands/ListBucketIntelligentTieringConfigurationsCommand.ts index f8feb4f67863..380933a5155f 100644 --- a/clients/client-s3/commands/ListBucketIntelligentTieringConfigurationsCommand.ts +++ b/clients/client-s3/commands/ListBucketIntelligentTieringConfigurationsCommand.ts @@ -52,7 +52,7 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListBucketIntelligentTieringConfigurationsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListBucketIntelligentTieringConfigurationsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListBucketInventoryConfigurationsCommand.ts b/clients/client-s3/commands/ListBucketInventoryConfigurationsCommand.ts index 3042f2458056..e9e50e48e534 100644 --- a/clients/client-s3/commands/ListBucketInventoryConfigurationsCommand.ts +++ b/clients/client-s3/commands/ListBucketInventoryConfigurationsCommand.ts @@ -64,7 +64,7 @@ export interface ListBucketInventoryConfigurationsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListBucketInventoryConfigurationsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListBucketInventoryConfigurationsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListBucketMetricsConfigurationsCommand.ts b/clients/client-s3/commands/ListBucketMetricsConfigurationsCommand.ts index 17b6e493d589..476b676e2d70 100644 --- a/clients/client-s3/commands/ListBucketMetricsConfigurationsCommand.ts +++ b/clients/client-s3/commands/ListBucketMetricsConfigurationsCommand.ts @@ -66,7 +66,7 @@ export interface ListBucketMetricsConfigurationsCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListBucketMetricsConfigurationsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListBucketMetricsConfigurationsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListBucketsCommand.ts b/clients/client-s3/commands/ListBucketsCommand.ts index f32c59d7885d..b1843e7a4f82 100644 --- a/clients/client-s3/commands/ListBucketsCommand.ts +++ b/clients/client-s3/commands/ListBucketsCommand.ts @@ -23,7 +23,7 @@ export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataB /** *

Returns a list of all buckets owned by the authenticated sender of the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListBucketsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListBucketsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListMultipartUploadsCommand.ts b/clients/client-s3/commands/ListMultipartUploadsCommand.ts index 07384fe1d835..ab356a633dcc 100644 --- a/clients/client-s3/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-s3/commands/ListMultipartUploadsCommand.ts @@ -74,7 +74,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListMultipartUploadsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListMultipartUploadsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListObjectVersionsCommand.ts b/clients/client-s3/commands/ListObjectVersionsCommand.ts index 5b14f878267f..d1745521ec28 100644 --- a/clients/client-s3/commands/ListObjectVersionsCommand.ts +++ b/clients/client-s3/commands/ListObjectVersionsCommand.ts @@ -62,7 +62,7 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListObjectVersionsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListObjectVersionsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListObjectsCommand.ts b/clients/client-s3/commands/ListObjectsCommand.ts index 33f0426486a7..784220fb1e66 100644 --- a/clients/client-s3/commands/ListObjectsCommand.ts +++ b/clients/client-s3/commands/ListObjectsCommand.ts @@ -61,7 +61,7 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListObjectsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListObjectsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListObjectsV2Command.ts b/clients/client-s3/commands/ListObjectsV2Command.ts index 5f68b84093d7..38f3058f4d53 100644 --- a/clients/client-s3/commands/ListObjectsV2Command.ts +++ b/clients/client-s3/commands/ListObjectsV2Command.ts @@ -62,7 +62,7 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListObjectsV2Command } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListObjectsV2Command } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/ListPartsCommand.ts b/clients/client-s3/commands/ListPartsCommand.ts index add683901dd0..68905affb14c 100644 --- a/clients/client-s3/commands/ListPartsCommand.ts +++ b/clients/client-s3/commands/ListPartsCommand.ts @@ -65,7 +65,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, ListPartsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, ListPartsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketAccelerateConfigurationCommand.ts b/clients/client-s3/commands/PutBucketAccelerateConfigurationCommand.ts index 0b0ff98c1ba5..8d26e2acb57b 100644 --- a/clients/client-s3/commands/PutBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/commands/PutBucketAccelerateConfigurationCommand.ts @@ -69,7 +69,7 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketAccelerateConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketAccelerateConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketAclCommand.ts b/clients/client-s3/commands/PutBucketAclCommand.ts index 602639da1e41..20805d8707af 100644 --- a/clients/client-s3/commands/PutBucketAclCommand.ts +++ b/clients/client-s3/commands/PutBucketAclCommand.ts @@ -214,7 +214,7 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketAclCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketAclCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/commands/PutBucketAnalyticsConfigurationCommand.ts index 2dc868aece4a..93428b5c77bb 100644 --- a/clients/client-s3/commands/PutBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/commands/PutBucketAnalyticsConfigurationCommand.ts @@ -139,7 +139,7 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketAnalyticsConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketAnalyticsConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketCorsCommand.ts b/clients/client-s3/commands/PutBucketCorsCommand.ts index 2b62e3ebfd8d..2162ec126009 100644 --- a/clients/client-s3/commands/PutBucketCorsCommand.ts +++ b/clients/client-s3/commands/PutBucketCorsCommand.ts @@ -81,7 +81,7 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketCorsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketCorsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketEncryptionCommand.ts b/clients/client-s3/commands/PutBucketEncryptionCommand.ts index 8f1110baa95e..5fdf87268580 100644 --- a/clients/client-s3/commands/PutBucketEncryptionCommand.ts +++ b/clients/client-s3/commands/PutBucketEncryptionCommand.ts @@ -56,7 +56,7 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketEncryptionCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketEncryptionCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/commands/PutBucketIntelligentTieringConfigurationCommand.ts index 65acec9b61c5..6140197540b0 100644 --- a/clients/client-s3/commands/PutBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/commands/PutBucketIntelligentTieringConfigurationCommand.ts @@ -107,7 +107,7 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketIntelligentTieringConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketIntelligentTieringConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketInventoryConfigurationCommand.ts b/clients/client-s3/commands/PutBucketInventoryConfigurationCommand.ts index 19b691cb7fc1..40a2d6e5ac9f 100644 --- a/clients/client-s3/commands/PutBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/commands/PutBucketInventoryConfigurationCommand.ts @@ -124,7 +124,7 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketInventoryConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketInventoryConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3/commands/PutBucketLifecycleConfigurationCommand.ts index c0fd6e5761c3..814126f0d134 100644 --- a/clients/client-s3/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/commands/PutBucketLifecycleConfigurationCommand.ts @@ -118,7 +118,7 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketLoggingCommand.ts b/clients/client-s3/commands/PutBucketLoggingCommand.ts index 0189bb9e21e7..f79ff68661d2 100644 --- a/clients/client-s3/commands/PutBucketLoggingCommand.ts +++ b/clients/client-s3/commands/PutBucketLoggingCommand.ts @@ -103,7 +103,7 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketLoggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketLoggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketMetricsConfigurationCommand.ts b/clients/client-s3/commands/PutBucketMetricsConfigurationCommand.ts index f84ca80d49bb..3f4f899b8bff 100644 --- a/clients/client-s3/commands/PutBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/commands/PutBucketMetricsConfigurationCommand.ts @@ -74,7 +74,7 @@ export interface PutBucketMetricsConfigurationCommandOutput extends __MetadataBe * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketMetricsConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketMetricsConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketNotificationConfigurationCommand.ts b/clients/client-s3/commands/PutBucketNotificationConfigurationCommand.ts index 6f97c07cda3f..6993e4c1694e 100644 --- a/clients/client-s3/commands/PutBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/commands/PutBucketNotificationConfigurationCommand.ts @@ -85,7 +85,7 @@ export interface PutBucketNotificationConfigurationCommandOutput extends __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketNotificationConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketNotificationConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketOwnershipControlsCommand.ts b/clients/client-s3/commands/PutBucketOwnershipControlsCommand.ts index 965f65e83974..2d5a38fd6990 100644 --- a/clients/client-s3/commands/PutBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/commands/PutBucketOwnershipControlsCommand.ts @@ -40,7 +40,7 @@ export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBeare * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketOwnershipControlsCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketOwnershipControlsCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketPolicyCommand.ts b/clients/client-s3/commands/PutBucketPolicyCommand.ts index 880e8be3ec69..0f7b07859f92 100644 --- a/clients/client-s3/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3/commands/PutBucketPolicyCommand.ts @@ -57,7 +57,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketPolicyCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketPolicyCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketReplicationCommand.ts b/clients/client-s3/commands/PutBucketReplicationCommand.ts index 0d3e5b9d51e6..b3cb0ad7ea5d 100644 --- a/clients/client-s3/commands/PutBucketReplicationCommand.ts +++ b/clients/client-s3/commands/PutBucketReplicationCommand.ts @@ -88,7 +88,7 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketReplicationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketReplicationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketRequestPaymentCommand.ts b/clients/client-s3/commands/PutBucketRequestPaymentCommand.ts index f0a0ff94d276..58a716093608 100644 --- a/clients/client-s3/commands/PutBucketRequestPaymentCommand.ts +++ b/clients/client-s3/commands/PutBucketRequestPaymentCommand.ts @@ -42,7 +42,7 @@ export interface PutBucketRequestPaymentCommandOutput extends __MetadataBearer { * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketRequestPaymentCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketRequestPaymentCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketTaggingCommand.ts b/clients/client-s3/commands/PutBucketTaggingCommand.ts index b11d9295dc84..706672d9a955 100644 --- a/clients/client-s3/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3/commands/PutBucketTaggingCommand.ts @@ -102,7 +102,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketTaggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketTaggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketVersioningCommand.ts b/clients/client-s3/commands/PutBucketVersioningCommand.ts index 5d82ecc1c3fd..f1d6e62395b9 100644 --- a/clients/client-s3/commands/PutBucketVersioningCommand.ts +++ b/clients/client-s3/commands/PutBucketVersioningCommand.ts @@ -72,7 +72,7 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketVersioningCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketVersioningCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutBucketWebsiteCommand.ts b/clients/client-s3/commands/PutBucketWebsiteCommand.ts index 981fd5a6b631..69f88bd2a3b9 100644 --- a/clients/client-s3/commands/PutBucketWebsiteCommand.ts +++ b/clients/client-s3/commands/PutBucketWebsiteCommand.ts @@ -149,7 +149,7 @@ export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {} * than 50 routing rules, you can use object redirect. For more information, see Configuring an * Object Redirect in the Amazon S3 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutBucketWebsiteCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutBucketWebsiteCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutObjectAclCommand.ts b/clients/client-s3/commands/PutObjectAclCommand.ts index 098eb275dc79..945051a97d4d 100644 --- a/clients/client-s3/commands/PutObjectAclCommand.ts +++ b/clients/client-s3/commands/PutObjectAclCommand.ts @@ -202,7 +202,7 @@ export interface PutObjectAclCommandOutput extends PutObjectAclOutput, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutObjectAclCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutObjectAclCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutObjectCommand.ts b/clients/client-s3/commands/PutObjectCommand.ts index b516ec8c288b..7df5e68333b4 100644 --- a/clients/client-s3/commands/PutObjectCommand.ts +++ b/clients/client-s3/commands/PutObjectCommand.ts @@ -114,7 +114,7 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutObjectCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutObjectCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutObjectLegalHoldCommand.ts b/clients/client-s3/commands/PutObjectLegalHoldCommand.ts index ba4ed696e91a..68f78a6042f7 100644 --- a/clients/client-s3/commands/PutObjectLegalHoldCommand.ts +++ b/clients/client-s3/commands/PutObjectLegalHoldCommand.ts @@ -27,7 +27,7 @@ export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutpu * Objects.

*

This action is not supported by Amazon S3 on Outposts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutObjectLegalHoldCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutObjectLegalHoldCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutObjectLockConfigurationCommand.ts b/clients/client-s3/commands/PutObjectLockConfigurationCommand.ts index ed0a1ce7ef8d..d030a3566cad 100644 --- a/clients/client-s3/commands/PutObjectLockConfigurationCommand.ts +++ b/clients/client-s3/commands/PutObjectLockConfigurationCommand.ts @@ -44,7 +44,7 @@ export interface PutObjectLockConfigurationCommandOutput extends PutObjectLockCo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutObjectLockConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutObjectLockConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutObjectRetentionCommand.ts b/clients/client-s3/commands/PutObjectRetentionCommand.ts index 055310040280..c710d83c7242 100644 --- a/clients/client-s3/commands/PutObjectRetentionCommand.ts +++ b/clients/client-s3/commands/PutObjectRetentionCommand.ts @@ -26,7 +26,7 @@ export interface PutObjectRetentionCommandOutput extends PutObjectRetentionOutpu *

*

This action is not supported by Amazon S3 on Outposts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutObjectRetentionCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutObjectRetentionCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutObjectTaggingCommand.ts b/clients/client-s3/commands/PutObjectTaggingCommand.ts index 81604bef0ada..9bbfe49bdab3 100644 --- a/clients/client-s3/commands/PutObjectTaggingCommand.ts +++ b/clients/client-s3/commands/PutObjectTaggingCommand.ts @@ -127,7 +127,7 @@ export interface PutObjectTaggingCommandOutput extends PutObjectTaggingOutput, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutObjectTaggingCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutObjectTaggingCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3/commands/PutPublicAccessBlockCommand.ts index 984339c7c472..cfbad3d2b648 100644 --- a/clients/client-s3/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3/commands/PutPublicAccessBlockCommand.ts @@ -68,7 +68,7 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, PutPublicAccessBlockCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, PutPublicAccessBlockCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/RestoreObjectCommand.ts b/clients/client-s3/commands/RestoreObjectCommand.ts index c65c42eaaa40..0355342f667b 100644 --- a/clients/client-s3/commands/RestoreObjectCommand.ts +++ b/clients/client-s3/commands/RestoreObjectCommand.ts @@ -316,7 +316,7 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, RestoreObjectCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, RestoreObjectCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/SelectObjectContentCommand.ts b/clients/client-s3/commands/SelectObjectContentCommand.ts index e2ab55298442..946bca8464e8 100644 --- a/clients/client-s3/commands/SelectObjectContentCommand.ts +++ b/clients/client-s3/commands/SelectObjectContentCommand.ts @@ -143,7 +143,7 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, SelectObjectContentCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, SelectObjectContentCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/UploadPartCommand.ts b/clients/client-s3/commands/UploadPartCommand.ts index 2c0a5623dbbd..fa9d89525abc 100644 --- a/clients/client-s3/commands/UploadPartCommand.ts +++ b/clients/client-s3/commands/UploadPartCommand.ts @@ -171,7 +171,7 @@ export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, UploadPartCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, UploadPartCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/UploadPartCopyCommand.ts b/clients/client-s3/commands/UploadPartCopyCommand.ts index 4ff2f7133034..2cfdee7f8e74 100644 --- a/clients/client-s3/commands/UploadPartCopyCommand.ts +++ b/clients/client-s3/commands/UploadPartCopyCommand.ts @@ -204,7 +204,7 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, UploadPartCopyCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, UploadPartCopyCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3/commands/WriteGetObjectResponseCommand.ts b/clients/client-s3/commands/WriteGetObjectResponseCommand.ts index 28ec4bf082c8..1a1ac348ee26 100644 --- a/clients/client-s3/commands/WriteGetObjectResponseCommand.ts +++ b/clients/client-s3/commands/WriteGetObjectResponseCommand.ts @@ -52,7 +52,7 @@ export interface WriteGetObjectResponseCommandOutput extends __MetadataBearer {} *

Example 3: Decompression - The Lambda function S3ObjectLambdaDecompression, is equipped to decompress objects stored in S3 in one of six compressed file formats including bzip2, gzip, snappy, zlib, zstandard and ZIP.

*

For information on how to view and use these functions, see Using AWS built Lambda functions in the Amazon S3 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3Client, WriteGetObjectResponseCommand } from "@aws-sdk/client-s3"; // ES Modules import * // const { S3Client, WriteGetObjectResponseCommand } = require("@aws-sdk/client-s3"); // CommonJS import diff --git a/clients/client-s3outposts/commands/CreateEndpointCommand.ts b/clients/client-s3outposts/commands/CreateEndpointCommand.ts index 4c6bb788c92d..69b1651c1efb 100644 --- a/clients/client-s3outposts/commands/CreateEndpointCommand.ts +++ b/clients/client-s3outposts/commands/CreateEndpointCommand.ts @@ -40,7 +40,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResult, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3OutpostsClient, CreateEndpointCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import * // const { S3OutpostsClient, CreateEndpointCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import diff --git a/clients/client-s3outposts/commands/DeleteEndpointCommand.ts b/clients/client-s3outposts/commands/DeleteEndpointCommand.ts index 60abc844a181..1b89e7e51182 100644 --- a/clients/client-s3outposts/commands/DeleteEndpointCommand.ts +++ b/clients/client-s3outposts/commands/DeleteEndpointCommand.ts @@ -41,7 +41,7 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3OutpostsClient, DeleteEndpointCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import * // const { S3OutpostsClient, DeleteEndpointCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import diff --git a/clients/client-s3outposts/commands/ListEndpointsCommand.ts b/clients/client-s3outposts/commands/ListEndpointsCommand.ts index 1e5e41969101..a843918b293c 100644 --- a/clients/client-s3outposts/commands/ListEndpointsCommand.ts +++ b/clients/client-s3outposts/commands/ListEndpointsCommand.ts @@ -41,7 +41,7 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResult, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { S3OutpostsClient, ListEndpointsCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import * // const { S3OutpostsClient, ListEndpointsCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import diff --git a/clients/client-sagemaker-a2i-runtime/commands/DeleteHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/commands/DeleteHumanLoopCommand.ts index b2159540619a..8dde70280df3 100644 --- a/clients/client-sagemaker-a2i-runtime/commands/DeleteHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/commands/DeleteHumanLoopCommand.ts @@ -27,7 +27,7 @@ export interface DeleteHumanLoopCommandOutput extends DeleteHumanLoopResponse, _ /** *

Deletes the specified human loop for a flow definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerA2IRuntimeClient, DeleteHumanLoopCommand } from "@aws-sdk/client-sagemaker-a2i-runtime"; // ES Modules import * // const { SageMakerA2IRuntimeClient, DeleteHumanLoopCommand } = require("@aws-sdk/client-sagemaker-a2i-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-a2i-runtime/commands/DescribeHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/commands/DescribeHumanLoopCommand.ts index 060c4f9db8cd..4df68d546408 100644 --- a/clients/client-sagemaker-a2i-runtime/commands/DescribeHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/commands/DescribeHumanLoopCommand.ts @@ -27,7 +27,7 @@ export interface DescribeHumanLoopCommandOutput extends DescribeHumanLoopRespons /** *

Returns information about the specified human loop.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerA2IRuntimeClient, DescribeHumanLoopCommand } from "@aws-sdk/client-sagemaker-a2i-runtime"; // ES Modules import * // const { SageMakerA2IRuntimeClient, DescribeHumanLoopCommand } = require("@aws-sdk/client-sagemaker-a2i-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-a2i-runtime/commands/ListHumanLoopsCommand.ts b/clients/client-sagemaker-a2i-runtime/commands/ListHumanLoopsCommand.ts index 11b517672a4c..5f721638c49c 100644 --- a/clients/client-sagemaker-a2i-runtime/commands/ListHumanLoopsCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/commands/ListHumanLoopsCommand.ts @@ -27,7 +27,7 @@ export interface ListHumanLoopsCommandOutput extends ListHumanLoopsResponse, __M /** *

Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerA2IRuntimeClient, ListHumanLoopsCommand } from "@aws-sdk/client-sagemaker-a2i-runtime"; // ES Modules import * // const { SageMakerA2IRuntimeClient, ListHumanLoopsCommand } = require("@aws-sdk/client-sagemaker-a2i-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-a2i-runtime/commands/StartHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/commands/StartHumanLoopCommand.ts index c33acce4f368..b3991672a493 100644 --- a/clients/client-sagemaker-a2i-runtime/commands/StartHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/commands/StartHumanLoopCommand.ts @@ -27,7 +27,7 @@ export interface StartHumanLoopCommandOutput extends StartHumanLoopResponse, __M /** *

Starts a human loop, provided that at least one activation condition is met.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerA2IRuntimeClient, StartHumanLoopCommand } from "@aws-sdk/client-sagemaker-a2i-runtime"; // ES Modules import * // const { SageMakerA2IRuntimeClient, StartHumanLoopCommand } = require("@aws-sdk/client-sagemaker-a2i-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-a2i-runtime/commands/StopHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/commands/StopHumanLoopCommand.ts index 3253e92b5479..5a3b63a3a0ca 100644 --- a/clients/client-sagemaker-a2i-runtime/commands/StopHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/commands/StopHumanLoopCommand.ts @@ -27,7 +27,7 @@ export interface StopHumanLoopCommandOutput extends StopHumanLoopResponse, __Met /** *

Stops the specified human loop.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerA2IRuntimeClient, StopHumanLoopCommand } from "@aws-sdk/client-sagemaker-a2i-runtime"; // ES Modules import * // const { SageMakerA2IRuntimeClient, StopHumanLoopCommand } = require("@aws-sdk/client-sagemaker-a2i-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-edge/commands/GetDeviceRegistrationCommand.ts b/clients/client-sagemaker-edge/commands/GetDeviceRegistrationCommand.ts index 8d045d351a39..5b744939f078 100644 --- a/clients/client-sagemaker-edge/commands/GetDeviceRegistrationCommand.ts +++ b/clients/client-sagemaker-edge/commands/GetDeviceRegistrationCommand.ts @@ -23,7 +23,7 @@ export interface GetDeviceRegistrationCommandOutput extends GetDeviceRegistratio /** *

Use to check if a device is registered with SageMaker Edge Manager.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SagemakerEdgeClient, GetDeviceRegistrationCommand } from "@aws-sdk/client-sagemaker-edge"; // ES Modules import * // const { SagemakerEdgeClient, GetDeviceRegistrationCommand } = require("@aws-sdk/client-sagemaker-edge"); // CommonJS import diff --git a/clients/client-sagemaker-edge/commands/SendHeartbeatCommand.ts b/clients/client-sagemaker-edge/commands/SendHeartbeatCommand.ts index 1b16223a7e23..3a6e9973e64f 100644 --- a/clients/client-sagemaker-edge/commands/SendHeartbeatCommand.ts +++ b/clients/client-sagemaker-edge/commands/SendHeartbeatCommand.ts @@ -23,7 +23,7 @@ export interface SendHeartbeatCommandOutput extends __MetadataBearer {} /** *

Use to get the current status of devices registered on SageMaker Edge Manager.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SagemakerEdgeClient, SendHeartbeatCommand } from "@aws-sdk/client-sagemaker-edge"; // ES Modules import * // const { SagemakerEdgeClient, SendHeartbeatCommand } = require("@aws-sdk/client-sagemaker-edge"); // CommonJS import diff --git a/clients/client-sagemaker-featurestore-runtime/commands/DeleteRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/commands/DeleteRecordCommand.ts index 6a17c187f870..b9a6c64f1424 100644 --- a/clients/client-sagemaker-featurestore-runtime/commands/DeleteRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/commands/DeleteRecordCommand.ts @@ -29,7 +29,7 @@ export interface DeleteRecordCommandOutput extends __MetadataBearer {} * up in the OfflineStore when the DeleteRecord API is called. This * record will have a value of True in the is_deleted column.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerFeatureStoreRuntimeClient, DeleteRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import * // const { SageMakerFeatureStoreRuntimeClient, DeleteRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-featurestore-runtime/commands/GetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/commands/GetRecordCommand.ts index 18b3965a66f3..2baeb4e05e87 100644 --- a/clients/client-sagemaker-featurestore-runtime/commands/GetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/commands/GetRecordCommand.ts @@ -29,7 +29,7 @@ export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBea * latest records stored in the OnlineStore can be retrieved. If no Record with * RecordIdentifierValue is found, then an empty result is returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerFeatureStoreRuntimeClient, GetRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import * // const { SageMakerFeatureStoreRuntimeClient, GetRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-featurestore-runtime/commands/PutRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/commands/PutRecordCommand.ts index cf877ebe068a..dd38464c49c3 100644 --- a/clients/client-sagemaker-featurestore-runtime/commands/PutRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/commands/PutRecordCommand.ts @@ -31,7 +31,7 @@ export interface PutRecordCommandOutput extends __MetadataBearer {} * both the OnlineStore and OfflineStore. If the record is a * historic record, it is written only to the OfflineStore.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerFeatureStoreRuntimeClient, PutRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import * // const { SageMakerFeatureStoreRuntimeClient, PutRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import diff --git a/clients/client-sagemaker-runtime/commands/InvokeEndpointCommand.ts b/clients/client-sagemaker-runtime/commands/InvokeEndpointCommand.ts index 958c90c5c82d..2c09fa97ab74 100644 --- a/clients/client-sagemaker-runtime/commands/InvokeEndpointCommand.ts +++ b/clients/client-sagemaker-runtime/commands/InvokeEndpointCommand.ts @@ -42,7 +42,7 @@ export interface InvokeEndpointCommandOutput extends InvokeEndpointOutput, __Met * authentication token that is supplied by the caller.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerRuntimeClient, InvokeEndpointCommand } from "@aws-sdk/client-sagemaker-runtime"; // ES Modules import * // const { SageMakerRuntimeClient, InvokeEndpointCommand } = require("@aws-sdk/client-sagemaker-runtime"); // CommonJS import diff --git a/clients/client-sagemaker/commands/AddAssociationCommand.ts b/clients/client-sagemaker/commands/AddAssociationCommand.ts index d2a9e712d286..1a6673f8ba8d 100644 --- a/clients/client-sagemaker/commands/AddAssociationCommand.ts +++ b/clients/client-sagemaker/commands/AddAssociationCommand.ts @@ -27,7 +27,7 @@ export interface AddAssociationCommandOutput extends AddAssociationResponse, __M * Amazon SageMaker * ML Lineage Tracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, AddAssociationCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, AddAssociationCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/AddTagsCommand.ts b/clients/client-sagemaker/commands/AddTagsCommand.ts index 858306e7c7e6..4e7c32ec3e96 100644 --- a/clients/client-sagemaker/commands/AddTagsCommand.ts +++ b/clients/client-sagemaker/commands/AddTagsCommand.ts @@ -36,7 +36,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, AddTagsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, AddTagsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/AssociateTrialComponentCommand.ts b/clients/client-sagemaker/commands/AssociateTrialComponentCommand.ts index 1605c76e6e81..a78c170f52c9 100644 --- a/clients/client-sagemaker/commands/AssociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/commands/AssociateTrialComponentCommand.ts @@ -24,7 +24,7 @@ export interface AssociateTrialComponentCommandOutput extends AssociateTrialComp *

Associates a trial component with a trial. A trial component can be associated with * multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, AssociateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, AssociateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateActionCommand.ts b/clients/client-sagemaker/commands/CreateActionCommand.ts index 53427327065a..f2dbd1e13b32 100644 --- a/clients/client-sagemaker/commands/CreateActionCommand.ts +++ b/clients/client-sagemaker/commands/CreateActionCommand.ts @@ -27,7 +27,7 @@ export interface CreateActionCommandOutput extends CreateActionResponse, __Metad * Amazon SageMaker * ML Lineage Tracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateAlgorithmCommand.ts b/clients/client-sagemaker/commands/CreateAlgorithmCommand.ts index 3be9b17153bd..3cf79c11e900 100644 --- a/clients/client-sagemaker/commands/CreateAlgorithmCommand.ts +++ b/clients/client-sagemaker/commands/CreateAlgorithmCommand.ts @@ -24,7 +24,7 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M *

Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS * Marketplace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateAppCommand.ts b/clients/client-sagemaker/commands/CreateAppCommand.ts index 940e6f270ea7..229d32dd76d0 100644 --- a/clients/client-sagemaker/commands/CreateAppCommand.ts +++ b/clients/client-sagemaker/commands/CreateAppCommand.ts @@ -23,7 +23,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea * invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel * configurations are selected by the user. A user may have multiple Apps active simultaneously.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateAppImageConfigCommand.ts b/clients/client-sagemaker/commands/CreateAppImageConfigCommand.ts index 7848d5b0e35a..70d26930ce22 100644 --- a/clients/client-sagemaker/commands/CreateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/commands/CreateAppImageConfigCommand.ts @@ -25,7 +25,7 @@ export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigR * configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the * kernels in the image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateArtifactCommand.ts b/clients/client-sagemaker/commands/CreateArtifactCommand.ts index 153ea90b8a0a..03d1033dfca8 100644 --- a/clients/client-sagemaker/commands/CreateArtifactCommand.ts +++ b/clients/client-sagemaker/commands/CreateArtifactCommand.ts @@ -27,7 +27,7 @@ export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __M * Amazon SageMaker * ML Lineage Tracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateAutoMLJobCommand.ts b/clients/client-sagemaker/commands/CreateAutoMLJobCommand.ts index 442045ad27f0..e9f6ae5a844f 100644 --- a/clients/client-sagemaker/commands/CreateAutoMLJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateAutoMLJobCommand.ts @@ -26,7 +26,7 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _ *

For information about how to use Autopilot, see Automate Model * Development with Amazon SageMaker Autopilot.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateCodeRepositoryCommand.ts b/clients/client-sagemaker/commands/CreateCodeRepositoryCommand.ts index 15f2c6485fe9..96e72dd8e671 100644 --- a/clients/client-sagemaker/commands/CreateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/commands/CreateCodeRepositoryCommand.ts @@ -29,7 +29,7 @@ export interface CreateCodeRepositoryCommandOutput extends CreateCodeRepositoryO *

The repository can be hosted either in AWS CodeCommit or in any * other Git repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateCompilationJobCommand.ts b/clients/client-sagemaker/commands/CreateCompilationJobCommand.ts index 6c8d13e58ac6..7ac6d12db9f5 100644 --- a/clients/client-sagemaker/commands/CreateCompilationJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateCompilationJobCommand.ts @@ -54,7 +54,7 @@ export interface CreateCompilationJobCommandOutput extends CreateCompilationJobR * information about a particular model compilation job, use DescribeCompilationJob. To get information about multiple model * compilation jobs, use ListCompilationJobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateCompilationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateCompilationJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateContextCommand.ts b/clients/client-sagemaker/commands/CreateContextCommand.ts index c65e2445e15e..50fceacbcfe1 100644 --- a/clients/client-sagemaker/commands/CreateContextCommand.ts +++ b/clients/client-sagemaker/commands/CreateContextCommand.ts @@ -27,7 +27,7 @@ export interface CreateContextCommandOutput extends CreateContextResponse, __Met * Amazon SageMaker * ML Lineage Tracking.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/CreateDataQualityJobDefinitionCommand.ts index 9596da5f4ff3..ac8923d5b764 100644 --- a/clients/client-sagemaker/commands/CreateDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/CreateDataQualityJobDefinitionCommand.ts @@ -26,7 +26,7 @@ export interface CreateDataQualityJobDefinitionCommandOutput *

Creates a definition for a job that monitors data quality and drift. For information * about model monitor, see Amazon SageMaker Model Monitor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateDataQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateDataQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateDeviceFleetCommand.ts b/clients/client-sagemaker/commands/CreateDeviceFleetCommand.ts index cd660bde65c8..c59470c2e170 100644 --- a/clients/client-sagemaker/commands/CreateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/commands/CreateDeviceFleetCommand.ts @@ -23,7 +23,7 @@ export interface CreateDeviceFleetCommandOutput extends __MetadataBearer {} /** *

Creates a device fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateDeviceFleetCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateDeviceFleetCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateDomainCommand.ts b/clients/client-sagemaker/commands/CreateDomainCommand.ts index 69493edaa1a5..80ec1b90f228 100644 --- a/clients/client-sagemaker/commands/CreateDomainCommand.ts +++ b/clients/client-sagemaker/commands/CreateDomainCommand.ts @@ -65,7 +65,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad * Connect * SageMaker Studio Notebooks to Resources in a VPC.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateDomainCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateDomainCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateEdgePackagingJobCommand.ts b/clients/client-sagemaker/commands/CreateEdgePackagingJobCommand.ts index c64c729f8d1d..d2f200cc262d 100644 --- a/clients/client-sagemaker/commands/CreateEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateEdgePackagingJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateEdgePackagingJobCommandOutput extends __MetadataBearer {} /** *

Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateEdgePackagingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateEdgePackagingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateEndpointCommand.ts b/clients/client-sagemaker/commands/CreateEndpointCommand.ts index bdd5463bc231..c75c9957aef5 100644 --- a/clients/client-sagemaker/commands/CreateEndpointCommand.ts +++ b/clients/client-sagemaker/commands/CreateEndpointCommand.ts @@ -101,7 +101,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointOutput, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateEndpointCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateEndpointCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateEndpointConfigCommand.ts b/clients/client-sagemaker/commands/CreateEndpointConfigCommand.ts index c280e6858095..f13ca1e78ee6 100644 --- a/clients/client-sagemaker/commands/CreateEndpointConfigCommand.ts +++ b/clients/client-sagemaker/commands/CreateEndpointConfigCommand.ts @@ -56,7 +56,7 @@ export interface CreateEndpointConfigCommandOutput extends CreateEndpointConfigO * these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateEndpointConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateEndpointConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateExperimentCommand.ts b/clients/client-sagemaker/commands/CreateExperimentCommand.ts index aaef74b77c09..8fb61f6be106 100644 --- a/clients/client-sagemaker/commands/CreateExperimentCommand.ts +++ b/clients/client-sagemaker/commands/CreateExperimentCommand.ts @@ -39,7 +39,7 @@ export interface CreateExperimentCommandOutput extends CreateExperimentResponse, * list of all the trials associated with an experiment, call the ListTrials * API. To create a trial call the CreateTrial API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateFeatureGroupCommand.ts b/clients/client-sagemaker/commands/CreateFeatureGroupCommand.ts index 97a4e794e179..3c4e674055e6 100644 --- a/clients/client-sagemaker/commands/CreateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/commands/CreateFeatureGroupCommand.ts @@ -35,7 +35,7 @@ export interface CreateFeatureGroupCommandOutput extends CreateFeatureGroupRespo * OfflineStoreConfig to create a FeatureGroup.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateFeatureGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateFeatureGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateFlowDefinitionCommand.ts b/clients/client-sagemaker/commands/CreateFlowDefinitionCommand.ts index 0c79c8dbea7d..aacc35c9232c 100644 --- a/clients/client-sagemaker/commands/CreateFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/CreateFlowDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface CreateFlowDefinitionCommandOutput extends CreateFlowDefinitionR /** *

Creates a flow definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateFlowDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateFlowDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateHumanTaskUiCommand.ts b/clients/client-sagemaker/commands/CreateHumanTaskUiCommand.ts index 3d26755a01b9..74023650c583 100644 --- a/clients/client-sagemaker/commands/CreateHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/commands/CreateHumanTaskUiCommand.ts @@ -23,7 +23,7 @@ export interface CreateHumanTaskUiCommandOutput extends CreateHumanTaskUiRespons /** *

Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateHumanTaskUiCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateHumanTaskUiCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/commands/CreateHyperParameterTuningJobCommand.ts index b7c7e92716e9..830e4845458a 100644 --- a/clients/client-sagemaker/commands/CreateHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateHyperParameterTuningJobCommand.ts @@ -29,7 +29,7 @@ export interface CreateHyperParameterTuningJobCommandOutput * hyperparameter values that result in a model that performs the best, as measured by an * objective metric that you choose.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateHyperParameterTuningJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateHyperParameterTuningJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateImageCommand.ts b/clients/client-sagemaker/commands/CreateImageCommand.ts index dcd931c911d3..dce4b37d2420 100644 --- a/clients/client-sagemaker/commands/CreateImageCommand.ts +++ b/clients/client-sagemaker/commands/CreateImageCommand.ts @@ -25,7 +25,7 @@ export interface CreateImageCommandOutput extends CreateImageResponse, __Metadat * version represents a container image stored in Amazon Container Registry (ECR). For more information, see * Bring your own SageMaker image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateImageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateImageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateImageVersionCommand.ts b/clients/client-sagemaker/commands/CreateImageVersionCommand.ts index 9861c1953a6d..9c0a8b9c7b44 100644 --- a/clients/client-sagemaker/commands/CreateImageVersionCommand.ts +++ b/clients/client-sagemaker/commands/CreateImageVersionCommand.ts @@ -24,7 +24,7 @@ export interface CreateImageVersionCommandOutput extends CreateImageVersionRespo *

Creates a version of the SageMaker image specified by ImageName. The version * represents the Amazon Container Registry (ECR) container image specified by BaseImage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateImageVersionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateImageVersionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateLabelingJobCommand.ts b/clients/client-sagemaker/commands/CreateLabelingJobCommand.ts index e397234c8c2c..48a8ffdaff9b 100644 --- a/clients/client-sagemaker/commands/CreateLabelingJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateLabelingJobCommand.ts @@ -60,7 +60,7 @@ export interface CreateLabelingJobCommandOutput extends CreateLabelingJobRespons * labeling job, see Create a Streaming Labeling * Job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateLabelingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateLabelingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/commands/CreateModelBiasJobDefinitionCommand.ts index eff354a740d3..10c520818bdb 100644 --- a/clients/client-sagemaker/commands/CreateModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/CreateModelBiasJobDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface CreateModelBiasJobDefinitionCommandOutput /** *

Creates the definition for a model bias job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateModelBiasJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateModelBiasJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateModelCommand.ts b/clients/client-sagemaker/commands/CreateModelCommand.ts index 331657688d3b..d6792a27641b 100644 --- a/clients/client-sagemaker/commands/CreateModelCommand.ts +++ b/clients/client-sagemaker/commands/CreateModelCommand.ts @@ -48,7 +48,7 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB * inference code needs. For example, if the inference code access any other AWS resources, * you grant necessary permissions via this role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateModelCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateModelCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/CreateModelExplainabilityJobDefinitionCommand.ts index 9e396d8fc15f..c51ddfc5e225 100644 --- a/clients/client-sagemaker/commands/CreateModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/CreateModelExplainabilityJobDefinitionCommand.ts @@ -29,7 +29,7 @@ export interface CreateModelExplainabilityJobDefinitionCommandOutput /** *

Creates the definition for a model explainability job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateModelExplainabilityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateModelExplainabilityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateModelPackageCommand.ts b/clients/client-sagemaker/commands/CreateModelPackageCommand.ts index a29989e4f9ed..a32be838624b 100644 --- a/clients/client-sagemaker/commands/CreateModelPackageCommand.ts +++ b/clients/client-sagemaker/commands/CreateModelPackageCommand.ts @@ -42,7 +42,7 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateModelPackageGroupCommand.ts b/clients/client-sagemaker/commands/CreateModelPackageGroupCommand.ts index 7edc2f698e1b..62e49cb04f5d 100644 --- a/clients/client-sagemaker/commands/CreateModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/commands/CreateModelPackageGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateModelPackageGroupCommandOutput extends CreateModelPackage /** *

Creates a model group. A model group contains a group of model versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/CreateModelQualityJobDefinitionCommand.ts index 07acdcf05807..e940fb9f8217 100644 --- a/clients/client-sagemaker/commands/CreateModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/CreateModelQualityJobDefinitionCommand.ts @@ -26,7 +26,7 @@ export interface CreateModelQualityJobDefinitionCommandOutput *

Creates a definition for a job that monitors model quality and drift. For information * about model monitor, see Amazon SageMaker Model Monitor.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateModelQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateModelQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateMonitoringScheduleCommand.ts b/clients/client-sagemaker/commands/CreateMonitoringScheduleCommand.ts index b44a21f856d6..c8d68a44e4de 100644 --- a/clients/client-sagemaker/commands/CreateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/commands/CreateMonitoringScheduleCommand.ts @@ -24,7 +24,7 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS *

Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data * captured for an Amazon SageMaker Endoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateNotebookInstanceCommand.ts b/clients/client-sagemaker/commands/CreateNotebookInstanceCommand.ts index aed7b0c870b1..96862ad8d02f 100644 --- a/clients/client-sagemaker/commands/CreateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/commands/CreateNotebookInstanceCommand.ts @@ -59,7 +59,7 @@ export interface CreateNotebookInstanceCommandOutput extends CreateNotebookInsta * validate hosted models.

*

For more information, see How It Works.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/commands/CreateNotebookInstanceLifecycleConfigCommand.ts index 5379e2260bfb..002cdaaaaeb7 100644 --- a/clients/client-sagemaker/commands/CreateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/commands/CreateNotebookInstanceLifecycleConfigCommand.ts @@ -41,7 +41,7 @@ export interface CreateNotebookInstanceLifecycleConfigCommandOutput *

For information about notebook instance lifestyle configurations, see Step * 2.1: (Optional) Customize a Notebook Instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreatePipelineCommand.ts b/clients/client-sagemaker/commands/CreatePipelineCommand.ts index ab83e9a4e376..a06ff98f9780 100644 --- a/clients/client-sagemaker/commands/CreatePipelineCommand.ts +++ b/clients/client-sagemaker/commands/CreatePipelineCommand.ts @@ -23,7 +23,7 @@ export interface CreatePipelineCommandOutput extends CreatePipelineResponse, __M /** *

Creates a pipeline using a JSON pipeline definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreatePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreatePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreatePresignedDomainUrlCommand.ts b/clients/client-sagemaker/commands/CreatePresignedDomainUrlCommand.ts index 907a7f699c69..157a3616a4d1 100644 --- a/clients/client-sagemaker/commands/CreatePresignedDomainUrlCommand.ts +++ b/clients/client-sagemaker/commands/CreatePresignedDomainUrlCommand.ts @@ -31,7 +31,7 @@ export interface CreatePresignedDomainUrlCommandOutput extends CreatePresignedDo * are directed to the AWS console sign-in page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreatePresignedDomainUrlCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreatePresignedDomainUrlCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreatePresignedNotebookInstanceUrlCommand.ts b/clients/client-sagemaker/commands/CreatePresignedNotebookInstanceUrlCommand.ts index 477476223cdc..dc559bf3cdc8 100644 --- a/clients/client-sagemaker/commands/CreatePresignedNotebookInstanceUrlCommand.ts +++ b/clients/client-sagemaker/commands/CreatePresignedNotebookInstanceUrlCommand.ts @@ -42,7 +42,7 @@ export interface CreatePresignedNotebookInstanceUrlCommandOutput * AWS console sign-in page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreatePresignedNotebookInstanceUrlCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreatePresignedNotebookInstanceUrlCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateProcessingJobCommand.ts b/clients/client-sagemaker/commands/CreateProcessingJobCommand.ts index d4f132b97630..35c2c91902bc 100644 --- a/clients/client-sagemaker/commands/CreateProcessingJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateProcessingJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateProcessingJobCommandOutput extends CreateProcessingJobRes /** *

Creates a processing job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateProcessingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateProcessingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateProjectCommand.ts b/clients/client-sagemaker/commands/CreateProjectCommand.ts index 1ee38abb405f..fcb29673a196 100644 --- a/clients/client-sagemaker/commands/CreateProjectCommand.ts +++ b/clients/client-sagemaker/commands/CreateProjectCommand.ts @@ -24,7 +24,7 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad *

Creates a machine learning (ML) project that can contain one or more templates that set * up an ML pipeline from training to deploying an approved model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateTrainingJobCommand.ts b/clients/client-sagemaker/commands/CreateTrainingJobCommand.ts index bb53e8fd8b93..e19c2ac38440 100644 --- a/clients/client-sagemaker/commands/CreateTrainingJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateTrainingJobCommand.ts @@ -91,7 +91,7 @@ export interface CreateTrainingJobCommandOutput extends CreateTrainingJobRespons * *

For more information about Amazon SageMaker, see How It Works.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateTrainingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateTrainingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateTransformJobCommand.ts b/clients/client-sagemaker/commands/CreateTransformJobCommand.ts index dc5c8d00c78a..e13bc0de7675 100644 --- a/clients/client-sagemaker/commands/CreateTransformJobCommand.ts +++ b/clients/client-sagemaker/commands/CreateTransformJobCommand.ts @@ -57,7 +57,7 @@ export interface CreateTransformJobCommandOutput extends CreateTransformJobRespo *

For more information about how batch transformation works, see Batch * Transform.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateTransformJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateTransformJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateTrialCommand.ts b/clients/client-sagemaker/commands/CreateTrialCommand.ts index 5952c1a6fbd9..7803b29edf19 100644 --- a/clients/client-sagemaker/commands/CreateTrialCommand.ts +++ b/clients/client-sagemaker/commands/CreateTrialCommand.ts @@ -33,7 +33,7 @@ export interface CreateTrialCommandOutput extends CreateTrialResponse, __Metadat * trial's properties, call the DescribeTrial API. To create a trial component, * call the CreateTrialComponent API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateTrialComponentCommand.ts b/clients/client-sagemaker/commands/CreateTrialComponentCommand.ts index 409eb9479977..d542bac19932 100644 --- a/clients/client-sagemaker/commands/CreateTrialComponentCommand.ts +++ b/clients/client-sagemaker/commands/CreateTrialComponentCommand.ts @@ -39,7 +39,7 @@ export interface CreateTrialComponentCommandOutput extends CreateTrialComponentR * environments results in an error.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateUserProfileCommand.ts b/clients/client-sagemaker/commands/CreateUserProfileCommand.ts index 403bd8f65140..5469489916f3 100644 --- a/clients/client-sagemaker/commands/CreateUserProfileCommand.ts +++ b/clients/client-sagemaker/commands/CreateUserProfileCommand.ts @@ -29,7 +29,7 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons * user and has a reference to the user's private Amazon Elastic File System (EFS) home directory. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateWorkforceCommand.ts b/clients/client-sagemaker/commands/CreateWorkforceCommand.ts index 4a509baca198..af2ae28eddb0 100644 --- a/clients/client-sagemaker/commands/CreateWorkforceCommand.ts +++ b/clients/client-sagemaker/commands/CreateWorkforceCommand.ts @@ -43,7 +43,7 @@ export interface CreateWorkforceCommandOutput extends CreateWorkforceResponse, _ * For more information, see * Create a Private Workforce (OIDC IdP).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/CreateWorkteamCommand.ts b/clients/client-sagemaker/commands/CreateWorkteamCommand.ts index 8fbd9657396d..874049e854a5 100644 --- a/clients/client-sagemaker/commands/CreateWorkteamCommand.ts +++ b/clients/client-sagemaker/commands/CreateWorkteamCommand.ts @@ -26,7 +26,7 @@ export interface CreateWorkteamCommandOutput extends CreateWorkteamResponse, __M * team.

*

You cannot create more than 25 work teams in an account and region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, CreateWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, CreateWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteActionCommand.ts b/clients/client-sagemaker/commands/DeleteActionCommand.ts index 784ec138827c..58d95193d544 100644 --- a/clients/client-sagemaker/commands/DeleteActionCommand.ts +++ b/clients/client-sagemaker/commands/DeleteActionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteActionCommandOutput extends DeleteActionResponse, __Metad /** *

Deletes an action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteAlgorithmCommand.ts b/clients/client-sagemaker/commands/DeleteAlgorithmCommand.ts index 3b86505d0a15..64213b62848c 100644 --- a/clients/client-sagemaker/commands/DeleteAlgorithmCommand.ts +++ b/clients/client-sagemaker/commands/DeleteAlgorithmCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAlgorithmCommandOutput extends __MetadataBearer {} /** *

Removes the specified algorithm from your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteAppCommand.ts b/clients/client-sagemaker/commands/DeleteAppCommand.ts index d3d3223f43b7..9571f8914fc2 100644 --- a/clients/client-sagemaker/commands/DeleteAppCommand.ts +++ b/clients/client-sagemaker/commands/DeleteAppCommand.ts @@ -20,7 +20,7 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {} /** *

Used to stop and delete an app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteAppImageConfigCommand.ts b/clients/client-sagemaker/commands/DeleteAppImageConfigCommand.ts index 1df768b02dcb..3ce4c6927ed4 100644 --- a/clients/client-sagemaker/commands/DeleteAppImageConfigCommand.ts +++ b/clients/client-sagemaker/commands/DeleteAppImageConfigCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAppImageConfigCommandOutput extends __MetadataBearer {} /** *

Deletes an AppImageConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteArtifactCommand.ts b/clients/client-sagemaker/commands/DeleteArtifactCommand.ts index 89f3b2089961..73f94f180df7 100644 --- a/clients/client-sagemaker/commands/DeleteArtifactCommand.ts +++ b/clients/client-sagemaker/commands/DeleteArtifactCommand.ts @@ -24,7 +24,7 @@ export interface DeleteArtifactCommandOutput extends DeleteArtifactResponse, __M *

Deletes an artifact. Either ArtifactArn or Source must be * specified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteAssociationCommand.ts b/clients/client-sagemaker/commands/DeleteAssociationCommand.ts index e8a53301071b..d3b25f2a0059 100644 --- a/clients/client-sagemaker/commands/DeleteAssociationCommand.ts +++ b/clients/client-sagemaker/commands/DeleteAssociationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationRespons /** *

Deletes an association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteAssociationCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteAssociationCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteCodeRepositoryCommand.ts b/clients/client-sagemaker/commands/DeleteCodeRepositoryCommand.ts index fe8c75b9d625..3fcee283f316 100644 --- a/clients/client-sagemaker/commands/DeleteCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/commands/DeleteCodeRepositoryCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCodeRepositoryCommandOutput extends __MetadataBearer {} /** *

Deletes the specified Git repository from your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteContextCommand.ts b/clients/client-sagemaker/commands/DeleteContextCommand.ts index 334c7c035a5e..bb7ffd11bacc 100644 --- a/clients/client-sagemaker/commands/DeleteContextCommand.ts +++ b/clients/client-sagemaker/commands/DeleteContextCommand.ts @@ -23,7 +23,7 @@ export interface DeleteContextCommandOutput extends DeleteContextResponse, __Met /** *

Deletes an context.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DeleteDataQualityJobDefinitionCommand.ts index e14044e58a5f..d2a88befb777 100644 --- a/clients/client-sagemaker/commands/DeleteDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DeleteDataQualityJobDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDataQualityJobDefinitionCommandOutput extends __MetadataB /** *

Deletes a data quality monitoring job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteDataQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteDataQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteDeviceFleetCommand.ts b/clients/client-sagemaker/commands/DeleteDeviceFleetCommand.ts index ea929d422570..fe925cc25195 100644 --- a/clients/client-sagemaker/commands/DeleteDeviceFleetCommand.ts +++ b/clients/client-sagemaker/commands/DeleteDeviceFleetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDeviceFleetCommandOutput extends __MetadataBearer {} /** *

Deletes a fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteDeviceFleetCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteDeviceFleetCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteDomainCommand.ts b/clients/client-sagemaker/commands/DeleteDomainCommand.ts index 9209feeef750..1949743d150c 100644 --- a/clients/client-sagemaker/commands/DeleteDomainCommand.ts +++ b/clients/client-sagemaker/commands/DeleteDomainCommand.ts @@ -27,7 +27,7 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {} * including data, notebooks, and other artifacts. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteDomainCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteDomainCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteEndpointCommand.ts b/clients/client-sagemaker/commands/DeleteEndpointCommand.ts index 8171d7b09ba6..6f51da2d536f 100644 --- a/clients/client-sagemaker/commands/DeleteEndpointCommand.ts +++ b/clients/client-sagemaker/commands/DeleteEndpointCommand.ts @@ -26,7 +26,7 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {} *

Amazon SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't * need to use the RevokeGrant API call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteEndpointCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteEndpointCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteEndpointConfigCommand.ts b/clients/client-sagemaker/commands/DeleteEndpointConfigCommand.ts index cad549d3269e..fc7b13a0ca96 100644 --- a/clients/client-sagemaker/commands/DeleteEndpointConfigCommand.ts +++ b/clients/client-sagemaker/commands/DeleteEndpointConfigCommand.ts @@ -31,7 +31,7 @@ export interface DeleteEndpointConfigCommandOutput extends __MetadataBearer {} * instance type the endpoint is using. The endpoint must be deleted in order to stop * incurring charges.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteEndpointConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteEndpointConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteExperimentCommand.ts b/clients/client-sagemaker/commands/DeleteExperimentCommand.ts index 204adec31916..ea426febc357 100644 --- a/clients/client-sagemaker/commands/DeleteExperimentCommand.ts +++ b/clients/client-sagemaker/commands/DeleteExperimentCommand.ts @@ -25,7 +25,7 @@ export interface DeleteExperimentCommandOutput extends DeleteExperimentResponse, * first. Use the ListTrials API to get a list of the trials associated with * the experiment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteFeatureGroupCommand.ts b/clients/client-sagemaker/commands/DeleteFeatureGroupCommand.ts index 1904728bd4bb..19b5fb2b729c 100644 --- a/clients/client-sagemaker/commands/DeleteFeatureGroupCommand.ts +++ b/clients/client-sagemaker/commands/DeleteFeatureGroupCommand.ts @@ -28,7 +28,7 @@ export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {} * database and tables that are automatically created for your OfflineStore are * not deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteFeatureGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteFeatureGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteFlowDefinitionCommand.ts b/clients/client-sagemaker/commands/DeleteFlowDefinitionCommand.ts index 27bfe63f48b5..edb067a90db6 100644 --- a/clients/client-sagemaker/commands/DeleteFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DeleteFlowDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFlowDefinitionCommandOutput extends DeleteFlowDefinitionR /** *

Deletes the specified flow definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteFlowDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteFlowDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteHumanTaskUiCommand.ts b/clients/client-sagemaker/commands/DeleteHumanTaskUiCommand.ts index 6d3b87a464a7..99089d5e0154 100644 --- a/clients/client-sagemaker/commands/DeleteHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/commands/DeleteHumanTaskUiCommand.ts @@ -27,7 +27,7 @@ export interface DeleteHumanTaskUiCommandOutput extends DeleteHumanTaskUiRespons * (work task templates) in your account, use . * When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteHumanTaskUiCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteHumanTaskUiCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteImageCommand.ts b/clients/client-sagemaker/commands/DeleteImageCommand.ts index 5532801d32cc..f19772ec9e1d 100644 --- a/clients/client-sagemaker/commands/DeleteImageCommand.ts +++ b/clients/client-sagemaker/commands/DeleteImageCommand.ts @@ -24,7 +24,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat *

Deletes a SageMaker image and all versions of the image. The container images aren't * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteImageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteImageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteImageVersionCommand.ts b/clients/client-sagemaker/commands/DeleteImageVersionCommand.ts index a5f86c5f5db7..0dfeb4adcc1e 100644 --- a/clients/client-sagemaker/commands/DeleteImageVersionCommand.ts +++ b/clients/client-sagemaker/commands/DeleteImageVersionCommand.ts @@ -24,7 +24,7 @@ export interface DeleteImageVersionCommandOutput extends DeleteImageVersionRespo *

Deletes a version of a SageMaker image. The container image the version represents isn't * deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteImageVersionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteImageVersionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DeleteModelBiasJobDefinitionCommand.ts index 8366fcc14367..3c5dbbcbd50d 100644 --- a/clients/client-sagemaker/commands/DeleteModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DeleteModelBiasJobDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteModelBiasJobDefinitionCommandOutput extends __MetadataBea /** *

Deletes an Amazon SageMaker model bias job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteModelBiasJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteModelBiasJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteModelCommand.ts b/clients/client-sagemaker/commands/DeleteModelCommand.ts index 516185226105..b811145b1582 100644 --- a/clients/client-sagemaker/commands/DeleteModelCommand.ts +++ b/clients/client-sagemaker/commands/DeleteModelCommand.ts @@ -26,7 +26,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {} * delete model artifacts, inference code, or the IAM role that you specified when * creating the model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteModelCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteModelCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DeleteModelExplainabilityJobDefinitionCommand.ts index 178c8c44a3b9..5be593cf484b 100644 --- a/clients/client-sagemaker/commands/DeleteModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DeleteModelExplainabilityJobDefinitionCommand.ts @@ -24,7 +24,7 @@ export interface DeleteModelExplainabilityJobDefinitionCommandOutput extends __M /** *

Deletes an Amazon SageMaker model explainability job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteModelExplainabilityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteModelExplainabilityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteModelPackageCommand.ts b/clients/client-sagemaker/commands/DeleteModelPackageCommand.ts index eb093d7722ce..a158aea28e1f 100644 --- a/clients/client-sagemaker/commands/DeleteModelPackageCommand.ts +++ b/clients/client-sagemaker/commands/DeleteModelPackageCommand.ts @@ -25,7 +25,7 @@ export interface DeleteModelPackageCommandOutput extends __MetadataBearer {} *

A model package is used to create Amazon SageMaker models or list on AWS Marketplace. Buyers can * subscribe to model packages listed on AWS Marketplace to create models in Amazon SageMaker.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteModelPackageGroupCommand.ts b/clients/client-sagemaker/commands/DeleteModelPackageGroupCommand.ts index 08c05e99b64b..2a566d7e3e0a 100644 --- a/clients/client-sagemaker/commands/DeleteModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/commands/DeleteModelPackageGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteModelPackageGroupCommandOutput extends __MetadataBearer { /** *

Deletes the specified model group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/commands/DeleteModelPackageGroupPolicyCommand.ts index 97f9ec4742dd..be029f6bf5dd 100644 --- a/clients/client-sagemaker/commands/DeleteModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/commands/DeleteModelPackageGroupPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteModelPackageGroupPolicyCommandOutput extends __MetadataBe /** *

Deletes a model group resource policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteModelPackageGroupPolicyCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteModelPackageGroupPolicyCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DeleteModelQualityJobDefinitionCommand.ts index 683b593e9f7a..0aa807f2f21b 100644 --- a/clients/client-sagemaker/commands/DeleteModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DeleteModelQualityJobDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteModelQualityJobDefinitionCommandOutput extends __Metadata /** *

Deletes the secified model quality monitoring job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteModelQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteModelQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteMonitoringScheduleCommand.ts b/clients/client-sagemaker/commands/DeleteMonitoringScheduleCommand.ts index f56f8d481faf..b7b8dc210af2 100644 --- a/clients/client-sagemaker/commands/DeleteMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/commands/DeleteMonitoringScheduleCommand.ts @@ -24,7 +24,7 @@ export interface DeleteMonitoringScheduleCommandOutput extends __MetadataBearer *

Deletes a monitoring schedule. Also stops the schedule had not already been stopped. * This does not delete the job execution history of the monitoring schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteNotebookInstanceCommand.ts b/clients/client-sagemaker/commands/DeleteNotebookInstanceCommand.ts index 5b589bd6d7cd..427d2ecc7352 100644 --- a/clients/client-sagemaker/commands/DeleteNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/commands/DeleteNotebookInstanceCommand.ts @@ -29,7 +29,7 @@ export interface DeleteNotebookInstanceCommandOutput extends __MetadataBearer {} * associated with the notebook instance.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts index 3f84f6e6e229..bf03dfd85a48 100644 --- a/clients/client-sagemaker/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNotebookInstanceLifecycleConfigCommandOutput extends __Me /** *

Deletes a notebook instance lifecycle configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeletePipelineCommand.ts b/clients/client-sagemaker/commands/DeletePipelineCommand.ts index a127bd76fe71..a614cb83d5ba 100644 --- a/clients/client-sagemaker/commands/DeletePipelineCommand.ts +++ b/clients/client-sagemaker/commands/DeletePipelineCommand.ts @@ -23,7 +23,7 @@ export interface DeletePipelineCommandOutput extends DeletePipelineResponse, __M /** *

Deletes a pipeline if there are no in-progress executions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeletePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeletePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteProjectCommand.ts b/clients/client-sagemaker/commands/DeleteProjectCommand.ts index 719ecc8a11c4..0425ad98583e 100644 --- a/clients/client-sagemaker/commands/DeleteProjectCommand.ts +++ b/clients/client-sagemaker/commands/DeleteProjectCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProjectCommandOutput extends __MetadataBearer {} /** *

Delete the specified project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteTagsCommand.ts b/clients/client-sagemaker/commands/DeleteTagsCommand.ts index 2cc254b602cd..c51ad752a501 100644 --- a/clients/client-sagemaker/commands/DeleteTagsCommand.ts +++ b/clients/client-sagemaker/commands/DeleteTagsCommand.ts @@ -29,7 +29,7 @@ export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBea * launched before you called this API.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteTagsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteTagsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteTrialCommand.ts b/clients/client-sagemaker/commands/DeleteTrialCommand.ts index 17d41b3db037..892b87c4a35d 100644 --- a/clients/client-sagemaker/commands/DeleteTrialCommand.ts +++ b/clients/client-sagemaker/commands/DeleteTrialCommand.ts @@ -25,7 +25,7 @@ export interface DeleteTrialCommandOutput extends DeleteTrialResponse, __Metadat * first. Use the DescribeTrialComponent API to get the list of trial * components.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteTrialComponentCommand.ts b/clients/client-sagemaker/commands/DeleteTrialComponentCommand.ts index 4b1517441e2e..011b2366ce2d 100644 --- a/clients/client-sagemaker/commands/DeleteTrialComponentCommand.ts +++ b/clients/client-sagemaker/commands/DeleteTrialComponentCommand.ts @@ -25,7 +25,7 @@ export interface DeleteTrialComponentCommandOutput extends DeleteTrialComponentR * trials before the trial component can be deleted. To disassociate a trial component from a * trial, call the DisassociateTrialComponent API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteUserProfileCommand.ts b/clients/client-sagemaker/commands/DeleteUserProfileCommand.ts index 9ecae8593c2d..52624fa5b3cb 100644 --- a/clients/client-sagemaker/commands/DeleteUserProfileCommand.ts +++ b/clients/client-sagemaker/commands/DeleteUserProfileCommand.ts @@ -24,7 +24,7 @@ export interface DeleteUserProfileCommandOutput extends __MetadataBearer {} *

Deletes a user profile. When a user profile is deleted, the user loses access to their EFS * volume, including data, notebooks, and other artifacts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteWorkforceCommand.ts b/clients/client-sagemaker/commands/DeleteWorkforceCommand.ts index 5e95d4521d48..fd15f57a8202 100644 --- a/clients/client-sagemaker/commands/DeleteWorkforceCommand.ts +++ b/clients/client-sagemaker/commands/DeleteWorkforceCommand.ts @@ -35,7 +35,7 @@ export interface DeleteWorkforceCommandOutput extends DeleteWorkforceResponse, _ * you will recieve a ResourceInUse error.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeleteWorkteamCommand.ts b/clients/client-sagemaker/commands/DeleteWorkteamCommand.ts index 8bfbec009e4f..2b9616b304fa 100644 --- a/clients/client-sagemaker/commands/DeleteWorkteamCommand.ts +++ b/clients/client-sagemaker/commands/DeleteWorkteamCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWorkteamCommandOutput extends DeleteWorkteamResponse, __M /** *

Deletes an existing work team. This operation can't be undone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeleteWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeleteWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DeregisterDevicesCommand.ts b/clients/client-sagemaker/commands/DeregisterDevicesCommand.ts index 9810430cd236..ba01afc0d661 100644 --- a/clients/client-sagemaker/commands/DeregisterDevicesCommand.ts +++ b/clients/client-sagemaker/commands/DeregisterDevicesCommand.ts @@ -23,7 +23,7 @@ export interface DeregisterDevicesCommandOutput extends __MetadataBearer {} /** *

Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DeregisterDevicesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DeregisterDevicesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeActionCommand.ts b/clients/client-sagemaker/commands/DescribeActionCommand.ts index ff4dbfbec582..1630c3de60e4 100644 --- a/clients/client-sagemaker/commands/DescribeActionCommand.ts +++ b/clients/client-sagemaker/commands/DescribeActionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeActionCommandOutput extends DescribeActionResponse, __M /** *

Describes an action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeAlgorithmCommand.ts b/clients/client-sagemaker/commands/DescribeAlgorithmCommand.ts index d656f590dcc1..246ab34637d5 100644 --- a/clients/client-sagemaker/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-sagemaker/commands/DescribeAlgorithmCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmOutput, /** *

Returns a description of the specified algorithm that is in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeAppCommand.ts b/clients/client-sagemaker/commands/DescribeAppCommand.ts index bc23b1ef0d99..18ca40123767 100644 --- a/clients/client-sagemaker/commands/DescribeAppCommand.ts +++ b/clients/client-sagemaker/commands/DescribeAppCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat /** *

Describes the app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeAppImageConfigCommand.ts b/clients/client-sagemaker/commands/DescribeAppImageConfigCommand.ts index 11fd36bde51a..1c9a1ce424a7 100644 --- a/clients/client-sagemaker/commands/DescribeAppImageConfigCommand.ts +++ b/clients/client-sagemaker/commands/DescribeAppImageConfigCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAppImageConfigCommandOutput extends DescribeAppImageCon /** *

Describes an AppImageConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeArtifactCommand.ts b/clients/client-sagemaker/commands/DescribeArtifactCommand.ts index 0e690ba73037..d74402527120 100644 --- a/clients/client-sagemaker/commands/DescribeArtifactCommand.ts +++ b/clients/client-sagemaker/commands/DescribeArtifactCommand.ts @@ -23,7 +23,7 @@ export interface DescribeArtifactCommandOutput extends DescribeArtifactResponse, /** *

Describes an artifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeAutoMLJobCommand.ts b/clients/client-sagemaker/commands/DescribeAutoMLJobCommand.ts index 2d2590ee53b7..81309fd8b2ee 100644 --- a/clients/client-sagemaker/commands/DescribeAutoMLJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeAutoMLJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAutoMLJobCommandOutput extends DescribeAutoMLJobRespons /** *

Returns information about an Amazon SageMaker AutoML job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeCodeRepositoryCommand.ts b/clients/client-sagemaker/commands/DescribeCodeRepositoryCommand.ts index 4e424f1a0f0e..9979025ee1f7 100644 --- a/clients/client-sagemaker/commands/DescribeCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/commands/DescribeCodeRepositoryCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCodeRepositoryCommandOutput extends DescribeCodeReposit /** *

Gets details about the specified Git repository.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeCompilationJobCommand.ts b/clients/client-sagemaker/commands/DescribeCompilationJobCommand.ts index ec86c03774aa..75417c46ee70 100644 --- a/clients/client-sagemaker/commands/DescribeCompilationJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeCompilationJobCommand.ts @@ -25,7 +25,7 @@ export interface DescribeCompilationJobCommandOutput extends DescribeCompilation *

To create a model compilation job, use CreateCompilationJob. To get * information about multiple model compilation jobs, use ListCompilationJobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeCompilationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeCompilationJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeContextCommand.ts b/clients/client-sagemaker/commands/DescribeContextCommand.ts index a728dd5a3ab4..9cc974589840 100644 --- a/clients/client-sagemaker/commands/DescribeContextCommand.ts +++ b/clients/client-sagemaker/commands/DescribeContextCommand.ts @@ -23,7 +23,7 @@ export interface DescribeContextCommandOutput extends DescribeContextResponse, _ /** *

Describes a context.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DescribeDataQualityJobDefinitionCommand.ts index ef7a792d14fe..9e52b4bb4276 100644 --- a/clients/client-sagemaker/commands/DescribeDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DescribeDataQualityJobDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDataQualityJobDefinitionCommandOutput /** *

Gets the details of a data quality monitoring job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeDataQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeDataQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeDeviceCommand.ts b/clients/client-sagemaker/commands/DescribeDeviceCommand.ts index f1d581449349..36eb759f8eb6 100644 --- a/clients/client-sagemaker/commands/DescribeDeviceCommand.ts +++ b/clients/client-sagemaker/commands/DescribeDeviceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M /** *

Describes the device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeDeviceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeDeviceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeDeviceFleetCommand.ts b/clients/client-sagemaker/commands/DescribeDeviceFleetCommand.ts index 8d510cda505d..f90aa39605f8 100644 --- a/clients/client-sagemaker/commands/DescribeDeviceFleetCommand.ts +++ b/clients/client-sagemaker/commands/DescribeDeviceFleetCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDeviceFleetCommandOutput extends DescribeDeviceFleetRes /** *

A description of the fleet the device belongs to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeDeviceFleetCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeDeviceFleetCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeDomainCommand.ts b/clients/client-sagemaker/commands/DescribeDomainCommand.ts index 27c737d500cd..920990c3c4a3 100644 --- a/clients/client-sagemaker/commands/DescribeDomainCommand.ts +++ b/clients/client-sagemaker/commands/DescribeDomainCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M /** *

The description of the domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeDomainCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeDomainCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeEdgePackagingJobCommand.ts b/clients/client-sagemaker/commands/DescribeEdgePackagingJobCommand.ts index 60382c8569f0..e756cd17cca3 100644 --- a/clients/client-sagemaker/commands/DescribeEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeEdgePackagingJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEdgePackagingJobCommandOutput extends DescribeEdgePacka /** *

A description of edge packaging jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeEdgePackagingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeEdgePackagingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeEndpointCommand.ts b/clients/client-sagemaker/commands/DescribeEndpointCommand.ts index 162eae437bd2..cb562704c38a 100644 --- a/clients/client-sagemaker/commands/DescribeEndpointCommand.ts +++ b/clients/client-sagemaker/commands/DescribeEndpointCommand.ts @@ -23,7 +23,7 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointOutput, _ /** *

Returns the description of an endpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeEndpointCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeEndpointCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeEndpointConfigCommand.ts b/clients/client-sagemaker/commands/DescribeEndpointConfigCommand.ts index edec216b2ca4..fe0ee2569453 100644 --- a/clients/client-sagemaker/commands/DescribeEndpointConfigCommand.ts +++ b/clients/client-sagemaker/commands/DescribeEndpointConfigCommand.ts @@ -24,7 +24,7 @@ export interface DescribeEndpointConfigCommandOutput extends DescribeEndpointCon *

Returns the description of an endpoint configuration created using the * CreateEndpointConfig API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeEndpointConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeEndpointConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeExperimentCommand.ts b/clients/client-sagemaker/commands/DescribeExperimentCommand.ts index ad6ce6906931..ebd77289224b 100644 --- a/clients/client-sagemaker/commands/DescribeExperimentCommand.ts +++ b/clients/client-sagemaker/commands/DescribeExperimentCommand.ts @@ -23,7 +23,7 @@ export interface DescribeExperimentCommandOutput extends DescribeExperimentRespo /** *

Provides a list of an experiment's properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeFeatureGroupCommand.ts b/clients/client-sagemaker/commands/DescribeFeatureGroupCommand.ts index 58a9477912ea..fa7d91483bd2 100644 --- a/clients/client-sagemaker/commands/DescribeFeatureGroupCommand.ts +++ b/clients/client-sagemaker/commands/DescribeFeatureGroupCommand.ts @@ -25,7 +25,7 @@ export interface DescribeFeatureGroupCommandOutput extends DescribeFeatureGroupR * information on the creation time, FeatureGroup name, the unique identifier for * each FeatureGroup, and more.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeFeatureGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeFeatureGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeFlowDefinitionCommand.ts b/clients/client-sagemaker/commands/DescribeFlowDefinitionCommand.ts index 81310dee6a1e..8964d1c952d1 100644 --- a/clients/client-sagemaker/commands/DescribeFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DescribeFlowDefinitionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeFlowDefinitionCommandOutput extends DescribeFlowDefinit /** *

Returns information about the specified flow definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeFlowDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeFlowDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeHumanTaskUiCommand.ts b/clients/client-sagemaker/commands/DescribeHumanTaskUiCommand.ts index c9dd5236124b..788293d6b882 100644 --- a/clients/client-sagemaker/commands/DescribeHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/commands/DescribeHumanTaskUiCommand.ts @@ -23,7 +23,7 @@ export interface DescribeHumanTaskUiCommandOutput extends DescribeHumanTaskUiRes /** *

Returns information about the requested human task user interface (worker task template).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeHumanTaskUiCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeHumanTaskUiCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/commands/DescribeHyperParameterTuningJobCommand.ts index f0d113cd7db6..f42800c2f0a6 100644 --- a/clients/client-sagemaker/commands/DescribeHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeHyperParameterTuningJobCommand.ts @@ -26,7 +26,7 @@ export interface DescribeHyperParameterTuningJobCommandOutput *

Gets * a description of a hyperparameter tuning job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeHyperParameterTuningJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeHyperParameterTuningJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeImageCommand.ts b/clients/client-sagemaker/commands/DescribeImageCommand.ts index 647af073f78a..c971efed964d 100644 --- a/clients/client-sagemaker/commands/DescribeImageCommand.ts +++ b/clients/client-sagemaker/commands/DescribeImageCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImageCommandOutput extends DescribeImageResponse, __Met /** *

Describes a SageMaker image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeImageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeImageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeImageVersionCommand.ts b/clients/client-sagemaker/commands/DescribeImageVersionCommand.ts index cfa6b490029c..896612476048 100644 --- a/clients/client-sagemaker/commands/DescribeImageVersionCommand.ts +++ b/clients/client-sagemaker/commands/DescribeImageVersionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeImageVersionCommandOutput extends DescribeImageVersionR /** *

Describes a version of a SageMaker image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeImageVersionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeImageVersionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeLabelingJobCommand.ts b/clients/client-sagemaker/commands/DescribeLabelingJobCommand.ts index 61c433654330..5b08c1fc5241 100644 --- a/clients/client-sagemaker/commands/DescribeLabelingJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeLabelingJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeLabelingJobCommandOutput extends DescribeLabelingJobRes /** *

Gets information about a labeling job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeLabelingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeLabelingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DescribeModelBiasJobDefinitionCommand.ts index 24bf941b14ee..5de95a3f9c63 100644 --- a/clients/client-sagemaker/commands/DescribeModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DescribeModelBiasJobDefinitionCommand.ts @@ -25,7 +25,7 @@ export interface DescribeModelBiasJobDefinitionCommandOutput /** *

Returns a description of a model bias job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeModelBiasJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeModelBiasJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeModelCommand.ts b/clients/client-sagemaker/commands/DescribeModelCommand.ts index 3acffdfb1965..05f828caa488 100644 --- a/clients/client-sagemaker/commands/DescribeModelCommand.ts +++ b/clients/client-sagemaker/commands/DescribeModelCommand.ts @@ -24,7 +24,7 @@ export interface DescribeModelCommandOutput extends DescribeModelOutput, __Metad *

Describes a model that you created using the CreateModel * API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeModelCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeModelCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DescribeModelExplainabilityJobDefinitionCommand.ts index 32cb5b7931f2..27387124d7ea 100644 --- a/clients/client-sagemaker/commands/DescribeModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DescribeModelExplainabilityJobDefinitionCommand.ts @@ -29,7 +29,7 @@ export interface DescribeModelExplainabilityJobDefinitionCommandOutput /** *

Returns a description of a model explainability job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeModelExplainabilityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeModelExplainabilityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeModelPackageCommand.ts b/clients/client-sagemaker/commands/DescribeModelPackageCommand.ts index 7c412fffecf0..7bdbd3ebe0d4 100644 --- a/clients/client-sagemaker/commands/DescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/commands/DescribeModelPackageCommand.ts @@ -26,7 +26,7 @@ export interface DescribeModelPackageCommandOutput extends DescribeModelPackageO *

To create models in Amazon SageMaker, buyers can subscribe to model packages listed on AWS * Marketplace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeModelPackageGroupCommand.ts b/clients/client-sagemaker/commands/DescribeModelPackageGroupCommand.ts index c30bef78e902..6daca62313ed 100644 --- a/clients/client-sagemaker/commands/DescribeModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/commands/DescribeModelPackageGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeModelPackageGroupCommandOutput extends DescribeModelPac /** *

Gets a description for the specified model group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/commands/DescribeModelQualityJobDefinitionCommand.ts index 70bf0b6030b1..344a01fc614b 100644 --- a/clients/client-sagemaker/commands/DescribeModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/commands/DescribeModelQualityJobDefinitionCommand.ts @@ -28,7 +28,7 @@ export interface DescribeModelQualityJobDefinitionCommandOutput /** *

Returns a description of a model quality job definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeModelQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeModelQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeMonitoringScheduleCommand.ts b/clients/client-sagemaker/commands/DescribeMonitoringScheduleCommand.ts index 47e7c4733a38..cb23137442fb 100644 --- a/clients/client-sagemaker/commands/DescribeMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/commands/DescribeMonitoringScheduleCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitor /** *

Describes the schedule for a monitoring job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeNotebookInstanceCommand.ts b/clients/client-sagemaker/commands/DescribeNotebookInstanceCommand.ts index 930505263464..8a4af72d56aa 100644 --- a/clients/client-sagemaker/commands/DescribeNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/commands/DescribeNotebookInstanceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeNotebookInstanceCommandOutput extends DescribeNotebookI /** *

Returns information about a notebook instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts index 5616e327eb87..dbb78d0b43c5 100644 --- a/clients/client-sagemaker/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts @@ -31,7 +31,7 @@ export interface DescribeNotebookInstanceLifecycleConfigCommandOutput *

For information about notebook instance lifestyle configurations, see Step * 2.1: (Optional) Customize a Notebook Instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribePipelineCommand.ts b/clients/client-sagemaker/commands/DescribePipelineCommand.ts index acb78f7c7737..d50cff55ab5f 100644 --- a/clients/client-sagemaker/commands/DescribePipelineCommand.ts +++ b/clients/client-sagemaker/commands/DescribePipelineCommand.ts @@ -23,7 +23,7 @@ export interface DescribePipelineCommandOutput extends DescribePipelineResponse, /** *

Describes the details of a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribePipelineDefinitionForExecutionCommand.ts b/clients/client-sagemaker/commands/DescribePipelineDefinitionForExecutionCommand.ts index d3d548346be3..0b311fe066ad 100644 --- a/clients/client-sagemaker/commands/DescribePipelineDefinitionForExecutionCommand.ts +++ b/clients/client-sagemaker/commands/DescribePipelineDefinitionForExecutionCommand.ts @@ -29,7 +29,7 @@ export interface DescribePipelineDefinitionForExecutionCommandOutput /** *

Describes the details of an execution's pipeline definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribePipelineDefinitionForExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribePipelineDefinitionForExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribePipelineExecutionCommand.ts b/clients/client-sagemaker/commands/DescribePipelineExecutionCommand.ts index fdd0f9550804..4ff039ed7c22 100644 --- a/clients/client-sagemaker/commands/DescribePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/commands/DescribePipelineExecutionCommand.ts @@ -23,7 +23,7 @@ export interface DescribePipelineExecutionCommandOutput extends DescribePipeline /** *

Describes the details of a pipeline execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribePipelineExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribePipelineExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeProcessingJobCommand.ts b/clients/client-sagemaker/commands/DescribeProcessingJobCommand.ts index d4b47180e224..29132dbb35fc 100644 --- a/clients/client-sagemaker/commands/DescribeProcessingJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeProcessingJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProcessingJobCommandOutput extends DescribeProcessingJo /** *

Returns a description of a processing job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeProcessingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeProcessingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeProjectCommand.ts b/clients/client-sagemaker/commands/DescribeProjectCommand.ts index 9d0033e451d7..31ade247c6a6 100644 --- a/clients/client-sagemaker/commands/DescribeProjectCommand.ts +++ b/clients/client-sagemaker/commands/DescribeProjectCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectOutput, __M /** *

Describes the details of a project.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeSubscribedWorkteamCommand.ts b/clients/client-sagemaker/commands/DescribeSubscribedWorkteamCommand.ts index 40b8dfd2a091..8762eb5f99db 100644 --- a/clients/client-sagemaker/commands/DescribeSubscribedWorkteamCommand.ts +++ b/clients/client-sagemaker/commands/DescribeSubscribedWorkteamCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSubscribedWorkteamCommandOutput extends DescribeSubscri *

Gets information about a work team provided by a vendor. It returns details about the * subscription with a vendor in the AWS Marketplace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeSubscribedWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeSubscribedWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeTrainingJobCommand.ts b/clients/client-sagemaker/commands/DescribeTrainingJobCommand.ts index 5da56a8c39f5..effd0e0e6ef2 100644 --- a/clients/client-sagemaker/commands/DescribeTrainingJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeTrainingJobCommand.ts @@ -29,7 +29,7 @@ export interface DescribeTrainingJobCommandOutput extends DescribeTrainingJobRes * TrainingEndTime, and BillableTimeInSeconds may not be * present in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeTrainingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeTrainingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeTransformJobCommand.ts b/clients/client-sagemaker/commands/DescribeTransformJobCommand.ts index 298080354912..d3b20746bb76 100644 --- a/clients/client-sagemaker/commands/DescribeTransformJobCommand.ts +++ b/clients/client-sagemaker/commands/DescribeTransformJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTransformJobCommandOutput extends DescribeTransformJobR /** *

Returns information about a transform job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeTransformJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeTransformJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeTrialCommand.ts b/clients/client-sagemaker/commands/DescribeTrialCommand.ts index 8ed9e7dab05a..5dc5495d0769 100644 --- a/clients/client-sagemaker/commands/DescribeTrialCommand.ts +++ b/clients/client-sagemaker/commands/DescribeTrialCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTrialCommandOutput extends DescribeTrialResponse, __Met /** *

Provides a list of a trial's properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeTrialComponentCommand.ts b/clients/client-sagemaker/commands/DescribeTrialComponentCommand.ts index 4c9e2fee533a..7b13987b92da 100644 --- a/clients/client-sagemaker/commands/DescribeTrialComponentCommand.ts +++ b/clients/client-sagemaker/commands/DescribeTrialComponentCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTrialComponentCommandOutput extends DescribeTrialCompon /** *

Provides a list of a trials component's properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeUserProfileCommand.ts b/clients/client-sagemaker/commands/DescribeUserProfileCommand.ts index a3e51b048dd6..0015ebd662af 100644 --- a/clients/client-sagemaker/commands/DescribeUserProfileCommand.ts +++ b/clients/client-sagemaker/commands/DescribeUserProfileCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes /** *

Describes a user profile. For more information, see CreateUserProfile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeWorkforceCommand.ts b/clients/client-sagemaker/commands/DescribeWorkforceCommand.ts index 419bd55f346c..975f30c77572 100644 --- a/clients/client-sagemaker/commands/DescribeWorkforceCommand.ts +++ b/clients/client-sagemaker/commands/DescribeWorkforceCommand.ts @@ -28,7 +28,7 @@ export interface DescribeWorkforceCommandOutput extends DescribeWorkforceRespons *

This operation applies only to private workforces.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DescribeWorkteamCommand.ts b/clients/client-sagemaker/commands/DescribeWorkteamCommand.ts index 828c9b65f8fa..c0eba9c90eb3 100644 --- a/clients/client-sagemaker/commands/DescribeWorkteamCommand.ts +++ b/clients/client-sagemaker/commands/DescribeWorkteamCommand.ts @@ -26,7 +26,7 @@ export interface DescribeWorkteamCommandOutput extends DescribeWorkteamResponse, * create date, the last updated date, membership information, and the work team's Amazon * Resource Name (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DescribeWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DescribeWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DisableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/commands/DisableSagemakerServicecatalogPortfolioCommand.ts index b03c1cd3a781..3125cbe0e9f2 100644 --- a/clients/client-sagemaker/commands/DisableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/commands/DisableSagemakerServicecatalogPortfolioCommand.ts @@ -30,7 +30,7 @@ export interface DisableSagemakerServicecatalogPortfolioCommandOutput *

Disables using Service Catalog in SageMaker. Service Catalog is used to create * SageMaker projects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DisableSagemakerServicecatalogPortfolioCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DisableSagemakerServicecatalogPortfolioCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/DisassociateTrialComponentCommand.ts b/clients/client-sagemaker/commands/DisassociateTrialComponentCommand.ts index 642748512fdb..bf6e210ad6f9 100644 --- a/clients/client-sagemaker/commands/DisassociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/commands/DisassociateTrialComponentCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateTrialComponentCommandOutput extends DisassociateTri *

To get a list of the trials a component is associated with, use the Search API. Specify ExperimentTrialComponent for the Resource parameter. * The list appears in the response under Results.TrialComponent.Parents.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, DisassociateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, DisassociateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/EnableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/commands/EnableSagemakerServicecatalogPortfolioCommand.ts index 08961150e17b..6e8629d00b78 100644 --- a/clients/client-sagemaker/commands/EnableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/commands/EnableSagemakerServicecatalogPortfolioCommand.ts @@ -30,7 +30,7 @@ export interface EnableSagemakerServicecatalogPortfolioCommandOutput *

Enables using Service Catalog in SageMaker. Service Catalog is used to create * SageMaker projects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, EnableSagemakerServicecatalogPortfolioCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, EnableSagemakerServicecatalogPortfolioCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/GetDeviceFleetReportCommand.ts b/clients/client-sagemaker/commands/GetDeviceFleetReportCommand.ts index 126467624aad..0602309cf152 100644 --- a/clients/client-sagemaker/commands/GetDeviceFleetReportCommand.ts +++ b/clients/client-sagemaker/commands/GetDeviceFleetReportCommand.ts @@ -23,7 +23,7 @@ export interface GetDeviceFleetReportCommandOutput extends GetDeviceFleetReportR /** *

Describes a fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, GetDeviceFleetReportCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, GetDeviceFleetReportCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/GetModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/commands/GetModelPackageGroupPolicyCommand.ts index 826dc0e3fe8d..7e9022a423db 100644 --- a/clients/client-sagemaker/commands/GetModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/commands/GetModelPackageGroupPolicyCommand.ts @@ -26,7 +26,7 @@ export interface GetModelPackageGroupPolicyCommandOutput extends GetModelPackage * policies and resource-based policies in the AWS Identity and * Access Management User Guide..

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, GetModelPackageGroupPolicyCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, GetModelPackageGroupPolicyCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts b/clients/client-sagemaker/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts index 0d6f15a3e0ee..1d04f65d3140 100644 --- a/clients/client-sagemaker/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts +++ b/clients/client-sagemaker/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts @@ -30,7 +30,7 @@ export interface GetSagemakerServicecatalogPortfolioStatusCommandOutput *

Gets the status of Service Catalog in SageMaker. Service Catalog is used to create * SageMaker projects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, GetSagemakerServicecatalogPortfolioStatusCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, GetSagemakerServicecatalogPortfolioStatusCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/GetSearchSuggestionsCommand.ts b/clients/client-sagemaker/commands/GetSearchSuggestionsCommand.ts index 733049ce1641..6633c69fbe39 100644 --- a/clients/client-sagemaker/commands/GetSearchSuggestionsCommand.ts +++ b/clients/client-sagemaker/commands/GetSearchSuggestionsCommand.ts @@ -26,7 +26,7 @@ export interface GetSearchSuggestionsCommandOutput extends GetSearchSuggestionsR * queries. Provides suggestions for HyperParameters, Tags, and * Metrics.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, GetSearchSuggestionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, GetSearchSuggestionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListActionsCommand.ts b/clients/client-sagemaker/commands/ListActionsCommand.ts index 844214c055ac..073afad78d65 100644 --- a/clients/client-sagemaker/commands/ListActionsCommand.ts +++ b/clients/client-sagemaker/commands/ListActionsCommand.ts @@ -23,7 +23,7 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat /** *

Lists the actions in your account and their properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListActionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListActionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListAlgorithmsCommand.ts b/clients/client-sagemaker/commands/ListAlgorithmsCommand.ts index c7cfa11a5779..f19df465e7f4 100644 --- a/clients/client-sagemaker/commands/ListAlgorithmsCommand.ts +++ b/clients/client-sagemaker/commands/ListAlgorithmsCommand.ts @@ -23,7 +23,7 @@ export interface ListAlgorithmsCommandOutput extends ListAlgorithmsOutput, __Met /** *

Lists the machine learning algorithms that have been created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListAlgorithmsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListAlgorithmsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListAppImageConfigsCommand.ts b/clients/client-sagemaker/commands/ListAppImageConfigsCommand.ts index 6277d7416a06..38e7c82425d2 100644 --- a/clients/client-sagemaker/commands/ListAppImageConfigsCommand.ts +++ b/clients/client-sagemaker/commands/ListAppImageConfigsCommand.ts @@ -25,7 +25,7 @@ export interface ListAppImageConfigsCommandOutput extends ListAppImageConfigsRes * filtered by creation time or modified time, and whether the AppImageConfig name contains * a specified string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListAppImageConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListAppImageConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListAppsCommand.ts b/clients/client-sagemaker/commands/ListAppsCommand.ts index 373c39cd82a3..43d46d730a21 100644 --- a/clients/client-sagemaker/commands/ListAppsCommand.ts +++ b/clients/client-sagemaker/commands/ListAppsCommand.ts @@ -20,7 +20,7 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare /** *

Lists apps.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListAppsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListAppsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListArtifactsCommand.ts b/clients/client-sagemaker/commands/ListArtifactsCommand.ts index 0778b495293c..5e500bb44340 100644 --- a/clients/client-sagemaker/commands/ListArtifactsCommand.ts +++ b/clients/client-sagemaker/commands/ListArtifactsCommand.ts @@ -23,7 +23,7 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResponse, __Met /** *

Lists the artifacts in your account and their properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListArtifactsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListArtifactsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListAssociationsCommand.ts b/clients/client-sagemaker/commands/ListAssociationsCommand.ts index bcfa07b29b0d..297bcb20f90d 100644 --- a/clients/client-sagemaker/commands/ListAssociationsCommand.ts +++ b/clients/client-sagemaker/commands/ListAssociationsCommand.ts @@ -23,7 +23,7 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResponse, /** *

Lists the associations in your account and their properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListAssociationsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListAssociationsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListAutoMLJobsCommand.ts b/clients/client-sagemaker/commands/ListAutoMLJobsCommand.ts index 59d5e9d2a1b0..06c97640c944 100644 --- a/clients/client-sagemaker/commands/ListAutoMLJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListAutoMLJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListAutoMLJobsCommandOutput extends ListAutoMLJobsResponse, __M /** *

Request a list of jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListAutoMLJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListAutoMLJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListCandidatesForAutoMLJobCommand.ts b/clients/client-sagemaker/commands/ListCandidatesForAutoMLJobCommand.ts index bb07b1abd71d..e939d5fbfcbf 100644 --- a/clients/client-sagemaker/commands/ListCandidatesForAutoMLJobCommand.ts +++ b/clients/client-sagemaker/commands/ListCandidatesForAutoMLJobCommand.ts @@ -23,7 +23,7 @@ export interface ListCandidatesForAutoMLJobCommandOutput extends ListCandidatesF /** *

List the candidates created for the job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListCandidatesForAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListCandidatesForAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListCodeRepositoriesCommand.ts b/clients/client-sagemaker/commands/ListCodeRepositoriesCommand.ts index c75118a6fd2e..fdbbbd0d1352 100644 --- a/clients/client-sagemaker/commands/ListCodeRepositoriesCommand.ts +++ b/clients/client-sagemaker/commands/ListCodeRepositoriesCommand.ts @@ -23,7 +23,7 @@ export interface ListCodeRepositoriesCommandOutput extends ListCodeRepositoriesO /** *

Gets a list of the Git repositories in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListCodeRepositoriesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListCodeRepositoriesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListCompilationJobsCommand.ts b/clients/client-sagemaker/commands/ListCompilationJobsCommand.ts index d645137d6351..fd2686beb3a3 100644 --- a/clients/client-sagemaker/commands/ListCompilationJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListCompilationJobsCommand.ts @@ -25,7 +25,7 @@ export interface ListCompilationJobsCommandOutput extends ListCompilationJobsRes *

To create a model compilation job, use CreateCompilationJob. To get * information about a particular model compilation job you have created, use DescribeCompilationJob.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListCompilationJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListCompilationJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListContextsCommand.ts b/clients/client-sagemaker/commands/ListContextsCommand.ts index ab3f1147be16..32e90f0b1d4c 100644 --- a/clients/client-sagemaker/commands/ListContextsCommand.ts +++ b/clients/client-sagemaker/commands/ListContextsCommand.ts @@ -23,7 +23,7 @@ export interface ListContextsCommandOutput extends ListContextsResponse, __Metad /** *

Lists the contexts in your account and their properties.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListContextsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListContextsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListDataQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/commands/ListDataQualityJobDefinitionsCommand.ts index fca0331a9425..869615bda5f8 100644 --- a/clients/client-sagemaker/commands/ListDataQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/commands/ListDataQualityJobDefinitionsCommand.ts @@ -25,7 +25,7 @@ export interface ListDataQualityJobDefinitionsCommandOutput /** *

Lists the data quality job definitions in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListDataQualityJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListDataQualityJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListDeviceFleetsCommand.ts b/clients/client-sagemaker/commands/ListDeviceFleetsCommand.ts index b3e8b44e3165..3c33a0156e2c 100644 --- a/clients/client-sagemaker/commands/ListDeviceFleetsCommand.ts +++ b/clients/client-sagemaker/commands/ListDeviceFleetsCommand.ts @@ -23,7 +23,7 @@ export interface ListDeviceFleetsCommandOutput extends ListDeviceFleetsResponse, /** *

Returns a list of devices in the fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListDeviceFleetsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListDeviceFleetsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListDevicesCommand.ts b/clients/client-sagemaker/commands/ListDevicesCommand.ts index c2eb00b03e98..ebfd23319b34 100644 --- a/clients/client-sagemaker/commands/ListDevicesCommand.ts +++ b/clients/client-sagemaker/commands/ListDevicesCommand.ts @@ -23,7 +23,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat /** *

A list of devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListDevicesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListDevicesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListDomainsCommand.ts b/clients/client-sagemaker/commands/ListDomainsCommand.ts index ed810b01ba0f..69da407ef914 100644 --- a/clients/client-sagemaker/commands/ListDomainsCommand.ts +++ b/clients/client-sagemaker/commands/ListDomainsCommand.ts @@ -23,7 +23,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat /** *

Lists the domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListDomainsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListDomainsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListEdgePackagingJobsCommand.ts b/clients/client-sagemaker/commands/ListEdgePackagingJobsCommand.ts index 7fa90ab46a2b..c8943ead4cc1 100644 --- a/clients/client-sagemaker/commands/ListEdgePackagingJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListEdgePackagingJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListEdgePackagingJobsCommandOutput extends ListEdgePackagingJob /** *

Returns a list of edge packaging jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListEdgePackagingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListEdgePackagingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListEndpointConfigsCommand.ts b/clients/client-sagemaker/commands/ListEndpointConfigsCommand.ts index a8832f953747..fee333c90a50 100644 --- a/clients/client-sagemaker/commands/ListEndpointConfigsCommand.ts +++ b/clients/client-sagemaker/commands/ListEndpointConfigsCommand.ts @@ -23,7 +23,7 @@ export interface ListEndpointConfigsCommandOutput extends ListEndpointConfigsOut /** *

Lists endpoint configurations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListEndpointConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListEndpointConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListEndpointsCommand.ts b/clients/client-sagemaker/commands/ListEndpointsCommand.ts index ab0310d5a68f..5592df7fdf2f 100644 --- a/clients/client-sagemaker/commands/ListEndpointsCommand.ts +++ b/clients/client-sagemaker/commands/ListEndpointsCommand.ts @@ -23,7 +23,7 @@ export interface ListEndpointsCommandOutput extends ListEndpointsOutput, __Metad /** *

Lists endpoints.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListEndpointsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListEndpointsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListExperimentsCommand.ts b/clients/client-sagemaker/commands/ListExperimentsCommand.ts index 9aa1ecdb1d7f..0787d6431f96 100644 --- a/clients/client-sagemaker/commands/ListExperimentsCommand.ts +++ b/clients/client-sagemaker/commands/ListExperimentsCommand.ts @@ -25,7 +25,7 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _ * experiments that were created in a specific time range. The list can be sorted by experiment * name or creation time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListExperimentsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListExperimentsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListFeatureGroupsCommand.ts b/clients/client-sagemaker/commands/ListFeatureGroupsCommand.ts index c354d5f3a36d..ffa52c8a33d8 100644 --- a/clients/client-sagemaker/commands/ListFeatureGroupsCommand.ts +++ b/clients/client-sagemaker/commands/ListFeatureGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListFeatureGroupsCommandOutput extends ListFeatureGroupsRespons /** *

List FeatureGroups based on given filter and order.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListFeatureGroupsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListFeatureGroupsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListFlowDefinitionsCommand.ts b/clients/client-sagemaker/commands/ListFlowDefinitionsCommand.ts index 5abd3daea0cb..7d34accd55f0 100644 --- a/clients/client-sagemaker/commands/ListFlowDefinitionsCommand.ts +++ b/clients/client-sagemaker/commands/ListFlowDefinitionsCommand.ts @@ -23,7 +23,7 @@ export interface ListFlowDefinitionsCommandOutput extends ListFlowDefinitionsRes /** *

Returns information about the flow definitions in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListFlowDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListFlowDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListHumanTaskUisCommand.ts b/clients/client-sagemaker/commands/ListHumanTaskUisCommand.ts index 512cf57fea94..0570ecd1f69f 100644 --- a/clients/client-sagemaker/commands/ListHumanTaskUisCommand.ts +++ b/clients/client-sagemaker/commands/ListHumanTaskUisCommand.ts @@ -23,7 +23,7 @@ export interface ListHumanTaskUisCommandOutput extends ListHumanTaskUisResponse, /** *

Returns information about the human task user interfaces in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListHumanTaskUisCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListHumanTaskUisCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListHyperParameterTuningJobsCommand.ts b/clients/client-sagemaker/commands/ListHyperParameterTuningJobsCommand.ts index 7a0632e2dce3..c59491a6e8aa 100644 --- a/clients/client-sagemaker/commands/ListHyperParameterTuningJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListHyperParameterTuningJobsCommand.ts @@ -27,7 +27,7 @@ export interface ListHyperParameterTuningJobsCommandOutput * describe * the hyperparameter tuning jobs launched in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListHyperParameterTuningJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListHyperParameterTuningJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListImageVersionsCommand.ts b/clients/client-sagemaker/commands/ListImageVersionsCommand.ts index fbc643d419cb..4eeff056b5ec 100644 --- a/clients/client-sagemaker/commands/ListImageVersionsCommand.ts +++ b/clients/client-sagemaker/commands/ListImageVersionsCommand.ts @@ -24,7 +24,7 @@ export interface ListImageVersionsCommandOutput extends ListImageVersionsRespons *

Lists the versions of a specified image and their properties. The list can be filtered * by creation time or modified time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListImageVersionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListImageVersionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListImagesCommand.ts b/clients/client-sagemaker/commands/ListImagesCommand.ts index b548fb12dc46..df9a99e4e4cf 100644 --- a/clients/client-sagemaker/commands/ListImagesCommand.ts +++ b/clients/client-sagemaker/commands/ListImagesCommand.ts @@ -24,7 +24,7 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB *

Lists the images in your account and their properties. The list can be filtered by * creation time or modified time, and whether the image name contains a specified string.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListImagesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListImagesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListLabelingJobsCommand.ts b/clients/client-sagemaker/commands/ListLabelingJobsCommand.ts index 91ca8f2ff02e..5f6e7134eff0 100644 --- a/clients/client-sagemaker/commands/ListLabelingJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListLabelingJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListLabelingJobsCommandOutput extends ListLabelingJobsResponse, /** *

Gets a list of labeling jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListLabelingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListLabelingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListLabelingJobsForWorkteamCommand.ts b/clients/client-sagemaker/commands/ListLabelingJobsForWorkteamCommand.ts index f148c6a625c2..b50b11e8ca2f 100644 --- a/clients/client-sagemaker/commands/ListLabelingJobsForWorkteamCommand.ts +++ b/clients/client-sagemaker/commands/ListLabelingJobsForWorkteamCommand.ts @@ -25,7 +25,7 @@ export interface ListLabelingJobsForWorkteamCommandOutput /** *

Gets a list of labeling jobs assigned to a specified work team.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListLabelingJobsForWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListLabelingJobsForWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListModelBiasJobDefinitionsCommand.ts b/clients/client-sagemaker/commands/ListModelBiasJobDefinitionsCommand.ts index 8084acb617f7..dcc830f6b16c 100644 --- a/clients/client-sagemaker/commands/ListModelBiasJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/commands/ListModelBiasJobDefinitionsCommand.ts @@ -25,7 +25,7 @@ export interface ListModelBiasJobDefinitionsCommandOutput /** *

Lists model bias jobs definitions that satisfy various filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListModelBiasJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListModelBiasJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListModelExplainabilityJobDefinitionsCommand.ts b/clients/client-sagemaker/commands/ListModelExplainabilityJobDefinitionsCommand.ts index d3fcedcf7a81..7605267dd874 100644 --- a/clients/client-sagemaker/commands/ListModelExplainabilityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/commands/ListModelExplainabilityJobDefinitionsCommand.ts @@ -29,7 +29,7 @@ export interface ListModelExplainabilityJobDefinitionsCommandOutput /** *

Lists model explainability job definitions that satisfy various filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListModelExplainabilityJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListModelExplainabilityJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListModelPackageGroupsCommand.ts b/clients/client-sagemaker/commands/ListModelPackageGroupsCommand.ts index 89b4683d23c3..1275c303338d 100644 --- a/clients/client-sagemaker/commands/ListModelPackageGroupsCommand.ts +++ b/clients/client-sagemaker/commands/ListModelPackageGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListModelPackageGroupsCommandOutput extends ListModelPackageGro /** *

Gets a list of the model groups in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListModelPackageGroupsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListModelPackageGroupsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListModelPackagesCommand.ts b/clients/client-sagemaker/commands/ListModelPackagesCommand.ts index 138070c928d9..ddab6d1723d8 100644 --- a/clients/client-sagemaker/commands/ListModelPackagesCommand.ts +++ b/clients/client-sagemaker/commands/ListModelPackagesCommand.ts @@ -23,7 +23,7 @@ export interface ListModelPackagesCommandOutput extends ListModelPackagesOutput, /** *

Lists the model packages that have been created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListModelPackagesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListModelPackagesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListModelQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/commands/ListModelQualityJobDefinitionsCommand.ts index 4418e28c35ba..0a07c55507c5 100644 --- a/clients/client-sagemaker/commands/ListModelQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/commands/ListModelQualityJobDefinitionsCommand.ts @@ -25,7 +25,7 @@ export interface ListModelQualityJobDefinitionsCommandOutput /** *

Gets a list of model quality monitoring job definitions in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListModelQualityJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListModelQualityJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListModelsCommand.ts b/clients/client-sagemaker/commands/ListModelsCommand.ts index 6de598e57c3f..97ea2374e00b 100644 --- a/clients/client-sagemaker/commands/ListModelsCommand.ts +++ b/clients/client-sagemaker/commands/ListModelsCommand.ts @@ -23,7 +23,7 @@ export interface ListModelsCommandOutput extends ListModelsOutput, __MetadataBea /** *

Lists models created with the CreateModel API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListModelsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListModelsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListMonitoringExecutionsCommand.ts b/clients/client-sagemaker/commands/ListMonitoringExecutionsCommand.ts index 51ea88693faa..9890fef5b40f 100644 --- a/clients/client-sagemaker/commands/ListMonitoringExecutionsCommand.ts +++ b/clients/client-sagemaker/commands/ListMonitoringExecutionsCommand.ts @@ -23,7 +23,7 @@ export interface ListMonitoringExecutionsCommandOutput extends ListMonitoringExe /** *

Returns list of all monitoring job executions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListMonitoringExecutionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListMonitoringExecutionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListMonitoringSchedulesCommand.ts b/clients/client-sagemaker/commands/ListMonitoringSchedulesCommand.ts index 15f185c37542..9b5f6a8438af 100644 --- a/clients/client-sagemaker/commands/ListMonitoringSchedulesCommand.ts +++ b/clients/client-sagemaker/commands/ListMonitoringSchedulesCommand.ts @@ -23,7 +23,7 @@ export interface ListMonitoringSchedulesCommandOutput extends ListMonitoringSche /** *

Returns list of all monitoring schedules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListMonitoringSchedulesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListMonitoringSchedulesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListNotebookInstanceLifecycleConfigsCommand.ts b/clients/client-sagemaker/commands/ListNotebookInstanceLifecycleConfigsCommand.ts index ceb72268ed71..c1841d6d3328 100644 --- a/clients/client-sagemaker/commands/ListNotebookInstanceLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/commands/ListNotebookInstanceLifecycleConfigsCommand.ts @@ -28,7 +28,7 @@ export interface ListNotebookInstanceLifecycleConfigsCommandOutput /** *

Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListNotebookInstanceLifecycleConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListNotebookInstanceLifecycleConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListNotebookInstancesCommand.ts b/clients/client-sagemaker/commands/ListNotebookInstancesCommand.ts index 932e18979cfa..8616806e5c26 100644 --- a/clients/client-sagemaker/commands/ListNotebookInstancesCommand.ts +++ b/clients/client-sagemaker/commands/ListNotebookInstancesCommand.ts @@ -24,7 +24,7 @@ export interface ListNotebookInstancesCommandOutput extends ListNotebookInstance *

Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS * Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListNotebookInstancesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListNotebookInstancesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListPipelineExecutionStepsCommand.ts b/clients/client-sagemaker/commands/ListPipelineExecutionStepsCommand.ts index 5ee93e19d17f..03088287fa1f 100644 --- a/clients/client-sagemaker/commands/ListPipelineExecutionStepsCommand.ts +++ b/clients/client-sagemaker/commands/ListPipelineExecutionStepsCommand.ts @@ -23,7 +23,7 @@ export interface ListPipelineExecutionStepsCommandOutput extends ListPipelineExe /** *

Gets a list of PipeLineExecutionStep objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListPipelineExecutionStepsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListPipelineExecutionStepsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListPipelineExecutionsCommand.ts b/clients/client-sagemaker/commands/ListPipelineExecutionsCommand.ts index 2b51d084ebcf..91d79eb54c8b 100644 --- a/clients/client-sagemaker/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-sagemaker/commands/ListPipelineExecutionsCommand.ts @@ -23,7 +23,7 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti /** *

Gets a list of the pipeline executions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListPipelineExecutionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListPipelineExecutionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListPipelineParametersForExecutionCommand.ts b/clients/client-sagemaker/commands/ListPipelineParametersForExecutionCommand.ts index 1772a53ed450..9ef93f62e7b5 100644 --- a/clients/client-sagemaker/commands/ListPipelineParametersForExecutionCommand.ts +++ b/clients/client-sagemaker/commands/ListPipelineParametersForExecutionCommand.ts @@ -28,7 +28,7 @@ export interface ListPipelineParametersForExecutionCommandOutput /** *

Gets a list of parameters for a pipeline execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListPipelineParametersForExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListPipelineParametersForExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListPipelinesCommand.ts b/clients/client-sagemaker/commands/ListPipelinesCommand.ts index 6bb87b87e5ec..821a3700d22a 100644 --- a/clients/client-sagemaker/commands/ListPipelinesCommand.ts +++ b/clients/client-sagemaker/commands/ListPipelinesCommand.ts @@ -23,7 +23,7 @@ export interface ListPipelinesCommandOutput extends ListPipelinesResponse, __Met /** *

Gets a list of pipelines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListPipelinesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListPipelinesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListProcessingJobsCommand.ts b/clients/client-sagemaker/commands/ListProcessingJobsCommand.ts index 8a0dea8bcfc5..f40d14462b62 100644 --- a/clients/client-sagemaker/commands/ListProcessingJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListProcessingJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListProcessingJobsCommandOutput extends ListProcessingJobsRespo /** *

Lists processing jobs that satisfy various filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListProcessingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListProcessingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListProjectsCommand.ts b/clients/client-sagemaker/commands/ListProjectsCommand.ts index 6b89c30aee82..e9906b7e7fd2 100644 --- a/clients/client-sagemaker/commands/ListProjectsCommand.ts +++ b/clients/client-sagemaker/commands/ListProjectsCommand.ts @@ -23,7 +23,7 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat /** *

Gets a list of the projects in an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListProjectsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListProjectsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListSubscribedWorkteamsCommand.ts b/clients/client-sagemaker/commands/ListSubscribedWorkteamsCommand.ts index 9620cf109521..5631dc287ed3 100644 --- a/clients/client-sagemaker/commands/ListSubscribedWorkteamsCommand.ts +++ b/clients/client-sagemaker/commands/ListSubscribedWorkteamsCommand.ts @@ -25,7 +25,7 @@ export interface ListSubscribedWorkteamsCommandOutput extends ListSubscribedWork * list may be empty if no work team satisfies the filter specified in the * NameContains parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListSubscribedWorkteamsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListSubscribedWorkteamsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListTagsCommand.ts b/clients/client-sagemaker/commands/ListTagsCommand.ts index 2f166a40d340..0660378dc5c4 100644 --- a/clients/client-sagemaker/commands/ListTagsCommand.ts +++ b/clients/client-sagemaker/commands/ListTagsCommand.ts @@ -20,7 +20,7 @@ export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer /** *

Returns the tags for the specified Amazon SageMaker resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListTagsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListTagsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListTrainingJobsCommand.ts b/clients/client-sagemaker/commands/ListTrainingJobsCommand.ts index 91749a7d62b2..488f368c13b9 100644 --- a/clients/client-sagemaker/commands/ListTrainingJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListTrainingJobsCommand.ts @@ -43,7 +43,7 @@ export interface ListTrainingJobsCommandOutput extends ListTrainingJobsResponse, *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListTrainingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListTrainingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts index 2020ac486534..a8dc9168cffb 100644 --- a/clients/client-sagemaker/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts @@ -30,7 +30,7 @@ export interface ListTrainingJobsForHyperParameterTuningJobCommandOutput *

Gets a list of TrainingJobSummary objects that describe the training * jobs that a hyperparameter tuning job launched.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListTrainingJobsForHyperParameterTuningJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListTrainingJobsForHyperParameterTuningJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListTransformJobsCommand.ts b/clients/client-sagemaker/commands/ListTransformJobsCommand.ts index 8c2b87201c41..637b67d65d47 100644 --- a/clients/client-sagemaker/commands/ListTransformJobsCommand.ts +++ b/clients/client-sagemaker/commands/ListTransformJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListTransformJobsCommandOutput extends ListTransformJobsRespons /** *

Lists transform jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListTransformJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListTransformJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListTrialComponentsCommand.ts b/clients/client-sagemaker/commands/ListTrialComponentsCommand.ts index bd21238c330a..a2e464b2ff03 100644 --- a/clients/client-sagemaker/commands/ListTrialComponentsCommand.ts +++ b/clients/client-sagemaker/commands/ListTrialComponentsCommand.ts @@ -42,7 +42,7 @@ export interface ListTrialComponentsCommandOutput extends ListTrialComponentsRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListTrialComponentsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListTrialComponentsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListTrialsCommand.ts b/clients/client-sagemaker/commands/ListTrialsCommand.ts index 7ecbb4ed18d7..82322afc1a40 100644 --- a/clients/client-sagemaker/commands/ListTrialsCommand.ts +++ b/clients/client-sagemaker/commands/ListTrialsCommand.ts @@ -27,7 +27,7 @@ export interface ListTrialsCommandOutput extends ListTrialsResponse, __MetadataB * trials that were created in a specific time range. The list can be sorted by trial name or * creation time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListTrialsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListTrialsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListUserProfilesCommand.ts b/clients/client-sagemaker/commands/ListUserProfilesCommand.ts index 8ec23d3022c8..675a6fd5ee26 100644 --- a/clients/client-sagemaker/commands/ListUserProfilesCommand.ts +++ b/clients/client-sagemaker/commands/ListUserProfilesCommand.ts @@ -23,7 +23,7 @@ export interface ListUserProfilesCommandOutput extends ListUserProfilesResponse, /** *

Lists user profiles.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListUserProfilesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListUserProfilesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListWorkforcesCommand.ts b/clients/client-sagemaker/commands/ListWorkforcesCommand.ts index 2d04e8b28c3f..e6fa20eb5e82 100644 --- a/clients/client-sagemaker/commands/ListWorkforcesCommand.ts +++ b/clients/client-sagemaker/commands/ListWorkforcesCommand.ts @@ -24,7 +24,7 @@ export interface ListWorkforcesCommandOutput extends ListWorkforcesResponse, __M *

Use this operation to list all private and vendor workforces in an AWS Region. Note that you can only * have one private workforce per AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListWorkforcesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListWorkforcesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/ListWorkteamsCommand.ts b/clients/client-sagemaker/commands/ListWorkteamsCommand.ts index 036c70239f80..37c1114c4640 100644 --- a/clients/client-sagemaker/commands/ListWorkteamsCommand.ts +++ b/clients/client-sagemaker/commands/ListWorkteamsCommand.ts @@ -25,7 +25,7 @@ export interface ListWorkteamsCommandOutput extends ListWorkteamsResponse, __Met * no work team satisfies the filter specified in the NameContains * parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, ListWorkteamsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, ListWorkteamsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/PutModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/commands/PutModelPackageGroupPolicyCommand.ts index dd129ca6edf4..072419dcb0ed 100644 --- a/clients/client-sagemaker/commands/PutModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/commands/PutModelPackageGroupPolicyCommand.ts @@ -25,7 +25,7 @@ export interface PutModelPackageGroupPolicyCommandOutput extends PutModelPackage * resoure policies, see Identity-based * policies and resource-based policies in the AWS Identity and Access Management User Guide..

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, PutModelPackageGroupPolicyCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, PutModelPackageGroupPolicyCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/RegisterDevicesCommand.ts b/clients/client-sagemaker/commands/RegisterDevicesCommand.ts index fde81d3b8c82..4000391dd225 100644 --- a/clients/client-sagemaker/commands/RegisterDevicesCommand.ts +++ b/clients/client-sagemaker/commands/RegisterDevicesCommand.ts @@ -23,7 +23,7 @@ export interface RegisterDevicesCommandOutput extends __MetadataBearer {} /** *

Register devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, RegisterDevicesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, RegisterDevicesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/RenderUiTemplateCommand.ts b/clients/client-sagemaker/commands/RenderUiTemplateCommand.ts index b6818791c5fe..5b5ff3f86455 100644 --- a/clients/client-sagemaker/commands/RenderUiTemplateCommand.ts +++ b/clients/client-sagemaker/commands/RenderUiTemplateCommand.ts @@ -23,7 +23,7 @@ export interface RenderUiTemplateCommandOutput extends RenderUiTemplateResponse, /** *

Renders the UI template so that you can preview the worker's experience.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, RenderUiTemplateCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, RenderUiTemplateCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/SearchCommand.ts b/clients/client-sagemaker/commands/SearchCommand.ts index fa7924044268..a385367363de 100644 --- a/clients/client-sagemaker/commands/SearchCommand.ts +++ b/clients/client-sagemaker/commands/SearchCommand.ts @@ -25,7 +25,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {} *

You can query against the following value types: numeric, text, Boolean, and * timestamp.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, SearchCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, SearchCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StartMonitoringScheduleCommand.ts b/clients/client-sagemaker/commands/StartMonitoringScheduleCommand.ts index 6cf4b7441aab..399f29d4f449 100644 --- a/clients/client-sagemaker/commands/StartMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/commands/StartMonitoringScheduleCommand.ts @@ -27,7 +27,7 @@ export interface StartMonitoringScheduleCommandOutput extends __MetadataBearer { * schedule is scheduled.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StartMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StartMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StartNotebookInstanceCommand.ts b/clients/client-sagemaker/commands/StartNotebookInstanceCommand.ts index 61a1e5f031c2..daffd92ffc44 100644 --- a/clients/client-sagemaker/commands/StartNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/commands/StartNotebookInstanceCommand.ts @@ -26,7 +26,7 @@ export interface StartNotebookInstanceCommandOutput extends __MetadataBearer {} * notebook instance status to InService. A notebook instance's status must be * InService before you can connect to your Jupyter notebook.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StartNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StartNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StartPipelineExecutionCommand.ts b/clients/client-sagemaker/commands/StartPipelineExecutionCommand.ts index cb4e75b24ff5..baf75a858c8a 100644 --- a/clients/client-sagemaker/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/commands/StartPipelineExecutionCommand.ts @@ -23,7 +23,7 @@ export interface StartPipelineExecutionCommandOutput extends StartPipelineExecut /** *

Starts a pipeline execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StartPipelineExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StartPipelineExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopAutoMLJobCommand.ts b/clients/client-sagemaker/commands/StopAutoMLJobCommand.ts index e89fe82a8fb1..fe686f392dbf 100644 --- a/clients/client-sagemaker/commands/StopAutoMLJobCommand.ts +++ b/clients/client-sagemaker/commands/StopAutoMLJobCommand.ts @@ -23,7 +23,7 @@ export interface StopAutoMLJobCommandOutput extends __MetadataBearer {} /** *

A method for forcing the termination of a running job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopCompilationJobCommand.ts b/clients/client-sagemaker/commands/StopCompilationJobCommand.ts index f63627e56f8f..ff16efdc6b22 100644 --- a/clients/client-sagemaker/commands/StopCompilationJobCommand.ts +++ b/clients/client-sagemaker/commands/StopCompilationJobCommand.ts @@ -28,7 +28,7 @@ export interface StopCompilationJobCommandOutput extends __MetadataBearer {} * Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobSummary$CompilationJobStatus to Stopped. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopCompilationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopCompilationJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopEdgePackagingJobCommand.ts b/clients/client-sagemaker/commands/StopEdgePackagingJobCommand.ts index 125c3cd1de12..2c8fd03eea15 100644 --- a/clients/client-sagemaker/commands/StopEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/commands/StopEdgePackagingJobCommand.ts @@ -23,7 +23,7 @@ export interface StopEdgePackagingJobCommandOutput extends __MetadataBearer {} /** *

Request to stop an edge packaging job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopEdgePackagingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopEdgePackagingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/commands/StopHyperParameterTuningJobCommand.ts index 4f78215c769e..6d4c4053eccb 100644 --- a/clients/client-sagemaker/commands/StopHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/commands/StopHyperParameterTuningJobCommand.ts @@ -29,7 +29,7 @@ export interface StopHyperParameterTuningJobCommandOutput extends __MetadataBear * reserved * resources for the tuning job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopHyperParameterTuningJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopHyperParameterTuningJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopLabelingJobCommand.ts b/clients/client-sagemaker/commands/StopLabelingJobCommand.ts index 08a6ca51a02a..ada6f50028cf 100644 --- a/clients/client-sagemaker/commands/StopLabelingJobCommand.ts +++ b/clients/client-sagemaker/commands/StopLabelingJobCommand.ts @@ -24,7 +24,7 @@ export interface StopLabelingJobCommandOutput extends __MetadataBearer {} *

Stops a running labeling job. A job that is stopped cannot be restarted. Any results * obtained before the job is stopped are placed in the Amazon S3 output bucket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopLabelingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopLabelingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopMonitoringScheduleCommand.ts b/clients/client-sagemaker/commands/StopMonitoringScheduleCommand.ts index d5a9446a6dcd..d729786d4c4f 100644 --- a/clients/client-sagemaker/commands/StopMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/commands/StopMonitoringScheduleCommand.ts @@ -23,7 +23,7 @@ export interface StopMonitoringScheduleCommandOutput extends __MetadataBearer {} /** *

Stops a previously started monitoring schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopNotebookInstanceCommand.ts b/clients/client-sagemaker/commands/StopNotebookInstanceCommand.ts index 801a7f6ea2c8..6f11e10424dc 100644 --- a/clients/client-sagemaker/commands/StopNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/commands/StopNotebookInstanceCommand.ts @@ -31,7 +31,7 @@ export interface StopNotebookInstanceCommandOutput extends __MetadataBearer {} * it, and attaches the preserved ML storage volume so you can continue your work. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopPipelineExecutionCommand.ts b/clients/client-sagemaker/commands/StopPipelineExecutionCommand.ts index a6ec108e8283..ef99add246be 100644 --- a/clients/client-sagemaker/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/commands/StopPipelineExecutionCommand.ts @@ -23,7 +23,7 @@ export interface StopPipelineExecutionCommandOutput extends StopPipelineExecutio /** *

Stops a pipeline execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopPipelineExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopPipelineExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopProcessingJobCommand.ts b/clients/client-sagemaker/commands/StopProcessingJobCommand.ts index ac1ebee17ee6..a960884dc6fb 100644 --- a/clients/client-sagemaker/commands/StopProcessingJobCommand.ts +++ b/clients/client-sagemaker/commands/StopProcessingJobCommand.ts @@ -23,7 +23,7 @@ export interface StopProcessingJobCommandOutput extends __MetadataBearer {} /** *

Stops a processing job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopProcessingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopProcessingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopTrainingJobCommand.ts b/clients/client-sagemaker/commands/StopTrainingJobCommand.ts index 8d6d9cd1ef44..6988d0777149 100644 --- a/clients/client-sagemaker/commands/StopTrainingJobCommand.ts +++ b/clients/client-sagemaker/commands/StopTrainingJobCommand.ts @@ -29,7 +29,7 @@ export interface StopTrainingJobCommandOutput extends __MetadataBearer {} * the job to Stopping. After Amazon SageMaker stops the job, it sets the status to * Stopped.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopTrainingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopTrainingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/StopTransformJobCommand.ts b/clients/client-sagemaker/commands/StopTransformJobCommand.ts index 978fce1bc69e..d56dc6087def 100644 --- a/clients/client-sagemaker/commands/StopTransformJobCommand.ts +++ b/clients/client-sagemaker/commands/StopTransformJobCommand.ts @@ -28,7 +28,7 @@ export interface StopTransformJobCommandOutput extends __MetadataBearer {} * the job, the status is set to Stopped. When you stop a transform job before * it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, StopTransformJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, StopTransformJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateActionCommand.ts b/clients/client-sagemaker/commands/UpdateActionCommand.ts index 71c6e3f1b082..51aab50dce2f 100644 --- a/clients/client-sagemaker/commands/UpdateActionCommand.ts +++ b/clients/client-sagemaker/commands/UpdateActionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateActionCommandOutput extends UpdateActionResponse, __Metad /** *

Updates an action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateAppImageConfigCommand.ts b/clients/client-sagemaker/commands/UpdateAppImageConfigCommand.ts index 61dcf9d65a46..56f1b8a51b67 100644 --- a/clients/client-sagemaker/commands/UpdateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/commands/UpdateAppImageConfigCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAppImageConfigCommandOutput extends UpdateAppImageConfigR /** *

Updates the properties of an AppImageConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateArtifactCommand.ts b/clients/client-sagemaker/commands/UpdateArtifactCommand.ts index ff5187e15f79..57575bfbb137 100644 --- a/clients/client-sagemaker/commands/UpdateArtifactCommand.ts +++ b/clients/client-sagemaker/commands/UpdateArtifactCommand.ts @@ -23,7 +23,7 @@ export interface UpdateArtifactCommandOutput extends UpdateArtifactResponse, __M /** *

Updates an artifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateCodeRepositoryCommand.ts b/clients/client-sagemaker/commands/UpdateCodeRepositoryCommand.ts index 8f88ce9765e0..6454f7930139 100644 --- a/clients/client-sagemaker/commands/UpdateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/commands/UpdateCodeRepositoryCommand.ts @@ -23,7 +23,7 @@ export interface UpdateCodeRepositoryCommandOutput extends UpdateCodeRepositoryO /** *

Updates the specified Git repository with the specified values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateContextCommand.ts b/clients/client-sagemaker/commands/UpdateContextCommand.ts index e178b3b4633d..e62ac9299362 100644 --- a/clients/client-sagemaker/commands/UpdateContextCommand.ts +++ b/clients/client-sagemaker/commands/UpdateContextCommand.ts @@ -23,7 +23,7 @@ export interface UpdateContextCommandOutput extends UpdateContextResponse, __Met /** *

Updates a context.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateDeviceFleetCommand.ts b/clients/client-sagemaker/commands/UpdateDeviceFleetCommand.ts index 36aa4365f549..732bc8b53e14 100644 --- a/clients/client-sagemaker/commands/UpdateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/commands/UpdateDeviceFleetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDeviceFleetCommandOutput extends __MetadataBearer {} /** *

Updates a fleet of devices.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateDeviceFleetCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateDeviceFleetCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateDevicesCommand.ts b/clients/client-sagemaker/commands/UpdateDevicesCommand.ts index cb3eddb0c976..7931576ce368 100644 --- a/clients/client-sagemaker/commands/UpdateDevicesCommand.ts +++ b/clients/client-sagemaker/commands/UpdateDevicesCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDevicesCommandOutput extends __MetadataBearer {} /** *

Updates one or more devices in a fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateDevicesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateDevicesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateDomainCommand.ts b/clients/client-sagemaker/commands/UpdateDomainCommand.ts index ab66f7388535..eb08e8139606 100644 --- a/clients/client-sagemaker/commands/UpdateDomainCommand.ts +++ b/clients/client-sagemaker/commands/UpdateDomainCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad /** *

Updates the default settings for new user profiles in the domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateDomainCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateDomainCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateEndpointCommand.ts b/clients/client-sagemaker/commands/UpdateEndpointCommand.ts index abe453bf4484..cc96cf4486a6 100644 --- a/clients/client-sagemaker/commands/UpdateEndpointCommand.ts +++ b/clients/client-sagemaker/commands/UpdateEndpointCommand.ts @@ -39,7 +39,7 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointOutput, __Met * is using. The endpoint must be deleted in order to stop incurring charges.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateEndpointCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateEndpointCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts b/clients/client-sagemaker/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts index 4b816d3e0674..1d6870ab7e33 100644 --- a/clients/client-sagemaker/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts +++ b/clients/client-sagemaker/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts @@ -29,7 +29,7 @@ export interface UpdateEndpointWeightsAndCapacitiesCommandOutput * updating the endpoint, it sets the status to InService. To check the status * of an endpoint, use the DescribeEndpoint API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateEndpointWeightsAndCapacitiesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateEndpointWeightsAndCapacitiesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateExperimentCommand.ts b/clients/client-sagemaker/commands/UpdateExperimentCommand.ts index 8eba6cf278e3..89c0f7defdd5 100644 --- a/clients/client-sagemaker/commands/UpdateExperimentCommand.ts +++ b/clients/client-sagemaker/commands/UpdateExperimentCommand.ts @@ -24,7 +24,7 @@ export interface UpdateExperimentCommandOutput extends UpdateExperimentResponse, *

Adds, updates, or removes the description of an experiment. Updates the display name of an * experiment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateImageCommand.ts b/clients/client-sagemaker/commands/UpdateImageCommand.ts index 6a6ca69fc77b..8060726653fb 100644 --- a/clients/client-sagemaker/commands/UpdateImageCommand.ts +++ b/clients/client-sagemaker/commands/UpdateImageCommand.ts @@ -24,7 +24,7 @@ export interface UpdateImageCommandOutput extends UpdateImageResponse, __Metadat *

Updates the properties of a SageMaker image. To change the image's tags, use the * AddTags and DeleteTags APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateImageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateImageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateModelPackageCommand.ts b/clients/client-sagemaker/commands/UpdateModelPackageCommand.ts index ebfd0c9ffa1b..71caf0c372dd 100644 --- a/clients/client-sagemaker/commands/UpdateModelPackageCommand.ts +++ b/clients/client-sagemaker/commands/UpdateModelPackageCommand.ts @@ -23,7 +23,7 @@ export interface UpdateModelPackageCommandOutput extends UpdateModelPackageOutpu /** *

Updates a versioned model.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateMonitoringScheduleCommand.ts b/clients/client-sagemaker/commands/UpdateMonitoringScheduleCommand.ts index 6e3e21493440..de962a140227 100644 --- a/clients/client-sagemaker/commands/UpdateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/commands/UpdateMonitoringScheduleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateMonitoringScheduleCommandOutput extends UpdateMonitoringS /** *

Updates a previously created schedule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateNotebookInstanceCommand.ts b/clients/client-sagemaker/commands/UpdateNotebookInstanceCommand.ts index 57ecf0c0471f..54118a779588 100644 --- a/clients/client-sagemaker/commands/UpdateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/commands/UpdateNotebookInstanceCommand.ts @@ -25,7 +25,7 @@ export interface UpdateNotebookInstanceCommandOutput extends UpdateNotebookInsta * downgrading the ML compute instance used for your notebook instance to accommodate * changes in your workload requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts index ad0c07e44df3..bc36febca878 100644 --- a/clients/client-sagemaker/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts @@ -28,7 +28,7 @@ export interface UpdateNotebookInstanceLifecycleConfigCommandOutput /** *

Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdatePipelineCommand.ts b/clients/client-sagemaker/commands/UpdatePipelineCommand.ts index 93c32b5277ae..3a24b9dbcc03 100644 --- a/clients/client-sagemaker/commands/UpdatePipelineCommand.ts +++ b/clients/client-sagemaker/commands/UpdatePipelineCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineResponse, __M /** *

Updates a pipeline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdatePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdatePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdatePipelineExecutionCommand.ts b/clients/client-sagemaker/commands/UpdatePipelineExecutionCommand.ts index 70756d3ce42d..eb0699eb632b 100644 --- a/clients/client-sagemaker/commands/UpdatePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/commands/UpdatePipelineExecutionCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePipelineExecutionCommandOutput extends UpdatePipelineExec /** *

Updates a pipeline execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdatePipelineExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdatePipelineExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateTrainingJobCommand.ts b/clients/client-sagemaker/commands/UpdateTrainingJobCommand.ts index e2d6d544256e..d0c38ba5f21e 100644 --- a/clients/client-sagemaker/commands/UpdateTrainingJobCommand.ts +++ b/clients/client-sagemaker/commands/UpdateTrainingJobCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTrainingJobCommandOutput extends UpdateTrainingJobRespons /** *

Update a model training job to request a new Debugger profiling configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateTrainingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateTrainingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateTrialCommand.ts b/clients/client-sagemaker/commands/UpdateTrialCommand.ts index f378ec3c0d57..4b737137310c 100644 --- a/clients/client-sagemaker/commands/UpdateTrialCommand.ts +++ b/clients/client-sagemaker/commands/UpdateTrialCommand.ts @@ -24,7 +24,7 @@ export interface UpdateTrialCommandOutput extends UpdateTrialResponse, __Metadat /** *

Updates the display name of a trial.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateTrialComponentCommand.ts b/clients/client-sagemaker/commands/UpdateTrialComponentCommand.ts index f472a1ad50e3..609ab59164a9 100644 --- a/clients/client-sagemaker/commands/UpdateTrialComponentCommand.ts +++ b/clients/client-sagemaker/commands/UpdateTrialComponentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTrialComponentCommandOutput extends UpdateTrialComponentR /** *

Updates one or more properties of a trial component.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateUserProfileCommand.ts b/clients/client-sagemaker/commands/UpdateUserProfileCommand.ts index 2adfefa9dac5..d18a91487aa4 100644 --- a/clients/client-sagemaker/commands/UpdateUserProfileCommand.ts +++ b/clients/client-sagemaker/commands/UpdateUserProfileCommand.ts @@ -23,7 +23,7 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons /** *

Updates a user profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateWorkforceCommand.ts b/clients/client-sagemaker/commands/UpdateWorkforceCommand.ts index 420bf559ef37..81df6085d98a 100644 --- a/clients/client-sagemaker/commands/UpdateWorkforceCommand.ts +++ b/clients/client-sagemaker/commands/UpdateWorkforceCommand.ts @@ -44,7 +44,7 @@ export interface UpdateWorkforceCommandOutput extends UpdateWorkforceResponse, _ *

This operation only applies to private workforces.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-sagemaker/commands/UpdateWorkteamCommand.ts b/clients/client-sagemaker/commands/UpdateWorkteamCommand.ts index 12260d2c37a8..7f0a8f1c7318 100644 --- a/clients/client-sagemaker/commands/UpdateWorkteamCommand.ts +++ b/clients/client-sagemaker/commands/UpdateWorkteamCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWorkteamCommandOutput extends UpdateWorkteamResponse, __M /** *

Updates an existing work team with new member definitions or description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SageMakerClient, UpdateWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import * // const { SageMakerClient, UpdateWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import diff --git a/clients/client-savingsplans/commands/CreateSavingsPlanCommand.ts b/clients/client-savingsplans/commands/CreateSavingsPlanCommand.ts index 26cad3c9703f..2a917c057af3 100644 --- a/clients/client-savingsplans/commands/CreateSavingsPlanCommand.ts +++ b/clients/client-savingsplans/commands/CreateSavingsPlanCommand.ts @@ -23,7 +23,7 @@ export interface CreateSavingsPlanCommandOutput extends CreateSavingsPlanRespons /** *

Creates a Savings Plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, CreateSavingsPlanCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, CreateSavingsPlanCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/DeleteQueuedSavingsPlanCommand.ts b/clients/client-savingsplans/commands/DeleteQueuedSavingsPlanCommand.ts index 2be1702c015b..e8af78974765 100644 --- a/clients/client-savingsplans/commands/DeleteQueuedSavingsPlanCommand.ts +++ b/clients/client-savingsplans/commands/DeleteQueuedSavingsPlanCommand.ts @@ -23,7 +23,7 @@ export interface DeleteQueuedSavingsPlanCommandOutput extends DeleteQueuedSaving /** *

Deletes the queued purchase for the specified Savings Plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, DeleteQueuedSavingsPlanCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, DeleteQueuedSavingsPlanCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/DescribeSavingsPlanRatesCommand.ts b/clients/client-savingsplans/commands/DescribeSavingsPlanRatesCommand.ts index d96a40d2e4a2..46b171e049e7 100644 --- a/clients/client-savingsplans/commands/DescribeSavingsPlanRatesCommand.ts +++ b/clients/client-savingsplans/commands/DescribeSavingsPlanRatesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSavingsPlanRatesCommandOutput extends DescribeSavingsPl /** *

Describes the specified Savings Plans rates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, DescribeSavingsPlanRatesCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, DescribeSavingsPlanRatesCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/DescribeSavingsPlansCommand.ts b/clients/client-savingsplans/commands/DescribeSavingsPlansCommand.ts index 4254115f90aa..92d0fa1088bf 100644 --- a/clients/client-savingsplans/commands/DescribeSavingsPlansCommand.ts +++ b/clients/client-savingsplans/commands/DescribeSavingsPlansCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSavingsPlansCommandOutput extends DescribeSavingsPlansR /** *

Describes the specified Savings Plans.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, DescribeSavingsPlansCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, DescribeSavingsPlansCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingRatesCommand.ts b/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingRatesCommand.ts index df7231ca5b14..ce3711872456 100644 --- a/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingRatesCommand.ts +++ b/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingRatesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeSavingsPlansOfferingRatesCommandOutput /** *

Describes the specified Savings Plans offering rates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, DescribeSavingsPlansOfferingRatesCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, DescribeSavingsPlansOfferingRatesCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingsCommand.ts b/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingsCommand.ts index 459f42daf0c4..e751f49fd623 100644 --- a/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingsCommand.ts +++ b/clients/client-savingsplans/commands/DescribeSavingsPlansOfferingsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSavingsPlansOfferingsCommandOutput /** *

Describes the specified Savings Plans offerings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, DescribeSavingsPlansOfferingsCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, DescribeSavingsPlansOfferingsCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/ListTagsForResourceCommand.ts b/clients/client-savingsplans/commands/ListTagsForResourceCommand.ts index a06ad8213ce0..45d6ad0e89ff 100644 --- a/clients/client-savingsplans/commands/ListTagsForResourceCommand.ts +++ b/clients/client-savingsplans/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, ListTagsForResourceCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, ListTagsForResourceCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/TagResourceCommand.ts b/clients/client-savingsplans/commands/TagResourceCommand.ts index a36993a5bbb0..144e146caa14 100644 --- a/clients/client-savingsplans/commands/TagResourceCommand.ts +++ b/clients/client-savingsplans/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds the specified tags to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, TagResourceCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, TagResourceCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-savingsplans/commands/UntagResourceCommand.ts b/clients/client-savingsplans/commands/UntagResourceCommand.ts index c6373129ccec..aba789a455e7 100644 --- a/clients/client-savingsplans/commands/UntagResourceCommand.ts +++ b/clients/client-savingsplans/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes the specified tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SavingsplansClient, UntagResourceCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import * // const { SavingsplansClient, UntagResourceCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import diff --git a/clients/client-schemas/commands/CreateDiscovererCommand.ts b/clients/client-schemas/commands/CreateDiscovererCommand.ts index c34898c4484d..a677e4c942a4 100644 --- a/clients/client-schemas/commands/CreateDiscovererCommand.ts +++ b/clients/client-schemas/commands/CreateDiscovererCommand.ts @@ -23,7 +23,7 @@ export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse, /** *

Creates a discoverer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, CreateDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, CreateDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/CreateRegistryCommand.ts b/clients/client-schemas/commands/CreateRegistryCommand.ts index d52ee8235061..1c456a63af54 100644 --- a/clients/client-schemas/commands/CreateRegistryCommand.ts +++ b/clients/client-schemas/commands/CreateRegistryCommand.ts @@ -23,7 +23,7 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M /** *

Creates a registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, CreateRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, CreateRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/CreateSchemaCommand.ts b/clients/client-schemas/commands/CreateSchemaCommand.ts index 127a818de2cd..e26de1199bca 100644 --- a/clients/client-schemas/commands/CreateSchemaCommand.ts +++ b/clients/client-schemas/commands/CreateSchemaCommand.ts @@ -23,7 +23,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad /** *

Creates a schema definition.

Inactive schemas will be deleted after two years.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, CreateSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, CreateSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DeleteDiscovererCommand.ts b/clients/client-schemas/commands/DeleteDiscovererCommand.ts index 2db225e4df32..cf588103b724 100644 --- a/clients/client-schemas/commands/DeleteDiscovererCommand.ts +++ b/clients/client-schemas/commands/DeleteDiscovererCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDiscovererCommandOutput extends __MetadataBearer {} /** *

Deletes a discoverer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DeleteDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DeleteDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DeleteRegistryCommand.ts b/clients/client-schemas/commands/DeleteRegistryCommand.ts index 9c560f9e0a6f..7fe527281f65 100644 --- a/clients/client-schemas/commands/DeleteRegistryCommand.ts +++ b/clients/client-schemas/commands/DeleteRegistryCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRegistryCommandOutput extends __MetadataBearer {} /** *

Deletes a Registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DeleteRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DeleteRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DeleteResourcePolicyCommand.ts b/clients/client-schemas/commands/DeleteResourcePolicyCommand.ts index ffe45d1403c9..dd9b9df2d008 100644 --- a/clients/client-schemas/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-schemas/commands/DeleteResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {} /** *

Delete the resource-based policy attached to the specified registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DeleteSchemaCommand.ts b/clients/client-schemas/commands/DeleteSchemaCommand.ts index 88908732f0c5..20d044296fd6 100644 --- a/clients/client-schemas/commands/DeleteSchemaCommand.ts +++ b/clients/client-schemas/commands/DeleteSchemaCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {} /** *

Delete a schema definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DeleteSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DeleteSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DeleteSchemaVersionCommand.ts b/clients/client-schemas/commands/DeleteSchemaVersionCommand.ts index 9e6de7131d5d..7df8384c1139 100644 --- a/clients/client-schemas/commands/DeleteSchemaVersionCommand.ts +++ b/clients/client-schemas/commands/DeleteSchemaVersionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {} /** *

Delete the schema version definition

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DeleteSchemaVersionCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DeleteSchemaVersionCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DescribeCodeBindingCommand.ts b/clients/client-schemas/commands/DescribeCodeBindingCommand.ts index 2e0e54858678..af7b34a9aadf 100644 --- a/clients/client-schemas/commands/DescribeCodeBindingCommand.ts +++ b/clients/client-schemas/commands/DescribeCodeBindingCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingRes /** *

Describe the code binding URI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DescribeCodeBindingCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DescribeCodeBindingCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DescribeDiscovererCommand.ts b/clients/client-schemas/commands/DescribeDiscovererCommand.ts index 28e330eea58b..3ff596526dcb 100644 --- a/clients/client-schemas/commands/DescribeDiscovererCommand.ts +++ b/clients/client-schemas/commands/DescribeDiscovererCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDiscovererCommandOutput extends DescribeDiscovererRespo /** *

Describes the discoverer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DescribeDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DescribeDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DescribeRegistryCommand.ts b/clients/client-schemas/commands/DescribeRegistryCommand.ts index 0d9a743d03b0..9e1806bb3eb5 100644 --- a/clients/client-schemas/commands/DescribeRegistryCommand.ts +++ b/clients/client-schemas/commands/DescribeRegistryCommand.ts @@ -23,7 +23,7 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, /** *

Describes the registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DescribeRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DescribeRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/DescribeSchemaCommand.ts b/clients/client-schemas/commands/DescribeSchemaCommand.ts index 19a719b83f51..da0119777e01 100644 --- a/clients/client-schemas/commands/DescribeSchemaCommand.ts +++ b/clients/client-schemas/commands/DescribeSchemaCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M /** *

Retrieve the schema definition.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, DescribeSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, DescribeSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/GetCodeBindingSourceCommand.ts b/clients/client-schemas/commands/GetCodeBindingSourceCommand.ts index 6de802520012..68056124128e 100644 --- a/clients/client-schemas/commands/GetCodeBindingSourceCommand.ts +++ b/clients/client-schemas/commands/GetCodeBindingSourceCommand.ts @@ -23,7 +23,7 @@ export interface GetCodeBindingSourceCommandOutput extends GetCodeBindingSourceR /** *

Get the code binding source URI.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, GetCodeBindingSourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, GetCodeBindingSourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/GetDiscoveredSchemaCommand.ts b/clients/client-schemas/commands/GetDiscoveredSchemaCommand.ts index 86799153512e..e921c6d148d4 100644 --- a/clients/client-schemas/commands/GetDiscoveredSchemaCommand.ts +++ b/clients/client-schemas/commands/GetDiscoveredSchemaCommand.ts @@ -23,7 +23,7 @@ export interface GetDiscoveredSchemaCommandOutput extends GetDiscoveredSchemaRes /** *

Get the discovered schema that was generated based on sampled events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, GetDiscoveredSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, GetDiscoveredSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/GetResourcePolicyCommand.ts b/clients/client-schemas/commands/GetResourcePolicyCommand.ts index 4f550f7c5755..1ec7507ffe64 100644 --- a/clients/client-schemas/commands/GetResourcePolicyCommand.ts +++ b/clients/client-schemas/commands/GetResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons /** *

Retrieves the resource-based policy attached to a given registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, GetResourcePolicyCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, GetResourcePolicyCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/ListDiscoverersCommand.ts b/clients/client-schemas/commands/ListDiscoverersCommand.ts index 9e0ba8393661..3fba203c53f5 100644 --- a/clients/client-schemas/commands/ListDiscoverersCommand.ts +++ b/clients/client-schemas/commands/ListDiscoverersCommand.ts @@ -23,7 +23,7 @@ export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, _ /** *

List the discoverers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, ListDiscoverersCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, ListDiscoverersCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/ListRegistriesCommand.ts b/clients/client-schemas/commands/ListRegistriesCommand.ts index dd5f2d3389c2..b112e1c36aae 100644 --- a/clients/client-schemas/commands/ListRegistriesCommand.ts +++ b/clients/client-schemas/commands/ListRegistriesCommand.ts @@ -23,7 +23,7 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M /** *

List the registries.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, ListRegistriesCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, ListRegistriesCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/ListSchemaVersionsCommand.ts b/clients/client-schemas/commands/ListSchemaVersionsCommand.ts index fc5240f511f0..f8f186412183 100644 --- a/clients/client-schemas/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-schemas/commands/ListSchemaVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo /** *

Provides a list of the schema versions and related information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, ListSchemaVersionsCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, ListSchemaVersionsCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/ListSchemasCommand.ts b/clients/client-schemas/commands/ListSchemasCommand.ts index d384d8d26ebd..d4f74d7abd96 100644 --- a/clients/client-schemas/commands/ListSchemasCommand.ts +++ b/clients/client-schemas/commands/ListSchemasCommand.ts @@ -23,7 +23,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat /** *

List the schemas.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, ListSchemasCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, ListSchemasCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/ListTagsForResourceCommand.ts b/clients/client-schemas/commands/ListTagsForResourceCommand.ts index f4f87208a077..8ec92f5da8bb 100644 --- a/clients/client-schemas/commands/ListTagsForResourceCommand.ts +++ b/clients/client-schemas/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Get tags for resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, ListTagsForResourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, ListTagsForResourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/PutCodeBindingCommand.ts b/clients/client-schemas/commands/PutCodeBindingCommand.ts index 17787bc8836a..85764e54e540 100644 --- a/clients/client-schemas/commands/PutCodeBindingCommand.ts +++ b/clients/client-schemas/commands/PutCodeBindingCommand.ts @@ -23,7 +23,7 @@ export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __M /** *

Put code binding URI

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, PutCodeBindingCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, PutCodeBindingCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/PutResourcePolicyCommand.ts b/clients/client-schemas/commands/PutResourcePolicyCommand.ts index 9638d4ec94f2..60a034368b1f 100644 --- a/clients/client-schemas/commands/PutResourcePolicyCommand.ts +++ b/clients/client-schemas/commands/PutResourcePolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons /** *

The name of the policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, PutResourcePolicyCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, PutResourcePolicyCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/SearchSchemasCommand.ts b/clients/client-schemas/commands/SearchSchemasCommand.ts index 4ebbf4f4152a..18f9a51805bf 100644 --- a/clients/client-schemas/commands/SearchSchemasCommand.ts +++ b/clients/client-schemas/commands/SearchSchemasCommand.ts @@ -23,7 +23,7 @@ export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __Met /** *

Search the schemas

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, SearchSchemasCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, SearchSchemasCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/StartDiscovererCommand.ts b/clients/client-schemas/commands/StartDiscovererCommand.ts index 13f212d33d1f..b3987158d954 100644 --- a/clients/client-schemas/commands/StartDiscovererCommand.ts +++ b/clients/client-schemas/commands/StartDiscovererCommand.ts @@ -23,7 +23,7 @@ export interface StartDiscovererCommandOutput extends StartDiscovererResponse, _ /** *

Starts the discoverer

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, StartDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, StartDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/StopDiscovererCommand.ts b/clients/client-schemas/commands/StopDiscovererCommand.ts index 7a23fdedd532..b98bbc7be036 100644 --- a/clients/client-schemas/commands/StopDiscovererCommand.ts +++ b/clients/client-schemas/commands/StopDiscovererCommand.ts @@ -23,7 +23,7 @@ export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __M /** *

Stops the discoverer

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, StopDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, StopDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/TagResourceCommand.ts b/clients/client-schemas/commands/TagResourceCommand.ts index bd61553c2219..1b8c1da778d7 100644 --- a/clients/client-schemas/commands/TagResourceCommand.ts +++ b/clients/client-schemas/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** *

Add tags to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, TagResourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, TagResourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/UntagResourceCommand.ts b/clients/client-schemas/commands/UntagResourceCommand.ts index 7e906b0a4aea..bf9d0e988daf 100644 --- a/clients/client-schemas/commands/UntagResourceCommand.ts +++ b/clients/client-schemas/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Removes tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, UntagResourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, UntagResourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/UpdateDiscovererCommand.ts b/clients/client-schemas/commands/UpdateDiscovererCommand.ts index c3cf0f02eaf7..68d917c3409d 100644 --- a/clients/client-schemas/commands/UpdateDiscovererCommand.ts +++ b/clients/client-schemas/commands/UpdateDiscovererCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDiscovererCommandOutput extends UpdateDiscovererResponse, /** *

Updates the discoverer

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, UpdateDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, UpdateDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/UpdateRegistryCommand.ts b/clients/client-schemas/commands/UpdateRegistryCommand.ts index dfc4f3eb82d9..8a1546031243 100644 --- a/clients/client-schemas/commands/UpdateRegistryCommand.ts +++ b/clients/client-schemas/commands/UpdateRegistryCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M /** *

Updates a registry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, UpdateRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, UpdateRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-schemas/commands/UpdateSchemaCommand.ts b/clients/client-schemas/commands/UpdateSchemaCommand.ts index 6c4719c4d240..c678deb74bca 100644 --- a/clients/client-schemas/commands/UpdateSchemaCommand.ts +++ b/clients/client-schemas/commands/UpdateSchemaCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad /** *

Updates the schema definition

Inactive schemas will be deleted after two years.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SchemasClient, UpdateSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import * // const { SchemasClient, UpdateSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/CancelRotateSecretCommand.ts b/clients/client-secrets-manager/commands/CancelRotateSecretCommand.ts index 17fe9864c8a3..67526f2d1c3c 100644 --- a/clients/client-secrets-manager/commands/CancelRotateSecretCommand.ts +++ b/clients/client-secrets-manager/commands/CancelRotateSecretCommand.ts @@ -75,7 +75,7 @@ export interface CancelRotateSecretCommandOutput extends CancelRotateSecretRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, CancelRotateSecretCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, CancelRotateSecretCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/CreateSecretCommand.ts b/clients/client-secrets-manager/commands/CreateSecretCommand.ts index b1ade620f48a..1b8477f5388a 100644 --- a/clients/client-secrets-manager/commands/CreateSecretCommand.ts +++ b/clients/client-secrets-manager/commands/CreateSecretCommand.ts @@ -110,7 +110,7 @@ export interface CreateSecretCommandOutput extends CreateSecretResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, CreateSecretCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, CreateSecretCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/DeleteResourcePolicyCommand.ts b/clients/client-secrets-manager/commands/DeleteResourcePolicyCommand.ts index 351ad908832d..5c459cf8be5f 100644 --- a/clients/client-secrets-manager/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/commands/DeleteResourcePolicyCommand.ts @@ -46,7 +46,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/DeleteSecretCommand.ts b/clients/client-secrets-manager/commands/DeleteSecretCommand.ts index d53824b6f053..d4eb2c055cb3 100644 --- a/clients/client-secrets-manager/commands/DeleteSecretCommand.ts +++ b/clients/client-secrets-manager/commands/DeleteSecretCommand.ts @@ -68,7 +68,7 @@ export interface DeleteSecretCommandOutput extends DeleteSecretResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, DeleteSecretCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, DeleteSecretCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/DescribeSecretCommand.ts b/clients/client-secrets-manager/commands/DescribeSecretCommand.ts index 0dc71069e064..460fa1614f49 100644 --- a/clients/client-secrets-manager/commands/DescribeSecretCommand.ts +++ b/clients/client-secrets-manager/commands/DescribeSecretCommand.ts @@ -50,7 +50,7 @@ export interface DescribeSecretCommandOutput extends DescribeSecretResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, DescribeSecretCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, DescribeSecretCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/GetRandomPasswordCommand.ts b/clients/client-secrets-manager/commands/GetRandomPasswordCommand.ts index e2b9cea29d64..c4725d3666d1 100644 --- a/clients/client-secrets-manager/commands/GetRandomPasswordCommand.ts +++ b/clients/client-secrets-manager/commands/GetRandomPasswordCommand.ts @@ -35,7 +35,7 @@ export interface GetRandomPasswordCommandOutput extends GetRandomPasswordRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, GetRandomPasswordCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, GetRandomPasswordCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/GetResourcePolicyCommand.ts b/clients/client-secrets-manager/commands/GetResourcePolicyCommand.ts index fe0903da5790..0c745c9437b6 100644 --- a/clients/client-secrets-manager/commands/GetResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/commands/GetResourcePolicyCommand.ts @@ -49,7 +49,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, GetResourcePolicyCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, GetResourcePolicyCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/GetSecretValueCommand.ts b/clients/client-secrets-manager/commands/GetSecretValueCommand.ts index 6c58951813c3..5d09858ee5a6 100644 --- a/clients/client-secrets-manager/commands/GetSecretValueCommand.ts +++ b/clients/client-secrets-manager/commands/GetSecretValueCommand.ts @@ -50,7 +50,7 @@ export interface GetSecretValueCommandOutput extends GetSecretValueResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, GetSecretValueCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, GetSecretValueCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/ListSecretVersionIdsCommand.ts b/clients/client-secrets-manager/commands/ListSecretVersionIdsCommand.ts index bab130acbfda..10949fce323a 100644 --- a/clients/client-secrets-manager/commands/ListSecretVersionIdsCommand.ts +++ b/clients/client-secrets-manager/commands/ListSecretVersionIdsCommand.ts @@ -51,7 +51,7 @@ export interface ListSecretVersionIdsCommandOutput extends ListSecretVersionIdsR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, ListSecretVersionIdsCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, ListSecretVersionIdsCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/ListSecretsCommand.ts b/clients/client-secrets-manager/commands/ListSecretsCommand.ts index b3e846b66f9d..1c0c17777610 100644 --- a/clients/client-secrets-manager/commands/ListSecretsCommand.ts +++ b/clients/client-secrets-manager/commands/ListSecretsCommand.ts @@ -52,7 +52,7 @@ export interface ListSecretsCommandOutput extends ListSecretsResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, ListSecretsCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, ListSecretsCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/PutResourcePolicyCommand.ts b/clients/client-secrets-manager/commands/PutResourcePolicyCommand.ts index d8b2bdef01c8..79aaf8cf5dc0 100644 --- a/clients/client-secrets-manager/commands/PutResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/commands/PutResourcePolicyCommand.ts @@ -54,7 +54,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, PutResourcePolicyCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, PutResourcePolicyCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/PutSecretValueCommand.ts b/clients/client-secrets-manager/commands/PutSecretValueCommand.ts index 2b2725044979..1c8c2009c55f 100644 --- a/clients/client-secrets-manager/commands/PutSecretValueCommand.ts +++ b/clients/client-secrets-manager/commands/PutSecretValueCommand.ts @@ -110,7 +110,7 @@ export interface PutSecretValueCommandOutput extends PutSecretValueResponse, __M * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, PutSecretValueCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, PutSecretValueCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/RemoveRegionsFromReplicationCommand.ts b/clients/client-secrets-manager/commands/RemoveRegionsFromReplicationCommand.ts index e19bc654bbde..f1f3b81c0998 100644 --- a/clients/client-secrets-manager/commands/RemoveRegionsFromReplicationCommand.ts +++ b/clients/client-secrets-manager/commands/RemoveRegionsFromReplicationCommand.ts @@ -25,7 +25,7 @@ export interface RemoveRegionsFromReplicationCommandOutput /** *

Remove regions from replication.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, RemoveRegionsFromReplicationCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, RemoveRegionsFromReplicationCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/ReplicateSecretToRegionsCommand.ts b/clients/client-secrets-manager/commands/ReplicateSecretToRegionsCommand.ts index 16129fbedfa4..4888c93f10f6 100644 --- a/clients/client-secrets-manager/commands/ReplicateSecretToRegionsCommand.ts +++ b/clients/client-secrets-manager/commands/ReplicateSecretToRegionsCommand.ts @@ -24,7 +24,7 @@ export interface ReplicateSecretToRegionsCommandOutput extends ReplicateSecretTo *

Converts an existing secret to a multi-Region secret and begins replication the secret to a * list of new regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, ReplicateSecretToRegionsCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, ReplicateSecretToRegionsCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/RestoreSecretCommand.ts b/clients/client-secrets-manager/commands/RestoreSecretCommand.ts index 97d577c6b6ef..7efbf6dc490b 100644 --- a/clients/client-secrets-manager/commands/RestoreSecretCommand.ts +++ b/clients/client-secrets-manager/commands/RestoreSecretCommand.ts @@ -41,7 +41,7 @@ export interface RestoreSecretCommandOutput extends RestoreSecretResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, RestoreSecretCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, RestoreSecretCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/RotateSecretCommand.ts b/clients/client-secrets-manager/commands/RotateSecretCommand.ts index 7ae65a31c190..47c731026567 100644 --- a/clients/client-secrets-manager/commands/RotateSecretCommand.ts +++ b/clients/client-secrets-manager/commands/RotateSecretCommand.ts @@ -84,7 +84,7 @@ export interface RotateSecretCommandOutput extends RotateSecretResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, RotateSecretCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, RotateSecretCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/StopReplicationToReplicaCommand.ts b/clients/client-secrets-manager/commands/StopReplicationToReplicaCommand.ts index 1e2174dc1c02..cbc029e08e31 100644 --- a/clients/client-secrets-manager/commands/StopReplicationToReplicaCommand.ts +++ b/clients/client-secrets-manager/commands/StopReplicationToReplicaCommand.ts @@ -23,7 +23,7 @@ export interface StopReplicationToReplicaCommandOutput extends StopReplicationTo /** *

Removes the secret from replication and promotes the secret to a regional secret in the replica Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, StopReplicationToReplicaCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, StopReplicationToReplicaCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/TagResourceCommand.ts b/clients/client-secrets-manager/commands/TagResourceCommand.ts index 95f339a5de7c..9610207d3f3c 100644 --- a/clients/client-secrets-manager/commands/TagResourceCommand.ts +++ b/clients/client-secrets-manager/commands/TagResourceCommand.ts @@ -78,7 +78,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, TagResourceCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, TagResourceCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/UntagResourceCommand.ts b/clients/client-secrets-manager/commands/UntagResourceCommand.ts index 9c3b125a8f19..a03f60693b87 100644 --- a/clients/client-secrets-manager/commands/UntagResourceCommand.ts +++ b/clients/client-secrets-manager/commands/UntagResourceCommand.ts @@ -51,7 +51,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, UntagResourceCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, UntagResourceCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/UpdateSecretCommand.ts b/clients/client-secrets-manager/commands/UpdateSecretCommand.ts index 46fbf24c2d90..5bf024b340b2 100644 --- a/clients/client-secrets-manager/commands/UpdateSecretCommand.ts +++ b/clients/client-secrets-manager/commands/UpdateSecretCommand.ts @@ -107,7 +107,7 @@ export interface UpdateSecretCommandOutput extends UpdateSecretResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, UpdateSecretCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, UpdateSecretCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/UpdateSecretVersionStageCommand.ts b/clients/client-secrets-manager/commands/UpdateSecretVersionStageCommand.ts index 4878f8e754f7..ada64f7a8114 100644 --- a/clients/client-secrets-manager/commands/UpdateSecretVersionStageCommand.ts +++ b/clients/client-secrets-manager/commands/UpdateSecretVersionStageCommand.ts @@ -59,7 +59,7 @@ export interface UpdateSecretVersionStageCommandOutput extends UpdateSecretVersi * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, UpdateSecretVersionStageCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, UpdateSecretVersionStageCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-secrets-manager/commands/ValidateResourcePolicyCommand.ts b/clients/client-secrets-manager/commands/ValidateResourcePolicyCommand.ts index 439cb7f1f1ae..153d4eecb0cb 100644 --- a/clients/client-secrets-manager/commands/ValidateResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/commands/ValidateResourcePolicyCommand.ts @@ -57,7 +57,7 @@ export interface ValidateResourcePolicyCommandOutput extends ValidateResourcePol * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecretsManagerClient, ValidateResourcePolicyCommand } from "@aws-sdk/client-secrets-manager"; // ES Modules import * // const { SecretsManagerClient, ValidateResourcePolicyCommand } = require("@aws-sdk/client-secrets-manager"); // CommonJS import diff --git a/clients/client-securityhub/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-securityhub/commands/AcceptAdministratorInvitationCommand.ts index 4cbb8df8894c..601e780cbc1b 100644 --- a/clients/client-securityhub/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-securityhub/commands/AcceptAdministratorInvitationCommand.ts @@ -30,7 +30,7 @@ export interface AcceptAdministratorInvitationCommandOutput *

When the member account accepts the invitation, permission is granted to the administrator * account to view findings generated in the member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, AcceptAdministratorInvitationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, AcceptAdministratorInvitationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/AcceptInvitationCommand.ts b/clients/client-securityhub/commands/AcceptInvitationCommand.ts index 5b381f9ce82c..18bf0742fd03 100644 --- a/clients/client-securityhub/commands/AcceptInvitationCommand.ts +++ b/clients/client-securityhub/commands/AcceptInvitationCommand.ts @@ -31,7 +31,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, *

When the member account accepts the invitation, permission is granted to the administrator * account to view findings generated in the member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, AcceptInvitationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, AcceptInvitationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/BatchDisableStandardsCommand.ts b/clients/client-securityhub/commands/BatchDisableStandardsCommand.ts index 066b437684e6..cd54951c5d4b 100644 --- a/clients/client-securityhub/commands/BatchDisableStandardsCommand.ts +++ b/clients/client-securityhub/commands/BatchDisableStandardsCommand.ts @@ -26,7 +26,7 @@ export interface BatchDisableStandardsCommandOutput extends BatchDisableStandard *

For more information, see Security Standards section of the AWS Security Hub User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, BatchDisableStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, BatchDisableStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/BatchEnableStandardsCommand.ts b/clients/client-securityhub/commands/BatchEnableStandardsCommand.ts index 32071a127de4..fe91d475034c 100644 --- a/clients/client-securityhub/commands/BatchEnableStandardsCommand.ts +++ b/clients/client-securityhub/commands/BatchEnableStandardsCommand.ts @@ -29,7 +29,7 @@ export interface BatchEnableStandardsCommandOutput extends BatchEnableStandardsR *

For more information, see the Security Standards * section of the AWS Security Hub User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, BatchEnableStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, BatchEnableStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/BatchImportFindingsCommand.ts b/clients/client-securityhub/commands/BatchImportFindingsCommand.ts index 77020fb5b590..61098e58c48f 100644 --- a/clients/client-securityhub/commands/BatchImportFindingsCommand.ts +++ b/clients/client-securityhub/commands/BatchImportFindingsCommand.ts @@ -81,7 +81,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes * *

Instead, finding providers use FindingProviderFields to provide values for these attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, BatchImportFindingsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, BatchImportFindingsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/BatchUpdateFindingsCommand.ts b/clients/client-securityhub/commands/BatchUpdateFindingsCommand.ts index 0d9e96e380aa..b2f2eefb71ba 100644 --- a/clients/client-securityhub/commands/BatchUpdateFindingsCommand.ts +++ b/clients/client-securityhub/commands/BatchUpdateFindingsCommand.ts @@ -81,7 +81,7 @@ export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsRes * finding severity. See Configuring access to BatchUpdateFindings in the * AWS Security Hub User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, BatchUpdateFindingsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, BatchUpdateFindingsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/CreateActionTargetCommand.ts b/clients/client-securityhub/commands/CreateActionTargetCommand.ts index 0e2abcdb22db..f1527ad107b8 100644 --- a/clients/client-securityhub/commands/CreateActionTargetCommand.ts +++ b/clients/client-securityhub/commands/CreateActionTargetCommand.ts @@ -25,7 +25,7 @@ export interface CreateActionTargetCommandOutput extends CreateActionTargetRespo *

You can use custom actions on findings and insights in Security Hub to trigger target actions * in Amazon CloudWatch Events.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, CreateActionTargetCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, CreateActionTargetCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/CreateInsightCommand.ts b/clients/client-securityhub/commands/CreateInsightCommand.ts index 6e2f1e73bfca..834a336a2ede 100644 --- a/clients/client-securityhub/commands/CreateInsightCommand.ts +++ b/clients/client-securityhub/commands/CreateInsightCommand.ts @@ -26,7 +26,7 @@ export interface CreateInsightCommandOutput extends CreateInsightResponse, __Met *

To group the related findings in the insight, use the * GroupByAttribute.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, CreateInsightCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, CreateInsightCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/CreateMembersCommand.ts b/clients/client-securityhub/commands/CreateMembersCommand.ts index 20b7068b95eb..d01603d93e9f 100644 --- a/clients/client-securityhub/commands/CreateMembersCommand.ts +++ b/clients/client-securityhub/commands/CreateMembersCommand.ts @@ -59,7 +59,7 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met * DisassociateMembers * operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, CreateMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, CreateMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DeclineInvitationsCommand.ts b/clients/client-securityhub/commands/DeclineInvitationsCommand.ts index 13a9a1f219a5..415e42feff1f 100644 --- a/clients/client-securityhub/commands/DeclineInvitationsCommand.ts +++ b/clients/client-securityhub/commands/DeclineInvitationsCommand.ts @@ -25,7 +25,7 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo *

This operation is only used by accounts that are not part of an organization. * Organization accounts do not receive invitations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DeclineInvitationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DeclineInvitationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DeleteActionTargetCommand.ts b/clients/client-securityhub/commands/DeleteActionTargetCommand.ts index c651ea029378..d92733fd127e 100644 --- a/clients/client-securityhub/commands/DeleteActionTargetCommand.ts +++ b/clients/client-securityhub/commands/DeleteActionTargetCommand.ts @@ -25,7 +25,7 @@ export interface DeleteActionTargetCommandOutput extends DeleteActionTargetRespo *

Deleting a custom action target does not affect any findings or insights that were * already sent to Amazon CloudWatch Events using the custom action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DeleteActionTargetCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DeleteActionTargetCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DeleteInsightCommand.ts b/clients/client-securityhub/commands/DeleteInsightCommand.ts index de9561823b2b..da4103c8e04f 100644 --- a/clients/client-securityhub/commands/DeleteInsightCommand.ts +++ b/clients/client-securityhub/commands/DeleteInsightCommand.ts @@ -23,7 +23,7 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met /** *

Deletes the insight specified by the InsightArn.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DeleteInsightCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DeleteInsightCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DeleteInvitationsCommand.ts b/clients/client-securityhub/commands/DeleteInvitationsCommand.ts index 5c244c847b13..097c455c0c42 100644 --- a/clients/client-securityhub/commands/DeleteInvitationsCommand.ts +++ b/clients/client-securityhub/commands/DeleteInvitationsCommand.ts @@ -25,7 +25,7 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons *

This operation is only used by accounts that are not part of an organization. * Organization accounts do not receive invitations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DeleteInvitationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DeleteInvitationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DeleteMembersCommand.ts b/clients/client-securityhub/commands/DeleteMembersCommand.ts index 0c9ced52efb8..d4cbbdf7e159 100644 --- a/clients/client-securityhub/commands/DeleteMembersCommand.ts +++ b/clients/client-securityhub/commands/DeleteMembersCommand.ts @@ -25,7 +25,7 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met *

Can be used to delete member accounts that belong to an organization as well as member * accounts that were invited manually.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DeleteMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DeleteMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DescribeActionTargetsCommand.ts b/clients/client-securityhub/commands/DescribeActionTargetsCommand.ts index 98dcb2a23030..9bc1c88487db 100644 --- a/clients/client-securityhub/commands/DescribeActionTargetsCommand.ts +++ b/clients/client-securityhub/commands/DescribeActionTargetsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeActionTargetsCommandOutput extends DescribeActionTarget /** *

Returns a list of the custom action targets in Security Hub in your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DescribeActionTargetsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DescribeActionTargetsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DescribeHubCommand.ts b/clients/client-securityhub/commands/DescribeHubCommand.ts index 8faea6d7b9b4..f02b4dba30a9 100644 --- a/clients/client-securityhub/commands/DescribeHubCommand.ts +++ b/clients/client-securityhub/commands/DescribeHubCommand.ts @@ -24,7 +24,7 @@ export interface DescribeHubCommandOutput extends DescribeHubResponse, __Metadat *

Returns details about the Hub resource in your account, including the * HubArn and the time when you enabled Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DescribeHubCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DescribeHubCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-securityhub/commands/DescribeOrganizationConfigurationCommand.ts index 4ad2759a0277..debe3eed85cf 100644 --- a/clients/client-securityhub/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/commands/DescribeOrganizationConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeOrganizationConfigurationCommandOutput *

Returns information about the Organizations configuration for Security Hub. Can only be * called from a Security Hub administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DescribeOrganizationConfigurationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DescribeOrganizationConfigurationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DescribeProductsCommand.ts b/clients/client-securityhub/commands/DescribeProductsCommand.ts index b21d5f8bc86d..da5a23b8c913 100644 --- a/clients/client-securityhub/commands/DescribeProductsCommand.ts +++ b/clients/client-securityhub/commands/DescribeProductsCommand.ts @@ -27,7 +27,7 @@ export interface DescribeProductsCommandOutput extends DescribeProductsResponse, *

If you do not provide an integration ARN, then the results include all of the available * product integrations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DescribeProductsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DescribeProductsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DescribeStandardsCommand.ts b/clients/client-securityhub/commands/DescribeStandardsCommand.ts index 07e7a4ff9868..0476cd633f19 100644 --- a/clients/client-securityhub/commands/DescribeStandardsCommand.ts +++ b/clients/client-securityhub/commands/DescribeStandardsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeStandardsCommandOutput extends DescribeStandardsRespons *

Returns a list of the available standards in Security Hub.

*

For each standard, the results include the standard ARN, the name, and a description.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DescribeStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DescribeStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DescribeStandardsControlsCommand.ts b/clients/client-securityhub/commands/DescribeStandardsControlsCommand.ts index fe5a4bd4e387..e942c7c3a09d 100644 --- a/clients/client-securityhub/commands/DescribeStandardsControlsCommand.ts +++ b/clients/client-securityhub/commands/DescribeStandardsControlsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeStandardsControlsCommandOutput extends DescribeStandard *

For each control, the results include information about whether it is currently enabled, * the severity, and a link to remediation information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DescribeStandardsControlsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DescribeStandardsControlsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DisableImportFindingsForProductCommand.ts b/clients/client-securityhub/commands/DisableImportFindingsForProductCommand.ts index 68e41d28b7a9..51a0310a6238 100644 --- a/clients/client-securityhub/commands/DisableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/commands/DisableImportFindingsForProductCommand.ts @@ -26,7 +26,7 @@ export interface DisableImportFindingsForProductCommandOutput *

Disables the integration of the specified product with Security Hub. After the integration is * disabled, findings from that product are no longer sent to Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DisableImportFindingsForProductCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DisableImportFindingsForProductCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/commands/DisableOrganizationAdminAccountCommand.ts index 27a9a94c02e3..0c16fcf4c69a 100644 --- a/clients/client-securityhub/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/commands/DisableOrganizationAdminAccountCommand.ts @@ -26,7 +26,7 @@ export interface DisableOrganizationAdminAccountCommandOutput *

Disables a Security Hub administrator account. Can only be called by the organization * management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DisableOrganizationAdminAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DisableOrganizationAdminAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DisableSecurityHubCommand.ts b/clients/client-securityhub/commands/DisableSecurityHubCommand.ts index ee5df5af7448..340c1111cd3f 100644 --- a/clients/client-securityhub/commands/DisableSecurityHubCommand.ts +++ b/clients/client-securityhub/commands/DisableSecurityHubCommand.ts @@ -31,7 +31,7 @@ export interface DisableSecurityHubCommandOutput extends DisableSecurityHubRespo *

If you want to save your existing findings, you must export them before you disable * Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DisableSecurityHubCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DisableSecurityHubCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-securityhub/commands/DisassociateFromAdministratorAccountCommand.ts index f978caf74e3b..77814ec54f8c 100644 --- a/clients/client-securityhub/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-securityhub/commands/DisassociateFromAdministratorAccountCommand.ts @@ -32,7 +32,7 @@ export interface DisassociateFromAdministratorAccountCommandOutput * organization accounts, only the administrator account can * disassociate a member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DisassociateFromAdministratorAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DisassociateFromAdministratorAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-securityhub/commands/DisassociateFromMasterAccountCommand.ts index fea39a46d1bd..8dcd3b608c90 100644 --- a/clients/client-securityhub/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-securityhub/commands/DisassociateFromMasterAccountCommand.ts @@ -32,7 +32,7 @@ export interface DisassociateFromMasterAccountCommandOutput * organization accounts, only the administrator account can * disassociate a member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DisassociateFromMasterAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DisassociateFromMasterAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/DisassociateMembersCommand.ts b/clients/client-securityhub/commands/DisassociateMembersCommand.ts index c49fbe51661a..3dd2900d48eb 100644 --- a/clients/client-securityhub/commands/DisassociateMembersCommand.ts +++ b/clients/client-securityhub/commands/DisassociateMembersCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes *

Can be used to disassociate both accounts that are managed using Organizations and accounts that * were invited manually.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, DisassociateMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, DisassociateMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/EnableImportFindingsForProductCommand.ts b/clients/client-securityhub/commands/EnableImportFindingsForProductCommand.ts index b661d8e3d5ff..82bc66830d1b 100644 --- a/clients/client-securityhub/commands/EnableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/commands/EnableImportFindingsForProductCommand.ts @@ -28,7 +28,7 @@ export interface EnableImportFindingsForProductCommandOutput *

When you enable a product integration, a permissions policy that grants permission for * the product to send findings to Security Hub is applied.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, EnableImportFindingsForProductCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, EnableImportFindingsForProductCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/commands/EnableOrganizationAdminAccountCommand.ts index c70070203f8f..7efa384b97a3 100644 --- a/clients/client-securityhub/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/commands/EnableOrganizationAdminAccountCommand.ts @@ -26,7 +26,7 @@ export interface EnableOrganizationAdminAccountCommandOutput *

Designates the Security Hub administrator account for an organization. Can only be called by * the organization management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, EnableOrganizationAdminAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, EnableOrganizationAdminAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/EnableSecurityHubCommand.ts b/clients/client-securityhub/commands/EnableSecurityHubCommand.ts index da933f5551b9..8b320f5a5a75 100644 --- a/clients/client-securityhub/commands/EnableSecurityHubCommand.ts +++ b/clients/client-securityhub/commands/EnableSecurityHubCommand.ts @@ -47,7 +47,7 @@ export interface EnableSecurityHubCommandOutput extends EnableSecurityHubRespons *

To learn more, see Setting Up * AWS Security Hub in the AWS Security Hub User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, EnableSecurityHubCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, EnableSecurityHubCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetAdministratorAccountCommand.ts b/clients/client-securityhub/commands/GetAdministratorAccountCommand.ts index a5347f98d7cc..dc688d65ecbc 100644 --- a/clients/client-securityhub/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-securityhub/commands/GetAdministratorAccountCommand.ts @@ -25,7 +25,7 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc *

Can be used by both member accounts that are managed using Organizations and accounts that were * invited manually.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetAdministratorAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetAdministratorAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetEnabledStandardsCommand.ts b/clients/client-securityhub/commands/GetEnabledStandardsCommand.ts index 13389cb5f18f..8a12450e8ad9 100644 --- a/clients/client-securityhub/commands/GetEnabledStandardsCommand.ts +++ b/clients/client-securityhub/commands/GetEnabledStandardsCommand.ts @@ -23,7 +23,7 @@ export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsRes /** *

Returns a list of the standards that are currently enabled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetEnabledStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetEnabledStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetFindingsCommand.ts b/clients/client-securityhub/commands/GetFindingsCommand.ts index 21b12c56cdbe..845dac7a2d91 100644 --- a/clients/client-securityhub/commands/GetFindingsCommand.ts +++ b/clients/client-securityhub/commands/GetFindingsCommand.ts @@ -23,7 +23,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat /** *

Returns a list of findings that match the specified criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetFindingsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetFindingsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetInsightResultsCommand.ts b/clients/client-securityhub/commands/GetInsightResultsCommand.ts index 633a39eed61e..da7bd754f5a0 100644 --- a/clients/client-securityhub/commands/GetInsightResultsCommand.ts +++ b/clients/client-securityhub/commands/GetInsightResultsCommand.ts @@ -23,7 +23,7 @@ export interface GetInsightResultsCommandOutput extends GetInsightResultsRespons /** *

Lists the results of the Security Hub insight specified by the insight ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetInsightResultsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetInsightResultsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetInsightsCommand.ts b/clients/client-securityhub/commands/GetInsightsCommand.ts index 0b993509ea9d..3241c7c7ff0d 100644 --- a/clients/client-securityhub/commands/GetInsightsCommand.ts +++ b/clients/client-securityhub/commands/GetInsightsCommand.ts @@ -23,7 +23,7 @@ export interface GetInsightsCommandOutput extends GetInsightsResponse, __Metadat /** *

Lists and describes insights for the specified insight ARNs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetInsightsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetInsightsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetInvitationsCountCommand.ts b/clients/client-securityhub/commands/GetInvitationsCountCommand.ts index b8f4c6285d08..d2637a3fa259 100644 --- a/clients/client-securityhub/commands/GetInvitationsCountCommand.ts +++ b/clients/client-securityhub/commands/GetInvitationsCountCommand.ts @@ -24,7 +24,7 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes *

Returns the count of all Security Hub membership invitations that were sent to the * current member account, not including the currently accepted invitation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetInvitationsCountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetInvitationsCountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetMasterAccountCommand.ts b/clients/client-securityhub/commands/GetMasterAccountCommand.ts index 5d998a0611de..a175ac5d5ec5 100644 --- a/clients/client-securityhub/commands/GetMasterAccountCommand.ts +++ b/clients/client-securityhub/commands/GetMasterAccountCommand.ts @@ -28,7 +28,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, *

Can be used by both member accounts that are managed using Organizations and accounts that were * invited manually.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetMasterAccountCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetMasterAccountCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/GetMembersCommand.ts b/clients/client-securityhub/commands/GetMembersCommand.ts index 734b62ee4c2b..5c18b97c6a6c 100644 --- a/clients/client-securityhub/commands/GetMembersCommand.ts +++ b/clients/client-securityhub/commands/GetMembersCommand.ts @@ -27,7 +27,7 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB *

The results include both member accounts that are managed using Organizations and accounts that * were invited manually.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, GetMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, GetMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/InviteMembersCommand.ts b/clients/client-securityhub/commands/InviteMembersCommand.ts index 5fcafd0aa138..b77675e02070 100644 --- a/clients/client-securityhub/commands/InviteMembersCommand.ts +++ b/clients/client-securityhub/commands/InviteMembersCommand.ts @@ -31,7 +31,7 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met *

When the account owner enables Security Hub and accepts the invitation to become a member * account, the administrator account can view the findings generated from the member account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, InviteMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, InviteMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/ListEnabledProductsForImportCommand.ts b/clients/client-securityhub/commands/ListEnabledProductsForImportCommand.ts index 8282b5f9cdbb..222727b46b43 100644 --- a/clients/client-securityhub/commands/ListEnabledProductsForImportCommand.ts +++ b/clients/client-securityhub/commands/ListEnabledProductsForImportCommand.ts @@ -26,7 +26,7 @@ export interface ListEnabledProductsForImportCommandOutput *

Lists all findings-generating solutions (products) that you are subscribed to receive * findings from in Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, ListEnabledProductsForImportCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, ListEnabledProductsForImportCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/ListInvitationsCommand.ts b/clients/client-securityhub/commands/ListInvitationsCommand.ts index 5eb0de1f3aee..c7ef4a24ce68 100644 --- a/clients/client-securityhub/commands/ListInvitationsCommand.ts +++ b/clients/client-securityhub/commands/ListInvitationsCommand.ts @@ -25,7 +25,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _ *

This operation is only used by accounts that are managed by invitation. * Accounts that are managed using the integration with AWS Organizations do not receive invitations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, ListInvitationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, ListInvitationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/ListMembersCommand.ts b/clients/client-securityhub/commands/ListMembersCommand.ts index a07199f1be89..780f2af2f6c8 100644 --- a/clients/client-securityhub/commands/ListMembersCommand.ts +++ b/clients/client-securityhub/commands/ListMembersCommand.ts @@ -26,7 +26,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat *

The results include both member accounts that belong to an organization and member * accounts that were invited manually.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, ListMembersCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, ListMembersCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-securityhub/commands/ListOrganizationAdminAccountsCommand.ts index cc318ca4efcd..75470157e836 100644 --- a/clients/client-securityhub/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-securityhub/commands/ListOrganizationAdminAccountsCommand.ts @@ -26,7 +26,7 @@ export interface ListOrganizationAdminAccountsCommandOutput *

Lists the Security Hub administrator accounts. Can only be called by the organization * management account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, ListOrganizationAdminAccountsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, ListOrganizationAdminAccountsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/ListTagsForResourceCommand.ts b/clients/client-securityhub/commands/ListTagsForResourceCommand.ts index ad340d74736b..11305ea90658 100644 --- a/clients/client-securityhub/commands/ListTagsForResourceCommand.ts +++ b/clients/client-securityhub/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of tags associated with a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, ListTagsForResourceCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, ListTagsForResourceCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/TagResourceCommand.ts b/clients/client-securityhub/commands/TagResourceCommand.ts index fdc87d1a8d87..652d12274da8 100644 --- a/clients/client-securityhub/commands/TagResourceCommand.ts +++ b/clients/client-securityhub/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds one or more tags to a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, TagResourceCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, TagResourceCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/UntagResourceCommand.ts b/clients/client-securityhub/commands/UntagResourceCommand.ts index 586152edfa3a..3920c8cd37a2 100644 --- a/clients/client-securityhub/commands/UntagResourceCommand.ts +++ b/clients/client-securityhub/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, UntagResourceCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, UntagResourceCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/UpdateActionTargetCommand.ts b/clients/client-securityhub/commands/UpdateActionTargetCommand.ts index bd377328f1ea..fa4fd1d17c8a 100644 --- a/clients/client-securityhub/commands/UpdateActionTargetCommand.ts +++ b/clients/client-securityhub/commands/UpdateActionTargetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateActionTargetCommandOutput extends UpdateActionTargetRespo /** *

Updates the name and description of a custom action target in Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, UpdateActionTargetCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, UpdateActionTargetCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/UpdateFindingsCommand.ts b/clients/client-securityhub/commands/UpdateFindingsCommand.ts index d199cf2b3b01..e6f381beb322 100644 --- a/clients/client-securityhub/commands/UpdateFindingsCommand.ts +++ b/clients/client-securityhub/commands/UpdateFindingsCommand.ts @@ -28,7 +28,7 @@ export interface UpdateFindingsCommandOutput extends UpdateFindingsResponse, __M * findings that the filter attributes specify. Any member account that can view the finding * also sees the update to the finding.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, UpdateFindingsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, UpdateFindingsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/UpdateInsightCommand.ts b/clients/client-securityhub/commands/UpdateInsightCommand.ts index 452779dafec4..f5a59b6c7319 100644 --- a/clients/client-securityhub/commands/UpdateInsightCommand.ts +++ b/clients/client-securityhub/commands/UpdateInsightCommand.ts @@ -23,7 +23,7 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met /** *

Updates the Security Hub insight identified by the specified insight ARN.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, UpdateInsightCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, UpdateInsightCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-securityhub/commands/UpdateOrganizationConfigurationCommand.ts index 4260a51d2d72..bd8af8fd2c23 100644 --- a/clients/client-securityhub/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/commands/UpdateOrganizationConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface UpdateOrganizationConfigurationCommandOutput *

Used to update the configuration related to Organizations. Can only be called from a * Security Hub administrator account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, UpdateOrganizationConfigurationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, UpdateOrganizationConfigurationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/UpdateSecurityHubConfigurationCommand.ts b/clients/client-securityhub/commands/UpdateSecurityHubConfigurationCommand.ts index a50e2d7f1bf6..8630db853cc9 100644 --- a/clients/client-securityhub/commands/UpdateSecurityHubConfigurationCommand.ts +++ b/clients/client-securityhub/commands/UpdateSecurityHubConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateSecurityHubConfigurationCommandOutput /** *

Updates configuration options for Security Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, UpdateSecurityHubConfigurationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, UpdateSecurityHubConfigurationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-securityhub/commands/UpdateStandardsControlCommand.ts b/clients/client-securityhub/commands/UpdateStandardsControlCommand.ts index b32b993dc95f..96287ac7c417 100644 --- a/clients/client-securityhub/commands/UpdateStandardsControlCommand.ts +++ b/clients/client-securityhub/commands/UpdateStandardsControlCommand.ts @@ -24,7 +24,7 @@ export interface UpdateStandardsControlCommandOutput extends UpdateStandardsCont *

Used to control whether an individual security standard control is enabled or * disabled.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SecurityHubClient, UpdateStandardsControlCommand } from "@aws-sdk/client-securityhub"; // ES Modules import * // const { SecurityHubClient, UpdateStandardsControlCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/CreateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/commands/CreateApplicationCommand.ts index 1f43407fb28b..1ce60e7d20da 100644 --- a/clients/client-serverlessapplicationrepository/commands/CreateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/CreateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons /** *

Creates an application, optionally including an AWS SAM file to create the first application version in the same call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, CreateApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, CreateApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/CreateApplicationVersionCommand.ts b/clients/client-serverlessapplicationrepository/commands/CreateApplicationVersionCommand.ts index 673be36ae865..9568f595c6f2 100644 --- a/clients/client-serverlessapplicationrepository/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/CreateApplicationVersionCommand.ts @@ -27,7 +27,7 @@ export interface CreateApplicationVersionCommandOutput extends CreateApplication /** *

Creates an application version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, CreateApplicationVersionCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, CreateApplicationVersionCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationChangeSetCommand.ts b/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationChangeSetCommand.ts index 139f9959670b..9cbf8aeef9c0 100644 --- a/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationChangeSetCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationChangeSetCommand.ts @@ -29,7 +29,7 @@ export interface CreateCloudFormationChangeSetCommandOutput /** *

Creates an AWS CloudFormation change set for the given application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, CreateCloudFormationChangeSetCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, CreateCloudFormationChangeSetCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationTemplateCommand.ts index e661cb43c99d..22b48a23c3b1 100644 --- a/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/CreateCloudFormationTemplateCommand.ts @@ -29,7 +29,7 @@ export interface CreateCloudFormationTemplateCommandOutput /** *

Creates an AWS CloudFormation template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, CreateCloudFormationTemplateCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, CreateCloudFormationTemplateCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/DeleteApplicationCommand.ts b/clients/client-serverlessapplicationrepository/commands/DeleteApplicationCommand.ts index 4ec53ff144c8..d27d528d5874 100644 --- a/clients/client-serverlessapplicationrepository/commands/DeleteApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/DeleteApplicationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {} /** *

Deletes the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, DeleteApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, DeleteApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/GetApplicationCommand.ts b/clients/client-serverlessapplicationrepository/commands/GetApplicationCommand.ts index 18b5c2ebdd92..01a0fe503331 100644 --- a/clients/client-serverlessapplicationrepository/commands/GetApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/GetApplicationCommand.ts @@ -27,7 +27,7 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M /** *

Gets the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, GetApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, GetApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/GetApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/commands/GetApplicationPolicyCommand.ts index 9036d05f2d03..2a3b904af3ac 100644 --- a/clients/client-serverlessapplicationrepository/commands/GetApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/GetApplicationPolicyCommand.ts @@ -27,7 +27,7 @@ export interface GetApplicationPolicyCommandOutput extends GetApplicationPolicyR /** *

Retrieves the policy for the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, GetApplicationPolicyCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, GetApplicationPolicyCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/GetCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/commands/GetCloudFormationTemplateCommand.ts index fc4088d32d8b..0608349e14a1 100644 --- a/clients/client-serverlessapplicationrepository/commands/GetCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/GetCloudFormationTemplateCommand.ts @@ -27,7 +27,7 @@ export interface GetCloudFormationTemplateCommandOutput extends GetCloudFormatio /** *

Gets the specified AWS CloudFormation template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, GetCloudFormationTemplateCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, GetCloudFormationTemplateCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/ListApplicationDependenciesCommand.ts b/clients/client-serverlessapplicationrepository/commands/ListApplicationDependenciesCommand.ts index 784687a2f45f..3a90d8b29890 100644 --- a/clients/client-serverlessapplicationrepository/commands/ListApplicationDependenciesCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/ListApplicationDependenciesCommand.ts @@ -29,7 +29,7 @@ export interface ListApplicationDependenciesCommandOutput /** *

Retrieves the list of applications nested in the containing application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, ListApplicationDependenciesCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, ListApplicationDependenciesCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/ListApplicationVersionsCommand.ts b/clients/client-serverlessapplicationrepository/commands/ListApplicationVersionsCommand.ts index b8087d36a7a6..3a025bc28fa9 100644 --- a/clients/client-serverlessapplicationrepository/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/ListApplicationVersionsCommand.ts @@ -27,7 +27,7 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer /** *

Lists versions for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, ListApplicationVersionsCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, ListApplicationVersionsCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/ListApplicationsCommand.ts b/clients/client-serverlessapplicationrepository/commands/ListApplicationsCommand.ts index 1a9cc4840b52..47056aa25d44 100644 --- a/clients/client-serverlessapplicationrepository/commands/ListApplicationsCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/ListApplicationsCommand.ts @@ -27,7 +27,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, /** *

Lists applications owned by the requester.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, ListApplicationsCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, ListApplicationsCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/PutApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/commands/PutApplicationPolicyCommand.ts index f61cb0ef5f78..4e4df3b7e619 100644 --- a/clients/client-serverlessapplicationrepository/commands/PutApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/PutApplicationPolicyCommand.ts @@ -30,7 +30,7 @@ export interface PutApplicationPolicyCommandOutput extends PutApplicationPolicyR * Permissions * .

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, PutApplicationPolicyCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, PutApplicationPolicyCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/UnshareApplicationCommand.ts b/clients/client-serverlessapplicationrepository/commands/UnshareApplicationCommand.ts index 3297e9d813bc..ca2ebb90682e 100644 --- a/clients/client-serverlessapplicationrepository/commands/UnshareApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/UnshareApplicationCommand.ts @@ -27,7 +27,7 @@ export interface UnshareApplicationCommandOutput extends __MetadataBearer {} /** *

Unshares an application from an AWS Organization.

This operation can be called only from the organization's master account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, UnshareApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, UnshareApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-serverlessapplicationrepository/commands/UpdateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/commands/UpdateApplicationCommand.ts index b7ee1bf526d0..8ba1c2e41984 100644 --- a/clients/client-serverlessapplicationrepository/commands/UpdateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/commands/UpdateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons /** *

Updates the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServerlessApplicationRepositoryClient, UpdateApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import * // const { ServerlessApplicationRepositoryClient, UpdateApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/AssociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/commands/AssociateAttributeGroupCommand.ts index 726b4100ca19..ee8f3b41af82 100644 --- a/clients/client-service-catalog-appregistry/commands/AssociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/AssociateAttributeGroupCommand.ts @@ -29,7 +29,7 @@ export interface AssociateAttributeGroupCommandOutput extends AssociateAttribute * with the group's attributes. This feature enables applications to be described with * user-defined details that are machine-readable, such as third-party integrations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, AssociateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, AssociateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/AssociateResourceCommand.ts b/clients/client-service-catalog-appregistry/commands/AssociateResourceCommand.ts index d3da930327b8..b0c912a7818f 100644 --- a/clients/client-service-catalog-appregistry/commands/AssociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/AssociateResourceCommand.ts @@ -27,7 +27,7 @@ export interface AssociateResourceCommandOutput extends AssociateResourceRespons /** *

Associates a resource with an application. Both the resource and the application can be specified either by ID or name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, AssociateResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, AssociateResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/CreateApplicationCommand.ts b/clients/client-service-catalog-appregistry/commands/CreateApplicationCommand.ts index 2a84369d15c1..11640a3becdf 100644 --- a/clients/client-service-catalog-appregistry/commands/CreateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/CreateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons /** *

Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, CreateApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, CreateApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/CreateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/commands/CreateAttributeGroupCommand.ts index dba1dec9bdae..cea6c6f35a32 100644 --- a/clients/client-service-catalog-appregistry/commands/CreateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/CreateAttributeGroupCommand.ts @@ -30,7 +30,7 @@ export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupR * machine-readable format to facilitate integration with automated workflows and third-party * tools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, CreateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, CreateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/DeleteApplicationCommand.ts b/clients/client-service-catalog-appregistry/commands/DeleteApplicationCommand.ts index 66b6731551ac..8b2fe238e874 100644 --- a/clients/client-service-catalog-appregistry/commands/DeleteApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/DeleteApplicationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons /** *

Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, DeleteApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, DeleteApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/DeleteAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/commands/DeleteAttributeGroupCommand.ts index c8097f657671..d5c70b1f7327 100644 --- a/clients/client-service-catalog-appregistry/commands/DeleteAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/DeleteAttributeGroupCommand.ts @@ -27,7 +27,7 @@ export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupR /** *

Deletes an attribute group, specified either by its attribute group ID or name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, DeleteAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, DeleteAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/DisassociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/commands/DisassociateAttributeGroupCommand.ts index c9fc0a64fddc..c9de0cede368 100644 --- a/clients/client-service-catalog-appregistry/commands/DisassociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/DisassociateAttributeGroupCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateAttributeGroupCommandOutput extends DisassociateAtt /** *

Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts AssociateAttributeGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, DisassociateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, DisassociateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/DisassociateResourceCommand.ts b/clients/client-service-catalog-appregistry/commands/DisassociateResourceCommand.ts index 3e2882c5ecd4..65468ba2a63f 100644 --- a/clients/client-service-catalog-appregistry/commands/DisassociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/DisassociateResourceCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateResourceCommandOutput extends DisassociateResourceR /** *

Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, DisassociateResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, DisassociateResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/GetApplicationCommand.ts b/clients/client-service-catalog-appregistry/commands/GetApplicationCommand.ts index 0ab135c48fed..9a29be14579e 100644 --- a/clients/client-service-catalog-appregistry/commands/GetApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/GetApplicationCommand.ts @@ -27,7 +27,7 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M /** *

Retrieves metadata information about one of your applications. The application can be specified either by its unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by ID in automated workflows if you want to make sure that the exact same application is returned or a ResourceNotFoundException is thrown, avoiding the ABA addressing problem.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, GetApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, GetApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/GetAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/commands/GetAttributeGroupCommand.ts index 0907fc836760..9a6b3a1a1fcf 100644 --- a/clients/client-service-catalog-appregistry/commands/GetAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/GetAttributeGroupCommand.ts @@ -27,7 +27,7 @@ export interface GetAttributeGroupCommandOutput extends GetAttributeGroupRespons /** *

Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, GetAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, GetAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/ListApplicationsCommand.ts b/clients/client-service-catalog-appregistry/commands/ListApplicationsCommand.ts index 69835f26cc8f..f2bee607c0ba 100644 --- a/clients/client-service-catalog-appregistry/commands/ListApplicationsCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/ListApplicationsCommand.ts @@ -27,7 +27,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, /** *

Retrieves a list of all of your applications. Results are paginated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, ListApplicationsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, ListApplicationsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/ListAssociatedAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/commands/ListAssociatedAttributeGroupsCommand.ts index d6f0aec4a8de..679bc43e01b0 100644 --- a/clients/client-service-catalog-appregistry/commands/ListAssociatedAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/ListAssociatedAttributeGroupsCommand.ts @@ -29,7 +29,7 @@ export interface ListAssociatedAttributeGroupsCommandOutput /** *

Lists all attribute groups that are associated with specified application. Results are paginated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, ListAssociatedAttributeGroupsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, ListAssociatedAttributeGroupsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/ListAssociatedResourcesCommand.ts b/clients/client-service-catalog-appregistry/commands/ListAssociatedResourcesCommand.ts index 3b589aedf665..3dd70aaa1ab8 100644 --- a/clients/client-service-catalog-appregistry/commands/ListAssociatedResourcesCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/ListAssociatedResourcesCommand.ts @@ -27,7 +27,7 @@ export interface ListAssociatedResourcesCommandOutput extends ListAssociatedReso /** *

Lists all resources that are associated with specified application. Results are paginated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, ListAssociatedResourcesCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, ListAssociatedResourcesCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/ListAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/commands/ListAttributeGroupsCommand.ts index d9789f69ac17..e65611c00946 100644 --- a/clients/client-service-catalog-appregistry/commands/ListAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/ListAttributeGroupsCommand.ts @@ -27,7 +27,7 @@ export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsRes /** *

Lists all attribute groups which you have access to. Results are paginated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, ListAttributeGroupsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, ListAttributeGroupsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/ListTagsForResourceCommand.ts b/clients/client-service-catalog-appregistry/commands/ListTagsForResourceCommand.ts index 38a2313f81d5..c16b4eb1dfe4 100644 --- a/clients/client-service-catalog-appregistry/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/ListTagsForResourceCommand.ts @@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all of the tags on the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, ListTagsForResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, ListTagsForResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/SyncResourceCommand.ts b/clients/client-service-catalog-appregistry/commands/SyncResourceCommand.ts index 36122994c155..5ff6f3d02713 100644 --- a/clients/client-service-catalog-appregistry/commands/SyncResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/SyncResourceCommand.ts @@ -27,7 +27,7 @@ export interface SyncResourceCommandOutput extends SyncResourceResponse, __Metad /** *

Syncs the resource with what is currently recorded in App registry. Specifically, the resource’s App registry system tags are synced with its associated application. The resource is removed if it is not associated with the application. The caller must have permissions to read and update the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, SyncResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, SyncResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/TagResourceCommand.ts b/clients/client-service-catalog-appregistry/commands/TagResourceCommand.ts index b2c03e24fdb8..188937af0b77 100644 --- a/clients/client-service-catalog-appregistry/commands/TagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/TagResourceCommand.ts @@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.

*

This operation returns an empty response if the call was successful.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, TagResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, TagResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/UntagResourceCommand.ts b/clients/client-service-catalog-appregistry/commands/UntagResourceCommand.ts index 3c5a629cd38e..4dd9e47daeab 100644 --- a/clients/client-service-catalog-appregistry/commands/UntagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes tags from a resource.

*

This operation returns an empty response if the call was successful.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, UntagResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, UntagResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/UpdateApplicationCommand.ts b/clients/client-service-catalog-appregistry/commands/UpdateApplicationCommand.ts index 7e0fa90008a0..e350f23ec1ca 100644 --- a/clients/client-service-catalog-appregistry/commands/UpdateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/UpdateApplicationCommand.ts @@ -27,7 +27,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons /** *

Updates an existing application with new attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, UpdateApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, UpdateApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog-appregistry/commands/UpdateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/commands/UpdateAttributeGroupCommand.ts index 88507d9f871f..91f8b737f805 100644 --- a/clients/client-service-catalog-appregistry/commands/UpdateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/commands/UpdateAttributeGroupCommand.ts @@ -27,7 +27,7 @@ export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupR /** *

Updates an existing attribute group with new details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogAppRegistryClient, UpdateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import * // const { ServiceCatalogAppRegistryClient, UpdateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import diff --git a/clients/client-service-catalog/commands/AcceptPortfolioShareCommand.ts b/clients/client-service-catalog/commands/AcceptPortfolioShareCommand.ts index ff157159e214..c1edecec49ac 100644 --- a/clients/client-service-catalog/commands/AcceptPortfolioShareCommand.ts +++ b/clients/client-service-catalog/commands/AcceptPortfolioShareCommand.ts @@ -23,7 +23,7 @@ export interface AcceptPortfolioShareCommandOutput extends AcceptPortfolioShareO /** *

Accepts an offer to share the specified portfolio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, AcceptPortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, AcceptPortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/AssociateBudgetWithResourceCommand.ts b/clients/client-service-catalog/commands/AssociateBudgetWithResourceCommand.ts index f86a2977b808..5203f03999b4 100644 --- a/clients/client-service-catalog/commands/AssociateBudgetWithResourceCommand.ts +++ b/clients/client-service-catalog/commands/AssociateBudgetWithResourceCommand.ts @@ -23,7 +23,7 @@ export interface AssociateBudgetWithResourceCommandOutput extends AssociateBudge /** *

Associates the specified budget with the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, AssociateBudgetWithResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, AssociateBudgetWithResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/AssociatePrincipalWithPortfolioCommand.ts b/clients/client-service-catalog/commands/AssociatePrincipalWithPortfolioCommand.ts index b16baf67a833..d7955cf10171 100644 --- a/clients/client-service-catalog/commands/AssociatePrincipalWithPortfolioCommand.ts +++ b/clients/client-service-catalog/commands/AssociatePrincipalWithPortfolioCommand.ts @@ -25,7 +25,7 @@ export interface AssociatePrincipalWithPortfolioCommandOutput /** *

Associates the specified principal ARN with the specified portfolio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, AssociatePrincipalWithPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, AssociatePrincipalWithPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/AssociateProductWithPortfolioCommand.ts b/clients/client-service-catalog/commands/AssociateProductWithPortfolioCommand.ts index 23e8e85440e7..3e061c2f1ca5 100644 --- a/clients/client-service-catalog/commands/AssociateProductWithPortfolioCommand.ts +++ b/clients/client-service-catalog/commands/AssociateProductWithPortfolioCommand.ts @@ -26,7 +26,7 @@ export interface AssociateProductWithPortfolioCommandOutput *

Associates the specified product with the specified portfolio.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, AssociateProductWithPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, AssociateProductWithPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts index 7bab2bfbe597..3942d259c12d 100644 --- a/clients/client-service-catalog/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts @@ -29,7 +29,7 @@ export interface AssociateServiceActionWithProvisioningArtifactCommandOutput /** *

Associates a self-service action with a provisioning artifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, AssociateServiceActionWithProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, AssociateServiceActionWithProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/AssociateTagOptionWithResourceCommand.ts b/clients/client-service-catalog/commands/AssociateTagOptionWithResourceCommand.ts index e48d7695956d..f567c33f6815 100644 --- a/clients/client-service-catalog/commands/AssociateTagOptionWithResourceCommand.ts +++ b/clients/client-service-catalog/commands/AssociateTagOptionWithResourceCommand.ts @@ -25,7 +25,7 @@ export interface AssociateTagOptionWithResourceCommandOutput /** *

Associate the specified TagOption with the specified portfolio or product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, AssociateTagOptionWithResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, AssociateTagOptionWithResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts index 4946d6c30e46..32943e4fef8e 100644 --- a/clients/client-service-catalog/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts @@ -29,7 +29,7 @@ export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutpu /** *

Associates multiple self-service actions with provisioning artifacts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts index 2358ccc862a1..dfececdf28cd 100644 --- a/clients/client-service-catalog/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -29,7 +29,7 @@ export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOu /** *

Disassociates a batch of self-service actions from the specified provisioning artifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CopyProductCommand.ts b/clients/client-service-catalog/commands/CopyProductCommand.ts index 44eaf8815fd6..43c216c0640c 100644 --- a/clients/client-service-catalog/commands/CopyProductCommand.ts +++ b/clients/client-service-catalog/commands/CopyProductCommand.ts @@ -27,7 +27,7 @@ export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataB *

This operation is performed asynchronously. To track the progress of the * operation, use DescribeCopyProductStatus.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CopyProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CopyProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreateConstraintCommand.ts b/clients/client-service-catalog/commands/CreateConstraintCommand.ts index 1691600f957b..9014b4644b74 100644 --- a/clients/client-service-catalog/commands/CreateConstraintCommand.ts +++ b/clients/client-service-catalog/commands/CreateConstraintCommand.ts @@ -24,7 +24,7 @@ export interface CreateConstraintCommandOutput extends CreateConstraintOutput, _ *

Creates a constraint.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreateConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreateConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreatePortfolioCommand.ts b/clients/client-service-catalog/commands/CreatePortfolioCommand.ts index 8a150449b0ca..fd2d735840b1 100644 --- a/clients/client-service-catalog/commands/CreatePortfolioCommand.ts +++ b/clients/client-service-catalog/commands/CreatePortfolioCommand.ts @@ -24,7 +24,7 @@ export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __M *

Creates a portfolio.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreatePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreatePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreatePortfolioShareCommand.ts b/clients/client-service-catalog/commands/CreatePortfolioShareCommand.ts index 5a2390b65888..6833561c4ea7 100644 --- a/clients/client-service-catalog/commands/CreatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/commands/CreatePortfolioShareCommand.ts @@ -31,7 +31,7 @@ export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareO *

You can't share a shared resource, including portfolios that contain a shared product.

*

If the portfolio share with the specified account or organization node already exists, this action will have no effect and will not return an error. To update an existing share, you must use the UpdatePortfolioShare API instead.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreatePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreatePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreateProductCommand.ts b/clients/client-service-catalog/commands/CreateProductCommand.ts index 6fd799cf133e..028ad6e6927c 100644 --- a/clients/client-service-catalog/commands/CreateProductCommand.ts +++ b/clients/client-service-catalog/commands/CreateProductCommand.ts @@ -29,7 +29,7 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad * required when using the ImportFromPhysicalId template source in the * information data section.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreateProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreateProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreateProvisionedProductPlanCommand.ts b/clients/client-service-catalog/commands/CreateProvisionedProductPlanCommand.ts index 0a6197a97db7..24bbcfca0dfa 100644 --- a/clients/client-service-catalog/commands/CreateProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/commands/CreateProvisionedProductPlanCommand.ts @@ -31,7 +31,7 @@ export interface CreateProvisionedProductPlanCommandOutput *

To view the resource changes in the change set, use DescribeProvisionedProductPlan. * To create or modify the provisioned product, use ExecuteProvisionedProductPlan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreateProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreateProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreateProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/CreateProvisioningArtifactCommand.ts index 9d382c2ac505..57e7601e9c13 100644 --- a/clients/client-service-catalog/commands/CreateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/CreateProvisioningArtifactCommand.ts @@ -28,7 +28,7 @@ export interface CreateProvisioningArtifactCommandOutput extends CreateProvision * IAM policy permission. This policy permission is required when using the * ImportFromPhysicalId template source in the information data section.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreateProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreateProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreateServiceActionCommand.ts b/clients/client-service-catalog/commands/CreateServiceActionCommand.ts index 4e84c35986f8..061c70d57f3d 100644 --- a/clients/client-service-catalog/commands/CreateServiceActionCommand.ts +++ b/clients/client-service-catalog/commands/CreateServiceActionCommand.ts @@ -23,7 +23,7 @@ export interface CreateServiceActionCommandOutput extends CreateServiceActionOut /** *

Creates a self-service action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreateServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreateServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/CreateTagOptionCommand.ts b/clients/client-service-catalog/commands/CreateTagOptionCommand.ts index d335e0aa3f00..a1194f37036b 100644 --- a/clients/client-service-catalog/commands/CreateTagOptionCommand.ts +++ b/clients/client-service-catalog/commands/CreateTagOptionCommand.ts @@ -23,7 +23,7 @@ export interface CreateTagOptionCommandOutput extends CreateTagOptionOutput, __M /** *

Creates a TagOption.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, CreateTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, CreateTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeleteConstraintCommand.ts b/clients/client-service-catalog/commands/DeleteConstraintCommand.ts index 7cf82b41397e..93c3f0e276c1 100644 --- a/clients/client-service-catalog/commands/DeleteConstraintCommand.ts +++ b/clients/client-service-catalog/commands/DeleteConstraintCommand.ts @@ -24,7 +24,7 @@ export interface DeleteConstraintCommandOutput extends DeleteConstraintOutput, _ *

Deletes the specified constraint.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeleteConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeleteConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeletePortfolioCommand.ts b/clients/client-service-catalog/commands/DeletePortfolioCommand.ts index a72b927e64c1..1cdf04903b15 100644 --- a/clients/client-service-catalog/commands/DeletePortfolioCommand.ts +++ b/clients/client-service-catalog/commands/DeletePortfolioCommand.ts @@ -26,7 +26,7 @@ export interface DeletePortfolioCommandOutput extends DeletePortfolioOutput, __M * products, users, constraints, or shared accounts.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeletePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeletePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeletePortfolioShareCommand.ts b/clients/client-service-catalog/commands/DeletePortfolioShareCommand.ts index 84cd0564d2d6..73eec88801f3 100644 --- a/clients/client-service-catalog/commands/DeletePortfolioShareCommand.ts +++ b/clients/client-service-catalog/commands/DeletePortfolioShareCommand.ts @@ -26,7 +26,7 @@ export interface DeletePortfolioShareCommandOutput extends DeletePortfolioShareO * organization or by a delegated administrator.

*

Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeletePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeletePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeleteProductCommand.ts b/clients/client-service-catalog/commands/DeleteProductCommand.ts index 6ef17569c6c3..bc82b4a606fc 100644 --- a/clients/client-service-catalog/commands/DeleteProductCommand.ts +++ b/clients/client-service-catalog/commands/DeleteProductCommand.ts @@ -25,7 +25,7 @@ export interface DeleteProductCommandOutput extends DeleteProductOutput, __Metad *

You cannot delete a product if it was shared with you or is associated with a portfolio.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeleteProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeleteProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeleteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/commands/DeleteProvisionedProductPlanCommand.ts index fd2bb09f9ddc..2a2be46ab9fb 100644 --- a/clients/client-service-catalog/commands/DeleteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/commands/DeleteProvisionedProductPlanCommand.ts @@ -25,7 +25,7 @@ export interface DeleteProvisionedProductPlanCommandOutput /** *

Deletes the specified plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeleteProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeleteProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeleteProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/DeleteProvisioningArtifactCommand.ts index 2dd3e1244365..7fa9cedea21b 100644 --- a/clients/client-service-catalog/commands/DeleteProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/DeleteProvisioningArtifactCommand.ts @@ -26,7 +26,7 @@ export interface DeleteProvisioningArtifactCommandOutput extends DeleteProvision * You cannot delete the last provisioning artifact for a product, because a product must have at * least one provisioning artifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeleteProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeleteProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeleteServiceActionCommand.ts b/clients/client-service-catalog/commands/DeleteServiceActionCommand.ts index 90d09f911430..ff21ebc95f24 100644 --- a/clients/client-service-catalog/commands/DeleteServiceActionCommand.ts +++ b/clients/client-service-catalog/commands/DeleteServiceActionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOut /** *

Deletes a self-service action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeleteServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeleteServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DeleteTagOptionCommand.ts b/clients/client-service-catalog/commands/DeleteTagOptionCommand.ts index 32f97a7ca12b..87ef571792db 100644 --- a/clients/client-service-catalog/commands/DeleteTagOptionCommand.ts +++ b/clients/client-service-catalog/commands/DeleteTagOptionCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __M *

Deletes the specified TagOption.

*

You cannot delete a TagOption if it is associated with a product or portfolio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DeleteTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DeleteTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeConstraintCommand.ts b/clients/client-service-catalog/commands/DescribeConstraintCommand.ts index 6df93349b645..dd0ee91b31e5 100644 --- a/clients/client-service-catalog/commands/DescribeConstraintCommand.ts +++ b/clients/client-service-catalog/commands/DescribeConstraintCommand.ts @@ -23,7 +23,7 @@ export interface DescribeConstraintCommandOutput extends DescribeConstraintOutpu /** *

Gets information about the specified constraint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeCopyProductStatusCommand.ts b/clients/client-service-catalog/commands/DescribeCopyProductStatusCommand.ts index e823540aa9f3..eceed2d3154d 100644 --- a/clients/client-service-catalog/commands/DescribeCopyProductStatusCommand.ts +++ b/clients/client-service-catalog/commands/DescribeCopyProductStatusCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCopyProductStatusCommandOutput extends DescribeCopyProd /** *

Gets the status of the specified copy product operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeCopyProductStatusCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeCopyProductStatusCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribePortfolioCommand.ts b/clients/client-service-catalog/commands/DescribePortfolioCommand.ts index d528dd57f999..9d190a0e80d2 100644 --- a/clients/client-service-catalog/commands/DescribePortfolioCommand.ts +++ b/clients/client-service-catalog/commands/DescribePortfolioCommand.ts @@ -24,7 +24,7 @@ export interface DescribePortfolioCommandOutput extends DescribePortfolioOutput, *

Gets information about the specified portfolio.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribePortfolioShareStatusCommand.ts b/clients/client-service-catalog/commands/DescribePortfolioShareStatusCommand.ts index e853a9bcde95..914b4b8a9138 100644 --- a/clients/client-service-catalog/commands/DescribePortfolioShareStatusCommand.ts +++ b/clients/client-service-catalog/commands/DescribePortfolioShareStatusCommand.ts @@ -26,7 +26,7 @@ export interface DescribePortfolioShareStatusCommandOutput *

Gets the status of the specified portfolio share operation. This API can only be called * by the management account in the organization or by a delegated admin.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribePortfolioShareStatusCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribePortfolioShareStatusCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribePortfolioSharesCommand.ts b/clients/client-service-catalog/commands/DescribePortfolioSharesCommand.ts index 9a0fcdd54d37..c83906c80fb4 100644 --- a/clients/client-service-catalog/commands/DescribePortfolioSharesCommand.ts +++ b/clients/client-service-catalog/commands/DescribePortfolioSharesCommand.ts @@ -27,7 +27,7 @@ export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioS * whether TagOptions are included with the share.

*

The PortfolioId and Type parameters are both required.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribePortfolioSharesCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribePortfolioSharesCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeProductAsAdminCommand.ts b/clients/client-service-catalog/commands/DescribeProductAsAdminCommand.ts index b47e2c953b29..f39706e6470b 100644 --- a/clients/client-service-catalog/commands/DescribeProductAsAdminCommand.ts +++ b/clients/client-service-catalog/commands/DescribeProductAsAdminCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAd /** *

Gets information about the specified product. This operation is run with administrator access.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeProductAsAdminCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeProductAsAdminCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeProductCommand.ts b/clients/client-service-catalog/commands/DescribeProductCommand.ts index 0565edf4fcc5..4fc03af506eb 100644 --- a/clients/client-service-catalog/commands/DescribeProductCommand.ts +++ b/clients/client-service-catalog/commands/DescribeProductCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M /** *

Gets information about the specified product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeProductViewCommand.ts b/clients/client-service-catalog/commands/DescribeProductViewCommand.ts index d4c69dcc39fb..43affdc9626a 100644 --- a/clients/client-service-catalog/commands/DescribeProductViewCommand.ts +++ b/clients/client-service-catalog/commands/DescribeProductViewCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProductViewCommandOutput extends DescribeProductViewOut /** *

Gets information about the specified product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeProductViewCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeProductViewCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeProvisionedProductCommand.ts b/clients/client-service-catalog/commands/DescribeProvisionedProductCommand.ts index c7f75d313efd..0355bf314d12 100644 --- a/clients/client-service-catalog/commands/DescribeProvisionedProductCommand.ts +++ b/clients/client-service-catalog/commands/DescribeProvisionedProductCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProvisionedProductCommandOutput extends DescribeProvisi /** *

Gets information about the specified provisioned product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeProvisionedProductPlanCommand.ts b/clients/client-service-catalog/commands/DescribeProvisionedProductPlanCommand.ts index c9322bcdedf0..80be5733f521 100644 --- a/clients/client-service-catalog/commands/DescribeProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/commands/DescribeProvisionedProductPlanCommand.ts @@ -25,7 +25,7 @@ export interface DescribeProvisionedProductPlanCommandOutput /** *

Gets information about the resource changes for the specified plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/DescribeProvisioningArtifactCommand.ts index 778e10797f69..81deda4da74b 100644 --- a/clients/client-service-catalog/commands/DescribeProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/DescribeProvisioningArtifactCommand.ts @@ -25,7 +25,7 @@ export interface DescribeProvisioningArtifactCommandOutput /** *

Gets information about the specified provisioning artifact (also known as a version) for the specified product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeProvisioningParametersCommand.ts b/clients/client-service-catalog/commands/DescribeProvisioningParametersCommand.ts index ca40fad12a52..7fd3f68284c2 100644 --- a/clients/client-service-catalog/commands/DescribeProvisioningParametersCommand.ts +++ b/clients/client-service-catalog/commands/DescribeProvisioningParametersCommand.ts @@ -32,7 +32,7 @@ export interface DescribeProvisioningParametersCommandOutput * "Parameter validation failed: Missing required parameter in Tags[N]:Value". * Tag the provisioned product with the value sc-tagoption-conflict-portfolioId-productId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeProvisioningParametersCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeProvisioningParametersCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeRecordCommand.ts b/clients/client-service-catalog/commands/DescribeRecordCommand.ts index 4ad35ea98a7c..e5d75df798c4 100644 --- a/clients/client-service-catalog/commands/DescribeRecordCommand.ts +++ b/clients/client-service-catalog/commands/DescribeRecordCommand.ts @@ -31,7 +31,7 @@ export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __Met * use ListRecordHistory to see the product's history from when he was the owner.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeRecordCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeRecordCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeServiceActionCommand.ts b/clients/client-service-catalog/commands/DescribeServiceActionCommand.ts index 8e046fbef07b..cbbd3c40fd15 100644 --- a/clients/client-service-catalog/commands/DescribeServiceActionCommand.ts +++ b/clients/client-service-catalog/commands/DescribeServiceActionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeServiceActionCommandOutput extends DescribeServiceActio /** *

Describes a self-service action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeServiceActionExecutionParametersCommand.ts b/clients/client-service-catalog/commands/DescribeServiceActionExecutionParametersCommand.ts index ff47ee84dc14..83dedb4c9201 100644 --- a/clients/client-service-catalog/commands/DescribeServiceActionExecutionParametersCommand.ts +++ b/clients/client-service-catalog/commands/DescribeServiceActionExecutionParametersCommand.ts @@ -29,7 +29,7 @@ export interface DescribeServiceActionExecutionParametersCommandOutput /** *

Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeServiceActionExecutionParametersCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeServiceActionExecutionParametersCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DescribeTagOptionCommand.ts b/clients/client-service-catalog/commands/DescribeTagOptionCommand.ts index 832396ee3aec..b00457bfa72c 100644 --- a/clients/client-service-catalog/commands/DescribeTagOptionCommand.ts +++ b/clients/client-service-catalog/commands/DescribeTagOptionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTagOptionCommandOutput extends DescribeTagOptionOutput, /** *

Gets information about the specified TagOption.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DescribeTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DescribeTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DisableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/commands/DisableAWSOrganizationsAccessCommand.ts index 19e216331590..55428f15ec6d 100644 --- a/clients/client-service-catalog/commands/DisableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/commands/DisableAWSOrganizationsAccessCommand.ts @@ -31,7 +31,7 @@ export interface DisableAWSOrganizationsAccessCommandOutput *

This API can't be invoked if there are active delegated administrators in the organization.

*

Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DisableAWSOrganizationsAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DisableAWSOrganizationsAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DisassociateBudgetFromResourceCommand.ts b/clients/client-service-catalog/commands/DisassociateBudgetFromResourceCommand.ts index 238f706c8bbf..817e5daa6fad 100644 --- a/clients/client-service-catalog/commands/DisassociateBudgetFromResourceCommand.ts +++ b/clients/client-service-catalog/commands/DisassociateBudgetFromResourceCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateBudgetFromResourceCommandOutput /** *

Disassociates the specified budget from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DisassociateBudgetFromResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DisassociateBudgetFromResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DisassociatePrincipalFromPortfolioCommand.ts b/clients/client-service-catalog/commands/DisassociatePrincipalFromPortfolioCommand.ts index f9c995a476d0..7748158338a0 100644 --- a/clients/client-service-catalog/commands/DisassociatePrincipalFromPortfolioCommand.ts +++ b/clients/client-service-catalog/commands/DisassociatePrincipalFromPortfolioCommand.ts @@ -26,7 +26,7 @@ export interface DisassociatePrincipalFromPortfolioCommandOutput *

Disassociates a previously associated principal ARN from a specified * portfolio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DisassociatePrincipalFromPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DisassociatePrincipalFromPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DisassociateProductFromPortfolioCommand.ts b/clients/client-service-catalog/commands/DisassociateProductFromPortfolioCommand.ts index 95beac8951b3..9ebe5629d6d7 100644 --- a/clients/client-service-catalog/commands/DisassociateProductFromPortfolioCommand.ts +++ b/clients/client-service-catalog/commands/DisassociateProductFromPortfolioCommand.ts @@ -26,7 +26,7 @@ export interface DisassociateProductFromPortfolioCommandOutput *

Disassociates the specified product from the specified portfolio.

*

A delegated admin is authorized to invoke this command.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DisassociateProductFromPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DisassociateProductFromPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts index aaf33c9d4ef3..78c4be4c09cd 100644 --- a/clients/client-service-catalog/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateServiceActionFromProvisioningArtifactCommandOutput /** *

Disassociates the specified self-service action association from the specified provisioning artifact.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DisassociateServiceActionFromProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DisassociateServiceActionFromProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/DisassociateTagOptionFromResourceCommand.ts b/clients/client-service-catalog/commands/DisassociateTagOptionFromResourceCommand.ts index 82b53bb1a1ca..a1338bc826e1 100644 --- a/clients/client-service-catalog/commands/DisassociateTagOptionFromResourceCommand.ts +++ b/clients/client-service-catalog/commands/DisassociateTagOptionFromResourceCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateTagOptionFromResourceCommandOutput /** *

Disassociates the specified TagOption from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, DisassociateTagOptionFromResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, DisassociateTagOptionFromResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/EnableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/commands/EnableAWSOrganizationsAccessCommand.ts index c1fb1adf8250..3d5678250892 100644 --- a/clients/client-service-catalog/commands/EnableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/commands/EnableAWSOrganizationsAccessCommand.ts @@ -30,7 +30,7 @@ export interface EnableAWSOrganizationsAccessCommandOutput *

By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.

*

Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, EnableAWSOrganizationsAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, EnableAWSOrganizationsAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ExecuteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/commands/ExecuteProvisionedProductPlanCommand.ts index c05724040e14..0fb598e9ae58 100644 --- a/clients/client-service-catalog/commands/ExecuteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/commands/ExecuteProvisionedProductPlanCommand.ts @@ -25,7 +25,7 @@ export interface ExecuteProvisionedProductPlanCommandOutput /** *

Provisions or modifies a product based on the resource changes for the specified plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ExecuteProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ExecuteProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ExecuteProvisionedProductServiceActionCommand.ts b/clients/client-service-catalog/commands/ExecuteProvisionedProductServiceActionCommand.ts index 4c4a373421a8..7a96c699603c 100644 --- a/clients/client-service-catalog/commands/ExecuteProvisionedProductServiceActionCommand.ts +++ b/clients/client-service-catalog/commands/ExecuteProvisionedProductServiceActionCommand.ts @@ -29,7 +29,7 @@ export interface ExecuteProvisionedProductServiceActionCommandOutput /** *

Executes a self-service action against a provisioned product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ExecuteProvisionedProductServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ExecuteProvisionedProductServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/GetAWSOrganizationsAccessStatusCommand.ts b/clients/client-service-catalog/commands/GetAWSOrganizationsAccessStatusCommand.ts index 5d40a8ff9558..c52c6fb47df7 100644 --- a/clients/client-service-catalog/commands/GetAWSOrganizationsAccessStatusCommand.ts +++ b/clients/client-service-catalog/commands/GetAWSOrganizationsAccessStatusCommand.ts @@ -26,7 +26,7 @@ export interface GetAWSOrganizationsAccessStatusCommandOutput *

Get the Access Status for AWS Organization portfolio share feature. This API can only be * called by the management account in the organization or by a delegated admin.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, GetAWSOrganizationsAccessStatusCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, GetAWSOrganizationsAccessStatusCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/GetProvisionedProductOutputsCommand.ts b/clients/client-service-catalog/commands/GetProvisionedProductOutputsCommand.ts index 5a9b0ad7f570..f4826eb28bb6 100644 --- a/clients/client-service-catalog/commands/GetProvisionedProductOutputsCommand.ts +++ b/clients/client-service-catalog/commands/GetProvisionedProductOutputsCommand.ts @@ -25,7 +25,7 @@ export interface GetProvisionedProductOutputsCommandOutput /** *

This API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, GetProvisionedProductOutputsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, GetProvisionedProductOutputsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ImportAsProvisionedProductCommand.ts b/clients/client-service-catalog/commands/ImportAsProvisionedProductCommand.ts index 4ec4bc44d398..ddd439ccbbca 100644 --- a/clients/client-service-catalog/commands/ImportAsProvisionedProductCommand.ts +++ b/clients/client-service-catalog/commands/ImportAsProvisionedProductCommand.ts @@ -36,7 +36,7 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi *

The user or role that performs this operation must have the cloudformation:GetTemplate * and cloudformation:DescribeStacks IAM policy permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ImportAsProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ImportAsProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListAcceptedPortfolioSharesCommand.ts b/clients/client-service-catalog/commands/ListAcceptedPortfolioSharesCommand.ts index effc415304ee..34568030e629 100644 --- a/clients/client-service-catalog/commands/ListAcceptedPortfolioSharesCommand.ts +++ b/clients/client-service-catalog/commands/ListAcceptedPortfolioSharesCommand.ts @@ -23,7 +23,7 @@ export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPo /** *

Lists all portfolios for which sharing was accepted by this account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListAcceptedPortfolioSharesCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListAcceptedPortfolioSharesCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListBudgetsForResourceCommand.ts b/clients/client-service-catalog/commands/ListBudgetsForResourceCommand.ts index 922cf7ea4c7f..907b4dbbe966 100644 --- a/clients/client-service-catalog/commands/ListBudgetsForResourceCommand.ts +++ b/clients/client-service-catalog/commands/ListBudgetsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListBudgetsForResourceCommandOutput extends ListBudgetsForResou /** *

Lists all the budgets associated to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListBudgetsForResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListBudgetsForResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListConstraintsForPortfolioCommand.ts b/clients/client-service-catalog/commands/ListConstraintsForPortfolioCommand.ts index 2ea70219b440..62b388998fb6 100644 --- a/clients/client-service-catalog/commands/ListConstraintsForPortfolioCommand.ts +++ b/clients/client-service-catalog/commands/ListConstraintsForPortfolioCommand.ts @@ -23,7 +23,7 @@ export interface ListConstraintsForPortfolioCommandOutput extends ListConstraint /** *

Lists the constraints for the specified portfolio and product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListConstraintsForPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListConstraintsForPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListLaunchPathsCommand.ts b/clients/client-service-catalog/commands/ListLaunchPathsCommand.ts index 1ebf8d5a31ee..96b80863d94d 100644 --- a/clients/client-service-catalog/commands/ListLaunchPathsCommand.ts +++ b/clients/client-service-catalog/commands/ListLaunchPathsCommand.ts @@ -25,7 +25,7 @@ export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __M * has access to a specified product, and is necessary when provisioning a product. A path * also determines the constraints put on the product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListLaunchPathsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListLaunchPathsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListOrganizationPortfolioAccessCommand.ts b/clients/client-service-catalog/commands/ListOrganizationPortfolioAccessCommand.ts index d657ff963b16..c587c9306cc4 100644 --- a/clients/client-service-catalog/commands/ListOrganizationPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/commands/ListOrganizationPortfolioAccessCommand.ts @@ -28,7 +28,7 @@ export interface ListOrganizationPortfolioAccessCommandOutput * admin.

*

If a delegated admin is de-registered, they can no longer perform this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListOrganizationPortfolioAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListOrganizationPortfolioAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListPortfolioAccessCommand.ts b/clients/client-service-catalog/commands/ListPortfolioAccessCommand.ts index 3ec9eec94f51..4e67a7b291c4 100644 --- a/clients/client-service-catalog/commands/ListPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/commands/ListPortfolioAccessCommand.ts @@ -24,7 +24,7 @@ export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOut *

Lists the account IDs that have access to the specified portfolio.

*

A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListPortfolioAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListPortfolioAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListPortfoliosCommand.ts b/clients/client-service-catalog/commands/ListPortfoliosCommand.ts index 79477a62e98c..6e432d4a5463 100644 --- a/clients/client-service-catalog/commands/ListPortfoliosCommand.ts +++ b/clients/client-service-catalog/commands/ListPortfoliosCommand.ts @@ -23,7 +23,7 @@ export interface ListPortfoliosCommandOutput extends ListPortfoliosOutput, __Met /** *

Lists all portfolios in the catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListPortfoliosCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListPortfoliosCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListPortfoliosForProductCommand.ts b/clients/client-service-catalog/commands/ListPortfoliosForProductCommand.ts index 3fc08de4d26c..59adf55f31b6 100644 --- a/clients/client-service-catalog/commands/ListPortfoliosForProductCommand.ts +++ b/clients/client-service-catalog/commands/ListPortfoliosForProductCommand.ts @@ -23,7 +23,7 @@ export interface ListPortfoliosForProductCommandOutput extends ListPortfoliosFor /** *

Lists all portfolios that the specified product is associated with.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListPortfoliosForProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListPortfoliosForProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListPrincipalsForPortfolioCommand.ts b/clients/client-service-catalog/commands/ListPrincipalsForPortfolioCommand.ts index 6a9ea2f885cd..4b4f65eae7e3 100644 --- a/clients/client-service-catalog/commands/ListPrincipalsForPortfolioCommand.ts +++ b/clients/client-service-catalog/commands/ListPrincipalsForPortfolioCommand.ts @@ -23,7 +23,7 @@ export interface ListPrincipalsForPortfolioCommandOutput extends ListPrincipalsF /** *

Lists all principal ARNs associated with the specified portfolio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListPrincipalsForPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListPrincipalsForPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListProvisionedProductPlansCommand.ts b/clients/client-service-catalog/commands/ListProvisionedProductPlansCommand.ts index 50050d59fcb5..0e7ccac1e3f5 100644 --- a/clients/client-service-catalog/commands/ListProvisionedProductPlansCommand.ts +++ b/clients/client-service-catalog/commands/ListProvisionedProductPlansCommand.ts @@ -23,7 +23,7 @@ export interface ListProvisionedProductPlansCommandOutput extends ListProvisione /** *

Lists the plans for the specified provisioned product or all plans to which the user has access.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListProvisionedProductPlansCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListProvisionedProductPlansCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListProvisioningArtifactsCommand.ts b/clients/client-service-catalog/commands/ListProvisioningArtifactsCommand.ts index c26411e2fdad..0a84a99db0fc 100644 --- a/clients/client-service-catalog/commands/ListProvisioningArtifactsCommand.ts +++ b/clients/client-service-catalog/commands/ListProvisioningArtifactsCommand.ts @@ -23,7 +23,7 @@ export interface ListProvisioningArtifactsCommandOutput extends ListProvisioning /** *

Lists all provisioning artifacts (also known as versions) for the specified product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListProvisioningArtifactsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListProvisioningArtifactsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListProvisioningArtifactsForServiceActionCommand.ts b/clients/client-service-catalog/commands/ListProvisioningArtifactsForServiceActionCommand.ts index a5525c2019b0..6f1ee0fedad1 100644 --- a/clients/client-service-catalog/commands/ListProvisioningArtifactsForServiceActionCommand.ts +++ b/clients/client-service-catalog/commands/ListProvisioningArtifactsForServiceActionCommand.ts @@ -29,7 +29,7 @@ export interface ListProvisioningArtifactsForServiceActionCommandOutput /** *

Lists all provisioning artifacts (also known as versions) for the specified self-service action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListProvisioningArtifactsForServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListProvisioningArtifactsForServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListRecordHistoryCommand.ts b/clients/client-service-catalog/commands/ListRecordHistoryCommand.ts index 3213f0d7b534..6cf5b0064d28 100644 --- a/clients/client-service-catalog/commands/ListRecordHistoryCommand.ts +++ b/clients/client-service-catalog/commands/ListRecordHistoryCommand.ts @@ -23,7 +23,7 @@ export interface ListRecordHistoryCommandOutput extends ListRecordHistoryOutput, /** *

Lists the specified requests or all performed requests.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListRecordHistoryCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListRecordHistoryCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListResourcesForTagOptionCommand.ts b/clients/client-service-catalog/commands/ListResourcesForTagOptionCommand.ts index 02e4cc4ec047..ed012e013086 100644 --- a/clients/client-service-catalog/commands/ListResourcesForTagOptionCommand.ts +++ b/clients/client-service-catalog/commands/ListResourcesForTagOptionCommand.ts @@ -23,7 +23,7 @@ export interface ListResourcesForTagOptionCommandOutput extends ListResourcesFor /** *

Lists the resources associated with the specified TagOption.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListResourcesForTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListResourcesForTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListServiceActionsCommand.ts b/clients/client-service-catalog/commands/ListServiceActionsCommand.ts index 6d6cccfffd7d..7be70dab8fd1 100644 --- a/clients/client-service-catalog/commands/ListServiceActionsCommand.ts +++ b/clients/client-service-catalog/commands/ListServiceActionsCommand.ts @@ -23,7 +23,7 @@ export interface ListServiceActionsCommandOutput extends ListServiceActionsOutpu /** *

Lists all self-service actions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListServiceActionsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListServiceActionsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListServiceActionsForProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/ListServiceActionsForProvisioningArtifactCommand.ts index e3310c3583a0..a15269b30c12 100644 --- a/clients/client-service-catalog/commands/ListServiceActionsForProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/ListServiceActionsForProvisioningArtifactCommand.ts @@ -29,7 +29,7 @@ export interface ListServiceActionsForProvisioningArtifactCommandOutput /** *

Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListServiceActionsForProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListServiceActionsForProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListStackInstancesForProvisionedProductCommand.ts b/clients/client-service-catalog/commands/ListStackInstancesForProvisionedProductCommand.ts index a910de28bc45..7ed35cc239ac 100644 --- a/clients/client-service-catalog/commands/ListStackInstancesForProvisionedProductCommand.ts +++ b/clients/client-service-catalog/commands/ListStackInstancesForProvisionedProductCommand.ts @@ -29,7 +29,7 @@ export interface ListStackInstancesForProvisionedProductCommandOutput /** *

Returns summary information about stack instances that are associated with the specified CFN_STACKSET type provisioned product. You can filter for stack instances that are associated with a specific AWS account name or region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListStackInstancesForProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListStackInstancesForProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ListTagOptionsCommand.ts b/clients/client-service-catalog/commands/ListTagOptionsCommand.ts index 633fa8ce98b3..2132000881e7 100644 --- a/clients/client-service-catalog/commands/ListTagOptionsCommand.ts +++ b/clients/client-service-catalog/commands/ListTagOptionsCommand.ts @@ -23,7 +23,7 @@ export interface ListTagOptionsCommandOutput extends ListTagOptionsOutput, __Met /** *

Lists the specified TagOptions or all TagOptions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ListTagOptionsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ListTagOptionsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ProvisionProductCommand.ts b/clients/client-service-catalog/commands/ProvisionProductCommand.ts index b9a63dfd10df..61d43b4b56ef 100644 --- a/clients/client-service-catalog/commands/ProvisionProductCommand.ts +++ b/clients/client-service-catalog/commands/ProvisionProductCommand.ts @@ -31,7 +31,7 @@ export interface ProvisionProductCommandOutput extends ProvisionProductOutput, _ * the error "Parameter validation failed: Missing required parameter in * Tags[N]:Value".

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ProvisionProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ProvisionProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/RejectPortfolioShareCommand.ts b/clients/client-service-catalog/commands/RejectPortfolioShareCommand.ts index d3b2b05fe394..ad8097e4b000 100644 --- a/clients/client-service-catalog/commands/RejectPortfolioShareCommand.ts +++ b/clients/client-service-catalog/commands/RejectPortfolioShareCommand.ts @@ -23,7 +23,7 @@ export interface RejectPortfolioShareCommandOutput extends RejectPortfolioShareO /** *

Rejects an offer to share the specified portfolio.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, RejectPortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, RejectPortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/ScanProvisionedProductsCommand.ts b/clients/client-service-catalog/commands/ScanProvisionedProductsCommand.ts index 68c5c39269ed..2a2a62c1040a 100644 --- a/clients/client-service-catalog/commands/ScanProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/commands/ScanProvisionedProductsCommand.ts @@ -24,7 +24,7 @@ export interface ScanProvisionedProductsCommandOutput extends ScanProvisionedPro *

Lists the provisioned products that are available (not terminated).

*

To use additional filtering, see SearchProvisionedProducts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, ScanProvisionedProductsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, ScanProvisionedProductsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/SearchProductsAsAdminCommand.ts b/clients/client-service-catalog/commands/SearchProductsAsAdminCommand.ts index 44a4d31abee8..a5f3e44586d0 100644 --- a/clients/client-service-catalog/commands/SearchProductsAsAdminCommand.ts +++ b/clients/client-service-catalog/commands/SearchProductsAsAdminCommand.ts @@ -23,7 +23,7 @@ export interface SearchProductsAsAdminCommandOutput extends SearchProductsAsAdmi /** *

Gets information about the products for the specified portfolio or all products.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, SearchProductsAsAdminCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, SearchProductsAsAdminCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/SearchProductsCommand.ts b/clients/client-service-catalog/commands/SearchProductsCommand.ts index d4e0c4d9d37b..7e00d2db83ac 100644 --- a/clients/client-service-catalog/commands/SearchProductsCommand.ts +++ b/clients/client-service-catalog/commands/SearchProductsCommand.ts @@ -23,7 +23,7 @@ export interface SearchProductsCommandOutput extends SearchProductsOutput, __Met /** *

Gets information about the products to which the caller has access.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, SearchProductsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, SearchProductsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/SearchProvisionedProductsCommand.ts b/clients/client-service-catalog/commands/SearchProvisionedProductsCommand.ts index 5bac86359429..7990263a930e 100644 --- a/clients/client-service-catalog/commands/SearchProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/commands/SearchProvisionedProductsCommand.ts @@ -23,7 +23,7 @@ export interface SearchProvisionedProductsCommandOutput extends SearchProvisione /** *

Gets information about the provisioned products that meet the specified criteria.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, SearchProvisionedProductsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, SearchProvisionedProductsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/TerminateProvisionedProductCommand.ts b/clients/client-service-catalog/commands/TerminateProvisionedProductCommand.ts index fca4140e4732..763b6f204076 100644 --- a/clients/client-service-catalog/commands/TerminateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/commands/TerminateProvisionedProductCommand.ts @@ -25,7 +25,7 @@ export interface TerminateProvisionedProductCommandOutput extends TerminateProvi *

This operation does not delete any records associated with the provisioned product.

*

You can check the status of this request using DescribeRecord.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, TerminateProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, TerminateProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdateConstraintCommand.ts b/clients/client-service-catalog/commands/UpdateConstraintCommand.ts index 5ecb7c321995..35c3d078ae1e 100644 --- a/clients/client-service-catalog/commands/UpdateConstraintCommand.ts +++ b/clients/client-service-catalog/commands/UpdateConstraintCommand.ts @@ -23,7 +23,7 @@ export interface UpdateConstraintCommandOutput extends UpdateConstraintOutput, _ /** *

Updates the specified constraint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdateConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdateConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdatePortfolioCommand.ts b/clients/client-service-catalog/commands/UpdatePortfolioCommand.ts index a90909fef676..eb1425ec441c 100644 --- a/clients/client-service-catalog/commands/UpdatePortfolioCommand.ts +++ b/clients/client-service-catalog/commands/UpdatePortfolioCommand.ts @@ -24,7 +24,7 @@ export interface UpdatePortfolioCommandOutput extends UpdatePortfolioOutput, __M *

Updates the specified portfolio.

*

You cannot update a product that was shared with you.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdatePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdatePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdatePortfolioShareCommand.ts b/clients/client-service-catalog/commands/UpdatePortfolioShareCommand.ts index 346d56366d43..4624b0df7ccd 100644 --- a/clients/client-service-catalog/commands/UpdatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/commands/UpdatePortfolioShareCommand.ts @@ -31,7 +31,7 @@ export interface UpdatePortfolioShareCommandOutput extends UpdatePortfolioShareO * *

This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare API for that action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdatePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdatePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdateProductCommand.ts b/clients/client-service-catalog/commands/UpdateProductCommand.ts index 61e4a149dac1..2ca738439565 100644 --- a/clients/client-service-catalog/commands/UpdateProductCommand.ts +++ b/clients/client-service-catalog/commands/UpdateProductCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProductCommandOutput extends UpdateProductOutput, __Metad /** *

Updates the specified product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdateProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdateProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdateProvisionedProductCommand.ts b/clients/client-service-catalog/commands/UpdateProvisionedProductCommand.ts index d1522e8872be..565dede97415 100644 --- a/clients/client-service-catalog/commands/UpdateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/commands/UpdateProvisionedProductCommand.ts @@ -27,7 +27,7 @@ export interface UpdateProvisionedProductCommandOutput extends UpdateProvisioned * interruption, with some interruption, or replace the provisioned product entirely.

*

You can check the status of this request using DescribeRecord.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdateProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdateProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdateProvisionedProductPropertiesCommand.ts b/clients/client-service-catalog/commands/UpdateProvisionedProductPropertiesCommand.ts index 94848dde32c2..40d8697b5188 100644 --- a/clients/client-service-catalog/commands/UpdateProvisionedProductPropertiesCommand.ts +++ b/clients/client-service-catalog/commands/UpdateProvisionedProductPropertiesCommand.ts @@ -25,7 +25,7 @@ export interface UpdateProvisionedProductPropertiesCommandOutput /** *

Requests updates to the properties of the specified provisioned product.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdateProvisionedProductPropertiesCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdateProvisionedProductPropertiesCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdateProvisioningArtifactCommand.ts b/clients/client-service-catalog/commands/UpdateProvisioningArtifactCommand.ts index e583e2d323d1..9acc16ff0849 100644 --- a/clients/client-service-catalog/commands/UpdateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/commands/UpdateProvisioningArtifactCommand.ts @@ -24,7 +24,7 @@ export interface UpdateProvisioningArtifactCommandOutput extends UpdateProvision *

Updates the specified provisioning artifact (also known as a version) for the specified product.

*

You cannot update a provisioning artifact for a product that was shared with you.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdateProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdateProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdateServiceActionCommand.ts b/clients/client-service-catalog/commands/UpdateServiceActionCommand.ts index bdd3253aad23..10f481e3e6d8 100644 --- a/clients/client-service-catalog/commands/UpdateServiceActionCommand.ts +++ b/clients/client-service-catalog/commands/UpdateServiceActionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateServiceActionCommandOutput extends UpdateServiceActionOut /** *

Updates a self-service action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdateServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdateServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-catalog/commands/UpdateTagOptionCommand.ts b/clients/client-service-catalog/commands/UpdateTagOptionCommand.ts index 16565fb7cdca..cd2a053ba580 100644 --- a/clients/client-service-catalog/commands/UpdateTagOptionCommand.ts +++ b/clients/client-service-catalog/commands/UpdateTagOptionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateTagOptionCommandOutput extends UpdateTagOptionOutput, __M /** *

Updates the specified TagOption.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceCatalogClient, UpdateTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import * // const { ServiceCatalogClient, UpdateTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import diff --git a/clients/client-service-quotas/commands/AssociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/commands/AssociateServiceQuotaTemplateCommand.ts index d4dcbfa90d7b..ce1a9777225c 100644 --- a/clients/client-service-quotas/commands/AssociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/commands/AssociateServiceQuotaTemplateCommand.ts @@ -28,7 +28,7 @@ export interface AssociateServiceQuotaTemplateCommandOutput * applied to the account. You can add a quota increase request for any adjustable quota to your * template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, AssociateServiceQuotaTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, AssociateServiceQuotaTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts index d6c078664377..ad28d4e0c4fe 100644 --- a/clients/client-service-quotas/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -30,7 +30,7 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput *

Deletes the quota increase request for the specified quota from your quota request * template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, DeleteServiceQuotaIncreaseRequestFromTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, DeleteServiceQuotaIncreaseRequestFromTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/DisassociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/commands/DisassociateServiceQuotaTemplateCommand.ts index befd216f28a2..383f2c1fc3d8 100644 --- a/clients/client-service-quotas/commands/DisassociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/commands/DisassociateServiceQuotaTemplateCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateServiceQuotaTemplateCommandOutput * requests in the template are not applied to new accounts in your organization. Disabling a * quota request template does not apply its quota increase requests.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, DisassociateServiceQuotaTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, DisassociateServiceQuotaTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/GetAWSDefaultServiceQuotaCommand.ts b/clients/client-service-quotas/commands/GetAWSDefaultServiceQuotaCommand.ts index 950539475d4d..f68acae2858a 100644 --- a/clients/client-service-quotas/commands/GetAWSDefaultServiceQuotaCommand.ts +++ b/clients/client-service-quotas/commands/GetAWSDefaultServiceQuotaCommand.ts @@ -24,7 +24,7 @@ export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultSer *

Retrieves the default value for the specified quota. The default value does not reflect * any quota increases.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, GetAWSDefaultServiceQuotaCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, GetAWSDefaultServiceQuotaCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/GetAssociationForServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/commands/GetAssociationForServiceQuotaTemplateCommand.ts index be0b21d7c12d..05e8efbb707c 100644 --- a/clients/client-service-quotas/commands/GetAssociationForServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/commands/GetAssociationForServiceQuotaTemplateCommand.ts @@ -29,7 +29,7 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput /** *

Retrieves the status of the association for the quota request template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, GetAssociationForServiceQuotaTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, GetAssociationForServiceQuotaTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/GetRequestedServiceQuotaChangeCommand.ts b/clients/client-service-quotas/commands/GetRequestedServiceQuotaChangeCommand.ts index 8f245cf87292..65c2924392c2 100644 --- a/clients/client-service-quotas/commands/GetRequestedServiceQuotaChangeCommand.ts +++ b/clients/client-service-quotas/commands/GetRequestedServiceQuotaChangeCommand.ts @@ -25,7 +25,7 @@ export interface GetRequestedServiceQuotaChangeCommandOutput /** *

Retrieves information about the specified quota increase request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, GetRequestedServiceQuotaChangeCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, GetRequestedServiceQuotaChangeCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/GetServiceQuotaCommand.ts b/clients/client-service-quotas/commands/GetServiceQuotaCommand.ts index bd1bed63de25..c32371ca5bc3 100644 --- a/clients/client-service-quotas/commands/GetServiceQuotaCommand.ts +++ b/clients/client-service-quotas/commands/GetServiceQuotaCommand.ts @@ -25,7 +25,7 @@ export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, _ * default values are available. If the applied quota value is not available for a quota, the * quota is not retrieved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, GetServiceQuotaCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, GetServiceQuotaCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts index f8fac1eabbd7..134d32ffc826 100644 --- a/clients/client-service-quotas/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -30,7 +30,7 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput *

Retrieves information about the specified quota increase request in your quota request * template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, GetServiceQuotaIncreaseRequestFromTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, GetServiceQuotaIncreaseRequestFromTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/ListAWSDefaultServiceQuotasCommand.ts b/clients/client-service-quotas/commands/ListAWSDefaultServiceQuotasCommand.ts index fa2a772a3743..1504c149b0df 100644 --- a/clients/client-service-quotas/commands/ListAWSDefaultServiceQuotasCommand.ts +++ b/clients/client-service-quotas/commands/ListAWSDefaultServiceQuotasCommand.ts @@ -26,7 +26,7 @@ export interface ListAWSDefaultServiceQuotasCommandOutput *

Lists the default values for the quotas for the specified AWS service. A default value * does not reflect any quota increases.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, ListAWSDefaultServiceQuotasCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, ListAWSDefaultServiceQuotasCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts b/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts index 7c02cb2b3757..438f0aafb704 100644 --- a/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts +++ b/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts @@ -29,7 +29,7 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput /** *

Retrieves the quota increase requests for the specified quota.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryByQuotaCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryByQuotaCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts b/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts index a1fb919e4c97..9865266e7f12 100644 --- a/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts +++ b/clients/client-service-quotas/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts @@ -29,7 +29,7 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput /** *

Retrieves the quota increase requests for the specified service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts b/clients/client-service-quotas/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts index 2c0642c45e1d..e16fac6fa168 100644 --- a/clients/client-service-quotas/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts +++ b/clients/client-service-quotas/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts @@ -29,7 +29,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput /** *

Lists the quota increase requests in the specified quota request template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, ListServiceQuotaIncreaseRequestsInTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, ListServiceQuotaIncreaseRequestsInTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/ListServiceQuotasCommand.ts b/clients/client-service-quotas/commands/ListServiceQuotasCommand.ts index be709e4a28e0..c63d8c9dcb21 100644 --- a/clients/client-service-quotas/commands/ListServiceQuotasCommand.ts +++ b/clients/client-service-quotas/commands/ListServiceQuotasCommand.ts @@ -25,7 +25,7 @@ export interface ListServiceQuotasCommandOutput extends ListServiceQuotasRespons * default values are available. If the applied quota value is not available for a quota, the * quota is not retrieved.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, ListServiceQuotasCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, ListServiceQuotasCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/ListServicesCommand.ts b/clients/client-service-quotas/commands/ListServicesCommand.ts index c9df2eea9bda..d9607be36c8c 100644 --- a/clients/client-service-quotas/commands/ListServicesCommand.ts +++ b/clients/client-service-quotas/commands/ListServicesCommand.ts @@ -23,7 +23,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad /** *

Lists the names and codes for the services integrated with Service Quotas.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, ListServicesCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, ListServicesCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/ListTagsForResourceCommand.ts b/clients/client-service-quotas/commands/ListTagsForResourceCommand.ts index cd17b5d0916e..61033ddb4a19 100644 --- a/clients/client-service-quotas/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-quotas/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of the tags assigned to the specified applied quota.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, ListTagsForResourceCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, ListTagsForResourceCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts b/clients/client-service-quotas/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts index 4df0ffc374a7..546b5d5d7ad3 100644 --- a/clients/client-service-quotas/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts +++ b/clients/client-service-quotas/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts @@ -29,7 +29,7 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput /** *

Adds a quota increase request to your quota request template.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, PutServiceQuotaIncreaseRequestIntoTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, PutServiceQuotaIncreaseRequestIntoTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/RequestServiceQuotaIncreaseCommand.ts b/clients/client-service-quotas/commands/RequestServiceQuotaIncreaseCommand.ts index 6f338450a9d8..a28764fd319c 100644 --- a/clients/client-service-quotas/commands/RequestServiceQuotaIncreaseCommand.ts +++ b/clients/client-service-quotas/commands/RequestServiceQuotaIncreaseCommand.ts @@ -25,7 +25,7 @@ export interface RequestServiceQuotaIncreaseCommandOutput /** *

Submits a quota increase request for the specified quota.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, RequestServiceQuotaIncreaseCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, RequestServiceQuotaIncreaseCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/TagResourceCommand.ts b/clients/client-service-quotas/commands/TagResourceCommand.ts index 791c81e0e9a0..3f4a8ee52aad 100644 --- a/clients/client-service-quotas/commands/TagResourceCommand.ts +++ b/clients/client-service-quotas/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Adds tags to the specified applied quota. You can include one or more tags to add to the * quota.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, TagResourceCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, TagResourceCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-service-quotas/commands/UntagResourceCommand.ts b/clients/client-service-quotas/commands/UntagResourceCommand.ts index 5531eb568a4f..08ef9e58acb2 100644 --- a/clients/client-service-quotas/commands/UntagResourceCommand.ts +++ b/clients/client-service-quotas/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes tags from the specified applied quota. You can specify one or more tags to * remove.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceQuotasClient, UntagResourceCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import * // const { ServiceQuotasClient, UntagResourceCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/CreateHttpNamespaceCommand.ts b/clients/client-servicediscovery/commands/CreateHttpNamespaceCommand.ts index 44c5381368e6..f54b6e47a91c 100644 --- a/clients/client-servicediscovery/commands/CreateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/commands/CreateHttpNamespaceCommand.ts @@ -26,7 +26,7 @@ export interface CreateHttpNamespaceCommandOutput extends CreateHttpNamespaceRes *

For the current quota on the number of namespaces that you can create using the same AWS account, see AWS Cloud Map quotas in the * AWS Cloud Map Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, CreateHttpNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, CreateHttpNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/CreatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/commands/CreatePrivateDnsNamespaceCommand.ts index 1fbbd44970b1..ad6e3ad381b4 100644 --- a/clients/client-servicediscovery/commands/CreatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/commands/CreatePrivateDnsNamespaceCommand.ts @@ -28,7 +28,7 @@ export interface CreatePrivateDnsNamespaceCommandOutput extends CreatePrivateDns * same AWS account, see AWS Cloud Map * Limits in the AWS Cloud Map Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, CreatePrivateDnsNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, CreatePrivateDnsNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/CreatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/commands/CreatePublicDnsNamespaceCommand.ts index 408adfb84525..7276ac27d725 100644 --- a/clients/client-servicediscovery/commands/CreatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/commands/CreatePublicDnsNamespaceCommand.ts @@ -27,7 +27,7 @@ export interface CreatePublicDnsNamespaceCommandOutput extends CreatePublicDnsNa * current quota on the number of namespaces that you can create using the same AWS account, see AWS Cloud Map Limits in the * AWS Cloud Map Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, CreatePublicDnsNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, CreatePublicDnsNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/CreateServiceCommand.ts b/clients/client-servicediscovery/commands/CreateServiceCommand.ts index ea97783510be..38fa159c6c83 100644 --- a/clients/client-servicediscovery/commands/CreateServiceCommand.ts +++ b/clients/client-servicediscovery/commands/CreateServiceCommand.ts @@ -63,7 +63,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met * same service, see AWS Cloud Map * Limits in the AWS Cloud Map Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, CreateServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, CreateServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/DeleteNamespaceCommand.ts b/clients/client-servicediscovery/commands/DeleteNamespaceCommand.ts index 3d7b44193ad7..83cc87be49ff 100644 --- a/clients/client-servicediscovery/commands/DeleteNamespaceCommand.ts +++ b/clients/client-servicediscovery/commands/DeleteNamespaceCommand.ts @@ -24,7 +24,7 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _ *

Deletes a namespace from the current account. If the namespace still contains one or more services, the request * fails.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, DeleteNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, DeleteNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/DeleteServiceCommand.ts b/clients/client-servicediscovery/commands/DeleteServiceCommand.ts index c1f3da742a7d..68031a2fca90 100644 --- a/clients/client-servicediscovery/commands/DeleteServiceCommand.ts +++ b/clients/client-servicediscovery/commands/DeleteServiceCommand.ts @@ -24,7 +24,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met *

Deletes a specified service. If the service still contains one or more registered instances, the request * fails.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, DeleteServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, DeleteServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/DeregisterInstanceCommand.ts b/clients/client-servicediscovery/commands/DeregisterInstanceCommand.ts index 52de4d65f35c..778ead0a67be 100644 --- a/clients/client-servicediscovery/commands/DeregisterInstanceCommand.ts +++ b/clients/client-servicediscovery/commands/DeregisterInstanceCommand.ts @@ -24,7 +24,7 @@ export interface DeregisterInstanceCommandOutput extends DeregisterInstanceRespo *

Deletes the Amazon Route 53 DNS records and health check, if any, that AWS Cloud Map created for the specified * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, DeregisterInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, DeregisterInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/DiscoverInstancesCommand.ts b/clients/client-servicediscovery/commands/DiscoverInstancesCommand.ts index 5441e94b10fb..2f25965812b1 100644 --- a/clients/client-servicediscovery/commands/DiscoverInstancesCommand.ts +++ b/clients/client-servicediscovery/commands/DiscoverInstancesCommand.ts @@ -25,7 +25,7 @@ export interface DiscoverInstancesCommandOutput extends DiscoverInstancesRespons * to discover instances for any type of namespace. For public and private DNS namespaces, you can also use DNS queries * to discover instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, DiscoverInstancesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, DiscoverInstancesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/GetInstanceCommand.ts b/clients/client-servicediscovery/commands/GetInstanceCommand.ts index 6db7d763ed42..2bd0cbd99ae4 100644 --- a/clients/client-servicediscovery/commands/GetInstanceCommand.ts +++ b/clients/client-servicediscovery/commands/GetInstanceCommand.ts @@ -23,7 +23,7 @@ export interface GetInstanceCommandOutput extends GetInstanceResponse, __Metadat /** *

Gets information about a specified instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, GetInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, GetInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/GetInstancesHealthStatusCommand.ts b/clients/client-servicediscovery/commands/GetInstancesHealthStatusCommand.ts index 610e0fe9a135..53706fe30fda 100644 --- a/clients/client-servicediscovery/commands/GetInstancesHealthStatusCommand.ts +++ b/clients/client-servicediscovery/commands/GetInstancesHealthStatusCommand.ts @@ -28,7 +28,7 @@ export interface GetInstancesHealthStatusCommandOutput extends GetInstancesHealt * available.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, GetInstancesHealthStatusCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, GetInstancesHealthStatusCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/GetNamespaceCommand.ts b/clients/client-servicediscovery/commands/GetNamespaceCommand.ts index 44df0cbd5855..8d800ab94421 100644 --- a/clients/client-servicediscovery/commands/GetNamespaceCommand.ts +++ b/clients/client-servicediscovery/commands/GetNamespaceCommand.ts @@ -23,7 +23,7 @@ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad /** *

Gets information about a namespace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, GetNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, GetNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/GetOperationCommand.ts b/clients/client-servicediscovery/commands/GetOperationCommand.ts index 3a50e0834925..64e2fdf952a3 100644 --- a/clients/client-servicediscovery/commands/GetOperationCommand.ts +++ b/clients/client-servicediscovery/commands/GetOperationCommand.ts @@ -27,7 +27,7 @@ export interface GetOperationCommandOutput extends GetOperationResponse, __Metad *

To get a list of operations that match specified criteria, see ListOperations.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, GetOperationCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, GetOperationCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/GetServiceCommand.ts b/clients/client-servicediscovery/commands/GetServiceCommand.ts index 54d27c94d258..7a454271b0fd 100644 --- a/clients/client-servicediscovery/commands/GetServiceCommand.ts +++ b/clients/client-servicediscovery/commands/GetServiceCommand.ts @@ -23,7 +23,7 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB /** *

Gets the settings for a specified service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, GetServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, GetServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/ListInstancesCommand.ts b/clients/client-servicediscovery/commands/ListInstancesCommand.ts index d780e784e18a..96ddb47cea2e 100644 --- a/clients/client-servicediscovery/commands/ListInstancesCommand.ts +++ b/clients/client-servicediscovery/commands/ListInstancesCommand.ts @@ -23,7 +23,7 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met /** *

Lists summary information about the instances that you registered by using a specified service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, ListInstancesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, ListInstancesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/ListNamespacesCommand.ts b/clients/client-servicediscovery/commands/ListNamespacesCommand.ts index b7ef8f72b172..5d0f4ca4a723 100644 --- a/clients/client-servicediscovery/commands/ListNamespacesCommand.ts +++ b/clients/client-servicediscovery/commands/ListNamespacesCommand.ts @@ -23,7 +23,7 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M /** *

Lists summary information about the namespaces that were created by the current AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, ListNamespacesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, ListNamespacesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/ListOperationsCommand.ts b/clients/client-servicediscovery/commands/ListOperationsCommand.ts index a8e45a7e3240..99efdb9125cc 100644 --- a/clients/client-servicediscovery/commands/ListOperationsCommand.ts +++ b/clients/client-servicediscovery/commands/ListOperationsCommand.ts @@ -23,7 +23,7 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M /** *

Lists operations that match the criteria that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, ListOperationsCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, ListOperationsCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/ListServicesCommand.ts b/clients/client-servicediscovery/commands/ListServicesCommand.ts index 2c7a2bfc9b03..86472a07614e 100644 --- a/clients/client-servicediscovery/commands/ListServicesCommand.ts +++ b/clients/client-servicediscovery/commands/ListServicesCommand.ts @@ -23,7 +23,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad /** *

Lists summary information for all the services that are associated with one or more specified namespaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, ListServicesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, ListServicesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/ListTagsForResourceCommand.ts b/clients/client-servicediscovery/commands/ListTagsForResourceCommand.ts index c7870f8cfdc6..b0932eb17b85 100644 --- a/clients/client-servicediscovery/commands/ListTagsForResourceCommand.ts +++ b/clients/client-servicediscovery/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, ListTagsForResourceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, ListTagsForResourceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/RegisterInstanceCommand.ts b/clients/client-servicediscovery/commands/RegisterInstanceCommand.ts index 4e7a0b031882..ff155488b19b 100644 --- a/clients/client-servicediscovery/commands/RegisterInstanceCommand.ts +++ b/clients/client-servicediscovery/commands/RegisterInstanceCommand.ts @@ -62,7 +62,7 @@ export interface RegisterInstanceCommandOutput extends RegisterInstanceResponse, * same service, see AWS Cloud Map * Limits in the AWS Cloud Map Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, RegisterInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, RegisterInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/TagResourceCommand.ts b/clients/client-servicediscovery/commands/TagResourceCommand.ts index 1cb19a0b3a38..10d93cfc7ebc 100644 --- a/clients/client-servicediscovery/commands/TagResourceCommand.ts +++ b/clients/client-servicediscovery/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds one or more tags to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, TagResourceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, TagResourceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/UntagResourceCommand.ts b/clients/client-servicediscovery/commands/UntagResourceCommand.ts index deb646794992..7566aba8bf6b 100644 --- a/clients/client-servicediscovery/commands/UntagResourceCommand.ts +++ b/clients/client-servicediscovery/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, UntagResourceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, UntagResourceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/UpdateInstanceCustomHealthStatusCommand.ts b/clients/client-servicediscovery/commands/UpdateInstanceCustomHealthStatusCommand.ts index 18ae11e9ce0e..e526072b5ba7 100644 --- a/clients/client-servicediscovery/commands/UpdateInstanceCustomHealthStatusCommand.ts +++ b/clients/client-servicediscovery/commands/UpdateInstanceCustomHealthStatusCommand.ts @@ -27,7 +27,7 @@ export interface UpdateInstanceCustomHealthStatusCommandOutput extends __Metadat * status for Route 53 health checks, which you define using HealthCheckConfig.

*

For more information, see HealthCheckCustomConfig.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, UpdateInstanceCustomHealthStatusCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, UpdateInstanceCustomHealthStatusCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-servicediscovery/commands/UpdateServiceCommand.ts b/clients/client-servicediscovery/commands/UpdateServiceCommand.ts index 0df6be6c9230..6192f85769be 100644 --- a/clients/client-servicediscovery/commands/UpdateServiceCommand.ts +++ b/clients/client-servicediscovery/commands/UpdateServiceCommand.ts @@ -47,7 +47,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met *

When you update settings for a service, AWS Cloud Map also updates the corresponding settings in all the records * and health checks that were created by using the specified service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ServiceDiscoveryClient, UpdateServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import * // const { ServiceDiscoveryClient, UpdateServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import diff --git a/clients/client-ses/commands/CloneReceiptRuleSetCommand.ts b/clients/client-ses/commands/CloneReceiptRuleSetCommand.ts index 369db7d4e297..f6198522ab18 100644 --- a/clients/client-ses/commands/CloneReceiptRuleSetCommand.ts +++ b/clients/client-ses/commands/CloneReceiptRuleSetCommand.ts @@ -28,7 +28,7 @@ export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetRes * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CloneReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CloneReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateConfigurationSetCommand.ts b/clients/client-ses/commands/CreateConfigurationSetCommand.ts index f1d6d6d119ea..d0be7235ce35 100644 --- a/clients/client-ses/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-ses/commands/CreateConfigurationSetCommand.ts @@ -27,7 +27,7 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/commands/CreateConfigurationSetEventDestinationCommand.ts index 26468aa8f3a5..aead32b1c223 100644 --- a/clients/client-ses/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -38,7 +38,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/commands/CreateConfigurationSetTrackingOptionsCommand.ts index 3efcbb6a8bef..3afcd22a7359 100644 --- a/clients/client-ses/commands/CreateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/commands/CreateConfigurationSetTrackingOptionsCommand.ts @@ -33,7 +33,7 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput * domains operated by Amazon SES. You can configure a subdomain of your own to handle these * events. For information about using custom domains, see the Amazon SES Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/commands/CreateCustomVerificationEmailTemplateCommand.ts index 3e20ab8d4283..04ee2d086d40 100644 --- a/clients/client-ses/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -27,7 +27,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateReceiptFilterCommand.ts b/clients/client-ses/commands/CreateReceiptFilterCommand.ts index f9dbdcfa9a02..d43d0d6b250d 100644 --- a/clients/client-ses/commands/CreateReceiptFilterCommand.ts +++ b/clients/client-ses/commands/CreateReceiptFilterCommand.ts @@ -25,7 +25,7 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes *

For information about setting up IP address filters, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateReceiptRuleCommand.ts b/clients/client-ses/commands/CreateReceiptRuleCommand.ts index dca1f088c8d5..72d2913a48cb 100644 --- a/clients/client-ses/commands/CreateReceiptRuleCommand.ts +++ b/clients/client-ses/commands/CreateReceiptRuleCommand.ts @@ -26,7 +26,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateReceiptRuleSetCommand.ts b/clients/client-ses/commands/CreateReceiptRuleSetCommand.ts index 39b50d333594..d995d855c637 100644 --- a/clients/client-ses/commands/CreateReceiptRuleSetCommand.ts +++ b/clients/client-ses/commands/CreateReceiptRuleSetCommand.ts @@ -26,7 +26,7 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/CreateTemplateCommand.ts b/clients/client-ses/commands/CreateTemplateCommand.ts index 83cab8d1fe12..3d28f9354f3e 100644 --- a/clients/client-ses/commands/CreateTemplateCommand.ts +++ b/clients/client-ses/commands/CreateTemplateCommand.ts @@ -26,7 +26,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, CreateTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, CreateTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteConfigurationSetCommand.ts b/clients/client-ses/commands/DeleteConfigurationSetCommand.ts index 82a0c383e449..8dd33f319440 100644 --- a/clients/client-ses/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-ses/commands/DeleteConfigurationSetCommand.ts @@ -25,7 +25,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration * events. For information about using configuration sets, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-ses/commands/DeleteConfigurationSetEventDestinationCommand.ts index d58e9cebbe7f..c24e0859df82 100644 --- a/clients/client-ses/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -32,7 +32,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput * events. For information about using configuration sets, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/commands/DeleteConfigurationSetTrackingOptionsCommand.ts index 906418af716c..184baf7435da 100644 --- a/clients/client-ses/commands/DeleteConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/commands/DeleteConfigurationSetTrackingOptionsCommand.ts @@ -38,7 +38,7 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput * Amazon SES-operated domains.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/commands/DeleteCustomVerificationEmailTemplateCommand.ts index 07176461f8d1..e03730f31a9e 100644 --- a/clients/client-ses/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -27,7 +27,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __Me * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteIdentityCommand.ts b/clients/client-ses/commands/DeleteIdentityCommand.ts index cafa64659aa6..711778dc3250 100644 --- a/clients/client-ses/commands/DeleteIdentityCommand.ts +++ b/clients/client-ses/commands/DeleteIdentityCommand.ts @@ -25,7 +25,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M * verified identities.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteIdentityPolicyCommand.ts b/clients/client-ses/commands/DeleteIdentityPolicyCommand.ts index 58fe33c88604..1f7cefe44de8 100644 --- a/clients/client-ses/commands/DeleteIdentityPolicyCommand.ts +++ b/clients/client-ses/commands/DeleteIdentityPolicyCommand.ts @@ -34,7 +34,7 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteIdentityPolicyCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteIdentityPolicyCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteReceiptFilterCommand.ts b/clients/client-ses/commands/DeleteReceiptFilterCommand.ts index ca13c3bb97cd..81b8381f3cb3 100644 --- a/clients/client-ses/commands/DeleteReceiptFilterCommand.ts +++ b/clients/client-ses/commands/DeleteReceiptFilterCommand.ts @@ -26,7 +26,7 @@ export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterRes * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteReceiptRuleCommand.ts b/clients/client-ses/commands/DeleteReceiptRuleCommand.ts index 3d022a40ab30..61eda6eacf2a 100644 --- a/clients/client-ses/commands/DeleteReceiptRuleCommand.ts +++ b/clients/client-ses/commands/DeleteReceiptRuleCommand.ts @@ -26,7 +26,7 @@ export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleRespons * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteReceiptRuleSetCommand.ts b/clients/client-ses/commands/DeleteReceiptRuleSetCommand.ts index ae2e5a2d413f..6af52d3cccb3 100644 --- a/clients/client-ses/commands/DeleteReceiptRuleSetCommand.ts +++ b/clients/client-ses/commands/DeleteReceiptRuleSetCommand.ts @@ -29,7 +29,7 @@ export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetR *

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteTemplateCommand.ts b/clients/client-ses/commands/DeleteTemplateCommand.ts index e9196c3c2270..104f3f90f908 100644 --- a/clients/client-ses/commands/DeleteTemplateCommand.ts +++ b/clients/client-ses/commands/DeleteTemplateCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M *

Deletes an email template.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DeleteVerifiedEmailAddressCommand.ts b/clients/client-ses/commands/DeleteVerifiedEmailAddressCommand.ts index e5f03430e7bb..5689c08fe5e3 100644 --- a/clients/client-ses/commands/DeleteVerifiedEmailAddressCommand.ts +++ b/clients/client-ses/commands/DeleteVerifiedEmailAddressCommand.ts @@ -24,7 +24,7 @@ export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBeare *

Deprecated. Use the DeleteIdentity operation to delete email addresses * and domains.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DeleteVerifiedEmailAddressCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DeleteVerifiedEmailAddressCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DescribeActiveReceiptRuleSetCommand.ts b/clients/client-ses/commands/DescribeActiveReceiptRuleSetCommand.ts index 598d8e7fa2ef..b53c559bb161 100644 --- a/clients/client-ses/commands/DescribeActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/commands/DescribeActiveReceiptRuleSetCommand.ts @@ -29,7 +29,7 @@ export interface DescribeActiveReceiptRuleSetCommandOutput * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DescribeActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DescribeActiveReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DescribeConfigurationSetCommand.ts b/clients/client-ses/commands/DescribeConfigurationSetCommand.ts index f28ea05f1d90..12361124cd8e 100644 --- a/clients/client-ses/commands/DescribeConfigurationSetCommand.ts +++ b/clients/client-ses/commands/DescribeConfigurationSetCommand.ts @@ -26,7 +26,7 @@ export interface DescribeConfigurationSetCommandOutput extends DescribeConfigura * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DescribeConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DescribeConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DescribeReceiptRuleCommand.ts b/clients/client-ses/commands/DescribeReceiptRuleCommand.ts index fe7625c51914..3c8f22ce5499 100644 --- a/clients/client-ses/commands/DescribeReceiptRuleCommand.ts +++ b/clients/client-ses/commands/DescribeReceiptRuleCommand.ts @@ -26,7 +26,7 @@ export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleRes * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DescribeReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DescribeReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/DescribeReceiptRuleSetCommand.ts b/clients/client-ses/commands/DescribeReceiptRuleSetCommand.ts index ad34b852175f..2614e201f681 100644 --- a/clients/client-ses/commands/DescribeReceiptRuleSetCommand.ts +++ b/clients/client-ses/commands/DescribeReceiptRuleSetCommand.ts @@ -25,7 +25,7 @@ export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRule *

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, DescribeReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, DescribeReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetAccountSendingEnabledCommand.ts b/clients/client-ses/commands/GetAccountSendingEnabledCommand.ts index 74c84d943351..685f6b4681e5 100644 --- a/clients/client-ses/commands/GetAccountSendingEnabledCommand.ts +++ b/clients/client-ses/commands/GetAccountSendingEnabledCommand.ts @@ -24,7 +24,7 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending *

Returns the email sending status of the Amazon SES account for the current region.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetAccountSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetAccountSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/commands/GetCustomVerificationEmailTemplateCommand.ts index 575d903715f0..55ea3e5f2803 100644 --- a/clients/client-ses/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -32,7 +32,7 @@ export interface GetCustomVerificationEmailTemplateCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetIdentityDkimAttributesCommand.ts b/clients/client-ses/commands/GetIdentityDkimAttributesCommand.ts index 34d18b221889..81c65d7c0c03 100644 --- a/clients/client-ses/commands/GetIdentityDkimAttributesCommand.ts +++ b/clients/client-ses/commands/GetIdentityDkimAttributesCommand.ts @@ -45,7 +45,7 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA * for up to 100 identities at a time.

*

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetIdentityDkimAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetIdentityDkimAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetIdentityMailFromDomainAttributesCommand.ts b/clients/client-ses/commands/GetIdentityMailFromDomainAttributesCommand.ts index 4b4213e1e144..5766943b529f 100644 --- a/clients/client-ses/commands/GetIdentityMailFromDomainAttributesCommand.ts +++ b/clients/client-ses/commands/GetIdentityMailFromDomainAttributesCommand.ts @@ -31,7 +31,7 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput *

This operation is throttled at one request per second and can only get custom MAIL * FROM attributes for up to 100 identities at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetIdentityMailFromDomainAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetIdentityMailFromDomainAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetIdentityNotificationAttributesCommand.ts b/clients/client-ses/commands/GetIdentityNotificationAttributesCommand.ts index 3e338d8faf68..1781dd0b6361 100644 --- a/clients/client-ses/commands/GetIdentityNotificationAttributesCommand.ts +++ b/clients/client-ses/commands/GetIdentityNotificationAttributesCommand.ts @@ -33,7 +33,7 @@ export interface GetIdentityNotificationAttributesCommandOutput *

For more information about using notifications with Amazon SES, see the Amazon SES * Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetIdentityNotificationAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetIdentityNotificationAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetIdentityPoliciesCommand.ts b/clients/client-ses/commands/GetIdentityPoliciesCommand.ts index be6ee63c0647..2ea73dc9305a 100644 --- a/clients/client-ses/commands/GetIdentityPoliciesCommand.ts +++ b/clients/client-ses/commands/GetIdentityPoliciesCommand.ts @@ -34,7 +34,7 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetIdentityPoliciesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetIdentityPoliciesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetIdentityVerificationAttributesCommand.ts b/clients/client-ses/commands/GetIdentityVerificationAttributesCommand.ts index 33fa4f0a43a5..3c39f9f9364f 100644 --- a/clients/client-ses/commands/GetIdentityVerificationAttributesCommand.ts +++ b/clients/client-ses/commands/GetIdentityVerificationAttributesCommand.ts @@ -43,7 +43,7 @@ export interface GetIdentityVerificationAttributesCommandOutput *

This operation is throttled at one request per second and can only get verification * attributes for up to 100 identities at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetIdentityVerificationAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetIdentityVerificationAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetSendQuotaCommand.ts b/clients/client-ses/commands/GetSendQuotaCommand.ts index e7869a3b20b9..f6705650e1dd 100644 --- a/clients/client-ses/commands/GetSendQuotaCommand.ts +++ b/clients/client-ses/commands/GetSendQuotaCommand.ts @@ -21,7 +21,7 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad *

Provides the sending limits for the Amazon SES account.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetSendQuotaCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetSendQuotaCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetSendStatisticsCommand.ts b/clients/client-ses/commands/GetSendStatisticsCommand.ts index 0b577ce0b5b8..5b1e77847268 100644 --- a/clients/client-ses/commands/GetSendStatisticsCommand.ts +++ b/clients/client-ses/commands/GetSendStatisticsCommand.ts @@ -26,7 +26,7 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons * contains statistics for a 15-minute period of time.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetSendStatisticsCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetSendStatisticsCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/GetTemplateCommand.ts b/clients/client-ses/commands/GetTemplateCommand.ts index f13d96285331..6b3d5da9fd41 100644 --- a/clients/client-ses/commands/GetTemplateCommand.ts +++ b/clients/client-ses/commands/GetTemplateCommand.ts @@ -22,7 +22,7 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat * part) for the template you specify.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, GetTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, GetTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListConfigurationSetsCommand.ts b/clients/client-ses/commands/ListConfigurationSetsCommand.ts index cb024b7caae2..e34e1f318aef 100644 --- a/clients/client-ses/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-ses/commands/ListConfigurationSetsCommand.ts @@ -32,7 +32,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet * NextToken parameter and the value of the NextToken element to retrieve * additional results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListConfigurationSetsCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListConfigurationSetsCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-ses/commands/ListCustomVerificationEmailTemplatesCommand.ts index 7f0c3872749d..b8d2bc0c3f82 100644 --- a/clients/client-ses/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-ses/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -32,7 +32,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListCustomVerificationEmailTemplatesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListCustomVerificationEmailTemplatesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListIdentitiesCommand.ts b/clients/client-ses/commands/ListIdentitiesCommand.ts index 84c81d5088e7..68af141ba1df 100644 --- a/clients/client-ses/commands/ListIdentitiesCommand.ts +++ b/clients/client-ses/commands/ListIdentitiesCommand.ts @@ -25,7 +25,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M * AWS account in the current AWS Region, regardless of verification status.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListIdentitiesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListIdentitiesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListIdentityPoliciesCommand.ts b/clients/client-ses/commands/ListIdentityPoliciesCommand.ts index 04bfdf6a2483..982c7c9307d4 100644 --- a/clients/client-ses/commands/ListIdentityPoliciesCommand.ts +++ b/clients/client-ses/commands/ListIdentityPoliciesCommand.ts @@ -34,7 +34,7 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListIdentityPoliciesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListIdentityPoliciesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListReceiptFiltersCommand.ts b/clients/client-ses/commands/ListReceiptFiltersCommand.ts index 313f34530b3d..b3d0d40874fa 100644 --- a/clients/client-ses/commands/ListReceiptFiltersCommand.ts +++ b/clients/client-ses/commands/ListReceiptFiltersCommand.ts @@ -27,7 +27,7 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListReceiptFiltersCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListReceiptFiltersCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListReceiptRuleSetsCommand.ts b/clients/client-ses/commands/ListReceiptRuleSetsCommand.ts index f8151d406d90..45fb5ff1f82c 100644 --- a/clients/client-ses/commands/ListReceiptRuleSetsCommand.ts +++ b/clients/client-ses/commands/ListReceiptRuleSetsCommand.ts @@ -28,7 +28,7 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes *

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListReceiptRuleSetsCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListReceiptRuleSetsCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListTemplatesCommand.ts b/clients/client-ses/commands/ListTemplatesCommand.ts index a74f7b367870..c756316cb428 100644 --- a/clients/client-ses/commands/ListTemplatesCommand.ts +++ b/clients/client-ses/commands/ListTemplatesCommand.ts @@ -25,7 +25,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met * Region.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListTemplatesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListTemplatesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ListVerifiedEmailAddressesCommand.ts b/clients/client-ses/commands/ListVerifiedEmailAddressesCommand.ts index 079bcacdd4c6..47bc77d5eb0e 100644 --- a/clients/client-ses/commands/ListVerifiedEmailAddressesCommand.ts +++ b/clients/client-ses/commands/ListVerifiedEmailAddressesCommand.ts @@ -24,7 +24,7 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma *

Deprecated. Use the ListIdentities operation to list the email addresses * and domains associated with your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ListVerifiedEmailAddressesCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ListVerifiedEmailAddressesCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-ses/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 686aeb455993..5f584e548ee3 100644 --- a/clients/client-ses/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-ses/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -28,7 +28,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput /** *

Adds or updates the delivery options for a configuration set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, PutConfigurationSetDeliveryOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, PutConfigurationSetDeliveryOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/PutIdentityPolicyCommand.ts b/clients/client-ses/commands/PutIdentityPolicyCommand.ts index 5e1187107924..45a4e4f59ec4 100644 --- a/clients/client-ses/commands/PutIdentityPolicyCommand.ts +++ b/clients/client-ses/commands/PutIdentityPolicyCommand.ts @@ -33,7 +33,7 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, PutIdentityPolicyCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, PutIdentityPolicyCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/ReorderReceiptRuleSetCommand.ts b/clients/client-ses/commands/ReorderReceiptRuleSetCommand.ts index 89a76d007e34..39d9670c4748 100644 --- a/clients/client-ses/commands/ReorderReceiptRuleSetCommand.ts +++ b/clients/client-ses/commands/ReorderReceiptRuleSetCommand.ts @@ -30,7 +30,7 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe *

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, ReorderReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, ReorderReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SendBounceCommand.ts b/clients/client-ses/commands/SendBounceCommand.ts index 46b9a17c3574..d747f606dee3 100644 --- a/clients/client-ses/commands/SendBounceCommand.ts +++ b/clients/client-ses/commands/SendBounceCommand.ts @@ -28,7 +28,7 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SendBounceCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SendBounceCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SendBulkTemplatedEmailCommand.ts b/clients/client-ses/commands/SendBulkTemplatedEmailCommand.ts index be55edcd02f5..d8d05c197c49 100644 --- a/clients/client-ses/commands/SendBulkTemplatedEmailCommand.ts +++ b/clients/client-ses/commands/SendBulkTemplatedEmailCommand.ts @@ -65,7 +65,7 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SendBulkTemplatedEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SendBulkTemplatedEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SendCustomVerificationEmailCommand.ts b/clients/client-ses/commands/SendCustomVerificationEmailCommand.ts index 2bd3712d432e..f6cfefe339be 100644 --- a/clients/client-ses/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-ses/commands/SendCustomVerificationEmailCommand.ts @@ -33,7 +33,7 @@ export interface SendCustomVerificationEmailCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SendCustomVerificationEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SendCustomVerificationEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SendEmailCommand.ts b/clients/client-ses/commands/SendEmailCommand.ts index 1a50dee8697f..e1fbdabfedb8 100644 --- a/clients/client-ses/commands/SendEmailCommand.ts +++ b/clients/client-ses/commands/SendEmailCommand.ts @@ -64,7 +64,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SendEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SendEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SendRawEmailCommand.ts b/clients/client-ses/commands/SendRawEmailCommand.ts index d315c00ca8a1..f4f6fe76154f 100644 --- a/clients/client-ses/commands/SendRawEmailCommand.ts +++ b/clients/client-ses/commands/SendRawEmailCommand.ts @@ -128,7 +128,7 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SendRawEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SendRawEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SendTemplatedEmailCommand.ts b/clients/client-ses/commands/SendTemplatedEmailCommand.ts index ba882551486e..50456af863b8 100644 --- a/clients/client-ses/commands/SendTemplatedEmailCommand.ts +++ b/clients/client-ses/commands/SendTemplatedEmailCommand.ts @@ -72,7 +72,7 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo * Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SendTemplatedEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SendTemplatedEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SetActiveReceiptRuleSetCommand.ts b/clients/client-ses/commands/SetActiveReceiptRuleSetCommand.ts index 15a1b9ce2048..d1f18abc9a1a 100644 --- a/clients/client-ses/commands/SetActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/commands/SetActiveReceiptRuleSetCommand.ts @@ -29,7 +29,7 @@ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRu *

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SetActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SetActiveReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SetIdentityDkimEnabledCommand.ts b/clients/client-ses/commands/SetIdentityDkimEnabledCommand.ts index d9e50dd04e75..a9e6d8d74a73 100644 --- a/clients/client-ses/commands/SetIdentityDkimEnabledCommand.ts +++ b/clients/client-ses/commands/SetIdentityDkimEnabledCommand.ts @@ -35,7 +35,7 @@ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnab *

You can execute this operation no more than once per second.

*

For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SetIdentityDkimEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SetIdentityDkimEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SetIdentityFeedbackForwardingEnabledCommand.ts b/clients/client-ses/commands/SetIdentityFeedbackForwardingEnabledCommand.ts index 82fe26c77996..3483f11bed8b 100644 --- a/clients/client-ses/commands/SetIdentityFeedbackForwardingEnabledCommand.ts +++ b/clients/client-ses/commands/SetIdentityFeedbackForwardingEnabledCommand.ts @@ -38,7 +38,7 @@ export interface SetIdentityFeedbackForwardingEnabledCommandOutput *

For more information about using notifications with Amazon SES, see the Amazon SES * Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SetIdentityFeedbackForwardingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SetIdentityFeedbackForwardingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts b/clients/client-ses/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts index 592d8c6b79dd..c94233451292 100644 --- a/clients/client-ses/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts +++ b/clients/client-ses/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts @@ -34,7 +34,7 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput *

For more information about using notifications with Amazon SES, see the Amazon SES * Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SetIdentityHeadersInNotificationsEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SetIdentityHeadersInNotificationsEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SetIdentityMailFromDomainCommand.ts b/clients/client-ses/commands/SetIdentityMailFromDomainCommand.ts index 286dcdd34735..26840a3aa856 100644 --- a/clients/client-ses/commands/SetIdentityMailFromDomainCommand.ts +++ b/clients/client-ses/commands/SetIdentityMailFromDomainCommand.ts @@ -32,7 +32,7 @@ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailF * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SetIdentityMailFromDomainCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SetIdentityMailFromDomainCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SetIdentityNotificationTopicCommand.ts b/clients/client-ses/commands/SetIdentityNotificationTopicCommand.ts index 403f06868cd7..1778b4987baa 100644 --- a/clients/client-ses/commands/SetIdentityNotificationTopicCommand.ts +++ b/clients/client-ses/commands/SetIdentityNotificationTopicCommand.ts @@ -33,7 +33,7 @@ export interface SetIdentityNotificationTopicCommandOutput *

For more information about feedback notification, see the Amazon SES Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SetIdentityNotificationTopicCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SetIdentityNotificationTopicCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/SetReceiptRulePositionCommand.ts b/clients/client-ses/commands/SetReceiptRulePositionCommand.ts index 66f82c970691..2ae809493309 100644 --- a/clients/client-ses/commands/SetReceiptRulePositionCommand.ts +++ b/clients/client-ses/commands/SetReceiptRulePositionCommand.ts @@ -26,7 +26,7 @@ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePosit * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, SetReceiptRulePositionCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, SetReceiptRulePositionCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/TestRenderTemplateCommand.ts b/clients/client-ses/commands/TestRenderTemplateCommand.ts index cecd464a918b..0c899fd611c0 100644 --- a/clients/client-ses/commands/TestRenderTemplateCommand.ts +++ b/clients/client-ses/commands/TestRenderTemplateCommand.ts @@ -25,7 +25,7 @@ export interface TestRenderTemplateCommandOutput extends TestRenderTemplateRespo * set of replacement data.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, TestRenderTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, TestRenderTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateAccountSendingEnabledCommand.ts b/clients/client-ses/commands/UpdateAccountSendingEnabledCommand.ts index 85a855d4e70d..0dd1432b9a78 100644 --- a/clients/client-ses/commands/UpdateAccountSendingEnabledCommand.ts +++ b/clients/client-ses/commands/UpdateAccountSendingEnabledCommand.ts @@ -28,7 +28,7 @@ export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBear * thresholds.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateAccountSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateAccountSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/commands/UpdateConfigurationSetEventDestinationCommand.ts index 009614390555..1c31b4addf9c 100644 --- a/clients/client-ses/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -40,7 +40,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts b/clients/client-ses/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts index 0efb40a1427b..00ed0b6ada7b 100644 --- a/clients/client-ses/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts +++ b/clients/client-ses/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts @@ -28,7 +28,7 @@ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput ext * create alarms when bounce or complaint rates exceed certain thresholds.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateConfigurationSetReputationMetricsEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateConfigurationSetReputationMetricsEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateConfigurationSetSendingEnabledCommand.ts b/clients/client-ses/commands/UpdateConfigurationSetSendingEnabledCommand.ts index a55ee696106e..d4aa8ba6f85f 100644 --- a/clients/client-ses/commands/UpdateConfigurationSetSendingEnabledCommand.ts +++ b/clients/client-ses/commands/UpdateConfigurationSetSendingEnabledCommand.ts @@ -28,7 +28,7 @@ export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __Met * thresholds.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateConfigurationSetSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateConfigurationSetSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/commands/UpdateConfigurationSetTrackingOptionsCommand.ts index 86ba26c33fb3..047a44f66e77 100644 --- a/clients/client-ses/commands/UpdateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/commands/UpdateConfigurationSetTrackingOptionsCommand.ts @@ -33,7 +33,7 @@ export interface UpdateConfigurationSetTrackingOptionsCommandOutput * domains operated by Amazon SES. You can configure a subdomain of your own to handle these * events. For information about using custom domains, see the Amazon SES Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/commands/UpdateCustomVerificationEmailTemplateCommand.ts index 15f6a4d6269f..8e8a2817c85f 100644 --- a/clients/client-ses/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -27,7 +27,7 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __Me * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateReceiptRuleCommand.ts b/clients/client-ses/commands/UpdateReceiptRuleCommand.ts index 71ae45e320aa..7b39d0b8bd91 100644 --- a/clients/client-ses/commands/UpdateReceiptRuleCommand.ts +++ b/clients/client-ses/commands/UpdateReceiptRuleCommand.ts @@ -26,7 +26,7 @@ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleRespons * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/UpdateTemplateCommand.ts b/clients/client-ses/commands/UpdateTemplateCommand.ts index 81d1086a6454..825405f9e840 100644 --- a/clients/client-ses/commands/UpdateTemplateCommand.ts +++ b/clients/client-ses/commands/UpdateTemplateCommand.ts @@ -26,7 +26,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, UpdateTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, UpdateTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/VerifyDomainDkimCommand.ts b/clients/client-ses/commands/VerifyDomainDkimCommand.ts index 0f4db093da9b..de39eb478fd7 100644 --- a/clients/client-ses/commands/VerifyDomainDkimCommand.ts +++ b/clients/client-ses/commands/VerifyDomainDkimCommand.ts @@ -61,7 +61,7 @@ export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse, * token that's generated by this operation.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, VerifyDomainDkimCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, VerifyDomainDkimCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/VerifyDomainIdentityCommand.ts b/clients/client-ses/commands/VerifyDomainIdentityCommand.ts index 8f25462b5ffb..db0529c36870 100644 --- a/clients/client-ses/commands/VerifyDomainIdentityCommand.ts +++ b/clients/client-ses/commands/VerifyDomainIdentityCommand.ts @@ -29,7 +29,7 @@ export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityR *

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, VerifyDomainIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, VerifyDomainIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/VerifyEmailAddressCommand.ts b/clients/client-ses/commands/VerifyEmailAddressCommand.ts index 2088706fc7be..85e8d7374c0a 100644 --- a/clients/client-ses/commands/VerifyEmailAddressCommand.ts +++ b/clients/client-ses/commands/VerifyEmailAddressCommand.ts @@ -24,7 +24,7 @@ export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {} *

Deprecated. Use the VerifyEmailIdentity operation to verify a new email * address.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, VerifyEmailAddressCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, VerifyEmailAddressCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-ses/commands/VerifyEmailIdentityCommand.ts b/clients/client-ses/commands/VerifyEmailIdentityCommand.ts index acf970a414a7..435dd575de8b 100644 --- a/clients/client-ses/commands/VerifyEmailIdentityCommand.ts +++ b/clients/client-ses/commands/VerifyEmailIdentityCommand.ts @@ -26,7 +26,7 @@ export interface VerifyEmailIdentityCommandOutput extends VerifyEmailIdentityRes * verification email is sent to the specified address.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESClient, VerifyEmailIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import * // const { SESClient, VerifyEmailIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateConfigurationSetCommand.ts b/clients/client-sesv2/commands/CreateConfigurationSetCommand.ts index 86fe93f4987d..8e69aad1ff03 100644 --- a/clients/client-sesv2/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-sesv2/commands/CreateConfigurationSetCommand.ts @@ -27,7 +27,7 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration * you apply a configuration set to an email, all of the rules in that configuration set * are applied to the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateConfigurationSetCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateConfigurationSetCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/commands/CreateConfigurationSetEventDestinationCommand.ts index 070fceb4e71b..656c8026d595 100644 --- a/clients/client-sesv2/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -35,7 +35,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput * storage.

*

A single configuration set can include more than one event destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateContactCommand.ts b/clients/client-sesv2/commands/CreateContactCommand.ts index 350c50d80baf..2038f35bf2a0 100644 --- a/clients/client-sesv2/commands/CreateContactCommand.ts +++ b/clients/client-sesv2/commands/CreateContactCommand.ts @@ -24,7 +24,7 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met *

Creates a contact, which is an end-user who is receiving the email, and adds them to a * contact list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateContactCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateContactCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateContactListCommand.ts b/clients/client-sesv2/commands/CreateContactListCommand.ts index f8513c69dfd6..77e922f1199b 100644 --- a/clients/client-sesv2/commands/CreateContactListCommand.ts +++ b/clients/client-sesv2/commands/CreateContactListCommand.ts @@ -23,7 +23,7 @@ export interface CreateContactListCommandOutput extends CreateContactListRespons /** *

Creates a contact list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateContactListCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateContactListCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/commands/CreateCustomVerificationEmailTemplateCommand.ts index e55fe93cbd04..229df5c3b54f 100644 --- a/clients/client-sesv2/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -32,7 +32,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-sesv2/commands/CreateDedicatedIpPoolCommand.ts index ee335b2fe1ac..c09d3f28ee12 100644 --- a/clients/client-sesv2/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/commands/CreateDedicatedIpPoolCommand.ts @@ -26,7 +26,7 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo * a configuration set. When you send an email that uses that configuration set, the * message is sent from one of the addresses in the associated pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateDedicatedIpPoolCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateDedicatedIpPoolCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-sesv2/commands/CreateDeliverabilityTestReportCommand.ts index 1f9bf86e3eee..21378175b32b 100644 --- a/clients/client-sesv2/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/commands/CreateDeliverabilityTestReportCommand.ts @@ -31,7 +31,7 @@ export interface CreateDeliverabilityTestReportCommandOutput * GetDeliverabilityTestReport operation to view the results of the * test.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateDeliverabilityTestReportCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateDeliverabilityTestReportCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateEmailIdentityCommand.ts b/clients/client-sesv2/commands/CreateEmailIdentityCommand.ts index 2ec9642b772d..c313653d4f38 100644 --- a/clients/client-sesv2/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-sesv2/commands/CreateEmailIdentityCommand.ts @@ -48,7 +48,7 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes * complete the domain verification process.

*

Additionally, you can associate an existing configuration set with the email identity that you're verifying.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateEmailIdentityCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateEmailIdentityCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/commands/CreateEmailIdentityPolicyCommand.ts index 9c6c9e850fea..39411b7aa3f2 100644 --- a/clients/client-sesv2/commands/CreateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/commands/CreateEmailIdentityPolicyCommand.ts @@ -34,7 +34,7 @@ export interface CreateEmailIdentityPolicyCommandOutput extends CreateEmailIdent * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateEmailIdentityPolicyCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateEmailIdentityPolicyCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateEmailTemplateCommand.ts b/clients/client-sesv2/commands/CreateEmailTemplateCommand.ts index 10d931f0f89c..43ae75ee59e1 100644 --- a/clients/client-sesv2/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/CreateEmailTemplateCommand.ts @@ -26,7 +26,7 @@ export interface CreateEmailTemplateCommandOutput extends CreateEmailTemplateRes * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/CreateImportJobCommand.ts b/clients/client-sesv2/commands/CreateImportJobCommand.ts index e4c7651ff1d6..1862ded54efc 100644 --- a/clients/client-sesv2/commands/CreateImportJobCommand.ts +++ b/clients/client-sesv2/commands/CreateImportJobCommand.ts @@ -23,7 +23,7 @@ export interface CreateImportJobCommandOutput extends CreateImportJobResponse, _ /** *

Creates an import job for a data destination.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, CreateImportJobCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, CreateImportJobCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteConfigurationSetCommand.ts b/clients/client-sesv2/commands/DeleteConfigurationSetCommand.ts index eed83f105c9c..d3bbac1f5b2a 100644 --- a/clients/client-sesv2/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-sesv2/commands/DeleteConfigurationSetCommand.ts @@ -28,7 +28,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration * the configuration set in the headers of the email. When you apply a configuration set to * an email, all of the rules in that configuration set are applied to the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteConfigurationSetCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteConfigurationSetCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/commands/DeleteConfigurationSetEventDestinationCommand.ts index bc9597fba075..2ba49796db90 100644 --- a/clients/client-sesv2/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -35,7 +35,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput * receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to * stream data to Amazon S3 for long-term storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteContactCommand.ts b/clients/client-sesv2/commands/DeleteContactCommand.ts index 6ce57b4ebccf..d114e02f18ba 100644 --- a/clients/client-sesv2/commands/DeleteContactCommand.ts +++ b/clients/client-sesv2/commands/DeleteContactCommand.ts @@ -23,7 +23,7 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met /** *

Removes a contact from a contact list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteContactCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteContactCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteContactListCommand.ts b/clients/client-sesv2/commands/DeleteContactListCommand.ts index da491ae5b590..48b9ece318a8 100644 --- a/clients/client-sesv2/commands/DeleteContactListCommand.ts +++ b/clients/client-sesv2/commands/DeleteContactListCommand.ts @@ -23,7 +23,7 @@ export interface DeleteContactListCommandOutput extends DeleteContactListRespons /** *

Deletes a contact list and all of the contacts on that list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteContactListCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteContactListCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/commands/DeleteCustomVerificationEmailTemplateCommand.ts index 1d7e40039d72..a2d0a96fdc18 100644 --- a/clients/client-sesv2/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -32,7 +32,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-sesv2/commands/DeleteDedicatedIpPoolCommand.ts index dc81cc2f0e65..fcd0d1430d66 100644 --- a/clients/client-sesv2/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/commands/DeleteDedicatedIpPoolCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo /** *

Delete a dedicated IP pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteDedicatedIpPoolCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteDedicatedIpPoolCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteEmailIdentityCommand.ts b/clients/client-sesv2/commands/DeleteEmailIdentityCommand.ts index 1369870e61a1..4dd8b2549aa9 100644 --- a/clients/client-sesv2/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-sesv2/commands/DeleteEmailIdentityCommand.ts @@ -24,7 +24,7 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes *

Deletes an email identity. An identity can be either an email address or a domain * name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteEmailIdentityCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteEmailIdentityCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteEmailIdentityPolicyCommand.ts b/clients/client-sesv2/commands/DeleteEmailIdentityPolicyCommand.ts index 3d2c836e4137..4a1b3d2c09c3 100644 --- a/clients/client-sesv2/commands/DeleteEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/commands/DeleteEmailIdentityPolicyCommand.ts @@ -35,7 +35,7 @@ export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdent * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteEmailIdentityPolicyCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteEmailIdentityPolicyCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteEmailTemplateCommand.ts b/clients/client-sesv2/commands/DeleteEmailTemplateCommand.ts index 4d629789b08f..f4c6d41acbb1 100644 --- a/clients/client-sesv2/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/DeleteEmailTemplateCommand.ts @@ -25,7 +25,7 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/DeleteSuppressedDestinationCommand.ts b/clients/client-sesv2/commands/DeleteSuppressedDestinationCommand.ts index 5d0ac5756755..559eb0b6dc68 100644 --- a/clients/client-sesv2/commands/DeleteSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/commands/DeleteSuppressedDestinationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSuppressedDestinationCommandOutput /** *

Removes an email address from the suppression list for your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, DeleteSuppressedDestinationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, DeleteSuppressedDestinationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetAccountCommand.ts b/clients/client-sesv2/commands/GetAccountCommand.ts index 84f1d3b15f17..dd0c7e689e3c 100644 --- a/clients/client-sesv2/commands/GetAccountCommand.ts +++ b/clients/client-sesv2/commands/GetAccountCommand.ts @@ -24,7 +24,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB *

Obtain information about the email-sending status and capabilities of your Amazon SES * account in the current AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetAccountCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetAccountCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetBlacklistReportsCommand.ts b/clients/client-sesv2/commands/GetBlacklistReportsCommand.ts index 8e057bde8835..300e0d061c58 100644 --- a/clients/client-sesv2/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-sesv2/commands/GetBlacklistReportsCommand.ts @@ -23,7 +23,7 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes /** *

Retrieve a list of the blacklists that your dedicated IP addresses appear on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetBlacklistReportsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetBlacklistReportsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetConfigurationSetCommand.ts b/clients/client-sesv2/commands/GetConfigurationSetCommand.ts index 62b56963179d..7a62710989d5 100644 --- a/clients/client-sesv2/commands/GetConfigurationSetCommand.ts +++ b/clients/client-sesv2/commands/GetConfigurationSetCommand.ts @@ -30,7 +30,7 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes * the configuration set in the headers of the email. When you apply a configuration set to * an email, all of the rules in that configuration set are applied to the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetConfigurationSetCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetConfigurationSetCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-sesv2/commands/GetConfigurationSetEventDestinationsCommand.ts index a360d338b404..61cfd62f2a64 100644 --- a/clients/client-sesv2/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-sesv2/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -35,7 +35,7 @@ export interface GetConfigurationSetEventDestinationsCommandOutput * receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to * stream data to Amazon S3 for long-term storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetConfigurationSetEventDestinationsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetConfigurationSetEventDestinationsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetContactCommand.ts b/clients/client-sesv2/commands/GetContactCommand.ts index 0c901f93be3b..4e2d39280ea5 100644 --- a/clients/client-sesv2/commands/GetContactCommand.ts +++ b/clients/client-sesv2/commands/GetContactCommand.ts @@ -23,7 +23,7 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB /** *

Returns a contact from a contact list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetContactCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetContactCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetContactListCommand.ts b/clients/client-sesv2/commands/GetContactListCommand.ts index 33861c95b0ee..14d7948f9d14 100644 --- a/clients/client-sesv2/commands/GetContactListCommand.ts +++ b/clients/client-sesv2/commands/GetContactListCommand.ts @@ -24,7 +24,7 @@ export interface GetContactListCommandOutput extends GetContactListResponse, __M *

Returns contact list metadata. It does not return any information about the contacts * present in the list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetContactListCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetContactListCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/commands/GetCustomVerificationEmailTemplateCommand.ts index 5ebc0a53792c..321805679ae9 100644 --- a/clients/client-sesv2/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -32,7 +32,7 @@ export interface GetCustomVerificationEmailTemplateCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetDedicatedIpCommand.ts b/clients/client-sesv2/commands/GetDedicatedIpCommand.ts index effec6173fbb..2fdaa132be44 100644 --- a/clients/client-sesv2/commands/GetDedicatedIpCommand.ts +++ b/clients/client-sesv2/commands/GetDedicatedIpCommand.ts @@ -25,7 +25,7 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M * pool that it's associated with, as well information about the automatic warm-up process * for the address.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetDedicatedIpCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetDedicatedIpCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetDedicatedIpsCommand.ts b/clients/client-sesv2/commands/GetDedicatedIpsCommand.ts index b7a96a7b7f3b..f78c20a528d1 100644 --- a/clients/client-sesv2/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-sesv2/commands/GetDedicatedIpsCommand.ts @@ -24,7 +24,7 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _ *

List the dedicated IP addresses that are associated with your AWS * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetDedicatedIpsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetDedicatedIpsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-sesv2/commands/GetDeliverabilityDashboardOptionsCommand.ts index 2533baa1df91..c29caf465b16 100644 --- a/clients/client-sesv2/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-sesv2/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -35,7 +35,7 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput * to any other fees that you accrue by using Amazon SES and other AWS services. For more * information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetDeliverabilityDashboardOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetDeliverabilityDashboardOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-sesv2/commands/GetDeliverabilityTestReportCommand.ts index fba13d2d6b20..186eba7ca671 100644 --- a/clients/client-sesv2/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/commands/GetDeliverabilityTestReportCommand.ts @@ -25,7 +25,7 @@ export interface GetDeliverabilityTestReportCommandOutput /** *

Retrieve the results of a predictive inbox placement test.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetDeliverabilityTestReportCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetDeliverabilityTestReportCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-sesv2/commands/GetDomainDeliverabilityCampaignCommand.ts index 701b656cb8f4..aef0bd08fb51 100644 --- a/clients/client-sesv2/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-sesv2/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -27,7 +27,7 @@ export interface GetDomainDeliverabilityCampaignCommandOutput * for a campaign only if the campaign sent email by using a domain that the * Deliverability dashboard is enabled for.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetDomainDeliverabilityCampaignCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetDomainDeliverabilityCampaignCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetDomainStatisticsReportCommand.ts b/clients/client-sesv2/commands/GetDomainStatisticsReportCommand.ts index e4a377eb0567..4bfcf94696c0 100644 --- a/clients/client-sesv2/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-sesv2/commands/GetDomainStatisticsReportCommand.ts @@ -24,7 +24,7 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist *

Retrieve inbox placement and engagement rates for the domains that you use to send * email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetDomainStatisticsReportCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetDomainStatisticsReportCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetEmailIdentityCommand.ts b/clients/client-sesv2/commands/GetEmailIdentityCommand.ts index cd0e68b80f71..d60cfd88fa97 100644 --- a/clients/client-sesv2/commands/GetEmailIdentityCommand.ts +++ b/clients/client-sesv2/commands/GetEmailIdentityCommand.ts @@ -25,7 +25,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, * status, sending authorization policies, its DKIM authentication status, and its custom * Mail-From settings.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetEmailIdentityCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetEmailIdentityCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetEmailIdentityPoliciesCommand.ts b/clients/client-sesv2/commands/GetEmailIdentityPoliciesCommand.ts index 24fcfbff4957..0d153120ccfa 100644 --- a/clients/client-sesv2/commands/GetEmailIdentityPoliciesCommand.ts +++ b/clients/client-sesv2/commands/GetEmailIdentityPoliciesCommand.ts @@ -34,7 +34,7 @@ export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityP * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetEmailIdentityPoliciesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetEmailIdentityPoliciesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetEmailTemplateCommand.ts b/clients/client-sesv2/commands/GetEmailTemplateCommand.ts index 4c5cb98f595c..02c313093075 100644 --- a/clients/client-sesv2/commands/GetEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/GetEmailTemplateCommand.ts @@ -26,7 +26,7 @@ export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse, * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetImportJobCommand.ts b/clients/client-sesv2/commands/GetImportJobCommand.ts index cb3127771286..ce080ad57dc0 100644 --- a/clients/client-sesv2/commands/GetImportJobCommand.ts +++ b/clients/client-sesv2/commands/GetImportJobCommand.ts @@ -23,7 +23,7 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad /** *

Provides information about an import job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetImportJobCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetImportJobCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/GetSuppressedDestinationCommand.ts b/clients/client-sesv2/commands/GetSuppressedDestinationCommand.ts index 72ef31647871..8dd82c6985d4 100644 --- a/clients/client-sesv2/commands/GetSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/commands/GetSuppressedDestinationCommand.ts @@ -24,7 +24,7 @@ export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDest *

Retrieves information about a specific email address that's on the suppression list * for your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, GetSuppressedDestinationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, GetSuppressedDestinationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListConfigurationSetsCommand.ts b/clients/client-sesv2/commands/ListConfigurationSetsCommand.ts index efea967b8921..662501c13d88 100644 --- a/clients/client-sesv2/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-sesv2/commands/ListConfigurationSetsCommand.ts @@ -29,7 +29,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet * the configuration set in the headers of the email. When you apply a configuration set to * an email, all of the rules in that configuration set are applied to the email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListConfigurationSetsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListConfigurationSetsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListContactListsCommand.ts b/clients/client-sesv2/commands/ListContactListsCommand.ts index b602a0165f35..ff4393d2bca3 100644 --- a/clients/client-sesv2/commands/ListContactListsCommand.ts +++ b/clients/client-sesv2/commands/ListContactListsCommand.ts @@ -23,7 +23,7 @@ export interface ListContactListsCommandOutput extends ListContactListsResponse, /** *

Lists all of the contact lists available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListContactListsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListContactListsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListContactsCommand.ts b/clients/client-sesv2/commands/ListContactsCommand.ts index ff76fda1832e..2cd5755bc31b 100644 --- a/clients/client-sesv2/commands/ListContactsCommand.ts +++ b/clients/client-sesv2/commands/ListContactsCommand.ts @@ -23,7 +23,7 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad /** *

Lists the contacts present in a specific contact list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListContactsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListContactsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-sesv2/commands/ListCustomVerificationEmailTemplatesCommand.ts index 35ee58c539a5..01302c49f483 100644 --- a/clients/client-sesv2/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-sesv2/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -32,7 +32,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListCustomVerificationEmailTemplatesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListCustomVerificationEmailTemplatesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-sesv2/commands/ListDedicatedIpPoolsCommand.ts index b06c96ad38ef..5823f054e5fb 100644 --- a/clients/client-sesv2/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-sesv2/commands/ListDedicatedIpPoolsCommand.ts @@ -24,7 +24,7 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR *

List all of the dedicated IP pools that exist in your AWS account in the current * Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListDedicatedIpPoolsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListDedicatedIpPoolsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-sesv2/commands/ListDeliverabilityTestReportsCommand.ts index f5fd3dd5673e..7fa1a020fcb2 100644 --- a/clients/client-sesv2/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-sesv2/commands/ListDeliverabilityTestReportsCommand.ts @@ -27,7 +27,7 @@ export interface ListDeliverabilityTestReportsCommandOutput * predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport * operation to view the results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListDeliverabilityTestReportsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListDeliverabilityTestReportsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-sesv2/commands/ListDomainDeliverabilityCampaignsCommand.ts index 36ef2214833f..ebde0c86770b 100644 --- a/clients/client-sesv2/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-sesv2/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -30,7 +30,7 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput * email during a specified time range. This data is available for a domain only if you * enabled the Deliverability dashboard for the domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListDomainDeliverabilityCampaignsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListDomainDeliverabilityCampaignsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListEmailIdentitiesCommand.ts b/clients/client-sesv2/commands/ListEmailIdentitiesCommand.ts index f396f7ad3193..66c8a6b91149 100644 --- a/clients/client-sesv2/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-sesv2/commands/ListEmailIdentitiesCommand.ts @@ -26,7 +26,7 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes * identities that are verified as well as those that aren't. This operation returns * identities that are associated with Amazon SES and Amazon Pinpoint.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListEmailIdentitiesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListEmailIdentitiesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListEmailTemplatesCommand.ts b/clients/client-sesv2/commands/ListEmailTemplatesCommand.ts index 63cc1bd73844..a83cc60c75fa 100644 --- a/clients/client-sesv2/commands/ListEmailTemplatesCommand.ts +++ b/clients/client-sesv2/commands/ListEmailTemplatesCommand.ts @@ -26,7 +26,7 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListEmailTemplatesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListEmailTemplatesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListImportJobsCommand.ts b/clients/client-sesv2/commands/ListImportJobsCommand.ts index 7ba9a0411846..8bf5644ff577 100644 --- a/clients/client-sesv2/commands/ListImportJobsCommand.ts +++ b/clients/client-sesv2/commands/ListImportJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M /** *

Lists all of the import jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListImportJobsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListImportJobsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListSuppressedDestinationsCommand.ts b/clients/client-sesv2/commands/ListSuppressedDestinationsCommand.ts index 0c409ecb9b01..5ef4820bf91b 100644 --- a/clients/client-sesv2/commands/ListSuppressedDestinationsCommand.ts +++ b/clients/client-sesv2/commands/ListSuppressedDestinationsCommand.ts @@ -24,7 +24,7 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD *

Retrieves a list of email addresses that are on the suppression list for your * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListSuppressedDestinationsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListSuppressedDestinationsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/ListTagsForResourceCommand.ts b/clients/client-sesv2/commands/ListTagsForResourceCommand.ts index 69358081bb03..e1beffd9fab5 100644 --- a/clients/client-sesv2/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sesv2/commands/ListTagsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * acts as a category for more specific tag values. A tag value acts as a descriptor within * a tag key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, ListTagsForResourceCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 34105dba98de..a6c95334d2b6 100644 --- a/clients/client-sesv2/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -29,7 +29,7 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput /** *

Enable or disable the automatic warm-up feature for dedicated IP addresses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutAccountDedicatedIpWarmupAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutAccountDedicatedIpWarmupAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutAccountDetailsCommand.ts b/clients/client-sesv2/commands/PutAccountDetailsCommand.ts index acfbbfb64818..7ff5dab718e9 100644 --- a/clients/client-sesv2/commands/PutAccountDetailsCommand.ts +++ b/clients/client-sesv2/commands/PutAccountDetailsCommand.ts @@ -23,7 +23,7 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons /** *

Update your Amazon SES account details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutAccountDetailsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutAccountDetailsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutAccountSendingAttributesCommand.ts b/clients/client-sesv2/commands/PutAccountSendingAttributesCommand.ts index 61b7fb8feeb3..31cbfa85dea2 100644 --- a/clients/client-sesv2/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutAccountSendingAttributesCommand.ts @@ -25,7 +25,7 @@ export interface PutAccountSendingAttributesCommandOutput /** *

Enable or disable the ability of your account to send email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutAccountSendingAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutAccountSendingAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutAccountSuppressionAttributesCommand.ts b/clients/client-sesv2/commands/PutAccountSuppressionAttributesCommand.ts index 8e9d3252e51e..edc7e1d11f10 100644 --- a/clients/client-sesv2/commands/PutAccountSuppressionAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutAccountSuppressionAttributesCommand.ts @@ -25,7 +25,7 @@ export interface PutAccountSuppressionAttributesCommandOutput /** *

Change the settings for the account-level suppression list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutAccountSuppressionAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutAccountSuppressionAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-sesv2/commands/PutConfigurationSetDeliveryOptionsCommand.ts index d4eea11574db..fb5bd5f10bb7 100644 --- a/clients/client-sesv2/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-sesv2/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput *

Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools * to create groups of dedicated IP addresses for sending specific types of email.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutConfigurationSetDeliveryOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutConfigurationSetDeliveryOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-sesv2/commands/PutConfigurationSetReputationOptionsCommand.ts index f9de4384122e..f812d61e3bc7 100644 --- a/clients/client-sesv2/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-sesv2/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetReputationOptionsCommandOutput *

Enable or disable collection of reputation metrics for emails that you send using a * particular configuration set in a specific AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutConfigurationSetReputationOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutConfigurationSetReputationOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-sesv2/commands/PutConfigurationSetSendingOptionsCommand.ts index 4aab0e62b2ff..566dfcd4cdbd 100644 --- a/clients/client-sesv2/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-sesv2/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetSendingOptionsCommandOutput *

Enable or disable email sending for messages that use a particular configuration set * in a specific AWS Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutConfigurationSetSendingOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutConfigurationSetSendingOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutConfigurationSetSuppressionOptionsCommand.ts b/clients/client-sesv2/commands/PutConfigurationSetSuppressionOptionsCommand.ts index b2d9a05f984a..bbb1cf67489e 100644 --- a/clients/client-sesv2/commands/PutConfigurationSetSuppressionOptionsCommand.ts +++ b/clients/client-sesv2/commands/PutConfigurationSetSuppressionOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetSuppressionOptionsCommandOutput /** *

Specify the account suppression list preferences for a configuration set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutConfigurationSetSuppressionOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutConfigurationSetSuppressionOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-sesv2/commands/PutConfigurationSetTrackingOptionsCommand.ts index feb655e7bc31..9c17c49ce3bf 100644 --- a/clients/client-sesv2/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-sesv2/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -29,7 +29,7 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput *

Specify a custom domain to use for open and click tracking elements in email that you * send.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-sesv2/commands/PutDedicatedIpInPoolCommand.ts index 66c6283174d7..0d05ce117571 100644 --- a/clients/client-sesv2/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-sesv2/commands/PutDedicatedIpInPoolCommand.ts @@ -32,7 +32,7 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutDedicatedIpInPoolCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutDedicatedIpInPoolCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/commands/PutDedicatedIpWarmupAttributesCommand.ts index 733c5caae4ab..cab9d416c85f 100644 --- a/clients/client-sesv2/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -25,7 +25,7 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput /** *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutDedicatedIpWarmupAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutDedicatedIpWarmupAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-sesv2/commands/PutDeliverabilityDashboardOptionCommand.ts index 16bd3e1c1a81..9e3158f77114 100644 --- a/clients/client-sesv2/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-sesv2/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -31,7 +31,7 @@ export interface PutDeliverabilityDashboardOptionCommandOutput * to any other fees that you accrue by using Amazon SES and other AWS services. For more * information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutDeliverabilityDashboardOptionCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutDeliverabilityDashboardOptionCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts b/clients/client-sesv2/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts index 95bb4d52a063..786747b934df 100644 --- a/clients/client-sesv2/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts @@ -29,7 +29,7 @@ export interface PutEmailIdentityConfigurationSetAttributesCommandOutput /** *

Used to associate a configuration set with an email identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutEmailIdentityConfigurationSetAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutEmailIdentityConfigurationSetAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-sesv2/commands/PutEmailIdentityDkimAttributesCommand.ts index d486df09c366..a82a7a22e5ac 100644 --- a/clients/client-sesv2/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -25,7 +25,7 @@ export interface PutEmailIdentityDkimAttributesCommandOutput /** *

Used to enable or disable DKIM authentication for an email identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutEmailIdentityDkimAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutEmailIdentityDkimAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutEmailIdentityDkimSigningAttributesCommand.ts b/clients/client-sesv2/commands/PutEmailIdentityDkimSigningAttributesCommand.ts index cc197e733349..ff2b2e605bd3 100644 --- a/clients/client-sesv2/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutEmailIdentityDkimSigningAttributesCommand.ts @@ -48,7 +48,7 @@ export interface PutEmailIdentityDkimSigningAttributesCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutEmailIdentityDkimSigningAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutEmailIdentityDkimSigningAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-sesv2/commands/PutEmailIdentityFeedbackAttributesCommand.ts index 52be64672757..fc9cbd90cf2f 100644 --- a/clients/client-sesv2/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -37,7 +37,7 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput * by setting up an event destination), you receive an email notification when these events * occur (even if this setting is disabled).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutEmailIdentityFeedbackAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutEmailIdentityFeedbackAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-sesv2/commands/PutEmailIdentityMailFromAttributesCommand.ts index c0fba17bde0a..2d17dd03a89c 100644 --- a/clients/client-sesv2/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-sesv2/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -29,7 +29,7 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput *

Used to enable or disable the custom Mail-From domain configuration for an email * identity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutEmailIdentityMailFromAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutEmailIdentityMailFromAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/PutSuppressedDestinationCommand.ts b/clients/client-sesv2/commands/PutSuppressedDestinationCommand.ts index d80e67dd30f3..45284b4b8113 100644 --- a/clients/client-sesv2/commands/PutSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/commands/PutSuppressedDestinationCommand.ts @@ -23,7 +23,7 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest /** *

Adds an email address to the suppression list for your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, PutSuppressedDestinationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, PutSuppressedDestinationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/SendBulkEmailCommand.ts b/clients/client-sesv2/commands/SendBulkEmailCommand.ts index cb2cb5cd25eb..18ee54090b3a 100644 --- a/clients/client-sesv2/commands/SendBulkEmailCommand.ts +++ b/clients/client-sesv2/commands/SendBulkEmailCommand.ts @@ -23,7 +23,7 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met /** *

Composes an email message to multiple destinations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, SendBulkEmailCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, SendBulkEmailCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/SendCustomVerificationEmailCommand.ts b/clients/client-sesv2/commands/SendCustomVerificationEmailCommand.ts index ea7c3b3c6d4f..dd10663f630a 100644 --- a/clients/client-sesv2/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-sesv2/commands/SendCustomVerificationEmailCommand.ts @@ -32,7 +32,7 @@ export interface SendCustomVerificationEmailCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, SendCustomVerificationEmailCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, SendCustomVerificationEmailCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/SendEmailCommand.ts b/clients/client-sesv2/commands/SendEmailCommand.ts index 891e824454c1..d9feab3b0176 100644 --- a/clients/client-sesv2/commands/SendEmailCommand.ts +++ b/clients/client-sesv2/commands/SendEmailCommand.ts @@ -46,7 +46,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, SendEmailCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, SendEmailCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/TagResourceCommand.ts b/clients/client-sesv2/commands/TagResourceCommand.ts index 0e5ec762cc8f..75cdbcf40559 100644 --- a/clients/client-sesv2/commands/TagResourceCommand.ts +++ b/clients/client-sesv2/commands/TagResourceCommand.ts @@ -31,7 +31,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * general label that acts as a category for more specific tag values. A tag value acts as * a descriptor within a tag key.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, TagResourceCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, TagResourceCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/TestRenderEmailTemplateCommand.ts b/clients/client-sesv2/commands/TestRenderEmailTemplateCommand.ts index 6bfe20a44cb4..453b51fbc60d 100644 --- a/clients/client-sesv2/commands/TestRenderEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/TestRenderEmailTemplateCommand.ts @@ -26,7 +26,7 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, TestRenderEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, TestRenderEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/UntagResourceCommand.ts b/clients/client-sesv2/commands/UntagResourceCommand.ts index aba35c0c6c63..e31cf6b151f6 100644 --- a/clients/client-sesv2/commands/UntagResourceCommand.ts +++ b/clients/client-sesv2/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Remove one or more tags (keys and values) from a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, UntagResourceCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, UntagResourceCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/commands/UpdateConfigurationSetEventDestinationCommand.ts index b83f84aac874..3e1e26e04dcd 100644 --- a/clients/client-sesv2/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -35,7 +35,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput * receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to * stream data to Amazon S3 for long-term storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, UpdateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, UpdateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/UpdateContactCommand.ts b/clients/client-sesv2/commands/UpdateContactCommand.ts index ca88a9ec92f1..ed8c24574be8 100644 --- a/clients/client-sesv2/commands/UpdateContactCommand.ts +++ b/clients/client-sesv2/commands/UpdateContactCommand.ts @@ -25,7 +25,7 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met * existing topic preferences in the TopicPreferences object, just the ones that need * updating.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, UpdateContactCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, UpdateContactCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/UpdateContactListCommand.ts b/clients/client-sesv2/commands/UpdateContactListCommand.ts index 102ec2c25120..a3d76db8a501 100644 --- a/clients/client-sesv2/commands/UpdateContactListCommand.ts +++ b/clients/client-sesv2/commands/UpdateContactListCommand.ts @@ -23,7 +23,7 @@ export interface UpdateContactListCommandOutput extends UpdateContactListRespons /** *

Updates contact list metadata. This operation does a complete replacement.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, UpdateContactListCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, UpdateContactListCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/commands/UpdateCustomVerificationEmailTemplateCommand.ts index 517dfcd8db3f..ed6758eb5b0b 100644 --- a/clients/client-sesv2/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -32,7 +32,7 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput * Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, UpdateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, UpdateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/UpdateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/commands/UpdateEmailIdentityPolicyCommand.ts index b8ac8303e82e..50282e42b878 100644 --- a/clients/client-sesv2/commands/UpdateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/commands/UpdateEmailIdentityPolicyCommand.ts @@ -35,7 +35,7 @@ export interface UpdateEmailIdentityPolicyCommandOutput extends UpdateEmailIdent * *

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, UpdateEmailIdentityPolicyCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, UpdateEmailIdentityPolicyCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sesv2/commands/UpdateEmailTemplateCommand.ts b/clients/client-sesv2/commands/UpdateEmailTemplateCommand.ts index 723d583e0767..ec2ec844d1a4 100644 --- a/clients/client-sesv2/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-sesv2/commands/UpdateEmailTemplateCommand.ts @@ -26,7 +26,7 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes * Developer Guide.

*

You can execute this operation no more than once per second.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SESv2Client, UpdateEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import * // const { SESv2Client, UpdateEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import diff --git a/clients/client-sfn/commands/CreateActivityCommand.ts b/clients/client-sfn/commands/CreateActivityCommand.ts index a1c04c940752..491da938f13c 100644 --- a/clients/client-sfn/commands/CreateActivityCommand.ts +++ b/clients/client-sfn/commands/CreateActivityCommand.ts @@ -39,7 +39,7 @@ export interface CreateActivityCommandOutput extends CreateActivityOutput, __Met * even if they are different.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, CreateActivityCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, CreateActivityCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/CreateStateMachineCommand.ts b/clients/client-sfn/commands/CreateStateMachineCommand.ts index 332d65afcd41..8d67d76677f3 100644 --- a/clients/client-sfn/commands/CreateStateMachineCommand.ts +++ b/clients/client-sfn/commands/CreateStateMachineCommand.ts @@ -41,7 +41,7 @@ export interface CreateStateMachineCommandOutput extends CreateStateMachineOutpu * tags will not be updated, even if they are different.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, CreateStateMachineCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, CreateStateMachineCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/DeleteActivityCommand.ts b/clients/client-sfn/commands/DeleteActivityCommand.ts index 69e1d8eae04a..85bd145d3375 100644 --- a/clients/client-sfn/commands/DeleteActivityCommand.ts +++ b/clients/client-sfn/commands/DeleteActivityCommand.ts @@ -23,7 +23,7 @@ export interface DeleteActivityCommandOutput extends DeleteActivityOutput, __Met /** *

Deletes an activity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, DeleteActivityCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, DeleteActivityCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/DeleteStateMachineCommand.ts b/clients/client-sfn/commands/DeleteStateMachineCommand.ts index 8b55388d3035..12755af51683 100644 --- a/clients/client-sfn/commands/DeleteStateMachineCommand.ts +++ b/clients/client-sfn/commands/DeleteStateMachineCommand.ts @@ -29,7 +29,7 @@ export interface DeleteStateMachineCommandOutput extends DeleteStateMachineOutpu * API is called.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, DeleteStateMachineCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, DeleteStateMachineCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/DescribeActivityCommand.ts b/clients/client-sfn/commands/DescribeActivityCommand.ts index 12e7c905ee8e..a34c3c962658 100644 --- a/clients/client-sfn/commands/DescribeActivityCommand.ts +++ b/clients/client-sfn/commands/DescribeActivityCommand.ts @@ -26,7 +26,7 @@ export interface DescribeActivityCommandOutput extends DescribeActivityOutput, _ *

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, DescribeActivityCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, DescribeActivityCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/DescribeExecutionCommand.ts b/clients/client-sfn/commands/DescribeExecutionCommand.ts index 3e3d6b7f7e18..6b71dc884c23 100644 --- a/clients/client-sfn/commands/DescribeExecutionCommand.ts +++ b/clients/client-sfn/commands/DescribeExecutionCommand.ts @@ -27,7 +27,7 @@ export interface DescribeExecutionCommandOutput extends DescribeExecutionOutput, * *

This API action is not supported by EXPRESS state machines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, DescribeExecutionCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, DescribeExecutionCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/DescribeStateMachineCommand.ts b/clients/client-sfn/commands/DescribeStateMachineCommand.ts index e12579fc2c7f..cc0ad5f3805e 100644 --- a/clients/client-sfn/commands/DescribeStateMachineCommand.ts +++ b/clients/client-sfn/commands/DescribeStateMachineCommand.ts @@ -26,7 +26,7 @@ export interface DescribeStateMachineCommandOutput extends DescribeStateMachineO *

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, DescribeStateMachineCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, DescribeStateMachineCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/DescribeStateMachineForExecutionCommand.ts b/clients/client-sfn/commands/DescribeStateMachineForExecutionCommand.ts index e6ad5a51b10c..aff46536cd83 100644 --- a/clients/client-sfn/commands/DescribeStateMachineForExecutionCommand.ts +++ b/clients/client-sfn/commands/DescribeStateMachineForExecutionCommand.ts @@ -29,7 +29,7 @@ export interface DescribeStateMachineForExecutionCommandOutput * *

This API action is not supported by EXPRESS state machines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, DescribeStateMachineForExecutionCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, DescribeStateMachineForExecutionCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/GetActivityTaskCommand.ts b/clients/client-sfn/commands/GetActivityTaskCommand.ts index 89338ef068b2..63a70aba8ec7 100644 --- a/clients/client-sfn/commands/GetActivityTaskCommand.ts +++ b/clients/client-sfn/commands/GetActivityTaskCommand.ts @@ -35,7 +35,7 @@ export interface GetActivityTaskCommandOutput extends GetActivityTaskOutput, __M * Latency When Polling for Activity Tasks in the Step Functions Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, GetActivityTaskCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, GetActivityTaskCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/GetExecutionHistoryCommand.ts b/clients/client-sfn/commands/GetExecutionHistoryCommand.ts index 82d7903cdaf5..2f42da258a46 100644 --- a/clients/client-sfn/commands/GetExecutionHistoryCommand.ts +++ b/clients/client-sfn/commands/GetExecutionHistoryCommand.ts @@ -28,7 +28,7 @@ export interface GetExecutionHistoryCommandOutput extends GetExecutionHistoryOut * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

*

This API action is not supported by EXPRESS state machines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, GetExecutionHistoryCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, GetExecutionHistoryCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/ListActivitiesCommand.ts b/clients/client-sfn/commands/ListActivitiesCommand.ts index 8d357f932632..21434f9aa524 100644 --- a/clients/client-sfn/commands/ListActivitiesCommand.ts +++ b/clients/client-sfn/commands/ListActivitiesCommand.ts @@ -28,7 +28,7 @@ export interface ListActivitiesCommandOutput extends ListActivitiesOutput, __Met *

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, ListActivitiesCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, ListActivitiesCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/ListExecutionsCommand.ts b/clients/client-sfn/commands/ListExecutionsCommand.ts index 12a4f3276ecc..cc068aab56b2 100644 --- a/clients/client-sfn/commands/ListExecutionsCommand.ts +++ b/clients/client-sfn/commands/ListExecutionsCommand.ts @@ -30,7 +30,7 @@ export interface ListExecutionsCommandOutput extends ListExecutionsOutput, __Met * *

This API action is not supported by EXPRESS state machines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, ListExecutionsCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, ListExecutionsCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/ListStateMachinesCommand.ts b/clients/client-sfn/commands/ListStateMachinesCommand.ts index f84150ccfbd1..84f4e6c175cf 100644 --- a/clients/client-sfn/commands/ListStateMachinesCommand.ts +++ b/clients/client-sfn/commands/ListStateMachinesCommand.ts @@ -28,7 +28,7 @@ export interface ListStateMachinesCommandOutput extends ListStateMachinesOutput, *

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, ListStateMachinesCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, ListStateMachinesCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/ListTagsForResourceCommand.ts b/clients/client-sfn/commands/ListTagsForResourceCommand.ts index 0e38e1eea85f..43687ed7b5f7 100644 --- a/clients/client-sfn/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sfn/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut *

List tags for a given resource.

*

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, ListTagsForResourceCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, ListTagsForResourceCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/SendTaskFailureCommand.ts b/clients/client-sfn/commands/SendTaskFailureCommand.ts index 2ef7a7b1114c..f4cdcdf53a0b 100644 --- a/clients/client-sfn/commands/SendTaskFailureCommand.ts +++ b/clients/client-sfn/commands/SendTaskFailureCommand.ts @@ -24,7 +24,7 @@ export interface SendTaskFailureCommandOutput extends SendTaskFailureOutput, __M *

Used by activity workers and task states using the callback * pattern to report that the task identified by the taskToken failed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, SendTaskFailureCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, SendTaskFailureCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/SendTaskHeartbeatCommand.ts b/clients/client-sfn/commands/SendTaskHeartbeatCommand.ts index 32de0d0f3785..bc852fefb237 100644 --- a/clients/client-sfn/commands/SendTaskHeartbeatCommand.ts +++ b/clients/client-sfn/commands/SendTaskHeartbeatCommand.ts @@ -37,7 +37,7 @@ export interface SendTaskHeartbeatCommandOutput extends SendTaskHeartbeatOutput, * for heartbeats.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, SendTaskHeartbeatCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, SendTaskHeartbeatCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/SendTaskSuccessCommand.ts b/clients/client-sfn/commands/SendTaskSuccessCommand.ts index cfb0895c1acf..4c74a3c133f7 100644 --- a/clients/client-sfn/commands/SendTaskSuccessCommand.ts +++ b/clients/client-sfn/commands/SendTaskSuccessCommand.ts @@ -25,7 +25,7 @@ export interface SendTaskSuccessCommandOutput extends SendTaskSuccessOutput, __M * pattern to report that the task identified by the taskToken completed * successfully.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, SendTaskSuccessCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, SendTaskSuccessCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/StartExecutionCommand.ts b/clients/client-sfn/commands/StartExecutionCommand.ts index fd5bbe8fb314..83be5563b45c 100644 --- a/clients/client-sfn/commands/StartExecutionCommand.ts +++ b/clients/client-sfn/commands/StartExecutionCommand.ts @@ -31,7 +31,7 @@ export interface StartExecutionCommandOutput extends StartExecutionOutput, __Met * days.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, StartExecutionCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, StartExecutionCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/StartSyncExecutionCommand.ts b/clients/client-sfn/commands/StartSyncExecutionCommand.ts index 1211c8459cfc..d08d21da0a3d 100644 --- a/clients/client-sfn/commands/StartSyncExecutionCommand.ts +++ b/clients/client-sfn/commands/StartSyncExecutionCommand.ts @@ -23,7 +23,7 @@ export interface StartSyncExecutionCommandOutput extends StartSyncExecutionOutpu /** *

Starts a Synchronous Express state machine execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, StartSyncExecutionCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, StartSyncExecutionCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/StopExecutionCommand.ts b/clients/client-sfn/commands/StopExecutionCommand.ts index 7af2ce133b14..2e95b147ec97 100644 --- a/clients/client-sfn/commands/StopExecutionCommand.ts +++ b/clients/client-sfn/commands/StopExecutionCommand.ts @@ -24,7 +24,7 @@ export interface StopExecutionCommandOutput extends StopExecutionOutput, __Metad *

Stops an execution.

*

This API action is not supported by EXPRESS state machines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, StopExecutionCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, StopExecutionCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/TagResourceCommand.ts b/clients/client-sfn/commands/TagResourceCommand.ts index 869cf15f1856..ad3f072374d3 100644 --- a/clients/client-sfn/commands/TagResourceCommand.ts +++ b/clients/client-sfn/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB * Tags.

*

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, TagResourceCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, TagResourceCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/UntagResourceCommand.ts b/clients/client-sfn/commands/UntagResourceCommand.ts index c5de6c4eb579..ca15e0e70d88 100644 --- a/clients/client-sfn/commands/UntagResourceCommand.ts +++ b/clients/client-sfn/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Remove a tag from a Step Functions resource

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, UntagResourceCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, UntagResourceCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-sfn/commands/UpdateStateMachineCommand.ts b/clients/client-sfn/commands/UpdateStateMachineCommand.ts index f5c5111da93b..337bec111dc2 100644 --- a/clients/client-sfn/commands/UpdateStateMachineCommand.ts +++ b/clients/client-sfn/commands/UpdateStateMachineCommand.ts @@ -33,7 +33,7 @@ export interface UpdateStateMachineCommandOutput extends UpdateStateMachineOutpu * definition and roleArn.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SFNClient, UpdateStateMachineCommand } from "@aws-sdk/client-sfn"; // ES Modules import * // const { SFNClient, UpdateStateMachineCommand } = require("@aws-sdk/client-sfn"); // CommonJS import diff --git a/clients/client-shield/commands/AssociateDRTLogBucketCommand.ts b/clients/client-shield/commands/AssociateDRTLogBucketCommand.ts index 6b3de071009e..b9ba6b36275d 100644 --- a/clients/client-shield/commands/AssociateDRTLogBucketCommand.ts +++ b/clients/client-shield/commands/AssociateDRTLogBucketCommand.ts @@ -24,7 +24,7 @@ export interface AssociateDRTLogBucketCommandOutput extends AssociateDRTLogBucke *

Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs. You can associate up to 10 Amazon S3 buckets with your subscription.

*

To use the services of the DRT and make an AssociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, AssociateDRTLogBucketCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, AssociateDRTLogBucketCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/AssociateDRTRoleCommand.ts b/clients/client-shield/commands/AssociateDRTRoleCommand.ts index 16527b30f74f..af802b9081fc 100644 --- a/clients/client-shield/commands/AssociateDRTRoleCommand.ts +++ b/clients/client-shield/commands/AssociateDRTRoleCommand.ts @@ -29,7 +29,7 @@ export interface AssociateDRTRoleCommandOutput extends AssociateDRTRoleResponse, *

You must have the iam:PassRole permission to make an AssociateDRTRole request. For more information, see Granting a User Permissions to Pass a Role to an AWS Service.

*

To use the services of the DRT and make an AssociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, AssociateDRTRoleCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, AssociateDRTRoleCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/AssociateHealthCheckCommand.ts b/clients/client-shield/commands/AssociateHealthCheckCommand.ts index 5809de14400b..8bf056c83c13 100644 --- a/clients/client-shield/commands/AssociateHealthCheckCommand.ts +++ b/clients/client-shield/commands/AssociateHealthCheckCommand.ts @@ -24,7 +24,7 @@ export interface AssociateHealthCheckCommandOutput extends AssociateHealthCheckR *

Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

*

You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, AssociateHealthCheckCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, AssociateHealthCheckCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/AssociateProactiveEngagementDetailsCommand.ts b/clients/client-shield/commands/AssociateProactiveEngagementDetailsCommand.ts index 5e481187fce7..8b695c1bf111 100644 --- a/clients/client-shield/commands/AssociateProactiveEngagementDetailsCommand.ts +++ b/clients/client-shield/commands/AssociateProactiveEngagementDetailsCommand.ts @@ -33,7 +33,7 @@ export interface AssociateProactiveEngagementDetailsCommandOutput *

The contacts that you provide in the request replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings and then provide it to this call.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, AssociateProactiveEngagementDetailsCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, AssociateProactiveEngagementDetailsCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/CreateProtectionCommand.ts b/clients/client-shield/commands/CreateProtectionCommand.ts index a869341dd3ae..7130f8aa9e5e 100644 --- a/clients/client-shield/commands/CreateProtectionCommand.ts +++ b/clients/client-shield/commands/CreateProtectionCommand.ts @@ -25,7 +25,7 @@ export interface CreateProtectionCommandOutput extends CreateProtectionResponse, * CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.

*

You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the AWS WAF console. For more information see Getting Started with AWS Shield Advanced and Add AWS Shield Advanced Protection to more AWS Resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, CreateProtectionCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, CreateProtectionCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/CreateProtectionGroupCommand.ts b/clients/client-shield/commands/CreateProtectionGroupCommand.ts index 1852631a0476..af5b3ae71914 100644 --- a/clients/client-shield/commands/CreateProtectionGroupCommand.ts +++ b/clients/client-shield/commands/CreateProtectionGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateProtectionGroupCommandOutput extends CreateProtectionGrou /** *

Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, CreateProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, CreateProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/CreateSubscriptionCommand.ts b/clients/client-shield/commands/CreateSubscriptionCommand.ts index bd85691f8997..1397ea828eb8 100644 --- a/clients/client-shield/commands/CreateSubscriptionCommand.ts +++ b/clients/client-shield/commands/CreateSubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface CreateSubscriptionCommandOutput extends CreateSubscriptionRespo * *

When you initally create a subscription, your subscription is set to be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, CreateSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, CreateSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DeleteProtectionCommand.ts b/clients/client-shield/commands/DeleteProtectionCommand.ts index 383985e50b97..efb00c7b5bff 100644 --- a/clients/client-shield/commands/DeleteProtectionCommand.ts +++ b/clients/client-shield/commands/DeleteProtectionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProtectionCommandOutput extends DeleteProtectionResponse, /** *

Deletes an AWS Shield Advanced Protection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DeleteProtectionCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DeleteProtectionCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DeleteProtectionGroupCommand.ts b/clients/client-shield/commands/DeleteProtectionGroupCommand.ts index 10e09d9aedab..700ff8af360b 100644 --- a/clients/client-shield/commands/DeleteProtectionGroupCommand.ts +++ b/clients/client-shield/commands/DeleteProtectionGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGrou /** *

Removes the specified protection group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DeleteProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DeleteProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DeleteSubscriptionCommand.ts b/clients/client-shield/commands/DeleteSubscriptionCommand.ts index ef57ec05fae4..756a3ab0ee26 100644 --- a/clients/client-shield/commands/DeleteSubscriptionCommand.ts +++ b/clients/client-shield/commands/DeleteSubscriptionCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo * *

Removes AWS Shield Advanced from an account. AWS Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DeleteSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DeleteSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DescribeAttackCommand.ts b/clients/client-shield/commands/DescribeAttackCommand.ts index 55d172358177..58fb100a1379 100644 --- a/clients/client-shield/commands/DescribeAttackCommand.ts +++ b/clients/client-shield/commands/DescribeAttackCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __M /** *

Describes the details of a DDoS attack.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DescribeAttackCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DescribeAttackCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DescribeAttackStatisticsCommand.ts b/clients/client-shield/commands/DescribeAttackStatisticsCommand.ts index c07727c2172a..d9aa1ad0721e 100644 --- a/clients/client-shield/commands/DescribeAttackStatisticsCommand.ts +++ b/clients/client-shield/commands/DescribeAttackStatisticsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackSta *

The operation returns data for the time range of midnight UTC, one year ago, to midnight UTC, today. For example, if the current time is 2020-10-26 15:39:32 PDT, equal to 2020-10-26 22:39:32 UTC, then the time range for the attack data returned is from 2019-10-26 00:00:00 UTC to 2020-10-26 00:00:00 UTC.

*

The time range indicates the period covered by the attack statistics data items.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DescribeAttackStatisticsCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DescribeAttackStatisticsCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DescribeDRTAccessCommand.ts b/clients/client-shield/commands/DescribeDRTAccessCommand.ts index 369ae0020e86..0664092cec40 100644 --- a/clients/client-shield/commands/DescribeDRTAccessCommand.ts +++ b/clients/client-shield/commands/DescribeDRTAccessCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessRespons /** *

Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DescribeDRTAccessCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DescribeDRTAccessCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DescribeEmergencyContactSettingsCommand.ts b/clients/client-shield/commands/DescribeEmergencyContactSettingsCommand.ts index 68a5836fe64a..b88d77b47da7 100644 --- a/clients/client-shield/commands/DescribeEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/commands/DescribeEmergencyContactSettingsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeEmergencyContactSettingsCommandOutput /** *

A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DescribeEmergencyContactSettingsCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DescribeEmergencyContactSettingsCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DescribeProtectionCommand.ts b/clients/client-shield/commands/DescribeProtectionCommand.ts index e274462e14e0..a6a0609240c4 100644 --- a/clients/client-shield/commands/DescribeProtectionCommand.ts +++ b/clients/client-shield/commands/DescribeProtectionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProtectionCommandOutput extends DescribeProtectionRespo /** *

Lists the details of a Protection object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DescribeProtectionCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DescribeProtectionCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DescribeProtectionGroupCommand.ts b/clients/client-shield/commands/DescribeProtectionGroupCommand.ts index 528c1d460303..ba82660ba30a 100644 --- a/clients/client-shield/commands/DescribeProtectionGroupCommand.ts +++ b/clients/client-shield/commands/DescribeProtectionGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeProtectionGroupCommandOutput extends DescribeProtection /** *

Returns the specification for the specified protection group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DescribeProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DescribeProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DescribeSubscriptionCommand.ts b/clients/client-shield/commands/DescribeSubscriptionCommand.ts index 0c1b631ab787..fddc9bc68468 100644 --- a/clients/client-shield/commands/DescribeSubscriptionCommand.ts +++ b/clients/client-shield/commands/DescribeSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionR /** *

Provides details about the AWS Shield Advanced subscription for an account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DescribeSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DescribeSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DisableProactiveEngagementCommand.ts b/clients/client-shield/commands/DisableProactiveEngagementCommand.ts index a0ae84d2290e..a199f713eb48 100644 --- a/clients/client-shield/commands/DisableProactiveEngagementCommand.ts +++ b/clients/client-shield/commands/DisableProactiveEngagementCommand.ts @@ -23,7 +23,7 @@ export interface DisableProactiveEngagementCommandOutput extends DisableProactiv /** *

Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DisableProactiveEngagementCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DisableProactiveEngagementCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DisassociateDRTLogBucketCommand.ts b/clients/client-shield/commands/DisassociateDRTLogBucketCommand.ts index 0b50e401af6c..e7bcb2495c29 100644 --- a/clients/client-shield/commands/DisassociateDRTLogBucketCommand.ts +++ b/clients/client-shield/commands/DisassociateDRTLogBucketCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLo *

Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.

*

To make a DisassociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTLogBucket request to remove this access.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DisassociateDRTLogBucketCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DisassociateDRTLogBucketCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DisassociateDRTRoleCommand.ts b/clients/client-shield/commands/DisassociateDRTRoleCommand.ts index b994e7baa062..5ac776fbbb1e 100644 --- a/clients/client-shield/commands/DisassociateDRTRoleCommand.ts +++ b/clients/client-shield/commands/DisassociateDRTRoleCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleRes *

Removes the DDoS Response Team's (DRT) access to your AWS account.

*

To make a DisassociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTRole request to remove this access.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DisassociateDRTRoleCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DisassociateDRTRoleCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/DisassociateHealthCheckCommand.ts b/clients/client-shield/commands/DisassociateHealthCheckCommand.ts index 95dc394547d9..040c06796a4d 100644 --- a/clients/client-shield/commands/DisassociateHealthCheckCommand.ts +++ b/clients/client-shield/commands/DisassociateHealthCheckCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateHealthCheckCommandOutput extends DisassociateHealth *

Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

*

You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, DisassociateHealthCheckCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, DisassociateHealthCheckCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/EnableProactiveEngagementCommand.ts b/clients/client-shield/commands/EnableProactiveEngagementCommand.ts index d035ff0eba0e..2c1fada4cb05 100644 --- a/clients/client-shield/commands/EnableProactiveEngagementCommand.ts +++ b/clients/client-shield/commands/EnableProactiveEngagementCommand.ts @@ -23,7 +23,7 @@ export interface EnableProactiveEngagementCommandOutput extends EnableProactiveE /** *

Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, EnableProactiveEngagementCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, EnableProactiveEngagementCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/GetSubscriptionStateCommand.ts b/clients/client-shield/commands/GetSubscriptionStateCommand.ts index e778a2463647..5d7dca66e67f 100644 --- a/clients/client-shield/commands/GetSubscriptionStateCommand.ts +++ b/clients/client-shield/commands/GetSubscriptionStateCommand.ts @@ -23,7 +23,7 @@ export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateR /** *

Returns the SubscriptionState, either Active or Inactive.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, GetSubscriptionStateCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, GetSubscriptionStateCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/ListAttacksCommand.ts b/clients/client-shield/commands/ListAttacksCommand.ts index bf382f81d330..1663905ff777 100644 --- a/clients/client-shield/commands/ListAttacksCommand.ts +++ b/clients/client-shield/commands/ListAttacksCommand.ts @@ -24,7 +24,7 @@ export interface ListAttacksCommandOutput extends ListAttacksResponse, __Metadat *

Returns all ongoing DDoS attacks or all DDoS attacks during a specified time * period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, ListAttacksCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, ListAttacksCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/ListProtectionGroupsCommand.ts b/clients/client-shield/commands/ListProtectionGroupsCommand.ts index 82c8f7ec34f4..ee428e1ad0bd 100644 --- a/clients/client-shield/commands/ListProtectionGroupsCommand.ts +++ b/clients/client-shield/commands/ListProtectionGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsR /** *

Retrieves the ProtectionGroup objects for the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, ListProtectionGroupsCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, ListProtectionGroupsCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/ListProtectionsCommand.ts b/clients/client-shield/commands/ListProtectionsCommand.ts index bdf3183ac243..3ba7b7f7b9cf 100644 --- a/clients/client-shield/commands/ListProtectionsCommand.ts +++ b/clients/client-shield/commands/ListProtectionsCommand.ts @@ -23,7 +23,7 @@ export interface ListProtectionsCommandOutput extends ListProtectionsResponse, _ /** *

Lists all Protection objects for the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, ListProtectionsCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, ListProtectionsCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/ListResourcesInProtectionGroupCommand.ts b/clients/client-shield/commands/ListResourcesInProtectionGroupCommand.ts index 7765eee5ec7e..bda57a5b7fbf 100644 --- a/clients/client-shield/commands/ListResourcesInProtectionGroupCommand.ts +++ b/clients/client-shield/commands/ListResourcesInProtectionGroupCommand.ts @@ -25,7 +25,7 @@ export interface ListResourcesInProtectionGroupCommandOutput /** *

Retrieves the resources that are included in the protection group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, ListResourcesInProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, ListResourcesInProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/ListTagsForResourceCommand.ts b/clients/client-shield/commands/ListTagsForResourceCommand.ts index 6876188cfa50..8090c3491197 100644 --- a/clients/client-shield/commands/ListTagsForResourceCommand.ts +++ b/clients/client-shield/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS Shield.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, ListTagsForResourceCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, ListTagsForResourceCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/TagResourceCommand.ts b/clients/client-shield/commands/TagResourceCommand.ts index b2e8e04fd9be..4d991c71d983 100644 --- a/clients/client-shield/commands/TagResourceCommand.ts +++ b/clients/client-shield/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds or updates tags for a resource in AWS Shield.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, TagResourceCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, TagResourceCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/UntagResourceCommand.ts b/clients/client-shield/commands/UntagResourceCommand.ts index a12ced347023..a82f624b8ae9 100644 --- a/clients/client-shield/commands/UntagResourceCommand.ts +++ b/clients/client-shield/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes tags from a resource in AWS Shield.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, UntagResourceCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, UntagResourceCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/UpdateEmergencyContactSettingsCommand.ts b/clients/client-shield/commands/UpdateEmergencyContactSettingsCommand.ts index 68d1f2bf9ca3..75411fdcfc37 100644 --- a/clients/client-shield/commands/UpdateEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/commands/UpdateEmergencyContactSettingsCommand.ts @@ -25,7 +25,7 @@ export interface UpdateEmergencyContactSettingsCommandOutput /** *

Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, UpdateEmergencyContactSettingsCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, UpdateEmergencyContactSettingsCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/UpdateProtectionGroupCommand.ts b/clients/client-shield/commands/UpdateProtectionGroupCommand.ts index 42405f3e8266..806fd4b536a7 100644 --- a/clients/client-shield/commands/UpdateProtectionGroupCommand.ts +++ b/clients/client-shield/commands/UpdateProtectionGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGrou /** *

Updates an existing protection group. A protection group is a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, UpdateProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, UpdateProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-shield/commands/UpdateSubscriptionCommand.ts b/clients/client-shield/commands/UpdateSubscriptionCommand.ts index e55747ff2549..71f6fb13a425 100644 --- a/clients/client-shield/commands/UpdateSubscriptionCommand.ts +++ b/clients/client-shield/commands/UpdateSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionRespo /** *

Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { ShieldClient, UpdateSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import * // const { ShieldClient, UpdateSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import diff --git a/clients/client-signer/commands/AddProfilePermissionCommand.ts b/clients/client-signer/commands/AddProfilePermissionCommand.ts index 8f9a5398c6de..54a0796bf0ba 100644 --- a/clients/client-signer/commands/AddProfilePermissionCommand.ts +++ b/clients/client-signer/commands/AddProfilePermissionCommand.ts @@ -23,7 +23,7 @@ export interface AddProfilePermissionCommandOutput extends AddProfilePermissionR /** *

Adds cross-account permissions to a signing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, AddProfilePermissionCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, AddProfilePermissionCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/CancelSigningProfileCommand.ts b/clients/client-signer/commands/CancelSigningProfileCommand.ts index 028b36ae3132..96fe1c22e760 100644 --- a/clients/client-signer/commands/CancelSigningProfileCommand.ts +++ b/clients/client-signer/commands/CancelSigningProfileCommand.ts @@ -26,7 +26,7 @@ export interface CancelSigningProfileCommandOutput extends __MetadataBearer {} * operation, but it cannot perform new signing jobs, and is deleted two years after * cancelation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, CancelSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, CancelSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/DescribeSigningJobCommand.ts b/clients/client-signer/commands/DescribeSigningJobCommand.ts index 77666b04e21e..b8e0c841f70a 100644 --- a/clients/client-signer/commands/DescribeSigningJobCommand.ts +++ b/clients/client-signer/commands/DescribeSigningJobCommand.ts @@ -25,7 +25,7 @@ export interface DescribeSigningJobCommandOutput extends DescribeSigningJobRespo * the jobId value that is returned by the StartSigningJob * operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, DescribeSigningJobCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, DescribeSigningJobCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/GetSigningPlatformCommand.ts b/clients/client-signer/commands/GetSigningPlatformCommand.ts index ba7156119269..de626bf0ae3c 100644 --- a/clients/client-signer/commands/GetSigningPlatformCommand.ts +++ b/clients/client-signer/commands/GetSigningPlatformCommand.ts @@ -23,7 +23,7 @@ export interface GetSigningPlatformCommandOutput extends GetSigningPlatformRespo /** *

Returns information on a specific signing platform.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, GetSigningPlatformCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, GetSigningPlatformCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/GetSigningProfileCommand.ts b/clients/client-signer/commands/GetSigningProfileCommand.ts index 95e3381f3dab..d82b47b680c7 100644 --- a/clients/client-signer/commands/GetSigningProfileCommand.ts +++ b/clients/client-signer/commands/GetSigningProfileCommand.ts @@ -23,7 +23,7 @@ export interface GetSigningProfileCommandOutput extends GetSigningProfileRespons /** *

Returns information on a specific signing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, GetSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, GetSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/ListProfilePermissionsCommand.ts b/clients/client-signer/commands/ListProfilePermissionsCommand.ts index 657c17710b2b..969040f03db0 100644 --- a/clients/client-signer/commands/ListProfilePermissionsCommand.ts +++ b/clients/client-signer/commands/ListProfilePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface ListProfilePermissionsCommandOutput extends ListProfilePermissi /** *

Lists the cross-account permissions associated with a signing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, ListProfilePermissionsCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, ListProfilePermissionsCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/ListSigningJobsCommand.ts b/clients/client-signer/commands/ListSigningJobsCommand.ts index ec332e544d08..b2190987b363 100644 --- a/clients/client-signer/commands/ListSigningJobsCommand.ts +++ b/clients/client-signer/commands/ListSigningJobsCommand.ts @@ -29,7 +29,7 @@ export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, _ * parameter and with new values that code signing returns in the nextToken * parameter until all of your signing jobs have been returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, ListSigningJobsCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, ListSigningJobsCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/ListSigningPlatformsCommand.ts b/clients/client-signer/commands/ListSigningPlatformsCommand.ts index 1ea4f57ac26f..a412eb14285b 100644 --- a/clients/client-signer/commands/ListSigningPlatformsCommand.ts +++ b/clients/client-signer/commands/ListSigningPlatformsCommand.ts @@ -29,7 +29,7 @@ export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsR * nextToken parameter until all of your signing jobs have been * returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, ListSigningPlatformsCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, ListSigningPlatformsCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/ListSigningProfilesCommand.ts b/clients/client-signer/commands/ListSigningProfilesCommand.ts index 6c9efd0e94fb..37282c4656ac 100644 --- a/clients/client-signer/commands/ListSigningProfilesCommand.ts +++ b/clients/client-signer/commands/ListSigningProfilesCommand.ts @@ -30,7 +30,7 @@ export interface ListSigningProfilesCommandOutput extends ListSigningProfilesRes * new values that code signing returns in the nextToken parameter until all of your * signing jobs have been returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, ListSigningProfilesCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, ListSigningProfilesCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/ListTagsForResourceCommand.ts b/clients/client-signer/commands/ListTagsForResourceCommand.ts index 416ff49c9219..ee09bd1bfda7 100644 --- a/clients/client-signer/commands/ListTagsForResourceCommand.ts +++ b/clients/client-signer/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of the tags associated with a signing profile resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, ListTagsForResourceCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/PutSigningProfileCommand.ts b/clients/client-signer/commands/PutSigningProfileCommand.ts index 953ec2f12f6b..ca693ece964d 100644 --- a/clients/client-signer/commands/PutSigningProfileCommand.ts +++ b/clients/client-signer/commands/PutSigningProfileCommand.ts @@ -25,7 +25,7 @@ export interface PutSigningProfileCommandOutput extends PutSigningProfileRespons * carry out a pre-defined signing job. For more information, see http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, PutSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, PutSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/RemoveProfilePermissionCommand.ts b/clients/client-signer/commands/RemoveProfilePermissionCommand.ts index b42c1f0be08b..f5fc5c492595 100644 --- a/clients/client-signer/commands/RemoveProfilePermissionCommand.ts +++ b/clients/client-signer/commands/RemoveProfilePermissionCommand.ts @@ -23,7 +23,7 @@ export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermi /** *

Removes cross-account permissions from a signing profile.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, RemoveProfilePermissionCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, RemoveProfilePermissionCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/RevokeSignatureCommand.ts b/clients/client-signer/commands/RevokeSignatureCommand.ts index e9991f9169bd..1f1dabe4db5d 100644 --- a/clients/client-signer/commands/RevokeSignatureCommand.ts +++ b/clients/client-signer/commands/RevokeSignatureCommand.ts @@ -24,7 +24,7 @@ export interface RevokeSignatureCommandOutput extends __MetadataBearer {} *

Changes the state of a signing job to REVOKED. This indicates that the signature is no * longer valid.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, RevokeSignatureCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, RevokeSignatureCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/RevokeSigningProfileCommand.ts b/clients/client-signer/commands/RevokeSigningProfileCommand.ts index 486ce1d22db6..6e2ea696b5b8 100644 --- a/clients/client-signer/commands/RevokeSigningProfileCommand.ts +++ b/clients/client-signer/commands/RevokeSigningProfileCommand.ts @@ -25,7 +25,7 @@ export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {} * generated using the signing profile after an effective start date are no longer * valid.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, RevokeSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, RevokeSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/StartSigningJobCommand.ts b/clients/client-signer/commands/StartSigningJobCommand.ts index 65ba2de4abf0..2547432755d1 100644 --- a/clients/client-signer/commands/StartSigningJobCommand.ts +++ b/clients/client-signer/commands/StartSigningJobCommand.ts @@ -50,7 +50,7 @@ export interface StartSigningJobCommandOutput extends StartSigningJobResponse, _ *

For a Java example that shows how to use this action, see http://docs.aws.amazon.com/acm/latest/userguide/ *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, StartSigningJobCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, StartSigningJobCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/TagResourceCommand.ts b/clients/client-signer/commands/TagResourceCommand.ts index ae4de4564128..e54f125a7e19 100644 --- a/clients/client-signer/commands/TagResourceCommand.ts +++ b/clients/client-signer/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * value. To specify the signing profile, use its Amazon Resource Name (ARN). To specify * the tag, use a key-value pair.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, TagResourceCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, TagResourceCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-signer/commands/UntagResourceCommand.ts b/clients/client-signer/commands/UntagResourceCommand.ts index 6ee91cca3198..17576a92cf7b 100644 --- a/clients/client-signer/commands/UntagResourceCommand.ts +++ b/clients/client-signer/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes one or more tags from a signing profile. To remove the tags, specify a list of * tag keys.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SignerClient, UntagResourceCommand } from "@aws-sdk/client-signer"; // ES Modules import * // const { SignerClient, UntagResourceCommand } = require("@aws-sdk/client-signer"); // CommonJS import diff --git a/clients/client-sms/commands/CreateAppCommand.ts b/clients/client-sms/commands/CreateAppCommand.ts index 198b07bcf5dd..9f26c04844f6 100644 --- a/clients/client-sms/commands/CreateAppCommand.ts +++ b/clients/client-sms/commands/CreateAppCommand.ts @@ -21,7 +21,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea *

Creates an application. An application consists of one or more server groups. Each * server group contain one or more servers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, CreateAppCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, CreateAppCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/CreateReplicationJobCommand.ts b/clients/client-sms/commands/CreateReplicationJobCommand.ts index a7e2c4999e59..d1a6c1083872 100644 --- a/clients/client-sms/commands/CreateReplicationJobCommand.ts +++ b/clients/client-sms/commands/CreateReplicationJobCommand.ts @@ -25,7 +25,7 @@ export interface CreateReplicationJobCommandOutput extends CreateReplicationJobR * to replicate your server to AWS. Each replication run creates an Amazon Machine Image * (AMI).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, CreateReplicationJobCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, CreateReplicationJobCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/DeleteAppCommand.ts b/clients/client-sms/commands/DeleteAppCommand.ts index 771e29a1349e..d133d34d9c10 100644 --- a/clients/client-sms/commands/DeleteAppCommand.ts +++ b/clients/client-sms/commands/DeleteAppCommand.ts @@ -21,7 +21,7 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea *

Deletes the specified application. Optionally deletes the launched stack associated with * the application and all AWS SMS replication jobs for servers in the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, DeleteAppCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, DeleteAppCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/DeleteAppLaunchConfigurationCommand.ts b/clients/client-sms/commands/DeleteAppLaunchConfigurationCommand.ts index 80f8d78de638..d0740523b148 100644 --- a/clients/client-sms/commands/DeleteAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/commands/DeleteAppLaunchConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAppLaunchConfigurationCommandOutput /** *

Deletes the launch configuration for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, DeleteAppLaunchConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, DeleteAppLaunchConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/DeleteAppReplicationConfigurationCommand.ts b/clients/client-sms/commands/DeleteAppReplicationConfigurationCommand.ts index 7a24cb0a7521..3c39312a800a 100644 --- a/clients/client-sms/commands/DeleteAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/commands/DeleteAppReplicationConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteAppReplicationConfigurationCommandOutput /** *

Deletes the replication configuration for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, DeleteAppReplicationConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, DeleteAppReplicationConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/DeleteAppValidationConfigurationCommand.ts b/clients/client-sms/commands/DeleteAppValidationConfigurationCommand.ts index efd132c35fd2..37057fa6bb51 100644 --- a/clients/client-sms/commands/DeleteAppValidationConfigurationCommand.ts +++ b/clients/client-sms/commands/DeleteAppValidationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DeleteAppValidationConfigurationCommandOutput /** *

Deletes the validation configuration for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, DeleteAppValidationConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, DeleteAppValidationConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/DeleteReplicationJobCommand.ts b/clients/client-sms/commands/DeleteReplicationJobCommand.ts index dccabe4da23a..092134df7fdc 100644 --- a/clients/client-sms/commands/DeleteReplicationJobCommand.ts +++ b/clients/client-sms/commands/DeleteReplicationJobCommand.ts @@ -26,7 +26,7 @@ export interface DeleteReplicationJobCommandOutput extends DeleteReplicationJobR * deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created * by the replication runs are not deleted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, DeleteReplicationJobCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, DeleteReplicationJobCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/DeleteServerCatalogCommand.ts b/clients/client-sms/commands/DeleteServerCatalogCommand.ts index e05268f44e84..84918911a7d9 100644 --- a/clients/client-sms/commands/DeleteServerCatalogCommand.ts +++ b/clients/client-sms/commands/DeleteServerCatalogCommand.ts @@ -23,7 +23,7 @@ export interface DeleteServerCatalogCommandOutput extends DeleteServerCatalogRes /** *

Deletes all servers from your server catalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, DeleteServerCatalogCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, DeleteServerCatalogCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/DisassociateConnectorCommand.ts b/clients/client-sms/commands/DisassociateConnectorCommand.ts index 16c62f49c1e8..a44c7926f4ca 100644 --- a/clients/client-sms/commands/DisassociateConnectorCommand.ts +++ b/clients/client-sms/commands/DisassociateConnectorCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateConnectorCommandOutput extends DisassociateConnecto *

After you disassociate a connector, it is no longer available to support * replication jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, DisassociateConnectorCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, DisassociateConnectorCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GenerateChangeSetCommand.ts b/clients/client-sms/commands/GenerateChangeSetCommand.ts index 7a2986033186..64b961613e15 100644 --- a/clients/client-sms/commands/GenerateChangeSetCommand.ts +++ b/clients/client-sms/commands/GenerateChangeSetCommand.ts @@ -24,7 +24,7 @@ export interface GenerateChangeSetCommandOutput extends GenerateChangeSetRespons *

Generates a target change set for a currently launched stack and writes it to an Amazon S3 * object in the customer’s Amazon S3 bucket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GenerateChangeSetCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GenerateChangeSetCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GenerateTemplateCommand.ts b/clients/client-sms/commands/GenerateTemplateCommand.ts index bf45e6a314a0..af234b291439 100644 --- a/clients/client-sms/commands/GenerateTemplateCommand.ts +++ b/clients/client-sms/commands/GenerateTemplateCommand.ts @@ -24,7 +24,7 @@ export interface GenerateTemplateCommandOutput extends GenerateTemplateResponse, *

Generates an AWS CloudFormation template based on the current launch configuration and writes it to * an Amazon S3 object in the customer’s Amazon S3 bucket.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GenerateTemplateCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GenerateTemplateCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetAppCommand.ts b/clients/client-sms/commands/GetAppCommand.ts index 0b6dc14479ec..a54a8b71ea0e 100644 --- a/clients/client-sms/commands/GetAppCommand.ts +++ b/clients/client-sms/commands/GetAppCommand.ts @@ -20,7 +20,7 @@ export interface GetAppCommandOutput extends GetAppResponse, __MetadataBearer {} /** *

Retrieve information about the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetAppCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetAppCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetAppLaunchConfigurationCommand.ts b/clients/client-sms/commands/GetAppLaunchConfigurationCommand.ts index 47200345f530..2ef1ad4d46a3 100644 --- a/clients/client-sms/commands/GetAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/commands/GetAppLaunchConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetAppLaunchConfigurationCommandOutput extends GetAppLaunchConf /** *

Retrieves the application launch configuration associated with the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetAppLaunchConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetAppLaunchConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetAppReplicationConfigurationCommand.ts b/clients/client-sms/commands/GetAppReplicationConfigurationCommand.ts index 95240f28cd21..7300958447da 100644 --- a/clients/client-sms/commands/GetAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/commands/GetAppReplicationConfigurationCommand.ts @@ -26,7 +26,7 @@ export interface GetAppReplicationConfigurationCommandOutput *

Retrieves the application replication configuration associated with the specified * application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetAppReplicationConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetAppReplicationConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetAppValidationConfigurationCommand.ts b/clients/client-sms/commands/GetAppValidationConfigurationCommand.ts index e9adbea06b09..324740200131 100644 --- a/clients/client-sms/commands/GetAppValidationConfigurationCommand.ts +++ b/clients/client-sms/commands/GetAppValidationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface GetAppValidationConfigurationCommandOutput /** *

Retrieves information about a configuration for validating an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetAppValidationConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetAppValidationConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetAppValidationOutputCommand.ts b/clients/client-sms/commands/GetAppValidationOutputCommand.ts index f6b02be0bd18..8f4b1c0e50bd 100644 --- a/clients/client-sms/commands/GetAppValidationOutputCommand.ts +++ b/clients/client-sms/commands/GetAppValidationOutputCommand.ts @@ -23,7 +23,7 @@ export interface GetAppValidationOutputCommandOutput extends GetAppValidationOut /** *

Retrieves output from validating an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetAppValidationOutputCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetAppValidationOutputCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetConnectorsCommand.ts b/clients/client-sms/commands/GetConnectorsCommand.ts index 0b2695552161..a37ca6d8b7fc 100644 --- a/clients/client-sms/commands/GetConnectorsCommand.ts +++ b/clients/client-sms/commands/GetConnectorsCommand.ts @@ -23,7 +23,7 @@ export interface GetConnectorsCommandOutput extends GetConnectorsResponse, __Met /** *

Describes the connectors registered with the AWS SMS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetConnectorsCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetConnectorsCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetReplicationJobsCommand.ts b/clients/client-sms/commands/GetReplicationJobsCommand.ts index a7f16d45a769..c18971936a1b 100644 --- a/clients/client-sms/commands/GetReplicationJobsCommand.ts +++ b/clients/client-sms/commands/GetReplicationJobsCommand.ts @@ -23,7 +23,7 @@ export interface GetReplicationJobsCommandOutput extends GetReplicationJobsRespo /** *

Describes the specified replication job or all of your replication jobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetReplicationJobsCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetReplicationJobsCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetReplicationRunsCommand.ts b/clients/client-sms/commands/GetReplicationRunsCommand.ts index 71a61ac7d431..41fbe123ae39 100644 --- a/clients/client-sms/commands/GetReplicationRunsCommand.ts +++ b/clients/client-sms/commands/GetReplicationRunsCommand.ts @@ -23,7 +23,7 @@ export interface GetReplicationRunsCommandOutput extends GetReplicationRunsRespo /** *

Describes the replication runs for the specified replication job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetReplicationRunsCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetReplicationRunsCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/GetServersCommand.ts b/clients/client-sms/commands/GetServersCommand.ts index 97873d7610fe..3632aa9ec5ce 100644 --- a/clients/client-sms/commands/GetServersCommand.ts +++ b/clients/client-sms/commands/GetServersCommand.ts @@ -24,7 +24,7 @@ export interface GetServersCommandOutput extends GetServersResponse, __MetadataB *

Describes the servers in your server catalog.

*

Before you can describe your servers, you must import them using ImportServerCatalog.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, GetServersCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, GetServersCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/ImportAppCatalogCommand.ts b/clients/client-sms/commands/ImportAppCatalogCommand.ts index 6d755ca4429c..ab726bcb4965 100644 --- a/clients/client-sms/commands/ImportAppCatalogCommand.ts +++ b/clients/client-sms/commands/ImportAppCatalogCommand.ts @@ -23,7 +23,7 @@ export interface ImportAppCatalogCommandOutput extends ImportAppCatalogResponse, /** *

Allows application import from AWS Migration Hub.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, ImportAppCatalogCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, ImportAppCatalogCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/ImportServerCatalogCommand.ts b/clients/client-sms/commands/ImportServerCatalogCommand.ts index 8a690203c79c..e4e64d48924a 100644 --- a/clients/client-sms/commands/ImportServerCatalogCommand.ts +++ b/clients/client-sms/commands/ImportServerCatalogCommand.ts @@ -26,7 +26,7 @@ export interface ImportServerCatalogCommandOutput extends ImportServerCatalogRes *

This call returns immediately, but might take additional time to retrieve all the * servers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, ImportServerCatalogCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, ImportServerCatalogCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/LaunchAppCommand.ts b/clients/client-sms/commands/LaunchAppCommand.ts index 6495cd6d547b..5f7fa140eb77 100644 --- a/clients/client-sms/commands/LaunchAppCommand.ts +++ b/clients/client-sms/commands/LaunchAppCommand.ts @@ -20,7 +20,7 @@ export interface LaunchAppCommandOutput extends LaunchAppResponse, __MetadataBea /** *

Launches the specified application as a stack in AWS CloudFormation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, LaunchAppCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, LaunchAppCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/ListAppsCommand.ts b/clients/client-sms/commands/ListAppsCommand.ts index 0ddda77f181e..536a72bec6fd 100644 --- a/clients/client-sms/commands/ListAppsCommand.ts +++ b/clients/client-sms/commands/ListAppsCommand.ts @@ -20,7 +20,7 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare /** *

Retrieves summaries for all applications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, ListAppsCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, ListAppsCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/NotifyAppValidationOutputCommand.ts b/clients/client-sms/commands/NotifyAppValidationOutputCommand.ts index 8eb35c1a47e8..00988462eb2b 100644 --- a/clients/client-sms/commands/NotifyAppValidationOutputCommand.ts +++ b/clients/client-sms/commands/NotifyAppValidationOutputCommand.ts @@ -23,7 +23,7 @@ export interface NotifyAppValidationOutputCommandOutput extends NotifyAppValidat /** *

Provides information to AWS SMS about whether application validation is successful.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, NotifyAppValidationOutputCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, NotifyAppValidationOutputCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/PutAppLaunchConfigurationCommand.ts b/clients/client-sms/commands/PutAppLaunchConfigurationCommand.ts index 48f0ffcfd994..ba848c1bf579 100644 --- a/clients/client-sms/commands/PutAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/commands/PutAppLaunchConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface PutAppLaunchConfigurationCommandOutput extends PutAppLaunchConf /** *

Creates or updates the launch configuration for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, PutAppLaunchConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, PutAppLaunchConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/PutAppReplicationConfigurationCommand.ts b/clients/client-sms/commands/PutAppReplicationConfigurationCommand.ts index 9323a3333dcb..292e7824ba12 100644 --- a/clients/client-sms/commands/PutAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/commands/PutAppReplicationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface PutAppReplicationConfigurationCommandOutput /** *

Creates or updates the replication configuration for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, PutAppReplicationConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, PutAppReplicationConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/PutAppValidationConfigurationCommand.ts b/clients/client-sms/commands/PutAppValidationConfigurationCommand.ts index 98728ce421bc..2e07ef02da32 100644 --- a/clients/client-sms/commands/PutAppValidationConfigurationCommand.ts +++ b/clients/client-sms/commands/PutAppValidationConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface PutAppValidationConfigurationCommandOutput /** *

Creates or updates a validation configuration for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, PutAppValidationConfigurationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, PutAppValidationConfigurationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/StartAppReplicationCommand.ts b/clients/client-sms/commands/StartAppReplicationCommand.ts index 5b5abd581b2b..f1f95c177092 100644 --- a/clients/client-sms/commands/StartAppReplicationCommand.ts +++ b/clients/client-sms/commands/StartAppReplicationCommand.ts @@ -24,7 +24,7 @@ export interface StartAppReplicationCommandOutput extends StartAppReplicationRes *

Starts replicating the specified application by creating replication jobs for each server in the * application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, StartAppReplicationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, StartAppReplicationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/StartOnDemandAppReplicationCommand.ts b/clients/client-sms/commands/StartOnDemandAppReplicationCommand.ts index eab18b31f3e4..2436a025d485 100644 --- a/clients/client-sms/commands/StartOnDemandAppReplicationCommand.ts +++ b/clients/client-sms/commands/StartOnDemandAppReplicationCommand.ts @@ -25,7 +25,7 @@ export interface StartOnDemandAppReplicationCommandOutput /** *

Starts an on-demand replication run for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, StartOnDemandAppReplicationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, StartOnDemandAppReplicationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/StartOnDemandReplicationRunCommand.ts b/clients/client-sms/commands/StartOnDemandReplicationRunCommand.ts index beccd9dff538..e72e2b9cb2d0 100644 --- a/clients/client-sms/commands/StartOnDemandReplicationRunCommand.ts +++ b/clients/client-sms/commands/StartOnDemandReplicationRunCommand.ts @@ -29,7 +29,7 @@ export interface StartOnDemandReplicationRunCommandOutput *

There is a limit on the number of on-demand replications runs that you can request * in a 24-hour period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, StartOnDemandReplicationRunCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, StartOnDemandReplicationRunCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/StopAppReplicationCommand.ts b/clients/client-sms/commands/StopAppReplicationCommand.ts index 03d8c61c29bd..4449786bec50 100644 --- a/clients/client-sms/commands/StopAppReplicationCommand.ts +++ b/clients/client-sms/commands/StopAppReplicationCommand.ts @@ -24,7 +24,7 @@ export interface StopAppReplicationCommandOutput extends StopAppReplicationRespo *

Stops replicating the specified application by deleting the replication job for each server in * the application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, StopAppReplicationCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, StopAppReplicationCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/TerminateAppCommand.ts b/clients/client-sms/commands/TerminateAppCommand.ts index fa4ef62cda05..55b7e8e83a3b 100644 --- a/clients/client-sms/commands/TerminateAppCommand.ts +++ b/clients/client-sms/commands/TerminateAppCommand.ts @@ -23,7 +23,7 @@ export interface TerminateAppCommandOutput extends TerminateAppResponse, __Metad /** *

Terminates the stack for the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, TerminateAppCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, TerminateAppCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/UpdateAppCommand.ts b/clients/client-sms/commands/UpdateAppCommand.ts index a3410d80c13a..a713a541f1fe 100644 --- a/clients/client-sms/commands/UpdateAppCommand.ts +++ b/clients/client-sms/commands/UpdateAppCommand.ts @@ -20,7 +20,7 @@ export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea /** *

Updates the specified application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, UpdateAppCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, UpdateAppCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-sms/commands/UpdateReplicationJobCommand.ts b/clients/client-sms/commands/UpdateReplicationJobCommand.ts index 55c49ab5318c..eaae4754c2bd 100644 --- a/clients/client-sms/commands/UpdateReplicationJobCommand.ts +++ b/clients/client-sms/commands/UpdateReplicationJobCommand.ts @@ -23,7 +23,7 @@ export interface UpdateReplicationJobCommandOutput extends UpdateReplicationJobR /** *

Updates the specified settings for the specified replication job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SMSClient, UpdateReplicationJobCommand } from "@aws-sdk/client-sms"; // ES Modules import * // const { SMSClient, UpdateReplicationJobCommand } = require("@aws-sdk/client-sms"); // CommonJS import diff --git a/clients/client-snowball/commands/CancelClusterCommand.ts b/clients/client-snowball/commands/CancelClusterCommand.ts index e45bda477191..52de33a30017 100644 --- a/clients/client-snowball/commands/CancelClusterCommand.ts +++ b/clients/client-snowball/commands/CancelClusterCommand.ts @@ -25,7 +25,7 @@ export interface CancelClusterCommandOutput extends CancelClusterResult, __Metad * AwaitingQuorum status. You'll have at least an hour after creating a cluster * job to cancel it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, CancelClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, CancelClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/CancelJobCommand.ts b/clients/client-snowball/commands/CancelJobCommand.ts index e9d33a64b539..3666716f9591 100644 --- a/clients/client-snowball/commands/CancelJobCommand.ts +++ b/clients/client-snowball/commands/CancelJobCommand.ts @@ -23,7 +23,7 @@ export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBeare * DescribeJob action returns a job's JobState as part of the * response element data returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, CancelJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, CancelJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/CreateAddressCommand.ts b/clients/client-snowball/commands/CreateAddressCommand.ts index 699b1cc83d29..7360a3b6e34a 100644 --- a/clients/client-snowball/commands/CreateAddressCommand.ts +++ b/clients/client-snowball/commands/CreateAddressCommand.ts @@ -26,7 +26,7 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad * within the serviceable area of your region. If the address is invalid or unsupported, then an * exception is thrown.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, CreateAddressCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, CreateAddressCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/CreateClusterCommand.ts b/clients/client-snowball/commands/CreateClusterCommand.ts index 4a5f663556b3..b43d45cbcf40 100644 --- a/clients/client-snowball/commands/CreateClusterCommand.ts +++ b/clients/client-snowball/commands/CreateClusterCommand.ts @@ -24,7 +24,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad *

Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The * cluster does not ship until these five node jobs have been created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, CreateClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, CreateClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/CreateJobCommand.ts b/clients/client-snowball/commands/CreateJobCommand.ts index 4340d83c6e69..203466ddc1e8 100644 --- a/clients/client-snowball/commands/CreateJobCommand.ts +++ b/clients/client-snowball/commands/CreateJobCommand.ts @@ -24,7 +24,7 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare * the clusterId value; the other job attributes are inherited from the cluster. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, CreateJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, CreateJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/CreateReturnShippingLabelCommand.ts b/clients/client-snowball/commands/CreateReturnShippingLabelCommand.ts index e012d26b67b6..e137e2b92f84 100644 --- a/clients/client-snowball/commands/CreateReturnShippingLabelCommand.ts +++ b/clients/client-snowball/commands/CreateReturnShippingLabelCommand.ts @@ -23,7 +23,7 @@ export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShip /** *

Creates a shipping label that will be used to return the Snow device to AWS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, CreateReturnShippingLabelCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, CreateReturnShippingLabelCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/DescribeAddressCommand.ts b/clients/client-snowball/commands/DescribeAddressCommand.ts index d0d599c19543..6c0d2de5d3a1 100644 --- a/clients/client-snowball/commands/DescribeAddressCommand.ts +++ b/clients/client-snowball/commands/DescribeAddressCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAddressCommandOutput extends DescribeAddressResult, __M *

Takes an AddressId and returns specific details about that address in the * form of an Address object.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, DescribeAddressCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, DescribeAddressCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/DescribeAddressesCommand.ts b/clients/client-snowball/commands/DescribeAddressesCommand.ts index 2f4dae82f8ac..6c368f6224d7 100644 --- a/clients/client-snowball/commands/DescribeAddressesCommand.ts +++ b/clients/client-snowball/commands/DescribeAddressesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult, * the US regions will return addresses from the list of all addresses associated with this * account in all US regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, DescribeAddressesCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, DescribeAddressesCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/DescribeClusterCommand.ts b/clients/client-snowball/commands/DescribeClusterCommand.ts index b4bc03754619..a1e29715a021 100644 --- a/clients/client-snowball/commands/DescribeClusterCommand.ts +++ b/clients/client-snowball/commands/DescribeClusterCommand.ts @@ -24,7 +24,7 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResult, __M *

Returns information about a specific cluster including shipping information, cluster * status, and other important metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, DescribeClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, DescribeClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/DescribeJobCommand.ts b/clients/client-snowball/commands/DescribeJobCommand.ts index d1c4e840a618..d4504a838f19 100644 --- a/clients/client-snowball/commands/DescribeJobCommand.ts +++ b/clients/client-snowball/commands/DescribeJobCommand.ts @@ -24,7 +24,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB *

Returns information about a specific job including shipping information, job status, * and other important metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, DescribeJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, DescribeJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/DescribeReturnShippingLabelCommand.ts b/clients/client-snowball/commands/DescribeReturnShippingLabelCommand.ts index 55c2164d81cc..98153a377ec3 100644 --- a/clients/client-snowball/commands/DescribeReturnShippingLabelCommand.ts +++ b/clients/client-snowball/commands/DescribeReturnShippingLabelCommand.ts @@ -23,7 +23,7 @@ export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturn /** *

Information on the shipping label of a Snow device that is being returned to AWS.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, DescribeReturnShippingLabelCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, DescribeReturnShippingLabelCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/GetJobManifestCommand.ts b/clients/client-snowball/commands/GetJobManifestCommand.ts index 39b67cca1dfe..96b1e8f0078e 100644 --- a/clients/client-snowball/commands/GetJobManifestCommand.ts +++ b/clients/client-snowball/commands/GetJobManifestCommand.ts @@ -41,7 +41,7 @@ export interface GetJobManifestCommandOutput extends GetJobManifestResult, __Met *

The credentials of a given job, including its manifest file and unlock code, expire 90 * days after the job is created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, GetJobManifestCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, GetJobManifestCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/GetJobUnlockCodeCommand.ts b/clients/client-snowball/commands/GetJobUnlockCodeCommand.ts index 34eb4406a591..7c9510930770 100644 --- a/clients/client-snowball/commands/GetJobUnlockCodeCommand.ts +++ b/clients/client-snowball/commands/GetJobUnlockCodeCommand.ts @@ -35,7 +35,7 @@ export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, _ * separately helps prevent unauthorized parties from gaining access to the Snow device associated * with that job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, GetJobUnlockCodeCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, GetJobUnlockCodeCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/GetSnowballUsageCommand.ts b/clients/client-snowball/commands/GetSnowballUsageCommand.ts index 0abbcfd561ec..ae2d1dd56a30 100644 --- a/clients/client-snowball/commands/GetSnowballUsageCommand.ts +++ b/clients/client-snowball/commands/GetSnowballUsageCommand.ts @@ -27,7 +27,7 @@ export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, _ *

The default service limit for the number of Snow devices that you can have at one time is * 1. If you want to increase your service limit, contact AWS Support.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, GetSnowballUsageCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, GetSnowballUsageCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/GetSoftwareUpdatesCommand.ts b/clients/client-snowball/commands/GetSoftwareUpdatesCommand.ts index 62724b485340..879c81904d15 100644 --- a/clients/client-snowball/commands/GetSoftwareUpdatesCommand.ts +++ b/clients/client-snowball/commands/GetSoftwareUpdatesCommand.ts @@ -24,7 +24,7 @@ export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResul *

Returns an Amazon S3 presigned URL for an update file associated with a specified * JobId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, GetSoftwareUpdatesCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, GetSoftwareUpdatesCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/ListClusterJobsCommand.ts b/clients/client-snowball/commands/ListClusterJobsCommand.ts index dbdf1f54e4ec..e806c106abdf 100644 --- a/clients/client-snowball/commands/ListClusterJobsCommand.ts +++ b/clients/client-snowball/commands/ListClusterJobsCommand.ts @@ -25,7 +25,7 @@ export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __M * JobListEntry object is for a job in the specified cluster and contains a job's * state, a job's ID, and other information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, ListClusterJobsCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, ListClusterJobsCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/ListClustersCommand.ts b/clients/client-snowball/commands/ListClustersCommand.ts index 5d82f793063b..61c0af7e0101 100644 --- a/clients/client-snowball/commands/ListClustersCommand.ts +++ b/clients/client-snowball/commands/ListClustersCommand.ts @@ -25,7 +25,7 @@ export interface ListClustersCommandOutput extends ListClustersResult, __Metadat * ClusterListEntry object contains a cluster's state, a cluster's ID, and other * important status information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, ListClustersCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, ListClustersCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/ListCompatibleImagesCommand.ts b/clients/client-snowball/commands/ListCompatibleImagesCommand.ts index fa34409c6549..f0a73a8ef373 100644 --- a/clients/client-snowball/commands/ListCompatibleImagesCommand.ts +++ b/clients/client-snowball/commands/ListCompatibleImagesCommand.ts @@ -27,7 +27,7 @@ export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesR * 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available on the AWS * Marketplace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, ListCompatibleImagesCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, ListCompatibleImagesCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/ListJobsCommand.ts b/clients/client-snowball/commands/ListJobsCommand.ts index d08a8df70167..5410ade70527 100644 --- a/clients/client-snowball/commands/ListJobsCommand.ts +++ b/clients/client-snowball/commands/ListJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer * in one of the US regions will return jobs from the list of all jobs associated with this * account in all US regions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, ListJobsCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, ListJobsCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/UpdateClusterCommand.ts b/clients/client-snowball/commands/UpdateClusterCommand.ts index 483a2900635e..0287da249b3e 100644 --- a/clients/client-snowball/commands/UpdateClusterCommand.ts +++ b/clients/client-snowball/commands/UpdateClusterCommand.ts @@ -26,7 +26,7 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad * changes to a different job state, usually 60 minutes after the cluster being created, this * action is no longer available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, UpdateClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, UpdateClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/UpdateJobCommand.ts b/clients/client-snowball/commands/UpdateJobCommand.ts index c9ef7efdd91d..635ac9fc15c0 100644 --- a/clients/client-snowball/commands/UpdateJobCommand.ts +++ b/clients/client-snowball/commands/UpdateJobCommand.ts @@ -22,7 +22,7 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare * the information associated with a job. Once the job changes to a different job state, usually * within 60 minutes of the job being created, this action is no longer available.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, UpdateJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, UpdateJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-snowball/commands/UpdateJobShipmentStateCommand.ts b/clients/client-snowball/commands/UpdateJobShipmentStateCommand.ts index 6ae1dd28b2c3..07aa5704d622 100644 --- a/clients/client-snowball/commands/UpdateJobShipmentStateCommand.ts +++ b/clients/client-snowball/commands/UpdateJobShipmentStateCommand.ts @@ -23,7 +23,7 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt /** *

Updates the state when a the shipment states changes to a different state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SnowballClient, UpdateJobShipmentStateCommand } from "@aws-sdk/client-snowball"; // ES Modules import * // const { SnowballClient, UpdateJobShipmentStateCommand } = require("@aws-sdk/client-snowball"); // CommonJS import diff --git a/clients/client-sns/commands/AddPermissionCommand.ts b/clients/client-sns/commands/AddPermissionCommand.ts index 827ae4f2a63e..f46836a16c02 100644 --- a/clients/client-sns/commands/AddPermissionCommand.ts +++ b/clients/client-sns/commands/AddPermissionCommand.ts @@ -24,7 +24,7 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {} *

Adds a statement to a topic's access control policy, granting access for the specified * AWS accounts to the specified actions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, AddPermissionCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, AddPermissionCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/CheckIfPhoneNumberIsOptedOutCommand.ts b/clients/client-sns/commands/CheckIfPhoneNumberIsOptedOutCommand.ts index c79bbafa5796..499ce37cb53d 100644 --- a/clients/client-sns/commands/CheckIfPhoneNumberIsOptedOutCommand.ts +++ b/clients/client-sns/commands/CheckIfPhoneNumberIsOptedOutCommand.ts @@ -29,7 +29,7 @@ export interface CheckIfPhoneNumberIsOptedOutCommandOutput *

To resume sending messages, you can opt in the number by using the * OptInPhoneNumber action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, CheckIfPhoneNumberIsOptedOutCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, CheckIfPhoneNumberIsOptedOutCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ConfirmSubscriptionCommand.ts b/clients/client-sns/commands/ConfirmSubscriptionCommand.ts index e699c575b7e6..99edae7b2fe1 100644 --- a/clients/client-sns/commands/ConfirmSubscriptionCommand.ts +++ b/clients/client-sns/commands/ConfirmSubscriptionCommand.ts @@ -27,7 +27,7 @@ export interface ConfirmSubscriptionCommandOutput extends ConfirmSubscriptionRes * requires an AWS signature only when the AuthenticateOnUnsubscribe flag is * set to "true".

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ConfirmSubscriptionCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ConfirmSubscriptionCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/CreatePlatformApplicationCommand.ts b/clients/client-sns/commands/CreatePlatformApplicationCommand.ts index 71dfc9361e08..d90b60041c8b 100644 --- a/clients/client-sns/commands/CreatePlatformApplicationCommand.ts +++ b/clients/client-sns/commands/CreatePlatformApplicationCommand.ts @@ -61,7 +61,7 @@ export interface CreatePlatformApplicationCommandOutput extends CreatePlatformAp *

You can use the returned PlatformApplicationArn as an attribute for the * CreatePlatformEndpoint action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, CreatePlatformApplicationCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, CreatePlatformApplicationCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/CreatePlatformEndpointCommand.ts b/clients/client-sns/commands/CreatePlatformEndpointCommand.ts index e7ed8b38527e..ace0a95852ca 100644 --- a/clients/client-sns/commands/CreatePlatformEndpointCommand.ts +++ b/clients/client-sns/commands/CreatePlatformEndpointCommand.ts @@ -36,7 +36,7 @@ export interface CreatePlatformEndpointCommandOutput extends CreateEndpointRespo * more information, see Creating an Amazon SNS Endpoint * for Baidu.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, CreatePlatformEndpointCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, CreatePlatformEndpointCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/CreateTopicCommand.ts b/clients/client-sns/commands/CreateTopicCommand.ts index 812de782a6d0..03c7d58d83e2 100644 --- a/clients/client-sns/commands/CreateTopicCommand.ts +++ b/clients/client-sns/commands/CreateTopicCommand.ts @@ -23,7 +23,7 @@ export interface CreateTopicCommandOutput extends CreateTopicResponse, __Metadat * already owns a topic with the specified name, that topic's ARN is returned without * creating a new topic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, CreateTopicCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, CreateTopicCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/DeleteEndpointCommand.ts b/clients/client-sns/commands/DeleteEndpointCommand.ts index 07310ceec55e..74628a9abf04 100644 --- a/clients/client-sns/commands/DeleteEndpointCommand.ts +++ b/clients/client-sns/commands/DeleteEndpointCommand.ts @@ -27,7 +27,7 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {} *

When you delete an endpoint that is also subscribed to a topic, then you must also * unsubscribe the endpoint from the topic.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, DeleteEndpointCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, DeleteEndpointCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/DeletePlatformApplicationCommand.ts b/clients/client-sns/commands/DeletePlatformApplicationCommand.ts index 1b8f51aeccfd..1949e5c5f0e7 100644 --- a/clients/client-sns/commands/DeletePlatformApplicationCommand.ts +++ b/clients/client-sns/commands/DeletePlatformApplicationCommand.ts @@ -26,7 +26,7 @@ export interface DeletePlatformApplicationCommandOutput extends __MetadataBearer * Using Amazon SNS * Mobile Push Notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, DeletePlatformApplicationCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, DeletePlatformApplicationCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/DeleteTopicCommand.ts b/clients/client-sns/commands/DeleteTopicCommand.ts index 389a4e33f097..3ea5241b0b1c 100644 --- a/clients/client-sns/commands/DeleteTopicCommand.ts +++ b/clients/client-sns/commands/DeleteTopicCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTopicCommandOutput extends __MetadataBearer {} * is idempotent, so deleting a topic that does not exist does not result in an * error.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, DeleteTopicCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, DeleteTopicCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/GetEndpointAttributesCommand.ts b/clients/client-sns/commands/GetEndpointAttributesCommand.ts index 95cafdcae973..463e81c69f8b 100644 --- a/clients/client-sns/commands/GetEndpointAttributesCommand.ts +++ b/clients/client-sns/commands/GetEndpointAttributesCommand.ts @@ -25,7 +25,7 @@ export interface GetEndpointAttributesCommandOutput extends GetEndpointAttribute * notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more * information, see Using Amazon SNS Mobile Push Notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, GetEndpointAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, GetEndpointAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/GetPlatformApplicationAttributesCommand.ts b/clients/client-sns/commands/GetPlatformApplicationAttributesCommand.ts index 2d03e189c8ca..fa3da4c0d644 100644 --- a/clients/client-sns/commands/GetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/commands/GetPlatformApplicationAttributesCommand.ts @@ -27,7 +27,7 @@ export interface GetPlatformApplicationAttributesCommandOutput * notification services, such as APNS and GCM (Firebase Cloud Messaging). For more * information, see Using Amazon SNS Mobile Push Notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, GetPlatformApplicationAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, GetPlatformApplicationAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/GetSMSAttributesCommand.ts b/clients/client-sns/commands/GetSMSAttributesCommand.ts index 4edcec585fae..b4bdce0f9d36 100644 --- a/clients/client-sns/commands/GetSMSAttributesCommand.ts +++ b/clients/client-sns/commands/GetSMSAttributesCommand.ts @@ -24,7 +24,7 @@ export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse, *

Returns the settings for sending SMS messages from your account.

*

These settings are set with the SetSMSAttributes action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, GetSMSAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, GetSMSAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/GetSubscriptionAttributesCommand.ts b/clients/client-sns/commands/GetSubscriptionAttributesCommand.ts index ac8b58d8e03d..a809d11add17 100644 --- a/clients/client-sns/commands/GetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/commands/GetSubscriptionAttributesCommand.ts @@ -23,7 +23,7 @@ export interface GetSubscriptionAttributesCommandOutput extends GetSubscriptionA /** *

Returns all of the properties of a subscription.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, GetSubscriptionAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, GetSubscriptionAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/GetTopicAttributesCommand.ts b/clients/client-sns/commands/GetTopicAttributesCommand.ts index ac757d5f0af2..f0d1d66edcf3 100644 --- a/clients/client-sns/commands/GetTopicAttributesCommand.ts +++ b/clients/client-sns/commands/GetTopicAttributesCommand.ts @@ -24,7 +24,7 @@ export interface GetTopicAttributesCommandOutput extends GetTopicAttributesRespo *

Returns all of the properties of a topic. Topic properties returned might differ based * on the authorization of the user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, GetTopicAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, GetTopicAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ListEndpointsByPlatformApplicationCommand.ts b/clients/client-sns/commands/ListEndpointsByPlatformApplicationCommand.ts index 74e1b0382161..147c14bddc00 100644 --- a/clients/client-sns/commands/ListEndpointsByPlatformApplicationCommand.ts +++ b/clients/client-sns/commands/ListEndpointsByPlatformApplicationCommand.ts @@ -37,7 +37,7 @@ export interface ListEndpointsByPlatformApplicationCommandOutput * Notifications.

*

This action is throttled at 30 transactions per second (TPS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ListEndpointsByPlatformApplicationCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ListEndpointsByPlatformApplicationCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ListPhoneNumbersOptedOutCommand.ts b/clients/client-sns/commands/ListPhoneNumbersOptedOutCommand.ts index 570d3d65f6d6..8d014eaa4958 100644 --- a/clients/client-sns/commands/ListPhoneNumbersOptedOutCommand.ts +++ b/clients/client-sns/commands/ListPhoneNumbersOptedOutCommand.ts @@ -30,7 +30,7 @@ export interface ListPhoneNumbersOptedOutCommandOutput extends ListPhoneNumbersO * NextToken string received from the previous call. When there are no * more records to return, NextToken will be null.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ListPhoneNumbersOptedOutCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ListPhoneNumbersOptedOutCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ListPlatformApplicationsCommand.ts b/clients/client-sns/commands/ListPlatformApplicationsCommand.ts index 20df7a8709f7..1dfe0c072508 100644 --- a/clients/client-sns/commands/ListPlatformApplicationsCommand.ts +++ b/clients/client-sns/commands/ListPlatformApplicationsCommand.ts @@ -32,7 +32,7 @@ export interface ListPlatformApplicationsCommandOutput extends ListPlatformAppli * Notifications.

*

This action is throttled at 15 transactions per second (TPS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ListPlatformApplicationsCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ListPlatformApplicationsCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ListSubscriptionsByTopicCommand.ts b/clients/client-sns/commands/ListSubscriptionsByTopicCommand.ts index 8b0502dec888..9bf1e9699051 100644 --- a/clients/client-sns/commands/ListSubscriptionsByTopicCommand.ts +++ b/clients/client-sns/commands/ListSubscriptionsByTopicCommand.ts @@ -27,7 +27,7 @@ export interface ListSubscriptionsByTopicCommandOutput extends ListSubscriptions * a new ListSubscriptionsByTopic call to get further results.

*

This action is throttled at 30 transactions per second (TPS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ListSubscriptionsByTopicCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ListSubscriptionsByTopicCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ListSubscriptionsCommand.ts b/clients/client-sns/commands/ListSubscriptionsCommand.ts index 44b3386ea6b3..b2e6347abe33 100644 --- a/clients/client-sns/commands/ListSubscriptionsCommand.ts +++ b/clients/client-sns/commands/ListSubscriptionsCommand.ts @@ -27,7 +27,7 @@ export interface ListSubscriptionsCommandOutput extends ListSubscriptionsRespons * ListSubscriptions call to get further results.

*

This action is throttled at 30 transactions per second (TPS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ListSubscriptionsCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ListSubscriptionsCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ListTagsForResourceCommand.ts b/clients/client-sns/commands/ListTagsForResourceCommand.ts index 44b704cfc5d0..04c8d280d73e 100644 --- a/clients/client-sns/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sns/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Amazon SNS Tags in the * Amazon Simple Notification Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ListTagsForResourceCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/ListTopicsCommand.ts b/clients/client-sns/commands/ListTopicsCommand.ts index 7eb05e3f5648..81f20c94fb1d 100644 --- a/clients/client-sns/commands/ListTopicsCommand.ts +++ b/clients/client-sns/commands/ListTopicsCommand.ts @@ -24,7 +24,7 @@ export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataB * further results.

*

This action is throttled at 30 transactions per second (TPS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, ListTopicsCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, ListTopicsCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/OptInPhoneNumberCommand.ts b/clients/client-sns/commands/OptInPhoneNumberCommand.ts index 2170064f7eb2..56561d92b92a 100644 --- a/clients/client-sns/commands/OptInPhoneNumberCommand.ts +++ b/clients/client-sns/commands/OptInPhoneNumberCommand.ts @@ -25,7 +25,7 @@ export interface OptInPhoneNumberCommandOutput extends OptInPhoneNumberResponse, * resume sending SMS messages to the number.

*

You can opt in a phone number only once every 30 days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, OptInPhoneNumberCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, OptInPhoneNumberCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/PublishCommand.ts b/clients/client-sns/commands/PublishCommand.ts index 85859418a4d1..b6ea5c3326d1 100644 --- a/clients/client-sns/commands/PublishCommand.ts +++ b/clients/client-sns/commands/PublishCommand.ts @@ -37,7 +37,7 @@ export interface PublishCommandOutput extends PublishResponse, __MetadataBearer *

You can publish messages only to topics and endpoints in the same AWS Region.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, PublishCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, PublishCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/RemovePermissionCommand.ts b/clients/client-sns/commands/RemovePermissionCommand.ts index 76a2e92ce6ed..d8c3442a6676 100644 --- a/clients/client-sns/commands/RemovePermissionCommand.ts +++ b/clients/client-sns/commands/RemovePermissionCommand.ts @@ -23,7 +23,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {} /** *

Removes a statement from a topic's access control policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, RemovePermissionCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, RemovePermissionCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/SetEndpointAttributesCommand.ts b/clients/client-sns/commands/SetEndpointAttributesCommand.ts index 6f49a13a1ceb..d35857098c21 100644 --- a/clients/client-sns/commands/SetEndpointAttributesCommand.ts +++ b/clients/client-sns/commands/SetEndpointAttributesCommand.ts @@ -25,7 +25,7 @@ export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {} * notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more * information, see Using Amazon SNS Mobile Push Notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, SetEndpointAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, SetEndpointAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/SetPlatformApplicationAttributesCommand.ts b/clients/client-sns/commands/SetPlatformApplicationAttributesCommand.ts index c6e1fa8aef82..dc916e79eff8 100644 --- a/clients/client-sns/commands/SetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/commands/SetPlatformApplicationAttributesCommand.ts @@ -27,7 +27,7 @@ export interface SetPlatformApplicationAttributesCommandOutput extends __Metadat * attributes for message delivery status, see Using Amazon SNS Application Attributes for * Message Delivery Status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, SetPlatformApplicationAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, SetPlatformApplicationAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/SetSMSAttributesCommand.ts b/clients/client-sns/commands/SetSMSAttributesCommand.ts index 4202b2ff682e..988957156541 100644 --- a/clients/client-sns/commands/SetSMSAttributesCommand.ts +++ b/clients/client-sns/commands/SetSMSAttributesCommand.ts @@ -32,7 +32,7 @@ export interface SetSMSAttributesCommandOutput extends SetSMSAttributesResponse, * permission to perform the s3:ListBucket action.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, SetSMSAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, SetSMSAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/SetSubscriptionAttributesCommand.ts b/clients/client-sns/commands/SetSubscriptionAttributesCommand.ts index 44ee355b6dd1..3b09dfc884f7 100644 --- a/clients/client-sns/commands/SetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/commands/SetSubscriptionAttributesCommand.ts @@ -24,7 +24,7 @@ export interface SetSubscriptionAttributesCommandOutput extends __MetadataBearer *

Allows a subscription owner to set an attribute of the subscription to a new * value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, SetSubscriptionAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, SetSubscriptionAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/SetTopicAttributesCommand.ts b/clients/client-sns/commands/SetTopicAttributesCommand.ts index afa0b74753ea..92d89c2e140f 100644 --- a/clients/client-sns/commands/SetTopicAttributesCommand.ts +++ b/clients/client-sns/commands/SetTopicAttributesCommand.ts @@ -23,7 +23,7 @@ export interface SetTopicAttributesCommandOutput extends __MetadataBearer {} /** *

Allows a topic owner to set an attribute of the topic to a new value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, SetTopicAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, SetTopicAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/SubscribeCommand.ts b/clients/client-sns/commands/SubscribeCommand.ts index e6a787b043e6..a565548c6a60 100644 --- a/clients/client-sns/commands/SubscribeCommand.ts +++ b/clients/client-sns/commands/SubscribeCommand.ts @@ -25,7 +25,7 @@ export interface SubscribeCommandOutput extends SubscribeResponse, __MetadataBea * Confirmation tokens are valid for three days.

*

This action is throttled at 100 transactions per second (TPS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, SubscribeCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, SubscribeCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/TagResourceCommand.ts b/clients/client-sns/commands/TagResourceCommand.ts index 1f53dd37f11b..fd9808d358da 100644 --- a/clients/client-sns/commands/TagResourceCommand.ts +++ b/clients/client-sns/commands/TagResourceCommand.ts @@ -43,7 +43,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, TagResourceCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, TagResourceCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/UnsubscribeCommand.ts b/clients/client-sns/commands/UnsubscribeCommand.ts index 88290352ead3..127d7537259f 100644 --- a/clients/client-sns/commands/UnsubscribeCommand.ts +++ b/clients/client-sns/commands/UnsubscribeCommand.ts @@ -26,7 +26,7 @@ export interface UnsubscribeCommandOutput extends __MetadataBearer {} * Unsubscribe request was unintended.

*

This action is throttled at 100 transactions per second (TPS).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, UnsubscribeCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, UnsubscribeCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sns/commands/UntagResourceCommand.ts b/clients/client-sns/commands/UntagResourceCommand.ts index 8df498807b4e..1084bdef5470 100644 --- a/clients/client-sns/commands/UntagResourceCommand.ts +++ b/clients/client-sns/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * Amazon SNS Tags in the * Amazon SNS Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SNSClient, UntagResourceCommand } from "@aws-sdk/client-sns"; // ES Modules import * // const { SNSClient, UntagResourceCommand } = require("@aws-sdk/client-sns"); // CommonJS import diff --git a/clients/client-sqs/commands/AddPermissionCommand.ts b/clients/client-sqs/commands/AddPermissionCommand.ts index ae223c4a8828..b62b3bd59d28 100644 --- a/clients/client-sqs/commands/AddPermissionCommand.ts +++ b/clients/client-sqs/commands/AddPermissionCommand.ts @@ -60,7 +60,7 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {} *

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon Simple Queue Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, AddPermissionCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, AddPermissionCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/ChangeMessageVisibilityBatchCommand.ts b/clients/client-sqs/commands/ChangeMessageVisibilityBatchCommand.ts index 19e9227618cd..118342eb2768 100644 --- a/clients/client-sqs/commands/ChangeMessageVisibilityBatchCommand.ts +++ b/clients/client-sqs/commands/ChangeMessageVisibilityBatchCommand.ts @@ -39,7 +39,7 @@ export interface ChangeMessageVisibilityBatchCommandOutput * &AttributeName.2=second *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, ChangeMessageVisibilityBatchCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, ChangeMessageVisibilityBatchCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/ChangeMessageVisibilityCommand.ts b/clients/client-sqs/commands/ChangeMessageVisibilityCommand.ts index c6f38f9fb2c1..b782459bc0b1 100644 --- a/clients/client-sqs/commands/ChangeMessageVisibilityCommand.ts +++ b/clients/client-sqs/commands/ChangeMessageVisibilityCommand.ts @@ -56,7 +56,7 @@ export interface ChangeMessageVisibilityCommandOutput extends __MetadataBearer { * for the message reverts to the original timeout value (not to the value you set using the ChangeMessageVisibility action) the next time the message is received.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, ChangeMessageVisibilityCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, ChangeMessageVisibilityCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/CreateQueueCommand.ts b/clients/client-sqs/commands/CreateQueueCommand.ts index 017125c682d6..cfd0aa0c92b7 100644 --- a/clients/client-sqs/commands/CreateQueueCommand.ts +++ b/clients/client-sqs/commands/CreateQueueCommand.ts @@ -69,7 +69,7 @@ export interface CreateQueueCommandOutput extends CreateQueueResult, __MetadataB *

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon Simple Queue Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, CreateQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, CreateQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/DeleteMessageBatchCommand.ts b/clients/client-sqs/commands/DeleteMessageBatchCommand.ts index 40ba513f1ea7..f172f214a30e 100644 --- a/clients/client-sqs/commands/DeleteMessageBatchCommand.ts +++ b/clients/client-sqs/commands/DeleteMessageBatchCommand.ts @@ -34,7 +34,7 @@ export interface DeleteMessageBatchCommandOutput extends DeleteMessageBatchResul * &AttributeName.2=second *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, DeleteMessageBatchCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, DeleteMessageBatchCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/DeleteMessageCommand.ts b/clients/client-sqs/commands/DeleteMessageCommand.ts index 7ab3cad94803..dd71efa3d3b2 100644 --- a/clients/client-sqs/commands/DeleteMessageCommand.ts +++ b/clients/client-sqs/commands/DeleteMessageCommand.ts @@ -42,7 +42,7 @@ export interface DeleteMessageCommandOutput extends __MetadataBearer {} * receiving a message more than once does not cause issues.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, DeleteMessageCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, DeleteMessageCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/DeleteQueueCommand.ts b/clients/client-sqs/commands/DeleteQueueCommand.ts index 91160bd8ba2b..5c5bfe82a168 100644 --- a/clients/client-sqs/commands/DeleteQueueCommand.ts +++ b/clients/client-sqs/commands/DeleteQueueCommand.ts @@ -32,7 +32,7 @@ export interface DeleteQueueCommandOutput extends __MetadataBearer {} *

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon Simple Queue Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, DeleteQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, DeleteQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/GetQueueAttributesCommand.ts b/clients/client-sqs/commands/GetQueueAttributesCommand.ts index db0ae90da8e2..9ffff1fc475f 100644 --- a/clients/client-sqs/commands/GetQueueAttributesCommand.ts +++ b/clients/client-sqs/commands/GetQueueAttributesCommand.ts @@ -26,7 +26,7 @@ export interface GetQueueAttributesCommandOutput extends GetQueueAttributesResul *

To determine whether a queue is FIFO, you can check whether QueueName ends with the .fifo suffix.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, GetQueueAttributesCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, GetQueueAttributesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/GetQueueUrlCommand.ts b/clients/client-sqs/commands/GetQueueUrlCommand.ts index 4bb5267d0fd3..5784f42cadbd 100644 --- a/clients/client-sqs/commands/GetQueueUrlCommand.ts +++ b/clients/client-sqs/commands/GetQueueUrlCommand.ts @@ -25,7 +25,7 @@ export interface GetQueueUrlCommandOutput extends GetQueueUrlResult, __MetadataB * or see Allow Developers to Write Messages to a Shared Queue in the Amazon Simple Queue Service Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, GetQueueUrlCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, GetQueueUrlCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/ListDeadLetterSourceQueuesCommand.ts b/clients/client-sqs/commands/ListDeadLetterSourceQueuesCommand.ts index 7e532f996873..9a865893bc8d 100644 --- a/clients/client-sqs/commands/ListDeadLetterSourceQueuesCommand.ts +++ b/clients/client-sqs/commands/ListDeadLetterSourceQueuesCommand.ts @@ -33,7 +33,7 @@ export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterS *

For more information about using dead-letter queues, see Using Amazon SQS Dead-Letter Queues * in the Amazon Simple Queue Service Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, ListDeadLetterSourceQueuesCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, ListDeadLetterSourceQueuesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/ListQueueTagsCommand.ts b/clients/client-sqs/commands/ListQueueTagsCommand.ts index 6eb6f21b6e33..46bd90c61b78 100644 --- a/clients/client-sqs/commands/ListQueueTagsCommand.ts +++ b/clients/client-sqs/commands/ListQueueTagsCommand.ts @@ -26,7 +26,7 @@ export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __Metad *

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon Simple Queue Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, ListQueueTagsCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, ListQueueTagsCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/ListQueuesCommand.ts b/clients/client-sqs/commands/ListQueuesCommand.ts index b2924e3a2390..5ccad2fef0da 100644 --- a/clients/client-sqs/commands/ListQueuesCommand.ts +++ b/clients/client-sqs/commands/ListQueuesCommand.ts @@ -31,7 +31,7 @@ export interface ListQueuesCommandOutput extends ListQueuesResult, __MetadataBea *

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon Simple Queue Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, ListQueuesCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, ListQueuesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/PurgeQueueCommand.ts b/clients/client-sqs/commands/PurgeQueueCommand.ts index 906b984576a0..34ad6915cbe2 100644 --- a/clients/client-sqs/commands/PurgeQueueCommand.ts +++ b/clients/client-sqs/commands/PurgeQueueCommand.ts @@ -33,7 +33,7 @@ export interface PurgeQueueCommandOutput extends __MetadataBearer {} *

Messages sent to the queue after you call * PurgeQueue might be deleted while the queue is being purged.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, PurgeQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, PurgeQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/ReceiveMessageCommand.ts b/clients/client-sqs/commands/ReceiveMessageCommand.ts index 5f824ec74f8a..b3cf882985e0 100644 --- a/clients/client-sqs/commands/ReceiveMessageCommand.ts +++ b/clients/client-sqs/commands/ReceiveMessageCommand.ts @@ -59,7 +59,7 @@ export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __Met *

In the future, new attributes might be added. If you write code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, ReceiveMessageCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, ReceiveMessageCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/RemovePermissionCommand.ts b/clients/client-sqs/commands/RemovePermissionCommand.ts index 4d94b5626fcb..351ae7ef008b 100644 --- a/clients/client-sqs/commands/RemovePermissionCommand.ts +++ b/clients/client-sqs/commands/RemovePermissionCommand.ts @@ -36,7 +36,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, RemovePermissionCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, RemovePermissionCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/SendMessageBatchCommand.ts b/clients/client-sqs/commands/SendMessageBatchCommand.ts index 67e981f65ff7..7b709879d3d3 100644 --- a/clients/client-sqs/commands/SendMessageBatchCommand.ts +++ b/clients/client-sqs/commands/SendMessageBatchCommand.ts @@ -42,7 +42,7 @@ export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, _ * &AttributeName.2=second *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, SendMessageBatchCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, SendMessageBatchCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/SendMessageCommand.ts b/clients/client-sqs/commands/SendMessageCommand.ts index 5664f9d22d82..275d2c50118f 100644 --- a/clients/client-sqs/commands/SendMessageCommand.ts +++ b/clients/client-sqs/commands/SendMessageCommand.ts @@ -28,7 +28,7 @@ export interface SendMessageCommandOutput extends SendMessageResult, __MetadataB *

Any characters not included in this list will be rejected. For more information, see the W3C specification for characters.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, SendMessageCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/SetQueueAttributesCommand.ts b/clients/client-sqs/commands/SetQueueAttributesCommand.ts index 905930aa7d1f..4485ce516afb 100644 --- a/clients/client-sqs/commands/SetQueueAttributesCommand.ts +++ b/clients/client-sqs/commands/SetQueueAttributesCommand.ts @@ -37,7 +37,7 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {} * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, SetQueueAttributesCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, SetQueueAttributesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/TagQueueCommand.ts b/clients/client-sqs/commands/TagQueueCommand.ts index 033e20463b01..c1fab5a2afb4 100644 --- a/clients/client-sqs/commands/TagQueueCommand.ts +++ b/clients/client-sqs/commands/TagQueueCommand.ts @@ -40,7 +40,7 @@ export interface TagQueueCommandOutput extends __MetadataBearer {} *

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon Simple Queue Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, TagQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, TagQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-sqs/commands/UntagQueueCommand.ts b/clients/client-sqs/commands/UntagQueueCommand.ts index 4039ff5f7169..cd44a86b1b6f 100644 --- a/clients/client-sqs/commands/UntagQueueCommand.ts +++ b/clients/client-sqs/commands/UntagQueueCommand.ts @@ -23,7 +23,7 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {} *

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon Simple Queue Service Developer Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SQSClient, UntagQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import * // const { SQSClient, UntagQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import diff --git a/clients/client-ssm/commands/AddTagsToResourceCommand.ts b/clients/client-ssm/commands/AddTagsToResourceCommand.ts index 79084cfbb2b8..64363bb74b84 100644 --- a/clients/client-ssm/commands/AddTagsToResourceCommand.ts +++ b/clients/client-ssm/commands/AddTagsToResourceCommand.ts @@ -38,7 +38,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult, *

For more information about using tags with EC2 instances, see Tagging your Amazon EC2 resources in the * Amazon EC2 User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, AddTagsToResourceCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, AddTagsToResourceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CancelCommandCommand.ts b/clients/client-ssm/commands/CancelCommandCommand.ts index 9549bd6fb1b8..dced39288695 100644 --- a/clients/client-ssm/commands/CancelCommandCommand.ts +++ b/clients/client-ssm/commands/CancelCommandCommand.ts @@ -24,7 +24,7 @@ export interface CancelCommandCommandOutput extends CancelCommandResult, __Metad *

Attempts to cancel the command specified by the Command ID. There is no guarantee that the * command will be terminated and the underlying process stopped.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CancelCommandCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CancelCommandCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CancelMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/commands/CancelMaintenanceWindowExecutionCommand.ts index f9409b268f47..a495eed2109e 100644 --- a/clients/client-ssm/commands/CancelMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/commands/CancelMaintenanceWindowExecutionCommand.ts @@ -27,7 +27,7 @@ export interface CancelMaintenanceWindowExecutionCommandOutput * the window that have not already starting running. (Tasks already in progress will continue to * completion.)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CancelMaintenanceWindowExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CancelMaintenanceWindowExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateActivationCommand.ts b/clients/client-ssm/commands/CreateActivationCommand.ts index b12dd39c6119..d1595189496b 100644 --- a/clients/client-ssm/commands/CreateActivationCommand.ts +++ b/clients/client-ssm/commands/CreateActivationCommand.ts @@ -32,7 +32,7 @@ export interface CreateActivationCommandOutput extends CreateActivationResult, _ * with Systems Manager are all called managed instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateActivationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateActivationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateAssociationBatchCommand.ts b/clients/client-ssm/commands/CreateAssociationBatchCommand.ts index d1e3eb3f95e8..48d2f866c67b 100644 --- a/clients/client-ssm/commands/CreateAssociationBatchCommand.ts +++ b/clients/client-ssm/commands/CreateAssociationBatchCommand.ts @@ -28,7 +28,7 @@ export interface CreateAssociationBatchCommandOutput extends CreateAssociationBa *

If you associate a document with an instance that already has an associated document, the * system returns the AssociationAlreadyExists exception.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateAssociationBatchCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateAssociationBatchCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateAssociationCommand.ts b/clients/client-ssm/commands/CreateAssociationCommand.ts index 244a6ee109be..dc98fb4461a4 100644 --- a/clients/client-ssm/commands/CreateAssociationCommand.ts +++ b/clients/client-ssm/commands/CreateAssociationCommand.ts @@ -32,7 +32,7 @@ export interface CreateAssociationCommandOutput extends CreateAssociationResult, * the service is not running, then the association might instruct State Manager to start the * service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateAssociationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateAssociationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateDocumentCommand.ts b/clients/client-ssm/commands/CreateDocumentCommand.ts index 03ab1ba5c5b1..1a48555d2e70 100644 --- a/clients/client-ssm/commands/CreateDocumentCommand.ts +++ b/clients/client-ssm/commands/CreateDocumentCommand.ts @@ -26,7 +26,7 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met * supported schemas, features, and syntax, see AWS Systems Manager Documents in the * AWS Systems Manager User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateMaintenanceWindowCommand.ts b/clients/client-ssm/commands/CreateMaintenanceWindowCommand.ts index c88325ed63c9..accd7595bfcc 100644 --- a/clients/client-ssm/commands/CreateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/CreateMaintenanceWindowCommand.ts @@ -31,7 +31,7 @@ export interface CreateMaintenanceWindowCommandOutput extends CreateMaintenanceW * after 5 PM.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateOpsItemCommand.ts b/clients/client-ssm/commands/CreateOpsItemCommand.ts index e2f7bac5bdf3..8069adaf913c 100644 --- a/clients/client-ssm/commands/CreateOpsItemCommand.ts +++ b/clients/client-ssm/commands/CreateOpsItemCommand.ts @@ -29,7 +29,7 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met * information, see AWS Systems Manager OpsCenter in the * AWS Systems Manager User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateOpsItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateOpsItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateOpsMetadataCommand.ts b/clients/client-ssm/commands/CreateOpsMetadataCommand.ts index 4f765c499382..3169f0eec58f 100644 --- a/clients/client-ssm/commands/CreateOpsMetadataCommand.ts +++ b/clients/client-ssm/commands/CreateOpsMetadataCommand.ts @@ -24,7 +24,7 @@ export interface CreateOpsMetadataCommandOutput extends CreateOpsMetadataResult, *

If you create a new application in Application Manager, Systems Manager calls this API action to specify * information about the new application, including the application type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreatePatchBaselineCommand.ts b/clients/client-ssm/commands/CreatePatchBaselineCommand.ts index e3ee42a948ea..3bc4b5ee8688 100644 --- a/clients/client-ssm/commands/CreatePatchBaselineCommand.ts +++ b/clients/client-ssm/commands/CreatePatchBaselineCommand.ts @@ -27,7 +27,7 @@ export interface CreatePatchBaselineCommandOutput extends CreatePatchBaselineRes * supported operating system type, see PatchFilter.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreatePatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreatePatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/CreateResourceDataSyncCommand.ts b/clients/client-ssm/commands/CreateResourceDataSyncCommand.ts index 9b15af082cf6..4478dadbe975 100644 --- a/clients/client-ssm/commands/CreateResourceDataSyncCommand.ts +++ b/clients/client-ssm/commands/CreateResourceDataSyncCommand.ts @@ -45,7 +45,7 @@ export interface CreateResourceDataSyncCommandOutput extends CreateResourceDataS * bucket by creating a restrictive bucket policy.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, CreateResourceDataSyncCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, CreateResourceDataSyncCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteActivationCommand.ts b/clients/client-ssm/commands/DeleteActivationCommand.ts index 4ba4628762f3..43babb34d835 100644 --- a/clients/client-ssm/commands/DeleteActivationCommand.ts +++ b/clients/client-ssm/commands/DeleteActivationCommand.ts @@ -26,7 +26,7 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _ * activation does not de-register managed instances. You must manually de-register managed * instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteActivationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteActivationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteAssociationCommand.ts b/clients/client-ssm/commands/DeleteAssociationCommand.ts index 977c68b97b8c..862dc35d9f5f 100644 --- a/clients/client-ssm/commands/DeleteAssociationCommand.ts +++ b/clients/client-ssm/commands/DeleteAssociationCommand.ts @@ -27,7 +27,7 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationResult, * you must create a new document with the desired configuration and associate it with the * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteAssociationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteAssociationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteDocumentCommand.ts b/clients/client-ssm/commands/DeleteDocumentCommand.ts index a937b9c1ee11..d013494582a7 100644 --- a/clients/client-ssm/commands/DeleteDocumentCommand.ts +++ b/clients/client-ssm/commands/DeleteDocumentCommand.ts @@ -24,7 +24,7 @@ export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __Met *

Deletes the Systems Manager document and all instance associations to the document.

*

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteInventoryCommand.ts b/clients/client-ssm/commands/DeleteInventoryCommand.ts index c973c342ae7e..74ab12fe42bb 100644 --- a/clients/client-ssm/commands/DeleteInventoryCommand.ts +++ b/clients/client-ssm/commands/DeleteInventoryCommand.ts @@ -24,7 +24,7 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M *

Delete a custom inventory type or the data associated with a custom Inventory type. Deleting * a custom inventory type is also referred to as deleting a custom inventory schema.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteInventoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteInventoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteMaintenanceWindowCommand.ts b/clients/client-ssm/commands/DeleteMaintenanceWindowCommand.ts index eac16628b55c..6add723a4841 100644 --- a/clients/client-ssm/commands/DeleteMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/DeleteMaintenanceWindowCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW /** *

Deletes a maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteOpsMetadataCommand.ts b/clients/client-ssm/commands/DeleteOpsMetadataCommand.ts index ac8ae3dd4ce2..30ff3d3679bb 100644 --- a/clients/client-ssm/commands/DeleteOpsMetadataCommand.ts +++ b/clients/client-ssm/commands/DeleteOpsMetadataCommand.ts @@ -23,7 +23,7 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult, /** *

Delete OpsMetadata related to an application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteParameterCommand.ts b/clients/client-ssm/commands/DeleteParameterCommand.ts index fe726b3b817c..c94184fac553 100644 --- a/clients/client-ssm/commands/DeleteParameterCommand.ts +++ b/clients/client-ssm/commands/DeleteParameterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M /** *

Delete a parameter from the system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteParameterCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteParameterCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteParametersCommand.ts b/clients/client-ssm/commands/DeleteParametersCommand.ts index 9f4061e17f05..5c61d434e570 100644 --- a/clients/client-ssm/commands/DeleteParametersCommand.ts +++ b/clients/client-ssm/commands/DeleteParametersCommand.ts @@ -23,7 +23,7 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _ /** *

Delete a list of parameters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteParametersCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteParametersCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeletePatchBaselineCommand.ts b/clients/client-ssm/commands/DeletePatchBaselineCommand.ts index 007405e01db4..831012986de5 100644 --- a/clients/client-ssm/commands/DeletePatchBaselineCommand.ts +++ b/clients/client-ssm/commands/DeletePatchBaselineCommand.ts @@ -23,7 +23,7 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes /** *

Deletes a patch baseline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeletePatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeletePatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeleteResourceDataSyncCommand.ts b/clients/client-ssm/commands/DeleteResourceDataSyncCommand.ts index 153799737f56..9430068d3c51 100644 --- a/clients/client-ssm/commands/DeleteResourceDataSyncCommand.ts +++ b/clients/client-ssm/commands/DeleteResourceDataSyncCommand.ts @@ -25,7 +25,7 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS * data on managed instances are no longer synced to or from the target. Deleting a sync * configuration does not delete data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeleteResourceDataSyncCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeleteResourceDataSyncCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeregisterManagedInstanceCommand.ts b/clients/client-ssm/commands/DeregisterManagedInstanceCommand.ts index b2609b4d7962..3595d0f8456d 100644 --- a/clients/client-ssm/commands/DeregisterManagedInstanceCommand.ts +++ b/clients/client-ssm/commands/DeregisterManagedInstanceCommand.ts @@ -25,7 +25,7 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage * reregister the instance again at any time. If you don't plan to use Run Command on the server, we * suggest uninstalling SSM Agent first.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeregisterManagedInstanceCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeregisterManagedInstanceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeregisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/commands/DeregisterPatchBaselineForPatchGroupCommand.ts index 79c3efc82cd0..2a30945610e7 100644 --- a/clients/client-ssm/commands/DeregisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/commands/DeregisterPatchBaselineForPatchGroupCommand.ts @@ -28,7 +28,7 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput /** *

Removes a patch group from a patch baseline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeregisterPatchBaselineForPatchGroupCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeregisterPatchBaselineForPatchGroupCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeregisterTargetFromMaintenanceWindowCommand.ts b/clients/client-ssm/commands/DeregisterTargetFromMaintenanceWindowCommand.ts index 40504642744f..d31bcbba5696 100644 --- a/clients/client-ssm/commands/DeregisterTargetFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/DeregisterTargetFromMaintenanceWindowCommand.ts @@ -29,7 +29,7 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput /** *

Removes a target from a maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeregisterTargetFromMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeregisterTargetFromMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DeregisterTaskFromMaintenanceWindowCommand.ts b/clients/client-ssm/commands/DeregisterTaskFromMaintenanceWindowCommand.ts index 62226faa1067..8e209734b3ca 100644 --- a/clients/client-ssm/commands/DeregisterTaskFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/DeregisterTaskFromMaintenanceWindowCommand.ts @@ -28,7 +28,7 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput /** *

Removes a task from a maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DeregisterTaskFromMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DeregisterTaskFromMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeActivationsCommand.ts b/clients/client-ssm/commands/DescribeActivationsCommand.ts index 596cf9f976c3..e1985522d654 100644 --- a/clients/client-ssm/commands/DescribeActivationsCommand.ts +++ b/clients/client-ssm/commands/DescribeActivationsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes * created, its expiration date, the IAM role assigned to the instances in the activation, and the * number of instances registered by using this activation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeActivationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeActivationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeAssociationCommand.ts b/clients/client-ssm/commands/DescribeAssociationCommand.ts index 52ac27e43d11..5d81db4d3af8 100644 --- a/clients/client-ssm/commands/DescribeAssociationCommand.ts +++ b/clients/client-ssm/commands/DescribeAssociationCommand.ts @@ -27,7 +27,7 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes * Systems Manager document, then you retrieve the association by specifying the document name and the * instance ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeAssociationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeAssociationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeAssociationExecutionTargetsCommand.ts b/clients/client-ssm/commands/DescribeAssociationExecutionTargetsCommand.ts index e137e9f98a57..70aa44b8be30 100644 --- a/clients/client-ssm/commands/DescribeAssociationExecutionTargetsCommand.ts +++ b/clients/client-ssm/commands/DescribeAssociationExecutionTargetsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeAssociationExecutionTargetsCommandOutput *

Use this API action to view information about a specific execution of a specific * association.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeAssociationExecutionTargetsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeAssociationExecutionTargetsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeAssociationExecutionsCommand.ts b/clients/client-ssm/commands/DescribeAssociationExecutionsCommand.ts index c496887397c4..9e61e740b11b 100644 --- a/clients/client-ssm/commands/DescribeAssociationExecutionsCommand.ts +++ b/clients/client-ssm/commands/DescribeAssociationExecutionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAssociationExecutionsCommandOutput /** *

Use this API action to view all executions for a specific association ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeAssociationExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeAssociationExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeAutomationExecutionsCommand.ts b/clients/client-ssm/commands/DescribeAutomationExecutionsCommand.ts index 6c605a2e5e23..585d5ef811e1 100644 --- a/clients/client-ssm/commands/DescribeAutomationExecutionsCommand.ts +++ b/clients/client-ssm/commands/DescribeAutomationExecutionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAutomationExecutionsCommandOutput /** *

Provides details about all active and terminated Automation executions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeAutomationExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeAutomationExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeAutomationStepExecutionsCommand.ts b/clients/client-ssm/commands/DescribeAutomationStepExecutionsCommand.ts index 568b312ee51f..1527e2d99da4 100644 --- a/clients/client-ssm/commands/DescribeAutomationStepExecutionsCommand.ts +++ b/clients/client-ssm/commands/DescribeAutomationStepExecutionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeAutomationStepExecutionsCommandOutput *

Information about all active and terminated step executions in an Automation * workflow.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeAutomationStepExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeAutomationStepExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeAvailablePatchesCommand.ts b/clients/client-ssm/commands/DescribeAvailablePatchesCommand.ts index 74c5d8612d90..2898ccec8456 100644 --- a/clients/client-ssm/commands/DescribeAvailablePatchesCommand.ts +++ b/clients/client-ssm/commands/DescribeAvailablePatchesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable /** *

Lists all patches eligible to be included in a patch baseline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeAvailablePatchesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeAvailablePatchesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeDocumentCommand.ts b/clients/client-ssm/commands/DescribeDocumentCommand.ts index 67bf1aa34a73..97db0415068d 100644 --- a/clients/client-ssm/commands/DescribeDocumentCommand.ts +++ b/clients/client-ssm/commands/DescribeDocumentCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _ /** *

Describes the specified Systems Manager document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeDocumentPermissionCommand.ts b/clients/client-ssm/commands/DescribeDocumentPermissionCommand.ts index 81b93b5920cd..7c30a717fcf2 100644 --- a/clients/client-ssm/commands/DescribeDocumentPermissionCommand.ts +++ b/clients/client-ssm/commands/DescribeDocumentPermissionCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen * owner. If a document is shared, it can either be shared privately (by specifying a user's AWS * account ID) or publicly (All).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeDocumentPermissionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeDocumentPermissionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeEffectiveInstanceAssociationsCommand.ts b/clients/client-ssm/commands/DescribeEffectiveInstanceAssociationsCommand.ts index 46eb06840422..affb0d8b343a 100644 --- a/clients/client-ssm/commands/DescribeEffectiveInstanceAssociationsCommand.ts +++ b/clients/client-ssm/commands/DescribeEffectiveInstanceAssociationsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput /** *

All associations for the instance(s).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeEffectiveInstanceAssociationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeEffectiveInstanceAssociationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts b/clients/client-ssm/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts index 6ea6d7cd1857..9d52acfd064b 100644 --- a/clients/client-ssm/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts +++ b/clients/client-ssm/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts @@ -30,7 +30,7 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput *

Retrieves the current effective patches (the patch and the approval state) for the specified * patch baseline. Note that this API applies only to Windows patch baselines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeEffectivePatchesForPatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeEffectivePatchesForPatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeInstanceAssociationsStatusCommand.ts b/clients/client-ssm/commands/DescribeInstanceAssociationsStatusCommand.ts index 47c9db97b339..e98ee5b6e312 100644 --- a/clients/client-ssm/commands/DescribeInstanceAssociationsStatusCommand.ts +++ b/clients/client-ssm/commands/DescribeInstanceAssociationsStatusCommand.ts @@ -28,7 +28,7 @@ export interface DescribeInstanceAssociationsStatusCommandOutput /** *

The status of the associations for the instance(s).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeInstanceAssociationsStatusCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeInstanceAssociationsStatusCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeInstanceInformationCommand.ts b/clients/client-ssm/commands/DescribeInstanceInformationCommand.ts index 15838cc7f6a3..ab0ed2c1b502 100644 --- a/clients/client-ssm/commands/DescribeInstanceInformationCommand.ts +++ b/clients/client-ssm/commands/DescribeInstanceInformationCommand.ts @@ -32,7 +32,7 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan * instances.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeInstanceInformationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeInstanceInformationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeInstancePatchStatesCommand.ts b/clients/client-ssm/commands/DescribeInstancePatchStatesCommand.ts index 7cf94c1c3481..87cafa4db0e7 100644 --- a/clients/client-ssm/commands/DescribeInstancePatchStatesCommand.ts +++ b/clients/client-ssm/commands/DescribeInstancePatchStatesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan /** *

Retrieves the high-level patch state of one or more instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeInstancePatchStatesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeInstancePatchStatesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts b/clients/client-ssm/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts index 1f726dc50631..7af94b544a47 100644 --- a/clients/client-ssm/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts +++ b/clients/client-ssm/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts @@ -29,7 +29,7 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput /** *

Retrieves the high-level patch state for the instances in the specified patch group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeInstancePatchStatesForPatchGroupCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeInstancePatchStatesForPatchGroupCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeInstancePatchesCommand.ts b/clients/client-ssm/commands/DescribeInstancePatchesCommand.ts index fd8b3f013524..a6b53f81a8b9 100644 --- a/clients/client-ssm/commands/DescribeInstancePatchesCommand.ts +++ b/clients/client-ssm/commands/DescribeInstancePatchesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa *

Retrieves information about the patches on the specified instance and their state relative * to the patch baseline being used for the instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeInstancePatchesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeInstancePatchesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeInventoryDeletionsCommand.ts b/clients/client-ssm/commands/DescribeInventoryDeletionsCommand.ts index e959692e8143..992eac518397 100644 --- a/clients/client-ssm/commands/DescribeInventoryDeletionsCommand.ts +++ b/clients/client-ssm/commands/DescribeInventoryDeletionsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento /** *

Describes a specific delete inventory operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeInventoryDeletionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeInventoryDeletionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts index 258241955bd9..3c56e4ca25c2 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput *

Retrieves the individual task executions (one per target) for a particular task run as part * of a maintenance window execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowExecutionTaskInvocationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowExecutionTaskInvocationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts index 871ceb306595..c28ee8ad6fea 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts @@ -29,7 +29,7 @@ export interface DescribeMaintenanceWindowExecutionTasksCommandOutput /** *

For a given maintenance window execution, lists the tasks that were run.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowExecutionTasksCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowExecutionTasksCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionsCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionsCommand.ts index a6dddc28c332..62e41fee1970 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionsCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowExecutionsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeMaintenanceWindowExecutionsCommandOutput * maintenance window was scheduled to be active, and information about tasks registered and run * with the maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowScheduleCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowScheduleCommand.ts index a1668e43eb5f..c6c4fe82d12a 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowScheduleCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowScheduleCommand.ts @@ -25,7 +25,7 @@ export interface DescribeMaintenanceWindowScheduleCommandOutput /** *

Retrieves information about upcoming executions of a maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowScheduleCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowScheduleCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowTargetsCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowTargetsCommand.ts index 6ad85030ae85..54baa98d3560 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowTargetsCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowTargetsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeMaintenanceWindowTargetsCommandOutput /** *

Lists the targets registered with the maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowTargetsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowTargetsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowTasksCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowTasksCommand.ts index 1f23817e5e76..c4bc8ca13fed 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowTasksCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowTasksCommand.ts @@ -31,7 +31,7 @@ export interface DescribeMaintenanceWindowTasksCommandOutput * These values do not affect the running of your task and can be ignored.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowTasksCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowTasksCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowsCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowsCommand.ts index f3cf3c06a608..a5b8ea8de616 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowsCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMaintenanceWindowsCommandOutput extends DescribeMainten /** *

Retrieves the maintenance windows in an AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeMaintenanceWindowsForTargetCommand.ts b/clients/client-ssm/commands/DescribeMaintenanceWindowsForTargetCommand.ts index 1a14178f7fcb..2b22fdc215c1 100644 --- a/clients/client-ssm/commands/DescribeMaintenanceWindowsForTargetCommand.ts +++ b/clients/client-ssm/commands/DescribeMaintenanceWindowsForTargetCommand.ts @@ -29,7 +29,7 @@ export interface DescribeMaintenanceWindowsForTargetCommandOutput *

Retrieves information about the maintenance window targets or tasks that an instance is * associated with.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeMaintenanceWindowsForTargetCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeMaintenanceWindowsForTargetCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeOpsItemsCommand.ts b/clients/client-ssm/commands/DescribeOpsItemsCommand.ts index 167413e1e1be..ba8c02045a1b 100644 --- a/clients/client-ssm/commands/DescribeOpsItemsCommand.ts +++ b/clients/client-ssm/commands/DescribeOpsItemsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse, * information, see AWS Systems Manager OpsCenter in the * AWS Systems Manager User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeOpsItemsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeOpsItemsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeParametersCommand.ts b/clients/client-ssm/commands/DescribeParametersCommand.ts index 95eacccc46db..1e5c78faf1f8 100644 --- a/clients/client-ssm/commands/DescribeParametersCommand.ts +++ b/clients/client-ssm/commands/DescribeParametersCommand.ts @@ -31,7 +31,7 @@ export interface DescribeParametersCommandOutput extends DescribeParametersResul * NextToken in a subsequent call to get the next set of results.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeParametersCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeParametersCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribePatchBaselinesCommand.ts b/clients/client-ssm/commands/DescribePatchBaselinesCommand.ts index d287ceaf96a9..eb63e6b9ab9b 100644 --- a/clients/client-ssm/commands/DescribePatchBaselinesCommand.ts +++ b/clients/client-ssm/commands/DescribePatchBaselinesCommand.ts @@ -23,7 +23,7 @@ export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaseli /** *

Lists the patch baselines in your AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribePatchBaselinesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribePatchBaselinesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribePatchGroupStateCommand.ts b/clients/client-ssm/commands/DescribePatchGroupStateCommand.ts index 2ff8bf18fc81..46a7af9fbe5e 100644 --- a/clients/client-ssm/commands/DescribePatchGroupStateCommand.ts +++ b/clients/client-ssm/commands/DescribePatchGroupStateCommand.ts @@ -23,7 +23,7 @@ export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroup /** *

Returns high-level aggregated patch compliance state for a patch group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribePatchGroupStateCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribePatchGroupStateCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribePatchGroupsCommand.ts b/clients/client-ssm/commands/DescribePatchGroupsCommand.ts index fb141a8c29a3..7cf9b3c1a0d4 100644 --- a/clients/client-ssm/commands/DescribePatchGroupsCommand.ts +++ b/clients/client-ssm/commands/DescribePatchGroupsCommand.ts @@ -23,7 +23,7 @@ export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsRes /** *

Lists all patch groups that have been registered with patch baselines.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribePatchGroupsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribePatchGroupsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribePatchPropertiesCommand.ts b/clients/client-ssm/commands/DescribePatchPropertiesCommand.ts index aabe3f946a8c..923ac55766dd 100644 --- a/clients/client-ssm/commands/DescribePatchPropertiesCommand.ts +++ b/clients/client-ssm/commands/DescribePatchPropertiesCommand.ts @@ -69,7 +69,7 @@ export interface DescribePatchPropertiesCommandOutput extends DescribePatchPrope * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribePatchPropertiesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribePatchPropertiesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/DescribeSessionsCommand.ts b/clients/client-ssm/commands/DescribeSessionsCommand.ts index 9dc07821c56c..de4403df42b9 100644 --- a/clients/client-ssm/commands/DescribeSessionsCommand.ts +++ b/clients/client-ssm/commands/DescribeSessionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse, *

Retrieves a list of all active sessions (both connected and disconnected) or terminated * sessions from the past 30 days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, DescribeSessionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, DescribeSessionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetAutomationExecutionCommand.ts b/clients/client-ssm/commands/GetAutomationExecutionCommand.ts index 0a8fb87b52a3..e843ae01c6b7 100644 --- a/clients/client-ssm/commands/GetAutomationExecutionCommand.ts +++ b/clients/client-ssm/commands/GetAutomationExecutionCommand.ts @@ -23,7 +23,7 @@ export interface GetAutomationExecutionCommandOutput extends GetAutomationExecut /** *

Get detailed information about a particular Automation execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetAutomationExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetAutomationExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetCalendarStateCommand.ts b/clients/client-ssm/commands/GetCalendarStateCommand.ts index c25aa5a5f75f..ec482e1c203c 100644 --- a/clients/client-ssm/commands/GetCalendarStateCommand.ts +++ b/clients/client-ssm/commands/GetCalendarStateCommand.ts @@ -32,7 +32,7 @@ export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse, *

For more information about Systems Manager Change Calendar, see AWS Systems Manager Change * Calendar in the AWS Systems Manager User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetCalendarStateCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetCalendarStateCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetCommandInvocationCommand.ts b/clients/client-ssm/commands/GetCommandInvocationCommand.ts index 18b1c60effaa..32de0b78c6e3 100644 --- a/clients/client-ssm/commands/GetCommandInvocationCommand.ts +++ b/clients/client-ssm/commands/GetCommandInvocationCommand.ts @@ -27,7 +27,7 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR * To get the command execution status on a specific instance, use ListCommandInvocations. To get the command execution status across instances, use * ListCommands.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetCommandInvocationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetCommandInvocationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetConnectionStatusCommand.ts b/clients/client-ssm/commands/GetConnectionStatusCommand.ts index 4abdf7668e95..75cc39a99609 100644 --- a/clients/client-ssm/commands/GetConnectionStatusCommand.ts +++ b/clients/client-ssm/commands/GetConnectionStatusCommand.ts @@ -24,7 +24,7 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes *

Retrieves the Session Manager connection status for an instance to determine whether it is running and * ready to receive Session Manager connections.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetConnectionStatusCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetConnectionStatusCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetDefaultPatchBaselineCommand.ts b/clients/client-ssm/commands/GetDefaultPatchBaselineCommand.ts index 5ceff7d40cfa..202ebf8b9261 100644 --- a/clients/client-ssm/commands/GetDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/commands/GetDefaultPatchBaselineCommand.ts @@ -27,7 +27,7 @@ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBas *

If you do not specify an operating system value, the default patch baseline for Windows is * returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetDefaultPatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetDefaultPatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetDeployablePatchSnapshotForInstanceCommand.ts b/clients/client-ssm/commands/GetDeployablePatchSnapshotForInstanceCommand.ts index 539c70f83f4c..5028d0979d91 100644 --- a/clients/client-ssm/commands/GetDeployablePatchSnapshotForInstanceCommand.ts +++ b/clients/client-ssm/commands/GetDeployablePatchSnapshotForInstanceCommand.ts @@ -30,7 +30,7 @@ export interface GetDeployablePatchSnapshotForInstanceCommandOutput *

Retrieves the current snapshot for the patch baseline the instance uses. This API is * primarily used by the AWS-RunPatchBaseline Systems Manager document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetDeployablePatchSnapshotForInstanceCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetDeployablePatchSnapshotForInstanceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetDocumentCommand.ts b/clients/client-ssm/commands/GetDocumentCommand.ts index c420fea3ac5a..74eb937af7d1 100644 --- a/clients/client-ssm/commands/GetDocumentCommand.ts +++ b/clients/client-ssm/commands/GetDocumentCommand.ts @@ -23,7 +23,7 @@ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataB /** *

Gets the contents of the specified Systems Manager document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetInventoryCommand.ts b/clients/client-ssm/commands/GetInventoryCommand.ts index a3332a27ac5d..ac4f019ba857 100644 --- a/clients/client-ssm/commands/GetInventoryCommand.ts +++ b/clients/client-ssm/commands/GetInventoryCommand.ts @@ -24,7 +24,7 @@ export interface GetInventoryCommandOutput extends GetInventoryResult, __Metadat /** *

Query inventory information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetInventoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetInventoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetInventorySchemaCommand.ts b/clients/client-ssm/commands/GetInventorySchemaCommand.ts index f5f75414c2e1..20ec9288352b 100644 --- a/clients/client-ssm/commands/GetInventorySchemaCommand.ts +++ b/clients/client-ssm/commands/GetInventorySchemaCommand.ts @@ -24,7 +24,7 @@ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResul *

Return a list of inventory type names for the account, or return a list of attribute names * for a specific Inventory item type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetInventorySchemaCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetInventorySchemaCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetMaintenanceWindowCommand.ts b/clients/client-ssm/commands/GetMaintenanceWindowCommand.ts index 3081f83e5f8b..64a4ac6ba1b1 100644 --- a/clients/client-ssm/commands/GetMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/GetMaintenanceWindowCommand.ts @@ -23,7 +23,7 @@ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowR /** *

Retrieves a maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/commands/GetMaintenanceWindowExecutionCommand.ts index 4ff7b91568ee..e97d7995dca0 100644 --- a/clients/client-ssm/commands/GetMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/commands/GetMaintenanceWindowExecutionCommand.ts @@ -25,7 +25,7 @@ export interface GetMaintenanceWindowExecutionCommandOutput /** *

Retrieves details about a specific a maintenance window execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetMaintenanceWindowExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetMaintenanceWindowExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskCommand.ts b/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskCommand.ts index a3dee1ca772a..5b314b0607df 100644 --- a/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskCommand.ts +++ b/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskCommand.ts @@ -26,7 +26,7 @@ export interface GetMaintenanceWindowExecutionTaskCommandOutput *

Retrieves the details about a specific task run as part of a maintenance window * execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetMaintenanceWindowExecutionTaskCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetMaintenanceWindowExecutionTaskCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts b/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts index 36815b0c15c5..86fa64b79b6f 100644 --- a/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts +++ b/clients/client-ssm/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts @@ -29,7 +29,7 @@ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput /** *

Retrieves information about a specific task running on a specific target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetMaintenanceWindowExecutionTaskInvocationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetMaintenanceWindowExecutionTaskInvocationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetMaintenanceWindowTaskCommand.ts b/clients/client-ssm/commands/GetMaintenanceWindowTaskCommand.ts index bff81cd9a72d..615b1fc9c8eb 100644 --- a/clients/client-ssm/commands/GetMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/commands/GetMaintenanceWindowTaskCommand.ts @@ -29,7 +29,7 @@ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWin * These values do not affect the running of your task and can be ignored.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetMaintenanceWindowTaskCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetMaintenanceWindowTaskCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetOpsItemCommand.ts b/clients/client-ssm/commands/GetOpsItemCommand.ts index a062e61146cd..3ffb77b4d7f0 100644 --- a/clients/client-ssm/commands/GetOpsItemCommand.ts +++ b/clients/client-ssm/commands/GetOpsItemCommand.ts @@ -30,7 +30,7 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB * information, see AWS Systems Manager OpsCenter in the * AWS Systems Manager User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetOpsItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetOpsItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetOpsMetadataCommand.ts b/clients/client-ssm/commands/GetOpsMetadataCommand.ts index 97ea8e55adba..161664378172 100644 --- a/clients/client-ssm/commands/GetOpsMetadataCommand.ts +++ b/clients/client-ssm/commands/GetOpsMetadataCommand.ts @@ -23,7 +23,7 @@ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __Met /** *

View operational metadata related to an application in Application Manager.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetOpsSummaryCommand.ts b/clients/client-ssm/commands/GetOpsSummaryCommand.ts index ea1858d8a4d2..cb028413a818 100644 --- a/clients/client-ssm/commands/GetOpsSummaryCommand.ts +++ b/clients/client-ssm/commands/GetOpsSummaryCommand.ts @@ -24,7 +24,7 @@ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __Metad /** *

View a summary of OpsItems based on specified filters and aggregators.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetOpsSummaryCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetOpsSummaryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetParameterCommand.ts b/clients/client-ssm/commands/GetParameterCommand.ts index 17b93b31c691..82e5d1a9a228 100644 --- a/clients/client-ssm/commands/GetParameterCommand.ts +++ b/clients/client-ssm/commands/GetParameterCommand.ts @@ -24,7 +24,7 @@ export interface GetParameterCommandOutput extends GetParameterResult, __Metadat *

Get information about a parameter by using the parameter name. Don't confuse this API action * with the GetParameters API action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetParameterCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetParameterCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetParameterHistoryCommand.ts b/clients/client-ssm/commands/GetParameterHistoryCommand.ts index 01ffce243cdf..180f59300130 100644 --- a/clients/client-ssm/commands/GetParameterHistoryCommand.ts +++ b/clients/client-ssm/commands/GetParameterHistoryCommand.ts @@ -23,7 +23,7 @@ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryRes /** *

Retrieves the history of all changes to a parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetParameterHistoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetParameterHistoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetParametersByPathCommand.ts b/clients/client-ssm/commands/GetParametersByPathCommand.ts index a36235bb5e56..a48c73f315e3 100644 --- a/clients/client-ssm/commands/GetParametersByPathCommand.ts +++ b/clients/client-ssm/commands/GetParametersByPathCommand.ts @@ -31,7 +31,7 @@ export interface GetParametersByPathCommandOutput extends GetParametersByPathRes * NextToken in a subsequent call to get the next set of results.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetParametersByPathCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetParametersByPathCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetParametersCommand.ts b/clients/client-ssm/commands/GetParametersCommand.ts index 9ecd843bd17d..f56f6cb3cdef 100644 --- a/clients/client-ssm/commands/GetParametersCommand.ts +++ b/clients/client-ssm/commands/GetParametersCommand.ts @@ -23,7 +23,7 @@ export interface GetParametersCommandOutput extends GetParametersResult, __Metad /** *

Get details of a parameter. Don't confuse this API action with the GetParameter API action.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetParametersCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetParametersCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetPatchBaselineCommand.ts b/clients/client-ssm/commands/GetPatchBaselineCommand.ts index ad30fac67801..13fe13cc0a51 100644 --- a/clients/client-ssm/commands/GetPatchBaselineCommand.ts +++ b/clients/client-ssm/commands/GetPatchBaselineCommand.ts @@ -23,7 +23,7 @@ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, _ /** *

Retrieves information about a patch baseline.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetPatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetPatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/commands/GetPatchBaselineForPatchGroupCommand.ts index 87c119b8bf6d..4eb773fb528d 100644 --- a/clients/client-ssm/commands/GetPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/commands/GetPatchBaselineForPatchGroupCommand.ts @@ -25,7 +25,7 @@ export interface GetPatchBaselineForPatchGroupCommandOutput /** *

Retrieves the patch baseline that should be used for the specified patch group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetPatchBaselineForPatchGroupCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetPatchBaselineForPatchGroupCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/GetServiceSettingCommand.ts b/clients/client-ssm/commands/GetServiceSettingCommand.ts index 20954779bd1d..43fc059f0a89 100644 --- a/clients/client-ssm/commands/GetServiceSettingCommand.ts +++ b/clients/client-ssm/commands/GetServiceSettingCommand.ts @@ -36,7 +36,7 @@ export interface GetServiceSettingCommandOutput extends GetServiceSettingResult, * *

Query the current service setting for the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, GetServiceSettingCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, GetServiceSettingCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/LabelParameterVersionCommand.ts b/clients/client-ssm/commands/LabelParameterVersionCommand.ts index bc9f118b8d7b..b1dfdddc8748 100644 --- a/clients/client-ssm/commands/LabelParameterVersionCommand.ts +++ b/clients/client-ssm/commands/LabelParameterVersionCommand.ts @@ -59,7 +59,7 @@ export interface LabelParameterVersionCommandOutput extends LabelParameterVersio * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, LabelParameterVersionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, LabelParameterVersionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListAssociationVersionsCommand.ts b/clients/client-ssm/commands/ListAssociationVersionsCommand.ts index 6226c5628698..c20fa8be6c04 100644 --- a/clients/client-ssm/commands/ListAssociationVersionsCommand.ts +++ b/clients/client-ssm/commands/ListAssociationVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListAssociationVersionsCommandOutput extends ListAssociationVer /** *

Retrieves all versions of an association for a specific association ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListAssociationVersionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListAssociationVersionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListAssociationsCommand.ts b/clients/client-ssm/commands/ListAssociationsCommand.ts index 2abb9c9d8c5d..cb018bd332af 100644 --- a/clients/client-ssm/commands/ListAssociationsCommand.ts +++ b/clients/client-ssm/commands/ListAssociationsCommand.ts @@ -25,7 +25,7 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResult, _ * the results to a specific State Manager association document or instance by specifying a * filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListAssociationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListAssociationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListCommandInvocationsCommand.ts b/clients/client-ssm/commands/ListCommandInvocationsCommand.ts index 7430b2cf564e..c5f221cbf29b 100644 --- a/clients/client-ssm/commands/ListCommandInvocationsCommand.ts +++ b/clients/client-ssm/commands/ListCommandInvocationsCommand.ts @@ -26,7 +26,7 @@ export interface ListCommandInvocationsCommandOutput extends ListCommandInvocati * SendCommand against three instances, then a command invocation is created for each requested * instance ID. ListCommandInvocations provide status about command execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListCommandInvocationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListCommandInvocationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListCommandsCommand.ts b/clients/client-ssm/commands/ListCommandsCommand.ts index 6045940bb7d1..edb09aff6d46 100644 --- a/clients/client-ssm/commands/ListCommandsCommand.ts +++ b/clients/client-ssm/commands/ListCommandsCommand.ts @@ -23,7 +23,7 @@ export interface ListCommandsCommandOutput extends ListCommandsResult, __Metadat /** *

Lists the commands requested by users of the AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListCommandsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListCommandsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListComplianceItemsCommand.ts b/clients/client-ssm/commands/ListComplianceItemsCommand.ts index 238be56d36fe..254c39cf0723 100644 --- a/clients/client-ssm/commands/ListComplianceItemsCommand.ts +++ b/clients/client-ssm/commands/ListComplianceItemsCommand.ts @@ -25,7 +25,7 @@ export interface ListComplianceItemsCommandOutput extends ListComplianceItemsRes * different resource types. Currently, you can only specify one resource ID per call. List results * depend on the criteria specified in the filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListComplianceItemsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListComplianceItemsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListComplianceSummariesCommand.ts b/clients/client-ssm/commands/ListComplianceSummariesCommand.ts index cad0497292ca..b57395fbb81f 100644 --- a/clients/client-ssm/commands/ListComplianceSummariesCommand.ts +++ b/clients/client-ssm/commands/ListComplianceSummariesCommand.ts @@ -25,7 +25,7 @@ export interface ListComplianceSummariesCommandOutput extends ListComplianceSumm * example, this call can return State Manager associations, patches, or custom compliance types * according to the filter criteria that you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListComplianceSummariesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListComplianceSummariesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListDocumentMetadataHistoryCommand.ts b/clients/client-ssm/commands/ListDocumentMetadataHistoryCommand.ts index ec45fcc31561..623301e5c6d6 100644 --- a/clients/client-ssm/commands/ListDocumentMetadataHistoryCommand.ts +++ b/clients/client-ssm/commands/ListDocumentMetadataHistoryCommand.ts @@ -25,7 +25,7 @@ export interface ListDocumentMetadataHistoryCommandOutput /** *

Information about approval reviews for a version of an SSM document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListDocumentMetadataHistoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListDocumentMetadataHistoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListDocumentVersionsCommand.ts b/clients/client-ssm/commands/ListDocumentVersionsCommand.ts index 9c260c35c142..b93eb5c6289f 100644 --- a/clients/client-ssm/commands/ListDocumentVersionsCommand.ts +++ b/clients/client-ssm/commands/ListDocumentVersionsCommand.ts @@ -23,7 +23,7 @@ export interface ListDocumentVersionsCommandOutput extends ListDocumentVersionsR /** *

List all versions for a document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListDocumentVersionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListDocumentVersionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListDocumentsCommand.ts b/clients/client-ssm/commands/ListDocumentsCommand.ts index 4a551b1e7619..5c29961de84c 100644 --- a/clients/client-ssm/commands/ListDocumentsCommand.ts +++ b/clients/client-ssm/commands/ListDocumentsCommand.ts @@ -24,7 +24,7 @@ export interface ListDocumentsCommandOutput extends ListDocumentsResult, __Metad *

Returns all Systems Manager (SSM) documents in the current AWS account and Region. You can limit the * results of this request by using a filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListDocumentsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListDocumentsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListInventoryEntriesCommand.ts b/clients/client-ssm/commands/ListInventoryEntriesCommand.ts index d91ae33345bf..dd076d7e64a3 100644 --- a/clients/client-ssm/commands/ListInventoryEntriesCommand.ts +++ b/clients/client-ssm/commands/ListInventoryEntriesCommand.ts @@ -23,7 +23,7 @@ export interface ListInventoryEntriesCommandOutput extends ListInventoryEntriesR /** *

A list of inventory items returned by the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListInventoryEntriesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListInventoryEntriesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListOpsItemEventsCommand.ts b/clients/client-ssm/commands/ListOpsItemEventsCommand.ts index 265a5d284fb9..762f2fef2de8 100644 --- a/clients/client-ssm/commands/ListOpsItemEventsCommand.ts +++ b/clients/client-ssm/commands/ListOpsItemEventsCommand.ts @@ -24,7 +24,7 @@ export interface ListOpsItemEventsCommandOutput extends ListOpsItemEventsRespons *

Returns a list of all OpsItem events in the current AWS account and Region. You can limit * the results to events associated with specific OpsItems by specifying a filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListOpsItemEventsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListOpsItemEventsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListOpsMetadataCommand.ts b/clients/client-ssm/commands/ListOpsMetadataCommand.ts index 001f1a04488d..02daa0d70679 100644 --- a/clients/client-ssm/commands/ListOpsMetadataCommand.ts +++ b/clients/client-ssm/commands/ListOpsMetadataCommand.ts @@ -24,7 +24,7 @@ export interface ListOpsMetadataCommandOutput extends ListOpsMetadataResult, __M *

Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or * blobs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListResourceComplianceSummariesCommand.ts b/clients/client-ssm/commands/ListResourceComplianceSummariesCommand.ts index 16a5611a8b98..5b72b797c425 100644 --- a/clients/client-ssm/commands/ListResourceComplianceSummariesCommand.ts +++ b/clients/client-ssm/commands/ListResourceComplianceSummariesCommand.ts @@ -27,7 +27,7 @@ export interface ListResourceComplianceSummariesCommandOutput * non-compliant statuses and detailed compliance-item severity counts, according to the filter * criteria you specify.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListResourceComplianceSummariesCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListResourceComplianceSummariesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListResourceDataSyncCommand.ts b/clients/client-ssm/commands/ListResourceDataSyncCommand.ts index fe98645be326..63cbd522e73e 100644 --- a/clients/client-ssm/commands/ListResourceDataSyncCommand.ts +++ b/clients/client-ssm/commands/ListResourceDataSyncCommand.ts @@ -31,7 +31,7 @@ export interface ListResourceDataSyncCommandOutput extends ListResourceDataSyncR * more sync configurations to list, you can request them by specifying the NextToken * returned in the call to the parameter of a subsequent call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListResourceDataSyncCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListResourceDataSyncCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ListTagsForResourceCommand.ts b/clients/client-ssm/commands/ListTagsForResourceCommand.ts index 937a6cb98f21..bc6f5bf21779 100644 --- a/clients/client-ssm/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of the tags assigned to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ListTagsForResourceCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ModifyDocumentPermissionCommand.ts b/clients/client-ssm/commands/ModifyDocumentPermissionCommand.ts index 3c76ba0c6aee..168595db3f01 100644 --- a/clients/client-ssm/commands/ModifyDocumentPermissionCommand.ts +++ b/clients/client-ssm/commands/ModifyDocumentPermissionCommand.ts @@ -25,7 +25,7 @@ export interface ModifyDocumentPermissionCommandOutput extends ModifyDocumentPer * specify the AWS user account IDs for those people who can use the document. If you share a * document publicly, you must specify All as the account ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ModifyDocumentPermissionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ModifyDocumentPermissionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/PutComplianceItemsCommand.ts b/clients/client-ssm/commands/PutComplianceItemsCommand.ts index 558cce6a690d..ca7e50f2671e 100644 --- a/clients/client-ssm/commands/PutComplianceItemsCommand.ts +++ b/clients/client-ssm/commands/PutComplianceItemsCommand.ts @@ -78,7 +78,7 @@ export interface PutComplianceItemsCommandOutput extends PutComplianceItemsResul * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, PutComplianceItemsCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, PutComplianceItemsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/PutInventoryCommand.ts b/clients/client-ssm/commands/PutInventoryCommand.ts index 59413c4e22dc..9908058c488d 100644 --- a/clients/client-ssm/commands/PutInventoryCommand.ts +++ b/clients/client-ssm/commands/PutInventoryCommand.ts @@ -24,7 +24,7 @@ export interface PutInventoryCommandOutput extends PutInventoryResult, __Metadat *

Bulk update custom inventory items on one more instance. The request adds an inventory item, * if it doesn't already exist, or updates an inventory item, if it does exist.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, PutInventoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, PutInventoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/PutParameterCommand.ts b/clients/client-ssm/commands/PutParameterCommand.ts index 4401d5000f2b..963497273702 100644 --- a/clients/client-ssm/commands/PutParameterCommand.ts +++ b/clients/client-ssm/commands/PutParameterCommand.ts @@ -23,7 +23,7 @@ export interface PutParameterCommandOutput extends PutParameterResult, __Metadat /** *

Add a parameter to the system.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, PutParameterCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, PutParameterCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/RegisterDefaultPatchBaselineCommand.ts b/clients/client-ssm/commands/RegisterDefaultPatchBaselineCommand.ts index 7b160601f576..34613be8aea0 100644 --- a/clients/client-ssm/commands/RegisterDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/commands/RegisterDefaultPatchBaselineCommand.ts @@ -29,7 +29,7 @@ export interface RegisterDefaultPatchBaselineCommandOutput * arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of * pb-0574b43a65ea646ed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, RegisterDefaultPatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, RegisterDefaultPatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/RegisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/commands/RegisterPatchBaselineForPatchGroupCommand.ts index 53e0600b93b8..93f83a550c88 100644 --- a/clients/client-ssm/commands/RegisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/commands/RegisterPatchBaselineForPatchGroupCommand.ts @@ -28,7 +28,7 @@ export interface RegisterPatchBaselineForPatchGroupCommandOutput /** *

Registers a patch baseline for a patch group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, RegisterPatchBaselineForPatchGroupCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, RegisterPatchBaselineForPatchGroupCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/RegisterTargetWithMaintenanceWindowCommand.ts b/clients/client-ssm/commands/RegisterTargetWithMaintenanceWindowCommand.ts index 09d6dbeb47ac..bc835c192181 100644 --- a/clients/client-ssm/commands/RegisterTargetWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/RegisterTargetWithMaintenanceWindowCommand.ts @@ -28,7 +28,7 @@ export interface RegisterTargetWithMaintenanceWindowCommandOutput /** *

Registers a target with a maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, RegisterTargetWithMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, RegisterTargetWithMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/RegisterTaskWithMaintenanceWindowCommand.ts b/clients/client-ssm/commands/RegisterTaskWithMaintenanceWindowCommand.ts index d85bebd218d3..bef54869a65b 100644 --- a/clients/client-ssm/commands/RegisterTaskWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/RegisterTaskWithMaintenanceWindowCommand.ts @@ -25,7 +25,7 @@ export interface RegisterTaskWithMaintenanceWindowCommandOutput /** *

Adds a new task to a maintenance window.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, RegisterTaskWithMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, RegisterTaskWithMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/RemoveTagsFromResourceCommand.ts b/clients/client-ssm/commands/RemoveTagsFromResourceCommand.ts index 710ffa6eca0f..82e6903d9b83 100644 --- a/clients/client-ssm/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-ssm/commands/RemoveTagsFromResourceCommand.ts @@ -23,7 +23,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou /** *

Removes tag keys from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ResetServiceSettingCommand.ts b/clients/client-ssm/commands/ResetServiceSettingCommand.ts index 7d4a5e5784d6..a32de5378ebf 100644 --- a/clients/client-ssm/commands/ResetServiceSettingCommand.ts +++ b/clients/client-ssm/commands/ResetServiceSettingCommand.ts @@ -37,7 +37,7 @@ export interface ResetServiceSettingCommandOutput extends ResetServiceSettingRes *

Reset the service setting for the account to the default value as provisioned by the AWS * service team.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ResetServiceSettingCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ResetServiceSettingCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/ResumeSessionCommand.ts b/clients/client-ssm/commands/ResumeSessionCommand.ts index 0d00581f77fc..326697087f5f 100644 --- a/clients/client-ssm/commands/ResumeSessionCommand.ts +++ b/clients/client-ssm/commands/ResumeSessionCommand.ts @@ -28,7 +28,7 @@ export interface ResumeSessionCommandOutput extends ResumeSessionResponse, __Met * intermittent network issues. It is not intended for any other use.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, ResumeSessionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, ResumeSessionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/SendAutomationSignalCommand.ts b/clients/client-ssm/commands/SendAutomationSignalCommand.ts index 1fe18e4219a8..f31c90db227e 100644 --- a/clients/client-ssm/commands/SendAutomationSignalCommand.ts +++ b/clients/client-ssm/commands/SendAutomationSignalCommand.ts @@ -24,7 +24,7 @@ export interface SendAutomationSignalCommandOutput extends SendAutomationSignalR *

Sends a signal to an Automation execution to change the current behavior or status of the * execution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, SendAutomationSignalCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, SendAutomationSignalCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/SendCommandCommand.ts b/clients/client-ssm/commands/SendCommandCommand.ts index 1ca0235f3282..e43334c46c97 100644 --- a/clients/client-ssm/commands/SendCommandCommand.ts +++ b/clients/client-ssm/commands/SendCommandCommand.ts @@ -23,7 +23,7 @@ export interface SendCommandCommandOutput extends SendCommandResult, __MetadataB /** *

Runs commands on one or more managed instances.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, SendCommandCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, SendCommandCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/StartAssociationsOnceCommand.ts b/clients/client-ssm/commands/StartAssociationsOnceCommand.ts index c93c315638a0..7b47f04da662 100644 --- a/clients/client-ssm/commands/StartAssociationsOnceCommand.ts +++ b/clients/client-ssm/commands/StartAssociationsOnceCommand.ts @@ -24,7 +24,7 @@ export interface StartAssociationsOnceCommandOutput extends StartAssociationsOnc *

Use this API action to run an association immediately and only one time. This action can be * helpful when troubleshooting associations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, StartAssociationsOnceCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, StartAssociationsOnceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/StartAutomationExecutionCommand.ts b/clients/client-ssm/commands/StartAutomationExecutionCommand.ts index 3a99267bb622..5e6553e2f673 100644 --- a/clients/client-ssm/commands/StartAutomationExecutionCommand.ts +++ b/clients/client-ssm/commands/StartAutomationExecutionCommand.ts @@ -23,7 +23,7 @@ export interface StartAutomationExecutionCommandOutput extends StartAutomationEx /** *

Initiates execution of an Automation document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, StartAutomationExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, StartAutomationExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/StartChangeRequestExecutionCommand.ts b/clients/client-ssm/commands/StartChangeRequestExecutionCommand.ts index de6dbf4f4ba1..feb3a4ee4f10 100644 --- a/clients/client-ssm/commands/StartChangeRequestExecutionCommand.ts +++ b/clients/client-ssm/commands/StartChangeRequestExecutionCommand.ts @@ -25,7 +25,7 @@ export interface StartChangeRequestExecutionCommandOutput extends StartChangeReq * change request run only after all required approvals for the change request have been * received.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, StartChangeRequestExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, StartChangeRequestExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/StartSessionCommand.ts b/clients/client-ssm/commands/StartSessionCommand.ts index e53e53136acb..d878d74f6f72 100644 --- a/clients/client-ssm/commands/StartSessionCommand.ts +++ b/clients/client-ssm/commands/StartSessionCommand.ts @@ -32,7 +32,7 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad * for PowerShell on Windows local machines.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, StartSessionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, StartSessionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/StopAutomationExecutionCommand.ts b/clients/client-ssm/commands/StopAutomationExecutionCommand.ts index 57e533bcf66e..d0aa9f2d9bf3 100644 --- a/clients/client-ssm/commands/StopAutomationExecutionCommand.ts +++ b/clients/client-ssm/commands/StopAutomationExecutionCommand.ts @@ -23,7 +23,7 @@ export interface StopAutomationExecutionCommandOutput extends StopAutomationExec /** *

Stop an Automation that is currently running.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, StopAutomationExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, StopAutomationExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/TerminateSessionCommand.ts b/clients/client-ssm/commands/TerminateSessionCommand.ts index 3f7c50244783..191cc844a119 100644 --- a/clients/client-ssm/commands/TerminateSessionCommand.ts +++ b/clients/client-ssm/commands/TerminateSessionCommand.ts @@ -24,7 +24,7 @@ export interface TerminateSessionCommandOutput extends TerminateSessionResponse, *

Permanently ends a session and closes the data connection between the Session Manager client and * SSM Agent on the instance. A terminated session cannot be resumed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, TerminateSessionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, TerminateSessionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UnlabelParameterVersionCommand.ts b/clients/client-ssm/commands/UnlabelParameterVersionCommand.ts index 995157a9d0fc..7beb59bf5f28 100644 --- a/clients/client-ssm/commands/UnlabelParameterVersionCommand.ts +++ b/clients/client-ssm/commands/UnlabelParameterVersionCommand.ts @@ -23,7 +23,7 @@ export interface UnlabelParameterVersionCommandOutput extends UnlabelParameterVe /** *

Remove a label or labels from a parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UnlabelParameterVersionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UnlabelParameterVersionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateAssociationCommand.ts b/clients/client-ssm/commands/UpdateAssociationCommand.ts index 66239fd49f98..e20716789054 100644 --- a/clients/client-ssm/commands/UpdateAssociationCommand.ts +++ b/clients/client-ssm/commands/UpdateAssociationCommand.ts @@ -35,7 +35,7 @@ export interface UpdateAssociationCommandOutput extends UpdateAssociationResult, * targets.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateAssociationCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateAssociationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateAssociationStatusCommand.ts b/clients/client-ssm/commands/UpdateAssociationStatusCommand.ts index d70baf2429ea..22ff2f966a6e 100644 --- a/clients/client-ssm/commands/UpdateAssociationStatusCommand.ts +++ b/clients/client-ssm/commands/UpdateAssociationStatusCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAssociationStatusCommandOutput extends UpdateAssociationS /** *

Updates the status of the Systems Manager document associated with the specified instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateAssociationStatusCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateAssociationStatusCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateDocumentCommand.ts b/clients/client-ssm/commands/UpdateDocumentCommand.ts index ff80e4eec622..902f09a14413 100644 --- a/clients/client-ssm/commands/UpdateDocumentCommand.ts +++ b/clients/client-ssm/commands/UpdateDocumentCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDocumentCommandOutput extends UpdateDocumentResult, __Met /** *

Updates one or more values for an SSM document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateDocumentDefaultVersionCommand.ts b/clients/client-ssm/commands/UpdateDocumentDefaultVersionCommand.ts index f0ce778637e6..9a6f10eefd6c 100644 --- a/clients/client-ssm/commands/UpdateDocumentDefaultVersionCommand.ts +++ b/clients/client-ssm/commands/UpdateDocumentDefaultVersionCommand.ts @@ -25,7 +25,7 @@ export interface UpdateDocumentDefaultVersionCommandOutput /** *

Set the default version of a document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateDocumentDefaultVersionCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateDocumentDefaultVersionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateDocumentMetadataCommand.ts b/clients/client-ssm/commands/UpdateDocumentMetadataCommand.ts index d4415d7c91be..c28c862d8abe 100644 --- a/clients/client-ssm/commands/UpdateDocumentMetadataCommand.ts +++ b/clients/client-ssm/commands/UpdateDocumentMetadataCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDocumentMetadataCommandOutput extends UpdateDocumentMetad /** *

Updates information related to approval reviews for a specific version of a document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateDocumentMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateDocumentMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateMaintenanceWindowCommand.ts b/clients/client-ssm/commands/UpdateMaintenanceWindowCommand.ts index 8e4834fee210..dd3075ab8d87 100644 --- a/clients/client-ssm/commands/UpdateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/commands/UpdateMaintenanceWindowCommand.ts @@ -31,7 +31,7 @@ export interface UpdateMaintenanceWindowCommandOutput extends UpdateMaintenanceW * after 5 PM.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateMaintenanceWindowTargetCommand.ts b/clients/client-ssm/commands/UpdateMaintenanceWindowTargetCommand.ts index f81e492f7b1b..a5463864be5a 100644 --- a/clients/client-ssm/commands/UpdateMaintenanceWindowTargetCommand.ts +++ b/clients/client-ssm/commands/UpdateMaintenanceWindowTargetCommand.ts @@ -51,7 +51,7 @@ export interface UpdateMaintenanceWindowTargetCommandOutput *

If a parameter is null, then the corresponding field is not modified.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateMaintenanceWindowTargetCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateMaintenanceWindowTargetCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateMaintenanceWindowTaskCommand.ts b/clients/client-ssm/commands/UpdateMaintenanceWindowTaskCommand.ts index 582b7978262a..c5da56a427a5 100644 --- a/clients/client-ssm/commands/UpdateMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/commands/UpdateMaintenanceWindowTaskCommand.ts @@ -67,7 +67,7 @@ export interface UpdateMaintenanceWindowTaskCommandOutput extends UpdateMaintena * values for Comment and NotificationConfig are removed.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateMaintenanceWindowTaskCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateMaintenanceWindowTaskCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateManagedInstanceRoleCommand.ts b/clients/client-ssm/commands/UpdateManagedInstanceRoleCommand.ts index 6bcff94e418e..a62dda897bfb 100644 --- a/clients/client-ssm/commands/UpdateManagedInstanceRoleCommand.ts +++ b/clients/client-ssm/commands/UpdateManagedInstanceRoleCommand.ts @@ -25,7 +25,7 @@ export interface UpdateManagedInstanceRoleCommandOutput extends UpdateManagedIns * on-premises instance or virtual machines (VM). IAM roles are first assigned to these hybrid * instances during the activation process. For more information, see CreateActivation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateManagedInstanceRoleCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateManagedInstanceRoleCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateOpsItemCommand.ts b/clients/client-ssm/commands/UpdateOpsItemCommand.ts index 9bac6e9ac25f..e8e6f0fb2307 100644 --- a/clients/client-ssm/commands/UpdateOpsItemCommand.ts +++ b/clients/client-ssm/commands/UpdateOpsItemCommand.ts @@ -29,7 +29,7 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met * information, see AWS Systems Manager OpsCenter in the * AWS Systems Manager User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateOpsItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateOpsItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateOpsMetadataCommand.ts b/clients/client-ssm/commands/UpdateOpsMetadataCommand.ts index 59623ec31b10..aa7771a8da76 100644 --- a/clients/client-ssm/commands/UpdateOpsMetadataCommand.ts +++ b/clients/client-ssm/commands/UpdateOpsMetadataCommand.ts @@ -23,7 +23,7 @@ export interface UpdateOpsMetadataCommandOutput extends UpdateOpsMetadataResult, /** *

Systems Manager calls this API action when you edit OpsMetadata in Application Manager.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdatePatchBaselineCommand.ts b/clients/client-ssm/commands/UpdatePatchBaselineCommand.ts index 0c79dde68c44..8db1538efc66 100644 --- a/clients/client-ssm/commands/UpdatePatchBaselineCommand.ts +++ b/clients/client-ssm/commands/UpdatePatchBaselineCommand.ts @@ -29,7 +29,7 @@ export interface UpdatePatchBaselineCommandOutput extends UpdatePatchBaselineRes * supported operating system type, see PatchFilter.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdatePatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdatePatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateResourceDataSyncCommand.ts b/clients/client-ssm/commands/UpdateResourceDataSyncCommand.ts index b9285a5edb64..3f1310510404 100644 --- a/clients/client-ssm/commands/UpdateResourceDataSyncCommand.ts +++ b/clients/client-ssm/commands/UpdateResourceDataSyncCommand.ts @@ -31,7 +31,7 @@ export interface UpdateResourceDataSyncCommandOutput extends UpdateResourceDataS * SyncType.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateResourceDataSyncCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateResourceDataSyncCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-ssm/commands/UpdateServiceSettingCommand.ts b/clients/client-ssm/commands/UpdateServiceSettingCommand.ts index 7b983371a2e4..ae056ad8fc33 100644 --- a/clients/client-ssm/commands/UpdateServiceSettingCommand.ts +++ b/clients/client-ssm/commands/UpdateServiceSettingCommand.ts @@ -36,7 +36,7 @@ export interface UpdateServiceSettingCommandOutput extends UpdateServiceSettingR * *

Update the service setting for the account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSMClient, UpdateServiceSettingCommand } from "@aws-sdk/client-ssm"; // ES Modules import * // const { SSMClient, UpdateServiceSettingCommand } = require("@aws-sdk/client-ssm"); // CommonJS import diff --git a/clients/client-sso-admin/commands/AttachManagedPolicyToPermissionSetCommand.ts b/clients/client-sso-admin/commands/AttachManagedPolicyToPermissionSetCommand.ts index 37bdef252122..5beda18c4fef 100644 --- a/clients/client-sso-admin/commands/AttachManagedPolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/AttachManagedPolicyToPermissionSetCommand.ts @@ -33,7 +33,7 @@ export interface AttachManagedPolicyToPermissionSetCommandOutput * after this action to apply the corresponding IAM policy updates to all assigned accounts.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/CreateAccountAssignmentCommand.ts b/clients/client-sso-admin/commands/CreateAccountAssignmentCommand.ts index 50b9f626da24..4e624d3e88b8 100644 --- a/clients/client-sso-admin/commands/CreateAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/commands/CreateAccountAssignmentCommand.ts @@ -32,7 +32,7 @@ export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssig * to make these updates.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, CreateAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, CreateAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts index 627b0c685b40..101a79ad9268 100644 --- a/clients/client-sso-admin/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput /** *

Enables the attributes-based access control (ABAC) feature for the specified AWS SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the AWS SSO User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/CreatePermissionSetCommand.ts b/clients/client-sso-admin/commands/CreatePermissionSetCommand.ts index b2bf788562a1..73bfa59bc27d 100644 --- a/clients/client-sso-admin/commands/CreatePermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/CreatePermissionSetCommand.ts @@ -28,7 +28,7 @@ export interface CreatePermissionSetCommandOutput extends CreatePermissionSetRes * .

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, CreatePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, CreatePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DeleteAccountAssignmentCommand.ts b/clients/client-sso-admin/commands/DeleteAccountAssignmentCommand.ts index 92583fd6cbb4..8a0b08eca2bc 100644 --- a/clients/client-sso-admin/commands/DeleteAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/commands/DeleteAccountAssignmentCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssig *

Deletes a principal's access from a specified AWS account using a specified permission * set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DeleteAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DeleteAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DeleteInlinePolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/commands/DeleteInlinePolicyFromPermissionSetCommand.ts index 78b19bd27396..3fdd057993cb 100644 --- a/clients/client-sso-admin/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/DeleteInlinePolicyFromPermissionSetCommand.ts @@ -28,7 +28,7 @@ export interface DeleteInlinePolicyFromPermissionSetCommandOutput /** *

Deletes the inline policy from a specified permission set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DeleteInlinePolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DeleteInlinePolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts index 33d0f5261754..36f570266503 100644 --- a/clients/client-sso-admin/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface DeleteInstanceAccessControlAttributeConfigurationCommandOutput /** *

Disables the attributes-based access control (ABAC) feature for the specified AWS SSO instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the AWS SSO User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DeletePermissionSetCommand.ts b/clients/client-sso-admin/commands/DeletePermissionSetCommand.ts index ff3d1f05a17d..fff038d8105c 100644 --- a/clients/client-sso-admin/commands/DeletePermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/DeletePermissionSetCommand.ts @@ -23,7 +23,7 @@ export interface DeletePermissionSetCommandOutput extends DeletePermissionSetRes /** *

Deletes the specified permission set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DeletePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DeletePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DescribeAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/commands/DescribeAccountAssignmentCreationStatusCommand.ts index e0955ab210a7..2cc99d5c10f8 100644 --- a/clients/client-sso-admin/commands/DescribeAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/commands/DescribeAccountAssignmentCreationStatusCommand.ts @@ -29,7 +29,7 @@ export interface DescribeAccountAssignmentCreationStatusCommandOutput /** *

Describes the status of the assignment creation request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DescribeAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/commands/DescribeAccountAssignmentDeletionStatusCommand.ts index 1e1c58a9d25e..500c62a1756d 100644 --- a/clients/client-sso-admin/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/commands/DescribeAccountAssignmentDeletionStatusCommand.ts @@ -29,7 +29,7 @@ export interface DescribeAccountAssignmentDeletionStatusCommandOutput /** *

Describes the status of the assignment deletion request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts index a7fe1f0aa7d1..81e54fd3e3ab 100644 --- a/clients/client-sso-admin/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutpu /** *

Returns the list of AWS SSO identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified AWS SSO instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the AWS SSO User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DescribePermissionSetCommand.ts b/clients/client-sso-admin/commands/DescribePermissionSetCommand.ts index fd32044deeeb..045a9b7c460b 100644 --- a/clients/client-sso-admin/commands/DescribePermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/DescribePermissionSetCommand.ts @@ -23,7 +23,7 @@ export interface DescribePermissionSetCommandOutput extends DescribePermissionSe /** *

Gets the details of the permission set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DescribePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DescribePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DescribePermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/commands/DescribePermissionSetProvisioningStatusCommand.ts index acc44d46def5..9bfab4aede11 100644 --- a/clients/client-sso-admin/commands/DescribePermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/commands/DescribePermissionSetProvisioningStatusCommand.ts @@ -29,7 +29,7 @@ export interface DescribePermissionSetProvisioningStatusCommandOutput /** *

Describes the status for the given permission set provisioning request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/DetachManagedPolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/commands/DetachManagedPolicyFromPermissionSetCommand.ts index d08f886d3210..36b71f6b6f9b 100644 --- a/clients/client-sso-admin/commands/DetachManagedPolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/DetachManagedPolicyFromPermissionSetCommand.ts @@ -28,7 +28,7 @@ export interface DetachManagedPolicyFromPermissionSetCommandOutput /** *

Detaches the attached IAM managed policy ARN from the specified permission set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/GetInlinePolicyForPermissionSetCommand.ts b/clients/client-sso-admin/commands/GetInlinePolicyForPermissionSetCommand.ts index 84e8b03f2cf0..674a8ca50dc6 100644 --- a/clients/client-sso-admin/commands/GetInlinePolicyForPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/GetInlinePolicyForPermissionSetCommand.ts @@ -25,7 +25,7 @@ export interface GetInlinePolicyForPermissionSetCommandOutput /** *

Obtains the inline policy assigned to the permission set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, GetInlinePolicyForPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, GetInlinePolicyForPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/commands/ListAccountAssignmentCreationStatusCommand.ts index 53589340c02b..bb1edf102fc4 100644 --- a/clients/client-sso-admin/commands/ListAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/commands/ListAccountAssignmentCreationStatusCommand.ts @@ -29,7 +29,7 @@ export interface ListAccountAssignmentCreationStatusCommandOutput *

Lists the status of the AWS account assignment creation requests for a specified SSO * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListAccountAssignmentCreationStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListAccountAssignmentCreationStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/commands/ListAccountAssignmentDeletionStatusCommand.ts index 827d1a1550be..adbed668ba98 100644 --- a/clients/client-sso-admin/commands/ListAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/commands/ListAccountAssignmentDeletionStatusCommand.ts @@ -29,7 +29,7 @@ export interface ListAccountAssignmentDeletionStatusCommandOutput *

Lists the status of the AWS account assignment deletion requests for a specified SSO * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListAccountAssignmentDeletionStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListAccountAssignmentDeletionStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListAccountAssignmentsCommand.ts b/clients/client-sso-admin/commands/ListAccountAssignmentsCommand.ts index 155d5f603f1c..f5493bf22cab 100644 --- a/clients/client-sso-admin/commands/ListAccountAssignmentsCommand.ts +++ b/clients/client-sso-admin/commands/ListAccountAssignmentsCommand.ts @@ -24,7 +24,7 @@ export interface ListAccountAssignmentsCommandOutput extends ListAccountAssignme *

Lists the assignee of the specified AWS account with the specified permission * set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListAccountAssignmentsCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListAccountAssignmentsCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListAccountsForProvisionedPermissionSetCommand.ts b/clients/client-sso-admin/commands/ListAccountsForProvisionedPermissionSetCommand.ts index 1bd9839b7d29..923835940408 100644 --- a/clients/client-sso-admin/commands/ListAccountsForProvisionedPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/ListAccountsForProvisionedPermissionSetCommand.ts @@ -29,7 +29,7 @@ export interface ListAccountsForProvisionedPermissionSetCommandOutput /** *

Lists all the AWS accounts where the specified permission set is provisioned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListAccountsForProvisionedPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListAccountsForProvisionedPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListInstancesCommand.ts b/clients/client-sso-admin/commands/ListInstancesCommand.ts index 5b32b27ae3b4..797c59074f25 100644 --- a/clients/client-sso-admin/commands/ListInstancesCommand.ts +++ b/clients/client-sso-admin/commands/ListInstancesCommand.ts @@ -23,7 +23,7 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met /** *

Lists the SSO instances that the caller has access to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListInstancesCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListInstancesCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListManagedPoliciesInPermissionSetCommand.ts b/clients/client-sso-admin/commands/ListManagedPoliciesInPermissionSetCommand.ts index f414cb97897b..f9f8d6be0174 100644 --- a/clients/client-sso-admin/commands/ListManagedPoliciesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/ListManagedPoliciesInPermissionSetCommand.ts @@ -28,7 +28,7 @@ export interface ListManagedPoliciesInPermissionSetCommandOutput /** *

Lists the IAM managed policy that is attached to a specified permission set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListManagedPoliciesInPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListManagedPoliciesInPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListPermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/commands/ListPermissionSetProvisioningStatusCommand.ts index 13498dc08185..22a5ea8a78e2 100644 --- a/clients/client-sso-admin/commands/ListPermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/commands/ListPermissionSetProvisioningStatusCommand.ts @@ -29,7 +29,7 @@ export interface ListPermissionSetProvisioningStatusCommandOutput *

Lists the status of the permission set provisioning requests for a specified SSO * instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListPermissionSetProvisioningStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListPermissionSetProvisioningStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListPermissionSetsCommand.ts b/clients/client-sso-admin/commands/ListPermissionSetsCommand.ts index 83f49aebf358..ae93a4c497df 100644 --- a/clients/client-sso-admin/commands/ListPermissionSetsCommand.ts +++ b/clients/client-sso-admin/commands/ListPermissionSetsCommand.ts @@ -23,7 +23,7 @@ export interface ListPermissionSetsCommandOutput extends ListPermissionSetsRespo /** *

Lists the PermissionSets in an SSO instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListPermissionSetsCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListPermissionSetsCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListPermissionSetsProvisionedToAccountCommand.ts b/clients/client-sso-admin/commands/ListPermissionSetsProvisionedToAccountCommand.ts index f918c8e12560..92bbea7099fa 100644 --- a/clients/client-sso-admin/commands/ListPermissionSetsProvisionedToAccountCommand.ts +++ b/clients/client-sso-admin/commands/ListPermissionSetsProvisionedToAccountCommand.ts @@ -29,7 +29,7 @@ export interface ListPermissionSetsProvisionedToAccountCommandOutput /** *

Lists all the permission sets that are provisioned to a specified AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListPermissionSetsProvisionedToAccountCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListPermissionSetsProvisionedToAccountCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ListTagsForResourceCommand.ts b/clients/client-sso-admin/commands/ListTagsForResourceCommand.ts index 375933d24b14..4051676d226b 100644 --- a/clients/client-sso-admin/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sso-admin/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags that are attached to a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ListTagsForResourceCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ListTagsForResourceCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/ProvisionPermissionSetCommand.ts b/clients/client-sso-admin/commands/ProvisionPermissionSetCommand.ts index c8ea53c9df90..a41a72e30425 100644 --- a/clients/client-sso-admin/commands/ProvisionPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/ProvisionPermissionSetCommand.ts @@ -23,7 +23,7 @@ export interface ProvisionPermissionSetCommandOutput extends ProvisionPermission /** *

The process by which a specified permission set is provisioned to the specified target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, ProvisionPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, ProvisionPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/PutInlinePolicyToPermissionSetCommand.ts b/clients/client-sso-admin/commands/PutInlinePolicyToPermissionSetCommand.ts index 5fa9ea6498fc..faccec97d6f0 100644 --- a/clients/client-sso-admin/commands/PutInlinePolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/PutInlinePolicyToPermissionSetCommand.ts @@ -30,7 +30,7 @@ export interface PutInlinePolicyToPermissionSetCommandOutput * after this action to apply the corresponding IAM policy updates to all assigned accounts.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, PutInlinePolicyToPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, PutInlinePolicyToPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/TagResourceCommand.ts b/clients/client-sso-admin/commands/TagResourceCommand.ts index 447c3b904cb3..317032385280 100644 --- a/clients/client-sso-admin/commands/TagResourceCommand.ts +++ b/clients/client-sso-admin/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Associates a set of tags with a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, TagResourceCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, TagResourceCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/UntagResourceCommand.ts b/clients/client-sso-admin/commands/UntagResourceCommand.ts index ae1060389625..dee632c4aed1 100644 --- a/clients/client-sso-admin/commands/UntagResourceCommand.ts +++ b/clients/client-sso-admin/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Disassociates a set of tags from a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, UntagResourceCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, UntagResourceCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts index 1d5114447fc1..ec42315fca5f 100644 --- a/clients/client-sso-admin/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface UpdateInstanceAccessControlAttributeConfigurationCommandOutput /** *

Updates the AWS SSO identity store attributes to use with the AWS SSO instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store. For more information about ABAC, see Attribute-Based Access Control in the AWS SSO User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, UpdateInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, UpdateInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-admin/commands/UpdatePermissionSetCommand.ts b/clients/client-sso-admin/commands/UpdatePermissionSetCommand.ts index 86c1f4928a0b..1ff3a1a5d9ee 100644 --- a/clients/client-sso-admin/commands/UpdatePermissionSetCommand.ts +++ b/clients/client-sso-admin/commands/UpdatePermissionSetCommand.ts @@ -23,7 +23,7 @@ export interface UpdatePermissionSetCommandOutput extends UpdatePermissionSetRes /** *

Updates an existing permission set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOAdminClient, UpdatePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import * // const { SSOAdminClient, UpdatePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import diff --git a/clients/client-sso-oidc/commands/CreateTokenCommand.ts b/clients/client-sso-oidc/commands/CreateTokenCommand.ts index f01521bde08c..aae0902e71b3 100644 --- a/clients/client-sso-oidc/commands/CreateTokenCommand.ts +++ b/clients/client-sso-oidc/commands/CreateTokenCommand.ts @@ -25,7 +25,7 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat * will be used to fetch short-term credentials for the assigned roles in the AWS * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import * // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import diff --git a/clients/client-sso-oidc/commands/RegisterClientCommand.ts b/clients/client-sso-oidc/commands/RegisterClientCommand.ts index 7441309aee07..a80e21468aea 100644 --- a/clients/client-sso-oidc/commands/RegisterClientCommand.ts +++ b/clients/client-sso-oidc/commands/RegisterClientCommand.ts @@ -24,7 +24,7 @@ export interface RegisterClientCommandOutput extends RegisterClientResponse, __M *

Registers a client with AWS SSO. This allows clients to initiate device authorization. * The output should be persisted for reuse through many authentication requests.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import * // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import diff --git a/clients/client-sso-oidc/commands/StartDeviceAuthorizationCommand.ts b/clients/client-sso-oidc/commands/StartDeviceAuthorizationCommand.ts index 8883a1f4fbcb..34901904015b 100644 --- a/clients/client-sso-oidc/commands/StartDeviceAuthorizationCommand.ts +++ b/clients/client-sso-oidc/commands/StartDeviceAuthorizationCommand.ts @@ -23,7 +23,7 @@ export interface StartDeviceAuthorizationCommandOutput extends StartDeviceAuthor /** *

Initiates device authorization by requesting a pair of verification codes from the authorization service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import * // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import diff --git a/clients/client-sso/commands/GetRoleCredentialsCommand.ts b/clients/client-sso/commands/GetRoleCredentialsCommand.ts index 8a703dab7e61..9574c8d81924 100644 --- a/clients/client-sso/commands/GetRoleCredentialsCommand.ts +++ b/clients/client-sso/commands/GetRoleCredentialsCommand.ts @@ -24,7 +24,7 @@ export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsRespo *

Returns the STS short-term credentials for a given role name that is assigned to the * user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import * // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import diff --git a/clients/client-sso/commands/ListAccountRolesCommand.ts b/clients/client-sso/commands/ListAccountRolesCommand.ts index 17e303875d56..7b0b1564cf36 100644 --- a/clients/client-sso/commands/ListAccountRolesCommand.ts +++ b/clients/client-sso/commands/ListAccountRolesCommand.ts @@ -23,7 +23,7 @@ export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, /** *

Lists all roles that are assigned to the user for a given AWS account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import * // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import diff --git a/clients/client-sso/commands/ListAccountsCommand.ts b/clients/client-sso/commands/ListAccountsCommand.ts index 3287037e4e27..25c1bfd336cc 100644 --- a/clients/client-sso/commands/ListAccountsCommand.ts +++ b/clients/client-sso/commands/ListAccountsCommand.ts @@ -25,7 +25,7 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad * administrator of the account. For more information, see Assign User Access in the AWS SSO User Guide. This operation * returns a paginated response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import * // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import diff --git a/clients/client-sso/commands/LogoutCommand.ts b/clients/client-sso/commands/LogoutCommand.ts index 9280786552b7..e3c88ab92fee 100644 --- a/clients/client-sso/commands/LogoutCommand.ts +++ b/clients/client-sso/commands/LogoutCommand.ts @@ -20,7 +20,7 @@ export interface LogoutCommandOutput extends __MetadataBearer {} /** *

Removes the client- and server-side session that is associated with the user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import * // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ActivateGatewayCommand.ts b/clients/client-storage-gateway/commands/ActivateGatewayCommand.ts index 1eecbb504063..74ad6a977ac2 100644 --- a/clients/client-storage-gateway/commands/ActivateGatewayCommand.ts +++ b/clients/client-storage-gateway/commands/ActivateGatewayCommand.ts @@ -30,7 +30,7 @@ export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __M *

You must turn on the gateway VM before you can activate your gateway.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ActivateGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ActivateGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/AddCacheCommand.ts b/clients/client-storage-gateway/commands/AddCacheCommand.ts index 6a498e58dbc1..4748dcab12c8 100644 --- a/clients/client-storage-gateway/commands/AddCacheCommand.ts +++ b/clients/client-storage-gateway/commands/AddCacheCommand.ts @@ -24,7 +24,7 @@ export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer *

In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to * add cache, and one or more disk IDs that you want to configure as cache.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, AddCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, AddCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/AddTagsToResourceCommand.ts b/clients/client-storage-gateway/commands/AddTagsToResourceCommand.ts index 28bc6662a89b..5701237aeeba 100644 --- a/clients/client-storage-gateway/commands/AddTagsToResourceCommand.ts +++ b/clients/client-storage-gateway/commands/AddTagsToResourceCommand.ts @@ -44,7 +44,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceOutput, *

You can create a maximum of 50 tags for each resource. Virtual tapes and storage volumes * that are recovered to a new gateway maintain their tags.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, AddTagsToResourceCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, AddTagsToResourceCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/AddUploadBufferCommand.ts b/clients/client-storage-gateway/commands/AddUploadBufferCommand.ts index 80dd6ae3ce22..f11ea4e84d7c 100644 --- a/clients/client-storage-gateway/commands/AddUploadBufferCommand.ts +++ b/clients/client-storage-gateway/commands/AddUploadBufferCommand.ts @@ -29,7 +29,7 @@ export interface AddUploadBufferCommandOutput extends AddUploadBufferOutput, __M * add upload buffer, and one or more disk IDs that you want to configure as upload * buffer.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, AddUploadBufferCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, AddUploadBufferCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/AddWorkingStorageCommand.ts b/clients/client-storage-gateway/commands/AddWorkingStorageCommand.ts index c12c0cedda91..7022fe64c338 100644 --- a/clients/client-storage-gateway/commands/AddWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/commands/AddWorkingStorageCommand.ts @@ -35,7 +35,7 @@ export interface AddWorkingStorageCommandOutput extends AddWorkingStorageOutput, * add working storage, and one or more disk IDs that you want to configure as working * storage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, AddWorkingStorageCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, AddWorkingStorageCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/AssignTapePoolCommand.ts b/clients/client-storage-gateway/commands/AssignTapePoolCommand.ts index 54ec8878b38b..ab46a178ebec 100644 --- a/clients/client-storage-gateway/commands/AssignTapePoolCommand.ts +++ b/clients/client-storage-gateway/commands/AssignTapePoolCommand.ts @@ -29,7 +29,7 @@ export interface AssignTapePoolCommandOutput extends AssignTapePoolOutput, __Met *

Valid Values: GLACIER | DEEP_ARCHIVE *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, AssignTapePoolCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, AssignTapePoolCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/AssociateFileSystemCommand.ts b/clients/client-storage-gateway/commands/AssociateFileSystemCommand.ts index 14a3ddc4e1e6..07a48f2aeb17 100644 --- a/clients/client-storage-gateway/commands/AssociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/commands/AssociateFileSystemCommand.ts @@ -26,7 +26,7 @@ export interface AssociateFileSystemCommandOutput extends AssociateFileSystemOut * available for access through the gateway. This operation only supports the Amazon FSx file * gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, AssociateFileSystemCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, AssociateFileSystemCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/AttachVolumeCommand.ts b/clients/client-storage-gateway/commands/AttachVolumeCommand.ts index 08da847ae237..627a3636e8f7 100644 --- a/clients/client-storage-gateway/commands/AttachVolumeCommand.ts +++ b/clients/client-storage-gateway/commands/AttachVolumeCommand.ts @@ -26,7 +26,7 @@ export interface AttachVolumeCommandOutput extends AttachVolumeOutput, __Metadat * to a different gateway without creating a snapshot. It also makes it easier to move your * volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 instance.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, AttachVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, AttachVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CancelArchivalCommand.ts b/clients/client-storage-gateway/commands/CancelArchivalCommand.ts index c326623df479..705afd443ea4 100644 --- a/clients/client-storage-gateway/commands/CancelArchivalCommand.ts +++ b/clients/client-storage-gateway/commands/CancelArchivalCommand.ts @@ -24,7 +24,7 @@ export interface CancelArchivalCommandOutput extends CancelArchivalOutput, __Met *

Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving * process is initiated. This operation is only supported in the tape gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CancelArchivalCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CancelArchivalCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CancelRetrievalCommand.ts b/clients/client-storage-gateway/commands/CancelRetrievalCommand.ts index 0ef236bde36b..e26e1cce4749 100644 --- a/clients/client-storage-gateway/commands/CancelRetrievalCommand.ts +++ b/clients/client-storage-gateway/commands/CancelRetrievalCommand.ts @@ -25,7 +25,7 @@ export interface CancelRetrievalCommandOutput extends CancelRetrievalOutput, __M * the retrieval process is initiated. The virtual tape is returned to the VTS. This operation * is only supported in the tape gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CancelRetrievalCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CancelRetrievalCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateCachediSCSIVolumeCommand.ts b/clients/client-storage-gateway/commands/CreateCachediSCSIVolumeCommand.ts index 8c296d43d8c4..8dee88d92369 100644 --- a/clients/client-storage-gateway/commands/CreateCachediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/commands/CreateCachediSCSIVolumeCommand.ts @@ -40,7 +40,7 @@ export interface CreateCachediSCSIVolumeCommandOutput extends CreateCachediSCSIV * existing volume’s latest recovery point. The VolumeSizeInBytes value must be * equal to or larger than the size of the copied volume, in bytes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateCachediSCSIVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateCachediSCSIVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateNFSFileShareCommand.ts b/clients/client-storage-gateway/commands/CreateNFSFileShareCommand.ts index 76f8342c3916..2c7c8b8ba593 100644 --- a/clients/client-storage-gateway/commands/CreateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/commands/CreateNFSFileShareCommand.ts @@ -37,7 +37,7 @@ export interface CreateNFSFileShareCommandOutput extends CreateNFSFileShareOutpu *

File gateway does not support creating hard or symbolic links on a file share.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateNFSFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateNFSFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateSMBFileShareCommand.ts b/clients/client-storage-gateway/commands/CreateSMBFileShareCommand.ts index e5aace6a4dde..a9c6e1810fe0 100644 --- a/clients/client-storage-gateway/commands/CreateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/commands/CreateSMBFileShareCommand.ts @@ -38,7 +38,7 @@ export interface CreateSMBFileShareCommandOutput extends CreateSMBFileShareOutpu * share.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateSMBFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateSMBFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateSnapshotCommand.ts b/clients/client-storage-gateway/commands/CreateSnapshotCommand.ts index a5d7fa3f848c..ccaebf85ed99 100644 --- a/clients/client-storage-gateway/commands/CreateSnapshotCommand.ts +++ b/clients/client-storage-gateway/commands/CreateSnapshotCommand.ts @@ -50,7 +50,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotOutput, __Met * information, see the important note on the Welcome page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateSnapshotCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateSnapshotCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts b/clients/client-storage-gateway/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts index 5343aac22fae..dd62cf64273c 100644 --- a/clients/client-storage-gateway/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts @@ -48,7 +48,7 @@ export interface CreateSnapshotFromVolumeRecoveryPointCommandOutput * Reference.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateSnapshotFromVolumeRecoveryPointCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateSnapshotFromVolumeRecoveryPointCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateStorediSCSIVolumeCommand.ts b/clients/client-storage-gateway/commands/CreateStorediSCSIVolumeCommand.ts index b495c026ca77..42a84cc5c4ae 100644 --- a/clients/client-storage-gateway/commands/CreateStorediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/commands/CreateStorediSCSIVolumeCommand.ts @@ -34,7 +34,7 @@ export interface CreateStorediSCSIVolumeCommandOutput extends CreateStorediSCSIV * information such as the volume Amazon Resource Name (ARN), its size, and the iSCSI target * ARN that initiators can use to connect to the volume target.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateStorediSCSIVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateStorediSCSIVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateTapePoolCommand.ts b/clients/client-storage-gateway/commands/CreateTapePoolCommand.ts index fd3f1d33dab8..367205bbbbf4 100644 --- a/clients/client-storage-gateway/commands/CreateTapePoolCommand.ts +++ b/clients/client-storage-gateway/commands/CreateTapePoolCommand.ts @@ -24,7 +24,7 @@ export interface CreateTapePoolCommandOutput extends CreateTapePoolOutput, __Met *

Creates a new custom tape pool. You can use custom tape pool to enable tape retention * lock on tapes that are archived in the custom pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateTapePoolCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateTapePoolCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateTapeWithBarcodeCommand.ts b/clients/client-storage-gateway/commands/CreateTapeWithBarcodeCommand.ts index 6dd5193af98d..fbbe32f0b655 100644 --- a/clients/client-storage-gateway/commands/CreateTapeWithBarcodeCommand.ts +++ b/clients/client-storage-gateway/commands/CreateTapeWithBarcodeCommand.ts @@ -31,7 +31,7 @@ export interface CreateTapeWithBarcodeCommandOutput extends CreateTapeWithBarcod * Use the AddCache operation to add cache storage to a gateway.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateTapeWithBarcodeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateTapeWithBarcodeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/CreateTapesCommand.ts b/clients/client-storage-gateway/commands/CreateTapesCommand.ts index 35f210a25ba5..9b866aa9ba9b 100644 --- a/clients/client-storage-gateway/commands/CreateTapesCommand.ts +++ b/clients/client-storage-gateway/commands/CreateTapesCommand.ts @@ -29,7 +29,7 @@ export interface CreateTapesCommandOutput extends CreateTapesOutput, __MetadataB * Use the AddCache operation to add cache storage to a gateway.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, CreateTapesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, CreateTapesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/commands/DeleteAutomaticTapeCreationPolicyCommand.ts index bde9d8e0a30f..1349aaf148a5 100644 --- a/clients/client-storage-gateway/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteAutomaticTapeCreationPolicyCommand.ts @@ -27,7 +27,7 @@ export interface DeleteAutomaticTapeCreationPolicyCommandOutput * virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway * in your request to remove the policy.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteAutomaticTapeCreationPolicyCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteAutomaticTapeCreationPolicyCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/commands/DeleteBandwidthRateLimitCommand.ts index c0040be5e486..46f10417ca42 100644 --- a/clients/client-storage-gateway/commands/DeleteBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteBandwidthRateLimitCommand.ts @@ -27,7 +27,7 @@ export interface DeleteBandwidthRateLimitCommandOutput extends DeleteBandwidthRa * Amazon Resource Name (ARN) of the gateway in your request. This operation is supported for * the stored volume, cached volume and tape gateway types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteBandwidthRateLimitCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteBandwidthRateLimitCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteChapCredentialsCommand.ts b/clients/client-storage-gateway/commands/DeleteChapCredentialsCommand.ts index a5bfbb74bcda..cfc5d5fd4e23 100644 --- a/clients/client-storage-gateway/commands/DeleteChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteChapCredentialsCommand.ts @@ -25,7 +25,7 @@ export interface DeleteChapCredentialsCommandOutput extends DeleteChapCredential * iSCSI target and initiator pair. This operation is supported in volume and tape gateway * types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteChapCredentialsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteChapCredentialsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteFileShareCommand.ts b/clients/client-storage-gateway/commands/DeleteFileShareCommand.ts index 95d49cea1def..103480d0cb83 100644 --- a/clients/client-storage-gateway/commands/DeleteFileShareCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteFileShareCommand.ts @@ -24,7 +24,7 @@ export interface DeleteFileShareCommandOutput extends DeleteFileShareOutput, __M *

Deletes a file share from a file gateway. This operation is only supported for file * gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteGatewayCommand.ts b/clients/client-storage-gateway/commands/DeleteGatewayCommand.ts index ebe2fb7043a9..0c047d6e03f5 100644 --- a/clients/client-storage-gateway/commands/DeleteGatewayCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteGatewayCommand.ts @@ -40,7 +40,7 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad * page.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-storage-gateway/commands/DeleteSnapshotScheduleCommand.ts index 84a68ad223b0..752548d5ac2f 100644 --- a/clients/client-storage-gateway/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteSnapshotScheduleCommand.ts @@ -37,7 +37,7 @@ export interface DeleteSnapshotScheduleCommandOutput extends DeleteSnapshotSched * in the Amazon Elastic Compute Cloud API Reference.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteSnapshotScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteSnapshotScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteTapeArchiveCommand.ts b/clients/client-storage-gateway/commands/DeleteTapeArchiveCommand.ts index c68aa64508f5..ba4cd86ab061 100644 --- a/clients/client-storage-gateway/commands/DeleteTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteTapeArchiveCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTapeArchiveCommandOutput extends DeleteTapeArchiveOutput, *

Deletes the specified virtual tape from the virtual tape shelf (VTS). This operation is * only supported in the tape gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteTapeArchiveCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteTapeArchiveCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteTapeCommand.ts b/clients/client-storage-gateway/commands/DeleteTapeCommand.ts index 7ba27f5d87f6..1cbb0fd5e1f0 100644 --- a/clients/client-storage-gateway/commands/DeleteTapeCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteTapeCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTapeCommandOutput extends DeleteTapeOutput, __MetadataBea *

Deletes the specified virtual tape. This operation is only supported in the tape gateway * type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteTapeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteTapeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteTapePoolCommand.ts b/clients/client-storage-gateway/commands/DeleteTapePoolCommand.ts index 16ecab1030e3..58edc5a367d9 100644 --- a/clients/client-storage-gateway/commands/DeleteTapePoolCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteTapePoolCommand.ts @@ -25,7 +25,7 @@ export interface DeleteTapePoolCommandOutput extends DeleteTapePoolOutput, __Met * in the pool and if there are no automatic tape creation policies that reference the custom * tape pool.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteTapePoolCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteTapePoolCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DeleteVolumeCommand.ts b/clients/client-storage-gateway/commands/DeleteVolumeCommand.ts index 01f786adb49e..41fa115c7cf1 100644 --- a/clients/client-storage-gateway/commands/DeleteVolumeCommand.ts +++ b/clients/client-storage-gateway/commands/DeleteVolumeCommand.ts @@ -35,7 +35,7 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeOutput, __Metadat *

In the request, you must provide the Amazon Resource Name (ARN) of the storage volume * you want to delete.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DeleteVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DeleteVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/commands/DescribeAvailabilityMonitorTestCommand.ts index 8acb4d9c7ab3..3ae4d2a97220 100644 --- a/clients/client-storage-gateway/commands/DescribeAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeAvailabilityMonitorTestCommand.ts @@ -27,7 +27,7 @@ export interface DescribeAvailabilityMonitorTestCommandOutput * performed on the host in a cluster. If a test isn't performed, the status and start * time in the response would be null.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeAvailabilityMonitorTestCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeAvailabilityMonitorTestCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitCommand.ts index f596a4290072..43bff2ad4519 100644 --- a/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitCommand.ts @@ -30,7 +30,7 @@ export interface DescribeBandwidthRateLimitCommandOutput extends DescribeBandwid * the response body. To specify which gateway to describe, use the Amazon Resource Name (ARN) * of the gateway in your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeBandwidthRateLimitCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeBandwidthRateLimitCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitScheduleCommand.ts index b1005bc64655..9ed5d835b6f2 100644 --- a/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeBandwidthRateLimitScheduleCommand.ts @@ -45,7 +45,7 @@ export interface DescribeBandwidthRateLimitScheduleCommandOutput * empty response. To specify which gateway to describe, use the Amazon Resource Name (ARN) * of the gateway in your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeBandwidthRateLimitScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeBandwidthRateLimitScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeCacheCommand.ts b/clients/client-storage-gateway/commands/DescribeCacheCommand.ts index 0b03627567c8..e8738862cc35 100644 --- a/clients/client-storage-gateway/commands/DescribeCacheCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeCacheCommand.ts @@ -27,7 +27,7 @@ export interface DescribeCacheCommandOutput extends DescribeCacheOutput, __Metad *

The response includes disk IDs that are configured as cache, and it includes the amount * of cache allocated and used.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeCachediSCSIVolumesCommand.ts b/clients/client-storage-gateway/commands/DescribeCachediSCSIVolumesCommand.ts index f9c866c8b04b..f1dcd97eaffc 100644 --- a/clients/client-storage-gateway/commands/DescribeCachediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeCachediSCSIVolumesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeCachediSCSIVolumesCommandOutput extends DescribeCachedi * AWS Storage Gateway returns volume information sorted by volume Amazon Resource Name * (ARN).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeCachediSCSIVolumesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeCachediSCSIVolumesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeChapCredentialsCommand.ts b/clients/client-storage-gateway/commands/DescribeChapCredentialsCommand.ts index f5a83d66cf8f..a59e22d5eaad 100644 --- a/clients/client-storage-gateway/commands/DescribeChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeChapCredentialsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeChapCredentialsCommandOutput extends DescribeChapCreden * information for a specified iSCSI target, one for each target-initiator pair. This * operation is supported in the volume and tape gateway types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeChapCredentialsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeChapCredentialsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/commands/DescribeFileSystemAssociationsCommand.ts index 4cb38782ccbb..8001e7ddd52d 100644 --- a/clients/client-storage-gateway/commands/DescribeFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeFileSystemAssociationsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeFileSystemAssociationsCommandOutput *

Gets the file system association information. This operation is only supported for * Amazon FSx file gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeFileSystemAssociationsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeFileSystemAssociationsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeGatewayInformationCommand.ts b/clients/client-storage-gateway/commands/DescribeGatewayInformationCommand.ts index 0d4a62552aba..d3d295178c04 100644 --- a/clients/client-storage-gateway/commands/DescribeGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeGatewayInformationCommand.ts @@ -25,7 +25,7 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway * zone, and the state (whether the gateway is running or not). To specify which gateway to * describe, use the Amazon Resource Name (ARN) of the gateway in your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeGatewayInformationCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeGatewayInformationCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/commands/DescribeMaintenanceStartTimeCommand.ts index 098cdfd27c17..5a3fb32f5ee6 100644 --- a/clients/client-storage-gateway/commands/DescribeMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeMaintenanceStartTimeCommand.ts @@ -26,7 +26,7 @@ export interface DescribeMaintenanceStartTimeCommandOutput *

Returns your gateway's weekly maintenance start time including the day and time of * the week. Note that values are in terms of the gateway's time zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeMaintenanceStartTimeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeMaintenanceStartTimeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeNFSFileSharesCommand.ts b/clients/client-storage-gateway/commands/DescribeNFSFileSharesCommand.ts index d23eac34c982..edb1b81b4fca 100644 --- a/clients/client-storage-gateway/commands/DescribeNFSFileSharesCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeNFSFileSharesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare *

Gets a description for one or more Network File System (NFS) file shares from a file * gateway. This operation is only supported for file gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeNFSFileSharesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeNFSFileSharesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeSMBFileSharesCommand.ts b/clients/client-storage-gateway/commands/DescribeSMBFileSharesCommand.ts index 53c651f78578..f718b47508a2 100644 --- a/clients/client-storage-gateway/commands/DescribeSMBFileSharesCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeSMBFileSharesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare *

Gets a description for one or more Server Message Block (SMB) file shares from a file * gateway. This operation is only supported for file gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeSMBFileSharesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeSMBFileSharesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeSMBSettingsCommand.ts b/clients/client-storage-gateway/commands/DescribeSMBSettingsCommand.ts index e39c3c962fd4..5550446f6549 100644 --- a/clients/client-storage-gateway/commands/DescribeSMBSettingsCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeSMBSettingsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut *

Gets a description of a Server Message Block (SMB) file share settings from a file * gateway. This operation is only supported for file gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeSMBSettingsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeSMBSettingsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeSnapshotScheduleCommand.ts b/clients/client-storage-gateway/commands/DescribeSnapshotScheduleCommand.ts index ce4162e4ebe9..a077bdae3b3c 100644 --- a/clients/client-storage-gateway/commands/DescribeSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeSnapshotScheduleCommand.ts @@ -26,7 +26,7 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS * volume. This operation is only supported in the cached volume and stored volume * types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeSnapshotScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeSnapshotScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeStorediSCSIVolumesCommand.ts b/clients/client-storage-gateway/commands/DescribeStorediSCSIVolumesCommand.ts index 43cd7a98f411..d75b0702419d 100644 --- a/clients/client-storage-gateway/commands/DescribeStorediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeStorediSCSIVolumesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi * Gateway returns volume information sorted by volume ARNs. This operation is only supported * in stored volume gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeStorediSCSIVolumesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeStorediSCSIVolumesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeTapeArchivesCommand.ts b/clients/client-storage-gateway/commands/DescribeTapeArchivesCommand.ts index 07dd832c45ba..ec3f9b2d7da0 100644 --- a/clients/client-storage-gateway/commands/DescribeTapeArchivesCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeTapeArchivesCommand.ts @@ -27,7 +27,7 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO *

If a specific TapeARN is not specified, AWS Storage Gateway returns a * description of all virtual tapes found in the VTS associated with your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeTapeArchivesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeTapeArchivesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeTapeRecoveryPointsCommand.ts b/clients/client-storage-gateway/commands/DescribeTapeRecoveryPointsCommand.ts index a556bd504e62..c1198468ccb7 100644 --- a/clients/client-storage-gateway/commands/DescribeTapeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeTapeRecoveryPointsCommand.ts @@ -29,7 +29,7 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec * points can be recovered to a new gateway. This operation is only supported in the tape * gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeTapeRecoveryPointsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeTapeRecoveryPointsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeTapesCommand.ts b/clients/client-storage-gateway/commands/DescribeTapesCommand.ts index cce733d840f3..973efa998497 100644 --- a/clients/client-storage-gateway/commands/DescribeTapesCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeTapesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad * associated with the specified gateway. This operation is only supported in the tape gateway * type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeTapesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeTapesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeUploadBufferCommand.ts b/clients/client-storage-gateway/commands/DescribeUploadBufferCommand.ts index 55039f504fa3..3fdce837a268 100644 --- a/clients/client-storage-gateway/commands/DescribeUploadBufferCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeUploadBufferCommand.ts @@ -27,7 +27,7 @@ export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferO *

The response includes disk IDs that are configured as upload buffer space, and it * includes the amount of upload buffer space allocated and used.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeUploadBufferCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeUploadBufferCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeVTLDevicesCommand.ts b/clients/client-storage-gateway/commands/DescribeVTLDevicesCommand.ts index 6000bf1261ec..e009f5ecbb66 100644 --- a/clients/client-storage-gateway/commands/DescribeVTLDevicesCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeVTLDevicesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeVTLDevicesCommandOutput extends DescribeVTLDevicesOutpu * *

This operation is only supported in the tape gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeVTLDevicesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeVTLDevicesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DescribeWorkingStorageCommand.ts b/clients/client-storage-gateway/commands/DescribeWorkingStorageCommand.ts index 253176605a22..052f00fa9ed4 100644 --- a/clients/client-storage-gateway/commands/DescribeWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/commands/DescribeWorkingStorageCommand.ts @@ -33,7 +33,7 @@ export interface DescribeWorkingStorageCommandOutput extends DescribeWorkingStor *

The response includes disk IDs that are configured as working storage, and it includes * the amount of working storage allocated and used.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DescribeWorkingStorageCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DescribeWorkingStorageCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DetachVolumeCommand.ts b/clients/client-storage-gateway/commands/DetachVolumeCommand.ts index a1f798c15c06..4e40d403c681 100644 --- a/clients/client-storage-gateway/commands/DetachVolumeCommand.ts +++ b/clients/client-storage-gateway/commands/DetachVolumeCommand.ts @@ -27,7 +27,7 @@ export interface DetachVolumeCommandOutput extends DetachVolumeOutput, __Metadat * move your volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 * instance. This operation is only supported in the volume gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DetachVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DetachVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DisableGatewayCommand.ts b/clients/client-storage-gateway/commands/DisableGatewayCommand.ts index 1001068b2c9f..112d124311d6 100644 --- a/clients/client-storage-gateway/commands/DisableGatewayCommand.ts +++ b/clients/client-storage-gateway/commands/DisableGatewayCommand.ts @@ -31,7 +31,7 @@ export interface DisableGatewayCommandOutput extends DisableGatewayOutput, __Met *

After a gateway is disabled, it cannot be enabled.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DisableGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DisableGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/DisassociateFileSystemCommand.ts b/clients/client-storage-gateway/commands/DisassociateFileSystemCommand.ts index 7bdde2c1023d..ae85cfe66290 100644 --- a/clients/client-storage-gateway/commands/DisassociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/commands/DisassociateFileSystemCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateFileSystemCommandOutput extends DisassociateFileSys * disassociation process finishes, the gateway can no longer access the Amazon FSx file * system. This operation is only supported in the Amazon FSx file gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, DisassociateFileSystemCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, DisassociateFileSystemCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/JoinDomainCommand.ts b/clients/client-storage-gateway/commands/JoinDomainCommand.ts index 84bb2af012fb..bee538a398ca 100644 --- a/clients/client-storage-gateway/commands/JoinDomainCommand.ts +++ b/clients/client-storage-gateway/commands/JoinDomainCommand.ts @@ -24,7 +24,7 @@ export interface JoinDomainCommandOutput extends JoinDomainOutput, __MetadataBea *

Adds a file gateway to an Active Directory domain. This operation is only supported for * file gateways that support the SMB file protocol.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, JoinDomainCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, JoinDomainCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListAutomaticTapeCreationPoliciesCommand.ts b/clients/client-storage-gateway/commands/ListAutomaticTapeCreationPoliciesCommand.ts index 573519af677f..186a66660b6f 100644 --- a/clients/client-storage-gateway/commands/ListAutomaticTapeCreationPoliciesCommand.ts +++ b/clients/client-storage-gateway/commands/ListAutomaticTapeCreationPoliciesCommand.ts @@ -28,7 +28,7 @@ export interface ListAutomaticTapeCreationPoliciesCommandOutput * *

This operation is only supported for tape gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListAutomaticTapeCreationPoliciesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListAutomaticTapeCreationPoliciesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListFileSharesCommand.ts b/clients/client-storage-gateway/commands/ListFileSharesCommand.ts index 89da9ffc0a7c..d6b39eecbb54 100644 --- a/clients/client-storage-gateway/commands/ListFileSharesCommand.ts +++ b/clients/client-storage-gateway/commands/ListFileSharesCommand.ts @@ -25,7 +25,7 @@ export interface ListFileSharesCommandOutput extends ListFileSharesOutput, __Met * that belong to the calling user account. This operation is only supported for file * gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListFileSharesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListFileSharesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/commands/ListFileSystemAssociationsCommand.ts index c2b35e8e8740..f1e4b7f0d8e1 100644 --- a/clients/client-storage-gateway/commands/ListFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/commands/ListFileSystemAssociationsCommand.ts @@ -25,7 +25,7 @@ export interface ListFileSystemAssociationsCommandOutput extends ListFileSystemA * summary of a file system association. This operation is only supported for Amazon FSx file * gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListFileSystemAssociationsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListFileSystemAssociationsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListGatewaysCommand.ts b/clients/client-storage-gateway/commands/ListGatewaysCommand.ts index 816790a366d7..9220294eaf24 100644 --- a/clients/client-storage-gateway/commands/ListGatewaysCommand.ts +++ b/clients/client-storage-gateway/commands/ListGatewaysCommand.ts @@ -32,7 +32,7 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat * only a truncated list of your gateways), the response contains a marker that you can * specify in your next request to fetch the next page of gateways.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListGatewaysCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListGatewaysCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListLocalDisksCommand.ts b/clients/client-storage-gateway/commands/ListLocalDisksCommand.ts index 095423cf8223..08a42cead079 100644 --- a/clients/client-storage-gateway/commands/ListLocalDisksCommand.ts +++ b/clients/client-storage-gateway/commands/ListLocalDisksCommand.ts @@ -31,7 +31,7 @@ export interface ListLocalDisksCommandOutput extends ListLocalDisksOutput, __Met * (the disk node is occupied by a disk that has incorrect metadata or the disk content is * corrupted).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListLocalDisksCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListLocalDisksCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListTagsForResourceCommand.ts b/clients/client-storage-gateway/commands/ListTagsForResourceCommand.ts index af6834059ab4..1303a49a1e6a 100644 --- a/clients/client-storage-gateway/commands/ListTagsForResourceCommand.ts +++ b/clients/client-storage-gateway/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut *

Lists the tags that have been added to the specified resource. This operation is * supported in storage gateways of all types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListTagsForResourceCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListTagsForResourceCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListTapePoolsCommand.ts b/clients/client-storage-gateway/commands/ListTapePoolsCommand.ts index 820a4c4aad6c..bf0dbf298b0b 100644 --- a/clients/client-storage-gateway/commands/ListTapePoolsCommand.ts +++ b/clients/client-storage-gateway/commands/ListTapePoolsCommand.ts @@ -31,7 +31,7 @@ export interface ListTapePoolsCommandOutput extends ListTapePoolsOutput, __Metad * Marker element that you can use in your subsequent request to retrieve the * next set of tape pools.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListTapePoolsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListTapePoolsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListTapesCommand.ts b/clients/client-storage-gateway/commands/ListTapesCommand.ts index af7f9a1b6efa..de443f729682 100644 --- a/clients/client-storage-gateway/commands/ListTapesCommand.ts +++ b/clients/client-storage-gateway/commands/ListTapesCommand.ts @@ -30,7 +30,7 @@ export interface ListTapesCommandOutput extends ListTapesOutput, __MetadataBeare * subsequent request to retrieve the next set of tapes. This operation is only supported in * the tape gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListTapesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListTapesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListVolumeInitiatorsCommand.ts b/clients/client-storage-gateway/commands/ListVolumeInitiatorsCommand.ts index 892e18323439..aaeda5c14d86 100644 --- a/clients/client-storage-gateway/commands/ListVolumeInitiatorsCommand.ts +++ b/clients/client-storage-gateway/commands/ListVolumeInitiatorsCommand.ts @@ -25,7 +25,7 @@ export interface ListVolumeInitiatorsCommandOutput extends ListVolumeInitiatorsO * determine whether a volume is being used or not. This operation is only supported in the * cached volume and stored volume gateway types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListVolumeInitiatorsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListVolumeInitiatorsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListVolumeRecoveryPointsCommand.ts b/clients/client-storage-gateway/commands/ListVolumeRecoveryPointsCommand.ts index 592512f25441..c181527a8116 100644 --- a/clients/client-storage-gateway/commands/ListVolumeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/commands/ListVolumeRecoveryPointsCommand.ts @@ -29,7 +29,7 @@ export interface ListVolumeRecoveryPointsCommandOutput extends ListVolumeRecover * clone a new cached volume from a source volume. To create a snapshot from a volume recovery * point use the CreateSnapshotFromVolumeRecoveryPoint operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListVolumeRecoveryPointsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListVolumeRecoveryPointsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ListVolumesCommand.ts b/clients/client-storage-gateway/commands/ListVolumesCommand.ts index f89037611302..eb232800ee4a 100644 --- a/clients/client-storage-gateway/commands/ListVolumesCommand.ts +++ b/clients/client-storage-gateway/commands/ListVolumesCommand.ts @@ -32,7 +32,7 @@ export interface ListVolumesCommandOutput extends ListVolumesOutput, __MetadataB * subsequent request to retrieve the next set of volumes. This operation is only supported in * the cached volume and stored volume gateway types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ListVolumesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ListVolumesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/NotifyWhenUploadedCommand.ts b/clients/client-storage-gateway/commands/NotifyWhenUploadedCommand.ts index f249e90bb041..cbdd75863a25 100644 --- a/clients/client-storage-gateway/commands/NotifyWhenUploadedCommand.ts +++ b/clients/client-storage-gateway/commands/NotifyWhenUploadedCommand.ts @@ -37,7 +37,7 @@ export interface NotifyWhenUploadedCommandOutput extends NotifyWhenUploadedOutpu *

For more information, see Getting file upload notification in the AWS Storage Gateway User * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, NotifyWhenUploadedCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, NotifyWhenUploadedCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/RefreshCacheCommand.ts b/clients/client-storage-gateway/commands/RefreshCacheCommand.ts index 5dcd8c00e5f0..7e735b139b77 100644 --- a/clients/client-storage-gateway/commands/RefreshCacheCommand.ts +++ b/clients/client-storage-gateway/commands/RefreshCacheCommand.ts @@ -52,7 +52,7 @@ export interface RefreshCacheCommandOutput extends RefreshCacheOutput, __Metadat *

For more information, see Getting notified about file operations in the AWS Storage Gateway * User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, RefreshCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, RefreshCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/RemoveTagsFromResourceCommand.ts b/clients/client-storage-gateway/commands/RemoveTagsFromResourceCommand.ts index 8014ab3f498d..c055a4b59b69 100644 --- a/clients/client-storage-gateway/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-storage-gateway/commands/RemoveTagsFromResourceCommand.ts @@ -24,7 +24,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou *

Removes one or more tags from the specified resource. This operation is supported in * storage gateways of all types.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ResetCacheCommand.ts b/clients/client-storage-gateway/commands/ResetCacheCommand.ts index afa5e93e3fa8..07760a6d85e8 100644 --- a/clients/client-storage-gateway/commands/ResetCacheCommand.ts +++ b/clients/client-storage-gateway/commands/ResetCacheCommand.ts @@ -35,7 +35,7 @@ export interface ResetCacheCommandOutput extends ResetCacheOutput, __MetadataBea * disk for your gateway to function properly.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ResetCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ResetCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/RetrieveTapeArchiveCommand.ts b/clients/client-storage-gateway/commands/RetrieveTapeArchiveCommand.ts index fdd9004a11b9..f2282ed4e069 100644 --- a/clients/client-storage-gateway/commands/RetrieveTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/commands/RetrieveTapeArchiveCommand.ts @@ -30,7 +30,7 @@ export interface RetrieveTapeArchiveCommandOutput extends RetrieveTapeArchiveOut * another gateway. You must archive the tape again before you can retrieve it to another * gateway. This operation is only supported in the tape gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, RetrieveTapeArchiveCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, RetrieveTapeArchiveCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/RetrieveTapeRecoveryPointCommand.ts b/clients/client-storage-gateway/commands/RetrieveTapeRecoveryPointCommand.ts index bcbda33b3c77..ad050a8fc256 100644 --- a/clients/client-storage-gateway/commands/RetrieveTapeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/commands/RetrieveTapeRecoveryPointCommand.ts @@ -34,7 +34,7 @@ export interface RetrieveTapeRecoveryPointCommandOutput extends RetrieveTapeReco * for retrieving recovery points.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, RetrieveTapeRecoveryPointCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, RetrieveTapeRecoveryPointCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/SetLocalConsolePasswordCommand.ts b/clients/client-storage-gateway/commands/SetLocalConsolePasswordCommand.ts index 5b2be4fb4df9..8d06791d5df9 100644 --- a/clients/client-storage-gateway/commands/SetLocalConsolePasswordCommand.ts +++ b/clients/client-storage-gateway/commands/SetLocalConsolePasswordCommand.ts @@ -26,7 +26,7 @@ export interface SetLocalConsolePasswordCommandOutput extends SetLocalConsolePas * set a new password. You don't need to know the default password to set a new * password.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, SetLocalConsolePasswordCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, SetLocalConsolePasswordCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/SetSMBGuestPasswordCommand.ts b/clients/client-storage-gateway/commands/SetSMBGuestPasswordCommand.ts index 71e5560956cd..71ca5bf42c75 100644 --- a/clients/client-storage-gateway/commands/SetSMBGuestPasswordCommand.ts +++ b/clients/client-storage-gateway/commands/SetSMBGuestPasswordCommand.ts @@ -25,7 +25,7 @@ export interface SetSMBGuestPasswordCommandOutput extends SetSMBGuestPasswordOut * user is the user when the authentication method for the file share is set to * GuestAccess.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, SetSMBGuestPasswordCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, SetSMBGuestPasswordCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/ShutdownGatewayCommand.ts b/clients/client-storage-gateway/commands/ShutdownGatewayCommand.ts index 93fc1313b76e..5014a8eafa40 100644 --- a/clients/client-storage-gateway/commands/ShutdownGatewayCommand.ts +++ b/clients/client-storage-gateway/commands/ShutdownGatewayCommand.ts @@ -46,7 +46,7 @@ export interface ShutdownGatewayCommandOutput extends ShutdownGatewayOutput, __M *

If do not intend to use the gateway again, you must delete the gateway (using DeleteGateway) to no longer pay software charges associated with the * gateway.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, ShutdownGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, ShutdownGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/StartAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/commands/StartAvailabilityMonitorTestCommand.ts index 8a98f577e38a..46223eec574a 100644 --- a/clients/client-storage-gateway/commands/StartAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/commands/StartAvailabilityMonitorTestCommand.ts @@ -32,7 +32,7 @@ export interface StartAvailabilityMonitorTestCommandOutput *

Starting this test will cause your gateway to go offline for a brief period.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, StartAvailabilityMonitorTestCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, StartAvailabilityMonitorTestCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/StartGatewayCommand.ts b/clients/client-storage-gateway/commands/StartGatewayCommand.ts index eb432336a5e1..ffc4282ec45e 100644 --- a/clients/client-storage-gateway/commands/StartGatewayCommand.ts +++ b/clients/client-storage-gateway/commands/StartGatewayCommand.ts @@ -35,7 +35,7 @@ export interface StartGatewayCommandOutput extends StartGatewayOutput, __Metadat *

To specify which gateway to start, use the Amazon Resource Name (ARN) of the gateway in * your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, StartGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, StartGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/commands/UpdateAutomaticTapeCreationPolicyCommand.ts index 38869e9e8a97..c1e672edb7f2 100644 --- a/clients/client-storage-gateway/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateAutomaticTapeCreationPolicyCommand.ts @@ -33,7 +33,7 @@ export interface UpdateAutomaticTapeCreationPolicyCommandOutput *

A gateway can have only one automatic tape creation policy.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateAutomaticTapeCreationPolicyCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateAutomaticTapeCreationPolicyCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitCommand.ts index f2bea749515f..92caf1564a3c 100644 --- a/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitCommand.ts @@ -33,7 +33,7 @@ export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRa *

To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in * your request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateBandwidthRateLimitCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateBandwidthRateLimitCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitScheduleCommand.ts index b660e33b54ac..961ae28894c4 100644 --- a/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateBandwidthRateLimitScheduleCommand.ts @@ -30,7 +30,7 @@ export interface UpdateBandwidthRateLimitScheduleCommandOutput * This operation is supported in the volume and tape gateway types. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateBandwidthRateLimitScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateBandwidthRateLimitScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateChapCredentialsCommand.ts b/clients/client-storage-gateway/commands/UpdateChapCredentialsCommand.ts index 05458949bcad..5723d16f9cfe 100644 --- a/clients/client-storage-gateway/commands/UpdateChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateChapCredentialsCommand.ts @@ -31,7 +31,7 @@ export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredential * and initiators must reconnect with the new credentials.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateChapCredentialsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateChapCredentialsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateFileSystemAssociationCommand.ts b/clients/client-storage-gateway/commands/UpdateFileSystemAssociationCommand.ts index e9132f2c9b4a..b86387c1218c 100644 --- a/clients/client-storage-gateway/commands/UpdateFileSystemAssociationCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateFileSystemAssociationCommand.ts @@ -24,7 +24,7 @@ export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSyst *

Updates a file system association. This operation is only supported in the Amazon FSx * file gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateFileSystemAssociationCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateFileSystemAssociationCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateGatewayInformationCommand.ts b/clients/client-storage-gateway/commands/UpdateGatewayInformationCommand.ts index ec15cf0cf4b5..5a0b761b4ab4 100644 --- a/clients/client-storage-gateway/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateGatewayInformationCommand.ts @@ -31,7 +31,7 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo * no effect on the gateway's ARN.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateGatewayInformationCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateGatewayInformationCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-storage-gateway/commands/UpdateGatewaySoftwareNowCommand.ts index 35ff86e6c9e2..417cfa2a6ae4 100644 --- a/clients/client-storage-gateway/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateGatewaySoftwareNowCommand.ts @@ -38,7 +38,7 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft * Linux, see Customizing your Windows iSCSI settings and Customizing your Linux iSCSI settings, respectively.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateGatewaySoftwareNowCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateGatewaySoftwareNowCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/commands/UpdateMaintenanceStartTimeCommand.ts index e0c1ad854c95..db650c80bcf9 100644 --- a/clients/client-storage-gateway/commands/UpdateMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateMaintenanceStartTimeCommand.ts @@ -24,7 +24,7 @@ export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenan *

Updates a gateway's weekly maintenance start time information, including day and * time of the week. The maintenance time is the time in your gateway's time zone.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateMaintenanceStartTimeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateMaintenanceStartTimeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateNFSFileShareCommand.ts b/clients/client-storage-gateway/commands/UpdateNFSFileShareCommand.ts index 133d7aa221b1..2c8b47a24f68 100644 --- a/clients/client-storage-gateway/commands/UpdateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateNFSFileShareCommand.ts @@ -49,7 +49,7 @@ export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutpu * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateNFSFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateNFSFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateSMBFileShareCommand.ts b/clients/client-storage-gateway/commands/UpdateSMBFileShareCommand.ts index 84b5d13738e2..754eed5b007b 100644 --- a/clients/client-storage-gateway/commands/UpdateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateSMBFileShareCommand.ts @@ -41,7 +41,7 @@ export interface UpdateSMBFileShareCommandOutput extends UpdateSMBFileShareOutpu * share.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateSMBFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateSMBFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateSMBFileShareVisibilityCommand.ts b/clients/client-storage-gateway/commands/UpdateSMBFileShareVisibilityCommand.ts index 8524645ae552..57880e13b444 100644 --- a/clients/client-storage-gateway/commands/UpdateSMBFileShareVisibilityCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateSMBFileShareVisibilityCommand.ts @@ -26,7 +26,7 @@ export interface UpdateSMBFileShareVisibilityCommandOutput *

Controls whether the shares on a gateway are visible in a net view or browse * list.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateSMBFileShareVisibilityCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateSMBFileShareVisibilityCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateSMBSecurityStrategyCommand.ts b/clients/client-storage-gateway/commands/UpdateSMBSecurityStrategyCommand.ts index d707e2a7d5ef..d48189efecf6 100644 --- a/clients/client-storage-gateway/commands/UpdateSMBSecurityStrategyCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateSMBSecurityStrategyCommand.ts @@ -30,7 +30,7 @@ export interface UpdateSMBSecurityStrategyCommandOutput extends UpdateSMBSecurit *

A higher security level can affect performance of the gateway.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateSMBSecurityStrategyCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateSMBSecurityStrategyCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateSnapshotScheduleCommand.ts b/clients/client-storage-gateway/commands/UpdateSnapshotScheduleCommand.ts index 13d386ea8be7..9beb9137f3e5 100644 --- a/clients/client-storage-gateway/commands/UpdateSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateSnapshotScheduleCommand.ts @@ -32,7 +32,7 @@ export interface UpdateSnapshotScheduleCommandOutput extends UpdateSnapshotSched * update, and the schedule information, including when you want the snapshot to begin on a * day and the frequency (in hours) of snapshots.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateSnapshotScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateSnapshotScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-storage-gateway/commands/UpdateVTLDeviceTypeCommand.ts b/clients/client-storage-gateway/commands/UpdateVTLDeviceTypeCommand.ts index f044ec6d0bbe..66aecf6257a1 100644 --- a/clients/client-storage-gateway/commands/UpdateVTLDeviceTypeCommand.ts +++ b/clients/client-storage-gateway/commands/UpdateVTLDeviceTypeCommand.ts @@ -26,7 +26,7 @@ export interface UpdateVTLDeviceTypeCommandOutput extends UpdateVTLDeviceTypeOut * a different type of medium changer after a tape gateway is activated. This operation is * only supported in the tape gateway type.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { StorageGatewayClient, UpdateVTLDeviceTypeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import * // const { StorageGatewayClient, UpdateVTLDeviceTypeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import diff --git a/clients/client-sts/commands/AssumeRoleCommand.ts b/clients/client-sts/commands/AssumeRoleCommand.ts index 787e2b50ed91..e9900269650a 100644 --- a/clients/client-sts/commands/AssumeRoleCommand.ts +++ b/clients/client-sts/commands/AssumeRoleCommand.ts @@ -104,7 +104,7 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB * The TokenCode is the time-based one-time password (TOTP) that the MFA device * produces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, AssumeRoleCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, AssumeRoleCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-sts/commands/AssumeRoleWithSAMLCommand.ts b/clients/client-sts/commands/AssumeRoleWithSAMLCommand.ts index 380b65940417..abca1bf79b27 100644 --- a/clients/client-sts/commands/AssumeRoleWithSAMLCommand.ts +++ b/clients/client-sts/commands/AssumeRoleWithSAMLCommand.ts @@ -154,7 +154,7 @@ export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, AssumeRoleWithSAMLCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, AssumeRoleWithSAMLCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-sts/commands/AssumeRoleWithWebIdentityCommand.ts b/clients/client-sts/commands/AssumeRoleWithWebIdentityCommand.ts index 0155f85c1d5c..d341bc3db93d 100644 --- a/clients/client-sts/commands/AssumeRoleWithWebIdentityCommand.ts +++ b/clients/client-sts/commands/AssumeRoleWithWebIdentityCommand.ts @@ -158,7 +158,7 @@ export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWe * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, AssumeRoleWithWebIdentityCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, AssumeRoleWithWebIdentityCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-sts/commands/DecodeAuthorizationMessageCommand.ts b/clients/client-sts/commands/DecodeAuthorizationMessageCommand.ts index 84fade458153..9464c68588e1 100644 --- a/clients/client-sts/commands/DecodeAuthorizationMessageCommand.ts +++ b/clients/client-sts/commands/DecodeAuthorizationMessageCommand.ts @@ -59,7 +59,7 @@ export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthoriza * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, DecodeAuthorizationMessageCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, DecodeAuthorizationMessageCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-sts/commands/GetAccessKeyInfoCommand.ts b/clients/client-sts/commands/GetAccessKeyInfoCommand.ts index 3d3060526880..c60a515b5244 100644 --- a/clients/client-sts/commands/GetAccessKeyInfoCommand.ts +++ b/clients/client-sts/commands/GetAccessKeyInfoCommand.ts @@ -41,7 +41,7 @@ export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse, * inactive, or deleted. Active keys might not have permissions to perform an operation. * Providing a deleted access key might return an error that the key doesn't exist.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, GetAccessKeyInfoCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, GetAccessKeyInfoCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-sts/commands/GetCallerIdentityCommand.ts b/clients/client-sts/commands/GetCallerIdentityCommand.ts index 20ed33ca2d26..3e7688fb0769 100644 --- a/clients/client-sts/commands/GetCallerIdentityCommand.ts +++ b/clients/client-sts/commands/GetCallerIdentityCommand.ts @@ -33,7 +33,7 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons * IAM User Guide.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, GetCallerIdentityCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, GetCallerIdentityCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-sts/commands/GetFederationTokenCommand.ts b/clients/client-sts/commands/GetFederationTokenCommand.ts index fd04a7e2e1b8..ff6374d28da8 100644 --- a/clients/client-sts/commands/GetFederationTokenCommand.ts +++ b/clients/client-sts/commands/GetFederationTokenCommand.ts @@ -162,7 +162,7 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo * Department and department are not saved as separate tags, * and the session tag passed in the request takes precedence over the user tag.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, GetFederationTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, GetFederationTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-sts/commands/GetSessionTokenCommand.ts b/clients/client-sts/commands/GetSessionTokenCommand.ts index ed06fdb201ed..bcf91870bca2 100644 --- a/clients/client-sts/commands/GetSessionTokenCommand.ts +++ b/clients/client-sts/commands/GetSessionTokenCommand.ts @@ -75,7 +75,7 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _ * Credentials for Users in Untrusted Environments in the * IAM User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { STSClient, GetSessionTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import * // const { STSClient, GetSessionTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import diff --git a/clients/client-support/commands/AddAttachmentsToSetCommand.ts b/clients/client-support/commands/AddAttachmentsToSetCommand.ts index 73736cefa984..14012b90abc1 100644 --- a/clients/client-support/commands/AddAttachmentsToSetCommand.ts +++ b/clients/client-support/commands/AddAttachmentsToSetCommand.ts @@ -40,7 +40,7 @@ export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, AddAttachmentsToSetCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, AddAttachmentsToSetCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/AddCommunicationToCaseCommand.ts b/clients/client-support/commands/AddCommunicationToCaseCommand.ts index ad87fe6fb273..0488e2ae7667 100644 --- a/clients/client-support/commands/AddCommunicationToCaseCommand.ts +++ b/clients/client-support/commands/AddCommunicationToCaseCommand.ts @@ -42,7 +42,7 @@ export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToC * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, AddCommunicationToCaseCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, AddCommunicationToCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/CreateCaseCommand.ts b/clients/client-support/commands/CreateCaseCommand.ts index fa1b0bc10ae0..1d810354c368 100644 --- a/clients/client-support/commands/CreateCaseCommand.ts +++ b/clients/client-support/commands/CreateCaseCommand.ts @@ -55,7 +55,7 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, CreateCaseCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, CreateCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeAttachmentCommand.ts b/clients/client-support/commands/DescribeAttachmentCommand.ts index 88e59704a1b5..e47dec2628b8 100644 --- a/clients/client-support/commands/DescribeAttachmentCommand.ts +++ b/clients/client-support/commands/DescribeAttachmentCommand.ts @@ -41,7 +41,7 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeAttachmentCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeAttachmentCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeCasesCommand.ts b/clients/client-support/commands/DescribeCasesCommand.ts index f77a19c79228..d177c1404fc2 100644 --- a/clients/client-support/commands/DescribeCasesCommand.ts +++ b/clients/client-support/commands/DescribeCasesCommand.ts @@ -53,7 +53,7 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeCasesCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeCasesCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeCommunicationsCommand.ts b/clients/client-support/commands/DescribeCommunicationsCommand.ts index 8ccd2bdf67e2..b4e5756c6927 100644 --- a/clients/client-support/commands/DescribeCommunicationsCommand.ts +++ b/clients/client-support/commands/DescribeCommunicationsCommand.ts @@ -46,7 +46,7 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeCommunicationsCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeCommunicationsCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeServicesCommand.ts b/clients/client-support/commands/DescribeServicesCommand.ts index 0a8201208879..19cea19424d8 100644 --- a/clients/client-support/commands/DescribeServicesCommand.ts +++ b/clients/client-support/commands/DescribeServicesCommand.ts @@ -45,7 +45,7 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse, * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeServicesCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeServicesCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeSeverityLevelsCommand.ts b/clients/client-support/commands/DescribeSeverityLevelsCommand.ts index 6e2b33edfba2..2ad404348b31 100644 --- a/clients/client-support/commands/DescribeSeverityLevelsCommand.ts +++ b/clients/client-support/commands/DescribeSeverityLevelsCommand.ts @@ -39,7 +39,7 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeSeverityLevelsCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeSeverityLevelsCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts b/clients/client-support/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts index f203ca32279b..07c9acaa6ac0 100644 --- a/clients/client-support/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts +++ b/clients/client-support/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts @@ -48,7 +48,7 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeTrustedAdvisorCheckRefreshStatusesCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeTrustedAdvisorCheckRefreshStatusesCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeTrustedAdvisorCheckResultCommand.ts b/clients/client-support/commands/DescribeTrustedAdvisorCheckResultCommand.ts index 86b2ce0cb4ed..f36adfd86c7d 100644 --- a/clients/client-support/commands/DescribeTrustedAdvisorCheckResultCommand.ts +++ b/clients/client-support/commands/DescribeTrustedAdvisorCheckResultCommand.ts @@ -82,7 +82,7 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeTrustedAdvisorCheckResultCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeTrustedAdvisorCheckResultCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts b/clients/client-support/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts index 0fc498a7e013..58e728efb267 100644 --- a/clients/client-support/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts +++ b/clients/client-support/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts @@ -45,7 +45,7 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeTrustedAdvisorCheckSummariesCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeTrustedAdvisorCheckSummariesCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/DescribeTrustedAdvisorChecksCommand.ts b/clients/client-support/commands/DescribeTrustedAdvisorChecksCommand.ts index b7a644f620a3..128e7262f4a6 100644 --- a/clients/client-support/commands/DescribeTrustedAdvisorChecksCommand.ts +++ b/clients/client-support/commands/DescribeTrustedAdvisorChecksCommand.ts @@ -42,7 +42,7 @@ export interface DescribeTrustedAdvisorChecksCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, DescribeTrustedAdvisorChecksCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, DescribeTrustedAdvisorChecksCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/RefreshTrustedAdvisorCheckCommand.ts b/clients/client-support/commands/RefreshTrustedAdvisorCheckCommand.ts index b21045f7ebff..759bd1a2d4fc 100644 --- a/clients/client-support/commands/RefreshTrustedAdvisorCheckCommand.ts +++ b/clients/client-support/commands/RefreshTrustedAdvisorCheckCommand.ts @@ -46,7 +46,7 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, RefreshTrustedAdvisorCheckCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, RefreshTrustedAdvisorCheckCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-support/commands/ResolveCaseCommand.ts b/clients/client-support/commands/ResolveCaseCommand.ts index 36b603859785..b3ee98ba81aa 100644 --- a/clients/client-support/commands/ResolveCaseCommand.ts +++ b/clients/client-support/commands/ResolveCaseCommand.ts @@ -38,7 +38,7 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SupportClient, ResolveCaseCommand } from "@aws-sdk/client-support"; // ES Modules import * // const { SupportClient, ResolveCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import diff --git a/clients/client-swf/commands/CountClosedWorkflowExecutionsCommand.ts b/clients/client-swf/commands/CountClosedWorkflowExecutionsCommand.ts index 50f84da51da6..16df7e3a078c 100644 --- a/clients/client-swf/commands/CountClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/commands/CountClosedWorkflowExecutionsCommand.ts @@ -69,7 +69,7 @@ export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExec * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, CountClosedWorkflowExecutionsCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, CountClosedWorkflowExecutionsCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/CountOpenWorkflowExecutionsCommand.ts b/clients/client-swf/commands/CountOpenWorkflowExecutionsCommand.ts index f74db71bbe96..3d1c023d055e 100644 --- a/clients/client-swf/commands/CountOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/commands/CountOpenWorkflowExecutionsCommand.ts @@ -69,7 +69,7 @@ export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecut * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, CountOpenWorkflowExecutionsCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, CountOpenWorkflowExecutionsCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/CountPendingActivityTasksCommand.ts b/clients/client-swf/commands/CountPendingActivityTasksCommand.ts index ce2fa89a8990..095d17a46b52 100644 --- a/clients/client-swf/commands/CountPendingActivityTasksCommand.ts +++ b/clients/client-swf/commands/CountPendingActivityTasksCommand.ts @@ -50,7 +50,7 @@ export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, CountPendingActivityTasksCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, CountPendingActivityTasksCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/CountPendingDecisionTasksCommand.ts b/clients/client-swf/commands/CountPendingDecisionTasksCommand.ts index d64f64651c3a..d395337c7545 100644 --- a/clients/client-swf/commands/CountPendingDecisionTasksCommand.ts +++ b/clients/client-swf/commands/CountPendingDecisionTasksCommand.ts @@ -50,7 +50,7 @@ export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, CountPendingDecisionTasksCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, CountPendingDecisionTasksCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/DeprecateActivityTypeCommand.ts b/clients/client-swf/commands/DeprecateActivityTypeCommand.ts index 0a337ff34f7d..bd786cdfce9b 100644 --- a/clients/client-swf/commands/DeprecateActivityTypeCommand.ts +++ b/clients/client-swf/commands/DeprecateActivityTypeCommand.ts @@ -65,7 +65,7 @@ export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {} * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, DeprecateActivityTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, DeprecateActivityTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/DeprecateDomainCommand.ts b/clients/client-swf/commands/DeprecateDomainCommand.ts index 348505bfbb21..ad2a1fb52663 100644 --- a/clients/client-swf/commands/DeprecateDomainCommand.ts +++ b/clients/client-swf/commands/DeprecateDomainCommand.ts @@ -54,7 +54,7 @@ export interface DeprecateDomainCommandOutput extends __MetadataBearer {} * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, DeprecateDomainCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, DeprecateDomainCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/DeprecateWorkflowTypeCommand.ts b/clients/client-swf/commands/DeprecateWorkflowTypeCommand.ts index 395d7a0761ea..13a4490ed6e7 100644 --- a/clients/client-swf/commands/DeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/commands/DeprecateWorkflowTypeCommand.ts @@ -66,7 +66,7 @@ export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {} * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, DeprecateWorkflowTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, DeprecateWorkflowTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/DescribeActivityTypeCommand.ts b/clients/client-swf/commands/DescribeActivityTypeCommand.ts index 4fd358473465..ace872d06cfe 100644 --- a/clients/client-swf/commands/DescribeActivityTypeCommand.ts +++ b/clients/client-swf/commands/DescribeActivityTypeCommand.ts @@ -61,7 +61,7 @@ export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, _ * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, DescribeActivityTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, DescribeActivityTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/DescribeDomainCommand.ts b/clients/client-swf/commands/DescribeDomainCommand.ts index 0143a3770805..0cb88c25befc 100644 --- a/clients/client-swf/commands/DescribeDomainCommand.ts +++ b/clients/client-swf/commands/DescribeDomainCommand.ts @@ -47,7 +47,7 @@ export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBea * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, DescribeDomainCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, DescribeDomainCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/DescribeWorkflowExecutionCommand.ts b/clients/client-swf/commands/DescribeWorkflowExecutionCommand.ts index e07b62e0ce49..ecd536fdea0b 100644 --- a/clients/client-swf/commands/DescribeWorkflowExecutionCommand.ts +++ b/clients/client-swf/commands/DescribeWorkflowExecutionCommand.ts @@ -51,7 +51,7 @@ export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutio * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, DescribeWorkflowExecutionCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, DescribeWorkflowExecutionCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/DescribeWorkflowTypeCommand.ts b/clients/client-swf/commands/DescribeWorkflowTypeCommand.ts index d433b1f84b4e..4e6684d60bf6 100644 --- a/clients/client-swf/commands/DescribeWorkflowTypeCommand.ts +++ b/clients/client-swf/commands/DescribeWorkflowTypeCommand.ts @@ -61,7 +61,7 @@ export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, _ * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, DescribeWorkflowTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, DescribeWorkflowTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/GetWorkflowExecutionHistoryCommand.ts b/clients/client-swf/commands/GetWorkflowExecutionHistoryCommand.ts index d4c41c95047e..902e396befec 100644 --- a/clients/client-swf/commands/GetWorkflowExecutionHistoryCommand.ts +++ b/clients/client-swf/commands/GetWorkflowExecutionHistoryCommand.ts @@ -52,7 +52,7 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, GetWorkflowExecutionHistoryCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, GetWorkflowExecutionHistoryCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/ListActivityTypesCommand.ts b/clients/client-swf/commands/ListActivityTypesCommand.ts index fbb379553dee..314758c5e6d7 100644 --- a/clients/client-swf/commands/ListActivityTypesCommand.ts +++ b/clients/client-swf/commands/ListActivityTypesCommand.ts @@ -50,7 +50,7 @@ export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __Met * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, ListActivityTypesCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, ListActivityTypesCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/ListClosedWorkflowExecutionsCommand.ts b/clients/client-swf/commands/ListClosedWorkflowExecutionsCommand.ts index f3b4841f8b5d..84926a1e1b43 100644 --- a/clients/client-swf/commands/ListClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/commands/ListClosedWorkflowExecutionsCommand.ts @@ -70,7 +70,7 @@ export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecu * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, ListClosedWorkflowExecutionsCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, ListClosedWorkflowExecutionsCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/ListDomainsCommand.ts b/clients/client-swf/commands/ListDomainsCommand.ts index 994cadc2f58a..59b2c7df9211 100644 --- a/clients/client-swf/commands/ListDomainsCommand.ts +++ b/clients/client-swf/commands/ListDomainsCommand.ts @@ -54,7 +54,7 @@ export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, ListDomainsCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, ListDomainsCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/ListOpenWorkflowExecutionsCommand.ts b/clients/client-swf/commands/ListOpenWorkflowExecutionsCommand.ts index 0d29980d373f..2d73f2e1446c 100644 --- a/clients/client-swf/commands/ListOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/commands/ListOpenWorkflowExecutionsCommand.ts @@ -70,7 +70,7 @@ export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecuti * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, ListOpenWorkflowExecutionsCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, ListOpenWorkflowExecutionsCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/ListTagsForResourceCommand.ts b/clients/client-swf/commands/ListTagsForResourceCommand.ts index c18d473760ea..9857769a41b2 100644 --- a/clients/client-swf/commands/ListTagsForResourceCommand.ts +++ b/clients/client-swf/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

List tags for a given domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, ListTagsForResourceCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, ListTagsForResourceCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/ListWorkflowTypesCommand.ts b/clients/client-swf/commands/ListWorkflowTypesCommand.ts index 06505245ef73..f76d4d9ef58a 100644 --- a/clients/client-swf/commands/ListWorkflowTypesCommand.ts +++ b/clients/client-swf/commands/ListWorkflowTypesCommand.ts @@ -47,7 +47,7 @@ export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __Met * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, ListWorkflowTypesCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, ListWorkflowTypesCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/PollForActivityTaskCommand.ts b/clients/client-swf/commands/PollForActivityTaskCommand.ts index 3e8ac27978ac..90bafa7fd873 100644 --- a/clients/client-swf/commands/PollForActivityTaskCommand.ts +++ b/clients/client-swf/commands/PollForActivityTaskCommand.ts @@ -58,7 +58,7 @@ export interface PollForActivityTaskCommandOutput extends ActivityTask, __Metada * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, PollForActivityTaskCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, PollForActivityTaskCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/PollForDecisionTaskCommand.ts b/clients/client-swf/commands/PollForDecisionTaskCommand.ts index 582951aaa3a8..4b93bc905ce4 100644 --- a/clients/client-swf/commands/PollForDecisionTaskCommand.ts +++ b/clients/client-swf/commands/PollForDecisionTaskCommand.ts @@ -70,7 +70,7 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, PollForDecisionTaskCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, PollForDecisionTaskCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RecordActivityTaskHeartbeatCommand.ts b/clients/client-swf/commands/RecordActivityTaskHeartbeatCommand.ts index ba7c987cfbf5..e242585afa0b 100644 --- a/clients/client-swf/commands/RecordActivityTaskHeartbeatCommand.ts +++ b/clients/client-swf/commands/RecordActivityTaskHeartbeatCommand.ts @@ -70,7 +70,7 @@ export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskSt * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RecordActivityTaskHeartbeatCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RecordActivityTaskHeartbeatCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RegisterActivityTypeCommand.ts b/clients/client-swf/commands/RegisterActivityTypeCommand.ts index 3f14850a33ab..8fc90f305259 100644 --- a/clients/client-swf/commands/RegisterActivityTypeCommand.ts +++ b/clients/client-swf/commands/RegisterActivityTypeCommand.ts @@ -69,7 +69,7 @@ export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {} * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RegisterActivityTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RegisterActivityTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RegisterDomainCommand.ts b/clients/client-swf/commands/RegisterDomainCommand.ts index f7f569a51ca0..8c3e24face0b 100644 --- a/clients/client-swf/commands/RegisterDomainCommand.ts +++ b/clients/client-swf/commands/RegisterDomainCommand.ts @@ -46,7 +46,7 @@ export interface RegisterDomainCommandOutput extends __MetadataBearer {} * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RegisterDomainCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RegisterDomainCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RegisterWorkflowTypeCommand.ts b/clients/client-swf/commands/RegisterWorkflowTypeCommand.ts index a713544b0d8d..472a95250180 100644 --- a/clients/client-swf/commands/RegisterWorkflowTypeCommand.ts +++ b/clients/client-swf/commands/RegisterWorkflowTypeCommand.ts @@ -70,7 +70,7 @@ export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {} * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RegisterWorkflowTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RegisterWorkflowTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RequestCancelWorkflowExecutionCommand.ts b/clients/client-swf/commands/RequestCancelWorkflowExecutionCommand.ts index 8bab889bb195..ed73bcd502be 100644 --- a/clients/client-swf/commands/RequestCancelWorkflowExecutionCommand.ts +++ b/clients/client-swf/commands/RequestCancelWorkflowExecutionCommand.ts @@ -61,7 +61,7 @@ export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataB * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RequestCancelWorkflowExecutionCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RequestCancelWorkflowExecutionCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RespondActivityTaskCanceledCommand.ts b/clients/client-swf/commands/RespondActivityTaskCanceledCommand.ts index 83e43b8fe421..9d84e58875cb 100644 --- a/clients/client-swf/commands/RespondActivityTaskCanceledCommand.ts +++ b/clients/client-swf/commands/RespondActivityTaskCanceledCommand.ts @@ -64,7 +64,7 @@ export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBear * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RespondActivityTaskCanceledCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RespondActivityTaskCanceledCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RespondActivityTaskCompletedCommand.ts b/clients/client-swf/commands/RespondActivityTaskCompletedCommand.ts index 301bbc797a8a..d651f0d7e7f9 100644 --- a/clients/client-swf/commands/RespondActivityTaskCompletedCommand.ts +++ b/clients/client-swf/commands/RespondActivityTaskCompletedCommand.ts @@ -62,7 +62,7 @@ export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBea * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RespondActivityTaskCompletedCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RespondActivityTaskCompletedCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RespondActivityTaskFailedCommand.ts b/clients/client-swf/commands/RespondActivityTaskFailedCommand.ts index 15be59507faa..bb527e2cc231 100644 --- a/clients/client-swf/commands/RespondActivityTaskFailedCommand.ts +++ b/clients/client-swf/commands/RespondActivityTaskFailedCommand.ts @@ -55,7 +55,7 @@ export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RespondActivityTaskFailedCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RespondActivityTaskFailedCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/RespondDecisionTaskCompletedCommand.ts b/clients/client-swf/commands/RespondDecisionTaskCompletedCommand.ts index 02748a73e685..545de12b472b 100644 --- a/clients/client-swf/commands/RespondDecisionTaskCompletedCommand.ts +++ b/clients/client-swf/commands/RespondDecisionTaskCompletedCommand.ts @@ -42,7 +42,7 @@ export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBea * IAM to Manage Access to Amazon SWF Workflows in the * Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, RespondDecisionTaskCompletedCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, RespondDecisionTaskCompletedCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/SignalWorkflowExecutionCommand.ts b/clients/client-swf/commands/SignalWorkflowExecutionCommand.ts index b149a491c6e6..a11ae5b87edb 100644 --- a/clients/client-swf/commands/SignalWorkflowExecutionCommand.ts +++ b/clients/client-swf/commands/SignalWorkflowExecutionCommand.ts @@ -61,7 +61,7 @@ export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer { * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, SignalWorkflowExecutionCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, SignalWorkflowExecutionCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/StartWorkflowExecutionCommand.ts b/clients/client-swf/commands/StartWorkflowExecutionCommand.ts index 4d54b3a17e60..c311d6630f8d 100644 --- a/clients/client-swf/commands/StartWorkflowExecutionCommand.ts +++ b/clients/client-swf/commands/StartWorkflowExecutionCommand.ts @@ -88,7 +88,7 @@ export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBear * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, StartWorkflowExecutionCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, StartWorkflowExecutionCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/TagResourceCommand.ts b/clients/client-swf/commands/TagResourceCommand.ts index 3c1604319818..e44451211ede 100644 --- a/clients/client-swf/commands/TagResourceCommand.ts +++ b/clients/client-swf/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} *

Amazon SWF supports a maximum of 50 tags per resource.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, TagResourceCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, TagResourceCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/TerminateWorkflowExecutionCommand.ts b/clients/client-swf/commands/TerminateWorkflowExecutionCommand.ts index 9e9c7e0db70c..6a22ca9f25ba 100644 --- a/clients/client-swf/commands/TerminateWorkflowExecutionCommand.ts +++ b/clients/client-swf/commands/TerminateWorkflowExecutionCommand.ts @@ -66,7 +66,7 @@ export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBeare * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, TerminateWorkflowExecutionCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, TerminateWorkflowExecutionCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/UndeprecateActivityTypeCommand.ts b/clients/client-swf/commands/UndeprecateActivityTypeCommand.ts index 5794e367b1ac..b3cb669314ff 100644 --- a/clients/client-swf/commands/UndeprecateActivityTypeCommand.ts +++ b/clients/client-swf/commands/UndeprecateActivityTypeCommand.ts @@ -64,7 +64,7 @@ export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer { * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, UndeprecateActivityTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, UndeprecateActivityTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/UndeprecateDomainCommand.ts b/clients/client-swf/commands/UndeprecateDomainCommand.ts index 01accb82d8a6..638108d4243e 100644 --- a/clients/client-swf/commands/UndeprecateDomainCommand.ts +++ b/clients/client-swf/commands/UndeprecateDomainCommand.ts @@ -51,7 +51,7 @@ export interface UndeprecateDomainCommandOutput extends __MetadataBearer {} * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, UndeprecateDomainCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, UndeprecateDomainCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/UndeprecateWorkflowTypeCommand.ts b/clients/client-swf/commands/UndeprecateWorkflowTypeCommand.ts index 2d20751211ed..59d87f4191e9 100644 --- a/clients/client-swf/commands/UndeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/commands/UndeprecateWorkflowTypeCommand.ts @@ -64,7 +64,7 @@ export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer { * For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF * Workflows in the Amazon SWF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, UndeprecateWorkflowTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, UndeprecateWorkflowTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-swf/commands/UntagResourceCommand.ts b/clients/client-swf/commands/UntagResourceCommand.ts index b3c5c354863b..f9889420a737 100644 --- a/clients/client-swf/commands/UntagResourceCommand.ts +++ b/clients/client-swf/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** *

Remove a tag from a Amazon SWF domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SWFClient, UntagResourceCommand } from "@aws-sdk/client-swf"; // ES Modules import * // const { SWFClient, UntagResourceCommand } = require("@aws-sdk/client-swf"); // CommonJS import diff --git a/clients/client-synthetics/commands/CreateCanaryCommand.ts b/clients/client-synthetics/commands/CreateCanaryCommand.ts index 12cc2b44c9be..f0a5f2d934d3 100644 --- a/clients/client-synthetics/commands/CreateCanaryCommand.ts +++ b/clients/client-synthetics/commands/CreateCanaryCommand.ts @@ -36,7 +36,7 @@ export interface CreateCanaryCommandOutput extends CreateCanaryResponse, __Metad * outbound calls over the internet. For more information, see Security * Considerations for Synthetics Canaries.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, CreateCanaryCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, CreateCanaryCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/DeleteCanaryCommand.ts b/clients/client-synthetics/commands/DeleteCanaryCommand.ts index 5c424c1e863d..6a51fa6d0994 100644 --- a/clients/client-synthetics/commands/DeleteCanaryCommand.ts +++ b/clients/client-synthetics/commands/DeleteCanaryCommand.ts @@ -57,7 +57,7 @@ export interface DeleteCanaryCommandOutput extends DeleteCanaryResponse, __Metad * note of the information returned by this operation so that you can delete these resources * after you delete the canary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, DeleteCanaryCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, DeleteCanaryCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/DescribeCanariesCommand.ts b/clients/client-synthetics/commands/DescribeCanariesCommand.ts index 50f9c1e1499f..cd604706388b 100644 --- a/clients/client-synthetics/commands/DescribeCanariesCommand.ts +++ b/clients/client-synthetics/commands/DescribeCanariesCommand.ts @@ -28,7 +28,7 @@ export interface DescribeCanariesCommandOutput extends DescribeCanariesResponse, * deny policy can only be used to restrict access to all canaries. It cannot be used on * specific resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, DescribeCanariesCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, DescribeCanariesCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/DescribeCanariesLastRunCommand.ts b/clients/client-synthetics/commands/DescribeCanariesLastRunCommand.ts index 0bc9895d5ddb..faf1eb0cd650 100644 --- a/clients/client-synthetics/commands/DescribeCanariesLastRunCommand.ts +++ b/clients/client-synthetics/commands/DescribeCanariesLastRunCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCanariesLastRunCommandOutput extends DescribeCanariesLa /** *

Use this operation to see information from the most recent run of each canary that you have created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, DescribeCanariesLastRunCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, DescribeCanariesLastRunCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/DescribeRuntimeVersionsCommand.ts b/clients/client-synthetics/commands/DescribeRuntimeVersionsCommand.ts index 1400abfd8567..538b15e03b21 100644 --- a/clients/client-synthetics/commands/DescribeRuntimeVersionsCommand.ts +++ b/clients/client-synthetics/commands/DescribeRuntimeVersionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeRuntimeVersionsCommandOutput extends DescribeRuntimeVer * see * Canary Runtime Versions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, DescribeRuntimeVersionsCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, DescribeRuntimeVersionsCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/GetCanaryCommand.ts b/clients/client-synthetics/commands/GetCanaryCommand.ts index 0ac4f45e00f9..48c6d3ce4dd2 100644 --- a/clients/client-synthetics/commands/GetCanaryCommand.ts +++ b/clients/client-synthetics/commands/GetCanaryCommand.ts @@ -25,7 +25,7 @@ export interface GetCanaryCommandOutput extends GetCanaryResponse, __MetadataBea * the name of the canary that you want. To get a list of canaries * and their names, use DescribeCanaries.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, GetCanaryCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, GetCanaryCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/GetCanaryRunsCommand.ts b/clients/client-synthetics/commands/GetCanaryRunsCommand.ts index 6eebbad11503..ff3babb2e876 100644 --- a/clients/client-synthetics/commands/GetCanaryRunsCommand.ts +++ b/clients/client-synthetics/commands/GetCanaryRunsCommand.ts @@ -23,7 +23,7 @@ export interface GetCanaryRunsCommandOutput extends GetCanaryRunsResponse, __Met /** *

Retrieves a list of runs for a specified canary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, GetCanaryRunsCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, GetCanaryRunsCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/ListTagsForResourceCommand.ts b/clients/client-synthetics/commands/ListTagsForResourceCommand.ts index bd9e0c9e3cdb..5935307d7e3b 100644 --- a/clients/client-synthetics/commands/ListTagsForResourceCommand.ts +++ b/clients/client-synthetics/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Displays the tags associated with a canary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, ListTagsForResourceCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/StartCanaryCommand.ts b/clients/client-synthetics/commands/StartCanaryCommand.ts index f1b0e08b0480..e457c5b01951 100644 --- a/clients/client-synthetics/commands/StartCanaryCommand.ts +++ b/clients/client-synthetics/commands/StartCanaryCommand.ts @@ -25,7 +25,7 @@ export interface StartCanaryCommandOutput extends StartCanaryResponse, __Metadat * The frequency of the canary runs is determined by the value of the canary's Schedule. To see a canary's schedule, * use GetCanary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, StartCanaryCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, StartCanaryCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/StopCanaryCommand.ts b/clients/client-synthetics/commands/StopCanaryCommand.ts index ca77e9cf4c6d..df50fb401c9f 100644 --- a/clients/client-synthetics/commands/StopCanaryCommand.ts +++ b/clients/client-synthetics/commands/StopCanaryCommand.ts @@ -28,7 +28,7 @@ export interface StopCanaryCommandOutput extends StopCanaryResponse, __MetadataB *

You can use StartCanary to start it running again * with the canary’s current schedule at any point in the future.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, StopCanaryCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, StopCanaryCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/TagResourceCommand.ts b/clients/client-synthetics/commands/TagResourceCommand.ts index d05a9a28198e..f3a105c01dfb 100644 --- a/clients/client-synthetics/commands/TagResourceCommand.ts +++ b/clients/client-synthetics/commands/TagResourceCommand.ts @@ -32,7 +32,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * the previous value for that tag.

*

You can associate as many as 50 tags with a canary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, TagResourceCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, TagResourceCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/UntagResourceCommand.ts b/clients/client-synthetics/commands/UntagResourceCommand.ts index e5021cd2c1d8..40cc425471be 100644 --- a/clients/client-synthetics/commands/UntagResourceCommand.ts +++ b/clients/client-synthetics/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from the specified canary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, UntagResourceCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, UntagResourceCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-synthetics/commands/UpdateCanaryCommand.ts b/clients/client-synthetics/commands/UpdateCanaryCommand.ts index c45f938fd11a..b99203686aa2 100644 --- a/clients/client-synthetics/commands/UpdateCanaryCommand.ts +++ b/clients/client-synthetics/commands/UpdateCanaryCommand.ts @@ -27,7 +27,7 @@ export interface UpdateCanaryCommandOutput extends UpdateCanaryResponse, __Metad * change the tags of an existing canary, use * TagResource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { SyntheticsClient, UpdateCanaryCommand } from "@aws-sdk/client-synthetics"; // ES Modules import * // const { SyntheticsClient, UpdateCanaryCommand } = require("@aws-sdk/client-synthetics"); // CommonJS import diff --git a/clients/client-textract/commands/AnalyzeDocumentCommand.ts b/clients/client-textract/commands/AnalyzeDocumentCommand.ts index 43adb2752bf1..5c93247d7579 100644 --- a/clients/client-textract/commands/AnalyzeDocumentCommand.ts +++ b/clients/client-textract/commands/AnalyzeDocumentCommand.ts @@ -53,7 +53,7 @@ export interface AnalyzeDocumentCommandOutput extends AnalyzeDocumentResponse, _ * asynchronously, use StartDocumentAnalysis.

*

For more information, see Document Text Analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TextractClient, AnalyzeDocumentCommand } from "@aws-sdk/client-textract"; // ES Modules import * // const { TextractClient, AnalyzeDocumentCommand } = require("@aws-sdk/client-textract"); // CommonJS import diff --git a/clients/client-textract/commands/DetectDocumentTextCommand.ts b/clients/client-textract/commands/DetectDocumentTextCommand.ts index 0d3cb2726ee3..83bd7397ccc2 100644 --- a/clients/client-textract/commands/DetectDocumentTextCommand.ts +++ b/clients/client-textract/commands/DetectDocumentTextCommand.ts @@ -33,7 +33,7 @@ export interface DetectDocumentTextCommandOutput extends DetectDocumentTextRespo * asynchronously, use StartDocumentTextDetection.

*

For more information, see Document Text Detection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TextractClient, DetectDocumentTextCommand } from "@aws-sdk/client-textract"; // ES Modules import * // const { TextractClient, DetectDocumentTextCommand } = require("@aws-sdk/client-textract"); // CommonJS import diff --git a/clients/client-textract/commands/GetDocumentAnalysisCommand.ts b/clients/client-textract/commands/GetDocumentAnalysisCommand.ts index 0d232ba97607..10df0e4e4f92 100644 --- a/clients/client-textract/commands/GetDocumentAnalysisCommand.ts +++ b/clients/client-textract/commands/GetDocumentAnalysisCommand.ts @@ -67,7 +67,7 @@ export interface GetDocumentAnalysisCommandOutput extends GetDocumentAnalysisRes * GetDocumentAnalysis.

*

For more information, see Document Text Analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TextractClient, GetDocumentAnalysisCommand } from "@aws-sdk/client-textract"; // ES Modules import * // const { TextractClient, GetDocumentAnalysisCommand } = require("@aws-sdk/client-textract"); // CommonJS import diff --git a/clients/client-textract/commands/GetDocumentTextDetectionCommand.ts b/clients/client-textract/commands/GetDocumentTextDetectionCommand.ts index 31579ae3a5a3..af806b043740 100644 --- a/clients/client-textract/commands/GetDocumentTextDetectionCommand.ts +++ b/clients/client-textract/commands/GetDocumentTextDetectionCommand.ts @@ -47,7 +47,7 @@ export interface GetDocumentTextDetectionCommandOutput extends GetDocumentTextDe * GetDocumentTextDetection.

*

For more information, see Document Text Detection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TextractClient, GetDocumentTextDetectionCommand } from "@aws-sdk/client-textract"; // ES Modules import * // const { TextractClient, GetDocumentTextDetectionCommand } = require("@aws-sdk/client-textract"); // CommonJS import diff --git a/clients/client-textract/commands/StartDocumentAnalysisCommand.ts b/clients/client-textract/commands/StartDocumentAnalysisCommand.ts index a3e539ae6786..e37e72dab5a0 100644 --- a/clients/client-textract/commands/StartDocumentAnalysisCommand.ts +++ b/clients/client-textract/commands/StartDocumentAnalysisCommand.ts @@ -40,7 +40,7 @@ export interface StartDocumentAnalysisCommandOutput extends StartDocumentAnalysi * StartDocumentAnalysis.

*

For more information, see Document Text Analysis.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TextractClient, StartDocumentAnalysisCommand } from "@aws-sdk/client-textract"; // ES Modules import * // const { TextractClient, StartDocumentAnalysisCommand } = require("@aws-sdk/client-textract"); // CommonJS import diff --git a/clients/client-textract/commands/StartDocumentTextDetectionCommand.ts b/clients/client-textract/commands/StartDocumentTextDetectionCommand.ts index 34b3c366c811..093467e6b230 100644 --- a/clients/client-textract/commands/StartDocumentTextDetectionCommand.ts +++ b/clients/client-textract/commands/StartDocumentTextDetectionCommand.ts @@ -39,7 +39,7 @@ export interface StartDocumentTextDetectionCommandOutput extends StartDocumentTe * StartDocumentTextDetection.

*

For more information, see Document Text Detection.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TextractClient, StartDocumentTextDetectionCommand } from "@aws-sdk/client-textract"; // ES Modules import * // const { TextractClient, StartDocumentTextDetectionCommand } = require("@aws-sdk/client-textract"); // CommonJS import diff --git a/clients/client-timestream-query/commands/CancelQueryCommand.ts b/clients/client-timestream-query/commands/CancelQueryCommand.ts index a1453d485f1e..db562730495b 100644 --- a/clients/client-timestream-query/commands/CancelQueryCommand.ts +++ b/clients/client-timestream-query/commands/CancelQueryCommand.ts @@ -27,7 +27,7 @@ export interface CancelQueryCommandOutput extends CancelQueryResponse, __Metadat * subsequent cancellation requests will return a CancellationMessage, indicating that the query has already been canceled. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamQueryClient, CancelQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import * // const { TimestreamQueryClient, CancelQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import diff --git a/clients/client-timestream-query/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-query/commands/DescribeEndpointsCommand.ts index 4cdff63b184b..9d1bdcf239d6 100644 --- a/clients/client-timestream-query/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-query/commands/DescribeEndpointsCommand.ts @@ -37,7 +37,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons *

For detailed information on how to use DescribeEndpoints, * see The Endpoint Discovery Pattern and REST APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamQueryClient, DescribeEndpointsCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import * // const { TimestreamQueryClient, DescribeEndpointsCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import diff --git a/clients/client-timestream-query/commands/QueryCommand.ts b/clients/client-timestream-query/commands/QueryCommand.ts index e7308231663d..484a5b1e88b9 100644 --- a/clients/client-timestream-query/commands/QueryCommand.ts +++ b/clients/client-timestream-query/commands/QueryCommand.ts @@ -22,7 +22,7 @@ export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {} * Query is a synchronous operation that enables you to execute a query. Query will timeout after 60 seconds. You must update the default timeout in the SDK to support a timeout of 60 seconds. The result set will be truncated to 1MB. Service quotas apply. For more information, see Quotas in the Timestream Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamQueryClient, QueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import * // const { TimestreamQueryClient, QueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import diff --git a/clients/client-timestream-write/commands/CreateDatabaseCommand.ts b/clients/client-timestream-write/commands/CreateDatabaseCommand.ts index 5cc614ca000c..a4cec4f02f79 100644 --- a/clients/client-timestream-write/commands/CreateDatabaseCommand.ts +++ b/clients/client-timestream-write/commands/CreateDatabaseCommand.ts @@ -26,7 +26,7 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M * Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, CreateDatabaseCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, CreateDatabaseCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/CreateTableCommand.ts b/clients/client-timestream-write/commands/CreateTableCommand.ts index 143bde6f2deb..0dbb388abfd4 100644 --- a/clients/client-timestream-write/commands/CreateTableCommand.ts +++ b/clients/client-timestream-write/commands/CreateTableCommand.ts @@ -30,7 +30,7 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat * in the Timestream Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, CreateTableCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, CreateTableCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/DeleteDatabaseCommand.ts b/clients/client-timestream-write/commands/DeleteDatabaseCommand.ts index 86aac4a64462..89ee4b8276e4 100644 --- a/clients/client-timestream-write/commands/DeleteDatabaseCommand.ts +++ b/clients/client-timestream-write/commands/DeleteDatabaseCommand.ts @@ -31,7 +31,7 @@ export interface DeleteDatabaseCommandOutput extends __MetadataBearer {} *

Due to the nature of distributed retries, * the operation can return either success or a ResourceNotFoundException. Clients should consider them equivalent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, DeleteDatabaseCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, DeleteDatabaseCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/DeleteTableCommand.ts b/clients/client-timestream-write/commands/DeleteTableCommand.ts index 2306e5035ef4..5016520cebc3 100644 --- a/clients/client-timestream-write/commands/DeleteTableCommand.ts +++ b/clients/client-timestream-write/commands/DeleteTableCommand.ts @@ -28,7 +28,7 @@ export interface DeleteTableCommandOutput extends __MetadataBearer {} *

Due to the nature of distributed retries, * the operation can return either success or a ResourceNotFoundException. Clients should consider them equivalent.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, DeleteTableCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, DeleteTableCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/DescribeDatabaseCommand.ts b/clients/client-timestream-write/commands/DescribeDatabaseCommand.ts index 79aaac876f6a..afb5662dd2d3 100644 --- a/clients/client-timestream-write/commands/DescribeDatabaseCommand.ts +++ b/clients/client-timestream-write/commands/DescribeDatabaseCommand.ts @@ -25,7 +25,7 @@ export interface DescribeDatabaseCommandOutput extends DescribeDatabaseResponse, * and the total number of tables found within the database. * Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, DescribeDatabaseCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, DescribeDatabaseCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-write/commands/DescribeEndpointsCommand.ts index 357268de15e9..4da6f65b3c72 100644 --- a/clients/client-timestream-write/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-write/commands/DescribeEndpointsCommand.ts @@ -36,7 +36,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons *

For detailed information on how to use DescribeEndpoints, * see The Endpoint Discovery Pattern and REST APIs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, DescribeEndpointsCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, DescribeEndpointsCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/DescribeTableCommand.ts b/clients/client-timestream-write/commands/DescribeTableCommand.ts index 2508a3059fb5..2eaf61601646 100644 --- a/clients/client-timestream-write/commands/DescribeTableCommand.ts +++ b/clients/client-timestream-write/commands/DescribeTableCommand.ts @@ -26,7 +26,7 @@ export interface DescribeTableCommandOutput extends DescribeTableResponse, __Met * Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, DescribeTableCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, DescribeTableCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/ListDatabasesCommand.ts b/clients/client-timestream-write/commands/ListDatabasesCommand.ts index 2194f777a9c9..4e66b5f8bb62 100644 --- a/clients/client-timestream-write/commands/ListDatabasesCommand.ts +++ b/clients/client-timestream-write/commands/ListDatabasesCommand.ts @@ -25,7 +25,7 @@ export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __Met * Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, ListDatabasesCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, ListDatabasesCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/ListTablesCommand.ts b/clients/client-timestream-write/commands/ListTablesCommand.ts index 6fbf7015db3d..fa6e2e2e148f 100644 --- a/clients/client-timestream-write/commands/ListTablesCommand.ts +++ b/clients/client-timestream-write/commands/ListTablesCommand.ts @@ -24,7 +24,7 @@ export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataB *

A list of tables, along with the name, status and retention properties of each table. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, ListTablesCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, ListTablesCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-write/commands/ListTagsForResourceCommand.ts index 622dcca1db46..96b008f0a671 100644 --- a/clients/client-timestream-write/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-write/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * List all tags on a Timestream resource. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, ListTagsForResourceCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, ListTagsForResourceCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/TagResourceCommand.ts b/clients/client-timestream-write/commands/TagResourceCommand.ts index 6f7d93194d70..d1f825816c4d 100644 --- a/clients/client-timestream-write/commands/TagResourceCommand.ts +++ b/clients/client-timestream-write/commands/TagResourceCommand.ts @@ -27,7 +27,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * Management console for cost allocation tracking. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, TagResourceCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, TagResourceCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/UntagResourceCommand.ts b/clients/client-timestream-write/commands/UntagResourceCommand.ts index f3b260d6bf26..21456aeb3416 100644 --- a/clients/client-timestream-write/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-write/commands/UntagResourceCommand.ts @@ -25,7 +25,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * Removes the association of tags from a Timestream resource. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, UntagResourceCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, UntagResourceCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/UpdateDatabaseCommand.ts b/clients/client-timestream-write/commands/UpdateDatabaseCommand.ts index 1a37c42af1d6..3d3bf19425ba 100644 --- a/clients/client-timestream-write/commands/UpdateDatabaseCommand.ts +++ b/clients/client-timestream-write/commands/UpdateDatabaseCommand.ts @@ -27,7 +27,7 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M * If there are any concurrent UpdateDatabase requests, first writer wins. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, UpdateDatabaseCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, UpdateDatabaseCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/UpdateTableCommand.ts b/clients/client-timestream-write/commands/UpdateTableCommand.ts index bfae5ba4f158..eead49e2b9ef 100644 --- a/clients/client-timestream-write/commands/UpdateTableCommand.ts +++ b/clients/client-timestream-write/commands/UpdateTableCommand.ts @@ -29,7 +29,7 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat * Timestream does not retrieve data from the magnetic store to populate the memory store.

*

Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, UpdateTableCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, UpdateTableCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-timestream-write/commands/WriteRecordsCommand.ts b/clients/client-timestream-write/commands/WriteRecordsCommand.ts index e6543957ba7d..5e8a63632ca1 100644 --- a/clients/client-timestream-write/commands/WriteRecordsCommand.ts +++ b/clients/client-timestream-write/commands/WriteRecordsCommand.ts @@ -36,7 +36,7 @@ export interface WriteRecordsCommandOutput extends __MetadataBearer {} * see Access Management in the Timestream Developer Guide. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TimestreamWriteClient, WriteRecordsCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import * // const { TimestreamWriteClient, WriteRecordsCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import diff --git a/clients/client-transcribe-streaming/commands/StartMedicalStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/commands/StartMedicalStreamTranscriptionCommand.ts index 7d97fbd0dcf8..86f215b5ec46 100644 --- a/clients/client-transcribe-streaming/commands/StartMedicalStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/commands/StartMedicalStreamTranscriptionCommand.ts @@ -32,7 +32,7 @@ export interface StartMedicalStreamTranscriptionCommandOutput *

Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe Medical and the * transcription results are streamed to your application.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeStreamingClient, StartMedicalStreamTranscriptionCommand } from "@aws-sdk/client-transcribe-streaming"; // ES Modules import * // const { TranscribeStreamingClient, StartMedicalStreamTranscriptionCommand } = require("@aws-sdk/client-transcribe-streaming"); // CommonJS import diff --git a/clients/client-transcribe-streaming/commands/StartStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/commands/StartStreamTranscriptionCommand.ts index 44881c01c27e..d9af7ef9ca60 100644 --- a/clients/client-transcribe-streaming/commands/StartStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/commands/StartStreamTranscriptionCommand.ts @@ -45,7 +45,7 @@ export interface StartStreamTranscriptionCommandOutput extends StartStreamTransc * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeStreamingClient, StartStreamTranscriptionCommand } from "@aws-sdk/client-transcribe-streaming"; // ES Modules import * // const { TranscribeStreamingClient, StartStreamTranscriptionCommand } = require("@aws-sdk/client-transcribe-streaming"); // CommonJS import diff --git a/clients/client-transcribe/commands/CreateLanguageModelCommand.ts b/clients/client-transcribe/commands/CreateLanguageModelCommand.ts index f3eba2718db4..4cd02d650b00 100644 --- a/clients/client-transcribe/commands/CreateLanguageModelCommand.ts +++ b/clients/client-transcribe/commands/CreateLanguageModelCommand.ts @@ -25,7 +25,7 @@ export interface CreateLanguageModelCommandOutput extends CreateLanguageModelRes * input files. The time it takes to create your model depends on the size of your training * data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, CreateLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, CreateLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/CreateMedicalVocabularyCommand.ts b/clients/client-transcribe/commands/CreateMedicalVocabularyCommand.ts index 67d04b75805f..9fd5e151f07a 100644 --- a/clients/client-transcribe/commands/CreateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/commands/CreateMedicalVocabularyCommand.ts @@ -25,7 +25,7 @@ export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocab * change * how Amazon Transcribe Medical transcribes your audio file.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, CreateMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, CreateMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/CreateVocabularyCommand.ts b/clients/client-transcribe/commands/CreateVocabularyCommand.ts index e777cab87169..49101a51f4ca 100644 --- a/clients/client-transcribe/commands/CreateVocabularyCommand.ts +++ b/clients/client-transcribe/commands/CreateVocabularyCommand.ts @@ -24,7 +24,7 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse, *

Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles * transcription of an audio file.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, CreateVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, CreateVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/CreateVocabularyFilterCommand.ts b/clients/client-transcribe/commands/CreateVocabularyFilterCommand.ts index 0a699704bbbe..a96898fc4fc6 100644 --- a/clients/client-transcribe/commands/CreateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/commands/CreateVocabularyFilterCommand.ts @@ -24,7 +24,7 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil *

Creates a new vocabulary filter that you can use to filter words, such as profane * words, from the output of a transcription job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, CreateVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, CreateVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/DeleteLanguageModelCommand.ts b/clients/client-transcribe/commands/DeleteLanguageModelCommand.ts index e39482adf4ea..fa626e256807 100644 --- a/clients/client-transcribe/commands/DeleteLanguageModelCommand.ts +++ b/clients/client-transcribe/commands/DeleteLanguageModelCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {} /** *

Deletes a custom language model using its name.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, DeleteLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, DeleteLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/DeleteMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/commands/DeleteMedicalTranscriptionJobCommand.ts index 214590ddeeaa..bca444942a8b 100644 --- a/clients/client-transcribe/commands/DeleteMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/commands/DeleteMedicalTranscriptionJobCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBe /** *

Deletes a transcription job generated by Amazon Transcribe Medical and any related information.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, DeleteMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, DeleteMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/DeleteMedicalVocabularyCommand.ts b/clients/client-transcribe/commands/DeleteMedicalVocabularyCommand.ts index c2fd79cbd1dd..87606213f4f6 100644 --- a/clients/client-transcribe/commands/DeleteMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/commands/DeleteMedicalVocabularyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer { /** *

Deletes a vocabulary from Amazon Transcribe Medical.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, DeleteMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, DeleteMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/DeleteTranscriptionJobCommand.ts b/clients/client-transcribe/commands/DeleteTranscriptionJobCommand.ts index 3c00338e0948..962c0700ed1d 100644 --- a/clients/client-transcribe/commands/DeleteTranscriptionJobCommand.ts +++ b/clients/client-transcribe/commands/DeleteTranscriptionJobCommand.ts @@ -24,7 +24,7 @@ export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {} *

Deletes a previously submitted transcription job along with any other generated * results such as the transcription, models, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, DeleteTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, DeleteTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/DeleteVocabularyCommand.ts b/clients/client-transcribe/commands/DeleteVocabularyCommand.ts index e3f439c8d6e4..d70b861ea0ba 100644 --- a/clients/client-transcribe/commands/DeleteVocabularyCommand.ts +++ b/clients/client-transcribe/commands/DeleteVocabularyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVocabularyCommandOutput extends __MetadataBearer {} /** *

Deletes a vocabulary from Amazon Transcribe.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, DeleteVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, DeleteVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/DeleteVocabularyFilterCommand.ts b/clients/client-transcribe/commands/DeleteVocabularyFilterCommand.ts index 4cf2fe4e1564..28d7803cf7be 100644 --- a/clients/client-transcribe/commands/DeleteVocabularyFilterCommand.ts +++ b/clients/client-transcribe/commands/DeleteVocabularyFilterCommand.ts @@ -23,7 +23,7 @@ export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {} /** *

Removes a vocabulary filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, DeleteVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, DeleteVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/DescribeLanguageModelCommand.ts b/clients/client-transcribe/commands/DescribeLanguageModelCommand.ts index c6e7cb5c0955..c19e2ad99a84 100644 --- a/clients/client-transcribe/commands/DescribeLanguageModelCommand.ts +++ b/clients/client-transcribe/commands/DescribeLanguageModelCommand.ts @@ -28,7 +28,7 @@ export interface DescribeLanguageModelCommandOutput extends DescribeLanguageMode * base model. If the language model wasn't created, you can use this operation to * understand why Amazon Transcribe couldn't create it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, DescribeLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, DescribeLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/GetMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/commands/GetMedicalTranscriptionJobCommand.ts index 4b63af771f1d..582c574266ea 100644 --- a/clients/client-transcribe/commands/GetMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/commands/GetMedicalTranscriptionJobCommand.ts @@ -26,7 +26,7 @@ export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTrans * COMPLETED, the job is finished. You find the results of the completed * job in the TranscriptFileUri field.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, GetMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, GetMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/GetMedicalVocabularyCommand.ts b/clients/client-transcribe/commands/GetMedicalVocabularyCommand.ts index 84b4eccbe156..30003646b8b0 100644 --- a/clients/client-transcribe/commands/GetMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/commands/GetMedicalVocabularyCommand.ts @@ -23,7 +23,7 @@ export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyR /** *

Retrieves information about a medical vocabulary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, GetMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, GetMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/GetTranscriptionJobCommand.ts b/clients/client-transcribe/commands/GetTranscriptionJobCommand.ts index 2f858c684564..68818058d817 100644 --- a/clients/client-transcribe/commands/GetTranscriptionJobCommand.ts +++ b/clients/client-transcribe/commands/GetTranscriptionJobCommand.ts @@ -27,7 +27,7 @@ export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobRes * TranscriptFileUri field. If you enable content redaction, the redacted * transcript appears in RedactedTranscriptFileUri.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, GetTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, GetTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/GetVocabularyCommand.ts b/clients/client-transcribe/commands/GetVocabularyCommand.ts index 0c77f6746669..bccec59baab8 100644 --- a/clients/client-transcribe/commands/GetVocabularyCommand.ts +++ b/clients/client-transcribe/commands/GetVocabularyCommand.ts @@ -23,7 +23,7 @@ export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __Met /** *

Gets information about a vocabulary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, GetVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, GetVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/GetVocabularyFilterCommand.ts b/clients/client-transcribe/commands/GetVocabularyFilterCommand.ts index 0e8c7626127e..9ee47f9d024c 100644 --- a/clients/client-transcribe/commands/GetVocabularyFilterCommand.ts +++ b/clients/client-transcribe/commands/GetVocabularyFilterCommand.ts @@ -23,7 +23,7 @@ export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterRes /** *

Returns information about a vocabulary filter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, GetVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, GetVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/ListLanguageModelsCommand.ts b/clients/client-transcribe/commands/ListLanguageModelsCommand.ts index fcf8b2b157d8..abd03704495f 100644 --- a/clients/client-transcribe/commands/ListLanguageModelsCommand.ts +++ b/clients/client-transcribe/commands/ListLanguageModelsCommand.ts @@ -26,7 +26,7 @@ export interface ListLanguageModelsCommandOutput extends ListLanguageModelsRespo * the operation to get more information about * it.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, ListLanguageModelsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, ListLanguageModelsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/ListMedicalTranscriptionJobsCommand.ts b/clients/client-transcribe/commands/ListMedicalTranscriptionJobsCommand.ts index f59cfe1ff626..826032b67362 100644 --- a/clients/client-transcribe/commands/ListMedicalTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/commands/ListMedicalTranscriptionJobsCommand.ts @@ -26,7 +26,7 @@ export interface ListMedicalTranscriptionJobsCommandOutput *

Lists medical transcription jobs with a specified status or substring that matches * their names.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, ListMedicalTranscriptionJobsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, ListMedicalTranscriptionJobsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/ListMedicalVocabulariesCommand.ts b/clients/client-transcribe/commands/ListMedicalVocabulariesCommand.ts index 58c4ca94715b..ad68aa6a4808 100644 --- a/clients/client-transcribe/commands/ListMedicalVocabulariesCommand.ts +++ b/clients/client-transcribe/commands/ListMedicalVocabulariesCommand.ts @@ -24,7 +24,7 @@ export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabul *

Returns a list of vocabularies that match the specified criteria. If you don't enter a * value in any of the request parameters, returns the entire list of vocabularies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, ListMedicalVocabulariesCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, ListMedicalVocabulariesCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/ListTranscriptionJobsCommand.ts b/clients/client-transcribe/commands/ListTranscriptionJobsCommand.ts index 8285fee615ce..564bca91b45d 100644 --- a/clients/client-transcribe/commands/ListTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/commands/ListTranscriptionJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJob /** *

Lists transcription jobs with the specified status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, ListTranscriptionJobsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, ListTranscriptionJobsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/ListVocabulariesCommand.ts b/clients/client-transcribe/commands/ListVocabulariesCommand.ts index ead3bca7ccee..4de5cb6106dc 100644 --- a/clients/client-transcribe/commands/ListVocabulariesCommand.ts +++ b/clients/client-transcribe/commands/ListVocabulariesCommand.ts @@ -24,7 +24,7 @@ export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse, *

Returns a list of vocabularies that match the specified criteria. If no criteria are * specified, returns the entire list of vocabularies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, ListVocabulariesCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, ListVocabulariesCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/ListVocabularyFiltersCommand.ts b/clients/client-transcribe/commands/ListVocabularyFiltersCommand.ts index a81f10689b90..1e3499ba9250 100644 --- a/clients/client-transcribe/commands/ListVocabularyFiltersCommand.ts +++ b/clients/client-transcribe/commands/ListVocabularyFiltersCommand.ts @@ -23,7 +23,7 @@ export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFilter /** *

Gets information about vocabulary filters.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, ListVocabularyFiltersCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, ListVocabularyFiltersCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/StartMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/commands/StartMedicalTranscriptionJobCommand.ts index 7a8959c2bab9..220ea2e6d36d 100644 --- a/clients/client-transcribe/commands/StartMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/commands/StartMedicalTranscriptionJobCommand.ts @@ -25,7 +25,7 @@ export interface StartMedicalTranscriptionJobCommandOutput /** *

Starts a batch job to transcribe medical speech to text.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, StartMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, StartMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/StartTranscriptionJobCommand.ts b/clients/client-transcribe/commands/StartTranscriptionJobCommand.ts index 15d483ba108f..166e183a7151 100644 --- a/clients/client-transcribe/commands/StartTranscriptionJobCommand.ts +++ b/clients/client-transcribe/commands/StartTranscriptionJobCommand.ts @@ -23,7 +23,7 @@ export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJo /** *

Starts an asynchronous job to transcribe speech to text.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, StartTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, StartTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/UpdateMedicalVocabularyCommand.ts b/clients/client-transcribe/commands/UpdateMedicalVocabularyCommand.ts index c4b95ba32820..398d997e4f1b 100644 --- a/clients/client-transcribe/commands/UpdateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/commands/UpdateMedicalVocabularyCommand.ts @@ -26,7 +26,7 @@ export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocab * operation overwrites all of the existing information with the values that you provide in * the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, UpdateMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, UpdateMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/UpdateVocabularyCommand.ts b/clients/client-transcribe/commands/UpdateVocabularyCommand.ts index b8f5ec23063c..a4b52443eefb 100644 --- a/clients/client-transcribe/commands/UpdateVocabularyCommand.ts +++ b/clients/client-transcribe/commands/UpdateVocabularyCommand.ts @@ -25,7 +25,7 @@ export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse, * operation overwrites all of the existing information with the values that you provide in * the request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, UpdateVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, UpdateVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transcribe/commands/UpdateVocabularyFilterCommand.ts b/clients/client-transcribe/commands/UpdateVocabularyFilterCommand.ts index 0aa509f83b35..10e828f48661 100644 --- a/clients/client-transcribe/commands/UpdateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/commands/UpdateVocabularyFilterCommand.ts @@ -23,7 +23,7 @@ export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFil /** *

Updates a vocabulary filter with a new list of filtered words.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranscribeClient, UpdateVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import * // const { TranscribeClient, UpdateVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import diff --git a/clients/client-transfer/commands/CreateServerCommand.ts b/clients/client-transfer/commands/CreateServerCommand.ts index c92f275b8b65..a43c379766e1 100644 --- a/clients/client-transfer/commands/CreateServerCommand.ts +++ b/clients/client-transfer/commands/CreateServerCommand.ts @@ -26,7 +26,7 @@ export interface CreateServerCommandOutput extends CreateServerResponse, __Metad * users, use the service-generated ServerId property that is assigned to the newly * created server.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, CreateServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, CreateServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/CreateUserCommand.ts b/clients/client-transfer/commands/CreateUserCommand.ts index ced5cce21c4b..8dfe5b627fe9 100644 --- a/clients/client-transfer/commands/CreateUserCommand.ts +++ b/clients/client-transfer/commands/CreateUserCommand.ts @@ -29,7 +29,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB * role. You can also optionally add a scope-down policy, and assign metadata with tags that can * be used to group and search for users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, CreateUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, CreateUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/DeleteServerCommand.ts b/clients/client-transfer/commands/DeleteServerCommand.ts index 6247f8627c1c..86d695c96107 100644 --- a/clients/client-transfer/commands/DeleteServerCommand.ts +++ b/clients/client-transfer/commands/DeleteServerCommand.ts @@ -25,7 +25,7 @@ export interface DeleteServerCommandOutput extends __MetadataBearer {} * *

No response returns from this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, DeleteServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, DeleteServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/DeleteSshPublicKeyCommand.ts b/clients/client-transfer/commands/DeleteSshPublicKeyCommand.ts index 1d00f31f5900..031a57f31ade 100644 --- a/clients/client-transfer/commands/DeleteSshPublicKeyCommand.ts +++ b/clients/client-transfer/commands/DeleteSshPublicKeyCommand.ts @@ -25,7 +25,7 @@ export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {} * *

No response is returned from this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, DeleteSshPublicKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, DeleteSshPublicKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/DeleteUserCommand.ts b/clients/client-transfer/commands/DeleteUserCommand.ts index ef6d5815e33a..550a870dc555 100644 --- a/clients/client-transfer/commands/DeleteUserCommand.ts +++ b/clients/client-transfer/commands/DeleteUserCommand.ts @@ -29,7 +29,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {} *

When you delete a user from a server, the user's information is lost.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, DeleteUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, DeleteUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/DescribeSecurityPolicyCommand.ts b/clients/client-transfer/commands/DescribeSecurityPolicyCommand.ts index 80d1cd2b61dd..29526f02b72b 100644 --- a/clients/client-transfer/commands/DescribeSecurityPolicyCommand.ts +++ b/clients/client-transfer/commands/DescribeSecurityPolicyCommand.ts @@ -26,7 +26,7 @@ export interface DescribeSecurityPolicyCommandOutput extends DescribeSecurityPol * information about security policies, see Working with security * policies.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, DescribeSecurityPolicyCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, DescribeSecurityPolicyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/DescribeServerCommand.ts b/clients/client-transfer/commands/DescribeServerCommand.ts index 6d916583dfd5..10d909956fdc 100644 --- a/clients/client-transfer/commands/DescribeServerCommand.ts +++ b/clients/client-transfer/commands/DescribeServerCommand.ts @@ -28,7 +28,7 @@ export interface DescribeServerCommandOutput extends DescribeServerResponse, __M * EndpointType to VPC, the response will contain the * EndpointDetails.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, DescribeServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, DescribeServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/DescribeUserCommand.ts b/clients/client-transfer/commands/DescribeUserCommand.ts index 88ff77eb1b2f..b6cdbce93949 100644 --- a/clients/client-transfer/commands/DescribeUserCommand.ts +++ b/clients/client-transfer/commands/DescribeUserCommand.ts @@ -27,7 +27,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad *

The response from this call returns the properties of the user associated with the * ServerId value that was specified.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, DescribeUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, DescribeUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/ImportSshPublicKeyCommand.ts b/clients/client-transfer/commands/ImportSshPublicKeyCommand.ts index 86f4931d8e11..f71398e1b49e 100644 --- a/clients/client-transfer/commands/ImportSshPublicKeyCommand.ts +++ b/clients/client-transfer/commands/ImportSshPublicKeyCommand.ts @@ -28,7 +28,7 @@ export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyRespo *

The response returns the UserName value, the ServerId value, and * the name of the SshPublicKeyId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, ImportSshPublicKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, ImportSshPublicKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/ListSecurityPoliciesCommand.ts b/clients/client-transfer/commands/ListSecurityPoliciesCommand.ts index 70da74d8cb8f..bfbea03df904 100644 --- a/clients/client-transfer/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-transfer/commands/ListSecurityPoliciesCommand.ts @@ -24,7 +24,7 @@ export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesR *

Lists the security policies that are attached to your file transfer protocol-enabled * servers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, ListSecurityPoliciesCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, ListSecurityPoliciesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/ListServersCommand.ts b/clients/client-transfer/commands/ListServersCommand.ts index 21c8406938a5..6208e6a862cb 100644 --- a/clients/client-transfer/commands/ListServersCommand.ts +++ b/clients/client-transfer/commands/ListServersCommand.ts @@ -24,7 +24,7 @@ export interface ListServersCommandOutput extends ListServersResponse, __Metadat *

Lists the file transfer protocol-enabled servers that are associated with your AWS * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, ListServersCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, ListServersCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/ListTagsForResourceCommand.ts b/clients/client-transfer/commands/ListTagsForResourceCommand.ts index e201025379a8..b9629a25f8cb 100644 --- a/clients/client-transfer/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transfer/commands/ListTagsForResourceCommand.ts @@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Lists all of the tags associated with the Amazon Resource Number (ARN) you specify. The * resource can be a user, server, or role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, ListTagsForResourceCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, ListTagsForResourceCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/ListUsersCommand.ts b/clients/client-transfer/commands/ListUsersCommand.ts index e9af300765a4..2c44b3fec3d4 100644 --- a/clients/client-transfer/commands/ListUsersCommand.ts +++ b/clients/client-transfer/commands/ListUsersCommand.ts @@ -21,7 +21,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea *

Lists the users for a file transfer protocol-enabled server that you specify by passing * the ServerId parameter.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, ListUsersCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, ListUsersCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/StartServerCommand.ts b/clients/client-transfer/commands/StartServerCommand.ts index db796481a3b3..a39612bccc10 100644 --- a/clients/client-transfer/commands/StartServerCommand.ts +++ b/clients/client-transfer/commands/StartServerCommand.ts @@ -31,7 +31,7 @@ export interface StartServerCommandOutput extends __MetadataBearer {} * *

No response is returned from this call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, StartServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, StartServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/StopServerCommand.ts b/clients/client-transfer/commands/StopServerCommand.ts index 20b305beb239..0ff5957b614c 100644 --- a/clients/client-transfer/commands/StopServerCommand.ts +++ b/clients/client-transfer/commands/StopServerCommand.ts @@ -37,7 +37,7 @@ export interface StopServerCommandOutput extends __MetadataBearer {} * *

No response is returned from this call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, StopServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, StopServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/TagResourceCommand.ts b/clients/client-transfer/commands/TagResourceCommand.ts index e1c556b78488..7c6952169538 100644 --- a/clients/client-transfer/commands/TagResourceCommand.ts +++ b/clients/client-transfer/commands/TagResourceCommand.ts @@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * *

There is no response returned from this call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, TagResourceCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, TagResourceCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/TestIdentityProviderCommand.ts b/clients/client-transfer/commands/TestIdentityProviderCommand.ts index 0076fec507c1..e51d06d53655 100644 --- a/clients/client-transfer/commands/TestIdentityProviderCommand.ts +++ b/clients/client-transfer/commands/TestIdentityProviderCommand.ts @@ -27,7 +27,7 @@ export interface TestIdentityProviderCommandOutput extends TestIdentityProviderR * create your server. By doing so, you can troubleshoot issues with the API Gateway integration * to ensure that your users can successfully use the service.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, TestIdentityProviderCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, TestIdentityProviderCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/UntagResourceCommand.ts b/clients/client-transfer/commands/UntagResourceCommand.ts index e1d600de2b02..78813be13679 100644 --- a/clients/client-transfer/commands/UntagResourceCommand.ts +++ b/clients/client-transfer/commands/UntagResourceCommand.ts @@ -26,7 +26,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} * *

No response is returned from this call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, UntagResourceCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, UntagResourceCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/UpdateServerCommand.ts b/clients/client-transfer/commands/UpdateServerCommand.ts index 35d2eb0d28b6..fff1464533bb 100644 --- a/clients/client-transfer/commands/UpdateServerCommand.ts +++ b/clients/client-transfer/commands/UpdateServerCommand.ts @@ -27,7 +27,7 @@ export interface UpdateServerCommandOutput extends UpdateServerResponse, __Metad *

The UpdateServer call returns the ServerId of the server you * updated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, UpdateServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, UpdateServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-transfer/commands/UpdateUserCommand.ts b/clients/client-transfer/commands/UpdateUserCommand.ts index b425a3298c9f..8c962fb45732 100644 --- a/clients/client-transfer/commands/UpdateUserCommand.ts +++ b/clients/client-transfer/commands/UpdateUserCommand.ts @@ -28,7 +28,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB *

The response returns the ServerId and the UserName for the * updated user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TransferClient, UpdateUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import * // const { TransferClient, UpdateUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import diff --git a/clients/client-translate/commands/CreateParallelDataCommand.ts b/clients/client-translate/commands/CreateParallelDataCommand.ts index 94a6e83a7dcc..cb879f8ff14c 100644 --- a/clients/client-translate/commands/CreateParallelDataCommand.ts +++ b/clients/client-translate/commands/CreateParallelDataCommand.ts @@ -26,7 +26,7 @@ export interface CreateParallelDataCommandOutput extends CreateParallelDataRespo * your translation memory. By adding parallel data, you can influence the style, tone, and word * choice in your translation output.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, CreateParallelDataCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, CreateParallelDataCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/DeleteParallelDataCommand.ts b/clients/client-translate/commands/DeleteParallelDataCommand.ts index ec8d9ea65f4e..00b04f58678b 100644 --- a/clients/client-translate/commands/DeleteParallelDataCommand.ts +++ b/clients/client-translate/commands/DeleteParallelDataCommand.ts @@ -23,7 +23,7 @@ export interface DeleteParallelDataCommandOutput extends DeleteParallelDataRespo /** *

Deletes a parallel data resource in Amazon Translate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, DeleteParallelDataCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, DeleteParallelDataCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/DeleteTerminologyCommand.ts b/clients/client-translate/commands/DeleteTerminologyCommand.ts index 439ee8ff86e3..f0b355d275aa 100644 --- a/clients/client-translate/commands/DeleteTerminologyCommand.ts +++ b/clients/client-translate/commands/DeleteTerminologyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTerminologyCommandOutput extends __MetadataBearer {} /** *

A synchronous action that deletes a custom terminology.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, DeleteTerminologyCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, DeleteTerminologyCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/DescribeTextTranslationJobCommand.ts b/clients/client-translate/commands/DescribeTextTranslationJobCommand.ts index fe62abc8a04e..2adf7b8ed06d 100644 --- a/clients/client-translate/commands/DescribeTextTranslationJobCommand.ts +++ b/clients/client-translate/commands/DescribeTextTranslationJobCommand.ts @@ -24,7 +24,7 @@ export interface DescribeTextTranslationJobCommandOutput extends DescribeTextTra *

Gets the properties associated with an asycnhronous batch translation job including name, * ID, status, source and target languages, input/output S3 buckets, and so on.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, DescribeTextTranslationJobCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, DescribeTextTranslationJobCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/GetParallelDataCommand.ts b/clients/client-translate/commands/GetParallelDataCommand.ts index cf04f66d459a..9eaa3a3ea5c4 100644 --- a/clients/client-translate/commands/GetParallelDataCommand.ts +++ b/clients/client-translate/commands/GetParallelDataCommand.ts @@ -23,7 +23,7 @@ export interface GetParallelDataCommandOutput extends GetParallelDataResponse, _ /** *

Provides information about a parallel data resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, GetParallelDataCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, GetParallelDataCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/GetTerminologyCommand.ts b/clients/client-translate/commands/GetTerminologyCommand.ts index 5eefaf32d75a..6cea962d12c3 100644 --- a/clients/client-translate/commands/GetTerminologyCommand.ts +++ b/clients/client-translate/commands/GetTerminologyCommand.ts @@ -23,7 +23,7 @@ export interface GetTerminologyCommandOutput extends GetTerminologyResponse, __M /** *

Retrieves a custom terminology.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, GetTerminologyCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, GetTerminologyCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/ImportTerminologyCommand.ts b/clients/client-translate/commands/ImportTerminologyCommand.ts index 8bfad8b66447..e95d32279ec4 100644 --- a/clients/client-translate/commands/ImportTerminologyCommand.ts +++ b/clients/client-translate/commands/ImportTerminologyCommand.ts @@ -30,7 +30,7 @@ export interface ImportTerminologyCommandOutput extends ImportTerminologyRespons * to 10 minutes to fully propagate and be available for use in a translation due to cache * policies with the DataPlane service that performs the translations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, ImportTerminologyCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, ImportTerminologyCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/ListParallelDataCommand.ts b/clients/client-translate/commands/ListParallelDataCommand.ts index 7cc727030972..43c1c17ad0a5 100644 --- a/clients/client-translate/commands/ListParallelDataCommand.ts +++ b/clients/client-translate/commands/ListParallelDataCommand.ts @@ -23,7 +23,7 @@ export interface ListParallelDataCommandOutput extends ListParallelDataResponse, /** *

Provides a list of your parallel data resources in Amazon Translate.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, ListParallelDataCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, ListParallelDataCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/ListTerminologiesCommand.ts b/clients/client-translate/commands/ListTerminologiesCommand.ts index 58b6d1fcc04e..cdf8ddb5417c 100644 --- a/clients/client-translate/commands/ListTerminologiesCommand.ts +++ b/clients/client-translate/commands/ListTerminologiesCommand.ts @@ -23,7 +23,7 @@ export interface ListTerminologiesCommandOutput extends ListTerminologiesRespons /** *

Provides a list of custom terminologies associated with your account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, ListTerminologiesCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, ListTerminologiesCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/ListTextTranslationJobsCommand.ts b/clients/client-translate/commands/ListTextTranslationJobsCommand.ts index 00aff3636211..8a2932418cd8 100644 --- a/clients/client-translate/commands/ListTextTranslationJobsCommand.ts +++ b/clients/client-translate/commands/ListTextTranslationJobsCommand.ts @@ -23,7 +23,7 @@ export interface ListTextTranslationJobsCommandOutput extends ListTextTranslatio /** *

Gets a list of the batch translation jobs that you have submitted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, ListTextTranslationJobsCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, ListTextTranslationJobsCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/StartTextTranslationJobCommand.ts b/clients/client-translate/commands/StartTextTranslationJobCommand.ts index 7779b290011e..79f5f152f2b5 100644 --- a/clients/client-translate/commands/StartTextTranslationJobCommand.ts +++ b/clients/client-translate/commands/StartTextTranslationJobCommand.ts @@ -30,7 +30,7 @@ export interface StartTextTranslationJobCommandOutput extends StartTextTranslati *

Amazon Translate does not support batch translation of multiple source languages at once.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, StartTextTranslationJobCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, StartTextTranslationJobCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/StopTextTranslationJobCommand.ts b/clients/client-translate/commands/StopTextTranslationJobCommand.ts index 3a960cd90fa5..e63aeeb1fc74 100644 --- a/clients/client-translate/commands/StopTextTranslationJobCommand.ts +++ b/clients/client-translate/commands/StopTextTranslationJobCommand.ts @@ -29,7 +29,7 @@ export interface StopTextTranslationJobCommandOutput extends StopTextTranslation *

Asynchronous batch translation jobs are started with the StartTextTranslationJob operation. You can use the DescribeTextTranslationJob or ListTextTranslationJobs * operations to get a batch translation job's JobId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, StopTextTranslationJobCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, StopTextTranslationJobCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/TranslateTextCommand.ts b/clients/client-translate/commands/TranslateTextCommand.ts index a7e1c60677a7..e5462741d780 100644 --- a/clients/client-translate/commands/TranslateTextCommand.ts +++ b/clients/client-translate/commands/TranslateTextCommand.ts @@ -24,7 +24,7 @@ export interface TranslateTextCommandOutput extends TranslateTextResponse, __Met *

Translates input text from the source language to the target language. For a list of * available languages and language codes, see what-is-languages.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, TranslateTextCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, TranslateTextCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-translate/commands/UpdateParallelDataCommand.ts b/clients/client-translate/commands/UpdateParallelDataCommand.ts index b31a43e4df9b..de84091e23f7 100644 --- a/clients/client-translate/commands/UpdateParallelDataCommand.ts +++ b/clients/client-translate/commands/UpdateParallelDataCommand.ts @@ -24,7 +24,7 @@ export interface UpdateParallelDataCommandOutput extends UpdateParallelDataRespo *

Updates a previously created parallel data resource by importing a new input file from * Amazon S3.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { TranslateClient, UpdateParallelDataCommand } from "@aws-sdk/client-translate"; // ES Modules import * // const { TranslateClient, UpdateParallelDataCommand } = require("@aws-sdk/client-translate"); // CommonJS import diff --git a/clients/client-waf-regional/commands/AssociateWebACLCommand.ts b/clients/client-waf-regional/commands/AssociateWebACLCommand.ts index f868ad1908fb..fb6416f68380 100644 --- a/clients/client-waf-regional/commands/AssociateWebACLCommand.ts +++ b/clients/client-waf-regional/commands/AssociateWebACLCommand.ts @@ -31,7 +31,7 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _ * *

Associates a web ACL with a resource, either an application load balancer or Amazon API Gateway stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, AssociateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, AssociateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateByteMatchSetCommand.ts b/clients/client-waf-regional/commands/CreateByteMatchSetCommand.ts index 8090f04a763e..3c7917d364cc 100644 --- a/clients/client-waf-regional/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateByteMatchSetCommand.ts @@ -54,7 +54,7 @@ export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetRespo *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf-regional/commands/CreateGeoMatchSetCommand.ts index c58fee2494b0..d68e60ba6b6c 100644 --- a/clients/client-waf-regional/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateGeoMatchSetCommand.ts @@ -51,7 +51,7 @@ export interface CreateGeoMatchSetCommandOutput extends CreateGeoMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateIPSetCommand.ts b/clients/client-waf-regional/commands/CreateIPSetCommand.ts index 048125687886..efdeba154e2c 100644 --- a/clients/client-waf-regional/commands/CreateIPSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateIPSetCommand.ts @@ -56,7 +56,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf-regional/commands/CreateRateBasedRuleCommand.ts index 5ae86485d9e7..8b024e56e341 100644 --- a/clients/client-waf-regional/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/commands/CreateRateBasedRuleCommand.ts @@ -116,7 +116,7 @@ export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleRes * see the AWS WAF Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf-regional/commands/CreateRegexMatchSetCommand.ts index aab6a6e17c71..caf035994f1e 100644 --- a/clients/client-waf-regional/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateRegexMatchSetCommand.ts @@ -54,7 +54,7 @@ export interface CreateRegexMatchSetCommandOutput extends CreateRegexMatchSetRes *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf-regional/commands/CreateRegexPatternSetCommand.ts index e3975e3eebb2..cf39ce7858e8 100644 --- a/clients/client-waf-regional/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateRegexPatternSetCommand.ts @@ -50,7 +50,7 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateRuleCommand.ts b/clients/client-waf-regional/commands/CreateRuleCommand.ts index 980cd1f6d081..06dfd1bf7857 100644 --- a/clients/client-waf-regional/commands/CreateRuleCommand.ts +++ b/clients/client-waf-regional/commands/CreateRuleCommand.ts @@ -74,7 +74,7 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateRuleGroupCommand.ts b/clients/client-waf-regional/commands/CreateRuleGroupCommand.ts index 39efab3a7e41..5e54e112d725 100644 --- a/clients/client-waf-regional/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf-regional/commands/CreateRuleGroupCommand.ts @@ -45,7 +45,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _ *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf-regional/commands/CreateSizeConstraintSetCommand.ts index f24c17d133ce..979143211512 100644 --- a/clients/client-waf-regional/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateSizeConstraintSetCommand.ts @@ -54,7 +54,7 @@ export interface CreateSizeConstraintSetCommandOutput extends CreateSizeConstrai *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/commands/CreateSqlInjectionMatchSetCommand.ts index 23847b6b09b1..4f64a04ed1d3 100644 --- a/clients/client-waf-regional/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateSqlInjectionMatchSetCommand.ts @@ -52,7 +52,7 @@ export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInject *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateWebACLCommand.ts b/clients/client-waf-regional/commands/CreateWebACLCommand.ts index 22bed29a8583..e3f4bb770681 100644 --- a/clients/client-waf-regional/commands/CreateWebACLCommand.ts +++ b/clients/client-waf-regional/commands/CreateWebACLCommand.ts @@ -62,7 +62,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad * *

For more information about how to use the AWS WAF API, see the AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf-regional/commands/CreateWebACLMigrationStackCommand.ts index 7e8fdab79c1a..291e1603a725 100644 --- a/clients/client-waf-regional/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf-regional/commands/CreateWebACLMigrationStackCommand.ts @@ -30,7 +30,7 @@ export interface CreateWebACLMigrationStackCommandOutput extends CreateWebACLMig * Migrating your AWS WAF Classic resources to AWS WAF in the AWS WAF * Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateWebACLMigrationStackCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateWebACLMigrationStackCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/CreateXssMatchSetCommand.ts b/clients/client-waf-regional/commands/CreateXssMatchSetCommand.ts index c1af158723a7..d7f87e97def7 100644 --- a/clients/client-waf-regional/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/CreateXssMatchSetCommand.ts @@ -52,7 +52,7 @@ export interface CreateXssMatchSetCommandOutput extends CreateXssMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, CreateXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, CreateXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf-regional/commands/DeleteByteMatchSetCommand.ts index 20a81e0c7541..46a6b2d36316 100644 --- a/clients/client-waf-regional/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteByteMatchSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteByteMatchSetCommandOutput extends DeleteByteMatchSetRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf-regional/commands/DeleteGeoMatchSetCommand.ts index e3e041682c86..a93c88b93a1a 100644 --- a/clients/client-waf-regional/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteGeoMatchSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteGeoMatchSetCommandOutput extends DeleteGeoMatchSetRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteIPSetCommand.ts b/clients/client-waf-regional/commands/DeleteIPSetCommand.ts index 6efe2750090c..b0a8cce65e36 100644 --- a/clients/client-waf-regional/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteIPSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf-regional/commands/DeleteLoggingConfigurationCommand.ts index e681f80bbf0e..191f924e1a11 100644 --- a/clients/client-waf-regional/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/commands/DeleteLoggingConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo *

Permanently deletes the LoggingConfiguration from the specified web * ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteLoggingConfigurationCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteLoggingConfigurationCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf-regional/commands/DeletePermissionPolicyCommand.ts index c92bb802eb02..f9069c590042 100644 --- a/clients/client-waf-regional/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf-regional/commands/DeletePermissionPolicyCommand.ts @@ -32,7 +32,7 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol *

Permanently deletes an IAM policy from the specified RuleGroup.

*

The user making the request must be the owner of the RuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeletePermissionPolicyCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeletePermissionPolicyCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf-regional/commands/DeleteRateBasedRuleCommand.ts index 5cc633a378c9..0321f84cb1d6 100644 --- a/clients/client-waf-regional/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/commands/DeleteRateBasedRuleCommand.ts @@ -50,7 +50,7 @@ export interface DeleteRateBasedRuleCommandOutput extends DeleteRateBasedRuleRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf-regional/commands/DeleteRegexMatchSetCommand.ts index aeee33c96349..dc112b0cea16 100644 --- a/clients/client-waf-regional/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteRegexMatchSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteRegexMatchSetCommandOutput extends DeleteRegexMatchSetRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf-regional/commands/DeleteRegexPatternSetCommand.ts index 3b25b684d863..baf2e9a1a7f8 100644 --- a/clients/client-waf-regional/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteRegexPatternSetCommand.ts @@ -32,7 +32,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe *

Permanently deletes a RegexPatternSet. You can't delete a RegexPatternSet if it's still used in any RegexMatchSet * or if the RegexPatternSet is not empty.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteRuleCommand.ts b/clients/client-waf-regional/commands/DeleteRuleCommand.ts index 76fafb285fc2..40e0a28bb65b 100644 --- a/clients/client-waf-regional/commands/DeleteRuleCommand.ts +++ b/clients/client-waf-regional/commands/DeleteRuleCommand.ts @@ -46,7 +46,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteRuleGroupCommand.ts b/clients/client-waf-regional/commands/DeleteRuleGroupCommand.ts index 1118440c6dd1..e21f90a255cf 100644 --- a/clients/client-waf-regional/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf-regional/commands/DeleteRuleGroupCommand.ts @@ -46,7 +46,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf-regional/commands/DeleteSizeConstraintSetCommand.ts index 8fd887ea489c..e7f56a5f56c7 100644 --- a/clients/client-waf-regional/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteSizeConstraintSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteSizeConstraintSetCommandOutput extends DeleteSizeConstrai * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/commands/DeleteSqlInjectionMatchSetCommand.ts index ac88b653c3ca..754f1d662867 100644 --- a/clients/client-waf-regional/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -47,7 +47,7 @@ export interface DeleteSqlInjectionMatchSetCommandOutput extends DeleteSqlInject * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteWebACLCommand.ts b/clients/client-waf-regional/commands/DeleteWebACLCommand.ts index 2751c651ae9d..bbe5c0d32ff3 100644 --- a/clients/client-waf-regional/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf-regional/commands/DeleteWebACLCommand.ts @@ -44,7 +44,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf-regional/commands/DeleteXssMatchSetCommand.ts index 75177b7b84a6..75f1cfd9949d 100644 --- a/clients/client-waf-regional/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/DeleteXssMatchSetCommand.ts @@ -47,7 +47,7 @@ export interface DeleteXssMatchSetCommandOutput extends DeleteXssMatchSetRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DeleteXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DeleteXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/DisassociateWebACLCommand.ts b/clients/client-waf-regional/commands/DisassociateWebACLCommand.ts index fedc60bd0b89..10b2f6792205 100644 --- a/clients/client-waf-regional/commands/DisassociateWebACLCommand.ts +++ b/clients/client-waf-regional/commands/DisassociateWebACLCommand.ts @@ -31,7 +31,7 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo * *

Removes a web ACL from the specified resource, either an application load balancer or Amazon API Gateway stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, DisassociateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, DisassociateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetByteMatchSetCommand.ts b/clients/client-waf-regional/commands/GetByteMatchSetCommand.ts index 6978e2526ff1..c250b426734b 100644 --- a/clients/client-waf-regional/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/GetByteMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, _ * *

Returns the ByteMatchSet specified by ByteMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetChangeTokenCommand.ts b/clients/client-waf-regional/commands/GetChangeTokenCommand.ts index ffb6ceb2c4cf..df5aadf0c590 100644 --- a/clients/client-waf-regional/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf-regional/commands/GetChangeTokenCommand.ts @@ -37,7 +37,7 @@ export interface GetChangeTokenCommandOutput extends GetChangeTokenResponse, __M * which indicates that AWS WAF is propagating the change to all AWS WAF servers. Use GetChangeTokenStatus to determine the * status of your change token.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetChangeTokenCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetChangeTokenCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf-regional/commands/GetChangeTokenStatusCommand.ts index c9018eac7846..13d617aa72a7 100644 --- a/clients/client-waf-regional/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf-regional/commands/GetChangeTokenStatusCommand.ts @@ -47,7 +47,7 @@ export interface GetChangeTokenStatusCommandOutput extends GetChangeTokenStatusR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetChangeTokenStatusCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetChangeTokenStatusCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetGeoMatchSetCommand.ts b/clients/client-waf-regional/commands/GetGeoMatchSetCommand.ts index 137e8618e7f4..4c28ba08f2dc 100644 --- a/clients/client-waf-regional/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/GetGeoMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __M * *

Returns the GeoMatchSet that is specified by GeoMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetIPSetCommand.ts b/clients/client-waf-regional/commands/GetIPSetCommand.ts index e30002294517..4d7a23c3d82f 100644 --- a/clients/client-waf-regional/commands/GetIPSetCommand.ts +++ b/clients/client-waf-regional/commands/GetIPSetCommand.ts @@ -28,7 +28,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare * *

Returns the IPSet that is specified by IPSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf-regional/commands/GetLoggingConfigurationCommand.ts index 295a3a52764e..c1739e2a3894 100644 --- a/clients/client-waf-regional/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/commands/GetLoggingConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur * *

Returns the LoggingConfiguration for the specified web ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetLoggingConfigurationCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetLoggingConfigurationCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetPermissionPolicyCommand.ts b/clients/client-waf-regional/commands/GetPermissionPolicyCommand.ts index 4847dcef7f5a..a2b0796c9a9f 100644 --- a/clients/client-waf-regional/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/commands/GetPermissionPolicyCommand.ts @@ -31,7 +31,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes * *

Returns the IAM policy attached to the RuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetPermissionPolicyCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetPermissionPolicyCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetRateBasedRuleCommand.ts b/clients/client-waf-regional/commands/GetRateBasedRuleCommand.ts index 3313f59e23b2..ecad2c6a171a 100644 --- a/clients/client-waf-regional/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/commands/GetRateBasedRuleCommand.ts @@ -33,7 +33,7 @@ export interface GetRateBasedRuleCommandOutput extends GetRateBasedRuleResponse, * RuleId that you included in the GetRateBasedRule * request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf-regional/commands/GetRateBasedRuleManagedKeysCommand.ts index e28a125482ef..a1c7066ec0a8 100644 --- a/clients/client-waf-regional/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf-regional/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -35,7 +35,7 @@ export interface GetRateBasedRuleManagedKeysCommandOutput * number of managed keys that will be blocked is 10,000. If more than 10,000 addresses exceed * the rate limit, the 10,000 addresses with the highest rates will be blocked.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetRateBasedRuleManagedKeysCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetRateBasedRuleManagedKeysCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetRegexMatchSetCommand.ts b/clients/client-waf-regional/commands/GetRegexMatchSetCommand.ts index f7a7bc47cf84..7aa7fc308f97 100644 --- a/clients/client-waf-regional/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/GetRegexMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse, * *

Returns the RegexMatchSet specified by RegexMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetRegexPatternSetCommand.ts b/clients/client-waf-regional/commands/GetRegexPatternSetCommand.ts index c843e9c2bbd3..abc8d835a07d 100644 --- a/clients/client-waf-regional/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/commands/GetRegexPatternSetCommand.ts @@ -31,7 +31,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo * *

Returns the RegexPatternSet specified by RegexPatternSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetRuleCommand.ts b/clients/client-waf-regional/commands/GetRuleCommand.ts index ad063c6a7763..effb98996dce 100644 --- a/clients/client-waf-regional/commands/GetRuleCommand.ts +++ b/clients/client-waf-regional/commands/GetRuleCommand.ts @@ -28,7 +28,7 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer * *

Returns the Rule that is specified by the RuleId that you included in the GetRule request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetRuleGroupCommand.ts b/clients/client-waf-regional/commands/GetRuleGroupCommand.ts index 48b002e52727..8fe2c15add5a 100644 --- a/clients/client-waf-regional/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf-regional/commands/GetRuleGroupCommand.ts @@ -32,7 +32,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad *

Returns the RuleGroup that is specified by the RuleGroupId that you included in the GetRuleGroup request.

*

To view the rules in a rule group, use ListActivatedRulesInRuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetSampledRequestsCommand.ts b/clients/client-waf-regional/commands/GetSampledRequestsCommand.ts index 88038b4c3032..9179252c7fbb 100644 --- a/clients/client-waf-regional/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf-regional/commands/GetSampledRequestsCommand.ts @@ -35,7 +35,7 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo * (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests * returns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetSampledRequestsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetSampledRequestsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf-regional/commands/GetSizeConstraintSetCommand.ts index 46676ea83763..ce884c42b6f0 100644 --- a/clients/client-waf-regional/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/commands/GetSizeConstraintSetCommand.ts @@ -31,7 +31,7 @@ export interface GetSizeConstraintSetCommandOutput extends GetSizeConstraintSetR * *

Returns the SizeConstraintSet specified by SizeConstraintSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/commands/GetSqlInjectionMatchSetCommand.ts index 57c91beef5e9..0543feee8066 100644 --- a/clients/client-waf-regional/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/GetSqlInjectionMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetSqlInjectionMatchSetCommandOutput extends GetSqlInjectionMat * *

Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetWebACLCommand.ts b/clients/client-waf-regional/commands/GetWebACLCommand.ts index 57acbdbd6c70..ba73daec6760 100644 --- a/clients/client-waf-regional/commands/GetWebACLCommand.ts +++ b/clients/client-waf-regional/commands/GetWebACLCommand.ts @@ -28,7 +28,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea * *

Returns the WebACL that is specified by WebACLId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetWebACLForResourceCommand.ts b/clients/client-waf-regional/commands/GetWebACLForResourceCommand.ts index 639816ee9926..afce8ffedbd5 100644 --- a/clients/client-waf-regional/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-waf-regional/commands/GetWebACLForResourceCommand.ts @@ -31,7 +31,7 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR * *

Returns the web ACL for the specified resource, either an application load balancer or Amazon API Gateway stage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetWebACLForResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetWebACLForResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/GetXssMatchSetCommand.ts b/clients/client-waf-regional/commands/GetXssMatchSetCommand.ts index 9b1362f0b96a..5e0a37b9f7d8 100644 --- a/clients/client-waf-regional/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/GetXssMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __M * *

Returns the XssMatchSet that is specified by XssMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, GetXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, GetXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf-regional/commands/ListActivatedRulesInRuleGroupCommand.ts index d8917feca477..5a0cd72419ed 100644 --- a/clients/client-waf-regional/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf-regional/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -33,7 +33,7 @@ export interface ListActivatedRulesInRuleGroupCommandOutput * *

Returns an array of ActivatedRule objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListActivatedRulesInRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListActivatedRulesInRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListByteMatchSetsCommand.ts b/clients/client-waf-regional/commands/ListByteMatchSetsCommand.ts index 74f84fa83897..dd83a051e74a 100644 --- a/clients/client-waf-regional/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListByteMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListByteMatchSetsCommandOutput extends ListByteMatchSetsRespons * *

Returns an array of ByteMatchSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListByteMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListByteMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf-regional/commands/ListGeoMatchSetsCommand.ts index 7560fd98512e..fa854cb8ffe2 100644 --- a/clients/client-waf-regional/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListGeoMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListGeoMatchSetsCommandOutput extends ListGeoMatchSetsResponse, * *

Returns an array of GeoMatchSetSummary objects in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListGeoMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListGeoMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListIPSetsCommand.ts b/clients/client-waf-regional/commands/ListIPSetsCommand.ts index c333e2b6eddf..d9ebde6db9bd 100644 --- a/clients/client-waf-regional/commands/ListIPSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListIPSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB * *

Returns an array of IPSetSummary objects in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListIPSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListIPSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf-regional/commands/ListLoggingConfigurationsCommand.ts index 2e5b6dc6479f..a802bd217445 100644 --- a/clients/client-waf-regional/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf-regional/commands/ListLoggingConfigurationsCommand.ts @@ -31,7 +31,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi * *

Returns an array of LoggingConfiguration objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListLoggingConfigurationsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListLoggingConfigurationsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListRateBasedRulesCommand.ts b/clients/client-waf-regional/commands/ListRateBasedRulesCommand.ts index bebee002b362..63d00d0966a7 100644 --- a/clients/client-waf-regional/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf-regional/commands/ListRateBasedRulesCommand.ts @@ -31,7 +31,7 @@ export interface ListRateBasedRulesCommandOutput extends ListRateBasedRulesRespo * *

Returns an array of RuleSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListRateBasedRulesCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListRateBasedRulesCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf-regional/commands/ListRegexMatchSetsCommand.ts index 04f2b667974f..18b05fd9d5bb 100644 --- a/clients/client-waf-regional/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListRegexMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListRegexMatchSetsCommandOutput extends ListRegexMatchSetsRespo * *

Returns an array of RegexMatchSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListRegexMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListRegexMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf-regional/commands/ListRegexPatternSetsCommand.ts index 787f1b9f8eb7..41e98d1d93d9 100644 --- a/clients/client-waf-regional/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListRegexPatternSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR * *

Returns an array of RegexPatternSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListRegexPatternSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListRegexPatternSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListResourcesForWebACLCommand.ts b/clients/client-waf-regional/commands/ListResourcesForWebACLCommand.ts index f72434096b8a..099903572e2b 100644 --- a/clients/client-waf-regional/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-waf-regional/commands/ListResourcesForWebACLCommand.ts @@ -31,7 +31,7 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb * *

Returns an array of resources associated with the specified web ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListResourcesForWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListResourcesForWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListRuleGroupsCommand.ts b/clients/client-waf-regional/commands/ListRuleGroupsCommand.ts index 981b9147f200..0ce951e8b7ba 100644 --- a/clients/client-waf-regional/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf-regional/commands/ListRuleGroupsCommand.ts @@ -31,7 +31,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M * *

Returns an array of RuleGroup objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListRuleGroupsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListRuleGroupsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListRulesCommand.ts b/clients/client-waf-regional/commands/ListRulesCommand.ts index f372cae17efe..d6e951218068 100644 --- a/clients/client-waf-regional/commands/ListRulesCommand.ts +++ b/clients/client-waf-regional/commands/ListRulesCommand.ts @@ -28,7 +28,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea * *

Returns an array of RuleSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListRulesCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListRulesCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf-regional/commands/ListSizeConstraintSetsCommand.ts index a39a74714a05..fcaad66e9cbb 100644 --- a/clients/client-waf-regional/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListSizeConstraintSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListSizeConstraintSetsCommandOutput extends ListSizeConstraintS * *

Returns an array of SizeConstraintSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListSizeConstraintSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListSizeConstraintSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf-regional/commands/ListSqlInjectionMatchSetsCommand.ts index 7a326b9fdb74..ff94a7707519 100644 --- a/clients/client-waf-regional/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListSqlInjectionMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListSqlInjectionMatchSetsCommandOutput extends ListSqlInjection * *

Returns an array of SqlInjectionMatchSet objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListSqlInjectionMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListSqlInjectionMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf-regional/commands/ListSubscribedRuleGroupsCommand.ts index 5d8404efd042..2df5e241cbbd 100644 --- a/clients/client-waf-regional/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf-regional/commands/ListSubscribedRuleGroupsCommand.ts @@ -31,7 +31,7 @@ export interface ListSubscribedRuleGroupsCommandOutput extends ListSubscribedRul * *

Returns an array of RuleGroup objects that you are subscribed to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListSubscribedRuleGroupsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListSubscribedRuleGroupsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListTagsForResourceCommand.ts b/clients/client-waf-regional/commands/ListTagsForResourceCommand.ts index 94131abe190f..8682cc41f7bb 100644 --- a/clients/client-waf-regional/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf-regional/commands/ListTagsForResourceCommand.ts @@ -32,7 +32,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Retrieves the tags associated with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.

*

Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListTagsForResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListTagsForResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListWebACLsCommand.ts b/clients/client-waf-regional/commands/ListWebACLsCommand.ts index 683d9552ac16..c1a07a08c3f1 100644 --- a/clients/client-waf-regional/commands/ListWebACLsCommand.ts +++ b/clients/client-waf-regional/commands/ListWebACLsCommand.ts @@ -31,7 +31,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat * *

Returns an array of WebACLSummary objects in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListWebACLsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListWebACLsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/ListXssMatchSetsCommand.ts b/clients/client-waf-regional/commands/ListXssMatchSetsCommand.ts index 60e1fcbd707c..ab599b41c9bb 100644 --- a/clients/client-waf-regional/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf-regional/commands/ListXssMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListXssMatchSetsCommandOutput extends ListXssMatchSetsResponse, * *

Returns an array of XssMatchSet objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, ListXssMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, ListXssMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf-regional/commands/PutLoggingConfigurationCommand.ts index 32bdcdbe6c36..06f307cae19b 100644 --- a/clients/client-waf-regional/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/commands/PutLoggingConfigurationCommand.ts @@ -48,7 +48,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur * *

When you successfully enable logging using a PutLoggingConfiguration request, AWS WAF will create a service linked role with the necessary permissions to write logs to the Amazon Kinesis Data Firehose. For more information, see Logging Web ACL Traffic Information in the AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, PutLoggingConfigurationCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, PutLoggingConfigurationCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/PutPermissionPolicyCommand.ts b/clients/client-waf-regional/commands/PutPermissionPolicyCommand.ts index 017d7c3bc730..82dab563e809 100644 --- a/clients/client-waf-regional/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/commands/PutPermissionPolicyCommand.ts @@ -63,7 +63,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes * *

An example of a valid policy parameter is shown in the Examples section below.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, PutPermissionPolicyCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, PutPermissionPolicyCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/TagResourceCommand.ts b/clients/client-waf-regional/commands/TagResourceCommand.ts index 1e743a47b01c..e24b4a70976f 100644 --- a/clients/client-waf-regional/commands/TagResourceCommand.ts +++ b/clients/client-waf-regional/commands/TagResourceCommand.ts @@ -32,7 +32,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Associates tags with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.

*

Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can use this action to tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, TagResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, TagResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UntagResourceCommand.ts b/clients/client-waf-regional/commands/UntagResourceCommand.ts index 4ee19c0057dc..15877ffdfc4d 100644 --- a/clients/client-waf-regional/commands/UntagResourceCommand.ts +++ b/clients/client-waf-regional/commands/UntagResourceCommand.ts @@ -31,7 +31,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UntagResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UntagResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf-regional/commands/UpdateByteMatchSetCommand.ts index 5b3ae5ea1226..08ddda60510d 100644 --- a/clients/client-waf-regional/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateByteMatchSetCommand.ts @@ -69,7 +69,7 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf-regional/commands/UpdateGeoMatchSetCommand.ts index d324da5a222f..ee562d413a74 100644 --- a/clients/client-waf-regional/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateGeoMatchSetCommand.ts @@ -61,7 +61,7 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateIPSetCommand.ts b/clients/client-waf-regional/commands/UpdateIPSetCommand.ts index 31f7678bce7a..2ec0a2420670 100644 --- a/clients/client-waf-regional/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateIPSetCommand.ts @@ -96,7 +96,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat * requests, see the AWS WAF * Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf-regional/commands/UpdateRateBasedRuleCommand.ts index e04d3dac9bf9..e5d45802c513 100644 --- a/clients/client-waf-regional/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/commands/UpdateRateBasedRuleCommand.ts @@ -77,7 +77,7 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes *

Further, you specify a RateLimit of 1,000.

*

By adding this RateBasedRule to a WebACL, you could limit requests to your login page without affecting the rest of your site.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf-regional/commands/UpdateRegexMatchSetCommand.ts index 2ce1a4452019..4ab37e3c70cc 100644 --- a/clients/client-waf-regional/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateRegexMatchSetCommand.ts @@ -65,7 +65,7 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf-regional/commands/UpdateRegexPatternSetCommand.ts index cb283ab18684..592432d68530 100644 --- a/clients/client-waf-regional/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateRegexPatternSetCommand.ts @@ -70,7 +70,7 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateRuleCommand.ts b/clients/client-waf-regional/commands/UpdateRuleCommand.ts index 0935699817b6..7ee9470cc2cb 100644 --- a/clients/client-waf-regional/commands/UpdateRuleCommand.ts +++ b/clients/client-waf-regional/commands/UpdateRuleCommand.ts @@ -72,7 +72,7 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateRuleGroupCommand.ts b/clients/client-waf-regional/commands/UpdateRuleGroupCommand.ts index fb0efd81a070..f834d509dfbf 100644 --- a/clients/client-waf-regional/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf-regional/commands/UpdateRuleGroupCommand.ts @@ -55,7 +55,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _ *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf-regional/commands/UpdateSizeConstraintSetCommand.ts index e1fb5efebeeb..b3c7de48fcfb 100644 --- a/clients/client-waf-regional/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateSizeConstraintSetCommand.ts @@ -73,7 +73,7 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/commands/UpdateSqlInjectionMatchSetCommand.ts index 2fe41141f59e..15d603eb1294 100644 --- a/clients/client-waf-regional/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -72,7 +72,7 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateWebACLCommand.ts b/clients/client-waf-regional/commands/UpdateWebACLCommand.ts index 0cdd6f5e8fab..29ca7075e2b2 100644 --- a/clients/client-waf-regional/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf-regional/commands/UpdateWebACLCommand.ts @@ -102,7 +102,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad *

Be aware that if you try to add a RATE_BASED rule to a web ACL without setting the rule type when first creating the rule, the UpdateWebACL request will fail because the request tries to add a REGULAR rule (the default rule type) with the specified ID, which does not exist.

*

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf-regional/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf-regional/commands/UpdateXssMatchSetCommand.ts index 8f1318387910..bf74ccfab2e5 100644 --- a/clients/client-waf-regional/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/commands/UpdateXssMatchSetCommand.ts @@ -74,7 +74,7 @@ export interface UpdateXssMatchSetCommandOutput extends UpdateXssMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFRegionalClient, UpdateXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import * // const { WAFRegionalClient, UpdateXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import diff --git a/clients/client-waf/commands/CreateByteMatchSetCommand.ts b/clients/client-waf/commands/CreateByteMatchSetCommand.ts index 3ed966de125d..e45c5ac30c1c 100644 --- a/clients/client-waf/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf/commands/CreateByteMatchSetCommand.ts @@ -54,7 +54,7 @@ export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetRespo *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateByteMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateByteMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf/commands/CreateGeoMatchSetCommand.ts index bc9a34ac8ab0..52f8105eb12e 100644 --- a/clients/client-waf/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf/commands/CreateGeoMatchSetCommand.ts @@ -51,7 +51,7 @@ export interface CreateGeoMatchSetCommandOutput extends CreateGeoMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateGeoMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateGeoMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateIPSetCommand.ts b/clients/client-waf/commands/CreateIPSetCommand.ts index 750485654c71..e580f3592618 100644 --- a/clients/client-waf/commands/CreateIPSetCommand.ts +++ b/clients/client-waf/commands/CreateIPSetCommand.ts @@ -56,7 +56,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateIPSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateIPSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf/commands/CreateRateBasedRuleCommand.ts index 988f7a282f84..2b1301227242 100644 --- a/clients/client-waf/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf/commands/CreateRateBasedRuleCommand.ts @@ -116,7 +116,7 @@ export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleRes * see the AWS WAF Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateRateBasedRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateRateBasedRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf/commands/CreateRegexMatchSetCommand.ts index 0b25596a3412..2ab0edc0c37e 100644 --- a/clients/client-waf/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf/commands/CreateRegexMatchSetCommand.ts @@ -54,7 +54,7 @@ export interface CreateRegexMatchSetCommandOutput extends CreateRegexMatchSetRes *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateRegexMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateRegexMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf/commands/CreateRegexPatternSetCommand.ts index a48e23513a00..736f242a09c4 100644 --- a/clients/client-waf/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf/commands/CreateRegexPatternSetCommand.ts @@ -50,7 +50,7 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateRegexPatternSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateRegexPatternSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateRuleCommand.ts b/clients/client-waf/commands/CreateRuleCommand.ts index 839ccb9dfa76..36a00cd4c04a 100644 --- a/clients/client-waf/commands/CreateRuleCommand.ts +++ b/clients/client-waf/commands/CreateRuleCommand.ts @@ -74,7 +74,7 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateRuleGroupCommand.ts b/clients/client-waf/commands/CreateRuleGroupCommand.ts index 7860613e6a34..b0363bf11f0a 100644 --- a/clients/client-waf/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf/commands/CreateRuleGroupCommand.ts @@ -45,7 +45,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _ *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateRuleGroupCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateRuleGroupCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf/commands/CreateSizeConstraintSetCommand.ts index cd00840e7d45..40ed4c695db7 100644 --- a/clients/client-waf/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf/commands/CreateSizeConstraintSetCommand.ts @@ -54,7 +54,7 @@ export interface CreateSizeConstraintSetCommandOutput extends CreateSizeConstrai *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateSizeConstraintSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateSizeConstraintSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf/commands/CreateSqlInjectionMatchSetCommand.ts index 131133a4bec9..3df3ea8af723 100644 --- a/clients/client-waf/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/commands/CreateSqlInjectionMatchSetCommand.ts @@ -52,7 +52,7 @@ export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInject *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateWebACLCommand.ts b/clients/client-waf/commands/CreateWebACLCommand.ts index 46758cf74cff..04f214234ec0 100644 --- a/clients/client-waf/commands/CreateWebACLCommand.ts +++ b/clients/client-waf/commands/CreateWebACLCommand.ts @@ -62,7 +62,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad * *

For more information about how to use the AWS WAF API, see the AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateWebACLCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateWebACLCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf/commands/CreateWebACLMigrationStackCommand.ts index c4c8461da4f8..8d6b2b4bf17c 100644 --- a/clients/client-waf/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf/commands/CreateWebACLMigrationStackCommand.ts @@ -30,7 +30,7 @@ export interface CreateWebACLMigrationStackCommandOutput extends CreateWebACLMig * Migrating your AWS WAF Classic resources to AWS WAF in the AWS WAF * Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateWebACLMigrationStackCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateWebACLMigrationStackCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/CreateXssMatchSetCommand.ts b/clients/client-waf/commands/CreateXssMatchSetCommand.ts index 255d4db5578d..b7588c255b96 100644 --- a/clients/client-waf/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf/commands/CreateXssMatchSetCommand.ts @@ -52,7 +52,7 @@ export interface CreateXssMatchSetCommandOutput extends CreateXssMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, CreateXssMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, CreateXssMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf/commands/DeleteByteMatchSetCommand.ts index b1dd4b7611b6..e1d0fd8c5cf0 100644 --- a/clients/client-waf/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf/commands/DeleteByteMatchSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteByteMatchSetCommandOutput extends DeleteByteMatchSetRespo * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteByteMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteByteMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf/commands/DeleteGeoMatchSetCommand.ts index 8a79258d73ab..bb768f1e6f9f 100644 --- a/clients/client-waf/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf/commands/DeleteGeoMatchSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteGeoMatchSetCommandOutput extends DeleteGeoMatchSetRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteGeoMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteGeoMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteIPSetCommand.ts b/clients/client-waf/commands/DeleteIPSetCommand.ts index 3b8f836c574e..8a6732738e14 100644 --- a/clients/client-waf/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf/commands/DeleteIPSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteIPSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteIPSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf/commands/DeleteLoggingConfigurationCommand.ts index cb1e7c276632..dd5078688274 100644 --- a/clients/client-waf/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf/commands/DeleteLoggingConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo *

Permanently deletes the LoggingConfiguration from the specified web * ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteLoggingConfigurationCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteLoggingConfigurationCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf/commands/DeletePermissionPolicyCommand.ts index 44657e6a16c8..f889ae3ffd8f 100644 --- a/clients/client-waf/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf/commands/DeletePermissionPolicyCommand.ts @@ -32,7 +32,7 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol *

Permanently deletes an IAM policy from the specified RuleGroup.

*

The user making the request must be the owner of the RuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeletePermissionPolicyCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeletePermissionPolicyCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf/commands/DeleteRateBasedRuleCommand.ts index 90b13af426fa..f3950dfc5e65 100644 --- a/clients/client-waf/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf/commands/DeleteRateBasedRuleCommand.ts @@ -50,7 +50,7 @@ export interface DeleteRateBasedRuleCommandOutput extends DeleteRateBasedRuleRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteRateBasedRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteRateBasedRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf/commands/DeleteRegexMatchSetCommand.ts index 70eb61b09bff..4009fbc2a57a 100644 --- a/clients/client-waf/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf/commands/DeleteRegexMatchSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteRegexMatchSetCommandOutput extends DeleteRegexMatchSetRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteRegexMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteRegexMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf/commands/DeleteRegexPatternSetCommand.ts index cd368db19021..5deb35a0c5dd 100644 --- a/clients/client-waf/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf/commands/DeleteRegexPatternSetCommand.ts @@ -32,7 +32,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe *

Permanently deletes a RegexPatternSet. You can't delete a RegexPatternSet if it's still used in any RegexMatchSet * or if the RegexPatternSet is not empty.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteRegexPatternSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteRegexPatternSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteRuleCommand.ts b/clients/client-waf/commands/DeleteRuleCommand.ts index 253b7476b1b4..4550c2088f3d 100644 --- a/clients/client-waf/commands/DeleteRuleCommand.ts +++ b/clients/client-waf/commands/DeleteRuleCommand.ts @@ -46,7 +46,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataB * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteRuleGroupCommand.ts b/clients/client-waf/commands/DeleteRuleGroupCommand.ts index cc6c84994bea..a4652aa3d91a 100644 --- a/clients/client-waf/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf/commands/DeleteRuleGroupCommand.ts @@ -46,7 +46,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteRuleGroupCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteRuleGroupCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf/commands/DeleteSizeConstraintSetCommand.ts index 590a70ff7729..d8dba84bdc98 100644 --- a/clients/client-waf/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf/commands/DeleteSizeConstraintSetCommand.ts @@ -46,7 +46,7 @@ export interface DeleteSizeConstraintSetCommandOutput extends DeleteSizeConstrai * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteSizeConstraintSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteSizeConstraintSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf/commands/DeleteSqlInjectionMatchSetCommand.ts index f8bee1469c15..faf575e4ae94 100644 --- a/clients/client-waf/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -47,7 +47,7 @@ export interface DeleteSqlInjectionMatchSetCommandOutput extends DeleteSqlInject * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteWebACLCommand.ts b/clients/client-waf/commands/DeleteWebACLCommand.ts index 8e158a185d5b..57c9366308e8 100644 --- a/clients/client-waf/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf/commands/DeleteWebACLCommand.ts @@ -44,7 +44,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteWebACLCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteWebACLCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf/commands/DeleteXssMatchSetCommand.ts index 77b890198f1d..cf46dd13748a 100644 --- a/clients/client-waf/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf/commands/DeleteXssMatchSetCommand.ts @@ -47,7 +47,7 @@ export interface DeleteXssMatchSetCommandOutput extends DeleteXssMatchSetRespons * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, DeleteXssMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, DeleteXssMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetByteMatchSetCommand.ts b/clients/client-waf/commands/GetByteMatchSetCommand.ts index 391f11ff34d9..89590f3fdb17 100644 --- a/clients/client-waf/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf/commands/GetByteMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, _ * *

Returns the ByteMatchSet specified by ByteMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetByteMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetByteMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetChangeTokenCommand.ts b/clients/client-waf/commands/GetChangeTokenCommand.ts index c3a51b7a2e41..d72aa9b6f6d6 100644 --- a/clients/client-waf/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf/commands/GetChangeTokenCommand.ts @@ -37,7 +37,7 @@ export interface GetChangeTokenCommandOutput extends GetChangeTokenResponse, __M * which indicates that AWS WAF is propagating the change to all AWS WAF servers. Use GetChangeTokenStatus to determine the * status of your change token.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetChangeTokenCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetChangeTokenCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf/commands/GetChangeTokenStatusCommand.ts index fda3d86ab41a..a826c0e0acfc 100644 --- a/clients/client-waf/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf/commands/GetChangeTokenStatusCommand.ts @@ -47,7 +47,7 @@ export interface GetChangeTokenStatusCommandOutput extends GetChangeTokenStatusR * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetChangeTokenStatusCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetChangeTokenStatusCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetGeoMatchSetCommand.ts b/clients/client-waf/commands/GetGeoMatchSetCommand.ts index 81b92d6867b8..69cb4c5c4035 100644 --- a/clients/client-waf/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf/commands/GetGeoMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __M * *

Returns the GeoMatchSet that is specified by GeoMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetGeoMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetGeoMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetIPSetCommand.ts b/clients/client-waf/commands/GetIPSetCommand.ts index 50924402f522..02a8aef88cb6 100644 --- a/clients/client-waf/commands/GetIPSetCommand.ts +++ b/clients/client-waf/commands/GetIPSetCommand.ts @@ -28,7 +28,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare * *

Returns the IPSet that is specified by IPSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetIPSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetIPSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf/commands/GetLoggingConfigurationCommand.ts index 542d9813dd47..a756a25d51b2 100644 --- a/clients/client-waf/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf/commands/GetLoggingConfigurationCommand.ts @@ -31,7 +31,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur * *

Returns the LoggingConfiguration for the specified web ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetLoggingConfigurationCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetLoggingConfigurationCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetPermissionPolicyCommand.ts b/clients/client-waf/commands/GetPermissionPolicyCommand.ts index ab049a3a039a..7436a23a4f93 100644 --- a/clients/client-waf/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf/commands/GetPermissionPolicyCommand.ts @@ -31,7 +31,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes * *

Returns the IAM policy attached to the RuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetPermissionPolicyCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetPermissionPolicyCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetRateBasedRuleCommand.ts b/clients/client-waf/commands/GetRateBasedRuleCommand.ts index 69bd123a8231..d40842387288 100644 --- a/clients/client-waf/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf/commands/GetRateBasedRuleCommand.ts @@ -33,7 +33,7 @@ export interface GetRateBasedRuleCommandOutput extends GetRateBasedRuleResponse, * RuleId that you included in the GetRateBasedRule * request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetRateBasedRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetRateBasedRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf/commands/GetRateBasedRuleManagedKeysCommand.ts index 1ee911a97370..3271583aa6be 100644 --- a/clients/client-waf/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -35,7 +35,7 @@ export interface GetRateBasedRuleManagedKeysCommandOutput * number of managed keys that will be blocked is 10,000. If more than 10,000 addresses exceed * the rate limit, the 10,000 addresses with the highest rates will be blocked.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetRateBasedRuleManagedKeysCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetRateBasedRuleManagedKeysCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetRegexMatchSetCommand.ts b/clients/client-waf/commands/GetRegexMatchSetCommand.ts index 30c72c799e76..e75072c83053 100644 --- a/clients/client-waf/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf/commands/GetRegexMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse, * *

Returns the RegexMatchSet specified by RegexMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetRegexMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetRegexMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetRegexPatternSetCommand.ts b/clients/client-waf/commands/GetRegexPatternSetCommand.ts index d6af858e6c8a..4fc2482208d6 100644 --- a/clients/client-waf/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf/commands/GetRegexPatternSetCommand.ts @@ -31,7 +31,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo * *

Returns the RegexPatternSet specified by RegexPatternSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetRegexPatternSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetRegexPatternSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetRuleCommand.ts b/clients/client-waf/commands/GetRuleCommand.ts index 85dbfd236b85..9d93e52705d2 100644 --- a/clients/client-waf/commands/GetRuleCommand.ts +++ b/clients/client-waf/commands/GetRuleCommand.ts @@ -28,7 +28,7 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer * *

Returns the Rule that is specified by the RuleId that you included in the GetRule request.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetRuleGroupCommand.ts b/clients/client-waf/commands/GetRuleGroupCommand.ts index 31e92933b119..3ab93050b55a 100644 --- a/clients/client-waf/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf/commands/GetRuleGroupCommand.ts @@ -32,7 +32,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad *

Returns the RuleGroup that is specified by the RuleGroupId that you included in the GetRuleGroup request.

*

To view the rules in a rule group, use ListActivatedRulesInRuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetRuleGroupCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetRuleGroupCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetSampledRequestsCommand.ts b/clients/client-waf/commands/GetSampledRequestsCommand.ts index 6a9afaece406..8fc728c4d143 100644 --- a/clients/client-waf/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf/commands/GetSampledRequestsCommand.ts @@ -35,7 +35,7 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo * (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests * returns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetSampledRequestsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetSampledRequestsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf/commands/GetSizeConstraintSetCommand.ts index 4b4981588d73..47a65fa556f4 100644 --- a/clients/client-waf/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf/commands/GetSizeConstraintSetCommand.ts @@ -31,7 +31,7 @@ export interface GetSizeConstraintSetCommandOutput extends GetSizeConstraintSetR * *

Returns the SizeConstraintSet specified by SizeConstraintSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetSizeConstraintSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetSizeConstraintSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf/commands/GetSqlInjectionMatchSetCommand.ts index 749a01ae3b2a..f20f863b7ab1 100644 --- a/clients/client-waf/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/commands/GetSqlInjectionMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetSqlInjectionMatchSetCommandOutput extends GetSqlInjectionMat * *

Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetWebACLCommand.ts b/clients/client-waf/commands/GetWebACLCommand.ts index 5a10bf2deb49..03e7d93c0fd6 100644 --- a/clients/client-waf/commands/GetWebACLCommand.ts +++ b/clients/client-waf/commands/GetWebACLCommand.ts @@ -28,7 +28,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea * *

Returns the WebACL that is specified by WebACLId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetWebACLCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetWebACLCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/GetXssMatchSetCommand.ts b/clients/client-waf/commands/GetXssMatchSetCommand.ts index 290910bb944d..85b481549161 100644 --- a/clients/client-waf/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf/commands/GetXssMatchSetCommand.ts @@ -31,7 +31,7 @@ export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __M * *

Returns the XssMatchSet that is specified by XssMatchSetId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, GetXssMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, GetXssMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf/commands/ListActivatedRulesInRuleGroupCommand.ts index 18b214212694..71ebe8bbb3f9 100644 --- a/clients/client-waf/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -33,7 +33,7 @@ export interface ListActivatedRulesInRuleGroupCommandOutput * *

Returns an array of ActivatedRule objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListActivatedRulesInRuleGroupCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListActivatedRulesInRuleGroupCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListByteMatchSetsCommand.ts b/clients/client-waf/commands/ListByteMatchSetsCommand.ts index d278ded228a8..5c1931694135 100644 --- a/clients/client-waf/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf/commands/ListByteMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListByteMatchSetsCommandOutput extends ListByteMatchSetsRespons * *

Returns an array of ByteMatchSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListByteMatchSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListByteMatchSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf/commands/ListGeoMatchSetsCommand.ts index 5a6b35d3d703..204502656c9e 100644 --- a/clients/client-waf/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf/commands/ListGeoMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListGeoMatchSetsCommandOutput extends ListGeoMatchSetsResponse, * *

Returns an array of GeoMatchSetSummary objects in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListGeoMatchSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListGeoMatchSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListIPSetsCommand.ts b/clients/client-waf/commands/ListIPSetsCommand.ts index d2cb8f33b98a..425002d7f3a5 100644 --- a/clients/client-waf/commands/ListIPSetsCommand.ts +++ b/clients/client-waf/commands/ListIPSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB * *

Returns an array of IPSetSummary objects in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListIPSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListIPSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf/commands/ListLoggingConfigurationsCommand.ts index df9ba71d49b1..d98ba7ba0258 100644 --- a/clients/client-waf/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf/commands/ListLoggingConfigurationsCommand.ts @@ -31,7 +31,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi * *

Returns an array of LoggingConfiguration objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListLoggingConfigurationsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListLoggingConfigurationsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListRateBasedRulesCommand.ts b/clients/client-waf/commands/ListRateBasedRulesCommand.ts index d0ff87c05241..d9e746e87405 100644 --- a/clients/client-waf/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf/commands/ListRateBasedRulesCommand.ts @@ -31,7 +31,7 @@ export interface ListRateBasedRulesCommandOutput extends ListRateBasedRulesRespo * *

Returns an array of RuleSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListRateBasedRulesCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListRateBasedRulesCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf/commands/ListRegexMatchSetsCommand.ts index 761fb1afe0c8..a855d691923b 100644 --- a/clients/client-waf/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf/commands/ListRegexMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListRegexMatchSetsCommandOutput extends ListRegexMatchSetsRespo * *

Returns an array of RegexMatchSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListRegexMatchSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListRegexMatchSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf/commands/ListRegexPatternSetsCommand.ts index 54267d5237e1..8f98ece54f70 100644 --- a/clients/client-waf/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf/commands/ListRegexPatternSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR * *

Returns an array of RegexPatternSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListRegexPatternSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListRegexPatternSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListRuleGroupsCommand.ts b/clients/client-waf/commands/ListRuleGroupsCommand.ts index d94d0b4585be..ebb5e40b3d56 100644 --- a/clients/client-waf/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf/commands/ListRuleGroupsCommand.ts @@ -31,7 +31,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M * *

Returns an array of RuleGroup objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListRuleGroupsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListRuleGroupsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListRulesCommand.ts b/clients/client-waf/commands/ListRulesCommand.ts index 77264cb2d582..22f897cb772c 100644 --- a/clients/client-waf/commands/ListRulesCommand.ts +++ b/clients/client-waf/commands/ListRulesCommand.ts @@ -28,7 +28,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea * *

Returns an array of RuleSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListRulesCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListRulesCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf/commands/ListSizeConstraintSetsCommand.ts index 8efb42e8f447..79e37ab5eb32 100644 --- a/clients/client-waf/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf/commands/ListSizeConstraintSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListSizeConstraintSetsCommandOutput extends ListSizeConstraintS * *

Returns an array of SizeConstraintSetSummary objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListSizeConstraintSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListSizeConstraintSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf/commands/ListSqlInjectionMatchSetsCommand.ts index 350054d590cb..b6136dd61e6e 100644 --- a/clients/client-waf/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf/commands/ListSqlInjectionMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListSqlInjectionMatchSetsCommandOutput extends ListSqlInjection * *

Returns an array of SqlInjectionMatchSet objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListSqlInjectionMatchSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListSqlInjectionMatchSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf/commands/ListSubscribedRuleGroupsCommand.ts index 67c7cd23d4ad..db4029dee7cc 100644 --- a/clients/client-waf/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf/commands/ListSubscribedRuleGroupsCommand.ts @@ -31,7 +31,7 @@ export interface ListSubscribedRuleGroupsCommandOutput extends ListSubscribedRul * *

Returns an array of RuleGroup objects that you are subscribed to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListSubscribedRuleGroupsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListSubscribedRuleGroupsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListTagsForResourceCommand.ts b/clients/client-waf/commands/ListTagsForResourceCommand.ts index 8db45e2f59db..915bd8509743 100644 --- a/clients/client-waf/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf/commands/ListTagsForResourceCommand.ts @@ -32,7 +32,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Retrieves the tags associated with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.

*

Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListTagsForResourceCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListTagsForResourceCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListWebACLsCommand.ts b/clients/client-waf/commands/ListWebACLsCommand.ts index 1bf117615b64..6e37cc4dd715 100644 --- a/clients/client-waf/commands/ListWebACLsCommand.ts +++ b/clients/client-waf/commands/ListWebACLsCommand.ts @@ -31,7 +31,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat * *

Returns an array of WebACLSummary objects in the response.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListWebACLsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListWebACLsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/ListXssMatchSetsCommand.ts b/clients/client-waf/commands/ListXssMatchSetsCommand.ts index 0b23d38982cb..415fb69bbfdc 100644 --- a/clients/client-waf/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf/commands/ListXssMatchSetsCommand.ts @@ -31,7 +31,7 @@ export interface ListXssMatchSetsCommandOutput extends ListXssMatchSetsResponse, * *

Returns an array of XssMatchSet objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, ListXssMatchSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, ListXssMatchSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf/commands/PutLoggingConfigurationCommand.ts index d836297acddf..1bf7d00c14cb 100644 --- a/clients/client-waf/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf/commands/PutLoggingConfigurationCommand.ts @@ -48,7 +48,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur * *

When you successfully enable logging using a PutLoggingConfiguration request, AWS WAF will create a service linked role with the necessary permissions to write logs to the Amazon Kinesis Data Firehose. For more information, see Logging Web ACL Traffic Information in the AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, PutLoggingConfigurationCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, PutLoggingConfigurationCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/PutPermissionPolicyCommand.ts b/clients/client-waf/commands/PutPermissionPolicyCommand.ts index 25366df1e474..404e9eab9627 100644 --- a/clients/client-waf/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf/commands/PutPermissionPolicyCommand.ts @@ -63,7 +63,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes * *

An example of a valid policy parameter is shown in the Examples section below.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, PutPermissionPolicyCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, PutPermissionPolicyCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/TagResourceCommand.ts b/clients/client-waf/commands/TagResourceCommand.ts index c149a71a55b8..455ef2a31ead 100644 --- a/clients/client-waf/commands/TagResourceCommand.ts +++ b/clients/client-waf/commands/TagResourceCommand.ts @@ -32,7 +32,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Associates tags with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.

*

Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can use this action to tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, TagResourceCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, TagResourceCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UntagResourceCommand.ts b/clients/client-waf/commands/UntagResourceCommand.ts index 729377c1240d..ae620e696ccb 100644 --- a/clients/client-waf/commands/UntagResourceCommand.ts +++ b/clients/client-waf/commands/UntagResourceCommand.ts @@ -31,7 +31,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UntagResourceCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UntagResourceCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf/commands/UpdateByteMatchSetCommand.ts index 9be45a1f7bea..98c3bc8bf364 100644 --- a/clients/client-waf/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf/commands/UpdateByteMatchSetCommand.ts @@ -69,7 +69,7 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateByteMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateByteMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf/commands/UpdateGeoMatchSetCommand.ts index b41ed258d678..a8ea07ea727f 100644 --- a/clients/client-waf/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf/commands/UpdateGeoMatchSetCommand.ts @@ -61,7 +61,7 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateGeoMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateGeoMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateIPSetCommand.ts b/clients/client-waf/commands/UpdateIPSetCommand.ts index b846327ff137..a106f5e49506 100644 --- a/clients/client-waf/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf/commands/UpdateIPSetCommand.ts @@ -96,7 +96,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat * requests, see the AWS WAF * Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateIPSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateIPSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf/commands/UpdateRateBasedRuleCommand.ts index e844e3660949..83c43ffe7108 100644 --- a/clients/client-waf/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf/commands/UpdateRateBasedRuleCommand.ts @@ -77,7 +77,7 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes *

Further, you specify a RateLimit of 1,000.

*

By adding this RateBasedRule to a WebACL, you could limit requests to your login page without affecting the rest of your site.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateRateBasedRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateRateBasedRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf/commands/UpdateRegexMatchSetCommand.ts index 486035b899a9..bc45e9ea66d6 100644 --- a/clients/client-waf/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf/commands/UpdateRegexMatchSetCommand.ts @@ -65,7 +65,7 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateRegexMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateRegexMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf/commands/UpdateRegexPatternSetCommand.ts index 989ffa62f21e..979ee6ade16e 100644 --- a/clients/client-waf/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf/commands/UpdateRegexPatternSetCommand.ts @@ -70,7 +70,7 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateRegexPatternSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateRegexPatternSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateRuleCommand.ts b/clients/client-waf/commands/UpdateRuleCommand.ts index e8dd641d1496..04d90006e52e 100644 --- a/clients/client-waf/commands/UpdateRuleCommand.ts +++ b/clients/client-waf/commands/UpdateRuleCommand.ts @@ -72,7 +72,7 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateRuleCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateRuleCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateRuleGroupCommand.ts b/clients/client-waf/commands/UpdateRuleGroupCommand.ts index ce47dc8fe53d..37c9e33125d1 100644 --- a/clients/client-waf/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf/commands/UpdateRuleGroupCommand.ts @@ -55,7 +55,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _ *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateRuleGroupCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateRuleGroupCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf/commands/UpdateSizeConstraintSetCommand.ts index 161a4de4536c..25ef6f65830c 100644 --- a/clients/client-waf/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf/commands/UpdateSizeConstraintSetCommand.ts @@ -73,7 +73,7 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateSizeConstraintSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateSizeConstraintSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf/commands/UpdateSqlInjectionMatchSetCommand.ts index 9154fbd87879..dfd65e3dde2f 100644 --- a/clients/client-waf/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -72,7 +72,7 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateWebACLCommand.ts b/clients/client-waf/commands/UpdateWebACLCommand.ts index 52aff385da6d..971d5a21fea7 100644 --- a/clients/client-waf/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf/commands/UpdateWebACLCommand.ts @@ -102,7 +102,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad *

Be aware that if you try to add a RATE_BASED rule to a web ACL without setting the rule type when first creating the rule, the UpdateWebACL request will fail because the request tries to add a REGULAR rule (the default rule type) with the specified ID, which does not exist.

*

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateWebACLCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateWebACLCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-waf/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf/commands/UpdateXssMatchSetCommand.ts index 35889974551d..ce9e4bc150ac 100644 --- a/clients/client-waf/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf/commands/UpdateXssMatchSetCommand.ts @@ -74,7 +74,7 @@ export interface UpdateXssMatchSetCommandOutput extends UpdateXssMatchSetRespons *

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the * AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFClient, UpdateXssMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import * // const { WAFClient, UpdateXssMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import diff --git a/clients/client-wafv2/commands/AssociateWebACLCommand.ts b/clients/client-wafv2/commands/AssociateWebACLCommand.ts index 45b84fe1f867..eb80637918d1 100644 --- a/clients/client-wafv2/commands/AssociateWebACLCommand.ts +++ b/clients/client-wafv2/commands/AssociateWebACLCommand.ts @@ -24,7 +24,7 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _ *

Associates a Web ACL with a regional application resource, to protect the resource. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.

*

For AWS CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To associate a Web ACL, in the CloudFront call UpdateDistribution, set the web ACL ID to the Amazon Resource Name (ARN) of the Web ACL. For information, see UpdateDistribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, AssociateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, AssociateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/CheckCapacityCommand.ts b/clients/client-wafv2/commands/CheckCapacityCommand.ts index 23fce5849840..d59b9d26123b 100644 --- a/clients/client-wafv2/commands/CheckCapacityCommand.ts +++ b/clients/client-wafv2/commands/CheckCapacityCommand.ts @@ -34,7 +34,7 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met * web ACL WCU usage when they use a rule group. * The WCU limit for web ACLs is 1,500.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, CheckCapacityCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, CheckCapacityCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/CreateIPSetCommand.ts b/clients/client-wafv2/commands/CreateIPSetCommand.ts index 67f967ffdd22..5d7b3a829c57 100644 --- a/clients/client-wafv2/commands/CreateIPSetCommand.ts +++ b/clients/client-wafv2/commands/CreateIPSetCommand.ts @@ -23,7 +23,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat /** *

Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses. For example, if you're receiving a lot of requests from a ranges of IP addresses, you can configure AWS WAF to block them using an IPSet that lists those IP addresses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, CreateIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, CreateIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/CreateRegexPatternSetCommand.ts b/clients/client-wafv2/commands/CreateRegexPatternSetCommand.ts index 370928c7fed8..bb2899b3176a 100644 --- a/clients/client-wafv2/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/commands/CreateRegexPatternSetCommand.ts @@ -23,7 +23,7 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe /** *

Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have AWS WAF inspect a web request component for the specified patterns.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, CreateRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, CreateRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/CreateRuleGroupCommand.ts b/clients/client-wafv2/commands/CreateRuleGroupCommand.ts index 4f5b44814c6f..71bb50e8f4d4 100644 --- a/clients/client-wafv2/commands/CreateRuleGroupCommand.ts +++ b/clients/client-wafv2/commands/CreateRuleGroupCommand.ts @@ -24,7 +24,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _ *

Creates a RuleGroup per the specifications provided.

*

A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, CreateRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, CreateRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/CreateWebACLCommand.ts b/clients/client-wafv2/commands/CreateWebACLCommand.ts index e6dedbf45ff8..751dd198111c 100644 --- a/clients/client-wafv2/commands/CreateWebACLCommand.ts +++ b/clients/client-wafv2/commands/CreateWebACLCommand.ts @@ -24,7 +24,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad *

Creates a WebACL per the specifications provided.

*

A Web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the Web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a Web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a Web ACL with one or more AWS resources to protect. The resources can be Amazon CloudFront, an Amazon API Gateway REST API, an Application Load Balancer, or an AWS AppSync GraphQL API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, CreateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, CreateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DeleteFirewallManagerRuleGroupsCommand.ts b/clients/client-wafv2/commands/DeleteFirewallManagerRuleGroupsCommand.ts index 75ea646f3387..7d049d0dcd0a 100644 --- a/clients/client-wafv2/commands/DeleteFirewallManagerRuleGroupsCommand.ts +++ b/clients/client-wafv2/commands/DeleteFirewallManagerRuleGroupsCommand.ts @@ -26,7 +26,7 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput *

Deletes all rule groups that are managed by AWS Firewall Manager for the specified web ACL.

*

You can only use this if ManagedByFirewallManager is false in the specified WebACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DeleteFirewallManagerRuleGroupsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DeleteFirewallManagerRuleGroupsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DeleteIPSetCommand.ts b/clients/client-wafv2/commands/DeleteIPSetCommand.ts index cba00cf2a05a..780582726c62 100644 --- a/clients/client-wafv2/commands/DeleteIPSetCommand.ts +++ b/clients/client-wafv2/commands/DeleteIPSetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat /** *

Deletes the specified IPSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DeleteIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DeleteIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-wafv2/commands/DeleteLoggingConfigurationCommand.ts index 0268d19038cc..8afe11d941d7 100644 --- a/clients/client-wafv2/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/commands/DeleteLoggingConfigurationCommand.ts @@ -24,7 +24,7 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo *

Deletes the LoggingConfiguration from the specified web * ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DeleteLoggingConfigurationCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DeleteLoggingConfigurationCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DeletePermissionPolicyCommand.ts b/clients/client-wafv2/commands/DeletePermissionPolicyCommand.ts index 74a20080ffc7..5363bdeaffe6 100644 --- a/clients/client-wafv2/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-wafv2/commands/DeletePermissionPolicyCommand.ts @@ -24,7 +24,7 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol *

Permanently deletes an IAM policy from the specified rule group.

*

You must be the owner of the rule group to perform this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DeletePermissionPolicyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DeletePermissionPolicyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DeleteRegexPatternSetCommand.ts b/clients/client-wafv2/commands/DeleteRegexPatternSetCommand.ts index d38f98d6ce87..b84ecd624aca 100644 --- a/clients/client-wafv2/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-wafv2/commands/DeleteRegexPatternSetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe /** *

Deletes the specified RegexPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DeleteRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DeleteRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DeleteRuleGroupCommand.ts b/clients/client-wafv2/commands/DeleteRuleGroupCommand.ts index 319fd00e3c3c..92094a8b6c28 100644 --- a/clients/client-wafv2/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-wafv2/commands/DeleteRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _ /** *

Deletes the specified RuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DeleteRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DeleteRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DeleteWebACLCommand.ts b/clients/client-wafv2/commands/DeleteWebACLCommand.ts index 98e7e4ab0984..4b8f6f5540c8 100644 --- a/clients/client-wafv2/commands/DeleteWebACLCommand.ts +++ b/clients/client-wafv2/commands/DeleteWebACLCommand.ts @@ -24,7 +24,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad *

Deletes the specified WebACL.

*

You can only use this if ManagedByFirewallManager is false in the specified WebACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DeleteWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DeleteWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DescribeManagedRuleGroupCommand.ts b/clients/client-wafv2/commands/DescribeManagedRuleGroupCommand.ts index 09f9bf6a180d..81d3dab6d6ca 100644 --- a/clients/client-wafv2/commands/DescribeManagedRuleGroupCommand.ts +++ b/clients/client-wafv2/commands/DescribeManagedRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu /** *

Provides high-level information for a managed rule group, including descriptions of the rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DescribeManagedRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DescribeManagedRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/DisassociateWebACLCommand.ts b/clients/client-wafv2/commands/DisassociateWebACLCommand.ts index ac2155bbd8ee..0c4b80095b36 100644 --- a/clients/client-wafv2/commands/DisassociateWebACLCommand.ts +++ b/clients/client-wafv2/commands/DisassociateWebACLCommand.ts @@ -24,7 +24,7 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo *

Disassociates a Web ACL from a regional application resource. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.

*

For AWS CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To disassociate a Web ACL, provide an empty web ACL ID in the CloudFront call UpdateDistribution. For information, see UpdateDistribution.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, DisassociateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, DisassociateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetIPSetCommand.ts b/clients/client-wafv2/commands/GetIPSetCommand.ts index bcda56c36374..201a1d7583c5 100644 --- a/clients/client-wafv2/commands/GetIPSetCommand.ts +++ b/clients/client-wafv2/commands/GetIPSetCommand.ts @@ -20,7 +20,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare /** *

Retrieves the specified IPSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetLoggingConfigurationCommand.ts b/clients/client-wafv2/commands/GetLoggingConfigurationCommand.ts index 41803b7ceb7a..82ad729ce48c 100644 --- a/clients/client-wafv2/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/commands/GetLoggingConfigurationCommand.ts @@ -23,7 +23,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur /** *

Returns the LoggingConfiguration for the specified web ACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetLoggingConfigurationCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetLoggingConfigurationCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetPermissionPolicyCommand.ts b/clients/client-wafv2/commands/GetPermissionPolicyCommand.ts index beb2e271fd5c..49585b503f19 100644 --- a/clients/client-wafv2/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-wafv2/commands/GetPermissionPolicyCommand.ts @@ -24,7 +24,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes *

Returns the IAM policy that is attached to the specified rule group.

*

You must be the owner of the rule group to perform this operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetPermissionPolicyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetPermissionPolicyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetRateBasedStatementManagedKeysCommand.ts b/clients/client-wafv2/commands/GetRateBasedStatementManagedKeysCommand.ts index d0eb7a2abbb3..03c53fcf4e3e 100644 --- a/clients/client-wafv2/commands/GetRateBasedStatementManagedKeysCommand.ts +++ b/clients/client-wafv2/commands/GetRateBasedStatementManagedKeysCommand.ts @@ -25,7 +25,7 @@ export interface GetRateBasedStatementManagedKeysCommandOutput /** *

Retrieves the keys that are currently blocked by a rate-based rule. The maximum number of managed keys that can be blocked for a single rate-based rule is 10,000. If more than 10,000 addresses exceed the rate limit, those with the highest rates are blocked.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetRateBasedStatementManagedKeysCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetRateBasedStatementManagedKeysCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetRegexPatternSetCommand.ts b/clients/client-wafv2/commands/GetRegexPatternSetCommand.ts index 00069ab820e8..9ad6ebe6658a 100644 --- a/clients/client-wafv2/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-wafv2/commands/GetRegexPatternSetCommand.ts @@ -23,7 +23,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo /** *

Retrieves the specified RegexPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetRuleGroupCommand.ts b/clients/client-wafv2/commands/GetRuleGroupCommand.ts index dd8e33fdf82d..11f5da3782d6 100644 --- a/clients/client-wafv2/commands/GetRuleGroupCommand.ts +++ b/clients/client-wafv2/commands/GetRuleGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad /** *

Retrieves the specified RuleGroup.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetSampledRequestsCommand.ts b/clients/client-wafv2/commands/GetSampledRequestsCommand.ts index bf633c3750b1..506fa28cacbb 100644 --- a/clients/client-wafv2/commands/GetSampledRequestsCommand.ts +++ b/clients/client-wafv2/commands/GetSampledRequestsCommand.ts @@ -27,7 +27,7 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo * (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests * returns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetSampledRequestsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetSampledRequestsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetWebACLCommand.ts b/clients/client-wafv2/commands/GetWebACLCommand.ts index 83fd2431591c..b3b27d46e6d9 100644 --- a/clients/client-wafv2/commands/GetWebACLCommand.ts +++ b/clients/client-wafv2/commands/GetWebACLCommand.ts @@ -20,7 +20,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea /** *

Retrieves the specified WebACL.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/GetWebACLForResourceCommand.ts b/clients/client-wafv2/commands/GetWebACLForResourceCommand.ts index 06d94af4d42e..6f1abd80519a 100644 --- a/clients/client-wafv2/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-wafv2/commands/GetWebACLForResourceCommand.ts @@ -23,7 +23,7 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR /** *

Retrieves the WebACL for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, GetWebACLForResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, GetWebACLForResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListAvailableManagedRuleGroupsCommand.ts b/clients/client-wafv2/commands/ListAvailableManagedRuleGroupsCommand.ts index ed5c861fa51a..53568188e6c3 100644 --- a/clients/client-wafv2/commands/ListAvailableManagedRuleGroupsCommand.ts +++ b/clients/client-wafv2/commands/ListAvailableManagedRuleGroupsCommand.ts @@ -25,7 +25,7 @@ export interface ListAvailableManagedRuleGroupsCommandOutput /** *

Retrieves an array of managed rule groups that are available for you to use. This list includes all AWS Managed Rules rule groups and the AWS Marketplace managed rule groups that you're subscribed to.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListAvailableManagedRuleGroupsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListAvailableManagedRuleGroupsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListIPSetsCommand.ts b/clients/client-wafv2/commands/ListIPSetsCommand.ts index 592976efefc1..e2b7e1bbaabd 100644 --- a/clients/client-wafv2/commands/ListIPSetsCommand.ts +++ b/clients/client-wafv2/commands/ListIPSetsCommand.ts @@ -23,7 +23,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB /** *

Retrieves an array of IPSetSummary objects for the IP sets that you manage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListIPSetsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListIPSetsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListLoggingConfigurationsCommand.ts b/clients/client-wafv2/commands/ListLoggingConfigurationsCommand.ts index 47af28c5ca06..d2f340156973 100644 --- a/clients/client-wafv2/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-wafv2/commands/ListLoggingConfigurationsCommand.ts @@ -23,7 +23,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi /** *

Retrieves an array of your LoggingConfiguration objects.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListLoggingConfigurationsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListLoggingConfigurationsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListRegexPatternSetsCommand.ts b/clients/client-wafv2/commands/ListRegexPatternSetsCommand.ts index b60f4f6e9954..77e0801eb885 100644 --- a/clients/client-wafv2/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-wafv2/commands/ListRegexPatternSetsCommand.ts @@ -23,7 +23,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR /** *

Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListRegexPatternSetsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListRegexPatternSetsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListResourcesForWebACLCommand.ts b/clients/client-wafv2/commands/ListResourcesForWebACLCommand.ts index 9ab4e0857116..d8bd9ad5bc69 100644 --- a/clients/client-wafv2/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-wafv2/commands/ListResourcesForWebACLCommand.ts @@ -23,7 +23,7 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb /** *

Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the specified web ACL. If you want the list of AWS CloudFront resources, use the AWS CloudFront call ListDistributionsByWebACLId.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListResourcesForWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListResourcesForWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListRuleGroupsCommand.ts b/clients/client-wafv2/commands/ListRuleGroupsCommand.ts index d12ac1b580df..a0aa151ad40e 100644 --- a/clients/client-wafv2/commands/ListRuleGroupsCommand.ts +++ b/clients/client-wafv2/commands/ListRuleGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M /** *

Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListRuleGroupsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListRuleGroupsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListTagsForResourceCommand.ts b/clients/client-wafv2/commands/ListTagsForResourceCommand.ts index 6844591cf3b4..ef757544d196 100644 --- a/clients/client-wafv2/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wafv2/commands/ListTagsForResourceCommand.ts @@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

You can tag the AWS resources that you manage through AWS WAF: web ACLs, rule groups, IP * sets, and regex pattern sets. You can't manage or view tags through the AWS WAF console.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/ListWebACLsCommand.ts b/clients/client-wafv2/commands/ListWebACLsCommand.ts index b2f32c2fd3fe..721e956f5908 100644 --- a/clients/client-wafv2/commands/ListWebACLsCommand.ts +++ b/clients/client-wafv2/commands/ListWebACLsCommand.ts @@ -23,7 +23,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat /** *

Retrieves an array of WebACLSummary objects for the web ACLs that you manage.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, ListWebACLsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, ListWebACLsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/PutLoggingConfigurationCommand.ts b/clients/client-wafv2/commands/PutLoggingConfigurationCommand.ts index a868485c3d1e..95aa7231d2ea 100644 --- a/clients/client-wafv2/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/commands/PutLoggingConfigurationCommand.ts @@ -41,7 +41,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur * *

When you successfully enable logging using a PutLoggingConfiguration request, AWS WAF will create a service linked role with the necessary permissions to write logs to the Amazon Kinesis Data Firehose. For more information, see Logging Web ACL Traffic Information in the AWS WAF Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, PutLoggingConfigurationCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, PutLoggingConfigurationCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/PutPermissionPolicyCommand.ts b/clients/client-wafv2/commands/PutPermissionPolicyCommand.ts index da126c581b08..0f2428ba877f 100644 --- a/clients/client-wafv2/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-wafv2/commands/PutPermissionPolicyCommand.ts @@ -36,7 +36,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, PutPermissionPolicyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, PutPermissionPolicyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/TagResourceCommand.ts b/clients/client-wafv2/commands/TagResourceCommand.ts index 32681659981a..d2f477f50275 100644 --- a/clients/client-wafv2/commands/TagResourceCommand.ts +++ b/clients/client-wafv2/commands/TagResourceCommand.ts @@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

You can tag the AWS resources that you manage through AWS WAF: web ACLs, rule groups, IP * sets, and regex pattern sets. You can't manage or view tags through the AWS WAF console.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, TagResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, TagResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/UntagResourceCommand.ts b/clients/client-wafv2/commands/UntagResourceCommand.ts index 3e5f5defb4a8..5b28ccca5cc8 100644 --- a/clients/client-wafv2/commands/UntagResourceCommand.ts +++ b/clients/client-wafv2/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Disassociates tags from an AWS resource. Tags are key:value pairs that you can associate with AWS resources. For example, the tag key might be "customer" and the tag value might be "companyA." You can specify one or more tags to add to each container. You can add up to 50 tags to each AWS resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, UntagResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, UntagResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/UpdateIPSetCommand.ts b/clients/client-wafv2/commands/UpdateIPSetCommand.ts index e462d1be680f..cd5966382b9a 100644 --- a/clients/client-wafv2/commands/UpdateIPSetCommand.ts +++ b/clients/client-wafv2/commands/UpdateIPSetCommand.ts @@ -26,7 +26,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat *

This operation completely replaces any IP address specifications that you already have in the IP set with the ones that you provide to this call. If you want to add to or modify the addresses that are already in the IP set, retrieve those by calling GetIPSet, update them, and provide the complete updated array of IP addresses to this call.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, UpdateIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, UpdateIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/UpdateRegexPatternSetCommand.ts b/clients/client-wafv2/commands/UpdateRegexPatternSetCommand.ts index 358fa1dcbc30..b74e9d2f6137 100644 --- a/clients/client-wafv2/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/commands/UpdateRegexPatternSetCommand.ts @@ -23,7 +23,7 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe /** *

Updates the specified RegexPatternSet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, UpdateRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, UpdateRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/UpdateRuleGroupCommand.ts b/clients/client-wafv2/commands/UpdateRuleGroupCommand.ts index e717811bcc7c..c8d26ab8ed76 100644 --- a/clients/client-wafv2/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-wafv2/commands/UpdateRuleGroupCommand.ts @@ -24,7 +24,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _ *

Updates the specified RuleGroup.

*

A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, UpdateRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, UpdateRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wafv2/commands/UpdateWebACLCommand.ts b/clients/client-wafv2/commands/UpdateWebACLCommand.ts index b19a3209bc51..70b6d69f2990 100644 --- a/clients/client-wafv2/commands/UpdateWebACLCommand.ts +++ b/clients/client-wafv2/commands/UpdateWebACLCommand.ts @@ -24,7 +24,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad *

Updates the specified WebACL.

*

A Web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the Web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a Web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a Web ACL with one or more AWS resources to protect. The resources can be Amazon CloudFront, an Amazon API Gateway REST API, an Application Load Balancer, or an AWS AppSync GraphQL API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WAFV2Client, UpdateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import * // const { WAFV2Client, UpdateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/AssociateLensesCommand.ts b/clients/client-wellarchitected/commands/AssociateLensesCommand.ts index 2ad2e9855e56..c465edf82f87 100644 --- a/clients/client-wellarchitected/commands/AssociateLensesCommand.ts +++ b/clients/client-wellarchitected/commands/AssociateLensesCommand.ts @@ -23,7 +23,7 @@ export interface AssociateLensesCommandOutput extends __MetadataBearer {} /** *

Associate a lens to a workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, AssociateLensesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, AssociateLensesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/CreateMilestoneCommand.ts b/clients/client-wellarchitected/commands/CreateMilestoneCommand.ts index 6f3b9f9bf450..6c3558962571 100644 --- a/clients/client-wellarchitected/commands/CreateMilestoneCommand.ts +++ b/clients/client-wellarchitected/commands/CreateMilestoneCommand.ts @@ -23,7 +23,7 @@ export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __M /** *

Create a milestone for an existing workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, CreateMilestoneCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, CreateMilestoneCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/CreateWorkloadCommand.ts b/clients/client-wellarchitected/commands/CreateWorkloadCommand.ts index 4ed7ca48d962..f2ffe3ac247f 100644 --- a/clients/client-wellarchitected/commands/CreateWorkloadCommand.ts +++ b/clients/client-wellarchitected/commands/CreateWorkloadCommand.ts @@ -27,7 +27,7 @@ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __Met *

For more information, see Defining a Workload in the * AWS Well-Architected Tool User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, CreateWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, CreateWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/CreateWorkloadShareCommand.ts b/clients/client-wellarchitected/commands/CreateWorkloadShareCommand.ts index d3bbd1307695..bf26620a2c57 100644 --- a/clients/client-wellarchitected/commands/CreateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/commands/CreateWorkloadShareCommand.ts @@ -28,7 +28,7 @@ export interface CreateWorkloadShareCommandOutput extends CreateWorkloadShareOut *

For more information, see Sharing a Workload in the * AWS Well-Architected Tool User Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, CreateWorkloadShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, CreateWorkloadShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/DeleteWorkloadCommand.ts b/clients/client-wellarchitected/commands/DeleteWorkloadCommand.ts index 49d5bfe94792..a2697d87d603 100644 --- a/clients/client-wellarchitected/commands/DeleteWorkloadCommand.ts +++ b/clients/client-wellarchitected/commands/DeleteWorkloadCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWorkloadCommandOutput extends __MetadataBearer {} /** *

Delete an existing workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, DeleteWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, DeleteWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/DeleteWorkloadShareCommand.ts b/clients/client-wellarchitected/commands/DeleteWorkloadShareCommand.ts index 6740449cd5dd..1fab846e38bb 100644 --- a/clients/client-wellarchitected/commands/DeleteWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/commands/DeleteWorkloadShareCommand.ts @@ -23,7 +23,7 @@ export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {} /** *

Delete a workload share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, DeleteWorkloadShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, DeleteWorkloadShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/DisassociateLensesCommand.ts b/clients/client-wellarchitected/commands/DisassociateLensesCommand.ts index 441774087777..111326752c33 100644 --- a/clients/client-wellarchitected/commands/DisassociateLensesCommand.ts +++ b/clients/client-wellarchitected/commands/DisassociateLensesCommand.ts @@ -27,7 +27,7 @@ export interface DisassociateLensesCommandOutput extends __MetadataBearer {} * removed from a workload.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, DisassociateLensesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, DisassociateLensesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/GetAnswerCommand.ts b/clients/client-wellarchitected/commands/GetAnswerCommand.ts index 00002c2ed950..6690054df84f 100644 --- a/clients/client-wellarchitected/commands/GetAnswerCommand.ts +++ b/clients/client-wellarchitected/commands/GetAnswerCommand.ts @@ -23,7 +23,7 @@ export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBeare /** *

Get lens review.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, GetAnswerCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, GetAnswerCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/GetLensReviewCommand.ts b/clients/client-wellarchitected/commands/GetLensReviewCommand.ts index 66311051303f..f5a2848a955e 100644 --- a/clients/client-wellarchitected/commands/GetLensReviewCommand.ts +++ b/clients/client-wellarchitected/commands/GetLensReviewCommand.ts @@ -23,7 +23,7 @@ export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __Metad /** *

Get lens review.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, GetLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, GetLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/GetLensReviewReportCommand.ts b/clients/client-wellarchitected/commands/GetLensReviewReportCommand.ts index d90766b76232..45ca8fd9b641 100644 --- a/clients/client-wellarchitected/commands/GetLensReviewReportCommand.ts +++ b/clients/client-wellarchitected/commands/GetLensReviewReportCommand.ts @@ -23,7 +23,7 @@ export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOut /** *

Get lens review report.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, GetLensReviewReportCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, GetLensReviewReportCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/GetLensVersionDifferenceCommand.ts b/clients/client-wellarchitected/commands/GetLensVersionDifferenceCommand.ts index 896179a0dddb..197f91d99055 100644 --- a/clients/client-wellarchitected/commands/GetLensVersionDifferenceCommand.ts +++ b/clients/client-wellarchitected/commands/GetLensVersionDifferenceCommand.ts @@ -23,7 +23,7 @@ export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDif /** *

Get lens version differences.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, GetLensVersionDifferenceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, GetLensVersionDifferenceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/GetMilestoneCommand.ts b/clients/client-wellarchitected/commands/GetMilestoneCommand.ts index a2556f8c749f..18b2b39c8248 100644 --- a/clients/client-wellarchitected/commands/GetMilestoneCommand.ts +++ b/clients/client-wellarchitected/commands/GetMilestoneCommand.ts @@ -23,7 +23,7 @@ export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __Metadat /** *

Get a milestone for an existing workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, GetMilestoneCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, GetMilestoneCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/GetWorkloadCommand.ts b/clients/client-wellarchitected/commands/GetWorkloadCommand.ts index dd9b351f1bf6..7d765b812dc3 100644 --- a/clients/client-wellarchitected/commands/GetWorkloadCommand.ts +++ b/clients/client-wellarchitected/commands/GetWorkloadCommand.ts @@ -23,7 +23,7 @@ export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataB /** *

Get an existing workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, GetWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, GetWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListAnswersCommand.ts b/clients/client-wellarchitected/commands/ListAnswersCommand.ts index ebd6d9d3935e..f6518cc8344e 100644 --- a/clients/client-wellarchitected/commands/ListAnswersCommand.ts +++ b/clients/client-wellarchitected/commands/ListAnswersCommand.ts @@ -23,7 +23,7 @@ export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataB /** *

List of answers.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListAnswersCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListAnswersCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListLensReviewImprovementsCommand.ts b/clients/client-wellarchitected/commands/ListLensReviewImprovementsCommand.ts index f3f754f1effe..d08425d340bd 100644 --- a/clients/client-wellarchitected/commands/ListLensReviewImprovementsCommand.ts +++ b/clients/client-wellarchitected/commands/ListLensReviewImprovementsCommand.ts @@ -23,7 +23,7 @@ export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewI /** *

List lens review improvements.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListLensReviewImprovementsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListLensReviewImprovementsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListLensReviewsCommand.ts b/clients/client-wellarchitected/commands/ListLensReviewsCommand.ts index 725991a68a4e..4d9a135cf973 100644 --- a/clients/client-wellarchitected/commands/ListLensReviewsCommand.ts +++ b/clients/client-wellarchitected/commands/ListLensReviewsCommand.ts @@ -23,7 +23,7 @@ export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __M /** *

List lens reviews.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListLensReviewsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListLensReviewsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListLensesCommand.ts b/clients/client-wellarchitected/commands/ListLensesCommand.ts index c947815dc9cc..86a131b54798 100644 --- a/clients/client-wellarchitected/commands/ListLensesCommand.ts +++ b/clients/client-wellarchitected/commands/ListLensesCommand.ts @@ -23,7 +23,7 @@ export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBea /** *

List the available lenses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListLensesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListLensesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListMilestonesCommand.ts b/clients/client-wellarchitected/commands/ListMilestonesCommand.ts index d5d3238de933..4dde8df10467 100644 --- a/clients/client-wellarchitected/commands/ListMilestonesCommand.ts +++ b/clients/client-wellarchitected/commands/ListMilestonesCommand.ts @@ -23,7 +23,7 @@ export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __Met /** *

List all milestones for an existing workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListMilestonesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListMilestonesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListNotificationsCommand.ts b/clients/client-wellarchitected/commands/ListNotificationsCommand.ts index 7125dc0cc896..df3248dee411 100644 --- a/clients/client-wellarchitected/commands/ListNotificationsCommand.ts +++ b/clients/client-wellarchitected/commands/ListNotificationsCommand.ts @@ -23,7 +23,7 @@ export interface ListNotificationsCommandOutput extends ListNotificationsOutput, /** *

List lens notifications.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListNotificationsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListNotificationsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListShareInvitationsCommand.ts b/clients/client-wellarchitected/commands/ListShareInvitationsCommand.ts index 242984e5704a..1866f35bd88d 100644 --- a/clients/client-wellarchitected/commands/ListShareInvitationsCommand.ts +++ b/clients/client-wellarchitected/commands/ListShareInvitationsCommand.ts @@ -23,7 +23,7 @@ export interface ListShareInvitationsCommandOutput extends ListShareInvitationsO /** *

List the workload invitations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListShareInvitationsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListShareInvitationsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListTagsForResourceCommand.ts b/clients/client-wellarchitected/commands/ListTagsForResourceCommand.ts index 55dece730501..26203b7bd5db 100644 --- a/clients/client-wellarchitected/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wellarchitected/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut /** *

List the tags for a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListTagsForResourceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListTagsForResourceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListWorkloadSharesCommand.ts b/clients/client-wellarchitected/commands/ListWorkloadSharesCommand.ts index 5911483c5142..ecd9126e59fe 100644 --- a/clients/client-wellarchitected/commands/ListWorkloadSharesCommand.ts +++ b/clients/client-wellarchitected/commands/ListWorkloadSharesCommand.ts @@ -23,7 +23,7 @@ export interface ListWorkloadSharesCommandOutput extends ListWorkloadSharesOutpu /** *

List the workload shares associated with the workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListWorkloadSharesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListWorkloadSharesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/ListWorkloadsCommand.ts b/clients/client-wellarchitected/commands/ListWorkloadsCommand.ts index 8482b1c19bc3..22a14c714861 100644 --- a/clients/client-wellarchitected/commands/ListWorkloadsCommand.ts +++ b/clients/client-wellarchitected/commands/ListWorkloadsCommand.ts @@ -23,7 +23,7 @@ export interface ListWorkloadsCommandOutput extends ListWorkloadsOutput, __Metad /** *

List workloads. Paginated.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, ListWorkloadsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, ListWorkloadsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/TagResourceCommand.ts b/clients/client-wellarchitected/commands/TagResourceCommand.ts index df693a96efa7..163840090c37 100644 --- a/clients/client-wellarchitected/commands/TagResourceCommand.ts +++ b/clients/client-wellarchitected/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB /** *

Adds one or more tags to the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, TagResourceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, TagResourceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/UntagResourceCommand.ts b/clients/client-wellarchitected/commands/UntagResourceCommand.ts index 12545ad95771..f99ec3f9cb17 100644 --- a/clients/client-wellarchitected/commands/UntagResourceCommand.ts +++ b/clients/client-wellarchitected/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad /** *

Deletes specified tags from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, UntagResourceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, UntagResourceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/UpdateAnswerCommand.ts b/clients/client-wellarchitected/commands/UpdateAnswerCommand.ts index e77569fad1b7..301ed1e68b88 100644 --- a/clients/client-wellarchitected/commands/UpdateAnswerCommand.ts +++ b/clients/client-wellarchitected/commands/UpdateAnswerCommand.ts @@ -23,7 +23,7 @@ export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __Metadat /** *

Update the answer to a specific question in a workload review.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, UpdateAnswerCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, UpdateAnswerCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/UpdateLensReviewCommand.ts b/clients/client-wellarchitected/commands/UpdateLensReviewCommand.ts index 9d63ff2099fb..1616d4bb4616 100644 --- a/clients/client-wellarchitected/commands/UpdateLensReviewCommand.ts +++ b/clients/client-wellarchitected/commands/UpdateLensReviewCommand.ts @@ -23,7 +23,7 @@ export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, _ /** *

Update lens review.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, UpdateLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, UpdateLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/UpdateShareInvitationCommand.ts b/clients/client-wellarchitected/commands/UpdateShareInvitationCommand.ts index 0fa6a76a6904..ef778e2d0674 100644 --- a/clients/client-wellarchitected/commands/UpdateShareInvitationCommand.ts +++ b/clients/client-wellarchitected/commands/UpdateShareInvitationCommand.ts @@ -23,7 +23,7 @@ export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitatio /** *

Update a workload invitation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, UpdateShareInvitationCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, UpdateShareInvitationCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/UpdateWorkloadCommand.ts b/clients/client-wellarchitected/commands/UpdateWorkloadCommand.ts index a27c837c84dd..7038b023c776 100644 --- a/clients/client-wellarchitected/commands/UpdateWorkloadCommand.ts +++ b/clients/client-wellarchitected/commands/UpdateWorkloadCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met /** *

Update an existing workload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, UpdateWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, UpdateWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/UpdateWorkloadShareCommand.ts b/clients/client-wellarchitected/commands/UpdateWorkloadShareCommand.ts index 24ea7b5f859b..6b1a33aabff8 100644 --- a/clients/client-wellarchitected/commands/UpdateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/commands/UpdateWorkloadShareCommand.ts @@ -23,7 +23,7 @@ export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOut /** *

Update a workload share.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, UpdateWorkloadShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, UpdateWorkloadShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-wellarchitected/commands/UpgradeLensReviewCommand.ts b/clients/client-wellarchitected/commands/UpgradeLensReviewCommand.ts index 46fbe147f3e8..7e6db8c10a40 100644 --- a/clients/client-wellarchitected/commands/UpgradeLensReviewCommand.ts +++ b/clients/client-wellarchitected/commands/UpgradeLensReviewCommand.ts @@ -23,7 +23,7 @@ export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {} /** *

Upgrade lens review.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WellArchitectedClient, UpgradeLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import * // const { WellArchitectedClient, UpgradeLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import diff --git a/clients/client-workdocs/commands/AbortDocumentVersionUploadCommand.ts b/clients/client-workdocs/commands/AbortDocumentVersionUploadCommand.ts index e2a37432715a..c67b1087b1b2 100644 --- a/clients/client-workdocs/commands/AbortDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/commands/AbortDocumentVersionUploadCommand.ts @@ -26,7 +26,7 @@ export interface AbortDocumentVersionUploadCommandOutput extends __MetadataBeare * only when it no longer intends to upload the document version, or fails to do * so.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, AbortDocumentVersionUploadCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, AbortDocumentVersionUploadCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/ActivateUserCommand.ts b/clients/client-workdocs/commands/ActivateUserCommand.ts index c872ab55b8c7..f7a63a3c77f3 100644 --- a/clients/client-workdocs/commands/ActivateUserCommand.ts +++ b/clients/client-workdocs/commands/ActivateUserCommand.ts @@ -24,7 +24,7 @@ export interface ActivateUserCommandOutput extends ActivateUserResponse, __Metad *

Activates the specified user. Only active users can access Amazon * WorkDocs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, ActivateUserCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, ActivateUserCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/AddResourcePermissionsCommand.ts b/clients/client-workdocs/commands/AddResourcePermissionsCommand.ts index d08f0637e3fa..db697e651cb1 100644 --- a/clients/client-workdocs/commands/AddResourcePermissionsCommand.ts +++ b/clients/client-workdocs/commands/AddResourcePermissionsCommand.ts @@ -25,7 +25,7 @@ export interface AddResourcePermissionsCommandOutput extends AddResourcePermissi * permissions are overwritten if the principals already have different * permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, AddResourcePermissionsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, AddResourcePermissionsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/CreateCommentCommand.ts b/clients/client-workdocs/commands/CreateCommentCommand.ts index 7bd5946bd2a2..0b0b5a42605c 100644 --- a/clients/client-workdocs/commands/CreateCommentCommand.ts +++ b/clients/client-workdocs/commands/CreateCommentCommand.ts @@ -23,7 +23,7 @@ export interface CreateCommentCommandOutput extends CreateCommentResponse, __Met /** *

Adds a new comment to the specified document version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, CreateCommentCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, CreateCommentCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/CreateCustomMetadataCommand.ts b/clients/client-workdocs/commands/CreateCustomMetadataCommand.ts index fcdb7692b7ec..06f9b6173169 100644 --- a/clients/client-workdocs/commands/CreateCustomMetadataCommand.ts +++ b/clients/client-workdocs/commands/CreateCustomMetadataCommand.ts @@ -24,7 +24,7 @@ export interface CreateCustomMetadataCommandOutput extends CreateCustomMetadataR *

Adds one or more custom properties to the specified resource (a folder, document, * or version).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, CreateCustomMetadataCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, CreateCustomMetadataCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/CreateFolderCommand.ts b/clients/client-workdocs/commands/CreateFolderCommand.ts index 600fa3d9c280..5851482bde2e 100644 --- a/clients/client-workdocs/commands/CreateFolderCommand.ts +++ b/clients/client-workdocs/commands/CreateFolderCommand.ts @@ -23,7 +23,7 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad /** *

Creates a folder with the specified name and parent folder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, CreateFolderCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, CreateFolderCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/CreateLabelsCommand.ts b/clients/client-workdocs/commands/CreateLabelsCommand.ts index 9f60727912a7..63b4ba67f799 100644 --- a/clients/client-workdocs/commands/CreateLabelsCommand.ts +++ b/clients/client-workdocs/commands/CreateLabelsCommand.ts @@ -24,7 +24,7 @@ export interface CreateLabelsCommandOutput extends CreateLabelsResponse, __Metad *

Adds the specified list of labels to the given resource (a document or * folder)

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, CreateLabelsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, CreateLabelsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/CreateNotificationSubscriptionCommand.ts b/clients/client-workdocs/commands/CreateNotificationSubscriptionCommand.ts index fbfa601a765f..f039a3d99a2f 100644 --- a/clients/client-workdocs/commands/CreateNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/commands/CreateNotificationSubscriptionCommand.ts @@ -29,7 +29,7 @@ export interface CreateNotificationSubscriptionCommandOutput * Notifications in the Amazon WorkDocs Developer * Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, CreateNotificationSubscriptionCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, CreateNotificationSubscriptionCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/CreateUserCommand.ts b/clients/client-workdocs/commands/CreateUserCommand.ts index 1338a0a6e872..5b7644a7be47 100644 --- a/clients/client-workdocs/commands/CreateUserCommand.ts +++ b/clients/client-workdocs/commands/CreateUserCommand.ts @@ -24,7 +24,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB *

Creates a user in a Simple AD or Microsoft AD directory. The status of a newly * created user is "ACTIVE". New users can access Amazon WorkDocs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, CreateUserCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, CreateUserCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeactivateUserCommand.ts b/clients/client-workdocs/commands/DeactivateUserCommand.ts index c25fc96ef432..c1e77a28e01c 100644 --- a/clients/client-workdocs/commands/DeactivateUserCommand.ts +++ b/clients/client-workdocs/commands/DeactivateUserCommand.ts @@ -24,7 +24,7 @@ export interface DeactivateUserCommandOutput extends __MetadataBearer {} *

Deactivates the specified user, which revokes the user's access to Amazon * WorkDocs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeactivateUserCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeactivateUserCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteCommentCommand.ts b/clients/client-workdocs/commands/DeleteCommentCommand.ts index 1ae88097c81b..14315f02985c 100644 --- a/clients/client-workdocs/commands/DeleteCommentCommand.ts +++ b/clients/client-workdocs/commands/DeleteCommentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCommentCommandOutput extends __MetadataBearer {} /** *

Deletes the specified comment from the document version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteCommentCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteCommentCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteCustomMetadataCommand.ts b/clients/client-workdocs/commands/DeleteCustomMetadataCommand.ts index 5033c1eaed88..8ae78f514724 100644 --- a/clients/client-workdocs/commands/DeleteCustomMetadataCommand.ts +++ b/clients/client-workdocs/commands/DeleteCustomMetadataCommand.ts @@ -23,7 +23,7 @@ export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataR /** *

Deletes custom metadata from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteCustomMetadataCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteCustomMetadataCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteDocumentCommand.ts b/clients/client-workdocs/commands/DeleteDocumentCommand.ts index da497726a280..300a2cf6b48b 100644 --- a/clients/client-workdocs/commands/DeleteDocumentCommand.ts +++ b/clients/client-workdocs/commands/DeleteDocumentCommand.ts @@ -23,7 +23,7 @@ export interface DeleteDocumentCommandOutput extends __MetadataBearer {} /** *

Permanently deletes the specified document and its associated metadata.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteDocumentCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteDocumentCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteFolderCommand.ts b/clients/client-workdocs/commands/DeleteFolderCommand.ts index c348abb4a8cf..975e4e568866 100644 --- a/clients/client-workdocs/commands/DeleteFolderCommand.ts +++ b/clients/client-workdocs/commands/DeleteFolderCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFolderCommandOutput extends __MetadataBearer {} /** *

Permanently deletes the specified folder and its contents.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteFolderCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteFolderCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteFolderContentsCommand.ts b/clients/client-workdocs/commands/DeleteFolderContentsCommand.ts index 3deb8938f24e..a6509dc93f8f 100644 --- a/clients/client-workdocs/commands/DeleteFolderContentsCommand.ts +++ b/clients/client-workdocs/commands/DeleteFolderContentsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {} /** *

Deletes the contents of the specified folder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteFolderContentsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteFolderContentsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteLabelsCommand.ts b/clients/client-workdocs/commands/DeleteLabelsCommand.ts index e8b58c563475..5a93c422e931 100644 --- a/clients/client-workdocs/commands/DeleteLabelsCommand.ts +++ b/clients/client-workdocs/commands/DeleteLabelsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteLabelsCommandOutput extends DeleteLabelsResponse, __Metad /** *

Deletes the specified list of labels from a resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteLabelsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteLabelsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteNotificationSubscriptionCommand.ts b/clients/client-workdocs/commands/DeleteNotificationSubscriptionCommand.ts index 754789544380..89fd257b13d7 100644 --- a/clients/client-workdocs/commands/DeleteNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/commands/DeleteNotificationSubscriptionCommand.ts @@ -23,7 +23,7 @@ export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataB /** *

Deletes the specified subscription from the specified organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteNotificationSubscriptionCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteNotificationSubscriptionCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DeleteUserCommand.ts b/clients/client-workdocs/commands/DeleteUserCommand.ts index 45175b54092f..5aaa9631de4d 100644 --- a/clients/client-workdocs/commands/DeleteUserCommand.ts +++ b/clients/client-workdocs/commands/DeleteUserCommand.ts @@ -23,7 +23,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {} /** *

Deletes the specified user from a Simple AD or Microsoft AD directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DeleteUserCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DeleteUserCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeActivitiesCommand.ts b/clients/client-workdocs/commands/DescribeActivitiesCommand.ts index d61684d828bd..2f495d247ea2 100644 --- a/clients/client-workdocs/commands/DescribeActivitiesCommand.ts +++ b/clients/client-workdocs/commands/DescribeActivitiesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeActivitiesCommandOutput extends DescribeActivitiesRespo /** *

Describes the user activities in a specified time period.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeActivitiesCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeActivitiesCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeCommentsCommand.ts b/clients/client-workdocs/commands/DescribeCommentsCommand.ts index 818240602721..e718951a23ed 100644 --- a/clients/client-workdocs/commands/DescribeCommentsCommand.ts +++ b/clients/client-workdocs/commands/DescribeCommentsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse, /** *

List all the comments for the specified document version.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeCommentsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeCommentsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeDocumentVersionsCommand.ts b/clients/client-workdocs/commands/DescribeDocumentVersionsCommand.ts index ba5a9183812e..24f418f667fe 100644 --- a/clients/client-workdocs/commands/DescribeDocumentVersionsCommand.ts +++ b/clients/client-workdocs/commands/DescribeDocumentVersionsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentV *

Retrieves the document versions for the specified document.

*

By default, only active versions are returned.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeDocumentVersionsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeDocumentVersionsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeFolderContentsCommand.ts b/clients/client-workdocs/commands/DescribeFolderContentsCommand.ts index ec89493aeaee..c3a2e4b2d0fa 100644 --- a/clients/client-workdocs/commands/DescribeFolderContentsCommand.ts +++ b/clients/client-workdocs/commands/DescribeFolderContentsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeFolderContentsCommandOutput extends DescribeFolderConte * use to request the next set of results. You can also request initialized * documents.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeFolderContentsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeFolderContentsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeGroupsCommand.ts b/clients/client-workdocs/commands/DescribeGroupsCommand.ts index 375aabbe911f..6706bde42814 100644 --- a/clients/client-workdocs/commands/DescribeGroupsCommand.ts +++ b/clients/client-workdocs/commands/DescribeGroupsCommand.ts @@ -24,7 +24,7 @@ export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __M *

Describes the groups specified by the query. Groups are defined by the underlying * Active Directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeGroupsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeGroupsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeNotificationSubscriptionsCommand.ts b/clients/client-workdocs/commands/DescribeNotificationSubscriptionsCommand.ts index 51846a8bcabc..50ac048d573c 100644 --- a/clients/client-workdocs/commands/DescribeNotificationSubscriptionsCommand.ts +++ b/clients/client-workdocs/commands/DescribeNotificationSubscriptionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeNotificationSubscriptionsCommandOutput /** *

Lists the specified notification subscriptions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeNotificationSubscriptionsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeNotificationSubscriptionsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeResourcePermissionsCommand.ts b/clients/client-workdocs/commands/DescribeResourcePermissionsCommand.ts index b359a7e8a591..03b05f9ef848 100644 --- a/clients/client-workdocs/commands/DescribeResourcePermissionsCommand.ts +++ b/clients/client-workdocs/commands/DescribeResourcePermissionsCommand.ts @@ -25,7 +25,7 @@ export interface DescribeResourcePermissionsCommandOutput /** *

Describes the permissions of a specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeResourcePermissionsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeResourcePermissionsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeRootFoldersCommand.ts b/clients/client-workdocs/commands/DescribeRootFoldersCommand.ts index fdf0c273a803..a6d32065ee22 100644 --- a/clients/client-workdocs/commands/DescribeRootFoldersCommand.ts +++ b/clients/client-workdocs/commands/DescribeRootFoldersCommand.ts @@ -31,7 +31,7 @@ export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersRes * Amazon * WorkDocs Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeRootFoldersCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeRootFoldersCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/DescribeUsersCommand.ts b/clients/client-workdocs/commands/DescribeUsersCommand.ts index 9611a304e3c6..3ac4971a9ef4 100644 --- a/clients/client-workdocs/commands/DescribeUsersCommand.ts +++ b/clients/client-workdocs/commands/DescribeUsersCommand.ts @@ -27,7 +27,7 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __Met * are more results, the response includes a marker that you can use to request the next * set of results.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, DescribeUsersCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, DescribeUsersCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/GetCurrentUserCommand.ts b/clients/client-workdocs/commands/GetCurrentUserCommand.ts index 5d9514e3fc84..485466cbc45c 100644 --- a/clients/client-workdocs/commands/GetCurrentUserCommand.ts +++ b/clients/client-workdocs/commands/GetCurrentUserCommand.ts @@ -29,7 +29,7 @@ export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __M * Amazon * WorkDocs Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, GetCurrentUserCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, GetCurrentUserCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/GetDocumentCommand.ts b/clients/client-workdocs/commands/GetDocumentCommand.ts index 432328f1566f..968a4f9556f5 100644 --- a/clients/client-workdocs/commands/GetDocumentCommand.ts +++ b/clients/client-workdocs/commands/GetDocumentCommand.ts @@ -23,7 +23,7 @@ export interface GetDocumentCommandOutput extends GetDocumentResponse, __Metadat /** *

Retrieves details of a document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, GetDocumentCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, GetDocumentCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/GetDocumentPathCommand.ts b/clients/client-workdocs/commands/GetDocumentPathCommand.ts index 4ac7fd37d535..e818f4347061 100644 --- a/clients/client-workdocs/commands/GetDocumentPathCommand.ts +++ b/clients/client-workdocs/commands/GetDocumentPathCommand.ts @@ -28,7 +28,7 @@ export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, _ * limit the maximum number of levels. You can also request the names of the parent * folders.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, GetDocumentPathCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, GetDocumentPathCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/GetDocumentVersionCommand.ts b/clients/client-workdocs/commands/GetDocumentVersionCommand.ts index a9076e9b4b17..02b3f4fb53ea 100644 --- a/clients/client-workdocs/commands/GetDocumentVersionCommand.ts +++ b/clients/client-workdocs/commands/GetDocumentVersionCommand.ts @@ -23,7 +23,7 @@ export interface GetDocumentVersionCommandOutput extends GetDocumentVersionRespo /** *

Retrieves version metadata for the specified document.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, GetDocumentVersionCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, GetDocumentVersionCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/GetFolderCommand.ts b/clients/client-workdocs/commands/GetFolderCommand.ts index 25eb8855b9cf..5625c669b72f 100644 --- a/clients/client-workdocs/commands/GetFolderCommand.ts +++ b/clients/client-workdocs/commands/GetFolderCommand.ts @@ -23,7 +23,7 @@ export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBea /** *

Retrieves the metadata of the specified folder.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, GetFolderCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, GetFolderCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/GetFolderPathCommand.ts b/clients/client-workdocs/commands/GetFolderPathCommand.ts index e2833c27f755..b7eb891d1157 100644 --- a/clients/client-workdocs/commands/GetFolderPathCommand.ts +++ b/clients/client-workdocs/commands/GetFolderPathCommand.ts @@ -28,7 +28,7 @@ export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __Met * limit the maximum number of levels. You can also request the parent folder * names.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, GetFolderPathCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, GetFolderPathCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/GetResourcesCommand.ts b/clients/client-workdocs/commands/GetResourcesCommand.ts index f2a59b6aad16..c298c68543d1 100644 --- a/clients/client-workdocs/commands/GetResourcesCommand.ts +++ b/clients/client-workdocs/commands/GetResourcesCommand.ts @@ -24,7 +24,7 @@ export interface GetResourcesCommandOutput extends GetResourcesResponse, __Metad *

Retrieves a collection of resources, including folders and documents. The only * CollectionType supported is SHARED_WITH_ME.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, GetResourcesCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, GetResourcesCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/InitiateDocumentVersionUploadCommand.ts b/clients/client-workdocs/commands/InitiateDocumentVersionUploadCommand.ts index af9ecdb0db8e..6528e6a771ab 100644 --- a/clients/client-workdocs/commands/InitiateDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/commands/InitiateDocumentVersionUploadCommand.ts @@ -30,7 +30,7 @@ export interface InitiateDocumentVersionUploadCommandOutput * the call, and then call UpdateDocumentVersion.

*

To cancel the document upload, call AbortDocumentVersionUpload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, InitiateDocumentVersionUploadCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, InitiateDocumentVersionUploadCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/RemoveAllResourcePermissionsCommand.ts b/clients/client-workdocs/commands/RemoveAllResourcePermissionsCommand.ts index df9b9a686879..b6ca7d6ba4f2 100644 --- a/clients/client-workdocs/commands/RemoveAllResourcePermissionsCommand.ts +++ b/clients/client-workdocs/commands/RemoveAllResourcePermissionsCommand.ts @@ -23,7 +23,7 @@ export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBea /** *

Removes all the permissions from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, RemoveAllResourcePermissionsCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, RemoveAllResourcePermissionsCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/RemoveResourcePermissionCommand.ts b/clients/client-workdocs/commands/RemoveResourcePermissionCommand.ts index 5d2c8a9c5b07..60ae99c869cd 100644 --- a/clients/client-workdocs/commands/RemoveResourcePermissionCommand.ts +++ b/clients/client-workdocs/commands/RemoveResourcePermissionCommand.ts @@ -24,7 +24,7 @@ export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer *

Removes the permission for the specified principal from the specified * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, RemoveResourcePermissionCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, RemoveResourcePermissionCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/UpdateDocumentCommand.ts b/clients/client-workdocs/commands/UpdateDocumentCommand.ts index 8d86af01a0af..f428d7bdce6c 100644 --- a/clients/client-workdocs/commands/UpdateDocumentCommand.ts +++ b/clients/client-workdocs/commands/UpdateDocumentCommand.ts @@ -24,7 +24,7 @@ export interface UpdateDocumentCommandOutput extends __MetadataBearer {} *

Updates the specified attributes of a document. The user must have access to both * the document and its parent folder, if applicable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, UpdateDocumentCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, UpdateDocumentCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/UpdateDocumentVersionCommand.ts b/clients/client-workdocs/commands/UpdateDocumentVersionCommand.ts index 492dab4f1fe3..4aac7238b101 100644 --- a/clients/client-workdocs/commands/UpdateDocumentVersionCommand.ts +++ b/clients/client-workdocs/commands/UpdateDocumentVersionCommand.ts @@ -26,7 +26,7 @@ export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {} * in a document upload, after the client uploads the document to an S3-presigned URL * returned by InitiateDocumentVersionUpload.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, UpdateDocumentVersionCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, UpdateDocumentVersionCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/UpdateFolderCommand.ts b/clients/client-workdocs/commands/UpdateFolderCommand.ts index 44dd61c1ecc6..1b22b551041e 100644 --- a/clients/client-workdocs/commands/UpdateFolderCommand.ts +++ b/clients/client-workdocs/commands/UpdateFolderCommand.ts @@ -24,7 +24,7 @@ export interface UpdateFolderCommandOutput extends __MetadataBearer {} *

Updates the specified attributes of the specified folder. The user must have access * to both the folder and its parent folder, if applicable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, UpdateFolderCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, UpdateFolderCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-workdocs/commands/UpdateUserCommand.ts b/clients/client-workdocs/commands/UpdateUserCommand.ts index e79762e918b4..0d9b18a1cd78 100644 --- a/clients/client-workdocs/commands/UpdateUserCommand.ts +++ b/clients/client-workdocs/commands/UpdateUserCommand.ts @@ -24,7 +24,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB *

Updates the specified attributes of the specified user, and grants or revokes * administrative privileges to the Amazon WorkDocs site.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkDocsClient, UpdateUserCommand } from "@aws-sdk/client-workdocs"; // ES Modules import * // const { WorkDocsClient, UpdateUserCommand } = require("@aws-sdk/client-workdocs"); // CommonJS import diff --git a/clients/client-worklink/commands/AssociateDomainCommand.ts b/clients/client-worklink/commands/AssociateDomainCommand.ts index 4e470a7fc55f..4486fc92a97b 100644 --- a/clients/client-worklink/commands/AssociateDomainCommand.ts +++ b/clients/client-worklink/commands/AssociateDomainCommand.ts @@ -23,7 +23,7 @@ export interface AssociateDomainCommandOutput extends AssociateDomainResponse, _ /** *

Specifies a domain to be associated to Amazon WorkLink.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, AssociateDomainCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, AssociateDomainCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/AssociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/commands/AssociateWebsiteAuthorizationProviderCommand.ts index 19c4b1de97f9..8dfd3f848d93 100644 --- a/clients/client-worklink/commands/AssociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/commands/AssociateWebsiteAuthorizationProviderCommand.ts @@ -29,7 +29,7 @@ export interface AssociateWebsiteAuthorizationProviderCommandOutput /** *

Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, AssociateWebsiteAuthorizationProviderCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, AssociateWebsiteAuthorizationProviderCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/AssociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/commands/AssociateWebsiteCertificateAuthorityCommand.ts index f1f32c3f97ab..f5552722330d 100644 --- a/clients/client-worklink/commands/AssociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/commands/AssociateWebsiteCertificateAuthorityCommand.ts @@ -29,7 +29,7 @@ export interface AssociateWebsiteCertificateAuthorityCommandOutput *

Imports the root certificate of a certificate authority (CA) used to obtain TLS * certificates used by associated websites within the company network.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, AssociateWebsiteCertificateAuthorityCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, AssociateWebsiteCertificateAuthorityCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/CreateFleetCommand.ts b/clients/client-worklink/commands/CreateFleetCommand.ts index 27e714a73237..db456ad39f3d 100644 --- a/clients/client-worklink/commands/CreateFleetCommand.ts +++ b/clients/client-worklink/commands/CreateFleetCommand.ts @@ -24,7 +24,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat *

Creates a fleet. A fleet consists of resources and the configuration that delivers * associated websites to authorized users who download and set up the Amazon WorkLink app.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, CreateFleetCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, CreateFleetCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DeleteFleetCommand.ts b/clients/client-worklink/commands/DeleteFleetCommand.ts index b45f88627433..df789c179c08 100644 --- a/clients/client-worklink/commands/DeleteFleetCommand.ts +++ b/clients/client-worklink/commands/DeleteFleetCommand.ts @@ -23,7 +23,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat /** *

Deletes a fleet. Prevents users from accessing previously associated websites.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DeleteFleetCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DeleteFleetCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeAuditStreamConfigurationCommand.ts b/clients/client-worklink/commands/DescribeAuditStreamConfigurationCommand.ts index 47fa54489aa8..18c53638b1d6 100644 --- a/clients/client-worklink/commands/DescribeAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/commands/DescribeAuditStreamConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface DescribeAuditStreamConfigurationCommandOutput /** *

Describes the configuration for delivering audit streams to the customer account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeAuditStreamConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeAuditStreamConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/commands/DescribeCompanyNetworkConfigurationCommand.ts index d5a21a3ad710..0e90f7925a5f 100644 --- a/clients/client-worklink/commands/DescribeCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/commands/DescribeCompanyNetworkConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeCompanyNetworkConfigurationCommandOutput *

Describes the networking configuration to access the internal websites associated with * the specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeCompanyNetworkConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeCompanyNetworkConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeDeviceCommand.ts b/clients/client-worklink/commands/DescribeDeviceCommand.ts index 6f6695fd4baa..bcc94e17cf9c 100644 --- a/clients/client-worklink/commands/DescribeDeviceCommand.ts +++ b/clients/client-worklink/commands/DescribeDeviceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M /** *

Provides information about a user's device.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeDeviceCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeDeviceCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeDevicePolicyConfigurationCommand.ts b/clients/client-worklink/commands/DescribeDevicePolicyConfigurationCommand.ts index 94eea6b455af..a0cfee192fa0 100644 --- a/clients/client-worklink/commands/DescribeDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/commands/DescribeDevicePolicyConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDevicePolicyConfigurationCommandOutput /** *

Describes the device policy configuration for the specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeDevicePolicyConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeDevicePolicyConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeDomainCommand.ts b/clients/client-worklink/commands/DescribeDomainCommand.ts index d1dc9b47e33c..a4f1c63417fd 100644 --- a/clients/client-worklink/commands/DescribeDomainCommand.ts +++ b/clients/client-worklink/commands/DescribeDomainCommand.ts @@ -23,7 +23,7 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M /** *

Provides information about the domain.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeDomainCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeDomainCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeFleetMetadataCommand.ts b/clients/client-worklink/commands/DescribeFleetMetadataCommand.ts index de99cbbcdb36..6dbad67d09bf 100644 --- a/clients/client-worklink/commands/DescribeFleetMetadataCommand.ts +++ b/clients/client-worklink/commands/DescribeFleetMetadataCommand.ts @@ -24,7 +24,7 @@ export interface DescribeFleetMetadataCommandOutput extends DescribeFleetMetadat *

Provides basic information for the specified fleet, excluding identity provider, * networking, and device configuration details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeFleetMetadataCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeFleetMetadataCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeIdentityProviderConfigurationCommand.ts b/clients/client-worklink/commands/DescribeIdentityProviderConfigurationCommand.ts index 93846412aa1e..d487574aee76 100644 --- a/clients/client-worklink/commands/DescribeIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/commands/DescribeIdentityProviderConfigurationCommand.ts @@ -29,7 +29,7 @@ export interface DescribeIdentityProviderConfigurationCommandOutput /** *

Describes the identity provider configuration of the specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeIdentityProviderConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeIdentityProviderConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DescribeWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/commands/DescribeWebsiteCertificateAuthorityCommand.ts index 517f679c8d2b..172ba12b6b73 100644 --- a/clients/client-worklink/commands/DescribeWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/commands/DescribeWebsiteCertificateAuthorityCommand.ts @@ -28,7 +28,7 @@ export interface DescribeWebsiteCertificateAuthorityCommandOutput /** *

Provides information about the certificate authority.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DescribeWebsiteCertificateAuthorityCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DescribeWebsiteCertificateAuthorityCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DisassociateDomainCommand.ts b/clients/client-worklink/commands/DisassociateDomainCommand.ts index 318054f90ed7..e009e28e0d18 100644 --- a/clients/client-worklink/commands/DisassociateDomainCommand.ts +++ b/clients/client-worklink/commands/DisassociateDomainCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateDomainCommandOutput extends DisassociateDomainRespo /** *

Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DisassociateDomainCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DisassociateDomainCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DisassociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/commands/DisassociateWebsiteAuthorizationProviderCommand.ts index 1a78d2f3b17e..c0c4a1f9339f 100644 --- a/clients/client-worklink/commands/DisassociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/commands/DisassociateWebsiteAuthorizationProviderCommand.ts @@ -31,7 +31,7 @@ export interface DisassociateWebsiteAuthorizationProviderCommandOutput * disassociation, users can't load any associated websites that require this authorization * provider.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DisassociateWebsiteAuthorizationProviderCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DisassociateWebsiteAuthorizationProviderCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/DisassociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/commands/DisassociateWebsiteCertificateAuthorityCommand.ts index 8b643fad12c0..37c1ba522ede 100644 --- a/clients/client-worklink/commands/DisassociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/commands/DisassociateWebsiteCertificateAuthorityCommand.ts @@ -29,7 +29,7 @@ export interface DisassociateWebsiteCertificateAuthorityCommandOutput /** *

Removes a certificate authority (CA).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, DisassociateWebsiteCertificateAuthorityCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, DisassociateWebsiteCertificateAuthorityCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/ListDevicesCommand.ts b/clients/client-worklink/commands/ListDevicesCommand.ts index 7a33c27dc518..97c2cef4aa06 100644 --- a/clients/client-worklink/commands/ListDevicesCommand.ts +++ b/clients/client-worklink/commands/ListDevicesCommand.ts @@ -23,7 +23,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat /** *

Retrieves a list of devices registered with the specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, ListDevicesCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, ListDevicesCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/ListDomainsCommand.ts b/clients/client-worklink/commands/ListDomainsCommand.ts index c3d0404a8507..1159b9a76a07 100644 --- a/clients/client-worklink/commands/ListDomainsCommand.ts +++ b/clients/client-worklink/commands/ListDomainsCommand.ts @@ -23,7 +23,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat /** *

Retrieves a list of domains associated to a specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, ListDomainsCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, ListDomainsCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/ListFleetsCommand.ts b/clients/client-worklink/commands/ListFleetsCommand.ts index c2b2c315ad77..441be8e25f68 100644 --- a/clients/client-worklink/commands/ListFleetsCommand.ts +++ b/clients/client-worklink/commands/ListFleetsCommand.ts @@ -23,7 +23,7 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB /** *

Retrieves a list of fleets for the current account and Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, ListFleetsCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, ListFleetsCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/ListTagsForResourceCommand.ts b/clients/client-worklink/commands/ListTagsForResourceCommand.ts index d54c312ab630..73ba75146cf6 100644 --- a/clients/client-worklink/commands/ListTagsForResourceCommand.ts +++ b/clients/client-worklink/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves a list of tags for the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, ListTagsForResourceCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, ListTagsForResourceCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/ListWebsiteAuthorizationProvidersCommand.ts b/clients/client-worklink/commands/ListWebsiteAuthorizationProvidersCommand.ts index 979fb3674ade..398e4ae19333 100644 --- a/clients/client-worklink/commands/ListWebsiteAuthorizationProvidersCommand.ts +++ b/clients/client-worklink/commands/ListWebsiteAuthorizationProvidersCommand.ts @@ -28,7 +28,7 @@ export interface ListWebsiteAuthorizationProvidersCommandOutput /** *

Retrieves a list of website authorization providers associated with a specified fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, ListWebsiteAuthorizationProvidersCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, ListWebsiteAuthorizationProvidersCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/ListWebsiteCertificateAuthoritiesCommand.ts b/clients/client-worklink/commands/ListWebsiteCertificateAuthoritiesCommand.ts index ad4fdfd634db..80eb0a048f27 100644 --- a/clients/client-worklink/commands/ListWebsiteCertificateAuthoritiesCommand.ts +++ b/clients/client-worklink/commands/ListWebsiteCertificateAuthoritiesCommand.ts @@ -29,7 +29,7 @@ export interface ListWebsiteCertificateAuthoritiesCommandOutput *

Retrieves a list of certificate authorities added for the current account and * Region.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, ListWebsiteCertificateAuthoritiesCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, ListWebsiteCertificateAuthoritiesCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/RestoreDomainAccessCommand.ts b/clients/client-worklink/commands/RestoreDomainAccessCommand.ts index c4f7914b2df9..3d24756fcee2 100644 --- a/clients/client-worklink/commands/RestoreDomainAccessCommand.ts +++ b/clients/client-worklink/commands/RestoreDomainAccessCommand.ts @@ -23,7 +23,7 @@ export interface RestoreDomainAccessCommandOutput extends RestoreDomainAccessRes /** *

Moves a domain to ACTIVE status if it was in the INACTIVE status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, RestoreDomainAccessCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, RestoreDomainAccessCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/RevokeDomainAccessCommand.ts b/clients/client-worklink/commands/RevokeDomainAccessCommand.ts index c8526fada097..2eb350e75ad4 100644 --- a/clients/client-worklink/commands/RevokeDomainAccessCommand.ts +++ b/clients/client-worklink/commands/RevokeDomainAccessCommand.ts @@ -23,7 +23,7 @@ export interface RevokeDomainAccessCommandOutput extends RevokeDomainAccessRespo /** *

Moves a domain to INACTIVE status if it was in the ACTIVE status.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, RevokeDomainAccessCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, RevokeDomainAccessCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/SignOutUserCommand.ts b/clients/client-worklink/commands/SignOutUserCommand.ts index d52807cb1d2d..1dbd8101cf59 100644 --- a/clients/client-worklink/commands/SignOutUserCommand.ts +++ b/clients/client-worklink/commands/SignOutUserCommand.ts @@ -24,7 +24,7 @@ export interface SignOutUserCommandOutput extends SignOutUserResponse, __Metadat *

Signs the user out from all of their devices. The user can sign in again if they have * valid credentials.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, SignOutUserCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, SignOutUserCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/TagResourceCommand.ts b/clients/client-worklink/commands/TagResourceCommand.ts index 2924048532b9..a17c2c1a400a 100644 --- a/clients/client-worklink/commands/TagResourceCommand.ts +++ b/clients/client-worklink/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, TagResourceCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, TagResourceCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/UntagResourceCommand.ts b/clients/client-worklink/commands/UntagResourceCommand.ts index 39488d8a41e1..26ecfb3bb531 100644 --- a/clients/client-worklink/commands/UntagResourceCommand.ts +++ b/clients/client-worklink/commands/UntagResourceCommand.ts @@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, UntagResourceCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, UntagResourceCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/UpdateAuditStreamConfigurationCommand.ts b/clients/client-worklink/commands/UpdateAuditStreamConfigurationCommand.ts index 710d3a4abaa3..1e8d96362fa9 100644 --- a/clients/client-worklink/commands/UpdateAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/commands/UpdateAuditStreamConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateAuditStreamConfigurationCommandOutput /** *

Updates the audit stream configuration for the fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, UpdateAuditStreamConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, UpdateAuditStreamConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/UpdateCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/commands/UpdateCompanyNetworkConfigurationCommand.ts index 502637434172..796317719a6e 100644 --- a/clients/client-worklink/commands/UpdateCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/commands/UpdateCompanyNetworkConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface UpdateCompanyNetworkConfigurationCommandOutput /** *

Updates the company network configuration for the fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, UpdateCompanyNetworkConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, UpdateCompanyNetworkConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/UpdateDevicePolicyConfigurationCommand.ts b/clients/client-worklink/commands/UpdateDevicePolicyConfigurationCommand.ts index 575e54db2967..3c5202fb96a4 100644 --- a/clients/client-worklink/commands/UpdateDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/commands/UpdateDevicePolicyConfigurationCommand.ts @@ -25,7 +25,7 @@ export interface UpdateDevicePolicyConfigurationCommandOutput /** *

Updates the device policy configuration for the fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, UpdateDevicePolicyConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, UpdateDevicePolicyConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/UpdateDomainMetadataCommand.ts b/clients/client-worklink/commands/UpdateDomainMetadataCommand.ts index 22569abf8b8f..4deb31bf59af 100644 --- a/clients/client-worklink/commands/UpdateDomainMetadataCommand.ts +++ b/clients/client-worklink/commands/UpdateDomainMetadataCommand.ts @@ -23,7 +23,7 @@ export interface UpdateDomainMetadataCommandOutput extends UpdateDomainMetadataR /** *

Updates domain metadata, such as DisplayName.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, UpdateDomainMetadataCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, UpdateDomainMetadataCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/UpdateFleetMetadataCommand.ts b/clients/client-worklink/commands/UpdateFleetMetadataCommand.ts index 7617167ffe08..90848b834a95 100644 --- a/clients/client-worklink/commands/UpdateFleetMetadataCommand.ts +++ b/clients/client-worklink/commands/UpdateFleetMetadataCommand.ts @@ -23,7 +23,7 @@ export interface UpdateFleetMetadataCommandOutput extends UpdateFleetMetadataRes /** *

Updates fleet metadata, such as DisplayName.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, UpdateFleetMetadataCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, UpdateFleetMetadataCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-worklink/commands/UpdateIdentityProviderConfigurationCommand.ts b/clients/client-worklink/commands/UpdateIdentityProviderConfigurationCommand.ts index 6c170b179e1e..1c510f20d19b 100644 --- a/clients/client-worklink/commands/UpdateIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/commands/UpdateIdentityProviderConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface UpdateIdentityProviderConfigurationCommandOutput /** *

Updates the identity provider configuration for the fleet.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkLinkClient, UpdateIdentityProviderConfigurationCommand } from "@aws-sdk/client-worklink"; // ES Modules import * // const { WorkLinkClient, UpdateIdentityProviderConfigurationCommand } = require("@aws-sdk/client-worklink"); // CommonJS import diff --git a/clients/client-workmail/commands/AssociateDelegateToResourceCommand.ts b/clients/client-workmail/commands/AssociateDelegateToResourceCommand.ts index a13bae082bd7..77bbb1f22af9 100644 --- a/clients/client-workmail/commands/AssociateDelegateToResourceCommand.ts +++ b/clients/client-workmail/commands/AssociateDelegateToResourceCommand.ts @@ -25,7 +25,7 @@ export interface AssociateDelegateToResourceCommandOutput /** *

Adds a member (user or group) to the resource's set of delegates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, AssociateDelegateToResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, AssociateDelegateToResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/AssociateMemberToGroupCommand.ts b/clients/client-workmail/commands/AssociateMemberToGroupCommand.ts index c1a899eb2b58..1fcf1d640ccb 100644 --- a/clients/client-workmail/commands/AssociateMemberToGroupCommand.ts +++ b/clients/client-workmail/commands/AssociateMemberToGroupCommand.ts @@ -23,7 +23,7 @@ export interface AssociateMemberToGroupCommandOutput extends AssociateMemberToGr /** *

Adds a member (user or group) to the group's set.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, AssociateMemberToGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, AssociateMemberToGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/CancelMailboxExportJobCommand.ts b/clients/client-workmail/commands/CancelMailboxExportJobCommand.ts index 94bd432f8793..2eefaff11821 100644 --- a/clients/client-workmail/commands/CancelMailboxExportJobCommand.ts +++ b/clients/client-workmail/commands/CancelMailboxExportJobCommand.ts @@ -27,7 +27,7 @@ export interface CancelMailboxExportJobCommandOutput extends CancelMailboxExport * it.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, CancelMailboxExportJobCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, CancelMailboxExportJobCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/CreateAliasCommand.ts b/clients/client-workmail/commands/CreateAliasCommand.ts index c7e484801537..0a40a6155731 100644 --- a/clients/client-workmail/commands/CreateAliasCommand.ts +++ b/clients/client-workmail/commands/CreateAliasCommand.ts @@ -23,7 +23,7 @@ export interface CreateAliasCommandOutput extends CreateAliasResponse, __Metadat /** *

Adds an alias to the set of a given member (user or group) of Amazon WorkMail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, CreateAliasCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, CreateAliasCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/CreateGroupCommand.ts b/clients/client-workmail/commands/CreateGroupCommand.ts index a56b9d0a302a..56533569dd9b 100644 --- a/clients/client-workmail/commands/CreateGroupCommand.ts +++ b/clients/client-workmail/commands/CreateGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat /** *

Creates a group that can be used in Amazon WorkMail by calling the RegisterToWorkMail operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, CreateGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, CreateGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/CreateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/commands/CreateMobileDeviceAccessRuleCommand.ts index ba9ed79981f8..2f7dc374328d 100644 --- a/clients/client-workmail/commands/CreateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/commands/CreateMobileDeviceAccessRuleCommand.ts @@ -25,7 +25,7 @@ export interface CreateMobileDeviceAccessRuleCommandOutput /** *

Creates a new mobile device access rule for the specified Amazon WorkMail organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, CreateMobileDeviceAccessRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, CreateMobileDeviceAccessRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/CreateOrganizationCommand.ts b/clients/client-workmail/commands/CreateOrganizationCommand.ts index e4d0b93f1545..2e7f44595fdb 100644 --- a/clients/client-workmail/commands/CreateOrganizationCommand.ts +++ b/clients/client-workmail/commands/CreateOrganizationCommand.ts @@ -27,7 +27,7 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo * (AWS KMS) to encrypt email for your organization. If you don't associate an AWS KMS key, Amazon WorkMail creates a * default AWS managed master key for you.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, CreateOrganizationCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, CreateOrganizationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/CreateResourceCommand.ts b/clients/client-workmail/commands/CreateResourceCommand.ts index b6b12d275947..a456e9f73270 100644 --- a/clients/client-workmail/commands/CreateResourceCommand.ts +++ b/clients/client-workmail/commands/CreateResourceCommand.ts @@ -23,7 +23,7 @@ export interface CreateResourceCommandOutput extends CreateResourceResponse, __M /** *

Creates a new Amazon WorkMail resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, CreateResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, CreateResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/CreateUserCommand.ts b/clients/client-workmail/commands/CreateUserCommand.ts index 87f09d445b72..b07aff68e6fb 100644 --- a/clients/client-workmail/commands/CreateUserCommand.ts +++ b/clients/client-workmail/commands/CreateUserCommand.ts @@ -23,7 +23,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** *

Creates a user who can be used in Amazon WorkMail by calling the RegisterToWorkMail operation.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, CreateUserCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, CreateUserCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteAccessControlRuleCommand.ts b/clients/client-workmail/commands/DeleteAccessControlRuleCommand.ts index f94917caca5b..e24105ff8701 100644 --- a/clients/client-workmail/commands/DeleteAccessControlRuleCommand.ts +++ b/clients/client-workmail/commands/DeleteAccessControlRuleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteAccessControlRuleCommandOutput extends DeleteAccessContro /** *

Deletes an access control rule for the specified WorkMail organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteAccessControlRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteAccessControlRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteAliasCommand.ts b/clients/client-workmail/commands/DeleteAliasCommand.ts index 4c562920243b..857d1ee41f0b 100644 --- a/clients/client-workmail/commands/DeleteAliasCommand.ts +++ b/clients/client-workmail/commands/DeleteAliasCommand.ts @@ -24,7 +24,7 @@ export interface DeleteAliasCommandOutput extends DeleteAliasResponse, __Metadat *

Remove one or more specified aliases from a set of aliases for a given * user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteAliasCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteAliasCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteGroupCommand.ts b/clients/client-workmail/commands/DeleteGroupCommand.ts index e34c672d0bcf..4393606bb44e 100644 --- a/clients/client-workmail/commands/DeleteGroupCommand.ts +++ b/clients/client-workmail/commands/DeleteGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat /** *

Deletes a group from Amazon WorkMail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteMailboxPermissionsCommand.ts b/clients/client-workmail/commands/DeleteMailboxPermissionsCommand.ts index d068ea3a363b..d1d9b363a54c 100644 --- a/clients/client-workmail/commands/DeleteMailboxPermissionsCommand.ts +++ b/clients/client-workmail/commands/DeleteMailboxPermissionsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteMailboxPermissionsCommandOutput extends DeleteMailboxPerm /** *

Deletes permissions granted to a member (user or group).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteMailboxPermissionsCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteMailboxPermissionsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/commands/DeleteMobileDeviceAccessRuleCommand.ts index 2c8d94e4efe6..b952a200deae 100644 --- a/clients/client-workmail/commands/DeleteMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/commands/DeleteMobileDeviceAccessRuleCommand.ts @@ -25,7 +25,7 @@ export interface DeleteMobileDeviceAccessRuleCommandOutput /** *

Deletes a mobile device access rule for the specified Amazon WorkMail organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteMobileDeviceAccessRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteMobileDeviceAccessRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteOrganizationCommand.ts b/clients/client-workmail/commands/DeleteOrganizationCommand.ts index aadaf9c83bfb..ca89e7b64db9 100644 --- a/clients/client-workmail/commands/DeleteOrganizationCommand.ts +++ b/clients/client-workmail/commands/DeleteOrganizationCommand.ts @@ -23,7 +23,7 @@ export interface DeleteOrganizationCommandOutput extends DeleteOrganizationRespo /** *

Deletes an Amazon WorkMail organization and all underlying AWS resources managed by Amazon WorkMail as part of the organization. You can choose whether to delete the associated directory. For more information, see Removing an organization in the Amazon WorkMail Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteOrganizationCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteOrganizationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteResourceCommand.ts b/clients/client-workmail/commands/DeleteResourceCommand.ts index 5c90e8a490bb..04b63507b643 100644 --- a/clients/client-workmail/commands/DeleteResourceCommand.ts +++ b/clients/client-workmail/commands/DeleteResourceCommand.ts @@ -23,7 +23,7 @@ export interface DeleteResourceCommandOutput extends DeleteResourceResponse, __M /** *

Deletes the specified resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteRetentionPolicyCommand.ts b/clients/client-workmail/commands/DeleteRetentionPolicyCommand.ts index 8c6b717128b2..3ae10f4edf1b 100644 --- a/clients/client-workmail/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-workmail/commands/DeleteRetentionPolicyCommand.ts @@ -23,7 +23,7 @@ export interface DeleteRetentionPolicyCommandOutput extends DeleteRetentionPolic /** *

Deletes the specified retention policy from the specified organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteRetentionPolicyCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteRetentionPolicyCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeleteUserCommand.ts b/clients/client-workmail/commands/DeleteUserCommand.ts index f7b52a0c90e6..1ab2d5a4da30 100644 --- a/clients/client-workmail/commands/DeleteUserCommand.ts +++ b/clients/client-workmail/commands/DeleteUserCommand.ts @@ -27,7 +27,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB *

Deleting a user is permanent and cannot be undone. WorkMail archives user mailboxes for * 30 days before they are permanently removed.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeleteUserCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeleteUserCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DeregisterFromWorkMailCommand.ts b/clients/client-workmail/commands/DeregisterFromWorkMailCommand.ts index d0e324822dd3..835a627a1cec 100644 --- a/clients/client-workmail/commands/DeregisterFromWorkMailCommand.ts +++ b/clients/client-workmail/commands/DeregisterFromWorkMailCommand.ts @@ -26,7 +26,7 @@ export interface DeregisterFromWorkMailCommandOutput extends DeregisterFromWorkM * before they are permanently removed. The functionality in the console is * Disable.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DeregisterFromWorkMailCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DeregisterFromWorkMailCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DescribeGroupCommand.ts b/clients/client-workmail/commands/DescribeGroupCommand.ts index a1ff4b99f1c8..17749353ec11 100644 --- a/clients/client-workmail/commands/DescribeGroupCommand.ts +++ b/clients/client-workmail/commands/DescribeGroupCommand.ts @@ -23,7 +23,7 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met /** *

Returns the data available for the group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DescribeGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DescribeGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DescribeMailboxExportJobCommand.ts b/clients/client-workmail/commands/DescribeMailboxExportJobCommand.ts index 338d3c021a28..3006b2188af7 100644 --- a/clients/client-workmail/commands/DescribeMailboxExportJobCommand.ts +++ b/clients/client-workmail/commands/DescribeMailboxExportJobCommand.ts @@ -23,7 +23,7 @@ export interface DescribeMailboxExportJobCommandOutput extends DescribeMailboxEx /** *

Describes the current status of a mailbox export job.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DescribeMailboxExportJobCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DescribeMailboxExportJobCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DescribeOrganizationCommand.ts b/clients/client-workmail/commands/DescribeOrganizationCommand.ts index 3b9cb7c1da04..514ad38cf469 100644 --- a/clients/client-workmail/commands/DescribeOrganizationCommand.ts +++ b/clients/client-workmail/commands/DescribeOrganizationCommand.ts @@ -24,7 +24,7 @@ export interface DescribeOrganizationCommandOutput extends DescribeOrganizationR *

Provides more information regarding a given organization based on its * identifier.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DescribeOrganizationCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DescribeOrganizationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DescribeResourceCommand.ts b/clients/client-workmail/commands/DescribeResourceCommand.ts index 2059255b1bbd..9f5727a6fb6c 100644 --- a/clients/client-workmail/commands/DescribeResourceCommand.ts +++ b/clients/client-workmail/commands/DescribeResourceCommand.ts @@ -23,7 +23,7 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse, /** *

Returns the data available for the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DescribeResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DescribeResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DescribeUserCommand.ts b/clients/client-workmail/commands/DescribeUserCommand.ts index 9d198ba57e4a..c8c2d2c9b719 100644 --- a/clients/client-workmail/commands/DescribeUserCommand.ts +++ b/clients/client-workmail/commands/DescribeUserCommand.ts @@ -23,7 +23,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad /** *

Provides information regarding the user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DescribeUserCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DescribeUserCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DisassociateDelegateFromResourceCommand.ts b/clients/client-workmail/commands/DisassociateDelegateFromResourceCommand.ts index 29643c8c25ac..1d21b16963e3 100644 --- a/clients/client-workmail/commands/DisassociateDelegateFromResourceCommand.ts +++ b/clients/client-workmail/commands/DisassociateDelegateFromResourceCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateDelegateFromResourceCommandOutput /** *

Removes a member from the resource's set of delegates.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DisassociateDelegateFromResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DisassociateDelegateFromResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/DisassociateMemberFromGroupCommand.ts b/clients/client-workmail/commands/DisassociateMemberFromGroupCommand.ts index 97a4335420d0..334dd29e5c21 100644 --- a/clients/client-workmail/commands/DisassociateMemberFromGroupCommand.ts +++ b/clients/client-workmail/commands/DisassociateMemberFromGroupCommand.ts @@ -25,7 +25,7 @@ export interface DisassociateMemberFromGroupCommandOutput /** *

Removes a member from a group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, DisassociateMemberFromGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, DisassociateMemberFromGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/GetAccessControlEffectCommand.ts b/clients/client-workmail/commands/GetAccessControlEffectCommand.ts index 6435829657c7..fe58157cf532 100644 --- a/clients/client-workmail/commands/GetAccessControlEffectCommand.ts +++ b/clients/client-workmail/commands/GetAccessControlEffectCommand.ts @@ -24,7 +24,7 @@ export interface GetAccessControlEffectCommandOutput extends GetAccessControlEff *

Gets the effects of an organization's access control rules as they apply to a * specified IPv4 address, access protocol action, or user ID.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, GetAccessControlEffectCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, GetAccessControlEffectCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/GetDefaultRetentionPolicyCommand.ts b/clients/client-workmail/commands/GetDefaultRetentionPolicyCommand.ts index 8768a77ebda5..9a0cf11f9a87 100644 --- a/clients/client-workmail/commands/GetDefaultRetentionPolicyCommand.ts +++ b/clients/client-workmail/commands/GetDefaultRetentionPolicyCommand.ts @@ -23,7 +23,7 @@ export interface GetDefaultRetentionPolicyCommandOutput extends GetDefaultRetent /** *

Gets the default retention policy details for the specified organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, GetDefaultRetentionPolicyCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, GetDefaultRetentionPolicyCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/GetMailboxDetailsCommand.ts b/clients/client-workmail/commands/GetMailboxDetailsCommand.ts index d769311e6d9f..04880e4c328b 100644 --- a/clients/client-workmail/commands/GetMailboxDetailsCommand.ts +++ b/clients/client-workmail/commands/GetMailboxDetailsCommand.ts @@ -23,7 +23,7 @@ export interface GetMailboxDetailsCommandOutput extends GetMailboxDetailsRespons /** *

Requests a user's mailbox details for a specified organization and user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, GetMailboxDetailsCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, GetMailboxDetailsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/GetMobileDeviceAccessEffectCommand.ts b/clients/client-workmail/commands/GetMobileDeviceAccessEffectCommand.ts index 339f16200b01..e81d223472a1 100644 --- a/clients/client-workmail/commands/GetMobileDeviceAccessEffectCommand.ts +++ b/clients/client-workmail/commands/GetMobileDeviceAccessEffectCommand.ts @@ -26,7 +26,7 @@ export interface GetMobileDeviceAccessEffectCommandOutput *

Simulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access * rules for the Amazon WorkMail organization for a particular user's attributes.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, GetMobileDeviceAccessEffectCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, GetMobileDeviceAccessEffectCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListAccessControlRulesCommand.ts b/clients/client-workmail/commands/ListAccessControlRulesCommand.ts index 4225c2b21f76..e224406fcf86 100644 --- a/clients/client-workmail/commands/ListAccessControlRulesCommand.ts +++ b/clients/client-workmail/commands/ListAccessControlRulesCommand.ts @@ -23,7 +23,7 @@ export interface ListAccessControlRulesCommandOutput extends ListAccessControlRu /** *

Lists the access control rules for the specified organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListAccessControlRulesCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListAccessControlRulesCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListAliasesCommand.ts b/clients/client-workmail/commands/ListAliasesCommand.ts index f98cf9813541..7994ad422f51 100644 --- a/clients/client-workmail/commands/ListAliasesCommand.ts +++ b/clients/client-workmail/commands/ListAliasesCommand.ts @@ -24,7 +24,7 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat *

Creates a paginated call to list the aliases associated with a given * entity.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListAliasesCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListAliasesCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListGroupMembersCommand.ts b/clients/client-workmail/commands/ListGroupMembersCommand.ts index 8a6f46d0e929..f2024edd4995 100644 --- a/clients/client-workmail/commands/ListGroupMembersCommand.ts +++ b/clients/client-workmail/commands/ListGroupMembersCommand.ts @@ -24,7 +24,7 @@ export interface ListGroupMembersCommandOutput extends ListGroupMembersResponse, *

Returns an overview of the members of a group. Users and groups can be members of a * group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListGroupMembersCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListGroupMembersCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListGroupsCommand.ts b/clients/client-workmail/commands/ListGroupsCommand.ts index 8cf681952442..8cb6b287efe7 100644 --- a/clients/client-workmail/commands/ListGroupsCommand.ts +++ b/clients/client-workmail/commands/ListGroupsCommand.ts @@ -23,7 +23,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB /** *

Returns summaries of the organization's groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListGroupsCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListGroupsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListMailboxExportJobsCommand.ts b/clients/client-workmail/commands/ListMailboxExportJobsCommand.ts index a9b05b40216b..17d1242439e0 100644 --- a/clients/client-workmail/commands/ListMailboxExportJobsCommand.ts +++ b/clients/client-workmail/commands/ListMailboxExportJobsCommand.ts @@ -24,7 +24,7 @@ export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJob *

Lists the mailbox export jobs started for the specified organization within the last * seven days.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListMailboxExportJobsCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListMailboxExportJobsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListMailboxPermissionsCommand.ts b/clients/client-workmail/commands/ListMailboxPermissionsCommand.ts index 207a5005e80d..7aa3cf53c82a 100644 --- a/clients/client-workmail/commands/ListMailboxPermissionsCommand.ts +++ b/clients/client-workmail/commands/ListMailboxPermissionsCommand.ts @@ -24,7 +24,7 @@ export interface ListMailboxPermissionsCommandOutput extends ListMailboxPermissi *

Lists the mailbox permissions associated with a user, group, or resource * mailbox.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListMailboxPermissionsCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListMailboxPermissionsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListMobileDeviceAccessRulesCommand.ts b/clients/client-workmail/commands/ListMobileDeviceAccessRulesCommand.ts index b90a99439dc3..ccd00cf55d6a 100644 --- a/clients/client-workmail/commands/ListMobileDeviceAccessRulesCommand.ts +++ b/clients/client-workmail/commands/ListMobileDeviceAccessRulesCommand.ts @@ -25,7 +25,7 @@ export interface ListMobileDeviceAccessRulesCommandOutput /** *

Lists the mobile device access rules for the specified Amazon WorkMail organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListMobileDeviceAccessRulesCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListMobileDeviceAccessRulesCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListOrganizationsCommand.ts b/clients/client-workmail/commands/ListOrganizationsCommand.ts index 6eac4e92a96b..5a163c190f07 100644 --- a/clients/client-workmail/commands/ListOrganizationsCommand.ts +++ b/clients/client-workmail/commands/ListOrganizationsCommand.ts @@ -23,7 +23,7 @@ export interface ListOrganizationsCommandOutput extends ListOrganizationsRespons /** *

Returns summaries of the customer's organizations.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListOrganizationsCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListOrganizationsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListResourceDelegatesCommand.ts b/clients/client-workmail/commands/ListResourceDelegatesCommand.ts index a222143c7b01..e848cde9f7a1 100644 --- a/clients/client-workmail/commands/ListResourceDelegatesCommand.ts +++ b/clients/client-workmail/commands/ListResourceDelegatesCommand.ts @@ -24,7 +24,7 @@ export interface ListResourceDelegatesCommandOutput extends ListResourceDelegate *

Lists the delegates associated with a resource. Users and groups can be resource * delegates and answer requests on behalf of the resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListResourceDelegatesCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListResourceDelegatesCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListResourcesCommand.ts b/clients/client-workmail/commands/ListResourcesCommand.ts index eec27e071178..5e3098b5a33e 100644 --- a/clients/client-workmail/commands/ListResourcesCommand.ts +++ b/clients/client-workmail/commands/ListResourcesCommand.ts @@ -23,7 +23,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met /** *

Returns summaries of the organization's resources.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListResourcesCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListResourcesCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListTagsForResourceCommand.ts b/clients/client-workmail/commands/ListTagsForResourceCommand.ts index 4f4d309cb476..59273954378b 100644 --- a/clients/client-workmail/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workmail/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists the tags applied to an Amazon WorkMail organization resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListTagsForResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListTagsForResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ListUsersCommand.ts b/clients/client-workmail/commands/ListUsersCommand.ts index d215d89fc3b9..2b18067b29a2 100644 --- a/clients/client-workmail/commands/ListUsersCommand.ts +++ b/clients/client-workmail/commands/ListUsersCommand.ts @@ -20,7 +20,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** *

Returns summaries of the organization's users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ListUsersCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ListUsersCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/PutAccessControlRuleCommand.ts b/clients/client-workmail/commands/PutAccessControlRuleCommand.ts index 562f0032066e..6796278ad4bd 100644 --- a/clients/client-workmail/commands/PutAccessControlRuleCommand.ts +++ b/clients/client-workmail/commands/PutAccessControlRuleCommand.ts @@ -26,7 +26,7 @@ export interface PutAccessControlRuleCommandOutput extends PutAccessControlRuleR * actions, and user IDs. Adding a new rule with the same name as an existing rule replaces * the older rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, PutAccessControlRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, PutAccessControlRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/PutMailboxPermissionsCommand.ts b/clients/client-workmail/commands/PutMailboxPermissionsCommand.ts index ea6835b64a58..314a6bdc01c7 100644 --- a/clients/client-workmail/commands/PutMailboxPermissionsCommand.ts +++ b/clients/client-workmail/commands/PutMailboxPermissionsCommand.ts @@ -24,7 +24,7 @@ export interface PutMailboxPermissionsCommandOutput extends PutMailboxPermission *

Sets permissions for a user, group, or resource. This replaces any pre-existing * permissions.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, PutMailboxPermissionsCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, PutMailboxPermissionsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/PutRetentionPolicyCommand.ts b/clients/client-workmail/commands/PutRetentionPolicyCommand.ts index 6a408b5e5dc2..739800639758 100644 --- a/clients/client-workmail/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-workmail/commands/PutRetentionPolicyCommand.ts @@ -23,7 +23,7 @@ export interface PutRetentionPolicyCommandOutput extends PutRetentionPolicyRespo /** *

Puts a retention policy to the specified organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, PutRetentionPolicyCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, PutRetentionPolicyCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/RegisterToWorkMailCommand.ts b/clients/client-workmail/commands/RegisterToWorkMailCommand.ts index b9bca9ba4215..9b238af7898c 100644 --- a/clients/client-workmail/commands/RegisterToWorkMailCommand.ts +++ b/clients/client-workmail/commands/RegisterToWorkMailCommand.ts @@ -29,7 +29,7 @@ export interface RegisterToWorkMailCommandOutput extends RegisterToWorkMailRespo *

Users can either be created by calling the CreateUser API operation * or they can be synchronized from your directory. For more information, see DeregisterFromWorkMail.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, RegisterToWorkMailCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, RegisterToWorkMailCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/ResetPasswordCommand.ts b/clients/client-workmail/commands/ResetPasswordCommand.ts index 7442c285fd56..ae4f853bce82 100644 --- a/clients/client-workmail/commands/ResetPasswordCommand.ts +++ b/clients/client-workmail/commands/ResetPasswordCommand.ts @@ -23,7 +23,7 @@ export interface ResetPasswordCommandOutput extends ResetPasswordResponse, __Met /** *

Allows the administrator to reset the password for a user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, ResetPasswordCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, ResetPasswordCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/StartMailboxExportJobCommand.ts b/clients/client-workmail/commands/StartMailboxExportJobCommand.ts index 888969763923..5a00e94726f9 100644 --- a/clients/client-workmail/commands/StartMailboxExportJobCommand.ts +++ b/clients/client-workmail/commands/StartMailboxExportJobCommand.ts @@ -26,7 +26,7 @@ export interface StartMailboxExportJobCommandOutput extends StartMailboxExportJo * bucket. For more information, see Exporting mailbox content in * the Amazon WorkMail Administrator Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, StartMailboxExportJobCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, StartMailboxExportJobCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/TagResourceCommand.ts b/clients/client-workmail/commands/TagResourceCommand.ts index 207047d036f5..96e4dc4ec8ed 100644 --- a/clients/client-workmail/commands/TagResourceCommand.ts +++ b/clients/client-workmail/commands/TagResourceCommand.ts @@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Applies the specified tags to the specified Amazon WorkMail organization * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, TagResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, TagResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/UntagResourceCommand.ts b/clients/client-workmail/commands/UntagResourceCommand.ts index 27fab43b38ca..7743545f91de 100644 --- a/clients/client-workmail/commands/UntagResourceCommand.ts +++ b/clients/client-workmail/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Untags the specified tags from the specified Amazon WorkMail organization * resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, UntagResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, UntagResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/UpdateMailboxQuotaCommand.ts b/clients/client-workmail/commands/UpdateMailboxQuotaCommand.ts index c30a67bb19dd..1c76c8810a6b 100644 --- a/clients/client-workmail/commands/UpdateMailboxQuotaCommand.ts +++ b/clients/client-workmail/commands/UpdateMailboxQuotaCommand.ts @@ -24,7 +24,7 @@ export interface UpdateMailboxQuotaCommandOutput extends UpdateMailboxQuotaRespo *

Updates a user's current mailbox quota for a specified organization and * user.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, UpdateMailboxQuotaCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, UpdateMailboxQuotaCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/UpdateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/commands/UpdateMobileDeviceAccessRuleCommand.ts index b29ff65debb8..db2123ce70eb 100644 --- a/clients/client-workmail/commands/UpdateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/commands/UpdateMobileDeviceAccessRuleCommand.ts @@ -25,7 +25,7 @@ export interface UpdateMobileDeviceAccessRuleCommandOutput /** *

Updates a mobile device access rule for the specified Amazon WorkMail organization.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, UpdateMobileDeviceAccessRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, UpdateMobileDeviceAccessRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/UpdatePrimaryEmailAddressCommand.ts b/clients/client-workmail/commands/UpdatePrimaryEmailAddressCommand.ts index 93afb11cf2cf..6dd2aee2b613 100644 --- a/clients/client-workmail/commands/UpdatePrimaryEmailAddressCommand.ts +++ b/clients/client-workmail/commands/UpdatePrimaryEmailAddressCommand.ts @@ -25,7 +25,7 @@ export interface UpdatePrimaryEmailAddressCommandOutput extends UpdatePrimaryEma * into the list of aliases (or swapped between an existing alias and the current primary * email), and the email provided in the input is promoted as the primary.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, UpdatePrimaryEmailAddressCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, UpdatePrimaryEmailAddressCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmail/commands/UpdateResourceCommand.ts b/clients/client-workmail/commands/UpdateResourceCommand.ts index 9806be763f50..ecdcf5a9ba4e 100644 --- a/clients/client-workmail/commands/UpdateResourceCommand.ts +++ b/clients/client-workmail/commands/UpdateResourceCommand.ts @@ -25,7 +25,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M * a DescribeResource call. The dataset in the request should be the one * expected when performing another DescribeResource call.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailClient, UpdateResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import * // const { WorkMailClient, UpdateResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import diff --git a/clients/client-workmailmessageflow/commands/GetRawMessageContentCommand.ts b/clients/client-workmailmessageflow/commands/GetRawMessageContentCommand.ts index c829743e4384..c7a82574e360 100644 --- a/clients/client-workmailmessageflow/commands/GetRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/commands/GetRawMessageContentCommand.ts @@ -27,7 +27,7 @@ export interface GetRawMessageContentCommandOutput extends GetRawMessageContentR /** *

Retrieves the raw content of an in-transit email message, in MIME format.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailMessageFlowClient, GetRawMessageContentCommand } from "@aws-sdk/client-workmailmessageflow"; // ES Modules import * // const { WorkMailMessageFlowClient, GetRawMessageContentCommand } = require("@aws-sdk/client-workmailmessageflow"); // CommonJS import diff --git a/clients/client-workmailmessageflow/commands/PutRawMessageContentCommand.ts b/clients/client-workmailmessageflow/commands/PutRawMessageContentCommand.ts index d59a38e4259c..a44db594cc7f 100644 --- a/clients/client-workmailmessageflow/commands/PutRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/commands/PutRawMessageContentCommand.ts @@ -40,7 +40,7 @@ export interface PutRawMessageContentCommandOutput extends PutRawMessageContentR *

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkMailMessageFlowClient, PutRawMessageContentCommand } from "@aws-sdk/client-workmailmessageflow"; // ES Modules import * // const { WorkMailMessageFlowClient, PutRawMessageContentCommand } = require("@aws-sdk/client-workmailmessageflow"); // CommonJS import diff --git a/clients/client-workspaces/commands/AssociateConnectionAliasCommand.ts b/clients/client-workspaces/commands/AssociateConnectionAliasCommand.ts index 6798b3f01636..dcaaabb43737 100644 --- a/clients/client-workspaces/commands/AssociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/commands/AssociateConnectionAliasCommand.ts @@ -30,7 +30,7 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti * DescribeConnectionAliases to make sure that the current state of the connection alias is CREATED.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, AssociateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, AssociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/AssociateIpGroupsCommand.ts b/clients/client-workspaces/commands/AssociateIpGroupsCommand.ts index 7af371209782..7db0a19e55f6 100644 --- a/clients/client-workspaces/commands/AssociateIpGroupsCommand.ts +++ b/clients/client-workspaces/commands/AssociateIpGroupsCommand.ts @@ -23,7 +23,7 @@ export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult, /** *

Associates the specified IP access control group with the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, AssociateIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, AssociateIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/AuthorizeIpRulesCommand.ts b/clients/client-workspaces/commands/AuthorizeIpRulesCommand.ts index f0764f324f8e..d407c7a1016c 100644 --- a/clients/client-workspaces/commands/AuthorizeIpRulesCommand.ts +++ b/clients/client-workspaces/commands/AuthorizeIpRulesCommand.ts @@ -25,7 +25,7 @@ export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, _ *

This action gives users permission to access their WorkSpaces from the CIDR address * ranges specified in the rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, AuthorizeIpRulesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, AuthorizeIpRulesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/CopyWorkspaceImageCommand.ts b/clients/client-workspaces/commands/CopyWorkspaceImageCommand.ts index ce58d950a42e..721d6215a07b 100644 --- a/clients/client-workspaces/commands/CopyWorkspaceImageCommand.ts +++ b/clients/client-workspaces/commands/CopyWorkspaceImageCommand.ts @@ -39,7 +39,7 @@ export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResul * account ID that owns an image, use the DescribeWorkSpaceImages and DescribeWorkspaceImagePermissions API operations.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, CopyWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, CopyWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/CreateConnectionAliasCommand.ts b/clients/client-workspaces/commands/CreateConnectionAliasCommand.ts index ebcb6b47cab0..a0b03b961e11 100644 --- a/clients/client-workspaces/commands/CreateConnectionAliasCommand.ts +++ b/clients/client-workspaces/commands/CreateConnectionAliasCommand.ts @@ -25,7 +25,7 @@ export interface CreateConnectionAliasCommandOutput extends CreateConnectionAlia * * Cross-Region Redirection for Amazon WorkSpaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, CreateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, CreateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/CreateIpGroupCommand.ts b/clients/client-workspaces/commands/CreateIpGroupCommand.ts index 0fc4cf9c36e5..24bd336ee34e 100644 --- a/clients/client-workspaces/commands/CreateIpGroupCommand.ts +++ b/clients/client-workspaces/commands/CreateIpGroupCommand.ts @@ -32,7 +32,7 @@ export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __Metad * default group includes a default rule that allows users to access their WorkSpaces from * anywhere. You cannot modify the default IP access control group for your directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, CreateIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, CreateIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/CreateTagsCommand.ts b/clients/client-workspaces/commands/CreateTagsCommand.ts index 1c5a236ea16a..78b4998bc1bd 100644 --- a/clients/client-workspaces/commands/CreateTagsCommand.ts +++ b/clients/client-workspaces/commands/CreateTagsCommand.ts @@ -23,7 +23,7 @@ export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBea /** *

Creates the specified tags for the specified WorkSpaces resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, CreateTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, CreateTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/CreateWorkspaceBundleCommand.ts b/clients/client-workspaces/commands/CreateWorkspaceBundleCommand.ts index 3c621fe31885..cb698860302e 100644 --- a/clients/client-workspaces/commands/CreateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/commands/CreateWorkspaceBundleCommand.ts @@ -25,7 +25,7 @@ export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundl * * Create a Custom WorkSpaces Image and Bundle.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, CreateWorkspaceBundleCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, CreateWorkspaceBundleCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/CreateWorkspacesCommand.ts b/clients/client-workspaces/commands/CreateWorkspacesCommand.ts index 800f8d761c78..35ed1e077e5d 100644 --- a/clients/client-workspaces/commands/CreateWorkspacesCommand.ts +++ b/clients/client-workspaces/commands/CreateWorkspacesCommand.ts @@ -24,7 +24,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _ *

Creates one or more WorkSpaces.

*

This operation is asynchronous and returns before the WorkSpaces are created.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, CreateWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, CreateWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DeleteConnectionAliasCommand.ts b/clients/client-workspaces/commands/DeleteConnectionAliasCommand.ts index 6bb94e02cd6f..51beef0747d7 100644 --- a/clients/client-workspaces/commands/DeleteConnectionAliasCommand.ts +++ b/clients/client-workspaces/commands/DeleteConnectionAliasCommand.ts @@ -40,7 +40,7 @@ export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAlia * associated with any directories.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DeleteConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DeleteConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DeleteIpGroupCommand.ts b/clients/client-workspaces/commands/DeleteIpGroupCommand.ts index bd1bf1a279f3..bfb3aa226ed3 100644 --- a/clients/client-workspaces/commands/DeleteIpGroupCommand.ts +++ b/clients/client-workspaces/commands/DeleteIpGroupCommand.ts @@ -24,7 +24,7 @@ export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __Metad *

Deletes the specified IP access control group.

*

You cannot delete an IP access control group that is associated with a directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DeleteIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DeleteIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DeleteTagsCommand.ts b/clients/client-workspaces/commands/DeleteTagsCommand.ts index 1aac2ad5a9bb..b0ad1a14381c 100644 --- a/clients/client-workspaces/commands/DeleteTagsCommand.ts +++ b/clients/client-workspaces/commands/DeleteTagsCommand.ts @@ -23,7 +23,7 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBea /** *

Deletes the specified tags from the specified WorkSpaces resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DeleteTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DeleteTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DeleteWorkspaceBundleCommand.ts b/clients/client-workspaces/commands/DeleteWorkspaceBundleCommand.ts index b119a47724ec..e271c3c0b536 100644 --- a/clients/client-workspaces/commands/DeleteWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/commands/DeleteWorkspaceBundleCommand.ts @@ -25,7 +25,7 @@ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundl * * Delete a Custom WorkSpaces Bundle or Image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DeleteWorkspaceBundleCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DeleteWorkspaceBundleCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DeleteWorkspaceImageCommand.ts b/clients/client-workspaces/commands/DeleteWorkspaceImageCommand.ts index d0d2ff6b6fc3..aff7c1f57ad3 100644 --- a/clients/client-workspaces/commands/DeleteWorkspaceImageCommand.ts +++ b/clients/client-workspaces/commands/DeleteWorkspaceImageCommand.ts @@ -25,7 +25,7 @@ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageR * any bundles that are associated with the image and unshare the image if it is shared with * other accounts.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DeleteWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DeleteWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DeregisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/commands/DeregisterWorkspaceDirectoryCommand.ts index da121a16aed0..91ffc2caef3f 100644 --- a/clients/client-workspaces/commands/DeregisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/commands/DeregisterWorkspaceDirectoryCommand.ts @@ -41,7 +41,7 @@ export interface DeregisterWorkspaceDirectoryCommandOutput * WorkSpaces again.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DeregisterWorkspaceDirectoryCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DeregisterWorkspaceDirectoryCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeAccountCommand.ts b/clients/client-workspaces/commands/DescribeAccountCommand.ts index b98554a0451d..cbd8480ba7cb 100644 --- a/clients/client-workspaces/commands/DescribeAccountCommand.ts +++ b/clients/client-workspaces/commands/DescribeAccountCommand.ts @@ -24,7 +24,7 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __M *

Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for * the specified account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeAccountCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeAccountCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeAccountModificationsCommand.ts b/clients/client-workspaces/commands/DescribeAccountModificationsCommand.ts index 033827a16dcd..373ce8d206f5 100644 --- a/clients/client-workspaces/commands/DescribeAccountModificationsCommand.ts +++ b/clients/client-workspaces/commands/DescribeAccountModificationsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeAccountModificationsCommandOutput *

Retrieves a list that describes modifications to the configuration of Bring Your Own * License (BYOL) for the specified account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeAccountModificationsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeAccountModificationsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeClientPropertiesCommand.ts b/clients/client-workspaces/commands/DescribeClientPropertiesCommand.ts index d7d88022de02..47725f01c31e 100644 --- a/clients/client-workspaces/commands/DescribeClientPropertiesCommand.ts +++ b/clients/client-workspaces/commands/DescribeClientPropertiesCommand.ts @@ -23,7 +23,7 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro /** *

Retrieves a list that describes one or more specified Amazon WorkSpaces clients.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeClientPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeClientPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeConnectionAliasPermissionsCommand.ts b/clients/client-workspaces/commands/DescribeConnectionAliasPermissionsCommand.ts index 0eb657230760..4584f8804166 100644 --- a/clients/client-workspaces/commands/DescribeConnectionAliasPermissionsCommand.ts +++ b/clients/client-workspaces/commands/DescribeConnectionAliasPermissionsCommand.ts @@ -30,7 +30,7 @@ export interface DescribeConnectionAliasPermissionsCommandOutput * the specified connection alias. For more information, see * Cross-Region Redirection for Amazon WorkSpaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeConnectionAliasPermissionsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeConnectionAliasPermissionsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeConnectionAliasesCommand.ts b/clients/client-workspaces/commands/DescribeConnectionAliasesCommand.ts index 05e254aa72fe..3d155972c23b 100644 --- a/clients/client-workspaces/commands/DescribeConnectionAliasesCommand.ts +++ b/clients/client-workspaces/commands/DescribeConnectionAliasesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti * * Cross-Region Redirection for Amazon WorkSpaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeConnectionAliasesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeConnectionAliasesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeIpGroupsCommand.ts b/clients/client-workspaces/commands/DescribeIpGroupsCommand.ts index f517add8740c..68d96f04b791 100644 --- a/clients/client-workspaces/commands/DescribeIpGroupsCommand.ts +++ b/clients/client-workspaces/commands/DescribeIpGroupsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _ /** *

Describes one or more of your IP access control groups.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeTagsCommand.ts b/clients/client-workspaces/commands/DescribeTagsCommand.ts index 5dd34c93f1b7..bac2522d3893 100644 --- a/clients/client-workspaces/commands/DescribeTagsCommand.ts +++ b/clients/client-workspaces/commands/DescribeTagsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat /** *

Describes the specified tags for the specified WorkSpaces resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeWorkspaceBundlesCommand.ts b/clients/client-workspaces/commands/DescribeWorkspaceBundlesCommand.ts index 79979080dd74..4dd98704cce2 100644 --- a/clients/client-workspaces/commands/DescribeWorkspaceBundlesCommand.ts +++ b/clients/client-workspaces/commands/DescribeWorkspaceBundlesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace *

Retrieves a list that describes the available WorkSpace bundles.

*

You can filter the results using either bundle ID or owner, but not both.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeWorkspaceBundlesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeWorkspaceBundlesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeWorkspaceDirectoriesCommand.ts b/clients/client-workspaces/commands/DescribeWorkspaceDirectoriesCommand.ts index a75ae4334140..4bc68175b59e 100644 --- a/clients/client-workspaces/commands/DescribeWorkspaceDirectoriesCommand.ts +++ b/clients/client-workspaces/commands/DescribeWorkspaceDirectoriesCommand.ts @@ -26,7 +26,7 @@ export interface DescribeWorkspaceDirectoriesCommandOutput *

Describes the available directories that are registered with * Amazon WorkSpaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeWorkspaceDirectoriesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeWorkspaceDirectoriesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeWorkspaceImagePermissionsCommand.ts b/clients/client-workspaces/commands/DescribeWorkspaceImagePermissionsCommand.ts index bbc9b82e5076..5a513ec734c6 100644 --- a/clients/client-workspaces/commands/DescribeWorkspaceImagePermissionsCommand.ts +++ b/clients/client-workspaces/commands/DescribeWorkspaceImagePermissionsCommand.ts @@ -26,7 +26,7 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput *

Describes the permissions that the owner of an image has granted to other * AWS accounts for an image.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeWorkspaceImagePermissionsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeWorkspaceImagePermissionsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeWorkspaceImagesCommand.ts b/clients/client-workspaces/commands/DescribeWorkspaceImagesCommand.ts index f86293db3fd7..98770b4cc94b 100644 --- a/clients/client-workspaces/commands/DescribeWorkspaceImagesCommand.ts +++ b/clients/client-workspaces/commands/DescribeWorkspaceImagesCommand.ts @@ -24,7 +24,7 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI *

Retrieves a list that describes one or more specified images, if the image identifiers * are provided. Otherwise, all images in the account are described.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeWorkspaceImagesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeWorkspaceImagesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeWorkspaceSnapshotsCommand.ts b/clients/client-workspaces/commands/DescribeWorkspaceSnapshotsCommand.ts index ecbd69fdcf33..406e3a57a4bf 100644 --- a/clients/client-workspaces/commands/DescribeWorkspaceSnapshotsCommand.ts +++ b/clients/client-workspaces/commands/DescribeWorkspaceSnapshotsCommand.ts @@ -23,7 +23,7 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa /** *

Describes the snapshots for the specified WorkSpace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeWorkspaceSnapshotsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeWorkspaceSnapshotsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeWorkspacesCommand.ts b/clients/client-workspaces/commands/DescribeWorkspacesCommand.ts index b760d3b94ed8..0958234103b0 100644 --- a/clients/client-workspaces/commands/DescribeWorkspacesCommand.ts +++ b/clients/client-workspaces/commands/DescribeWorkspacesCommand.ts @@ -25,7 +25,7 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul *

You can filter the results by using the bundle identifier, directory identifier, or * owner, but you can specify only one filter at a time.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DescribeWorkspacesConnectionStatusCommand.ts b/clients/client-workspaces/commands/DescribeWorkspacesConnectionStatusCommand.ts index 3969ee086b8f..935e85211f8a 100644 --- a/clients/client-workspaces/commands/DescribeWorkspacesConnectionStatusCommand.ts +++ b/clients/client-workspaces/commands/DescribeWorkspacesConnectionStatusCommand.ts @@ -28,7 +28,7 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput /** *

Describes the connection status of the specified WorkSpaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DescribeWorkspacesConnectionStatusCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DescribeWorkspacesConnectionStatusCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DisassociateConnectionAliasCommand.ts b/clients/client-workspaces/commands/DisassociateConnectionAliasCommand.ts index f2becf4780bb..680f6c4a13af 100644 --- a/clients/client-workspaces/commands/DisassociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/commands/DisassociateConnectionAliasCommand.ts @@ -31,7 +31,7 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo * DescribeConnectionAliases to make sure that the current state of the connection alias is CREATED.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DisassociateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DisassociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/DisassociateIpGroupsCommand.ts b/clients/client-workspaces/commands/DisassociateIpGroupsCommand.ts index 6fcb8436a3fa..5298925fee57 100644 --- a/clients/client-workspaces/commands/DisassociateIpGroupsCommand.ts +++ b/clients/client-workspaces/commands/DisassociateIpGroupsCommand.ts @@ -23,7 +23,7 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR /** *

Disassociates the specified IP access control group from the specified directory.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, DisassociateIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, DisassociateIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ImportWorkspaceImageCommand.ts b/clients/client-workspaces/commands/ImportWorkspaceImageCommand.ts index 4efc9720bbb4..f71c213dcfb4 100644 --- a/clients/client-workspaces/commands/ImportWorkspaceImageCommand.ts +++ b/clients/client-workspaces/commands/ImportWorkspaceImageCommand.ts @@ -27,7 +27,7 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR * * Bring Your Own Windows Desktop Licenses.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ImportWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ImportWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ListAvailableManagementCidrRangesCommand.ts b/clients/client-workspaces/commands/ListAvailableManagementCidrRangesCommand.ts index 9a9beb66e1a9..588ca2161f7b 100644 --- a/clients/client-workspaces/commands/ListAvailableManagementCidrRangesCommand.ts +++ b/clients/client-workspaces/commands/ListAvailableManagementCidrRangesCommand.ts @@ -33,7 +33,7 @@ export interface ListAvailableManagementCidrRangesCommandOutput * network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces * clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/MigrateWorkspaceCommand.ts b/clients/client-workspaces/commands/MigrateWorkspaceCommand.ts index 3474aa4b1736..878c7fba64df 100644 --- a/clients/client-workspaces/commands/MigrateWorkspaceCommand.ts +++ b/clients/client-workspaces/commands/MigrateWorkspaceCommand.ts @@ -31,7 +31,7 @@ export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, _ *

For available migration scenarios, details about what happens during migration, and best practices, see * Migrate a WorkSpace.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, MigrateWorkspaceCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, MigrateWorkspaceCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ModifyAccountCommand.ts b/clients/client-workspaces/commands/ModifyAccountCommand.ts index d27c57e16b98..f2db9ddae2ec 100644 --- a/clients/client-workspaces/commands/ModifyAccountCommand.ts +++ b/clients/client-workspaces/commands/ModifyAccountCommand.ts @@ -24,7 +24,7 @@ export interface ModifyAccountCommandOutput extends ModifyAccountResult, __Metad *

Modifies the configuration of Bring Your Own License (BYOL) for the specified * account.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ModifyAccountCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ModifyAccountCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ModifyClientPropertiesCommand.ts b/clients/client-workspaces/commands/ModifyClientPropertiesCommand.ts index 9dfe019b9923..7d505f6bfb5e 100644 --- a/clients/client-workspaces/commands/ModifyClientPropertiesCommand.ts +++ b/clients/client-workspaces/commands/ModifyClientPropertiesCommand.ts @@ -23,7 +23,7 @@ export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropert /** *

Modifies the properties of the specified Amazon WorkSpaces clients.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ModifyClientPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ModifyClientPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ModifySelfservicePermissionsCommand.ts b/clients/client-workspaces/commands/ModifySelfservicePermissionsCommand.ts index 723cf6cdb10a..3c620680b096 100644 --- a/clients/client-workspaces/commands/ModifySelfservicePermissionsCommand.ts +++ b/clients/client-workspaces/commands/ModifySelfservicePermissionsCommand.ts @@ -26,7 +26,7 @@ export interface ModifySelfservicePermissionsCommandOutput *

Modifies the self-service WorkSpace management capabilities for your users. For more * information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ModifySelfservicePermissionsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ModifySelfservicePermissionsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ModifyWorkspaceAccessPropertiesCommand.ts b/clients/client-workspaces/commands/ModifyWorkspaceAccessPropertiesCommand.ts index 335f139d80bc..da390057aea1 100644 --- a/clients/client-workspaces/commands/ModifyWorkspaceAccessPropertiesCommand.ts +++ b/clients/client-workspaces/commands/ModifyWorkspaceAccessPropertiesCommand.ts @@ -27,7 +27,7 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput * For more information, see * Control Device Access.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ModifyWorkspaceAccessPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ModifyWorkspaceAccessPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ModifyWorkspaceCreationPropertiesCommand.ts b/clients/client-workspaces/commands/ModifyWorkspaceCreationPropertiesCommand.ts index 73f60756c48e..b43b6b03c432 100644 --- a/clients/client-workspaces/commands/ModifyWorkspaceCreationPropertiesCommand.ts +++ b/clients/client-workspaces/commands/ModifyWorkspaceCreationPropertiesCommand.ts @@ -25,7 +25,7 @@ export interface ModifyWorkspaceCreationPropertiesCommandOutput /** *

Modify the default properties used to create WorkSpaces.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ModifyWorkspaceCreationPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ModifyWorkspaceCreationPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ModifyWorkspacePropertiesCommand.ts b/clients/client-workspaces/commands/ModifyWorkspacePropertiesCommand.ts index 78d9017b517d..36429bdcedaa 100644 --- a/clients/client-workspaces/commands/ModifyWorkspacePropertiesCommand.ts +++ b/clients/client-workspaces/commands/ModifyWorkspacePropertiesCommand.ts @@ -27,7 +27,7 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP * Modify a WorkSpace. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ModifyWorkspacePropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ModifyWorkspacePropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/ModifyWorkspaceStateCommand.ts b/clients/client-workspaces/commands/ModifyWorkspaceStateCommand.ts index cfc14bbdaca3..181bde3ae4ee 100644 --- a/clients/client-workspaces/commands/ModifyWorkspaceStateCommand.ts +++ b/clients/client-workspaces/commands/ModifyWorkspaceStateCommand.ts @@ -28,7 +28,7 @@ export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateR * stopped. Users cannot log into a WorkSpace in the ADMIN_MAINTENANCE * state.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, ModifyWorkspaceStateCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, ModifyWorkspaceStateCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/RebootWorkspacesCommand.ts b/clients/client-workspaces/commands/RebootWorkspacesCommand.ts index 0d15ae00ec42..428ee11dcd70 100644 --- a/clients/client-workspaces/commands/RebootWorkspacesCommand.ts +++ b/clients/client-workspaces/commands/RebootWorkspacesCommand.ts @@ -26,7 +26,7 @@ export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, _ * UNHEALTHY.

*

This operation is asynchronous and returns before the WorkSpaces have rebooted.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, RebootWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, RebootWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/RebuildWorkspacesCommand.ts b/clients/client-workspaces/commands/RebuildWorkspacesCommand.ts index 467fb497c430..515cc64090de 100644 --- a/clients/client-workspaces/commands/RebuildWorkspacesCommand.ts +++ b/clients/client-workspaces/commands/RebuildWorkspacesCommand.ts @@ -30,7 +30,7 @@ export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult, *

This operation is asynchronous and returns before the WorkSpaces have been completely * rebuilt.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, RebuildWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, RebuildWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/RegisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/commands/RegisterWorkspaceDirectoryCommand.ts index 13c0387ce96a..907d95b07ef2 100644 --- a/clients/client-workspaces/commands/RegisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/commands/RegisterWorkspaceDirectoryCommand.ts @@ -27,7 +27,7 @@ export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspa * register a directory. For more information, see * Creating the workspaces_DefaultRole Role.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, RegisterWorkspaceDirectoryCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, RegisterWorkspaceDirectoryCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/RestoreWorkspaceCommand.ts b/clients/client-workspaces/commands/RestoreWorkspaceCommand.ts index 60ebc4d9e458..71dbbc513b2f 100644 --- a/clients/client-workspaces/commands/RestoreWorkspaceCommand.ts +++ b/clients/client-workspaces/commands/RestoreWorkspaceCommand.ts @@ -30,7 +30,7 @@ export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, _ *

This operation is asynchronous and returns before the WorkSpace is completely * restored.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, RestoreWorkspaceCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, RestoreWorkspaceCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/RevokeIpRulesCommand.ts b/clients/client-workspaces/commands/RevokeIpRulesCommand.ts index 9f51f327c36f..8f112af3182f 100644 --- a/clients/client-workspaces/commands/RevokeIpRulesCommand.ts +++ b/clients/client-workspaces/commands/RevokeIpRulesCommand.ts @@ -23,7 +23,7 @@ export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __Metad /** *

Removes one or more rules from the specified IP access control group.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, RevokeIpRulesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, RevokeIpRulesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/StartWorkspacesCommand.ts b/clients/client-workspaces/commands/StartWorkspacesCommand.ts index 251e7d1d6788..31460f70c8a4 100644 --- a/clients/client-workspaces/commands/StartWorkspacesCommand.ts +++ b/clients/client-workspaces/commands/StartWorkspacesCommand.ts @@ -25,7 +25,7 @@ export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __M *

You cannot start a WorkSpace unless it has a running mode of AutoStop and a * state of STOPPED.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, StartWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, StartWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/StopWorkspacesCommand.ts b/clients/client-workspaces/commands/StopWorkspacesCommand.ts index 25f78fb49d9e..06bf131687bc 100644 --- a/clients/client-workspaces/commands/StopWorkspacesCommand.ts +++ b/clients/client-workspaces/commands/StopWorkspacesCommand.ts @@ -26,7 +26,7 @@ export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __Met * state of AVAILABLE, IMPAIRED, UNHEALTHY, or * ERROR.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, StopWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, StopWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/TerminateWorkspacesCommand.ts b/clients/client-workspaces/commands/TerminateWorkspacesCommand.ts index 9daf4b771d1a..c9e4ed70de03 100644 --- a/clients/client-workspaces/commands/TerminateWorkspacesCommand.ts +++ b/clients/client-workspaces/commands/TerminateWorkspacesCommand.ts @@ -52,7 +52,7 @@ export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesRes * WorkSpaces again.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, TerminateWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, TerminateWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/UpdateConnectionAliasPermissionCommand.ts b/clients/client-workspaces/commands/UpdateConnectionAliasPermissionCommand.ts index c2d3f435385d..4b6648ef2a42 100644 --- a/clients/client-workspaces/commands/UpdateConnectionAliasPermissionCommand.ts +++ b/clients/client-workspaces/commands/UpdateConnectionAliasPermissionCommand.ts @@ -44,7 +44,7 @@ export interface UpdateConnectionAliasPermissionCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, UpdateConnectionAliasPermissionCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, UpdateConnectionAliasPermissionCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/UpdateRulesOfIpGroupCommand.ts b/clients/client-workspaces/commands/UpdateRulesOfIpGroupCommand.ts index be478dec3c45..a50b421b1eb0 100644 --- a/clients/client-workspaces/commands/UpdateRulesOfIpGroupCommand.ts +++ b/clients/client-workspaces/commands/UpdateRulesOfIpGroupCommand.ts @@ -24,7 +24,7 @@ export interface UpdateRulesOfIpGroupCommandOutput extends UpdateRulesOfIpGroupR *

Replaces the current rules of the specified IP access control group with the specified * rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, UpdateRulesOfIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, UpdateRulesOfIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/UpdateWorkspaceBundleCommand.ts b/clients/client-workspaces/commands/UpdateWorkspaceBundleCommand.ts index bd79fcdc9ade..779e49cb576e 100644 --- a/clients/client-workspaces/commands/UpdateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/commands/UpdateWorkspaceBundleCommand.ts @@ -31,7 +31,7 @@ export interface UpdateWorkspaceBundleCommandOutput extends UpdateWorkspaceBundl * must either rebuild the WorkSpaces or delete and recreate them.

* * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, UpdateWorkspaceBundleCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, UpdateWorkspaceBundleCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-workspaces/commands/UpdateWorkspaceImagePermissionCommand.ts b/clients/client-workspaces/commands/UpdateWorkspaceImagePermissionCommand.ts index 5a2c5e468401..a8a480c3a72d 100644 --- a/clients/client-workspaces/commands/UpdateWorkspaceImagePermissionCommand.ts +++ b/clients/client-workspaces/commands/UpdateWorkspaceImagePermissionCommand.ts @@ -53,7 +53,7 @@ export interface UpdateWorkspaceImagePermissionCommandOutput * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { WorkSpacesClient, UpdateWorkspaceImagePermissionCommand } from "@aws-sdk/client-workspaces"; // ES Modules import * // const { WorkSpacesClient, UpdateWorkspaceImagePermissionCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import diff --git a/clients/client-xray/commands/BatchGetTracesCommand.ts b/clients/client-xray/commands/BatchGetTracesCommand.ts index 9f13f0805193..ea2e1138f0d6 100644 --- a/clients/client-xray/commands/BatchGetTracesCommand.ts +++ b/clients/client-xray/commands/BatchGetTracesCommand.ts @@ -25,7 +25,7 @@ export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __Met * documents that originates from a single request. Use GetTraceSummaries to get a * list of trace IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, BatchGetTracesCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, BatchGetTracesCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/CreateGroupCommand.ts b/clients/client-xray/commands/CreateGroupCommand.ts index edf61043c344..0a864e111871 100644 --- a/clients/client-xray/commands/CreateGroupCommand.ts +++ b/clients/client-xray/commands/CreateGroupCommand.ts @@ -23,7 +23,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataB /** *

Creates a group resource with a name and a filter expression.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, CreateGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, CreateGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/CreateSamplingRuleCommand.ts b/clients/client-xray/commands/CreateSamplingRuleCommand.ts index 3ac3447f90dd..bfd428e41204 100644 --- a/clients/client-xray/commands/CreateSamplingRuleCommand.ts +++ b/clients/client-xray/commands/CreateSamplingRuleCommand.ts @@ -29,7 +29,7 @@ export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResul * each in-use rule. The updated rule contains a trace quota that the service can use instead * of borrowing from the reservoir.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, CreateSamplingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, CreateSamplingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/DeleteGroupCommand.ts b/clients/client-xray/commands/DeleteGroupCommand.ts index 0243a4fb81b5..404b1fba9d17 100644 --- a/clients/client-xray/commands/DeleteGroupCommand.ts +++ b/clients/client-xray/commands/DeleteGroupCommand.ts @@ -23,7 +23,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataB /** *

Deletes a group resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, DeleteGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, DeleteGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/DeleteSamplingRuleCommand.ts b/clients/client-xray/commands/DeleteSamplingRuleCommand.ts index cf2df6e243e2..e6bd80e9ee9b 100644 --- a/clients/client-xray/commands/DeleteSamplingRuleCommand.ts +++ b/clients/client-xray/commands/DeleteSamplingRuleCommand.ts @@ -23,7 +23,7 @@ export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResul /** *

Deletes a sampling rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, DeleteSamplingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, DeleteSamplingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetEncryptionConfigCommand.ts b/clients/client-xray/commands/GetEncryptionConfigCommand.ts index 5af0a92d8cfb..fb807f484b9c 100644 --- a/clients/client-xray/commands/GetEncryptionConfigCommand.ts +++ b/clients/client-xray/commands/GetEncryptionConfigCommand.ts @@ -23,7 +23,7 @@ export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigRes /** *

Retrieves the current encryption configuration for X-Ray data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetEncryptionConfigCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetEncryptionConfigCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetGroupCommand.ts b/clients/client-xray/commands/GetGroupCommand.ts index e54a817ad917..d9d27a69399f 100644 --- a/clients/client-xray/commands/GetGroupCommand.ts +++ b/clients/client-xray/commands/GetGroupCommand.ts @@ -23,7 +23,7 @@ export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer /** *

Retrieves group resource details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetGroupsCommand.ts b/clients/client-xray/commands/GetGroupsCommand.ts index 1f52f945942f..2f6609c9cba4 100644 --- a/clients/client-xray/commands/GetGroupsCommand.ts +++ b/clients/client-xray/commands/GetGroupsCommand.ts @@ -23,7 +23,7 @@ export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBeare /** *

Retrieves all active group details.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetGroupsCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetGroupsCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetInsightCommand.ts b/clients/client-xray/commands/GetInsightCommand.ts index d9b0e84454fe..fdd6c5ed82aa 100644 --- a/clients/client-xray/commands/GetInsightCommand.ts +++ b/clients/client-xray/commands/GetInsightCommand.ts @@ -25,7 +25,7 @@ export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBea * root cause services, the top anomalous services, the category, the state of the insight, * and the start and end time of the insight.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetInsightCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetInsightCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetInsightEventsCommand.ts b/clients/client-xray/commands/GetInsightEventsCommand.ts index d0fd2d8e79c8..c5b7ea61b4a1 100644 --- a/clients/client-xray/commands/GetInsightEventsCommand.ts +++ b/clients/client-xray/commands/GetInsightEventsCommand.ts @@ -25,7 +25,7 @@ export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, _ * event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray * console.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetInsightEventsCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetInsightEventsCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetInsightImpactGraphCommand.ts b/clients/client-xray/commands/GetInsightImpactGraphCommand.ts index b602136edc7d..8164be21a93f 100644 --- a/clients/client-xray/commands/GetInsightImpactGraphCommand.ts +++ b/clients/client-xray/commands/GetInsightImpactGraphCommand.ts @@ -24,7 +24,7 @@ export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGrap *

Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only * structural information. For a complete service graph, use this API with the GetServiceGraph API.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetInsightImpactGraphCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetInsightImpactGraphCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetInsightSummariesCommand.ts b/clients/client-xray/commands/GetInsightSummariesCommand.ts index 728647c733ea..39a5395e2150 100644 --- a/clients/client-xray/commands/GetInsightSummariesCommand.ts +++ b/clients/client-xray/commands/GetInsightSummariesCommand.ts @@ -23,7 +23,7 @@ export interface GetInsightSummariesCommandOutput extends GetInsightSummariesRes /** *

Retrieves the summaries of all insights in the specified group matching the provided filter values.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetInsightSummariesCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetInsightSummariesCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetSamplingRulesCommand.ts b/clients/client-xray/commands/GetSamplingRulesCommand.ts index b13bb5220b97..587332452dbf 100644 --- a/clients/client-xray/commands/GetSamplingRulesCommand.ts +++ b/clients/client-xray/commands/GetSamplingRulesCommand.ts @@ -23,7 +23,7 @@ export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, _ /** *

Retrieves all sampling rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetSamplingRulesCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetSamplingRulesCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetSamplingStatisticSummariesCommand.ts b/clients/client-xray/commands/GetSamplingStatisticSummariesCommand.ts index 2c802916a2ef..ea307204c9cd 100644 --- a/clients/client-xray/commands/GetSamplingStatisticSummariesCommand.ts +++ b/clients/client-xray/commands/GetSamplingStatisticSummariesCommand.ts @@ -25,7 +25,7 @@ export interface GetSamplingStatisticSummariesCommandOutput /** *

Retrieves information about recent sampling results for all sampling rules.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetSamplingStatisticSummariesCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetSamplingStatisticSummariesCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetSamplingTargetsCommand.ts b/clients/client-xray/commands/GetSamplingTargetsCommand.ts index 60514af57334..2443a77a946f 100644 --- a/clients/client-xray/commands/GetSamplingTargetsCommand.ts +++ b/clients/client-xray/commands/GetSamplingTargetsCommand.ts @@ -24,7 +24,7 @@ export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResul *

Requests a sampling quota for rules that the service is using to sample requests. *

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetSamplingTargetsCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetSamplingTargetsCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetServiceGraphCommand.ts b/clients/client-xray/commands/GetServiceGraphCommand.ts index 0ad8e369cf1a..c089dc2d839f 100644 --- a/clients/client-xray/commands/GetServiceGraphCommand.ts +++ b/clients/client-xray/commands/GetServiceGraphCommand.ts @@ -27,7 +27,7 @@ export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __M * Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL * databases.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetServiceGraphCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetServiceGraphCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetTimeSeriesServiceStatisticsCommand.ts b/clients/client-xray/commands/GetTimeSeriesServiceStatisticsCommand.ts index 6cfb7d88765c..22facc4e4a34 100644 --- a/clients/client-xray/commands/GetTimeSeriesServiceStatisticsCommand.ts +++ b/clients/client-xray/commands/GetTimeSeriesServiceStatisticsCommand.ts @@ -26,7 +26,7 @@ export interface GetTimeSeriesServiceStatisticsCommandOutput *

Get an aggregation of service statistics defined by a specific time * range.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetTimeSeriesServiceStatisticsCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetTimeSeriesServiceStatisticsCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetTraceGraphCommand.ts b/clients/client-xray/commands/GetTraceGraphCommand.ts index 56c76fd26d88..c619da32e043 100644 --- a/clients/client-xray/commands/GetTraceGraphCommand.ts +++ b/clients/client-xray/commands/GetTraceGraphCommand.ts @@ -23,7 +23,7 @@ export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __Metad /** *

Retrieves a service graph for one or more specific trace IDs.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetTraceGraphCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetTraceGraphCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/GetTraceSummariesCommand.ts b/clients/client-xray/commands/GetTraceSummariesCommand.ts index 9fda578fd7c7..73f18cd2ea3a 100644 --- a/clients/client-xray/commands/GetTraceSummariesCommand.ts +++ b/clients/client-xray/commands/GetTraceSummariesCommand.ts @@ -39,7 +39,7 @@ export interface GetTraceSummariesCommandOutput extends GetTraceSummariesResult, * see Using Filter * Expressions in the AWS X-Ray Developer Guide.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, GetTraceSummariesCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, GetTraceSummariesCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/ListTagsForResourceCommand.ts b/clients/client-xray/commands/ListTagsForResourceCommand.ts index 19b0c5ac6bc6..9a2e919d38df 100644 --- a/clients/client-xray/commands/ListTagsForResourceCommand.ts +++ b/clients/client-xray/commands/ListTagsForResourceCommand.ts @@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Returns a list of tags that are applied to the specified AWS X-Ray group or sampling rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, ListTagsForResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, ListTagsForResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/PutEncryptionConfigCommand.ts b/clients/client-xray/commands/PutEncryptionConfigCommand.ts index 4eb5381e517d..b99706b6e083 100644 --- a/clients/client-xray/commands/PutEncryptionConfigCommand.ts +++ b/clients/client-xray/commands/PutEncryptionConfigCommand.ts @@ -23,7 +23,7 @@ export interface PutEncryptionConfigCommandOutput extends PutEncryptionConfigRes /** *

Updates the encryption configuration for X-Ray data.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, PutEncryptionConfigCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, PutEncryptionConfigCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/PutTelemetryRecordsCommand.ts b/clients/client-xray/commands/PutTelemetryRecordsCommand.ts index 9961e2064aac..13f04317dc1a 100644 --- a/clients/client-xray/commands/PutTelemetryRecordsCommand.ts +++ b/clients/client-xray/commands/PutTelemetryRecordsCommand.ts @@ -23,7 +23,7 @@ export interface PutTelemetryRecordsCommandOutput extends PutTelemetryRecordsRes /** *

Used by the AWS X-Ray daemon to upload telemetry.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, PutTelemetryRecordsCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, PutTelemetryRecordsCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/PutTraceSegmentsCommand.ts b/clients/client-xray/commands/PutTraceSegmentsCommand.ts index 44a9ec76e316..ed8a6b00ba15 100644 --- a/clients/client-xray/commands/PutTraceSegmentsCommand.ts +++ b/clients/client-xray/commands/PutTraceSegmentsCommand.ts @@ -85,7 +85,7 @@ export interface PutTraceSegmentsCommandOutput extends PutTraceSegmentsResult, _ * * * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, PutTraceSegmentsCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, PutTraceSegmentsCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/TagResourceCommand.ts b/clients/client-xray/commands/TagResourceCommand.ts index 46c51d2f6ef8..791436491dfb 100644 --- a/clients/client-xray/commands/TagResourceCommand.ts +++ b/clients/client-xray/commands/TagResourceCommand.ts @@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Applies tags to an existing AWS X-Ray group or sampling rule.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, TagResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, TagResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/UntagResourceCommand.ts b/clients/client-xray/commands/UntagResourceCommand.ts index bb3b1669ff6f..32e300379e22 100644 --- a/clients/client-xray/commands/UntagResourceCommand.ts +++ b/clients/client-xray/commands/UntagResourceCommand.ts @@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Removes tags from an AWS X-Ray group or sampling rule. You cannot edit or delete system * tags (those with an aws: prefix).

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, UntagResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, UntagResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/UpdateGroupCommand.ts b/clients/client-xray/commands/UpdateGroupCommand.ts index 3746a4e7c59e..6eda8cfd1926 100644 --- a/clients/client-xray/commands/UpdateGroupCommand.ts +++ b/clients/client-xray/commands/UpdateGroupCommand.ts @@ -23,7 +23,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResult, __MetadataB /** *

Updates a group resource.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, UpdateGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, UpdateGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/clients/client-xray/commands/UpdateSamplingRuleCommand.ts b/clients/client-xray/commands/UpdateSamplingRuleCommand.ts index 04b079c419d8..ed70be949b10 100644 --- a/clients/client-xray/commands/UpdateSamplingRuleCommand.ts +++ b/clients/client-xray/commands/UpdateSamplingRuleCommand.ts @@ -23,7 +23,7 @@ export interface UpdateSamplingRuleCommandOutput extends UpdateSamplingRuleResul /** *

Modifies a sampling rule's configuration.

* @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { XRayClient, UpdateSamplingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import * // const { XRayClient, UpdateSamplingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/EmptyInputAndEmptyOutputCommand.ts b/protocol_tests/aws-ec2/commands/EmptyInputAndEmptyOutputCommand.ts index 02bceef6ad7e..8c60c60c755a 100644 --- a/protocol_tests/aws-ec2/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/protocol_tests/aws-ec2/commands/EmptyInputAndEmptyOutputCommand.ts @@ -26,7 +26,7 @@ export interface EmptyInputAndEmptyOutputCommandOutput extends EmptyInputAndEmpt * * While this should be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, EmptyInputAndEmptyOutputCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, EmptyInputAndEmptyOutputCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/GreetingWithErrorsCommand.ts b/protocol_tests/aws-ec2/commands/GreetingWithErrorsCommand.ts index bd3281ead0c3..abb93a4f4ac7 100644 --- a/protocol_tests/aws-ec2/commands/GreetingWithErrorsCommand.ts +++ b/protocol_tests/aws-ec2/commands/GreetingWithErrorsCommand.ts @@ -27,7 +27,7 @@ export interface GreetingWithErrorsCommandOutput extends GreetingWithErrorsOutpu * 2. An InvalidGreeting error. * 3. A BadRequest error. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, GreetingWithErrorsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, GreetingWithErrorsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/IgnoresWrappingXmlNameCommand.ts b/protocol_tests/aws-ec2/commands/IgnoresWrappingXmlNameCommand.ts index 2785d6d304e2..21ab433ed4c8 100644 --- a/protocol_tests/aws-ec2/commands/IgnoresWrappingXmlNameCommand.ts +++ b/protocol_tests/aws-ec2/commands/IgnoresWrappingXmlNameCommand.ts @@ -25,7 +25,7 @@ export interface IgnoresWrappingXmlNameCommandOutput extends IgnoresWrappingXmlN * * The wrapping element is always operation name + "Response". * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, IgnoresWrappingXmlNameCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, IgnoresWrappingXmlNameCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/NestedStructuresCommand.ts b/protocol_tests/aws-ec2/commands/NestedStructuresCommand.ts index 2d0bb981b782..297fb9325883 100644 --- a/protocol_tests/aws-ec2/commands/NestedStructuresCommand.ts +++ b/protocol_tests/aws-ec2/commands/NestedStructuresCommand.ts @@ -23,7 +23,7 @@ export interface NestedStructuresCommandOutput extends __MetadataBearer {} /** * This test serializes nested and recursive structure members. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, NestedStructuresCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, NestedStructuresCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/NoInputAndOutputCommand.ts b/protocol_tests/aws-ec2/commands/NoInputAndOutputCommand.ts index 30de738e062a..f37f5956f400 100644 --- a/protocol_tests/aws-ec2/commands/NoInputAndOutputCommand.ts +++ b/protocol_tests/aws-ec2/commands/NoInputAndOutputCommand.ts @@ -26,7 +26,7 @@ export interface NoInputAndOutputCommandOutput extends NoInputAndOutputOutput, _ * * While this should be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, NoInputAndOutputCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, NoInputAndOutputCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/QueryIdempotencyTokenAutoFillCommand.ts b/protocol_tests/aws-ec2/commands/QueryIdempotencyTokenAutoFillCommand.ts index aac48e3a7150..2f0d873ba86c 100644 --- a/protocol_tests/aws-ec2/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/protocol_tests/aws-ec2/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -23,7 +23,7 @@ export interface QueryIdempotencyTokenAutoFillCommandOutput extends __MetadataBe /** * Automatically adds idempotency tokens. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, QueryIdempotencyTokenAutoFillCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, QueryIdempotencyTokenAutoFillCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/QueryListsCommand.ts b/protocol_tests/aws-ec2/commands/QueryListsCommand.ts index 478faa67e5ed..0d9c0b71f66a 100644 --- a/protocol_tests/aws-ec2/commands/QueryListsCommand.ts +++ b/protocol_tests/aws-ec2/commands/QueryListsCommand.ts @@ -20,7 +20,7 @@ export interface QueryListsCommandOutput extends __MetadataBearer {} /** * This test serializes simple and complex lists. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, QueryListsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, QueryListsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/QueryTimestampsCommand.ts b/protocol_tests/aws-ec2/commands/QueryTimestampsCommand.ts index 02cb937af933..1a96b4319800 100644 --- a/protocol_tests/aws-ec2/commands/QueryTimestampsCommand.ts +++ b/protocol_tests/aws-ec2/commands/QueryTimestampsCommand.ts @@ -24,7 +24,7 @@ export interface QueryTimestampsCommandOutput extends __MetadataBearer {} * 2. A timestampFormat trait on a member changes the format. * 3. A timestampFormat trait on the shape targeted by the member changes the format. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, QueryTimestampsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, QueryTimestampsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/RecursiveXmlShapesCommand.ts b/protocol_tests/aws-ec2/commands/RecursiveXmlShapesCommand.ts index a0b77cb28ebc..05d0440e2588 100644 --- a/protocol_tests/aws-ec2/commands/RecursiveXmlShapesCommand.ts +++ b/protocol_tests/aws-ec2/commands/RecursiveXmlShapesCommand.ts @@ -23,7 +23,7 @@ export interface RecursiveXmlShapesCommandOutput extends RecursiveXmlShapesOutpu /** * Recursive shapes * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, RecursiveXmlShapesCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, RecursiveXmlShapesCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/SimpleInputParamsCommand.ts b/protocol_tests/aws-ec2/commands/SimpleInputParamsCommand.ts index 38ea9ad9a1a9..b8334e97b81c 100644 --- a/protocol_tests/aws-ec2/commands/SimpleInputParamsCommand.ts +++ b/protocol_tests/aws-ec2/commands/SimpleInputParamsCommand.ts @@ -23,7 +23,7 @@ export interface SimpleInputParamsCommandOutput extends __MetadataBearer {} /** * This test serializes strings, numbers, and boolean values. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, SimpleInputParamsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, SimpleInputParamsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/XmlBlobsCommand.ts b/protocol_tests/aws-ec2/commands/XmlBlobsCommand.ts index 619a8f919e3e..17391b95228a 100644 --- a/protocol_tests/aws-ec2/commands/XmlBlobsCommand.ts +++ b/protocol_tests/aws-ec2/commands/XmlBlobsCommand.ts @@ -20,7 +20,7 @@ export interface XmlBlobsCommandOutput extends XmlBlobsOutput, __MetadataBearer /** * Blobs are base64 encoded * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, XmlBlobsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, XmlBlobsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/XmlEnumsCommand.ts b/protocol_tests/aws-ec2/commands/XmlEnumsCommand.ts index 09533be890f4..f4ead1d9f6e1 100644 --- a/protocol_tests/aws-ec2/commands/XmlEnumsCommand.ts +++ b/protocol_tests/aws-ec2/commands/XmlEnumsCommand.ts @@ -20,7 +20,7 @@ export interface XmlEnumsCommandOutput extends XmlEnumsOutput, __MetadataBearer /** * This example serializes enums as top level properties, in lists, sets, and maps. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, XmlEnumsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, XmlEnumsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/XmlListsCommand.ts b/protocol_tests/aws-ec2/commands/XmlListsCommand.ts index 80bc3817b4ad..66b333eadb2c 100644 --- a/protocol_tests/aws-ec2/commands/XmlListsCommand.ts +++ b/protocol_tests/aws-ec2/commands/XmlListsCommand.ts @@ -30,7 +30,7 @@ export interface XmlListsCommandOutput extends XmlListsOutput, __MetadataBearer * 7. Flattened XML lists with @xmlNamespace. * 8. Lists of structures. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, XmlListsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, XmlListsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-ec2/commands/XmlTimestampsCommand.ts b/protocol_tests/aws-ec2/commands/XmlTimestampsCommand.ts index cb0a6e3a8bce..9ab129ecf24f 100644 --- a/protocol_tests/aws-ec2/commands/XmlTimestampsCommand.ts +++ b/protocol_tests/aws-ec2/commands/XmlTimestampsCommand.ts @@ -22,7 +22,7 @@ export interface XmlTimestampsCommandOutput extends XmlTimestampsOutput, __Metad * default format of date-time and various @timestampFormat trait * values. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { EC2ProtocolClient, XmlTimestampsCommand } from "@aws-sdk/aws-ec2"; // ES Modules import * // const { EC2ProtocolClient, XmlTimestampsCommand } = require("@aws-sdk/aws-ec2"); // CommonJS import diff --git a/protocol_tests/aws-json/commands/GreetingWithErrorsCommand.ts b/protocol_tests/aws-json/commands/GreetingWithErrorsCommand.ts index 3fa41818e860..86fda0bb55e3 100644 --- a/protocol_tests/aws-json/commands/GreetingWithErrorsCommand.ts +++ b/protocol_tests/aws-json/commands/GreetingWithErrorsCommand.ts @@ -30,7 +30,7 @@ export interface GreetingWithErrorsCommandOutput extends GreetingWithErrorsOutpu * Implementations must be able to successfully take a response and * properly deserialize successful and error responses. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { JsonProtocolClient, GreetingWithErrorsCommand } from "@aws-sdk/aws-json"; // ES Modules import * // const { JsonProtocolClient, GreetingWithErrorsCommand } = require("@aws-sdk/aws-json"); // CommonJS import diff --git a/protocol_tests/aws-json/commands/JsonEnumsCommand.ts b/protocol_tests/aws-json/commands/JsonEnumsCommand.ts index d25da3bd36f8..4bbc3031211b 100644 --- a/protocol_tests/aws-json/commands/JsonEnumsCommand.ts +++ b/protocol_tests/aws-json/commands/JsonEnumsCommand.ts @@ -20,7 +20,7 @@ export interface JsonEnumsCommandOutput extends JsonEnumsInputOutput, __Metadata /** * This example serializes enums as top level properties, in lists, sets, and maps. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { JsonProtocolClient, JsonEnumsCommand } from "@aws-sdk/aws-json"; // ES Modules import * // const { JsonProtocolClient, JsonEnumsCommand } = require("@aws-sdk/aws-json"); // CommonJS import diff --git a/protocol_tests/aws-json/commands/JsonUnionsCommand.ts b/protocol_tests/aws-json/commands/JsonUnionsCommand.ts index 3f3d85d1af9e..d0f29011d1c9 100644 --- a/protocol_tests/aws-json/commands/JsonUnionsCommand.ts +++ b/protocol_tests/aws-json/commands/JsonUnionsCommand.ts @@ -23,7 +23,7 @@ export interface JsonUnionsCommandOutput extends UnionInputOutput, __MetadataBea /** * This operation uses unions for inputs and outputs. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { JsonProtocolClient, JsonUnionsCommand } from "@aws-sdk/aws-json"; // ES Modules import * // const { JsonProtocolClient, JsonUnionsCommand } = require("@aws-sdk/aws-json"); // CommonJS import diff --git a/protocol_tests/aws-json/commands/PutAndGetInlineDocumentsCommand.ts b/protocol_tests/aws-json/commands/PutAndGetInlineDocumentsCommand.ts index c0c98031a5ec..f87373a63391 100644 --- a/protocol_tests/aws-json/commands/PutAndGetInlineDocumentsCommand.ts +++ b/protocol_tests/aws-json/commands/PutAndGetInlineDocumentsCommand.ts @@ -23,7 +23,7 @@ export interface PutAndGetInlineDocumentsCommandOutput extends PutAndGetInlineDo /** * This example serializes an inline document as part of the payload. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { JsonProtocolClient, PutAndGetInlineDocumentsCommand } from "@aws-sdk/aws-json"; // ES Modules import * // const { JsonProtocolClient, PutAndGetInlineDocumentsCommand } = require("@aws-sdk/aws-json"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/EmptyInputAndEmptyOutputCommand.ts b/protocol_tests/aws-query/commands/EmptyInputAndEmptyOutputCommand.ts index 400622a03ca6..cc39e17516df 100644 --- a/protocol_tests/aws-query/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/protocol_tests/aws-query/commands/EmptyInputAndEmptyOutputCommand.ts @@ -26,7 +26,7 @@ export interface EmptyInputAndEmptyOutputCommandOutput extends EmptyInputAndEmpt * * While this should be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, EmptyInputAndEmptyOutputCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, EmptyInputAndEmptyOutputCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/FlattenedXmlMapCommand.ts b/protocol_tests/aws-query/commands/FlattenedXmlMapCommand.ts index 6c7c95d3b298..d30a387e941f 100644 --- a/protocol_tests/aws-query/commands/FlattenedXmlMapCommand.ts +++ b/protocol_tests/aws-query/commands/FlattenedXmlMapCommand.ts @@ -23,7 +23,7 @@ export interface FlattenedXmlMapCommandOutput extends FlattenedXmlMapOutput, __M /** * Flattened maps * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, FlattenedXmlMapCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, FlattenedXmlMapCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNameCommand.ts b/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNameCommand.ts index 60f60d444930..a7bc8e2729a4 100644 --- a/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -23,7 +23,7 @@ export interface FlattenedXmlMapWithXmlNameCommandOutput extends FlattenedXmlMap /** * Flattened maps with @xmlName * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, FlattenedXmlMapWithXmlNameCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, FlattenedXmlMapWithXmlNameCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index ec454ba19f63..0cba410694dc 100644 --- a/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/protocol_tests/aws-query/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -25,7 +25,7 @@ export interface FlattenedXmlMapWithXmlNamespaceCommandOutput /** * Flattened maps with @xmlNamespace and @xmlName * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, FlattenedXmlMapWithXmlNamespaceCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, FlattenedXmlMapWithXmlNamespaceCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/GreetingWithErrorsCommand.ts b/protocol_tests/aws-query/commands/GreetingWithErrorsCommand.ts index af1f76b5c884..79e3dfd1fe79 100644 --- a/protocol_tests/aws-query/commands/GreetingWithErrorsCommand.ts +++ b/protocol_tests/aws-query/commands/GreetingWithErrorsCommand.ts @@ -27,7 +27,7 @@ export interface GreetingWithErrorsCommandOutput extends GreetingWithErrorsOutpu * 2. An InvalidGreeting error. * 3. A BadRequest error. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, GreetingWithErrorsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, GreetingWithErrorsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/IgnoresWrappingXmlNameCommand.ts b/protocol_tests/aws-query/commands/IgnoresWrappingXmlNameCommand.ts index 2f068da47501..72b3d1e8f7f3 100644 --- a/protocol_tests/aws-query/commands/IgnoresWrappingXmlNameCommand.ts +++ b/protocol_tests/aws-query/commands/IgnoresWrappingXmlNameCommand.ts @@ -26,7 +26,7 @@ export interface IgnoresWrappingXmlNameCommandOutput extends IgnoresWrappingXmlN * The wrapping element is always operation name + "Response", and * inside of that wrapper is another wrapper named operation name + "Result". * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, IgnoresWrappingXmlNameCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, IgnoresWrappingXmlNameCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/NestedStructuresCommand.ts b/protocol_tests/aws-query/commands/NestedStructuresCommand.ts index 048eab3f5d47..e366eab7b2f4 100644 --- a/protocol_tests/aws-query/commands/NestedStructuresCommand.ts +++ b/protocol_tests/aws-query/commands/NestedStructuresCommand.ts @@ -23,7 +23,7 @@ export interface NestedStructuresCommandOutput extends __MetadataBearer {} /** * This test serializes nested and recursive structure members. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, NestedStructuresCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, NestedStructuresCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/NoInputAndNoOutputCommand.ts b/protocol_tests/aws-query/commands/NoInputAndNoOutputCommand.ts index 852915489724..6fdb3e74bc01 100644 --- a/protocol_tests/aws-query/commands/NoInputAndNoOutputCommand.ts +++ b/protocol_tests/aws-query/commands/NoInputAndNoOutputCommand.ts @@ -25,7 +25,7 @@ export interface NoInputAndNoOutputCommandOutput extends __MetadataBearer {} * * While this should be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, NoInputAndNoOutputCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, NoInputAndNoOutputCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/NoInputAndOutputCommand.ts b/protocol_tests/aws-query/commands/NoInputAndOutputCommand.ts index 129045c2fd98..6fe8614354fa 100644 --- a/protocol_tests/aws-query/commands/NoInputAndOutputCommand.ts +++ b/protocol_tests/aws-query/commands/NoInputAndOutputCommand.ts @@ -26,7 +26,7 @@ export interface NoInputAndOutputCommandOutput extends __MetadataBearer {} * * While this should be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, NoInputAndOutputCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, NoInputAndOutputCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/QueryIdempotencyTokenAutoFillCommand.ts b/protocol_tests/aws-query/commands/QueryIdempotencyTokenAutoFillCommand.ts index 5c27356d7a04..98ff9ef8d50d 100644 --- a/protocol_tests/aws-query/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/protocol_tests/aws-query/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -23,7 +23,7 @@ export interface QueryIdempotencyTokenAutoFillCommandOutput extends __MetadataBe /** * Automatically adds idempotency tokens. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, QueryIdempotencyTokenAutoFillCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, QueryIdempotencyTokenAutoFillCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/QueryListsCommand.ts b/protocol_tests/aws-query/commands/QueryListsCommand.ts index 6dbd56590ec0..dc89a43f931a 100644 --- a/protocol_tests/aws-query/commands/QueryListsCommand.ts +++ b/protocol_tests/aws-query/commands/QueryListsCommand.ts @@ -20,7 +20,7 @@ export interface QueryListsCommandOutput extends __MetadataBearer {} /** * This test serializes simple and complex lists. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, QueryListsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, QueryListsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/QueryMapsCommand.ts b/protocol_tests/aws-query/commands/QueryMapsCommand.ts index 65d01b971e81..60b8b7e1d47a 100644 --- a/protocol_tests/aws-query/commands/QueryMapsCommand.ts +++ b/protocol_tests/aws-query/commands/QueryMapsCommand.ts @@ -20,7 +20,7 @@ export interface QueryMapsCommandOutput extends __MetadataBearer {} /** * This test serializes simple and complex maps. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, QueryMapsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, QueryMapsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/QueryTimestampsCommand.ts b/protocol_tests/aws-query/commands/QueryTimestampsCommand.ts index 2e7151fd3164..8624d131b881 100644 --- a/protocol_tests/aws-query/commands/QueryTimestampsCommand.ts +++ b/protocol_tests/aws-query/commands/QueryTimestampsCommand.ts @@ -27,7 +27,7 @@ export interface QueryTimestampsCommandOutput extends __MetadataBearer {} * 2. A timestampFormat trait on a member changes the format. * 3. A timestampFormat trait on the shape targeted by the member changes the format. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, QueryTimestampsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, QueryTimestampsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/RecursiveXmlShapesCommand.ts b/protocol_tests/aws-query/commands/RecursiveXmlShapesCommand.ts index 07d1cfe3a6d5..9b97bf293fb3 100644 --- a/protocol_tests/aws-query/commands/RecursiveXmlShapesCommand.ts +++ b/protocol_tests/aws-query/commands/RecursiveXmlShapesCommand.ts @@ -23,7 +23,7 @@ export interface RecursiveXmlShapesCommandOutput extends RecursiveXmlShapesOutpu /** * Recursive shapes * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, RecursiveXmlShapesCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, RecursiveXmlShapesCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/SimpleInputParamsCommand.ts b/protocol_tests/aws-query/commands/SimpleInputParamsCommand.ts index 3b2bddb511dd..e15b3b77ceb1 100644 --- a/protocol_tests/aws-query/commands/SimpleInputParamsCommand.ts +++ b/protocol_tests/aws-query/commands/SimpleInputParamsCommand.ts @@ -23,7 +23,7 @@ export interface SimpleInputParamsCommandOutput extends __MetadataBearer {} /** * This test serializes strings, numbers, and boolean values. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, SimpleInputParamsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, SimpleInputParamsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/XmlBlobsCommand.ts b/protocol_tests/aws-query/commands/XmlBlobsCommand.ts index 4905c50306e4..4daeba8d2be2 100644 --- a/protocol_tests/aws-query/commands/XmlBlobsCommand.ts +++ b/protocol_tests/aws-query/commands/XmlBlobsCommand.ts @@ -20,7 +20,7 @@ export interface XmlBlobsCommandOutput extends XmlBlobsOutput, __MetadataBearer /** * Blobs are base64 encoded * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, XmlBlobsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, XmlBlobsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/XmlEnumsCommand.ts b/protocol_tests/aws-query/commands/XmlEnumsCommand.ts index bead2e60ec98..2c7e618b2063 100644 --- a/protocol_tests/aws-query/commands/XmlEnumsCommand.ts +++ b/protocol_tests/aws-query/commands/XmlEnumsCommand.ts @@ -20,7 +20,7 @@ export interface XmlEnumsCommandOutput extends XmlEnumsOutput, __MetadataBearer /** * This example serializes enums as top level properties, in lists, sets, and maps. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, XmlEnumsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, XmlEnumsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/XmlListsCommand.ts b/protocol_tests/aws-query/commands/XmlListsCommand.ts index bb529a88d4fc..a59c2b1841d6 100644 --- a/protocol_tests/aws-query/commands/XmlListsCommand.ts +++ b/protocol_tests/aws-query/commands/XmlListsCommand.ts @@ -29,7 +29,7 @@ export interface XmlListsCommandOutput extends XmlListsOutput, __MetadataBearer * 6. Flattened XML lists with @xmlName. * 7. Lists of structures. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, XmlListsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, XmlListsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/XmlMapsCommand.ts b/protocol_tests/aws-query/commands/XmlMapsCommand.ts index a0c868ace006..1599653a7cef 100644 --- a/protocol_tests/aws-query/commands/XmlMapsCommand.ts +++ b/protocol_tests/aws-query/commands/XmlMapsCommand.ts @@ -20,7 +20,7 @@ export interface XmlMapsCommandOutput extends XmlMapsOutput, __MetadataBearer {} /** * The example tests basic map serialization. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, XmlMapsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, XmlMapsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-query/commands/XmlTimestampsCommand.ts b/protocol_tests/aws-query/commands/XmlTimestampsCommand.ts index 55f9067c00b9..f367a81631a0 100644 --- a/protocol_tests/aws-query/commands/XmlTimestampsCommand.ts +++ b/protocol_tests/aws-query/commands/XmlTimestampsCommand.ts @@ -25,7 +25,7 @@ export interface XmlTimestampsCommandOutput extends XmlTimestampsOutput, __Metad * default format of date-time and various @timestampFormat trait * values. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { QueryProtocolClient, XmlTimestampsCommand } from "@aws-sdk/aws-query"; // ES Modules import * // const { QueryProtocolClient, XmlTimestampsCommand } = require("@aws-sdk/aws-query"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/AllQueryStringTypesCommand.ts b/protocol_tests/aws-restjson/commands/AllQueryStringTypesCommand.ts index ce6dc727e705..589b4fd615d8 100644 --- a/protocol_tests/aws-restjson/commands/AllQueryStringTypesCommand.ts +++ b/protocol_tests/aws-restjson/commands/AllQueryStringTypesCommand.ts @@ -23,7 +23,7 @@ export interface AllQueryStringTypesCommandOutput extends __MetadataBearer {} /** * This example uses all query string types. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, AllQueryStringTypesCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, AllQueryStringTypesCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/ConstantAndVariableQueryStringCommand.ts b/protocol_tests/aws-restjson/commands/ConstantAndVariableQueryStringCommand.ts index 79c8e35066ec..0e8a2505da93 100644 --- a/protocol_tests/aws-restjson/commands/ConstantAndVariableQueryStringCommand.ts +++ b/protocol_tests/aws-restjson/commands/ConstantAndVariableQueryStringCommand.ts @@ -25,7 +25,7 @@ export interface ConstantAndVariableQueryStringCommandOutput extends __MetadataB * The fixed query string parameters and variable parameters must both be * serialized (implementations may need to merge them together). * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, ConstantAndVariableQueryStringCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, ConstantAndVariableQueryStringCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/ConstantQueryStringCommand.ts b/protocol_tests/aws-restjson/commands/ConstantQueryStringCommand.ts index 1970db53a4c7..2e4d5a7b4e90 100644 --- a/protocol_tests/aws-restjson/commands/ConstantQueryStringCommand.ts +++ b/protocol_tests/aws-restjson/commands/ConstantQueryStringCommand.ts @@ -26,7 +26,7 @@ export interface ConstantQueryStringCommandOutput extends __MetadataBearer {} * compatible. The fixed query string parameter named "hello" should * in no way conflict with the label, `{hello}`. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, ConstantQueryStringCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, ConstantQueryStringCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/EmptyInputAndEmptyOutputCommand.ts b/protocol_tests/aws-restjson/commands/EmptyInputAndEmptyOutputCommand.ts index ed19b4987b8e..5489b21a1985 100644 --- a/protocol_tests/aws-restjson/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/protocol_tests/aws-restjson/commands/EmptyInputAndEmptyOutputCommand.ts @@ -26,7 +26,7 @@ export interface EmptyInputAndEmptyOutputCommandOutput extends EmptyInputAndEmpt * and empty output structure that reuses the same shape. While this should * be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, EmptyInputAndEmptyOutputCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, EmptyInputAndEmptyOutputCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/GreetingWithErrorsCommand.ts b/protocol_tests/aws-restjson/commands/GreetingWithErrorsCommand.ts index d7c5588032df..1ed9d445eb18 100644 --- a/protocol_tests/aws-restjson/commands/GreetingWithErrorsCommand.ts +++ b/protocol_tests/aws-restjson/commands/GreetingWithErrorsCommand.ts @@ -32,7 +32,7 @@ export interface GreetingWithErrorsCommandOutput extends GreetingWithErrorsOutpu * properly (de)serialize successful and error responses based on the * the presence of the * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, GreetingWithErrorsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, GreetingWithErrorsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/HttpPayloadTraitsCommand.ts b/protocol_tests/aws-restjson/commands/HttpPayloadTraitsCommand.ts index a00c383a4338..4fb4dc4fd254 100644 --- a/protocol_tests/aws-restjson/commands/HttpPayloadTraitsCommand.ts +++ b/protocol_tests/aws-restjson/commands/HttpPayloadTraitsCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadTraitsCommandOutput extends HttpPayloadTraitsInputOu * In this example, no JSON document is synthesized because the payload is * not a structure or a union type. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, HttpPayloadTraitsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, HttpPayloadTraitsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/protocol_tests/aws-restjson/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index e2d7b04b7726..add8d2a04d5d 100644 --- a/protocol_tests/aws-restjson/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/protocol_tests/aws-restjson/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadTraitsWithMediaTypeCommandOutput * This examples uses a `@mediaType` trait on the payload to force a custom * content-type to be serialized. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, HttpPayloadTraitsWithMediaTypeCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, HttpPayloadTraitsWithMediaTypeCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/HttpPayloadWithStructureCommand.ts b/protocol_tests/aws-restjson/commands/HttpPayloadWithStructureCommand.ts index ce64cb43ab87..3759c14d3394 100644 --- a/protocol_tests/aws-restjson/commands/HttpPayloadWithStructureCommand.ts +++ b/protocol_tests/aws-restjson/commands/HttpPayloadWithStructureCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadWithStructureCommandOutput extends HttpPayloadWithSt * Note that serializing a structure changes the wrapper element name * to match the targeted structure. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, HttpPayloadWithStructureCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, HttpPayloadWithStructureCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/HttpPrefixHeadersCommand.ts b/protocol_tests/aws-restjson/commands/HttpPrefixHeadersCommand.ts index 11f88a731306..5ca2a8d2aa49 100644 --- a/protocol_tests/aws-restjson/commands/HttpPrefixHeadersCommand.ts +++ b/protocol_tests/aws-restjson/commands/HttpPrefixHeadersCommand.ts @@ -23,7 +23,7 @@ export interface HttpPrefixHeadersCommandOutput extends HttpPrefixHeadersInputOu /** * This examples adds headers to the input of a request and response by prefix. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, HttpPrefixHeadersCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, HttpPrefixHeadersCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/HttpPrefixHeadersResponseCommand.ts b/protocol_tests/aws-restjson/commands/HttpPrefixHeadersResponseCommand.ts index 42ce66c7d398..8fcfa7b18259 100644 --- a/protocol_tests/aws-restjson/commands/HttpPrefixHeadersResponseCommand.ts +++ b/protocol_tests/aws-restjson/commands/HttpPrefixHeadersResponseCommand.ts @@ -23,7 +23,7 @@ export interface HttpPrefixHeadersResponseCommandOutput extends HttpPrefixHeader /** * Clients that perform this test extract all headers from the response. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, HttpPrefixHeadersResponseCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, HttpPrefixHeadersResponseCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index c206b95c0da1..95f4a8926a98 100644 --- a/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -25,7 +25,7 @@ export interface HttpRequestWithLabelsAndTimestampFormatCommandOutput extends __ * The example tests how requests serialize different timestamp formats in the * URI path. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, HttpRequestWithLabelsAndTimestampFormatCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, HttpRequestWithLabelsAndTimestampFormatCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsCommand.ts b/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsCommand.ts index 0e5b7f2fae27..ec7302e6ea05 100644 --- a/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsCommand.ts +++ b/protocol_tests/aws-restjson/commands/HttpRequestWithLabelsCommand.ts @@ -24,7 +24,7 @@ export interface HttpRequestWithLabelsCommandOutput extends __MetadataBearer {} * The example tests how requests are serialized when there's no input * payload but there are HTTP labels. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, HttpRequestWithLabelsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, HttpRequestWithLabelsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/IgnoreQueryParamsInResponseCommand.ts b/protocol_tests/aws-restjson/commands/IgnoreQueryParamsInResponseCommand.ts index 4d44d311210e..24177976e19f 100644 --- a/protocol_tests/aws-restjson/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/protocol_tests/aws-restjson/commands/IgnoreQueryParamsInResponseCommand.ts @@ -25,7 +25,7 @@ export interface IgnoreQueryParamsInResponseCommandOutput extends IgnoreQueryPar * serialized in the body of responses if the structure is used in both * the request and response. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, IgnoreQueryParamsInResponseCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, IgnoreQueryParamsInResponseCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/InlineDocumentAsPayloadCommand.ts b/protocol_tests/aws-restjson/commands/InlineDocumentAsPayloadCommand.ts index 944f0c23b72e..c488d2d5a553 100644 --- a/protocol_tests/aws-restjson/commands/InlineDocumentAsPayloadCommand.ts +++ b/protocol_tests/aws-restjson/commands/InlineDocumentAsPayloadCommand.ts @@ -23,7 +23,7 @@ export interface InlineDocumentAsPayloadCommandOutput extends InlineDocumentAsPa /** * This example serializes an inline document as the entire HTTP payload. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, InlineDocumentAsPayloadCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, InlineDocumentAsPayloadCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/InlineDocumentCommand.ts b/protocol_tests/aws-restjson/commands/InlineDocumentCommand.ts index 418d912cf6a4..f0aa046762e7 100644 --- a/protocol_tests/aws-restjson/commands/InlineDocumentCommand.ts +++ b/protocol_tests/aws-restjson/commands/InlineDocumentCommand.ts @@ -23,7 +23,7 @@ export interface InlineDocumentCommandOutput extends InlineDocumentInputOutput, /** * This example serializes an inline document as part of the payload. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, InlineDocumentCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, InlineDocumentCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/InputAndOutputWithHeadersCommand.ts b/protocol_tests/aws-restjson/commands/InputAndOutputWithHeadersCommand.ts index bac688a16f3d..b726f3e0b9ee 100644 --- a/protocol_tests/aws-restjson/commands/InputAndOutputWithHeadersCommand.ts +++ b/protocol_tests/aws-restjson/commands/InputAndOutputWithHeadersCommand.ts @@ -24,7 +24,7 @@ export interface InputAndOutputWithHeadersCommandOutput extends InputAndOutputWi * The example tests how requests and responses are serialized when there is * no input or output payload but there are HTTP header bindings. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, InputAndOutputWithHeadersCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, InputAndOutputWithHeadersCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/JsonBlobsCommand.ts b/protocol_tests/aws-restjson/commands/JsonBlobsCommand.ts index c70f74ceee73..abe9e2357696 100644 --- a/protocol_tests/aws-restjson/commands/JsonBlobsCommand.ts +++ b/protocol_tests/aws-restjson/commands/JsonBlobsCommand.ts @@ -23,7 +23,7 @@ export interface JsonBlobsCommandOutput extends JsonBlobsInputOutput, __Metadata /** * Blobs are base64 encoded * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, JsonBlobsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, JsonBlobsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/JsonEnumsCommand.ts b/protocol_tests/aws-restjson/commands/JsonEnumsCommand.ts index c8ba5e414269..311785de4634 100644 --- a/protocol_tests/aws-restjson/commands/JsonEnumsCommand.ts +++ b/protocol_tests/aws-restjson/commands/JsonEnumsCommand.ts @@ -23,7 +23,7 @@ export interface JsonEnumsCommandOutput extends JsonEnumsInputOutput, __Metadata /** * This example serializes enums as top level properties, in lists, sets, and maps. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, JsonEnumsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, JsonEnumsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/JsonListsCommand.ts b/protocol_tests/aws-restjson/commands/JsonListsCommand.ts index 594e29d1683b..d26e7b429968 100644 --- a/protocol_tests/aws-restjson/commands/JsonListsCommand.ts +++ b/protocol_tests/aws-restjson/commands/JsonListsCommand.ts @@ -29,7 +29,7 @@ export interface JsonListsCommandOutput extends JsonListsInputOutput, __Metadata * 3. JSON lists of lists. * 4. Lists of structures. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, JsonListsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, JsonListsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/JsonMapsCommand.ts b/protocol_tests/aws-restjson/commands/JsonMapsCommand.ts index ad0485e94b49..00535e8610cf 100644 --- a/protocol_tests/aws-restjson/commands/JsonMapsCommand.ts +++ b/protocol_tests/aws-restjson/commands/JsonMapsCommand.ts @@ -23,7 +23,7 @@ export interface JsonMapsCommandOutput extends JsonMapsInputOutput, __MetadataBe /** * The example tests basic map serialization. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, JsonMapsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, JsonMapsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/JsonTimestampsCommand.ts b/protocol_tests/aws-restjson/commands/JsonTimestampsCommand.ts index 24e72bfe15ac..ab83e57d2acf 100644 --- a/protocol_tests/aws-restjson/commands/JsonTimestampsCommand.ts +++ b/protocol_tests/aws-restjson/commands/JsonTimestampsCommand.ts @@ -25,7 +25,7 @@ export interface JsonTimestampsCommandOutput extends JsonTimestampsInputOutput, * default format of date-time and various @timestampFormat trait * values. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, JsonTimestampsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, JsonTimestampsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/JsonUnionsCommand.ts b/protocol_tests/aws-restjson/commands/JsonUnionsCommand.ts index b684ccb55877..5a6e0c40103c 100644 --- a/protocol_tests/aws-restjson/commands/JsonUnionsCommand.ts +++ b/protocol_tests/aws-restjson/commands/JsonUnionsCommand.ts @@ -23,7 +23,7 @@ export interface JsonUnionsCommandOutput extends UnionInputOutput, __MetadataBea /** * This operation uses unions for inputs and outputs. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, JsonUnionsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, JsonUnionsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/MediaTypeHeaderCommand.ts b/protocol_tests/aws-restjson/commands/MediaTypeHeaderCommand.ts index 42f144efb0cb..ade447246358 100644 --- a/protocol_tests/aws-restjson/commands/MediaTypeHeaderCommand.ts +++ b/protocol_tests/aws-restjson/commands/MediaTypeHeaderCommand.ts @@ -23,7 +23,7 @@ export interface MediaTypeHeaderCommandOutput extends MediaTypeHeaderOutput, __M /** * This example ensures that mediaType strings are base64 encoded in headers. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, MediaTypeHeaderCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, MediaTypeHeaderCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/NoInputAndNoOutputCommand.ts b/protocol_tests/aws-restjson/commands/NoInputAndNoOutputCommand.ts index e35bb0d5388e..285dd1ad89d8 100644 --- a/protocol_tests/aws-restjson/commands/NoInputAndNoOutputCommand.ts +++ b/protocol_tests/aws-restjson/commands/NoInputAndNoOutputCommand.ts @@ -24,7 +24,7 @@ export interface NoInputAndNoOutputCommandOutput extends __MetadataBearer {} * no request or response payload because the operation has no input or output. * While this should be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, NoInputAndNoOutputCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, NoInputAndNoOutputCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/NoInputAndOutputCommand.ts b/protocol_tests/aws-restjson/commands/NoInputAndOutputCommand.ts index 38c4f99c1778..9b458ff17fe6 100644 --- a/protocol_tests/aws-restjson/commands/NoInputAndOutputCommand.ts +++ b/protocol_tests/aws-restjson/commands/NoInputAndOutputCommand.ts @@ -26,7 +26,7 @@ export interface NoInputAndOutputCommandOutput extends NoInputAndOutputOutput, _ * output is empty. While this should be rare, code generators must support * this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, NoInputAndOutputCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, NoInputAndOutputCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersClientCommand.ts b/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersClientCommand.ts index 1fc8a8986399..030978ecd2d9 100644 --- a/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersClientCommand.ts +++ b/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersClientCommand.ts @@ -23,7 +23,7 @@ export interface NullAndEmptyHeadersClientCommandOutput extends NullAndEmptyHead /** * Null and empty headers are not sent over the wire. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, NullAndEmptyHeadersClientCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, NullAndEmptyHeadersClientCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersServerCommand.ts b/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersServerCommand.ts index 57440b9ee914..393f34577c59 100644 --- a/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersServerCommand.ts +++ b/protocol_tests/aws-restjson/commands/NullAndEmptyHeadersServerCommand.ts @@ -23,7 +23,7 @@ export interface NullAndEmptyHeadersServerCommandOutput extends NullAndEmptyHead /** * Null and empty headers are not sent over the wire. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, NullAndEmptyHeadersServerCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, NullAndEmptyHeadersServerCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/OmitsNullSerializesEmptyStringCommand.ts b/protocol_tests/aws-restjson/commands/OmitsNullSerializesEmptyStringCommand.ts index b4a2a6b87aae..72213a299230 100644 --- a/protocol_tests/aws-restjson/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/protocol_tests/aws-restjson/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -23,7 +23,7 @@ export interface OmitsNullSerializesEmptyStringCommandOutput extends __MetadataB /** * Omits null, but serializes empty string value. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, OmitsNullSerializesEmptyStringCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, OmitsNullSerializesEmptyStringCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/QueryIdempotencyTokenAutoFillCommand.ts b/protocol_tests/aws-restjson/commands/QueryIdempotencyTokenAutoFillCommand.ts index 39c83251a4c8..3f1d77313f37 100644 --- a/protocol_tests/aws-restjson/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/protocol_tests/aws-restjson/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -23,7 +23,7 @@ export interface QueryIdempotencyTokenAutoFillCommandOutput extends __MetadataBe /** * Automatically adds idempotency tokens. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, QueryIdempotencyTokenAutoFillCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, QueryIdempotencyTokenAutoFillCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/RecursiveShapesCommand.ts b/protocol_tests/aws-restjson/commands/RecursiveShapesCommand.ts index e4f939dd129a..6f3697419983 100644 --- a/protocol_tests/aws-restjson/commands/RecursiveShapesCommand.ts +++ b/protocol_tests/aws-restjson/commands/RecursiveShapesCommand.ts @@ -23,7 +23,7 @@ export interface RecursiveShapesCommandOutput extends RecursiveShapesInputOutput /** * Recursive shapes * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, RecursiveShapesCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, RecursiveShapesCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/StreamingTraitsCommand.ts b/protocol_tests/aws-restjson/commands/StreamingTraitsCommand.ts index acdc3dda93ad..a90a38a37bc8 100644 --- a/protocol_tests/aws-restjson/commands/StreamingTraitsCommand.ts +++ b/protocol_tests/aws-restjson/commands/StreamingTraitsCommand.ts @@ -35,7 +35,7 @@ export interface StreamingTraitsCommandOutput extends StreamingTraitsInputOutput * In this example, no JSON document is synthesized because the payload is * not a structure or a union type. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, StreamingTraitsCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, StreamingTraitsCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/StreamingTraitsRequireLengthCommand.ts b/protocol_tests/aws-restjson/commands/StreamingTraitsRequireLengthCommand.ts index f0c673e455be..64c78fb98c6a 100644 --- a/protocol_tests/aws-restjson/commands/StreamingTraitsRequireLengthCommand.ts +++ b/protocol_tests/aws-restjson/commands/StreamingTraitsRequireLengthCommand.ts @@ -38,7 +38,7 @@ export interface StreamingTraitsRequireLengthCommandOutput * In this example, no JSON document is synthesized because the payload is * not a structure or a union type. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, StreamingTraitsRequireLengthCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, StreamingTraitsRequireLengthCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/StreamingTraitsWithMediaTypeCommand.ts b/protocol_tests/aws-restjson/commands/StreamingTraitsWithMediaTypeCommand.ts index 023d54924fd4..bd1fb3c5fa07 100644 --- a/protocol_tests/aws-restjson/commands/StreamingTraitsWithMediaTypeCommand.ts +++ b/protocol_tests/aws-restjson/commands/StreamingTraitsWithMediaTypeCommand.ts @@ -37,7 +37,7 @@ export interface StreamingTraitsWithMediaTypeCommandOutput * This examples uses a `@mediaType` trait on the payload to force a custom * content-type to be serialized. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, StreamingTraitsWithMediaTypeCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, StreamingTraitsWithMediaTypeCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restjson/commands/TimestampFormatHeadersCommand.ts b/protocol_tests/aws-restjson/commands/TimestampFormatHeadersCommand.ts index baa6aaeb0b9d..11f5c22e1311 100644 --- a/protocol_tests/aws-restjson/commands/TimestampFormatHeadersCommand.ts +++ b/protocol_tests/aws-restjson/commands/TimestampFormatHeadersCommand.ts @@ -23,7 +23,7 @@ export interface TimestampFormatHeadersCommandOutput extends TimestampFormatHead /** * This example tests how timestamp request and response headers are serialized. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestJsonProtocolClient, TimestampFormatHeadersCommand } from "@aws-sdk/aws-restjson"; // ES Modules import * // const { RestJsonProtocolClient, TimestampFormatHeadersCommand } = require("@aws-sdk/aws-restjson"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/AllQueryStringTypesCommand.ts b/protocol_tests/aws-restxml/commands/AllQueryStringTypesCommand.ts index ade82a87cbcd..819bb55801b9 100644 --- a/protocol_tests/aws-restxml/commands/AllQueryStringTypesCommand.ts +++ b/protocol_tests/aws-restxml/commands/AllQueryStringTypesCommand.ts @@ -23,7 +23,7 @@ export interface AllQueryStringTypesCommandOutput extends __MetadataBearer {} /** * This example uses all query string types. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, AllQueryStringTypesCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, AllQueryStringTypesCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/ConstantAndVariableQueryStringCommand.ts b/protocol_tests/aws-restxml/commands/ConstantAndVariableQueryStringCommand.ts index 41266dcf3f68..103b3e2892da 100644 --- a/protocol_tests/aws-restxml/commands/ConstantAndVariableQueryStringCommand.ts +++ b/protocol_tests/aws-restxml/commands/ConstantAndVariableQueryStringCommand.ts @@ -25,7 +25,7 @@ export interface ConstantAndVariableQueryStringCommandOutput extends __MetadataB * The fixed query string parameters and variable parameters must both be * serialized (implementations may need to merge them together). * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, ConstantAndVariableQueryStringCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, ConstantAndVariableQueryStringCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/ConstantQueryStringCommand.ts b/protocol_tests/aws-restxml/commands/ConstantQueryStringCommand.ts index f57ebad27ecc..bae0d2458d15 100644 --- a/protocol_tests/aws-restxml/commands/ConstantQueryStringCommand.ts +++ b/protocol_tests/aws-restxml/commands/ConstantQueryStringCommand.ts @@ -26,7 +26,7 @@ export interface ConstantQueryStringCommandOutput extends __MetadataBearer {} * compatible. The fixed query string parameter named "hello" should * in no way conflict with the label, `{hello}`. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, ConstantQueryStringCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, ConstantQueryStringCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/EmptyInputAndEmptyOutputCommand.ts b/protocol_tests/aws-restxml/commands/EmptyInputAndEmptyOutputCommand.ts index 0db0cda82e55..74609fca4ac9 100644 --- a/protocol_tests/aws-restxml/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/protocol_tests/aws-restxml/commands/EmptyInputAndEmptyOutputCommand.ts @@ -26,7 +26,7 @@ export interface EmptyInputAndEmptyOutputCommandOutput extends EmptyInputAndEmpt * and empty output structure that reuses the same shape. While this should * be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, EmptyInputAndEmptyOutputCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, EmptyInputAndEmptyOutputCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/FlattenedXmlMapCommand.ts b/protocol_tests/aws-restxml/commands/FlattenedXmlMapCommand.ts index 85e3d224623c..29ba40f1230e 100644 --- a/protocol_tests/aws-restxml/commands/FlattenedXmlMapCommand.ts +++ b/protocol_tests/aws-restxml/commands/FlattenedXmlMapCommand.ts @@ -23,7 +23,7 @@ export interface FlattenedXmlMapCommandOutput extends FlattenedXmlMapInputOutput /** * Flattened maps * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, FlattenedXmlMapCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, FlattenedXmlMapCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNameCommand.ts b/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNameCommand.ts index 905c086a226e..cd71db188c9f 100644 --- a/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -25,7 +25,7 @@ export interface FlattenedXmlMapWithXmlNameCommandOutput /** * Flattened maps with @xmlName * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, FlattenedXmlMapWithXmlNameCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, FlattenedXmlMapWithXmlNameCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index ddb4ffea089e..2b61c51376f1 100644 --- a/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/protocol_tests/aws-restxml/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -25,7 +25,7 @@ export interface FlattenedXmlMapWithXmlNamespaceCommandOutput /** * Flattened maps with @xmlNamespace and @xmlName * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, FlattenedXmlMapWithXmlNamespaceCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, FlattenedXmlMapWithXmlNamespaceCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/GreetingWithErrorsCommand.ts b/protocol_tests/aws-restxml/commands/GreetingWithErrorsCommand.ts index 4bdd175d33e0..f298fde7fb75 100644 --- a/protocol_tests/aws-restxml/commands/GreetingWithErrorsCommand.ts +++ b/protocol_tests/aws-restxml/commands/GreetingWithErrorsCommand.ts @@ -31,7 +31,7 @@ export interface GreetingWithErrorsCommandOutput extends GreetingWithErrorsOutpu * properly (de)serialize successful and error responses based on the * the presence of the * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, GreetingWithErrorsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, GreetingWithErrorsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPayloadTraitsCommand.ts b/protocol_tests/aws-restxml/commands/HttpPayloadTraitsCommand.ts index a70806952045..63c6f92841c1 100644 --- a/protocol_tests/aws-restxml/commands/HttpPayloadTraitsCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPayloadTraitsCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadTraitsCommandOutput extends HttpPayloadTraitsInputOu * In this example, no XML document is synthesized because the payload is * not a structure or a union type. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPayloadTraitsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPayloadTraitsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/protocol_tests/aws-restxml/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 066328323ea0..2c5373469e25 100644 --- a/protocol_tests/aws-restxml/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadTraitsWithMediaTypeCommandOutput * This examples uses a `@mediaType` trait on the payload to force a custom * content-type to be serialized. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPayloadTraitsWithMediaTypeCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPayloadTraitsWithMediaTypeCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPayloadWithMemberXmlNameCommand.ts b/protocol_tests/aws-restxml/commands/HttpPayloadWithMemberXmlNameCommand.ts index 878fc7d8f724..c27832451079 100644 --- a/protocol_tests/aws-restxml/commands/HttpPayloadWithMemberXmlNameCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPayloadWithMemberXmlNameCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadWithMemberXmlNameCommandOutput * The following example serializes a payload that uses an XML name * on the member, changing the wrapper name. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPayloadWithMemberXmlNameCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPayloadWithMemberXmlNameCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPayloadWithStructureCommand.ts b/protocol_tests/aws-restxml/commands/HttpPayloadWithStructureCommand.ts index 8b4366ab18fc..45e68cf86e46 100644 --- a/protocol_tests/aws-restxml/commands/HttpPayloadWithStructureCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPayloadWithStructureCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadWithStructureCommandOutput extends HttpPayloadWithSt * Note that serializing a structure changes the wrapper element name * to match the targeted structure. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPayloadWithStructureCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPayloadWithStructureCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNameCommand.ts b/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNameCommand.ts index 9b94121dcfba..b0b891d299bc 100644 --- a/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNameCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNameCommand.ts @@ -24,7 +24,7 @@ export interface HttpPayloadWithXmlNameCommandOutput extends HttpPayloadWithXmlN * The following example serializes a payload that uses an XML name, * changing the wrapper name. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPayloadWithXmlNameCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPayloadWithXmlNameCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts b/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts index 2d7bedba9365..3889737b8f7d 100644 --- a/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts @@ -26,7 +26,7 @@ export interface HttpPayloadWithXmlNamespaceAndPrefixCommandOutput /** * The following example serializes a payload that uses an XML namespace. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPayloadWithXmlNamespaceAndPrefixCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPayloadWithXmlNamespaceAndPrefixCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceCommand.ts b/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceCommand.ts index 175891847f3d..e98fe40e6c06 100644 --- a/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPayloadWithXmlNamespaceCommand.ts @@ -25,7 +25,7 @@ export interface HttpPayloadWithXmlNamespaceCommandOutput /** * The following example serializes a payload that uses an XML namespace. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPayloadWithXmlNamespaceCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPayloadWithXmlNamespaceCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpPrefixHeadersCommand.ts b/protocol_tests/aws-restxml/commands/HttpPrefixHeadersCommand.ts index 769d6039f724..9d423616d462 100644 --- a/protocol_tests/aws-restxml/commands/HttpPrefixHeadersCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpPrefixHeadersCommand.ts @@ -23,7 +23,7 @@ export interface HttpPrefixHeadersCommandOutput extends HttpPrefixHeadersInputOu /** * This examples adds headers to the input of a request and response by prefix. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpPrefixHeadersCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpPrefixHeadersCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index 26aab80453c8..fa049925ff83 100644 --- a/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -25,7 +25,7 @@ export interface HttpRequestWithLabelsAndTimestampFormatCommandOutput extends __ * The example tests how requests serialize different timestamp formats in the * URI path. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpRequestWithLabelsAndTimestampFormatCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpRequestWithLabelsAndTimestampFormatCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsCommand.ts b/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsCommand.ts index 80239a11dfef..2e70674a51d6 100644 --- a/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsCommand.ts +++ b/protocol_tests/aws-restxml/commands/HttpRequestWithLabelsCommand.ts @@ -24,7 +24,7 @@ export interface HttpRequestWithLabelsCommandOutput extends __MetadataBearer {} * The example tests how requests are serialized when there's no input * payload but there are HTTP labels. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, HttpRequestWithLabelsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, HttpRequestWithLabelsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/IgnoreQueryParamsInResponseCommand.ts b/protocol_tests/aws-restxml/commands/IgnoreQueryParamsInResponseCommand.ts index 9050a8357223..66223214e5d4 100644 --- a/protocol_tests/aws-restxml/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/protocol_tests/aws-restxml/commands/IgnoreQueryParamsInResponseCommand.ts @@ -25,7 +25,7 @@ export interface IgnoreQueryParamsInResponseCommandOutput extends IgnoreQueryPar * serialized in the body of responses if the structure is used in both * the request and response. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, IgnoreQueryParamsInResponseCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, IgnoreQueryParamsInResponseCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/InputAndOutputWithHeadersCommand.ts b/protocol_tests/aws-restxml/commands/InputAndOutputWithHeadersCommand.ts index 7ef026ed0077..6bda31978b23 100644 --- a/protocol_tests/aws-restxml/commands/InputAndOutputWithHeadersCommand.ts +++ b/protocol_tests/aws-restxml/commands/InputAndOutputWithHeadersCommand.ts @@ -24,7 +24,7 @@ export interface InputAndOutputWithHeadersCommandOutput extends InputAndOutputWi * The example tests how requests and responses are serialized when there is * no input or output payload but there are HTTP header bindings. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, InputAndOutputWithHeadersCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, InputAndOutputWithHeadersCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/NoInputAndNoOutputCommand.ts b/protocol_tests/aws-restxml/commands/NoInputAndNoOutputCommand.ts index 453386db06f0..958b1a4ae28c 100644 --- a/protocol_tests/aws-restxml/commands/NoInputAndNoOutputCommand.ts +++ b/protocol_tests/aws-restxml/commands/NoInputAndNoOutputCommand.ts @@ -24,7 +24,7 @@ export interface NoInputAndNoOutputCommandOutput extends __MetadataBearer {} * no request or response payload because the operation has no input or output. * While this should be rare, code generators must support this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, NoInputAndNoOutputCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, NoInputAndNoOutputCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/NoInputAndOutputCommand.ts b/protocol_tests/aws-restxml/commands/NoInputAndOutputCommand.ts index 8815617635d7..00f3f56d5095 100644 --- a/protocol_tests/aws-restxml/commands/NoInputAndOutputCommand.ts +++ b/protocol_tests/aws-restxml/commands/NoInputAndOutputCommand.ts @@ -26,7 +26,7 @@ export interface NoInputAndOutputCommandOutput extends NoInputAndOutputOutput, _ * output is empty. While this should be rare, code generators must support * this. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, NoInputAndOutputCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, NoInputAndOutputCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersClientCommand.ts b/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersClientCommand.ts index 4be3c8e7b80c..139d29940183 100644 --- a/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersClientCommand.ts +++ b/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersClientCommand.ts @@ -23,7 +23,7 @@ export interface NullAndEmptyHeadersClientCommandOutput extends NullAndEmptyHead /** * Null and empty headers are not sent over the wire. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, NullAndEmptyHeadersClientCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, NullAndEmptyHeadersClientCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersServerCommand.ts b/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersServerCommand.ts index 66c6828d79bd..f5ad735ce70d 100644 --- a/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersServerCommand.ts +++ b/protocol_tests/aws-restxml/commands/NullAndEmptyHeadersServerCommand.ts @@ -23,7 +23,7 @@ export interface NullAndEmptyHeadersServerCommandOutput extends NullAndEmptyHead /** * Null and empty headers are not sent over the wire. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, NullAndEmptyHeadersServerCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, NullAndEmptyHeadersServerCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/OmitsNullSerializesEmptyStringCommand.ts b/protocol_tests/aws-restxml/commands/OmitsNullSerializesEmptyStringCommand.ts index 754538c09652..fc84710fb954 100644 --- a/protocol_tests/aws-restxml/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/protocol_tests/aws-restxml/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -23,7 +23,7 @@ export interface OmitsNullSerializesEmptyStringCommandOutput extends __MetadataB /** * Omits null, but serializes empty string value. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, OmitsNullSerializesEmptyStringCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, OmitsNullSerializesEmptyStringCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/QueryIdempotencyTokenAutoFillCommand.ts b/protocol_tests/aws-restxml/commands/QueryIdempotencyTokenAutoFillCommand.ts index dce67c87b457..849f5e4ca245 100644 --- a/protocol_tests/aws-restxml/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/protocol_tests/aws-restxml/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -23,7 +23,7 @@ export interface QueryIdempotencyTokenAutoFillCommandOutput extends __MetadataBe /** * Automatically adds idempotency tokens. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, QueryIdempotencyTokenAutoFillCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, QueryIdempotencyTokenAutoFillCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/RecursiveShapesCommand.ts b/protocol_tests/aws-restxml/commands/RecursiveShapesCommand.ts index fc245655aa68..9c83931aebb7 100644 --- a/protocol_tests/aws-restxml/commands/RecursiveShapesCommand.ts +++ b/protocol_tests/aws-restxml/commands/RecursiveShapesCommand.ts @@ -23,7 +23,7 @@ export interface RecursiveShapesCommandOutput extends RecursiveShapesInputOutput /** * Recursive shapes * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, RecursiveShapesCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, RecursiveShapesCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/TimestampFormatHeadersCommand.ts b/protocol_tests/aws-restxml/commands/TimestampFormatHeadersCommand.ts index 39c03a0d43bc..1d13e2ae0dc6 100644 --- a/protocol_tests/aws-restxml/commands/TimestampFormatHeadersCommand.ts +++ b/protocol_tests/aws-restxml/commands/TimestampFormatHeadersCommand.ts @@ -23,7 +23,7 @@ export interface TimestampFormatHeadersCommandOutput extends TimestampFormatHead /** * The example tests how timestamp request and response headers are serialized. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, TimestampFormatHeadersCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, TimestampFormatHeadersCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlAttributesCommand.ts b/protocol_tests/aws-restxml/commands/XmlAttributesCommand.ts index 2870d51a3ef5..ef77a915bd9e 100644 --- a/protocol_tests/aws-restxml/commands/XmlAttributesCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlAttributesCommand.ts @@ -23,7 +23,7 @@ export interface XmlAttributesCommandOutput extends XmlAttributesInputOutput, __ /** * This example serializes an XML attributes on synthesized document. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlAttributesCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlAttributesCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlAttributesOnPayloadCommand.ts b/protocol_tests/aws-restxml/commands/XmlAttributesOnPayloadCommand.ts index 914e9e51e1a2..980e25eda23b 100644 --- a/protocol_tests/aws-restxml/commands/XmlAttributesOnPayloadCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlAttributesOnPayloadCommand.ts @@ -23,7 +23,7 @@ export interface XmlAttributesOnPayloadCommandOutput extends XmlAttributesOnPayl /** * This example serializes an XML attributes on a document targeted by httpPayload. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlAttributesOnPayloadCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlAttributesOnPayloadCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlBlobsCommand.ts b/protocol_tests/aws-restxml/commands/XmlBlobsCommand.ts index 9f6b78a49dc3..b07d0bde7f41 100644 --- a/protocol_tests/aws-restxml/commands/XmlBlobsCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlBlobsCommand.ts @@ -20,7 +20,7 @@ export interface XmlBlobsCommandOutput extends XmlBlobsInputOutput, __MetadataBe /** * Blobs are base64 encoded * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlBlobsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlBlobsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlEmptyBlobsCommand.ts b/protocol_tests/aws-restxml/commands/XmlEmptyBlobsCommand.ts index 7f642b44c00a..ba0cc66b3e56 100644 --- a/protocol_tests/aws-restxml/commands/XmlEmptyBlobsCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlEmptyBlobsCommand.ts @@ -23,7 +23,7 @@ export interface XmlEmptyBlobsCommandOutput extends XmlBlobsInputOutput, __Metad /** * Blobs are base64 encoded * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlEmptyBlobsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlEmptyBlobsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlEnumsCommand.ts b/protocol_tests/aws-restxml/commands/XmlEnumsCommand.ts index 73e71deb6b4b..c81d2fddd9f0 100644 --- a/protocol_tests/aws-restxml/commands/XmlEnumsCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlEnumsCommand.ts @@ -20,7 +20,7 @@ export interface XmlEnumsCommandOutput extends XmlEnumsInputOutput, __MetadataBe /** * This example serializes enums as top level properties, in lists, sets, and maps. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlEnumsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlEnumsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlListsCommand.ts b/protocol_tests/aws-restxml/commands/XmlListsCommand.ts index 140569d9ac5b..f31173bcfe22 100644 --- a/protocol_tests/aws-restxml/commands/XmlListsCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlListsCommand.ts @@ -30,7 +30,7 @@ export interface XmlListsCommandOutput extends XmlListsInputOutput, __MetadataBe * 7. Flattened XML lists with @xmlNamespace. * 8. Lists of structures. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlListsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlListsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlMapsCommand.ts b/protocol_tests/aws-restxml/commands/XmlMapsCommand.ts index dd75b0130daa..bea063908abb 100644 --- a/protocol_tests/aws-restxml/commands/XmlMapsCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlMapsCommand.ts @@ -20,7 +20,7 @@ export interface XmlMapsCommandOutput extends XmlMapsInputOutput, __MetadataBear /** * The example tests basic map serialization. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlMapsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlMapsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import diff --git a/protocol_tests/aws-restxml/commands/XmlTimestampsCommand.ts b/protocol_tests/aws-restxml/commands/XmlTimestampsCommand.ts index 389a75fab16b..e04aca217524 100644 --- a/protocol_tests/aws-restxml/commands/XmlTimestampsCommand.ts +++ b/protocol_tests/aws-restxml/commands/XmlTimestampsCommand.ts @@ -25,7 +25,7 @@ export interface XmlTimestampsCommandOutput extends XmlTimestampsInputOutput, __ * default format of date-time and various @timestampFormat trait * values. * @example - * User a bare-bones client and the command you need to make an API call. + * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { RestXmlProtocolClient, XmlTimestampsCommand } from "@aws-sdk/aws-restxml"; // ES Modules import * // const { RestXmlProtocolClient, XmlTimestampsCommand } = require("@aws-sdk/aws-restxml"); // CommonJS import