@aws-sdk/client-connectparticipant 3.234.0 → 3.236.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.
package/README.md CHANGED
@@ -12,7 +12,6 @@ AWS SDK for JavaScript ConnectParticipant Client for Node.js, Browser and React
12
12
  <p>Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage
13
13
  a customer contact center and provide reliable customer engagement at any scale.</p>
14
14
  <p>Amazon Connect enables customer contacts through voice or chat.</p>
15
-
16
15
  <p>The APIs described here are used by chat participants, such as agents and
17
16
  customers.</p>
18
17
 
@@ -1,312 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- exports.ruleSet = {
5
- version: "1.0",
6
- parameters: {
7
- Region: {
8
- builtIn: "AWS::Region",
9
- required: false,
10
- documentation: "The AWS region used to dispatch the request.",
11
- type: "String",
12
- },
13
- UseDualStack: {
14
- builtIn: "AWS::UseDualStack",
15
- required: true,
16
- default: false,
17
- documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
18
- type: "Boolean",
19
- },
20
- UseFIPS: {
21
- builtIn: "AWS::UseFIPS",
22
- required: true,
23
- default: false,
24
- documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
25
- type: "Boolean",
26
- },
27
- Endpoint: {
28
- builtIn: "SDK::Endpoint",
29
- required: false,
30
- documentation: "Override the endpoint used to send this request",
31
- type: "String",
32
- },
33
- },
34
- rules: [
35
- {
36
- conditions: [
37
- {
38
- fn: "aws.partition",
39
- argv: [
40
- {
41
- ref: "Region",
42
- },
43
- ],
44
- assign: "PartitionResult",
45
- },
46
- ],
47
- type: "tree",
48
- rules: [
49
- {
50
- conditions: [
51
- {
52
- fn: "isSet",
53
- argv: [
54
- {
55
- ref: "Endpoint",
56
- },
57
- ],
58
- },
59
- {
60
- fn: "parseURL",
61
- argv: [
62
- {
63
- ref: "Endpoint",
64
- },
65
- ],
66
- assign: "url",
67
- },
68
- ],
69
- type: "tree",
70
- rules: [
71
- {
72
- conditions: [
73
- {
74
- fn: "booleanEquals",
75
- argv: [
76
- {
77
- ref: "UseFIPS",
78
- },
79
- true,
80
- ],
81
- },
82
- ],
83
- error: "Invalid Configuration: FIPS and custom endpoint are not supported",
84
- type: "error",
85
- },
86
- {
87
- conditions: [],
88
- type: "tree",
89
- rules: [
90
- {
91
- conditions: [
92
- {
93
- fn: "booleanEquals",
94
- argv: [
95
- {
96
- ref: "UseDualStack",
97
- },
98
- true,
99
- ],
100
- },
101
- ],
102
- error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
103
- type: "error",
104
- },
105
- {
106
- conditions: [],
107
- endpoint: {
108
- url: {
109
- ref: "Endpoint",
110
- },
111
- properties: {},
112
- headers: {},
113
- },
114
- type: "endpoint",
115
- },
116
- ],
117
- },
118
- ],
119
- },
120
- {
121
- conditions: [
122
- {
123
- fn: "booleanEquals",
124
- argv: [
125
- {
126
- ref: "UseFIPS",
127
- },
128
- true,
129
- ],
130
- },
131
- {
132
- fn: "booleanEquals",
133
- argv: [
134
- {
135
- ref: "UseDualStack",
136
- },
137
- true,
138
- ],
139
- },
140
- ],
141
- type: "tree",
142
- rules: [
143
- {
144
- conditions: [
145
- {
146
- fn: "booleanEquals",
147
- argv: [
148
- true,
149
- {
150
- fn: "getAttr",
151
- argv: [
152
- {
153
- ref: "PartitionResult",
154
- },
155
- "supportsFIPS",
156
- ],
157
- },
158
- ],
159
- },
160
- {
161
- fn: "booleanEquals",
162
- argv: [
163
- true,
164
- {
165
- fn: "getAttr",
166
- argv: [
167
- {
168
- ref: "PartitionResult",
169
- },
170
- "supportsDualStack",
171
- ],
172
- },
173
- ],
174
- },
175
- ],
176
- type: "tree",
177
- rules: [
178
- {
179
- conditions: [],
180
- endpoint: {
181
- url: "https://participant.connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
182
- properties: {},
183
- headers: {},
184
- },
185
- type: "endpoint",
186
- },
187
- ],
188
- },
189
- {
190
- conditions: [],
191
- error: "FIPS and DualStack are enabled, but this partition does not support one or both",
192
- type: "error",
193
- },
194
- ],
195
- },
196
- {
197
- conditions: [
198
- {
199
- fn: "booleanEquals",
200
- argv: [
201
- {
202
- ref: "UseFIPS",
203
- },
204
- true,
205
- ],
206
- },
207
- ],
208
- type: "tree",
209
- rules: [
210
- {
211
- conditions: [
212
- {
213
- fn: "booleanEquals",
214
- argv: [
215
- true,
216
- {
217
- fn: "getAttr",
218
- argv: [
219
- {
220
- ref: "PartitionResult",
221
- },
222
- "supportsFIPS",
223
- ],
224
- },
225
- ],
226
- },
227
- ],
228
- type: "tree",
229
- rules: [
230
- {
231
- conditions: [],
232
- endpoint: {
233
- url: "https://participant.connect-fips.{Region}.{PartitionResult#dnsSuffix}",
234
- properties: {},
235
- headers: {},
236
- },
237
- type: "endpoint",
238
- },
239
- ],
240
- },
241
- {
242
- conditions: [],
243
- error: "FIPS is enabled but this partition does not support FIPS",
244
- type: "error",
245
- },
246
- ],
247
- },
248
- {
249
- conditions: [
250
- {
251
- fn: "booleanEquals",
252
- argv: [
253
- {
254
- ref: "UseDualStack",
255
- },
256
- true,
257
- ],
258
- },
259
- ],
260
- type: "tree",
261
- rules: [
262
- {
263
- conditions: [
264
- {
265
- fn: "booleanEquals",
266
- argv: [
267
- true,
268
- {
269
- fn: "getAttr",
270
- argv: [
271
- {
272
- ref: "PartitionResult",
273
- },
274
- "supportsDualStack",
275
- ],
276
- },
277
- ],
278
- },
279
- ],
280
- type: "tree",
281
- rules: [
282
- {
283
- conditions: [],
284
- endpoint: {
285
- url: "https://participant.connect.{Region}.{PartitionResult#dualStackDnsSuffix}",
286
- properties: {},
287
- headers: {},
288
- },
289
- type: "endpoint",
290
- },
291
- ],
292
- },
293
- {
294
- conditions: [],
295
- error: "DualStack is enabled but this partition does not support DualStack",
296
- type: "error",
297
- },
298
- ],
299
- },
300
- {
301
- conditions: [],
302
- endpoint: {
303
- url: "https://participant.connect.{Region}.{PartitionResult#dnsSuffix}",
304
- properties: {},
305
- headers: {},
306
- },
307
- type: "endpoint",
308
- },
309
- ],
310
- },
311
- ],
312
- };
4
+ const q = "fn", r = "argv", s = "ref";
5
+ const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
+ const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://participant.connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ endpoint: { url: "https://participant.connect-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://participant.connect.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://participant.connect.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
7
+ exports.ruleSet = _data;
@@ -1,309 +1,4 @@
1
- export const ruleSet = {
2
- version: "1.0",
3
- parameters: {
4
- Region: {
5
- builtIn: "AWS::Region",
6
- required: false,
7
- documentation: "The AWS region used to dispatch the request.",
8
- type: "String",
9
- },
10
- UseDualStack: {
11
- builtIn: "AWS::UseDualStack",
12
- required: true,
13
- default: false,
14
- documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15
- type: "Boolean",
16
- },
17
- UseFIPS: {
18
- builtIn: "AWS::UseFIPS",
19
- required: true,
20
- default: false,
21
- documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22
- type: "Boolean",
23
- },
24
- Endpoint: {
25
- builtIn: "SDK::Endpoint",
26
- required: false,
27
- documentation: "Override the endpoint used to send this request",
28
- type: "String",
29
- },
30
- },
31
- rules: [
32
- {
33
- conditions: [
34
- {
35
- fn: "aws.partition",
36
- argv: [
37
- {
38
- ref: "Region",
39
- },
40
- ],
41
- assign: "PartitionResult",
42
- },
43
- ],
44
- type: "tree",
45
- rules: [
46
- {
47
- conditions: [
48
- {
49
- fn: "isSet",
50
- argv: [
51
- {
52
- ref: "Endpoint",
53
- },
54
- ],
55
- },
56
- {
57
- fn: "parseURL",
58
- argv: [
59
- {
60
- ref: "Endpoint",
61
- },
62
- ],
63
- assign: "url",
64
- },
65
- ],
66
- type: "tree",
67
- rules: [
68
- {
69
- conditions: [
70
- {
71
- fn: "booleanEquals",
72
- argv: [
73
- {
74
- ref: "UseFIPS",
75
- },
76
- true,
77
- ],
78
- },
79
- ],
80
- error: "Invalid Configuration: FIPS and custom endpoint are not supported",
81
- type: "error",
82
- },
83
- {
84
- conditions: [],
85
- type: "tree",
86
- rules: [
87
- {
88
- conditions: [
89
- {
90
- fn: "booleanEquals",
91
- argv: [
92
- {
93
- ref: "UseDualStack",
94
- },
95
- true,
96
- ],
97
- },
98
- ],
99
- error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
100
- type: "error",
101
- },
102
- {
103
- conditions: [],
104
- endpoint: {
105
- url: {
106
- ref: "Endpoint",
107
- },
108
- properties: {},
109
- headers: {},
110
- },
111
- type: "endpoint",
112
- },
113
- ],
114
- },
115
- ],
116
- },
117
- {
118
- conditions: [
119
- {
120
- fn: "booleanEquals",
121
- argv: [
122
- {
123
- ref: "UseFIPS",
124
- },
125
- true,
126
- ],
127
- },
128
- {
129
- fn: "booleanEquals",
130
- argv: [
131
- {
132
- ref: "UseDualStack",
133
- },
134
- true,
135
- ],
136
- },
137
- ],
138
- type: "tree",
139
- rules: [
140
- {
141
- conditions: [
142
- {
143
- fn: "booleanEquals",
144
- argv: [
145
- true,
146
- {
147
- fn: "getAttr",
148
- argv: [
149
- {
150
- ref: "PartitionResult",
151
- },
152
- "supportsFIPS",
153
- ],
154
- },
155
- ],
156
- },
157
- {
158
- fn: "booleanEquals",
159
- argv: [
160
- true,
161
- {
162
- fn: "getAttr",
163
- argv: [
164
- {
165
- ref: "PartitionResult",
166
- },
167
- "supportsDualStack",
168
- ],
169
- },
170
- ],
171
- },
172
- ],
173
- type: "tree",
174
- rules: [
175
- {
176
- conditions: [],
177
- endpoint: {
178
- url: "https://participant.connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
179
- properties: {},
180
- headers: {},
181
- },
182
- type: "endpoint",
183
- },
184
- ],
185
- },
186
- {
187
- conditions: [],
188
- error: "FIPS and DualStack are enabled, but this partition does not support one or both",
189
- type: "error",
190
- },
191
- ],
192
- },
193
- {
194
- conditions: [
195
- {
196
- fn: "booleanEquals",
197
- argv: [
198
- {
199
- ref: "UseFIPS",
200
- },
201
- true,
202
- ],
203
- },
204
- ],
205
- type: "tree",
206
- rules: [
207
- {
208
- conditions: [
209
- {
210
- fn: "booleanEquals",
211
- argv: [
212
- true,
213
- {
214
- fn: "getAttr",
215
- argv: [
216
- {
217
- ref: "PartitionResult",
218
- },
219
- "supportsFIPS",
220
- ],
221
- },
222
- ],
223
- },
224
- ],
225
- type: "tree",
226
- rules: [
227
- {
228
- conditions: [],
229
- endpoint: {
230
- url: "https://participant.connect-fips.{Region}.{PartitionResult#dnsSuffix}",
231
- properties: {},
232
- headers: {},
233
- },
234
- type: "endpoint",
235
- },
236
- ],
237
- },
238
- {
239
- conditions: [],
240
- error: "FIPS is enabled but this partition does not support FIPS",
241
- type: "error",
242
- },
243
- ],
244
- },
245
- {
246
- conditions: [
247
- {
248
- fn: "booleanEquals",
249
- argv: [
250
- {
251
- ref: "UseDualStack",
252
- },
253
- true,
254
- ],
255
- },
256
- ],
257
- type: "tree",
258
- rules: [
259
- {
260
- conditions: [
261
- {
262
- fn: "booleanEquals",
263
- argv: [
264
- true,
265
- {
266
- fn: "getAttr",
267
- argv: [
268
- {
269
- ref: "PartitionResult",
270
- },
271
- "supportsDualStack",
272
- ],
273
- },
274
- ],
275
- },
276
- ],
277
- type: "tree",
278
- rules: [
279
- {
280
- conditions: [],
281
- endpoint: {
282
- url: "https://participant.connect.{Region}.{PartitionResult#dualStackDnsSuffix}",
283
- properties: {},
284
- headers: {},
285
- },
286
- type: "endpoint",
287
- },
288
- ],
289
- },
290
- {
291
- conditions: [],
292
- error: "DualStack is enabled but this partition does not support DualStack",
293
- type: "error",
294
- },
295
- ],
296
- },
297
- {
298
- conditions: [],
299
- endpoint: {
300
- url: "https://participant.connect.{Region}.{PartitionResult#dnsSuffix}",
301
- properties: {},
302
- headers: {},
303
- },
304
- type: "endpoint",
305
- },
306
- ],
307
- },
308
- ],
309
- };
1
+ const q = "fn", r = "argv", s = "ref";
2
+ const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
3
+ const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://participant.connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ endpoint: { url: "https://participant.connect-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://participant.connect.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://participant.connect.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
4
+ export const ruleSet = _data;
@@ -11,9 +11,8 @@ import { ConnectParticipantClient } from "./ConnectParticipantClient";
11
11
  /**
12
12
  * <p>Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage
13
13
  * a customer contact center and provide reliable customer engagement at any scale.</p>
14
- * <p>Amazon Connect enables customer contacts through voice or chat.</p>
15
- *
16
- * <p>The APIs described here are used by chat participants, such as agents and
14
+ * <p>Amazon Connect enables customer contacts through voice or chat.</p>
15
+ * <p>The APIs described here are used by chat participants, such as agents and
17
16
  * customers.</p>
18
17
  */
