aws-sdk 2.981.0 → 2.982.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.
@@ -1729,7 +1729,7 @@ declare namespace LexModelBuildingService {
1729
1729
  tags?: TagList;
1730
1730
  }
1731
1731
  export type ListsOfUtterances = UtteranceList[];
1732
- export type Locale = "de-DE"|"en-AU"|"en-GB"|"en-IN"|"en-US"|"es-419"|"es-ES"|"es-US"|"fr-FR"|"fr-CA"|"it-IT"|"ja-JP"|string;
1732
+ export type Locale = "de-DE"|"en-AU"|"en-GB"|"en-IN"|"en-US"|"es-419"|"es-ES"|"es-US"|"fr-FR"|"fr-CA"|"it-IT"|"ja-JP"|"ko-KR"|string;
1733
1733
  export type LocaleList = Locale[];
1734
1734
  export interface LogSettingsRequest {
1735
1735
  /**