You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-connect): This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.
* the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html">DescribePhoneNumber</a> API to verify the status of a previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html">ClaimPhoneNumber</a>
39
39
* operation.</p>
40
40
* </important>
41
-
* <p>If you plan to claim and release numbers frequently during a 30 day period,
41
+
* <p>If you plan to claim and release numbers frequently,
42
42
* contact us for a service quota exception. Otherwise, it is possible you will be blocked from
43
-
* claiming and releasing any more numbers until 30 days past the oldest number
43
+
* claiming and releasing any more numbers until up to 180 days past the oldest number
44
44
* released has expired.</p>
45
45
* <p>By default you can claim and release up to 200% of your maximum number of active
46
-
* phone numbers during any 30 day period. If you claim and release phone numbers using
47
-
* the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number
48
-
* service level quota, you will be blocked from claiming any more numbers until 30
46
+
* phone numbers. If you claim and release phone numbers using
47
+
* the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number
48
+
* service level quota, you will be blocked from claiming any more numbers until 180
49
49
* days past the oldest number released has expired. </p>
50
-
* <p>For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30
50
+
* <p>For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 180
51
51
* day period you release 99, claim 99, and then release 99, you will have exceeded the
52
52
* 200% limit. At that point you are blocked from claiming any more numbers until you
* its position in queue, and not its actual queue wait time as reported through metrics. These
38
37
* properties can also be updated by using <a href="https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html">the Set routing priority / age flow
39
38
* block</a>.</p>
39
+
* <note>
40
+
* <p>Either <b>QueuePriority</b> or <b>QueueTimeAdjustmentInSeconds</b> should be provided within the request body, but not
41
+
* both.</p>
42
+
* </note>
40
43
* @example
41
44
* Use a bare-bones client and the command you need to make an API call.
0 commit comments