Skip to content

Commit

Permalink
docs(client-connect): GetMetricDataV2 API is now available in AWS Gov…
Browse files Browse the repository at this point in the history
…Cloud(US) region.
  • Loading branch information
awstools committed Jun 6, 2023
1 parent 454008a commit 6ebabec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export interface GetMetricDataV2CommandOutput extends GetMetricDataV2Response, _
* intervals.</p>
* <p>For a description of the historical metrics that are supported by
* <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html">Historical metrics
* definitions</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>
* <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</p>
* definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
4 changes: 3 additions & 1 deletion clients/client-connect/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4159,7 +4159,9 @@ export interface Contact {
* when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For
* <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code>
* and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>,
* this is when the request arrived.</p>
* this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started
* dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started
* listening to a contact.</p>
*/
InitiationTimestamp?: Date;

Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -3282,7 +3282,7 @@
"InitiationTimestamp": {
"target": "com.amazonaws.connect#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is\n when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For\n <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code>\n and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>,\n this is when the request arrived.</p>"
"smithy.api#documentation": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is\n when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For\n <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code>\n and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>,\n this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started \n dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started \n listening to a contact.</p>"
}
},
"DisconnectTimestamp": {
Expand Down Expand Up @@ -11987,7 +11987,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Gets metric data from the specified Amazon Connect instance. </p>\n <p>\n <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous\n version of this API. It has new metrics, offers filtering at a metric level, and offers the\n ability to filter and group data by channels, queues, routing profiles, agents, and agent\n hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour\n intervals.</p>\n <p>For a description of the historical metrics that are supported by\n <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics\n definitions</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>\n <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</p>",
"smithy.api#documentation": "<p>Gets metric data from the specified Amazon Connect instance. </p>\n <p>\n <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous\n version of this API. It has new metrics, offers filtering at a metric level, and offers the\n ability to filter and group data by channels, queues, routing profiles, agents, and agent\n hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour\n intervals.</p>\n <p>For a description of the historical metrics that are supported by\n <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics\n definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/metrics/data",
Expand Down

0 comments on commit 6ebabec

Please sign in to comment.