@aws-sdk/client-chime 3.28.0 → 3.32.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.
@@ -1654,7 +1654,7 @@ export declare class Chime extends ChimeClient {
1654
1654
  sendChannelMessage(args: SendChannelMessageCommandInput, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1655
1655
  sendChannelMessage(args: SendChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1656
1656
  /**
1657
- * <p>Start transcription for the specified <code>meetingId</code>. </p>
1657
+ * <p>Starts transcription for the specified <code>meetingId</code>. </p>
1658
1658
  */
1659
1659
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
1660
1660
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
@@ -7,7 +7,7 @@ export interface StartMeetingTranscriptionCommandInput extends StartMeetingTrans
7
7
  export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTranscriptionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Start transcription for the specified <code>meetingId</code>. </p>
10
+ * <p>Starts transcription for the specified <code>meetingId</code>. </p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -2973,6 +2973,12 @@ export interface CreateSipMediaApplicationCallRequest {
2973
2973
  * <p>The ID of the SIP media application.</p>
2974
2974
  */
2975
2975
  SipMediaApplicationId: string | undefined;
2976
+ /**
2977
+ * <p>The SIP headers added to an outbound call leg.</p>
2978
+ */
2979
+ SipHeaders?: {
2980
+ [key: string]: string;
2981
+ };
2976
2982
  }
2977
2983
  export declare namespace CreateSipMediaApplicationCallRequest {
2978
2984
  /**
@@ -142,6 +142,9 @@ export declare enum OriginationRouteProtocol {
142
142
  * <p>Origination routes define call distribution properties for your SIP hosts to receive inbound
143
143
  * calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each
144
144
  * Amazon Chime Voice Connector.</p>
145
+ * <note>
146
+ * <p>The parameters listed below are not required, but you must use at least one. </p>
147
+ * </note>
145
148
  */
146
149
  export interface OriginationRoute {
147
150
  /**
@@ -176,16 +179,19 @@ export declare namespace OriginationRoute {
176
179
  /**
177
180
  * <p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime
178
181
  * Voice Connector.</p>
182
+ * <note>
183
+ * <p>The parameters listed below are not required, but you must use at least one. </p>
184
+ * </note>
179
185
  */
180
186
  export interface Origination {
181
187
  /**
182
188
  * <p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.
183
- * Maximum value of 20.</p>
189
+ * Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>
184
190
  */
185
191
  Routes?: OriginationRoute[];
186
192
  /**
187
193
  * <p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime
188
- * Voice Connector.</p>
194
+ * Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>
189
195
  */
190
196
  Disabled?: boolean;
191
197
  }
@@ -2293,7 +2299,7 @@ export interface TranscriptionConfiguration {
2293
2299
  */
2294
2300
  EngineTranscribeSettings?: EngineTranscribeSettings;
2295
2301
  /**
2296
- * <p>The transcription configuration settings passed to Amazon Transcribe.</p>
2302
+ * <p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>
2297
2303
  */
2298
2304
  EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
2299
2305
  }
@@ -1654,7 +1654,7 @@ export declare class Chime extends ChimeClient {
1654
1654
  sendChannelMessage(args: SendChannelMessageCommandInput, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1655
1655
  sendChannelMessage(args: SendChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1656
1656
  /**
1657
- * <p>Start transcription for the specified <code>meetingId</code>. </p>
1657
+ * <p>Starts transcription for the specified <code>meetingId</code>. </p>
1658
1658
  */
1659
1659
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
1660
1660
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
@@ -7,7 +7,7 @@ export interface StartMeetingTranscriptionCommandInput extends StartMeetingTrans
7
7
  export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTranscriptionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Start transcription for the specified <code>meetingId</code>. </p>
10
+ * <p>Starts transcription for the specified <code>meetingId</code>. </p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -2973,6 +2973,12 @@ export interface CreateSipMediaApplicationCallRequest {
2973
2973
  * <p>The ID of the SIP media application.</p>
2974
2974
  */
2975
2975
  SipMediaApplicationId: string | undefined;
2976
+ /**
2977
+ * <p>The SIP headers added to an outbound call leg.</p>
2978
+ */
2979
+ SipHeaders?: {
2980
+ [key: string]: string;
2981
+ };
2976
2982
  }
2977
2983
  export declare namespace CreateSipMediaApplicationCallRequest {
2978
2984
  /**
@@ -142,6 +142,9 @@ export declare enum OriginationRouteProtocol {
142
142
  * <p>Origination routes define call distribution properties for your SIP hosts to receive inbound
143
143
  * calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each
144
144
  * Amazon Chime Voice Connector.</p>
145
+ * <note>
146
+ * <p>The parameters listed below are not required, but you must use at least one. </p>
147
+ * </note>
145
148
  */
146
149
  export interface OriginationRoute {
147
150
  /**
@@ -176,16 +179,19 @@ export declare namespace OriginationRoute {
176
179
  /**
177
180
  * <p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime
178
181
  * Voice Connector.</p>
182
+ * <note>
183
+ * <p>The parameters listed below are not required, but you must use at least one. </p>
184
+ * </note>
179
185
  */
180
186
  export interface Origination {
181
187
  /**
182
188
  * <p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.
183
- * Maximum value of 20.</p>
189
+ * Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>
184
190
  */
185
191
  Routes?: OriginationRoute[];
186
192
  /**
187
193
  * <p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime
188
- * Voice Connector.</p>
194
+ * Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>
189
195
  */
190
196
  Disabled?: boolean;
191
197
  }
@@ -2293,7 +2299,7 @@ export interface TranscriptionConfiguration {
2293
2299
  */
2294
2300
  EngineTranscribeSettings?: EngineTranscribeSettings;
2295
2301
  /**
2296
- * <p>The transcription configuration settings passed to Amazon Transcribe.</p>
2302
+ * <p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>
2297
2303
  */
2298
2304
  EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
2299
2305
  }
@@ -3910,6 +3910,11 @@ export interface CreateSipMediaApplicationCallRequest {
3910
3910
  * <p>The ID of the SIP media application.</p>
3911
3911
  */
3912
3912
  SipMediaApplicationId: string | undefined;
3913
+
3914
+ /**
3915
+ * <p>The SIP headers added to an outbound call leg.</p>
3916
+ */
3917
+ SipHeaders?: { [key: string]: string };
3913
3918
  }
3914
3919
 
3915
3920
  export namespace CreateSipMediaApplicationCallRequest {
@@ -3920,6 +3925,7 @@ export namespace CreateSipMediaApplicationCallRequest {
3920
3925
  ...obj,
3921
3926
  ...(obj.FromPhoneNumber && { FromPhoneNumber: SENSITIVE_STRING }),
3922
3927
  ...(obj.ToPhoneNumber && { ToPhoneNumber: SENSITIVE_STRING }),
3928
+ ...(obj.SipHeaders && { SipHeaders: SENSITIVE_STRING }),
3923
3929
  });
3924
3930
  }
3925
3931
 
@@ -255,6 +255,9 @@ export enum OriginationRouteProtocol {
255
255
  * <p>Origination routes define call distribution properties for your SIP hosts to receive inbound
256
256
  * calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each
257
257
  * Amazon Chime Voice Connector.</p>
258
+ * <note>
259
+ * <p>The parameters listed below are not required, but you must use at least one. </p>
260
+ * </note>
258
261
  */
259
262
  export interface OriginationRoute {
260
263
  /**
@@ -297,17 +300,20 @@ export namespace OriginationRoute {
297
300
  /**
298
301
  * <p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime
299
302
  * Voice Connector.</p>
303
+ * <note>
304
+ * <p>The parameters listed below are not required, but you must use at least one. </p>
305
+ * </note>
300
306
  */
301
307
  export interface Origination {
302
308
  /**
303
309
  * <p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.
304
- * Maximum value of 20.</p>
310
+ * Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>
305
311
  */
306
312
  Routes?: OriginationRoute[];
307
313
 
308
314
  /**
309
315
  * <p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime
310
- * Voice Connector.</p>
316
+ * Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>
311
317
  */
312
318
  Disabled?: boolean;
313
319
  }
@@ -3162,7 +3168,7 @@ export interface TranscriptionConfiguration {
3162
3168
  EngineTranscribeSettings?: EngineTranscribeSettings;
3163
3169
 
3164
3170
  /**
3165
- * <p>The transcription configuration settings passed to Amazon Transcribe.</p>
3171
+ * <p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>
3166
3172
  */
3167
3173
  EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
3168
3174
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime",
3
3
  "description": "AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native",
4
- "version": "3.28.0",
4
+ "version": "3.32.0",
5
5
  "scripts": {
6
6
  "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
7
  "build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,39 +27,39 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "^1.0.0",
29
29
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.28.0",
31
- "@aws-sdk/config-resolver": "3.28.0",
32
- "@aws-sdk/credential-provider-node": "3.28.0",
33
- "@aws-sdk/fetch-http-handler": "3.25.0",
34
- "@aws-sdk/hash-node": "3.25.0",
35
- "@aws-sdk/invalid-dependency": "3.25.0",
36
- "@aws-sdk/middleware-content-length": "3.25.0",
37
- "@aws-sdk/middleware-host-header": "3.25.0",
38
- "@aws-sdk/middleware-logger": "3.25.0",
39
- "@aws-sdk/middleware-retry": "3.28.0",
40
- "@aws-sdk/middleware-serde": "3.25.0",
41
- "@aws-sdk/middleware-signing": "3.28.0",
42
- "@aws-sdk/middleware-stack": "3.25.0",
43
- "@aws-sdk/middleware-user-agent": "3.25.0",
44
- "@aws-sdk/node-config-provider": "3.28.0",
45
- "@aws-sdk/node-http-handler": "3.25.0",
46
- "@aws-sdk/protocol-http": "3.25.0",
47
- "@aws-sdk/smithy-client": "3.28.0",
48
- "@aws-sdk/types": "3.25.0",
49
- "@aws-sdk/url-parser": "3.25.0",
50
- "@aws-sdk/util-base64-browser": "3.23.0",
51
- "@aws-sdk/util-base64-node": "3.23.0",
52
- "@aws-sdk/util-body-length-browser": "3.23.0",
53
- "@aws-sdk/util-body-length-node": "3.23.0",
54
- "@aws-sdk/util-user-agent-browser": "3.25.0",
55
- "@aws-sdk/util-user-agent-node": "3.28.0",
56
- "@aws-sdk/util-utf8-browser": "3.23.0",
57
- "@aws-sdk/util-utf8-node": "3.23.0",
30
+ "@aws-sdk/client-sts": "3.32.0",
31
+ "@aws-sdk/config-resolver": "3.32.0",
32
+ "@aws-sdk/credential-provider-node": "3.32.0",
33
+ "@aws-sdk/fetch-http-handler": "3.32.0",
34
+ "@aws-sdk/hash-node": "3.32.0",
35
+ "@aws-sdk/invalid-dependency": "3.32.0",
36
+ "@aws-sdk/middleware-content-length": "3.32.0",
37
+ "@aws-sdk/middleware-host-header": "3.32.0",
38
+ "@aws-sdk/middleware-logger": "3.32.0",
39
+ "@aws-sdk/middleware-retry": "3.32.0",
40
+ "@aws-sdk/middleware-serde": "3.32.0",
41
+ "@aws-sdk/middleware-signing": "3.32.0",
42
+ "@aws-sdk/middleware-stack": "3.32.0",
43
+ "@aws-sdk/middleware-user-agent": "3.32.0",
44
+ "@aws-sdk/node-config-provider": "3.32.0",
45
+ "@aws-sdk/node-http-handler": "3.32.0",
46
+ "@aws-sdk/protocol-http": "3.32.0",
47
+ "@aws-sdk/smithy-client": "3.32.0",
48
+ "@aws-sdk/types": "3.32.0",
49
+ "@aws-sdk/url-parser": "3.32.0",
50
+ "@aws-sdk/util-base64-browser": "3.32.0",
51
+ "@aws-sdk/util-base64-node": "3.32.0",
52
+ "@aws-sdk/util-body-length-browser": "3.32.0",
53
+ "@aws-sdk/util-body-length-node": "3.32.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.32.0",
55
+ "@aws-sdk/util-user-agent-node": "3.32.0",
56
+ "@aws-sdk/util-utf8-browser": "3.32.0",
57
+ "@aws-sdk/util-utf8-node": "3.32.0",
58
58
  "tslib": "^2.3.0",
59
59
  "uuid": "^8.3.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.23.0",
62
+ "@aws-sdk/client-documentation-generator": "3.32.0",
63
63
  "@types/node": "^12.7.5",
64
64
  "@types/uuid": "^8.3.0",
65
65
  "downlevel-dts": "0.7.0",
@@ -67,7 +67,7 @@
67
67
  "rimraf": "^3.0.0",
68
68
  "ts-jest": "^26.4.1",
69
69
  "typedoc": "^0.19.2",
70
- "typescript": "~4.3.2"
70
+ "typescript": "~4.3.5"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=10.0.0"