aws-sdk-connect 1.105.0 → 1.106.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35f1320b25d3f37c8f0ec0ba5e54be83aa90c901b0854b28c13b8bfed7584c98
4
- data.tar.gz: cc9c43bf9f6c218cec734cc131f5382aa64a01a9f7cab548722840cc041dff6a
3
+ metadata.gz: '0796f7448e133d27b94848dbdc2b3f7bb47708eaedf06c4ffcecd8b6e18b6763'
4
+ data.tar.gz: b4ef23463141feac1956bc44ce4e53551f12a31728ccb84785a1a08fb0d23267
5
5
  SHA512:
6
- metadata.gz: 9b9671de4808111a109ca8eee27794507ef35593406880f43ffc698dcf214e877c364ea935644b66226affb8880ed6938f9f0504844fa223e9fb3698838a8b1f
7
- data.tar.gz: 1a59113c915d2c8080d0f02884cc74e7cfcd24cedd10440537ad031f3763fcbc8d0d5cbb9ea0e15a9805715e9168866876913f0ceb76b857d79fdc1d8a73aa49
6
+ metadata.gz: 8bb7087aaf4faa448f7f74adcb3f54f19df729247e802604c9de2347a3e9e121ed78af666f2a76fe920d823073410a06ac41680433d9f582e157ad3854152f78
7
+ data.tar.gz: e41b224b8d96a4c32cebb2671c67a6c7e3d36c4cf68bceffb5f72f55f8013044f215232ced11780ba63e4e3232788b378ce8737d894803b95de03ebf645d9d72
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2023-05-11)
5
+ ------------------
6
+
7
+ * Feature - This release updates GetMetricDataV2 API, to support metric data up-to last 35 days
8
+
4
9
  1.105.0 (2023-05-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
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 14 days, in
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 14 days before the time of the request. Historical
5409
- # metrics are available for 14 days.
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
- # You can call [DescribePhoneNumber][1] API to verify the status of a
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.105.0'
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 14 days before the time of the request.
5878
- # Historical metrics are available for 14 days.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.105.0'
55
+ GEM_VERSION = '1.106.0'
56
56
 
57
57
  end
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.105.0
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-04 00:00:00.000000000 Z
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