aws-sdk-connect 1.105.0 → 1.106.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +11 -5
- data/lib/aws-sdk-connect/types.rb +5 -2
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0796f7448e133d27b94848dbdc2b3f7bb47708eaedf06c4ffcecd8b6e18b6763'
|
4
|
+
data.tar.gz: b4ef23463141feac1956bc44ce4e53551f12a31728ccb84785a1a08fb0d23267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bb7087aaf4faa448f7f74adcb3f54f19df729247e802604c9de2347a3e9e121ed78af666f2a76fe920d823073410a06ac41680433d9f582e157ad3854152f78
|
7
|
+
data.tar.gz: e41b224b8d96a4c32cebb2671c67a6c7e3d36c4cf68bceffb5f72f55f8013044f215232ced11780ba63e4e3232788b378ce8737d894803b95de03ebf645d9d72
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.106.0
|
@@ -5381,7 +5381,7 @@ module Aws::Connect
|
|
5381
5381
|
# previous version of this API. It has new metrics, offers filtering at
|
5382
5382
|
# a metric level, and offers the ability to filter and group data by
|
5383
5383
|
# channels, queues, routing profiles, agents, and agent hierarchy
|
5384
|
-
# levels. It can retrieve historical data for the last
|
5384
|
+
# levels. It can retrieve historical data for the last 35 days, in
|
5385
5385
|
# 24-hour intervals.
|
5386
5386
|
#
|
5387
5387
|
# For a description of the historical metrics that are supported by
|
@@ -5405,8 +5405,8 @@ module Aws::Connect
|
|
5405
5405
|
# reporting interval for the retrieval of historical metrics data. The
|
5406
5406
|
# time must be before the end time timestamp. The time range between the
|
5407
5407
|
# start and end time must be less than 24 hours. The start time cannot
|
5408
|
-
# be earlier than
|
5409
|
-
# metrics are available for
|
5408
|
+
# be earlier than 35 days before the time of the request. Historical
|
5409
|
+
# metrics are available for 35 days.
|
5410
5410
|
#
|
5411
5411
|
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
5412
5412
|
# The timestamp, in UNIX Epoch time format, at which to end the
|
@@ -10720,7 +10720,13 @@ module Aws::Connect
|
|
10720
10720
|
# instance or traffic distribution group in the same Amazon Web Services
|
10721
10721
|
# Region.
|
10722
10722
|
#
|
10723
|
-
#
|
10723
|
+
# After using this API, you must verify that the phone number is
|
10724
|
+
# attached to the correct flow in the target instance or traffic
|
10725
|
+
# distribution group. You need to do this because the API switches only
|
10726
|
+
# the phone number to a new instance or traffic distribution group. It
|
10727
|
+
# doesn't migrate the flow configuration of the phone number, too.
|
10728
|
+
#
|
10729
|
+
# You can call [DescribePhoneNumber][1] API to verify the status of a
|
10724
10730
|
# previous [UpdatePhoneNumber][2] operation.
|
10725
10731
|
#
|
10726
10732
|
#
|
@@ -11883,7 +11889,7 @@ module Aws::Connect
|
|
11883
11889
|
params: params,
|
11884
11890
|
config: config)
|
11885
11891
|
context[:gem_name] = 'aws-sdk-connect'
|
11886
|
-
context[:gem_version] = '1.
|
11892
|
+
context[:gem_version] = '1.106.0'
|
11887
11893
|
Seahorse::Client::Request.new(handlers, context)
|
11888
11894
|
end
|
11889
11895
|
|
@@ -5874,8 +5874,8 @@ module Aws::Connect
|
|
5874
5874
|
# reporting interval for the retrieval of historical metrics data. The
|
5875
5875
|
# time must be before the end time timestamp. The time range between
|
5876
5876
|
# the start and end time must be less than 24 hours. The start time
|
5877
|
-
# cannot be earlier than
|
5878
|
-
# Historical metrics are available for
|
5877
|
+
# cannot be earlier than 35 days before the time of the request.
|
5878
|
+
# Historical metrics are available for 35 days.
|
5879
5879
|
# @return [Time]
|
5880
5880
|
#
|
5881
5881
|
# @!attribute [rw] end_time
|
@@ -9224,6 +9224,9 @@ module Aws::Connect
|
|
9224
9224
|
#
|
9225
9225
|
# @!attribute [rw] name
|
9226
9226
|
# The name of the metric.
|
9227
|
+
#
|
9228
|
+
# This parameter is required. The following Required = No is
|
9229
|
+
# incorrect.
|
9227
9230
|
# @return [String]
|
9228
9231
|
#
|
9229
9232
|
# @!attribute [rw] threshold
|
data/lib/aws-sdk-connect.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.106.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|