@aws-sdk/client-connect 3.352.0 → 3.354.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.
@@ -211,6 +211,7 @@ exports.InstanceStorageResourceType = {
211
211
  MEDIA_STREAMS: "MEDIA_STREAMS",
212
212
  REAL_TIME_CONTACT_ANALYSIS_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
213
213
  SCHEDULED_REPORTS: "SCHEDULED_REPORTS",
214
+ SCREEN_RECORDINGS: "SCREEN_RECORDINGS",
214
215
  };
215
216
  exports.EncryptionType = {
216
217
  KMS: "KMS",
@@ -14162,6 +14162,7 @@ const de_Instance = (output, context) => {
14162
14162
  Id: smithy_client_1.expectString,
14163
14163
  IdentityManagementType: smithy_client_1.expectString,
14164
14164
  InboundCallsEnabled: smithy_client_1.expectBoolean,
14165
+ InstanceAccessUrl: smithy_client_1.expectString,
14165
14166
  InstanceAlias: smithy_client_1.expectString,
14166
14167
  InstanceStatus: smithy_client_1.expectString,
14167
14168
  OutboundCallsEnabled: smithy_client_1.expectBoolean,
@@ -14176,6 +14177,7 @@ const de_InstanceSummary = (output, context) => {
14176
14177
  Id: smithy_client_1.expectString,
14177
14178
  IdentityManagementType: smithy_client_1.expectString,
14178
14179
  InboundCallsEnabled: smithy_client_1.expectBoolean,
14180
+ InstanceAccessUrl: smithy_client_1.expectString,
14179
14181
  InstanceAlias: smithy_client_1.expectString,
14180
14182
  InstanceStatus: smithy_client_1.expectString,
14181
14183
  OutboundCallsEnabled: smithy_client_1.expectBoolean,
@@ -198,6 +198,7 @@ export const InstanceStorageResourceType = {
198
198
  MEDIA_STREAMS: "MEDIA_STREAMS",
199
199
  REAL_TIME_CONTACT_ANALYSIS_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
200
200
  SCHEDULED_REPORTS: "SCHEDULED_REPORTS",
201
+ SCREEN_RECORDINGS: "SCREEN_RECORDINGS",
201
202
  };
202
203
  export const EncryptionType = {
203
204
  KMS: "KMS",
@@ -13766,6 +13766,7 @@ const de_Instance = (output, context) => {
13766
13766
  Id: __expectString,
13767
13767
  IdentityManagementType: __expectString,
13768
13768
  InboundCallsEnabled: __expectBoolean,
13769
+ InstanceAccessUrl: __expectString,
13769
13770
  InstanceAlias: __expectString,
13770
13771
  InstanceStatus: __expectString,
13771
13772
  OutboundCallsEnabled: __expectBoolean,
@@ -13780,6 +13781,7 @@ const de_InstanceSummary = (output, context) => {
13780
13781
  Id: __expectString,
13781
13782
  IdentityManagementType: __expectString,
13782
13783
  InboundCallsEnabled: __expectBoolean,
13784
+ InstanceAccessUrl: __expectString,
13783
13785
  InstanceAlias: __expectString,
13784
13786
  InstanceStatus: __expectString,
13785
13787
  OutboundCallsEnabled: __expectBoolean,
@@ -38,7 +38,7 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
38
38
  * const client = new ConnectClient(config);
39
39
  * const input = { // AssociateInstanceStorageConfigRequest
40
40
  * InstanceId: "STRING_VALUE", // required
41
- * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS", // required
41
+ * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS", // required
42
42
  * StorageConfig: { // InstanceStorageConfig
43
43
  * AssociationId: "STRING_VALUE",
44
44
  * StorageType: "S3" || "KINESIS_VIDEO_STREAM" || "KINESIS_STREAM" || "KINESIS_FIREHOSE", // required
@@ -54,6 +54,7 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
54
54
  * // },
55
55
  * // InboundCallsEnabled: true || false,
56
56
  * // OutboundCallsEnabled: true || false,
57
+ * // InstanceAccessUrl: "STRING_VALUE",
57
58
  * // },
58
59
  * // };
59
60
  *
@@ -35,7 +35,7 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
35
35
  * const input = { // DescribeInstanceStorageConfigRequest
36
36
  * InstanceId: "STRING_VALUE", // required
37
37
  * AssociationId: "STRING_VALUE", // required
38
- * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS", // required
38
+ * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS", // required
39
39
  * };
40
40
  * const command = new DescribeInstanceStorageConfigCommand(input);
41
41
  * const response = await client.send(command);
@@ -35,7 +35,7 @@ export interface DisassociateInstanceStorageConfigCommandOutput extends __Metada
35
35
  * const input = { // DisassociateInstanceStorageConfigRequest
36
36
  * InstanceId: "STRING_VALUE", // required
37
37
  * AssociationId: "STRING_VALUE", // required
38
- * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS", // required
38
+ * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS", // required
39
39
  * };
40
40
  * const command = new DisassociateInstanceStorageConfigCommand(input);
41
41
  * const response = await client.send(command);
@@ -34,7 +34,7 @@ export interface ListInstanceStorageConfigsCommandOutput extends ListInstanceSto
34
34
  * const client = new ConnectClient(config);
35
35
  * const input = { // ListInstanceStorageConfigsRequest
36
36
  * InstanceId: "STRING_VALUE", // required
37
- * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS", // required
37
+ * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS", // required
38
38
  * NextToken: "STRING_VALUE",
39
39
  * MaxResults: Number("int"),
40
40
  * };
@@ -51,6 +51,7 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
51
51
  * // InstanceStatus: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED",
52
52
  * // InboundCallsEnabled: true || false,
53
53
  * // OutboundCallsEnabled: true || false,
54
+ * // InstanceAccessUrl: "STRING_VALUE",
54
55
  * // },
55
56
  * // ],
56
57
  * // NextToken: "STRING_VALUE",
@@ -24,8 +24,8 @@ export interface ResumeContactRecordingCommandOutput extends ResumeContactRecord
24
24
  /**
25
25
  * @public
26
26
  * <p>When a contact is being recorded, and the recording has been suspended using
27
- * SuspendContactRecording, this API resumes recording the call.</p>
28
- * <p>Only voice recordings are supported at this time.</p>
27
+ * SuspendContactRecording, this API resumes recording the call or screen.</p>
28
+ * <p>Voice and screen recordings are supported.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -23,12 +23,11 @@ export interface SuspendContactRecordingCommandOutput extends SuspendContactReco
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>When a contact is being recorded, this API suspends recording the call. For example, you
27
- * might suspend the call recording while collecting sensitive information, such as a credit card
28
- * number. Then use ResumeContactRecording to restart recording. </p>
29
- * <p>The period of time that the recording is suspended is filled with silence in the final
30
- * recording. </p>
31
- * <p>Only voice recordings are supported at this time.</p>
26
+ * <p>When a contact is being recorded, this API suspends recording the call or screen. For
27
+ * example, you might suspend the call or screen recording while collecting sensitive
28
+ * information, such as a credit card number. Then use ResumeContactRecording to restart recording.</p>
29
+ * <p>The period of time that the recording is suspended is filled with silence in the final recording.</p>
30
+ * <p>Voice and screen recordings are supported.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -34,7 +34,7 @@ export interface UpdateInstanceStorageConfigCommandOutput extends __MetadataBear
34
34
  * const input = { // UpdateInstanceStorageConfigRequest
35
35
  * InstanceId: "STRING_VALUE", // required
36
36
  * AssociationId: "STRING_VALUE", // required
37
- * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS", // required
37
+ * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS", // required
38
38
  * StorageConfig: { // InstanceStorageConfig
39
39
  * AssociationId: "STRING_VALUE",
40
40
  * StorageType: "S3" || "KINESIS_VIDEO_STREAM" || "KINESIS_STREAM" || "KINESIS_FIREHOSE", // required
@@ -545,6 +545,7 @@ export declare const InstanceStorageResourceType: {
545
545
  readonly MEDIA_STREAMS: "MEDIA_STREAMS";
546
546
  readonly REAL_TIME_CONTACT_ANALYSIS_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS";
547
547
  readonly SCHEDULED_REPORTS: "SCHEDULED_REPORTS";
548
+ readonly SCREEN_RECORDINGS: "SCREEN_RECORDINGS";
548
549
  };
549
550
  /**
550
551
  * @public
@@ -4038,6 +4039,10 @@ export interface Instance {
4038
4039
  * <p>Whether outbound calls are enabled.</p>
4039
4040
  */
4040
4041
  OutboundCallsEnabled?: boolean;
4042
+ /**
4043
+ * <p>This URL allows contact center users to access Amazon Connect admin website.</p>
4044
+ */
4045
+ InstanceAccessUrl?: string;
4041
4046
  }
4042
4047
  /**
4043
4048
  * @public
@@ -2153,6 +2153,10 @@ export interface InstanceSummary {
2153
2153
  * <p>Whether outbound calls are enabled.</p>
2154
2154
  */
2155
2155
  OutboundCallsEnabled?: boolean;
2156
+ /**
2157
+ * <p>This URL allows contact center users to access Amazon Connect admin website.</p>
2158
+ */
2159
+ InstanceAccessUrl?: string;
2156
2160
  }
2157
2161
  /**
2158
2162
  * @public
@@ -239,6 +239,7 @@ export declare const InstanceStorageResourceType: {
239
239
  readonly MEDIA_STREAMS: "MEDIA_STREAMS";
240
240
  readonly REAL_TIME_CONTACT_ANALYSIS_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS";
241
241
  readonly SCHEDULED_REPORTS: "SCHEDULED_REPORTS";
242
+ readonly SCREEN_RECORDINGS: "SCREEN_RECORDINGS";
242
243
  };
243
244
  export type InstanceStorageResourceType =
244
245
  (typeof InstanceStorageResourceType)[keyof typeof InstanceStorageResourceType];
@@ -1418,6 +1419,7 @@ export interface Instance {
1418
1419
  StatusReason?: InstanceStatusReason;
1419
1420
  InboundCallsEnabled?: boolean;
1420
1421
  OutboundCallsEnabled?: boolean;
1422
+ InstanceAccessUrl?: string;
1421
1423
  }
1422
1424
  export interface DescribeInstanceResponse {
1423
1425
  Instance?: Instance;
@@ -623,6 +623,7 @@ export interface InstanceSummary {
623
623
  InstanceStatus?: InstanceStatus | string;
624
624
  InboundCallsEnabled?: boolean;
625
625
  OutboundCallsEnabled?: boolean;
626
+ InstanceAccessUrl?: string;
626
627
  }
627
628
  export interface ListInstancesResponse {
628
629
  InstanceSummaryList?: InstanceSummary[];
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.352.0",
4
+ "version": "3.354.0",
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,10 +21,10 @@
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.352.0",
25
- "@aws-sdk/config-resolver": "3.347.0",
26
- "@aws-sdk/credential-provider-node": "3.352.0",
27
- "@aws-sdk/fetch-http-handler": "3.347.0",
24
+ "@aws-sdk/client-sts": "3.354.0",
25
+ "@aws-sdk/config-resolver": "3.354.0",
26
+ "@aws-sdk/credential-provider-node": "3.354.0",
27
+ "@aws-sdk/fetch-http-handler": "3.353.0",
28
28
  "@aws-sdk/hash-node": "3.347.0",
29
29
  "@aws-sdk/invalid-dependency": "3.347.0",
30
30
  "@aws-sdk/middleware-content-length": "3.347.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.347.0",
33
33
  "@aws-sdk/middleware-logger": "3.347.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.347.0",
35
- "@aws-sdk/middleware-retry": "3.347.0",
35
+ "@aws-sdk/middleware-retry": "3.354.0",
36
36
  "@aws-sdk/middleware-serde": "3.347.0",
37
- "@aws-sdk/middleware-signing": "3.347.0",
37
+ "@aws-sdk/middleware-signing": "3.354.0",
38
38
  "@aws-sdk/middleware-stack": "3.347.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.352.0",
40
- "@aws-sdk/node-config-provider": "3.347.0",
40
+ "@aws-sdk/node-config-provider": "3.354.0",
41
41
  "@aws-sdk/node-http-handler": "3.350.0",
42
42
  "@aws-sdk/smithy-client": "3.347.0",
43
43
  "@aws-sdk/types": "3.347.0",
@@ -45,12 +45,12 @@
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.347.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.347.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.353.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.354.0",
50
50
  "@aws-sdk/util-endpoints": "3.352.0",
51
51
  "@aws-sdk/util-retry": "3.347.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.347.0",
53
- "@aws-sdk/util-user-agent-node": "3.347.0",
53
+ "@aws-sdk/util-user-agent-node": "3.354.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",