@aws-sdk/client-chime-sdk-meetings 3.266.1 → 3.268.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 +2 -1
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/ChimeSDKMeetings.d.ts +33 -27
- package/dist-types/ChimeSDKMeetingsClient.d.ts +2 -1
- package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +6 -8
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +7 -1
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +7 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -9
- package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +6 -7
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +63 -49
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +29 -29
package/README.md
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
AWS SDK for JavaScript ChimeSDKMeetings Client for Node.js, Browser and React Native.
|
|
11
11
|
|
|
12
12
|
<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and
|
|
13
|
-
receive meeting notifications. For more information about the meeting APIs, see
|
|
13
|
+
receive meeting notifications. For more information about the meeting APIs, see
|
|
14
|
+
<a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
14
15
|
|
|
15
16
|
## Installing
|
|
16
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
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: [{ type: e, rules: [{ endpoint: { url: "https://meetings-chime-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: [{ type: e, rules: [{ endpoint: { url: "https://meetings-chime-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: [{ type: e, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
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: [{ type: e, rules: [{ endpoint: { url: "https://meetings-chime-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: [{ type: e, rules: [{ endpoint: { url: "https://meetings-chime-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: [{ type: e, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -18,7 +18,8 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
18
18
|
import { UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput } from "./commands/UpdateAttendeeCapabilitiesCommand";
|
|
19
19
|
/**
|
|
20
20
|
* <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and
|
|
21
|
-
* receive meeting notifications. For more information about the meeting APIs, see
|
|
21
|
+
* receive meeting notifications. For more information about the meeting APIs, see
|
|
22
|
+
* <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
22
23
|
*/
|
|
23
24
|
export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
24
25
|
/**
|
|
@@ -30,25 +31,23 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
|
30
31
|
batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
|
|
31
32
|
/**
|
|
32
33
|
* <p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p>
|
|
33
|
-
*
|
|
34
|
-
* <note>
|
|
34
|
+
* <note>
|
|
35
35
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
36
36
|
* .</p>
|
|
37
37
|
* </note>
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* <ul>
|
|
38
|
+
* <p>When using capabilities, be aware of these corner cases:</p>
|
|
39
|
+
* <ul>
|
|
41
40
|
* <li>
|
|
42
|
-
*
|
|
41
|
+
* <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code>
|
|
43
42
|
* or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability
|
|
44
43
|
* to receive and you set your <code>content</code> capability to not receive.</p>
|
|
45
44
|
* </li>
|
|
46
45
|
* <li>
|
|
47
|
-
*
|
|
46
|
+
* <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
48
47
|
* and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
|
|
49
48
|
* </li>
|
|
50
49
|
* <li>
|
|
51
|
-
*
|
|
50
|
+
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
52
51
|
* and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
53
52
|
* </li>
|
|
54
53
|
* </ul>
|
|
@@ -144,13 +143,25 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
|
144
143
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
145
144
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
146
145
|
/**
|
|
147
|
-
* <p>Starts transcription for the specified <code>meetingId</code
|
|
146
|
+
* <p>Starts transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
|
|
147
|
+
* Using Amazon Chime SDK live transcription
|
|
148
|
+
* </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
149
|
+
* <important>
|
|
150
|
+
* <p>Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the
|
|
151
|
+
* <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.</p>
|
|
152
|
+
* </important>
|
|
148
153
|
*/
|
|
149
154
|
startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
|
|
150
155
|
startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
|
|
151
156
|
startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
|
|
152
157
|
/**
|
|
153
|
-
* <p>Stops transcription for the specified <code>meetingId</code
|
|
158
|
+
* <p>Stops transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
|
|
159
|
+
* Using Amazon Chime SDK live transcription
|
|
160
|
+
* </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
161
|
+
* <important>
|
|
162
|
+
* <p>Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the
|
|
163
|
+
* <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.</p>
|
|
164
|
+
* </important>
|
|
154
165
|
*/
|
|
155
166
|
stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StopMeetingTranscriptionCommandOutput>;
|
|
156
167
|
stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
|
|
@@ -164,7 +175,7 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
|
164
175
|
/**
|
|
165
176
|
* <p>Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you
|
|
166
177
|
* attempt to remove tags from a resource that were already removed. Note the following:</p>
|
|
167
|
-
*
|
|
178
|
+
* <ul>
|
|
168
179
|
* <li>
|
|
169
180
|
* <p>To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information,
|
|
170
181
|
* see the documentation for the service whose resource you want to untag.</p>
|
|
@@ -173,19 +184,15 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
|
173
184
|
* <p>You can only tag resources that are located in the specified AWS Region for the calling AWS account.</p>
|
|
174
185
|
* </li>
|
|
175
186
|
* </ul>
|
|
176
|
-
*
|
|
177
|
-
* <p>
|
|
187
|
+
* <p>
|
|
178
188
|
* <b>Minimum permissions</b>
|
|
179
189
|
* </p>
|
|
180
|
-
*
|
|
181
|
-
* <p>In addition to the <code>tag:UntagResources</code> permission required by this operation, you must also have the remove tags permission defined by the service that created the resource.
|
|
190
|
+
* <p>In addition to the <code>tag:UntagResources</code> permission required by this operation, you must also have the remove tags permission defined by the service that created the resource.
|
|
182
191
|
* For example, to remove the tags from an Amazon EC2 instance using the <code>UntagResources</code> operation, you must have both of the following permissions:</p>
|
|
183
|
-
*
|
|
184
|
-
* <p>
|
|
192
|
+
* <p>
|
|
185
193
|
* <code>tag:UntagResource</code>
|
|
186
194
|
* </p>
|
|
187
|
-
*
|
|
188
|
-
* <p>
|
|
195
|
+
* <p>
|
|
189
196
|
* <code>ChimeSDKMeetings:DeleteTags</code>
|
|
190
197
|
* </p>
|
|
191
198
|
*/
|
|
@@ -194,24 +201,23 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
|
194
201
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
195
202
|
/**
|
|
196
203
|
* <p>The capabilties that you want to update.</p>
|
|
197
|
-
*
|
|
204
|
+
* <note>
|
|
198
205
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
199
206
|
* .</p>
|
|
200
207
|
* </note>
|
|
201
|
-
*
|
|
202
|
-
*
|
|
203
|
-
* <ul>
|
|
208
|
+
* <p>When using capabilities, be aware of these corner cases:</p>
|
|
209
|
+
* <ul>
|
|
204
210
|
* <li>
|
|
205
|
-
*
|
|
211
|
+
* <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code>
|
|
206
212
|
* or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability
|
|
207
213
|
* to receive and you set your <code>content</code> capability to not receive.</p>
|
|
208
214
|
* </li>
|
|
209
215
|
* <li>
|
|
210
|
-
*
|
|
216
|
+
* <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
211
217
|
* and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
|
|
212
218
|
* </li>
|
|
213
219
|
* <li>
|
|
214
|
-
*
|
|
220
|
+
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
215
221
|
* and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
216
222
|
* </li>
|
|
217
223
|
* </ul>
|
|
@@ -140,7 +140,8 @@ export interface ChimeSDKMeetingsClientResolvedConfig extends ChimeSDKMeetingsCl
|
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and
|
|
143
|
-
* receive meeting notifications. For more information about the meeting APIs, see
|
|
143
|
+
* receive meeting notifications. For more information about the meeting APIs, see
|
|
144
|
+
* <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
144
145
|
*/
|
|
145
146
|
export declare class ChimeSDKMeetingsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMeetingsClientResolvedConfig> {
|
|
146
147
|
/**
|
|
@@ -9,25 +9,23 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p>
|
|
12
|
-
*
|
|
13
|
-
* <note>
|
|
12
|
+
* <note>
|
|
14
13
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
15
14
|
* .</p>
|
|
16
15
|
* </note>
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* <ul>
|
|
16
|
+
* <p>When using capabilities, be aware of these corner cases:</p>
|
|
17
|
+
* <ul>
|
|
20
18
|
* <li>
|
|
21
|
-
*
|
|
19
|
+
* <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code>
|
|
22
20
|
* or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability
|
|
23
21
|
* to receive and you set your <code>content</code> capability to not receive.</p>
|
|
24
22
|
* </li>
|
|
25
23
|
* <li>
|
|
26
|
-
*
|
|
24
|
+
* <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
27
25
|
* and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
|
|
28
26
|
* </li>
|
|
29
27
|
* <li>
|
|
30
|
-
*
|
|
28
|
+
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
31
29
|
* and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
32
30
|
* </li>
|
|
33
31
|
* </ul>
|
|
@@ -8,7 +8,13 @@ export interface StartMeetingTranscriptionCommandInput extends StartMeetingTrans
|
|
|
8
8
|
export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>Starts transcription for the specified <code>meetingId</code
|
|
11
|
+
* <p>Starts transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
|
|
12
|
+
* Using Amazon Chime SDK live transcription
|
|
13
|
+
* </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
14
|
+
* <important>
|
|
15
|
+
* <p>Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the
|
|
16
|
+
* <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.</p>
|
|
17
|
+
* </important>
|
|
12
18
|
* @example
|
|
13
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
20
|
* ```javascript
|
|
@@ -8,7 +8,13 @@ export interface StopMeetingTranscriptionCommandInput extends StopMeetingTranscr
|
|
|
8
8
|
export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>Stops transcription for the specified <code>meetingId</code
|
|
11
|
+
* <p>Stops transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
|
|
12
|
+
* Using Amazon Chime SDK live transcription
|
|
13
|
+
* </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
14
|
+
* <important>
|
|
15
|
+
* <p>Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the
|
|
16
|
+
* <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.</p>
|
|
17
|
+
* </important>
|
|
12
18
|
* @example
|
|
13
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
20
|
* ```javascript
|
|
@@ -10,7 +10,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you
|
|
12
12
|
* attempt to remove tags from a resource that were already removed. Note the following:</p>
|
|
13
|
-
*
|
|
13
|
+
* <ul>
|
|
14
14
|
* <li>
|
|
15
15
|
* <p>To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information,
|
|
16
16
|
* see the documentation for the service whose resource you want to untag.</p>
|
|
@@ -19,19 +19,15 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
19
19
|
* <p>You can only tag resources that are located in the specified AWS Region for the calling AWS account.</p>
|
|
20
20
|
* </li>
|
|
21
21
|
* </ul>
|
|
22
|
-
*
|
|
23
|
-
* <p>
|
|
22
|
+
* <p>
|
|
24
23
|
* <b>Minimum permissions</b>
|
|
25
24
|
* </p>
|
|
26
|
-
*
|
|
27
|
-
* <p>In addition to the <code>tag:UntagResources</code> permission required by this operation, you must also have the remove tags permission defined by the service that created the resource.
|
|
25
|
+
* <p>In addition to the <code>tag:UntagResources</code> permission required by this operation, you must also have the remove tags permission defined by the service that created the resource.
|
|
28
26
|
* For example, to remove the tags from an Amazon EC2 instance using the <code>UntagResources</code> operation, you must have both of the following permissions:</p>
|
|
29
|
-
*
|
|
30
|
-
* <p>
|
|
27
|
+
* <p>
|
|
31
28
|
* <code>tag:UntagResource</code>
|
|
32
29
|
* </p>
|
|
33
|
-
*
|
|
34
|
-
* <p>
|
|
30
|
+
* <p>
|
|
35
31
|
* <code>ChimeSDKMeetings:DeleteTags</code>
|
|
36
32
|
* </p>
|
|
37
33
|
* @example
|
|
@@ -9,24 +9,23 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>The capabilties that you want to update.</p>
|
|
12
|
-
*
|
|
12
|
+
* <note>
|
|
13
13
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
14
14
|
* .</p>
|
|
15
15
|
* </note>
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* <ul>
|
|
16
|
+
* <p>When using capabilities, be aware of these corner cases:</p>
|
|
17
|
+
* <ul>
|
|
19
18
|
* <li>
|
|
20
|
-
*
|
|
19
|
+
* <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code>
|
|
21
20
|
* or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability
|
|
22
21
|
* to receive and you set your <code>content</code> capability to not receive.</p>
|
|
23
22
|
* </li>
|
|
24
23
|
* <li>
|
|
25
|
-
*
|
|
24
|
+
* <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
26
25
|
* and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
|
|
27
26
|
* </li>
|
|
28
27
|
* <li>
|
|
29
|
-
*
|
|
28
|
+
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
30
29
|
* and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
31
30
|
* </li>
|
|
32
31
|
* </ul>
|
|
@@ -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
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -8,24 +8,23 @@ export declare enum MediaCapabilities {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>The media capabilities of an attendee: audio, video, or content. </p>
|
|
11
|
-
*
|
|
11
|
+
* <note>
|
|
12
12
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
13
13
|
* .</p>
|
|
14
14
|
* </note>
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* <ul>
|
|
15
|
+
* <p>When using capabilities, be aware of these corner cases:</p>
|
|
16
|
+
* <ul>
|
|
18
17
|
* <li>
|
|
19
|
-
*
|
|
18
|
+
* <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code>
|
|
20
19
|
* or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability
|
|
21
20
|
* to receive and you set your <code>content</code> capability to not receive.</p>
|
|
22
21
|
* </li>
|
|
23
22
|
* <li>
|
|
24
|
-
*
|
|
23
|
+
* <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
25
24
|
* and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
|
|
26
25
|
* </li>
|
|
27
26
|
* <li>
|
|
28
|
-
*
|
|
27
|
+
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
29
28
|
* and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
30
29
|
* </li>
|
|
31
30
|
* </ul>
|
|
@@ -54,7 +53,6 @@ export interface AttendeeCapabilities {
|
|
|
54
53
|
* <a>DeleteAttendee</a>
|
|
55
54
|
* is called. After that, the attendee is unable to join the meeting.
|
|
56
55
|
* </p>
|
|
57
|
-
*
|
|
58
56
|
* <p>We recommend securely transferring each <code>JoinToken</code> from your server application
|
|
59
57
|
* to the client so that no other client has access to the token except for the one
|
|
60
58
|
* authorized to represent the attendee.</p>
|
|
@@ -62,6 +60,10 @@ export interface AttendeeCapabilities {
|
|
|
62
60
|
export interface Attendee {
|
|
63
61
|
/**
|
|
64
62
|
* <p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>
|
|
63
|
+
* <p>Pattern: <code>[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code>
|
|
64
|
+
* </p>
|
|
65
|
+
* <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix.
|
|
66
|
+
* Case insensitive.</p>
|
|
65
67
|
*/
|
|
66
68
|
ExternalUserId?: string;
|
|
67
69
|
/**
|
|
@@ -74,24 +76,23 @@ export interface Attendee {
|
|
|
74
76
|
JoinToken?: string;
|
|
75
77
|
/**
|
|
76
78
|
* <p>The capabilities assigned to an attendee: audio, video, or content.</p>
|
|
77
|
-
*
|
|
79
|
+
* <note>
|
|
78
80
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
79
81
|
* .</p>
|
|
80
82
|
* </note>
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
* <ul>
|
|
83
|
+
* <p>When using capabilities, be aware of these corner cases:</p>
|
|
84
|
+
* <ul>
|
|
84
85
|
* <li>
|
|
85
|
-
*
|
|
86
|
+
* <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code>
|
|
86
87
|
* or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability
|
|
87
88
|
* to receive and you set your <code>content</code> capability to not receive.</p>
|
|
88
89
|
* </li>
|
|
89
90
|
* <li>
|
|
90
|
-
*
|
|
91
|
+
* <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
91
92
|
* and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
|
|
92
93
|
* </li>
|
|
93
94
|
* <li>
|
|
94
|
-
*
|
|
95
|
+
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
95
96
|
* and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
96
97
|
* </li>
|
|
97
98
|
* </ul>
|
|
@@ -143,6 +144,10 @@ export declare class BadRequestException extends __BaseException {
|
|
|
143
144
|
export interface CreateAttendeeRequestItem {
|
|
144
145
|
/**
|
|
145
146
|
* <p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>
|
|
147
|
+
* <p>Pattern: <code>[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code>
|
|
148
|
+
* </p>
|
|
149
|
+
* <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix.
|
|
150
|
+
* Case insensitive.</p>
|
|
146
151
|
*/
|
|
147
152
|
ExternalUserId: string | undefined;
|
|
148
153
|
/**
|
|
@@ -166,6 +171,10 @@ export interface BatchCreateAttendeeRequest {
|
|
|
166
171
|
export interface CreateAttendeeError {
|
|
167
172
|
/**
|
|
168
173
|
* <p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>
|
|
174
|
+
* <p>Pattern: <code>[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code>
|
|
175
|
+
* </p>
|
|
176
|
+
* <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix.
|
|
177
|
+
* Case insensitive.</p>
|
|
169
178
|
*/
|
|
170
179
|
ExternalUserId?: string;
|
|
171
180
|
/**
|
|
@@ -365,32 +374,34 @@ export interface CreateAttendeeRequest {
|
|
|
365
374
|
MeetingId: string | undefined;
|
|
366
375
|
/**
|
|
367
376
|
* <p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>
|
|
377
|
+
* <p>Pattern: <code>[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code>
|
|
378
|
+
* </p>
|
|
379
|
+
* <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that
|
|
380
|
+
* uses this prefix.</p>
|
|
368
381
|
*/
|
|
369
382
|
ExternalUserId: string | undefined;
|
|
370
383
|
/**
|
|
371
384
|
* <p>The capabilities (<code>audio</code>, <code>video</code>, or <code>content</code>) that you want to grant an attendee. If you don't specify capabilities, all users have send and receive capabilities on
|
|
372
385
|
* all media channels by default.</p>
|
|
373
|
-
*
|
|
374
|
-
* <note>
|
|
386
|
+
* <note>
|
|
375
387
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
376
388
|
* .</p>
|
|
377
389
|
* </note>
|
|
378
|
-
*
|
|
379
|
-
*
|
|
380
|
-
* <ul>
|
|
390
|
+
* <p>When using capabilities, be aware of these corner cases:</p>
|
|
391
|
+
* <ul>
|
|
381
392
|
* <li>
|
|
382
|
-
*
|
|
393
|
+
* <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code>
|
|
383
394
|
* or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability
|
|
384
395
|
* to receive and you set your <code>content</code> capability to not receive.</p>
|
|
385
|
-
*
|
|
396
|
+
* </li>
|
|
386
397
|
* <li>
|
|
387
|
-
*
|
|
398
|
+
* <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
388
399
|
* and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
|
|
389
|
-
*
|
|
400
|
+
* </li>
|
|
390
401
|
* <li>
|
|
391
|
-
*
|
|
402
|
+
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
392
403
|
* and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
393
|
-
*
|
|
404
|
+
* </li>
|
|
394
405
|
* </ul>
|
|
395
406
|
*/
|
|
396
407
|
Capabilities?: AttendeeCapabilities;
|
|
@@ -402,11 +413,11 @@ export interface CreateAttendeeResponse {
|
|
|
402
413
|
Attendee?: Attendee;
|
|
403
414
|
}
|
|
404
415
|
/**
|
|
405
|
-
* <p>The configuration settings of the features available to a meeting
|
|
416
|
+
* <p>The configuration settings of the features available to a meeting.</p>
|
|
406
417
|
*/
|
|
407
418
|
export interface MeetingFeaturesConfiguration {
|
|
408
419
|
/**
|
|
409
|
-
* <p>The configuration settings for the audio features available to a meeting
|
|
420
|
+
* <p>The configuration settings for the audio features available to a meeting.</p>
|
|
410
421
|
*/
|
|
411
422
|
Audio?: AudioFeatures;
|
|
412
423
|
}
|
|
@@ -447,7 +458,6 @@ export interface CreateMeetingRequest {
|
|
|
447
458
|
ClientRequestToken?: string;
|
|
448
459
|
/**
|
|
449
460
|
* <p>The Region in which to create the meeting.</p>
|
|
450
|
-
*
|
|
451
461
|
* <p>
|
|
452
462
|
* Available values:
|
|
453
463
|
* <code>af-south-1</code>,
|
|
@@ -478,6 +488,10 @@ export interface CreateMeetingRequest {
|
|
|
478
488
|
MeetingHostId?: string;
|
|
479
489
|
/**
|
|
480
490
|
* <p>The external meeting ID.</p>
|
|
491
|
+
* <p>Pattern: <code>[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code>
|
|
492
|
+
* </p>
|
|
493
|
+
* <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix.
|
|
494
|
+
* Case insensitive.</p>
|
|
481
495
|
*/
|
|
482
496
|
ExternalMeetingId: string | undefined;
|
|
483
497
|
/**
|
|
@@ -516,26 +530,22 @@ export interface CreateMeetingRequest {
|
|
|
516
530
|
* documentation for each service.</p>
|
|
517
531
|
* </li>
|
|
518
532
|
* </ul>
|
|
519
|
-
*
|
|
533
|
+
* <important>
|
|
520
534
|
* <p>Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be
|
|
521
535
|
* used for private or sensitive data.</p>
|
|
522
536
|
* </important>
|
|
523
|
-
*
|
|
537
|
+
* <p>
|
|
524
538
|
* <b>Minimum permissions</b>
|
|
525
539
|
* </p>
|
|
526
|
-
*
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
530
|
-
* <p>
|
|
540
|
+
* <p>In addition to the <code>tag:TagResources</code> permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example,
|
|
541
|
+
* to tag a <code>ChimeSDKMeetings</code> instance using the <code>TagResources</code> operation, you must have both of the following permissions:</p>
|
|
542
|
+
* <p>
|
|
531
543
|
* <code>tag:TagResources</code>
|
|
532
544
|
* </p>
|
|
533
|
-
*
|
|
534
|
-
* <p>
|
|
545
|
+
* <p>
|
|
535
546
|
* <code>ChimeSDKMeetings:CreateTags</code>
|
|
536
547
|
* </p>
|
|
537
|
-
*
|
|
538
|
-
* <note>
|
|
548
|
+
* <note>
|
|
539
549
|
* <p>Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3 bucket, you must also have the <code>s3:GetBucketTagging</code> permission.
|
|
540
550
|
* If the expected minimum permissions don't work, check the documentation for that service's tagging APIs for more information.</p>
|
|
541
551
|
* </note>
|
|
@@ -593,6 +603,10 @@ export interface Meeting {
|
|
|
593
603
|
MeetingHostId?: string;
|
|
594
604
|
/**
|
|
595
605
|
* <p>The external meeting ID.</p>
|
|
606
|
+
* <p>Pattern: <code>[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code>
|
|
607
|
+
* </p>
|
|
608
|
+
* <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix.
|
|
609
|
+
* Case insensitive.</p>
|
|
596
610
|
*/
|
|
597
611
|
ExternalMeetingId?: string;
|
|
598
612
|
/**
|
|
@@ -602,7 +616,7 @@ export interface Meeting {
|
|
|
602
616
|
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
|
|
603
617
|
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
|
|
604
618
|
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
|
|
605
|
-
*
|
|
619
|
+
* <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
|
|
606
620
|
*/
|
|
607
621
|
MediaRegion?: string;
|
|
608
622
|
/**
|
|
@@ -610,7 +624,7 @@ export interface Meeting {
|
|
|
610
624
|
*/
|
|
611
625
|
MediaPlacement?: MediaPlacement;
|
|
612
626
|
/**
|
|
613
|
-
* <p>The features available to a meeting, such as
|
|
627
|
+
* <p>The features available to a meeting, such as echo reduction.</p>
|
|
614
628
|
*/
|
|
615
629
|
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
616
630
|
/**
|
|
@@ -640,7 +654,6 @@ export interface CreateMeetingWithAttendeesRequest {
|
|
|
640
654
|
ClientRequestToken?: string;
|
|
641
655
|
/**
|
|
642
656
|
* <p>The Region in which to create the meeting.</p>
|
|
643
|
-
*
|
|
644
657
|
* <p>
|
|
645
658
|
* Available values:
|
|
646
659
|
* <code>af-south-1</code>,
|
|
@@ -671,6 +684,10 @@ export interface CreateMeetingWithAttendeesRequest {
|
|
|
671
684
|
MeetingHostId?: string;
|
|
672
685
|
/**
|
|
673
686
|
* <p>The external meeting ID.</p>
|
|
687
|
+
* <p>Pattern: <code>[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code>
|
|
688
|
+
* </p>
|
|
689
|
+
* <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix.
|
|
690
|
+
* Case insensitive.</p>
|
|
674
691
|
*/
|
|
675
692
|
ExternalMeetingId: string | undefined;
|
|
676
693
|
/**
|
|
@@ -953,19 +970,16 @@ export interface EngineTranscribeSettings {
|
|
|
953
970
|
ContentIdentificationType?: TranscribeContentIdentificationType | string;
|
|
954
971
|
/**
|
|
955
972
|
* <p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p>
|
|
956
|
-
*
|
|
957
|
-
* <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>
|
|
973
|
+
* <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>
|
|
958
974
|
*/
|
|
959
975
|
ContentRedactionType?: TranscribeContentRedactionType | string;
|
|
960
976
|
/**
|
|
961
977
|
* <p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>
|
|
962
|
-
*
|
|
963
|
-
* <p>
|
|
978
|
+
* <p>
|
|
964
979
|
* <code>PIIEntityTypes</code> must be comma-separated. The available values are:
|
|
965
980
|
* <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>,
|
|
966
981
|
* <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
|
|
967
|
-
*
|
|
968
|
-
* <p>
|
|
982
|
+
* <p>
|
|
969
983
|
* <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
|
|
970
984
|
*/
|
|
971
985
|
PiiEntityTypes?: 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
|
|
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-chime-sdk-meetings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.268.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",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.267.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.267.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.267.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.267.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.267.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.267.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.267.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.267.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.267.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.267.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.267.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.267.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.267.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.267.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.267.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.267.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.267.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.267.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.267.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.267.0",
|
|
43
|
+
"@aws-sdk/types": "3.267.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.267.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.267.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.267.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.267.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.267.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.267.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.267.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|