@aws-sdk/client-chime 3.315.0 → 3.317.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.
Files changed (89) hide show
  1. package/README.md +5 -10
  2. package/dist-cjs/Chime.js +195 -2674
  3. package/dist-cjs/endpoint/ruleset.js +3 -3
  4. package/dist-cjs/models/models_0.js +2 -0
  5. package/dist-cjs/protocols/Aws_restJson1.js +8 -8
  6. package/dist-es/Chime.js +195 -2674
  7. package/dist-es/endpoint/ruleset.js +3 -3
  8. package/dist-es/models/models_0.js +2 -0
  9. package/dist-es/protocols/Aws_restJson1.js +8 -8
  10. package/dist-types/Chime.d.ts +231 -913
  11. package/dist-types/ChimeClient.d.ts +17 -22
  12. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -2
  13. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +0 -1
  16. package/dist-types/commands/BatchSuspendUserCommand.d.ts +0 -3
  17. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +0 -1
  18. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  19. package/dist-types/commands/BatchUpdateUserCommand.d.ts +2 -2
  20. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -2
  21. package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -1
  23. package/dist-types/commands/CreateChannelCommand.d.ts +2 -4
  24. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -5
  25. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -2
  26. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +7 -7
  27. package/dist-types/commands/CreateMeetingCommand.d.ts +4 -4
  28. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +0 -1
  29. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +4 -4
  30. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateProxySessionCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +1 -2
  36. package/dist-types/commands/DeleteAccountCommand.d.ts +0 -3
  37. package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -2
  38. package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -1
  39. package/dist-types/commands/DeleteChannelCommand.d.ts +0 -1
  40. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -1
  41. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -1
  42. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -1
  43. package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -2
  44. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +0 -1
  45. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -1
  46. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -1
  47. package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -2
  48. package/dist-types/commands/DescribeChannelCommand.d.ts +0 -2
  49. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -1
  50. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -1
  51. package/dist-types/commands/GetAttendeeCommand.d.ts +2 -2
  52. package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -1
  53. package/dist-types/commands/GetMeetingCommand.d.ts +2 -2
  54. package/dist-types/commands/GetUserCommand.d.ts +0 -1
  55. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  56. package/dist-types/commands/ListAttendeesCommand.d.ts +2 -2
  57. package/dist-types/commands/ListChannelBansCommand.d.ts +0 -2
  58. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -3
  59. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -1
  60. package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListChannelsCommand.d.ts +1 -3
  62. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -1
  63. package/dist-types/commands/ListMeetingsCommand.d.ts +2 -2
  64. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +3 -3
  65. package/dist-types/commands/ListProxySessionsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  67. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  68. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
  69. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +0 -1
  70. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +1 -2
  71. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
  72. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -1
  73. package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -1
  74. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  75. package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -4
  76. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +27 -12
  77. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -1
  80. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -1
  81. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateProxySessionCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
  85. package/dist-types/models/models_0.d.ts +89 -30
  86. package/dist-types/models/models_1.d.ts +7 -6
  87. package/dist-types/ts3.4/Chime.d.ts +2 -1
  88. package/dist-types/ts3.4/models/models_0.d.ts +8 -1
  89. package/package.json +6 -6
