We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1216e commit 3dd3396Copy full SHA for 3dd3396
eds-aic-20230930/ChangeLog.md
@@ -1,3 +1,7 @@
1
+2025年10月27日 Version: 4.13.1
2
+- Update API DescribeImageList: add request parameters SystemType.
3
+
4
5
2025年10月24日 Version: 4.13.0
6
- Support API DescribeBuckets.
7
- Support API InstanceHealer.
eds-aic-20230930/core/Client.cs
@@ -5340,6 +5340,10 @@ public DescribeImageListResponse DescribeImageListWithOptions(DescribeImageListR
5340
{
5341
query["InstanceType"] = request.InstanceType;
5342
}
5343
+ if (!AlibabaCloud.TeaUtil.Common.IsUnset(request.SystemType))
5344
+ {
5345
+ query["SystemType"] = request.SystemType;
5346
+ }
5347
Dictionary<string, object> body = new Dictionary<string, object>(){};
5348
if (!AlibabaCloud.TeaUtil.Common.IsUnset(request.ImageId))
5349
@@ -5416,6 +5420,10 @@ public async Task<DescribeImageListResponse> DescribeImageListWithOptionsAsync(D
5416
5420
5417
5421
5418
5422
5423
5424
5425
5426
5419
5427
5428
5429
eds-aic-20230930/core/Models/DescribeImageListRequest.cs
@@ -114,6 +114,10 @@ public class DescribeImageListRequestImageBizTags : TeaModel {
114
[Validation(Required=false)]
115
public string Status { get; set; }
116
117
+ [NameInMap("SystemType")]
118
+ [Validation(Required=false)]
119
+ public string SystemType { get; set; }
120
121
122
123
eds-aic-20230930/core/Properties/AssemblyInfo.cs
@@ -20,7 +20,7 @@
20
[assembly: ComVisible(false)]
21
22
// The following GUID is for the ID of the typelib if this project is exposed to COM
23
-[assembly: Guid("1ff14c80-b0fc-11f0-94bc-b776b95a3bad")]
+[assembly: Guid("742b8060-b357-11f0-9df4-a936ce393743")]
24
25
// Version information for an assembly consists of the following four values:
26
//
@@ -29,5 +29,5 @@
29
// Build Number
30
// Revision
31
32
-[assembly: AssemblyVersion("4.12.1.0")]
33
-[assembly: AssemblyFileVersion("4.13.0.0")]
+[assembly: AssemblyVersion("4.13.0.0")]
+[assembly: AssemblyFileVersion("4.13.1.0")]
eds-aic-20230930/core/eds-aic.csproj
@@ -7,7 +7,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
8
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
9
<AssemblyName>AlibabaCloud.SDK.Eds-aic20230930</AssemblyName>
10
- <Version>4.13.0</Version>
+ <Version>4.13.1</Version>
11
<LangVersion>5</LangVersion>
12
<Authors>Alibaba Cloud</Authors>
13
<Description>Alibaba Cloud eds-aic (20230930) SDK Library for .NET</Description>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments