@aws-sdk/client-connect 3.1106.0 → 3.1107.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/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1105.0";
72
+ var version = "3.1106.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -14128,6 +14128,7 @@ const EvaluationFormLanguageCode = {
14128
14128
  IT_IT: "it-IT",
14129
14129
  JA_JP: "ja-JP",
14130
14130
  KO_KR: "ko-KR",
14131
+ MS_MY: "ms-MY",
14131
14132
  PT_BR: "pt-BR",
14132
14133
  ZH_CN: "zh-CN",
14133
14134
  };
package/dist-es/index.js CHANGED
@@ -2,8 +2,8 @@ export * from "./ConnectClient";
2
2
  export * from "./Connect";
3
3
  export * from "./commands";
4
4
  export { Command as $Command } from "@smithy/core/client";
5
- export * from "./schemas/schemas_0";
6
5
  export * from "./pagination";
6
+ export * from "./schemas/schemas_0";
7
7
  export * from "./models/enums";
8
8
  export * from "./models/errors";
9
9
  export * from "./models/models_0";
@@ -352,6 +352,7 @@ export const EvaluationFormLanguageCode = {
352
352
  IT_IT: "it-IT",
353
353
  JA_JP: "ja-JP",
354
354
  KO_KR: "ko-KR",
355
+ MS_MY: "ms-MY",
355
356
  PT_BR: "pt-BR",
356
357
  ZH_CN: "zh-CN",
357
358
  };
@@ -388,7 +388,7 @@ declare const CreateEvaluationFormCommand_base: {
388
388
  * ContactInteractionType: "AGENT" || "AUTOMATED" || "CUSTOMER", // required
389
389
  * },
390
390
  * LanguageConfiguration: { // EvaluationFormLanguageConfiguration
391
- * FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
391
+ * FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "ms-MY",
392
392
  * },
393
393
  * };
394
394
  * const command = new CreateEvaluationFormCommand(input);
@@ -518,7 +518,7 @@ declare const DescribeContactEvaluationCommand_base: {
518
518
  * // ContactInteractionType: "AGENT" || "AUTOMATED" || "CUSTOMER", // required
519
519
  * // },
520
520
  * // LanguageConfiguration: { // EvaluationFormLanguageConfiguration
521
- * // FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
521
+ * // FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "ms-MY",
522
522
  * // },
523
523
  * // ReviewConfiguration: { // EvaluationReviewConfiguration
524
524
  * // ReviewNotificationRecipients: [ // EvaluationReviewNotificationRecipientList // required
@@ -401,7 +401,7 @@ declare const DescribeEvaluationFormCommand_base: {
401
401
  * // ContactInteractionType: "AGENT" || "AUTOMATED" || "CUSTOMER", // required
402
402
  * // },
403
403
  * // LanguageConfiguration: { // EvaluationFormLanguageConfiguration
404
- * // FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
404
+ * // FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "ms-MY",
405
405
  * // },
406
406
  * // LatestValidationStatus: "IN_PROGRESS" || "COMPLETED" || "FAILED",
407
407
  * // LastValidationTime: new Date("TIMESTAMP"),
@@ -165,7 +165,7 @@ declare const SearchEvaluationFormsCommand_base: {
165
165
  * // LatestVersion: Number("int"), // required
166
166
  * // ActiveVersion: Number("int"),
167
167
  * // AutoEvaluationEnabled: true || false,
168
- * // EvaluationFormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
168
+ * // EvaluationFormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "ms-MY",
169
169
  * // ContactInteractionType: "AGENT" || "AUTOMATED" || "CUSTOMER",
170
170
  * // Tags: { // TagMap
171
171
  * // "<keys>": "STRING_VALUE",
@@ -389,7 +389,7 @@ declare const UpdateEvaluationFormCommand_base: {
389
389
  * ContactInteractionType: "AGENT" || "AUTOMATED" || "CUSTOMER", // required
390
390
  * },
391
391
  * LanguageConfiguration: { // EvaluationFormLanguageConfiguration
392
- * FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
392
+ * FormLanguage: "de-DE" || "en-US" || "es-ES" || "fr-FR" || "it-IT" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "ms-MY",
393
393
  * },
394
394
  * };
395
395
  * const command = new UpdateEvaluationFormCommand(input);
@@ -35,8 +35,8 @@ export type { RuntimeExtension } from "./runtimeExtensions";
35
35
  export type { ConnectExtensionConfiguration } from "./extensionConfiguration";
36
36
  export * from "./commands";
37
37
  export { Command as $Command } from "@smithy/core/client";
38
- export * from "./schemas/schemas_0";
39
38
  export * from "./pagination";
39
+ export * from "./schemas/schemas_0";
40
40
  export * from "./models/enums";
41
41
  export * from "./models/errors";
42
42
  export * from "./models/models_0";
@@ -780,6 +780,7 @@ export declare const EvaluationFormLanguageCode: {
780
780
  readonly IT_IT: "it-IT";
781
781
  readonly JA_JP: "ja-JP";
782
782
  readonly KO_KR: "ko-KR";
783
+ readonly MS_MY: "ms-MY";
783
784
  readonly PT_BR: "pt-BR";
784
785
  readonly ZH_CN: "zh-CN";
785
786
  };
@@ -5,8 +5,8 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { ConnectExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export { Command as $Command } from "@smithy/core/client";
8
- export * from "./schemas/schemas_0";
9
8
  export * from "./pagination";
9
+ export * from "./schemas/schemas_0";
10
10
  export * from "./models/enums";
11
11
  export * from "./models/errors";
12
12
  export * from "./models/models_0";
@@ -428,6 +428,7 @@ export declare const EvaluationFormLanguageCode: {
428
428
  readonly IT_IT: "it-IT";
429
429
  readonly JA_JP: "ja-JP";
430
430
  readonly KO_KR: "ko-KR";
431
+ readonly MS_MY: "ms-MY";
431
432
  readonly PT_BR: "pt-BR";
432
433
  readonly ZH_CN: "zh-CN";
433
434
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
- "version": "3.1106.0",
3
+ "version": "3.1107.0",
4
4
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-connect",
6
6
  "license": "Apache-2.0",