@@ -739,7 +739,6 @@ export interface AssociateSigninDelegateGroupsWithAccountResponse {
739
739
  * <a>DeleteAttendee</a>
740
740
  * is called. After that, the attendee is unable to join the meeting.
741
741
  * </p>
742
- *
743
742
  * <p>We recommend securely transferring each <code>JoinToken</code> from your server application
744
743
  * to the client so that no other client has access to the token except for the one
745
744
  * authorized to represent the attendee.</p>
@@ -1679,7 +1678,7 @@ export interface SourceConfiguration {
1679
1678
  */
1680
1679
  export interface ChimeSdkMeetingConfiguration {
1681
1680
  /**
1682
- * <p>The source configuration for a specified media capture pipline.</p>
1681
+ * <p>The source configuration for a specified media capture pipeline.</p>
1683
1682
  */
1684
1683
  SourceConfiguration?: SourceConfiguration;
1685
1684
  /**
@@ -2069,7 +2068,7 @@ export interface CreateMediaCapturePipelineRequest {
2069
2068
  */
2070
2069
  SinkArn: string | undefined;
2071
2070
  /**
2072
- * <p>The token assigned to the client making the pipeline request.</p>
2071
+ * <p>The unique identifier for the client request. The token makes the API request idempotent. Use a different token for different media pipeline requests.</p>
2073
2072
  */
2074
2073
  ClientRequestToken?: string;
2075
2074
  /**
@@ -2179,7 +2178,6 @@ export interface CreateMeetingRequest {
2179
2178
  * <p>
2180
2179
  * The Region in which to create the meeting. Default: <code>us-east-1</code>.
2181
2180
  * </p>
2182
- *
2183
2181
  * <p>
2184
2182
  * Available values:
2185
2183
  * <code>af-south-1</code>
@@ -2359,7 +2357,6 @@ export interface CreateMeetingWithAttendeesRequest {
2359
2357
  * The Region in which to create the meeting. Default: <code>us-east-1</code>
2360
2358
  * .
2361
2359
  * </p>
2362
- *
2363
2360
  * <p>
2364
2361
  * Available values:
2365
2362
  * <code>af-south-1</code>
@@ -2406,9 +2403,9 @@ export interface CreateMeetingWithAttendeesRequest {
2406
2403
  */
2407
2404
  Tags?: Tag[];
2408
2405
  /**
2409
- * <p> The resource target configurations for receiving Amazon Chime SDK meeting and attendee event
2410
- * notifications. The Amazon Chime SDK supports resource targets located in the US East (N.
2411
- * Virginia) AWS Region (<code>us-east-1</code>). </p>
2406
+ * <p>The resource target configurations for receiving Amazon Chime SDK meeting and attendee event
2407
+ * notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS
2408
+ * Region (us-east-1).</p>
2412
2409
  */
2413
2410
  NotificationsConfiguration?: MeetingNotificationConfiguration;
2414
2411
  /**
@@ -2853,7 +2850,7 @@ export interface CreateRoomMembershipResponse {
2853
2850
  */
2854
2851
  export interface SipMediaApplicationEndpoint {
2855
2852
  /**
2856
- * <p>Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.</p>
2853
+ * <p>Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.</p>
2857
2854
  */
2858
2855
  LambdaArn?: string;
2859
2856
  }
@@ -4116,7 +4113,8 @@ export interface EngineTranscribeMedicalSettings {
4116
4113
  */
4117
4114
  Region?: TranscribeMedicalRegion | string;
4118
4115
  /**
4119
- * <p>Set this field to <code>PHI</code> to identify personal health information in the transcription output.</p>
4116
+ * <p>Labels all personally identifiable information (PII) identified in your transcript. If you don't include <code>PiiEntityTypes</code>, all PII is identified.</p>
4117
+ * <p>You can’t set <code>ContentIdentificationType</code> and <code>ContentRedactionType</code>.</p>
4120
4118
  */
4121
4119
  ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
4122
4120
  }
@@ -4154,10 +4152,12 @@ export declare const TranscribeLanguageCode: {
4154
4152
  readonly ES_US: "es-US";
4155
4153
  readonly FR_CA: "fr-CA";
4156
4154
  readonly FR_FR: "fr-FR";
4155
+ readonly HI_IN: "hi-IN";
4157
4156
  readonly IT_IT: "it-IT";
4158
4157
  readonly JA_JP: "ja-JP";
4159
4158
  readonly KO_KR: "ko-KR";
4160
4159
  readonly PT_BR: "pt-BR";
4160
+ readonly TH_TH: "th-TH";
4161
4161
  readonly ZH_CN: "zh-CN";
4162
4162
  };
4163
4163
  /**
@@ -4214,60 +4214,119 @@ export declare const TranscribeVocabularyFilterMethod: {
4214
4214
  export type TranscribeVocabularyFilterMethod = (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];
4215
4215
  /**
4216
4216
  * @public
4217
- * <p>Settings specific to the Amazon Transcribe engine.</p>
4217
+ * <p>Settings specific for Amazon Transcribe as the live transcription engine.</p>
4218
+ * <p>If you specify an invalid combination of parameters, a <code>TranscriptFailed</code> event will be sent with the contents of the <code>BadRequestException</code> generated by Amazon
4219
+ * Transcribe. For more information on each parameter and which combinations are valid, refer to the
4220
+ * <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a> API in the
4221
+ * <i>Amazon Transcribe Developer Guide</i>.</p>
4218
4222
  */
4219
4223
  export interface EngineTranscribeSettings {
4220
4224
  /**
4221
- * <p>The language code specified for the Amazon Transcribe engine.</p>
4225
+ * <p>Specify the language code that represents the language spoken.</p>
4226
+ * <p>If you're unsure of the language spoken in your audio, consider using <code>IdentifyLanguage</code> to enable automatic language identification.</p>
4222
4227
  */
4223
- LanguageCode: TranscribeLanguageCode | string | undefined;
4228
+ LanguageCode?: TranscribeLanguageCode | string;
4224
4229
  /**
4225
- * <p>The filtering method passed to Amazon Transcribe.</p>
4230
+ * <p>Specify how you want your vocabulary filter applied to your transcript.</p>
4231
+ * <p> To replace words with <code>***</code>, choose <code>mask</code>.</p>
4232
+ * <p>To delete words, choose <code>remove</code>.</p>
4233
+ * <p>To flag words without changing them, choose <code>tag</code>.</p>
4226
4234
  */
4227
4235
  VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
4228
4236
  /**
4229
- * <p>The name of the vocabulary filter passed to Amazon Transcribe.</p>
4237
+ * <p>Specify the name of the custom vocabulary filter that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive. </p>
4238
+ * <p>If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.</p>
4239
+ * <p>If you include <code>IdentifyLanguage</code> and want to use one or more vocabulary filters with your transcription, use the <code>VocabularyFilterNames</code> parameter instead.</p>
4230
4240
  */
4231
4241
  VocabularyFilterName?: string;
4232
4242
  /**
4233
- * <p>The name of the vocabulary passed to Amazon Transcribe.</p>
4243
+ * <p>Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.</p>
4244
+ * <p>If you use Amazon Transcribe multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.</p>
4245
+ * <p>If you include <code>IdentifyLanguage</code> and want to use one or more custom vocabularies with your transcription, use the <code>VocabularyNames</code> parameter instead.</p>
4234
4246
  */
4235
4247
  VocabularyName?: string;
4236
4248
  /**
4237
- * <p>The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>
4249
+ * <p>The AWS Region in which to use Amazon Transcribe.</p>
4250
+ * <p>If you don't specify a Region, then the <code>MediaRegion</code> parameter of the
4251
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html">CreateMeeting.html</a> API will be used. However, if Amazon Transcribe is not
4252
+ * available in the <code>MediaRegion</code>, then a TranscriptFailed event is sent.</p>
4253
+ * <p>Use <code>auto</code> to use Amazon Transcribe in a Region near the meeting’s <code>MediaRegion</code>. For more information, refer to
4254
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/transcription-options.html#choose-region">Choosing a transcription Region</a> in the
4255
+ * <i>Amazon Chime SDK Developer Guide</i>.</p>
4238
4256
  */
4239
4257
  Region?: TranscribeRegion | string;
4240
4258
  /**
4241
- * <p>Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.</p>
4259
+ * <p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.</p>
4242
4260
  */
4243
4261
  EnablePartialResultsStabilization?: boolean;
4244
4262
  /**
4245
- * <p>The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.</p>
4263
+ * <p>Specify the level of stability to use when you enable partial results stabilization (<code>EnablePartialResultsStabilization</code>).</p>
4264
+ * <p>Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.</p>
4246
4265
  */
4247
4266
  PartialResultsStability?: TranscribePartialResultsStability | string;
4248
4267
  /**
4249
- * <p>Set this field to <code>PII</code> to identify personally identifiable information in the transcription output.</p>
4268
+ * <p>Labels all personally identifiable information (PII) identified in your transcript. If you don't include <code>PiiEntityTypes</code>, all PII is identified.</p>
4269
+ * <p>You can’t set <code>ContentIdentificationType</code> and <code>ContentRedactionType</code>.</p>
4250
4270
  */
4251
4271
  ContentIdentificationType?: TranscribeContentIdentificationType | string;
4252
4272
  /**
4253
- * <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>
4273
+ * <p>Content redaction is performed at the segment level. If you don't include <code>PiiEntityTypes</code>, all PII is redacted.</p>
4274
+ * <p>You can’t set <code>ContentIdentificationType</code> and <code>ContentRedactionType</code>.</p>
4254
4275
  */
4255
4276
  ContentRedactionType?: TranscribeContentRedactionType | string;
4256
4277
  /**
4257
- * <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>
4258
- * <p>
4259
- * <code>PIIEntityTypes</code> must be comma-separated. The available values are:
4260
- * <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>,
4261
- * <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
4262
- *
4263
- * <p>
4264
- * <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
4278
+ * <p>Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select <code>ALL</code>.</p>
4279
+ * <p>Values must be comma-separated and can include: <code>ADDRESS</code>, <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>
4280
+ * <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>,<code>NAME</code>, <code>PHONE</code>, <code>PIN</code>,
4281
+ * <code>SSN</code>, or <code>ALL</code>.</p>
4282
+ * <p>Note that if you include <code>PiiEntityTypes</code>, you must also include <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>
4283
+ * <p>If you include <code>ContentRedactionType</code> or <code>ContentIdentificationType</code>, but do not include <code>PiiEntityTypes</code>, all PII is redacted or identified.</p>
4265
4284
  */
4266
4285
  PiiEntityTypes?: string;
4267
4286
  /**
4268
- * <p>The name of the language model used during transcription.</p>
4287
+ * <p>Specify the name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive.</p>
4288
+ * <p>The language of the specified language model must match the language code. If the languages don't match, the custom language model isn't applied. There are no errors or warnings associated
4289
+ * with a language mismatch.</p>
4290
+ * <p>If you use Amazon Transcribe in multiple Regions, the custom language model must be available in Amazon Transcribe in each Region.</p>
4269
4291
  */
4270
4292
  LanguageModelName?: string;
4293
+ /**
4294
+ * <p>Enables automatic language identification for your transcription.</p>
4295
+ * <p>If you include <code>IdentifyLanguage</code>, you can optionally use <code>LanguageOptions</code> to include a list of language codes that you think may be present in your audio stream.
4296
+ * Including language options can improve transcription accuracy.</p>
4297
+ * <p>You can also use <code>PreferredLanguage</code> to include a preferred language. Doing so can help Amazon Transcribe identify the language faster.</p>
4298
+ * <p>You must include either <code>LanguageCode</code> or <code>IdentifyLanguage</code>.</p>
4299
+ * <p>Language identification can't be combined with custom language models or redaction.</p>
4300
+ */
4301
+ IdentifyLanguage?: boolean;
4302
+ /**
4303
+ * <p>Specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages
4304
+ * are present, do not include this parameter.</p>
4305
+ * <p>Including language options can improve the accuracy of language identification.</p>
4306
+ * <p>If you include <code>LanguageOptions</code>, you must also include <code>IdentifyLanguage</code>.</p>
4307
+ * <important>
4308
+ * <p>You can only include one language dialect per language. For example, you cannot include <code>en-US</code> and <code>en-AU</code>.</p>
4309
+ * </important>
4310
+ */
4311
+ LanguageOptions?: string;
4312
+ /**
4313
+ * <p>Specify a preferred language from the subset of languages codes you specified in <code>LanguageOptions</code>.</p>
4314
+ * <p>You can only use this parameter if you include <code>IdentifyLanguage</code> and <code>LanguageOptions</code>.</p>
4315
+ */
4316
+ PreferredLanguage?: TranscribeLanguageCode | string;
4317
+ /**
4318
+ * <p>Specify the names of the custom vocabularies that you want to use when processing your transcription. Note that vocabulary names are case sensitive.</p>
4319
+ * <p>If you use Amazon Transcribe in multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.</p>
4320
+ * <p>If you don't include <code>IdentifyLanguage</code> and want to use a custom vocabulary with your transcription, use the <code>VocabularyName</code> parameter instead.</p>
4321
+ */
4322
+ VocabularyNames?: string;
4323
+ /**
4324
+ * <p>Specify the names of the custom vocabulary filters that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.</p>
4325
+ * <p>If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.</p>
4326
+ * <p> If you're <i>not</i> including <code>IdentifyLanguage</code> and want to use a custom vocabulary filter with your transcription, use the <code>VocabularyFilterName</code>
4327
+ * parameter instead.</p>
4328
+ */
4329
+ VocabularyFilterNames?: string;
4271
4330
  }
4272
4331
  /**
4273
4332
  * @public
@@ -265,11 +265,11 @@ export interface GetVoiceConnectorLoggingConfigurationRequest {
265
265
  */
266
266
  export interface LoggingConfiguration {
267
267
  /**
268
- * <p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>
268
+ * <p>Boolean that enables SIP message logs to Amazon CloudWatch logs.</p>
269
269
  */
270
270
  EnableSIPLogs?: boolean;
271
271
  /**
272
- * <p>Boolean that enables the logging of Voice Connector metrics to Cloudwatch.</p>
272
+ * <p>Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.</p>
273
273
  */
274
274
  EnableMediaMetricLogs?: boolean;
275
275
  }
@@ -915,7 +915,7 @@ export interface ListChannelMembershipsForAppInstanceUserRequest {
915
915
  */
916
916
  export interface ListChannelMembershipsForAppInstanceUserResponse {
917
917
  /**
918
- * <p>The token passed by previous API calls until all requested users are returned.</p>
918
+ * <p>The information for the requested channel memberships.</p>
919
919
  */
920
920
  ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
921
921
  /**
@@ -1649,7 +1649,8 @@ export interface PutEventsConfigurationRequest {
1649
1649
  */
1650
1650
  export interface PutEventsConfigurationResponse {
1651
1651
  /**
1652
- * <p>The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.</p>
1652
+ * <p>The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an
1653
+ * AWS Lambda function ARN.</p>
1653
1654
  */
1654
1655
  EventsConfiguration?: EventsConfiguration;
1655
1656
  }
@@ -1697,7 +1698,7 @@ export interface PutSipMediaApplicationLoggingConfigurationRequest {
1697
1698
  */
1698
1699
  export interface PutSipMediaApplicationLoggingConfigurationResponse {
1699
1700
  /**
1700
- * <p>Logging configuration of the SIP media application.</p>
1701
+ * <p>The logging configuration of the SIP media application.</p>
1701
1702
  */
1702
1703
  SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
1703
1704
  }
@@ -1950,7 +1951,7 @@ export interface RegenerateSecurityTokenRequest {
1950
1951
  */
1951
1952
  export interface RegenerateSecurityTokenResponse {
1952
1953
  /**
1953
- * <p>A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.</p>
1954
+ * <p>A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.</p>
1954
1955
  */
1955
1956
  Bot?: Bot;
1956
1957
  }
@@ -764,7 +764,7 @@ import {
764
764
  ValidateE911AddressCommandInput,
765
765
  ValidateE911AddressCommandOutput,
766
766
  } from "./commands/ValidateE911AddressCommand";
767
- export declare class Chime extends ChimeClient {
767
+ export interface Chime {
768
768
  associatePhoneNumbersWithVoiceConnector(
769
769
  args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
770
770
  options?: __HttpHandlerOptions
@@ -3417,3 +3417,4 @@ export declare class Chime extends ChimeClient {
3417
3417
  cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
3418
3418
  ): void;
3419
3419
  }
3420
+ export declare class Chime extends ChimeClient implements Chime {}
@@ -1317,10 +1317,12 @@ export declare const TranscribeLanguageCode: {
1317
1317
  readonly ES_US: "es-US";
1318
1318
  readonly FR_CA: "fr-CA";
1319
1319
  readonly FR_FR: "fr-FR";
1320
+ readonly HI_IN: "hi-IN";
1320
1321
  readonly IT_IT: "it-IT";
1321
1322
  readonly JA_JP: "ja-JP";
1322
1323
  readonly KO_KR: "ko-KR";
1323
1324
  readonly PT_BR: "pt-BR";
1325
+ readonly TH_TH: "th-TH";
1324
1326
  readonly ZH_CN: "zh-CN";
1325
1327
  };
1326
1328
  export type TranscribeLanguageCode =
@@ -1356,7 +1358,7 @@ export declare const TranscribeVocabularyFilterMethod: {
1356
1358
  export type TranscribeVocabularyFilterMethod =
1357
1359
  (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];
1358
1360
  export interface EngineTranscribeSettings {
1359
- LanguageCode: TranscribeLanguageCode | string | undefined;
1361
+ LanguageCode?: TranscribeLanguageCode | string;
1360
1362
  VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
1361
1363
  VocabularyFilterName?: string;
1362
1364
  VocabularyName?: string;
@@ -1367,6 +1369,11 @@ export interface EngineTranscribeSettings {
1367
1369
  ContentRedactionType?: TranscribeContentRedactionType | string;
1368
1370
  PiiEntityTypes?: string;
1369
1371
  LanguageModelName?: string;
1372
+ IdentifyLanguage?: boolean;
1373
+ LanguageOptions?: string;
1374
+ PreferredLanguage?: TranscribeLanguageCode | string;
1375
+ VocabularyNames?: string;
1376
+ VocabularyFilterNames?: string;
1370
1377
  }
1371
1378
  export interface EventsConfiguration {
1372
1379
  BotId?: string;
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.315.0",
4
+ "version": "3.317.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.315.0",
24
+ "@aws-sdk/client-sts": "3.316.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.315.0",
26
+ "@aws-sdk/credential-provider-node": "3.316.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.310.0",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.315.0",
43
+ "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.315.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.315.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
51
  "@aws-sdk/util-endpoints": "3.310.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",