Skip to content

Commit 6ebabec

Browse files
author
awstools
committed
docs(client-connect): GetMetricDataV2 API is now available in AWS GovCloud(US) region.
1 parent 454008a commit 6ebabec

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

clients/client-connect/src/commands/GetMetricDataV2Command.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ export interface GetMetricDataV2CommandOutput extends GetMetricDataV2Response, _
4545
* intervals.</p>
4646
* <p>For a description of the historical metrics that are supported by
4747
* <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html">Historical metrics
48-
* definitions</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>
49-
* <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</p>
48+
* definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>
5049
* @example
5150
* Use a bare-bones client and the command you need to make an API call.
5251
* ```javascript

clients/client-connect/src/models/models_0.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4159,7 +4159,9 @@ export interface Contact {
41594159
* when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For
41604160
* <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code>
41614161
* and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>,
4162-
* this is when the request arrived.</p>
4162+
* this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started
4163+
* dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started
4164+
* listening to a contact.</p>
41634165
*/
41644166
InitiationTimestamp?: Date;
41654167

codegen/sdk-codegen/aws-models/connect.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3282,7 +3282,7 @@
32823282
"InitiationTimestamp": {
32833283
"target": "com.amazonaws.connect#Timestamp",
32843284
"traits": {
3285-
"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>"
3285+
"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>"
32863286
}
32873287
},
32883288
"DisconnectTimestamp": {
@@ -11987,7 +11987,7 @@
1198711987
}
1198811988
],
1198911989
"traits": {
11990-
"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>",
11990+
"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>",
1199111991
"smithy.api#http": {
1199211992
"method": "POST",
1199311993
"uri": "/metrics/data",

0 commit comments

Comments
 (0)