@aws-sdk/client-connect 3.345.0 → 3.347.1

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.
@@ -32,8 +32,7 @@ export interface GetMetricDataV2CommandOutput extends GetMetricDataV2Response, _
32
32
  * intervals.</p>
33
33
  * <p>For a description of the historical metrics that are supported by
34
34
  * <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html">Historical metrics
35
- * definitions</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>
36
- * <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</p>
35
+ * definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>
37
36
  * @example
38
37
  * Use a bare-bones client and the command you need to make an API call.
39
38
  * ```javascript
@@ -3480,7 +3480,9 @@ export interface Contact {
3480
3480
  * when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For
3481
3481
  * <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code>
3482
3482
  * and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>,
3483
- * this is when the request arrived.</p>
3483
+ * this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started
3484
+ * dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started
3485
+ * listening to a contact.</p>
3484
3486
  */
3485
3487
  InitiationTimestamp?: Date;
3486
3488
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.345.0",
4
+ "version": "3.347.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.345.0",
25
- "@aws-sdk/config-resolver": "3.342.0",
26
- "@aws-sdk/credential-provider-node": "3.345.0",
27
- "@aws-sdk/fetch-http-handler": "3.342.0",
28
- "@aws-sdk/hash-node": "3.344.0",
29
- "@aws-sdk/invalid-dependency": "3.342.0",
30
- "@aws-sdk/middleware-content-length": "3.342.0",
31
- "@aws-sdk/middleware-endpoint": "3.344.0",
32
- "@aws-sdk/middleware-host-header": "3.342.0",
33
- "@aws-sdk/middleware-logger": "3.342.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.342.0",
35
- "@aws-sdk/middleware-retry": "3.342.0",
36
- "@aws-sdk/middleware-serde": "3.342.0",
37
- "@aws-sdk/middleware-signing": "3.342.0",
38
- "@aws-sdk/middleware-stack": "3.342.0",
39
- "@aws-sdk/middleware-user-agent": "3.345.0",
40
- "@aws-sdk/node-config-provider": "3.342.0",
41
- "@aws-sdk/node-http-handler": "3.344.0",
42
- "@aws-sdk/smithy-client": "3.342.0",
43
- "@aws-sdk/types": "3.342.0",
44
- "@aws-sdk/url-parser": "3.342.0",
24
+ "@aws-sdk/client-sts": "3.347.1",
25
+ "@aws-sdk/config-resolver": "3.347.0",
26
+ "@aws-sdk/credential-provider-node": "3.347.0",
27
+ "@aws-sdk/fetch-http-handler": "3.347.0",
28
+ "@aws-sdk/hash-node": "3.347.0",
29
+ "@aws-sdk/invalid-dependency": "3.347.0",
30
+ "@aws-sdk/middleware-content-length": "3.347.0",
31
+ "@aws-sdk/middleware-endpoint": "3.347.0",
32
+ "@aws-sdk/middleware-host-header": "3.347.0",
33
+ "@aws-sdk/middleware-logger": "3.347.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
35
+ "@aws-sdk/middleware-retry": "3.347.0",
36
+ "@aws-sdk/middleware-serde": "3.347.0",
37
+ "@aws-sdk/middleware-signing": "3.347.0",
38
+ "@aws-sdk/middleware-stack": "3.347.0",
39
+ "@aws-sdk/middleware-user-agent": "3.347.0",
40
+ "@aws-sdk/node-config-provider": "3.347.0",
41
+ "@aws-sdk/node-http-handler": "3.347.0",
42
+ "@aws-sdk/smithy-client": "3.347.0",
43
+ "@aws-sdk/types": "3.347.0",
44
+ "@aws-sdk/url-parser": "3.347.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.342.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.342.0",
50
- "@aws-sdk/util-endpoints": "3.342.0",
51
- "@aws-sdk/util-retry": "3.342.0",
52
- "@aws-sdk/util-user-agent-browser": "3.345.0",
53
- "@aws-sdk/util-user-agent-node": "3.345.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
50
+ "@aws-sdk/util-endpoints": "3.347.0",
51
+ "@aws-sdk/util-retry": "3.347.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
53
+ "@aws-sdk/util-user-agent-node": "3.347.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",