@aws-sdk/client-chime-sdk-meetings 3.53.0 → 3.54.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2022/03/10 ([#3411](https://github.com/aws/aws-sdk-js-v3/issues/3411)) ([8fa517a](https://github.com/aws/aws-sdk-js-v3/commit/8fa517a2c56d2f98a2e4a9c4ea6fd99b6ce61a71))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
18
 
8
19
 
package/README.md CHANGED
@@ -8,8 +8,7 @@
8
8
  AWS SDK for JavaScript ChimeSDKMeetings Client for Node.js, Browser and React Native.
9
9
 
10
10
  <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
11
- receive meeting notifications. For more information
12
- about the meeting APIs, see <a href="http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings">Amazon Chime SDK meetings</a>.</p>
11
+ receive meeting notifications. For more information about the meeting APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
13
12
 
14
13
  ## Installing
15
14
 
@@ -1074,13 +1074,19 @@ const serializeAws_restJson1EngineTranscribeSettings = (input, context) => {
1074
1074
  input.EnablePartialResultsStabilization !== null && {
1075
1075
  EnablePartialResultsStabilization: input.EnablePartialResultsStabilization,
1076
1076
  }),
1077
+ ...(input.IdentifyLanguage !== undefined &&
1078
+ input.IdentifyLanguage !== null && { IdentifyLanguage: input.IdentifyLanguage }),
1077
1079
  ...(input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode }),
1078
1080
  ...(input.LanguageModelName !== undefined &&
1079
1081
  input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName }),
1082
+ ...(input.LanguageOptions !== undefined &&
1083
+ input.LanguageOptions !== null && { LanguageOptions: input.LanguageOptions }),
1080
1084
  ...(input.PartialResultsStability !== undefined &&
1081
1085
  input.PartialResultsStability !== null && { PartialResultsStability: input.PartialResultsStability }),
1082
1086
  ...(input.PiiEntityTypes !== undefined &&
1083
1087
  input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes }),
1088
+ ...(input.PreferredLanguage !== undefined &&
1089
+ input.PreferredLanguage !== null && { PreferredLanguage: input.PreferredLanguage }),
1084
1090
  ...(input.Region !== undefined && input.Region !== null && { Region: input.Region }),
1085
1091
  ...(input.VocabularyFilterMethod !== undefined &&
1086
1092
  input.VocabularyFilterMethod !== null && { VocabularyFilterMethod: input.VocabularyFilterMethod }),
@@ -1320,15 +1320,18 @@ var serializeAws_restJson1EngineTranscribeMedicalSettings = function (input, con
1320
1320
  input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
1321
1321
  };
