Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect Update models to latest #3315

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2649,10 +2649,6 @@ GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataRequest)
* >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>
*
* @param getMetricDataV2Request
* @return getMetricDataV2Result The response from the GetMetricDataV2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5744,10 +5744,6 @@ Future<GetMetricDataResult> getMetricDataAsync(GetMetricDataRequest getMetricDat
* >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>
*
* @param getMetricDataV2Request
* @return A Java Future object containing the response from the
Expand Down Expand Up @@ -5788,10 +5784,6 @@ Future<GetMetricDataV2Result> getMetricDataV2Async(GetMetricDataV2Request getMet
* >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>
*
* @param getMetricDataV2Request
* @param asyncHandler Asynchronous callback handler for events in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7413,10 +7413,6 @@ public GetMetricDataResult call() throws Exception {
* >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>
*
* @param getMetricDataV2Request
* @return A Java Future object containing the response from the
Expand Down Expand Up @@ -7464,10 +7460,6 @@ public GetMetricDataV2Result call() throws Exception {
* >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>
*
* @param getMetricDataV2Request
* @return A Java Future object containing the response from the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5129,10 +5129,6 @@ public GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataReque
* >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>
*
* @param getMetricDataV2Request
* @return getMetricDataV2Result The response from the GetMetricDataV2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ public class Contact implements Serializable {
* <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.
* 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>
*/
private java.util.Date initiationTimestamp;
Expand Down Expand Up @@ -799,7 +801,9 @@ public Contact withAgentInfo(AgentInfo agentInfo) {
* <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.
* 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>
*
* @return <p>
Expand All @@ -810,7 +814,10 @@ public Contact withAgentInfo(AgentInfo agentInfo) {
* 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.
* 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>
*/
public java.util.Date getInitiationTimestamp() {
Expand All @@ -825,7 +832,9 @@ public java.util.Date getInitiationTimestamp() {
* <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.
* 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>
*
* @param initiationTimestamp <p>
Expand All @@ -836,7 +845,10 @@ public java.util.Date getInitiationTimestamp() {
* 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.
* 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>
*/
public void setInitiationTimestamp(java.util.Date initiationTimestamp) {
Expand All @@ -851,7 +863,9 @@ public void setInitiationTimestamp(java.util.Date initiationTimestamp) {
* <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.
* 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>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -865,7 +879,10 @@ public void setInitiationTimestamp(java.util.Date initiationTimestamp) {
* 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.
* 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>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
* >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>
*/
public class GetMetricDataV2Request extends AmazonWebServiceRequest implements Serializable {
/**
Expand Down