diff --git a/clients/client-connect/src/commands/CreatePromptCommand.ts b/clients/client-connect/src/commands/CreatePromptCommand.ts index a5c507013c20..faf5c6ff5afe 100644 --- a/clients/client-connect/src/commands/CreatePromptCommand.ts +++ b/clients/client-connect/src/commands/CreatePromptCommand.ts @@ -28,7 +28,7 @@ export interface CreatePromptCommandOutput extends CreatePromptResponse, __Metad /** *

Creates a prompt. For more information about prompts, such as supported file types and - * maximum length, see Create prompts in the Amazon Connect Administrator's + * maximum length, see Create prompts in the Amazon Connect Administrator * Guide.

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-connect/src/commands/GetMetricDataV2Command.ts b/clients/client-connect/src/commands/GetMetricDataV2Command.ts index f9967182c9df..7a4476d3b8a9 100644 --- a/clients/client-connect/src/commands/GetMetricDataV2Command.ts +++ b/clients/client-connect/src/commands/GetMetricDataV2Command.ts @@ -35,7 +35,7 @@ export interface GetMetricDataV2CommandOutput extends GetMetricDataV2Response, _ * hierarchy levels. It can retrieve historical data for the last 3 months, at varying intervals.

*

For a description of the historical metrics that are supported by * GetMetricDataV2 and GetMetricData, see Historical metrics - * definitions in the Amazon Connect Administrator's Guide.

+ * definitions in the Amazon Connect Administrator Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-connect/src/models/models_0.ts b/clients/client-connect/src/models/models_0.ts index 9503c7b5836b..1603e713abbb 100644 --- a/clients/client-connect/src/models/models_0.ts +++ b/clients/client-connect/src/models/models_0.ts @@ -2474,7 +2474,7 @@ export interface CreateContactFlowRequest { /** *

Indicates the flow status as either SAVED or PUBLISHED. The - * PUBLISHED status will initiate validation on the content. the SAVED + * PUBLISHED status will initiate validation on the content. the SAVED * status does not initiate validation of the content. SAVED | * PUBLISHED.

* @public diff --git a/clients/client-connect/src/models/models_1.ts b/clients/client-connect/src/models/models_1.ts index 461566f173f8..60dae658d2b5 100644 --- a/clients/client-connect/src/models/models_1.ts +++ b/clients/client-connect/src/models/models_1.ts @@ -3942,8 +3942,8 @@ export interface MetricFilterV2 { *

The key to use for filtering data.

*

Valid metric filter keys: INITIATION_METHOD, DISCONNECT_REASON. * These are the same values as the InitiationMethod and DisconnectReason - * in the contact record. For more information, see ContactTraceRecord in the Amazon Connect Administrator's - * Guide.

+ * in the contact record. For more information, see ContactTraceRecord in the Amazon Connect Administrator Guide. + *

* @public */ MetricFilterKey?: string; @@ -4106,45 +4106,49 @@ export interface GetMetricDataV2Request { *

The filters to apply to returned metrics. You can filter on the following resources:

* *

At least one filter must be passed from queues, routing profiles, agents, or user hierarchy * groups.

*

To filter by phone number, see Create a historical - * metrics report in the Amazon Connect Administrator's + * metrics report in the Amazon Connect Administrator * Guide.

*

Note the following limits:

*