@@ -26,7 +26,7 @@ public SupportWrapper(IAmazonAWSSupport amazonSupport)
26
26
/// Get the descriptions of AWS services.
27
27
/// </summary>
28
28
/// <param name="name">Optional language for services.
29
- /// Currently "en" ( English) and "ja" (Japanese ) are supported.</param>
29
+ /// Currently Chinese (“zh”), English ("en"), Japanese ( "ja") and Korean (“ko” ) are supported.</param>
30
30
/// <returns>The list of AWS service descriptions.</returns>
31
31
public async Task < List < Service > > DescribeServices ( string language = "en" )
32
32
{
@@ -46,7 +46,7 @@ public async Task<List<Service>> DescribeServices(string language = "en")
46
46
/// Get the descriptions of support severity levels.
47
47
/// </summary>
48
48
/// <param name="name">Optional language for severity levels.
49
- /// Currently "en" ( English) and "ja" (Japanese ) are supported.</param>
49
+ /// Currently Chinese (“zh”), English ("en"), Japanese ( "ja") and Korean (“ko” ) are supported.</param>
50
50
/// <returns>The list of support severity levels.</returns>
51
51
public async Task < List < SeverityLevel > > DescribeSeverityLevels ( string language = "en" )
52
52
{
@@ -71,7 +71,7 @@ public async Task<List<SeverityLevel>> DescribeSeverityLevels(string language =
71
71
/// <param name="subject">Subject of the new case.</param>
72
72
/// <param name="body">Body text of the new case.</param>
73
73
/// <param name="language">Optional language support for your case.
74
- /// Currently "en" ( English) and "ja" (Japanese ) are supported.</param>
74
+ /// Currently Chinese (“zh”), English ("en"), Japanese ( "ja") and Korean (“ko” ) are supported.</param>
75
75
/// <param name="attachmentSetId">Optional Id for an attachment set for the new case.</param>
76
76
/// <param name="issueType">Optional issue type for the new case. Options are "customer-service" or "technical".</param>
77
77
/// <returns>The caseId of the new support case.</returns>
@@ -210,7 +210,7 @@ public async Task<List<Communication>> DescribeCommunications(string caseId, Dat
210
210
/// <param name="afterTime">The optional start date for a filtered search.</param>
211
211
/// <param name="beforeTime">The optional end date for a filtered search.</param>
212
212
/// <param name="language">Optional language support for your case.
213
- /// Currently "en" ( English) and "ja" (Japanese ) are supported.</param>
213
+ /// Currently Chinese (“zh”), English ("en"), Japanese ( "ja") and Korean (“ko” ) are supported.</param>
214
214
/// <returns>A list of CaseDetails.</returns>
215
215
public async Task < List < CaseDetails > > DescribeCases ( List < string > caseIds , string ? displayId = null , bool includeCommunication = true ,
216
216
bool includeResolvedCases = false , DateTime ? afterTime = null , DateTime ? beforeTime = null ,
0 commit comments