19
18
  export declare class ConnectParticipant extends ConnectParticipantClient {
@@ -29,30 +28,30 @@ export declare class ConnectParticipant extends ConnectParticipantClient {
29
28
  /**
30
29
  * <p>Creates the participant's connection. Note that ParticipantToken is used for invoking this API instead of
31
30
  * ConnectionToken.</p>
32
- * <p>The participant token is valid for the lifetime of the participant –
31
+ * <p>The participant token is valid for the lifetime of the participant –
33
32
  * until they are part of a contact.</p>
34
- * <p>The response URL for <code>WEBSOCKET</code> Type has a connect expiry timeout of 100s.
33
+ * <p>The response URL for <code>WEBSOCKET</code> Type has a connect expiry timeout of 100s.
35
34
  * Clients must manually connect to the returned websocket URL and subscribe to the desired
36
35
  * topic. </p>
37
- * <p>For chat, you need to publish the following on the established websocket
36
+ * <p>For chat, you need to publish the following on the established websocket
38
37
  * connection:</p>
39
- * <p>
38
+ * <p>
40
39
  * <code>{"topic":"aws/subscribe","content":{"topics":["aws/chat"]}}</code>
41
40
  * </p>
42
- * <p>Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter,
41
+ * <p>Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter,
43
42
  * clients need to call this API again to obtain a new websocket URL and perform the same
44
43
  * steps as before.</p>
45
- * <p>
44
+ * <p>
46
45
  * <b>Message streaming support</b>: This API can also be used together with the
47
46
  * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html">StartContactStreaming</a>
48
47
  * API to create a participant connection for chat contacts that are
49
48
  * not using a websocket. For more information about message streaming, <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html">Enable real-time chat message streaming</a> in the <i>Amazon Connect
50
49
  * Administrator Guide</i>.</p>
51
- * <p>
50
+ * <p>
52
51
  * <b>Feature specifications</b>: For information about feature specifications, such as the allowed number of open
53
52
  * websocket connections per participant, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature specifications</a> in the <i>Amazon Connect Administrator
54
53
  * Guide</i>. </p>
55
- * <note>
54
+ * <note>
56
55
  * <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4
57
56
  * authentication</a>.</p>
58
57
  * </note>
@@ -81,7 +80,7 @@ export declare class ConnectParticipant extends ConnectParticipantClient {
81
80
  /**
82
81
  * <p>Retrieves a transcript of the session, including details about any attachments. Note
83
82
  * that ConnectionToken is used for invoking this API instead of ParticipantToken.</p>
84
- * <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4
83
+ * <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4
85
84
  * authentication</a>.</p>
86
85
  */
87
86
  getTranscript(args: GetTranscriptCommandInput, options?: __HttpHandlerOptions): Promise<GetTranscriptCommandOutput>;
@@ -133,9 +133,8 @@ export interface ConnectParticipantClientResolvedConfig extends ConnectParticipa
133
133
  /**
134
134
  * <p>Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage
135
135
  * a customer contact center and provide reliable customer engagement at any scale.</p>
136
- * <p>Amazon Connect enables customer contacts through voice or chat.</p>
137
- *
138
- * <p>The APIs described here are used by chat participants, such as agents and
136
+ * <p>Amazon Connect enables customer contacts through voice or chat.</p>
137
+ * <p>The APIs described here are used by chat participants, such as agents and
139
138
  * customers.</p>
140
139
  */
141
140
  export declare class ConnectParticipantClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectParticipantClientResolvedConfig> {
@@ -10,30 +10,30 @@ export interface CreateParticipantConnectionCommandOutput extends CreateParticip
10
10
  /**
11
11
  * <p>Creates the participant's connection. Note that ParticipantToken is used for invoking this API instead of
12
12
  * ConnectionToken.</p>
13
- * <p>The participant token is valid for the lifetime of the participant –
13
+ * <p>The participant token is valid for the lifetime of the participant –
14
14
  * until they are part of a contact.</p>
15
- * <p>The response URL for <code>WEBSOCKET</code> Type has a connect expiry timeout of 100s.
15
+ * <p>The response URL for <code>WEBSOCKET</code> Type has a connect expiry timeout of 100s.
16
16
  * Clients must manually connect to the returned websocket URL and subscribe to the desired
17
17
  * topic. </p>
18
- * <p>For chat, you need to publish the following on the established websocket
18
+ * <p>For chat, you need to publish the following on the established websocket
19
19
  * connection:</p>
20
- * <p>
20
+ * <p>
21
21
  * <code>{"topic":"aws/subscribe","content":{"topics":["aws/chat"]}}</code>
22
22
  * </p>
23
- * <p>Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter,
23
+ * <p>Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter,
24
24
  * clients need to call this API again to obtain a new websocket URL and perform the same
25
25
  * steps as before.</p>
26
- * <p>
26
+ * <p>
27
27
  * <b>Message streaming support</b>: This API can also be used together with the
28
28
  * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html">StartContactStreaming</a>
29
29
  * API to create a participant connection for chat contacts that are
30
30
  * not using a websocket. For more information about message streaming, <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html">Enable real-time chat message streaming</a> in the <i>Amazon Connect
31
31
  * Administrator Guide</i>.</p>
32
- * <p>
32
+ * <p>
33
33
  * <b>Feature specifications</b>: For information about feature specifications, such as the allowed number of open
34
34
  * websocket connections per participant, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature specifications</a> in the <i>Amazon Connect Administrator
35
35
  * Guide</i>. </p>
36
- * <note>
36
+ * <note>
37
37
  * <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4
38
38
  * authentication</a>.</p>
39
39
  * </note>
@@ -10,7 +10,7 @@ export interface GetTranscriptCommandOutput extends GetTranscriptResponse, __Met
10
10
  /**
11
11
  * <p>Retrieves a transcript of the session, including details about any attachments. Note
12
12
  * that ConnectionToken is used for invoking this API instead of ParticipantToken.</p>
13
- * <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4
13
+ * <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4
14
14
  * authentication</a>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region?: string;
15
+ Region: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -100,7 +100,7 @@ export interface CreateParticipantConnectionRequest {
100
100
  Type: (ConnectionType | string)[] | undefined;
101
101
  /**
102
102
  * <p>This is a header parameter.</p>
103
- * <p>The ParticipantToken as obtained from <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartChatContact.html">StartChatContact</a>
103
+ * <p>The ParticipantToken as obtained from <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartChatContact.html">StartChatContact</a>
104
104
  * API response.</p>
105
105
  */
106
106
  ParticipantToken: string | undefined;
@@ -120,7 +120,7 @@ export interface ConnectionCredentials {
120
120
  ConnectionToken?: string;
121
121
  /**
122
122
  * <p>The expiration of the token.</p>
123
- * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
123
+ * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
124
124
  * 2019-11-08T02:41:28.172Z.</p>
125
125
  */
126
126
  Expiry?: string;
@@ -135,7 +135,7 @@ export interface Websocket {
135
135
  Url?: string;
136
136
  /**
137
137
  * <p>The URL expiration timestamp in ISO date format.</p>
138
- * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
138
+ * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
139
139
  * 2019-11-08T02:41:28.172Z.</p>
140
140
  */
141
141
  ConnectionExpiry?: string;
@@ -204,7 +204,7 @@ export interface StartPosition {
204
204
  Id?: string;
205
205
  /**
206
206
  * <p>The time in ISO format where to start.</p>
207
- * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
207
+ * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
208
208
  * 2019-11-08T02:41:28.172Z.</p>
209
209
  */
210
210
  AbsoluteTime?: string;
@@ -295,7 +295,7 @@ export declare enum ChatItemType {
295
295
  export interface Item {
296
296
  /**
297
297
  * <p>The time when the message or event was sent.</p>
298
- * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
298
+ * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
299
299
  * 2019-11-08T02:41:28.172Z.</p>
300
300
  */
301
301
  AbsoluteTime?: string;
@@ -350,13 +350,12 @@ export interface GetTranscriptResponse {
350
350
  export interface SendEventRequest {
351
351
  /**
352
352
  * <p>The content type of the request. Supported types are:</p>
353
- *
354
- * <ul>
353
+ * <ul>
355
354
  * <li>
356
- * <p>application/vnd.amazonaws.connect.event.typing</p>
355
+ * <p>application/vnd.amazonaws.connect.event.typing</p>
357
356
  * </li>
358
357
  * <li>
359
- * <p>application/vnd.amazonaws.connect.event.connection.acknowledged</p>
358
+ * <p>application/vnd.amazonaws.connect.event.connection.acknowledged</p>
360
359
  * </li>
361
360
  * </ul>
362
361
  */
@@ -383,7 +382,7 @@ export interface SendEventResponse {
383
382
  Id?: string;
384
383
  /**
385
384
  * <p>The time when the event was sent.</p>
386
- * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
385
+ * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
387
386
  * 2019-11-08T02:41:28.172Z.</p>
388
387
  */
389
388
  AbsoluteTime?: string;
@@ -414,7 +413,7 @@ export interface SendMessageResponse {
414
413
  Id?: string;
415
414
  /**
416
415
  * <p>The time when the message was sent.</p>
417
- * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
416
+ * <p>It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
418
417
  * 2019-11-08T02:41:28.172Z.</p>
419
418
  */
420
419
  AbsoluteTime?: string;
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectparticipant",
3
3
  "description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
4
- "version": "3.234.0",
4
+ "version": "3.236.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",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.234.0",
22
+ "@aws-sdk/client-sts": "3.236.0",
23
23
  "@aws-sdk/config-resolver": "3.234.0",
24
- "@aws-sdk/credential-provider-node": "3.234.0",
24
+ "@aws-sdk/credential-provider-node": "3.236.0",
25
25
  "@aws-sdk/fetch-http-handler": "3.226.0",
26
26
  "@aws-sdk/hash-node": "3.226.0",
27
27
  "@aws-sdk/invalid-dependency": "3.226.0",
@@ -30,7 +30,7 @@
30
30
  "@aws-sdk/middleware-host-header": "3.226.0",
31
31
  "@aws-sdk/middleware-logger": "3.226.0",
32
32
  "@aws-sdk/middleware-recursion-detection": "3.226.0",
33
- "@aws-sdk/middleware-retry": "3.229.0",
33
+ "@aws-sdk/middleware-retry": "3.235.0",
34
34
  "@aws-sdk/middleware-serde": "3.226.0",
35
35
  "@aws-sdk/middleware-signing": "3.226.0",
36
36
  "@aws-sdk/middleware-stack": "3.226.0",