1322
1322
  var serializeAws_restJson1EngineTranscribeSettings = function (input, context) {
1323
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
1323
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
1324
1324
  input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.ContentRedactionType !== undefined &&
1325
1325
  input.ContentRedactionType !== null && { ContentRedactionType: input.ContentRedactionType })), (input.EnablePartialResultsStabilization !== undefined &&
1326
1326
  input.EnablePartialResultsStabilization !== null && {
1327
1327
  EnablePartialResultsStabilization: input.EnablePartialResultsStabilization,
1328
- })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.LanguageModelName !== undefined &&
1329
- input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName })), (input.PartialResultsStability !== undefined &&
1328
+ })), (input.IdentifyLanguage !== undefined &&
1329
+ input.IdentifyLanguage !== null && { IdentifyLanguage: input.IdentifyLanguage })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.LanguageModelName !== undefined &&
1330
+ input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName })), (input.LanguageOptions !== undefined &&
1331
+ input.LanguageOptions !== null && { LanguageOptions: input.LanguageOptions })), (input.PartialResultsStability !== undefined &&
1330
1332
  input.PartialResultsStability !== null && { PartialResultsStability: input.PartialResultsStability })), (input.PiiEntityTypes !== undefined &&
1331
- input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
1333
+ input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes })), (input.PreferredLanguage !== undefined &&
1334
+ input.PreferredLanguage !== null && { PreferredLanguage: input.PreferredLanguage })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
1332
1335
  input.VocabularyFilterMethod !== null && { VocabularyFilterMethod: input.VocabularyFilterMethod })), (input.VocabularyFilterName !== undefined &&
1333
1336
  input.VocabularyFilterName !== null && { VocabularyFilterName: input.VocabularyFilterName })), (input.VocabularyName !== undefined &&
1334
1337
  input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
@@ -13,8 +13,7 @@ import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommand
13
13
  import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
14
14
  /**
15
15
  * <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
16
- * receive meeting notifications. For more information
17
- * about the meeting APIs, see <a href="http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings">Amazon Chime SDK meetings</a>.</p>
16
+ * receive meeting notifications. For more information about the meeting APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
18
17
  */
19
18
  export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
20
19
  /**
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
10
10
  import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
11
11
  import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
@@ -39,7 +39,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
39
39
  * A function that can calculate the length of a request body.
40
40
  * @internal
41
41
  */
42
- bodyLengthChecker?: (body: any) => number | undefined;
42
+ bodyLengthChecker?: __BodyLengthCalculator;
43
43
  /**
44
44
  * A function that converts a stream into an array of bytes.
45
45
  * @internal
@@ -138,8 +138,7 @@ export interface ChimeSDKMeetingsClientResolvedConfig extends ChimeSDKMeetingsCl
138
138
  }
139
139
  /**
140
140
  * <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
141
- * receive meeting notifications. For more information
142
- * about the meeting APIs, see <a href="http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings">Amazon Chime SDK meetings</a>.</p>
141
+ * receive meeting notifications. For more information about the meeting APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
143
142
  */
144
143
  export declare class ChimeSDKMeetingsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMeetingsClientResolvedConfig> {
145
144
  /**
@@ -40,7 +40,7 @@ export declare enum MeetingFeatureStatus {
40
40
  UNAVAILABLE = "UNAVAILABLE"
41
41
  }
42
42
  /**
43
- * <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>
43
+ * <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus. </p>
44
44
  */
45
45
  export interface AudioFeatures {
46
46
  /**
@@ -276,7 +276,7 @@ export declare class UnprocessableEntityException extends __BaseException {
276
276
  constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
277
277
  }
278
278
  /**
279
- * <p>The configuration settings of the features available to a meeting.</p>
279
+ * <p>The configuration settings of the features available to a meeting.></p>
280
280
  */
281
281
  export interface MeetingFeaturesConfiguration {
282
282
  /**
@@ -323,43 +323,26 @@ export interface CreateMeetingRequest {
323
323
  *
324
324
  * <p>
325
325
  * Available values:
326
- * <code>af-south-1</code>
327
- * ,
328
- * <code>ap-northeast-1</code>
329
- * ,
330
- * <code>ap-northeast-2</code>
331
- * ,
332
- * <code>ap-south-1</code>
333
- * ,
334
- * <code>ap-southeast-1</code>
335
- * ,
336
- * <code>ap-southeast-2</code>
337
- * ,
338
- * <code>ca-central-1</code>
339
- * ,
340
- * <code>eu-central-1</code>
341
- * ,
342
- * <code>eu-north-1</code>
343
- * ,
344
- * <code>eu-south-1</code>
345
- * ,
346
- * <code>eu-west-1</code>
347
- * ,
348
- * <code>eu-west-2</code>
349
- * ,
350
- * <code>eu-west-3</code>
351
- * ,
352
- * <code>sa-east-1</code>
353
- * ,
354
- * <code>us-east-1</code>
355
- * ,
356
- * <code>us-east-2</code>
357
- * ,
358
- * <code>us-west-1</code>
359
- * ,
360
- * <code>us-west-2</code>
361
- * .
326
+ * <code>af-south-1</code>,
327
+ * <code>ap-northeast-1</code>,
328
+ * <code>ap-northeast-2</code>,
329
+ * <code>ap-south-1</code>,
330
+ * <code>ap-southeast-1</code>,
331
+ * <code>ap-southeast-2</code>,
332
+ * <code>ca-central-1</code>,
333
+ * <code>eu-central-1</code>,
334
+ * <code>eu-north-1</code>,
335
+ * <code>eu-south-1</code>,
336
+ * <code>eu-west-1</code>,
337
+ * <code>eu-west-2</code>,
338
+ * <code>eu-west-3</code>,
339
+ * <code>sa-east-1</code>,
340
+ * <code>us-east-1</code>,
341
+ * <code>us-east-2</code>,
342
+ * <code>us-west-1</code>,
343
+ * <code>us-west-2</code>.
362
344
  * </p>
345
+ * <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
363
346
  */
364
347
  MediaRegion: string | undefined;
365
348
  /**
@@ -451,6 +434,7 @@ export interface Meeting {
451
434
  * <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
452
435
  * <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
453
436
  * <code>us-west-1</code>, <code>us-west-2</code>.</p>
437
+ * <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
454
438
  */
455
439
  MediaRegion?: string;
456
440
  /**
@@ -488,6 +472,29 @@ export interface CreateMeetingWithAttendeesRequest {
488
472
  ClientRequestToken?: string;
489
473
  /**
490
474
  * <p>The Region in which to create the meeting.</p>
475
+ *
476
+ * <p>
477
+ * Available values:
478
+ * <code>af-south-1</code>,
479
+ * <code>ap-northeast-1</code>,
480
+ * <code>ap-northeast-2</code>,
481
+ * <code>ap-south-1</code>,
482
+ * <code>ap-southeast-1</code>,
483
+ * <code>ap-southeast-2</code>,
484
+ * <code>ca-central-1</code>,
485
+ * <code>eu-central-1</code>,
486
+ * <code>eu-north-1</code>,
487
+ * <code>eu-south-1</code>,
488
+ * <code>eu-west-1</code>,
489
+ * <code>eu-west-2</code>,
490
+ * <code>eu-west-3</code>,
491
+ * <code>sa-east-1</code>,
492
+ * <code>us-east-1</code>,
493
+ * <code>us-east-2</code>,
494
+ * <code>us-west-1</code>,
495
+ * <code>us-west-2</code>.
496
+ * </p>
497
+ * <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
491
498
  */
492
499
  MediaRegion: string | undefined;
493
500
  /**
@@ -767,7 +774,7 @@ export interface EngineTranscribeSettings {
767
774
  /**
768
775
  * <p>The language code specified for the Amazon Transcribe engine.</p>
769
776
  */
770
- LanguageCode: TranscribeLanguageCode | string | undefined;
777
+ LanguageCode?: TranscribeLanguageCode | string;
771
778
  /**
772
779
  * <p>The filtering method passed to Amazon Transcribe.</p>
773
780
  */
@@ -805,11 +812,12 @@ export interface EngineTranscribeSettings {
805
812
  /**
806
813
  * <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>
807
814
  *
808
- * <p>PIIEntityTypes must be comma-separated. The available values are:
809
- * <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>,
810
- * <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
815
+ * <p>
816
+ * <code>PIIEntityTypes</code> must be comma-separated. The available values are:
817
+ * <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>,
818
+ * <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
811
819
  *
812
- * <p>
820
+ * <p>
813
821
  * <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
814
822
  */
815
823
  PiiEntityTypes?: string;
@@ -817,6 +825,18 @@ export interface EngineTranscribeSettings {
817
825
  * <p>The name of the language model used during transcription.</p>
818
826
  */
819
827
  LanguageModelName?: string;
828
+ /**
829
+ * <p>Automatically identifies the language spoken in media files.</p>
830
+ */
831
+ IdentifyLanguage?: boolean;
832
+ /**
833
+ * <p>Language codes for the languages that you want to identify. You must provide at least 2 codes.</p>
834
+ */
835
+ LanguageOptions?: string;
836
+ /**
837
+ * <p>Language code for the preferred language.</p>
838
+ */
839
+ PreferredLanguage?: TranscribeLanguageCode | string;
820
840
  }
821
841
  export declare namespace EngineTranscribeSettings {
822
842
  /**
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
8
8
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
10
  urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  streamCollector: import("@aws-sdk/types").StreamCollector;
13
13
  base64Decoder: import("@aws-sdk/types").Decoder;
14
14
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
10
10
  import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
11
11
  import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
@@ -27,7 +27,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
27
27
 
28
28
  urlParser?: __UrlParser;
29
29
 
30
- bodyLengthChecker?: (body: any) => number | undefined;
30
+ bodyLengthChecker?: __BodyLengthCalculator;
31
31
 
32
32
  streamCollector?: __StreamCollector;
33
33
 
@@ -454,7 +454,7 @@ export declare enum TranscribeVocabularyFilterMethod {
454
454
 
455
455
  export interface EngineTranscribeSettings {
456
456
 
457
- LanguageCode: TranscribeLanguageCode | string | undefined;
457
+ LanguageCode?: TranscribeLanguageCode | string;
458
458
 
459
459
  VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
460
460
 
@@ -475,6 +475,12 @@ export interface EngineTranscribeSettings {
475
475
  PiiEntityTypes?: string;
476
476
 
477
477
  LanguageModelName?: string;
478
+
479
+ IdentifyLanguage?: boolean;
480
+
481
+ LanguageOptions?: string;
482
+
483
+ PreferredLanguage?: TranscribeLanguageCode | string;
478
484
  }
479
485
  export declare namespace EngineTranscribeSettings {
480
486
 
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
6
6
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
7
  apiVersion: string;
8
8
  urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  streamCollector: import("@aws-sdk/types").StreamCollector;
11
11
  base64Decoder: import("@aws-sdk/types").Decoder;
12
12
  base64Encoder: import("@aws-sdk/types").Encoder;
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.53.0",
4
+ "version": "3.54.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",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.53.0",
22
- "@aws-sdk/config-resolver": "3.53.0",
23
- "@aws-sdk/credential-provider-node": "3.53.0",
24
- "@aws-sdk/fetch-http-handler": "3.53.0",
25
- "@aws-sdk/hash-node": "3.53.0",
26
- "@aws-sdk/invalid-dependency": "3.53.0",
27
- "@aws-sdk/middleware-content-length": "3.53.0",
28
- "@aws-sdk/middleware-host-header": "3.53.0",
29
- "@aws-sdk/middleware-logger": "3.53.0",
30
- "@aws-sdk/middleware-retry": "3.53.0",
31
- "@aws-sdk/middleware-serde": "3.53.0",
32
- "@aws-sdk/middleware-signing": "3.53.0",
33
- "@aws-sdk/middleware-stack": "3.53.0",
34
- "@aws-sdk/middleware-user-agent": "3.53.0",
35
- "@aws-sdk/node-config-provider": "3.53.0",
36
- "@aws-sdk/node-http-handler": "3.53.0",
37
- "@aws-sdk/protocol-http": "3.53.0",
38
- "@aws-sdk/smithy-client": "3.53.0",
39
- "@aws-sdk/types": "3.53.0",
40
- "@aws-sdk/url-parser": "3.53.0",
21
+ "@aws-sdk/client-sts": "3.54.0",
22
+ "@aws-sdk/config-resolver": "3.54.0",
23
+ "@aws-sdk/credential-provider-node": "3.54.0",
24
+ "@aws-sdk/fetch-http-handler": "3.54.0",
25
+ "@aws-sdk/hash-node": "3.54.0",
26
+ "@aws-sdk/invalid-dependency": "3.54.0",
27
+ "@aws-sdk/middleware-content-length": "3.54.0",
28
+ "@aws-sdk/middleware-host-header": "3.54.0",
29
+ "@aws-sdk/middleware-logger": "3.54.0",
30
+ "@aws-sdk/middleware-retry": "3.54.0",
31
+ "@aws-sdk/middleware-serde": "3.54.0",
32
+ "@aws-sdk/middleware-signing": "3.54.0",
33
+ "@aws-sdk/middleware-stack": "3.54.0",
34
+ "@aws-sdk/middleware-user-agent": "3.54.0",
35
+ "@aws-sdk/node-config-provider": "3.54.0",
36
+ "@aws-sdk/node-http-handler": "3.54.0",
37
+ "@aws-sdk/protocol-http": "3.54.0",
38
+ "@aws-sdk/smithy-client": "3.54.0",
39
+ "@aws-sdk/types": "3.54.0",
40
+ "@aws-sdk/url-parser": "3.54.0",
41
41
  "@aws-sdk/util-base64-browser": "3.52.0",
42
42
  "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.52.0",
44
- "@aws-sdk/util-body-length-node": "3.52.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.53.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.53.0",
47
- "@aws-sdk/util-user-agent-browser": "3.53.0",
48
- "@aws-sdk/util-user-agent-node": "3.53.0",
43
+ "@aws-sdk/util-body-length-browser": "3.54.0",
44
+ "@aws-sdk/util-body-length-node": "3.54.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.54.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.54.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.54.0",
48
+ "@aws-sdk/util-user-agent-node": "3.54.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.52.0",
50
50
  "@aws-sdk/util-utf8-node": "3.52.0",
51
51
  "tslib": "^2.3.0",