aws-sdk-connect 1.110.0 → 1.111.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: a7eae9c356d217d840cc6890156eb55c6e9d2e1883af7d0a027899f899556ad6
4
- data.tar.gz: f6553c918947c449f5b5a640f8a2de26a62fbaffc2d4af4127cbdae1bd0a02d5
3
+ metadata.gz: 57e5b96604c4c038b789f20821552878aba6a8792a2d792e9d72d23eff02914b
4
+ data.tar.gz: 3099b722fa2be51752defcef1fdd7763a395c5a5768db9346d305bd55400b885
5
5
  SHA512:
6
- metadata.gz: e5974db8adc6ded90225ba92e7653b62d71ddf97da6c89f3c2d0a763dcfa2840c710213ba185ae1e98654e850ab810624a81206b3255a5580d399fd57764515d
7
- data.tar.gz: e51463a4bd052e6fe9d4e53efad1b9ed1935becf373479e2df2233254d6f50eb90ed29b4a0c4bfc3c0e4e858ff0a7642a18815de327b7cb451ee5d55519a40e0
6
+ metadata.gz: 751e2aba3499387f141c46977b900215b7e41ace999c0264839989d65821a4e00f8b7d9e514129d97224e0640ea9c3bb7d373a7d29539b1e3383f5641b5d7c12
7
+ data.tar.gz: 965698824af472c18f17af40cbb30a6544ac102c2f6c8858b2e8d496e00399013b50462d9b9bb024e60f1583366dfe56c5d0321e648c5aaa926b7c670052191f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2023-06-06)
5
+ ------------------
6
+
7
+ * Feature - GetMetricDataV2 API is now available in AWS GovCloud(US) region.
8
+
4
9
  1.110.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
@@ -5527,9 +5527,6 @@ module Aws::Connect
5527
5527
  # `GetMetricDataV2` and `GetMetricData`, see [Historical metrics
5528
5528
  # definitions][2] in the *Amazon Connect Administrator's Guide*.
5529
5529
  #
5530
- # This API is not available in the Amazon Web Services GovCloud (US)
5531
- # Regions.
5532
- #
5533
5530
  #
5534
5531
  #
5535
5532
  # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html
@@ -12116,7 +12113,7 @@ module Aws::Connect
12116
12113
  params: params,
12117
12114
  config: config)
12118
12115
  context[:gem_name] = 'aws-sdk-connect'
12119
- context[:gem_version] = '1.110.0'
12116
+ context[:gem_version] = '1.111.0'
12120
12117
  Seahorse::Client::Request.new(handlers, context)
12121
12118
  end
12122
12119
 
@@ -924,7 +924,9 @@ module Aws::Connect
924
924
  # when the agent began dialing. For `CALLBACK`, this is when the
925
925
  # callback contact was created. For `TRANSFER` and `QUEUE_TRANSFER`,
926
926
  # this is when the transfer was initiated. For `API`, this is when the
927
- # request arrived.
927
+ # request arrived. For `EXTERNAL_OUTBOUND`, this is when the agent
928
+ # started dialing the external participant. For `MONITOR`, this is
929
+ # when the supervisor started listening to a contact.
928
930
  # @return [Time]
929
931
  #
930
932
  # @!attribute [rw] disconnect_timestamp
@@ -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.110.0'
55
+ GEM_VERSION = '1.111.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.110.0
4
+ version: 1.111.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-31 00:00:00.000000000 Z
11
+ date: 2023-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core