Skip to content

Commit 29bfd01

Browse files
committed
Update SDK.
1 parent 04736c7 commit 29bfd01

22 files changed

+220
-100
lines changed

eiam-developerapi-20220225/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-12-03 Version: 1.0.10
2+
- Update SDK.
3+
14
2025-03-18 Version: 1.0.9
25
- Generated java-async 2022-02-25 for Eiam-developerapi.
36

eiam-developerapi-20220225/pom.xml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-eiam_developerapi20220225</artifactId>
6-
<version>1.0.9</version>
6+
<version>1.0.10</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-eiam_developerapi20220225</name>
99
<description>Alibaba Cloud Eiam-developerapi (20220225) Async SDK for Java
@@ -25,17 +25,17 @@
2525
<distributionManagement>
2626
<snapshotRepository>
2727
<id>sonatype-nexus-snapshots</id>
28-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
28+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
2929
</snapshotRepository>
3030
<repository>
3131
<id>sonatype-nexus-staging</id>
32-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
32+
<url>https://central.sonatype.com</url>
3333
</repository>
3434
</distributionManagement>
3535
<scm>
36-
<connection/>
37-
<developerConnection/>
38-
<url/>
36+
<connection>scm:git:git://github.com/aliyun/alibabacloud-java-async-sdk.git</connection>
37+
<developerConnection>scm:git:[email protected]:aliyun/alibabacloud-java-async-sdk.git</developerConnection>
38+
<url>https://github.com/aliyun/alibabacloud-java-async-sdk</url>
3939
</scm>
4040
<properties>
4141
<java.version>1.8</java.version>
@@ -87,17 +87,6 @@
8787
</execution>
8888
</executions>
8989
</plugin>
90-
<plugin>
91-
<groupId>org.sonatype.plugins</groupId>
92-
<artifactId>nexus-staging-maven-plugin</artifactId>
93-
<version>1.6.3</version>
94-
<extensions>true</extensions>
95-
<configuration>
96-
<serverId>sonatype-nexus-staging</serverId>
97-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
98-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
99-
</configuration>
100-
</plugin>
10190
<plugin>
10291
<groupId>org.apache.maven.plugins</groupId>
10392
<artifactId>maven-javadoc-plugin</artifactId>
@@ -112,6 +101,16 @@
112101
<artifactId>maven-surefire-plugin</artifactId>
113102
<version>2.22.1</version>
114103
</plugin>
104+
<plugin>
105+
<groupId>org.sonatype.central</groupId>
106+
<artifactId>central-publishing-maven-plugin</artifactId>
107+
<version>0.9.0</version>
108+
<extensions>true</extensions>
109+
<configuration>
110+
<publishingServerId>central</publishingServerId>
111+
<autoPublish>true</autoPublish>
112+
</configuration>
113+
</plugin>
115114
</plugins>
116115
</build>
117116
</project>

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/AsyncClient.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ static AsyncClient create() {
8787

8888
/**
8989
* <b>description</b> :
90-
* <blockquote>
91-
* </blockquote>
92-
* <ul>
93-
* <li>The following authorization types are supported: authorization code, device code, refresh token, and client credentials.</li>
94-
* </ul>
90+
* <p>The following authorization types are supported: authorization code, device code, refresh token, and client credentials.</p>
9591
*
9692
* @param request the request parameters of GenerateToken GenerateTokenRequest
9793
* @return GenerateTokenResponse

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/DefaultAsyncClient.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,7 @@ public CompletableFuture<GenerateDeviceCodeResponse> generateDeviceCode(Generate
239239

240240
/**
241241
* <b>description</b> :
242-
* <blockquote>
243-
* </blockquote>
244-
* <ul>
245-
* <li>The following authorization types are supported: authorization code, device code, refresh token, and client credentials.</li>
246-
* </ul>
242+
* <p>The following authorization types are supported: authorization code, device code, refresh token, and client credentials.</p>
247243
*
248244
* @param request the request parameters of GenerateToken GenerateTokenRequest
249245
* @return GenerateTokenResponse

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/models/AddUsersToGroupRequest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public Builder regionId(String regionId) {
143143
}
144144

145145
/**
146+
* <p>The instance ID.</p>
146147
* <p>This parameter is required.</p>
147148
*
148149
* <strong>example:</strong>
@@ -155,6 +156,7 @@ public Builder instanceId(String instanceId) {
155156
}
156157

157158
/**
159+
* <p>The application ID.</p>
158160
* <p>This parameter is required.</p>
159161
*
160162
* <strong>example:</strong>
@@ -167,6 +169,7 @@ public Builder applicationId(String applicationId) {
167169
}
168170

169171
/**
172+
* <p>The group ID.</p>
170173
* <p>This parameter is required.</p>
171174
*
172175
* <strong>example:</strong>
@@ -179,6 +182,7 @@ public Builder groupId(String groupId) {
179182
}
180183

181184
/**
185+
* <p>The authentication information. The value is in the Bearer ${access_token} format. Example: Bearer ATxxxx.</p>
182186
* <p>This parameter is required.</p>
183187
*
184188
* <strong>example:</strong>
@@ -191,6 +195,7 @@ public Builder authorization(String authorization) {
191195
}
192196

193197
/**
198+
* <p>The account IDs.</p>
194199
* <p>This parameter is required.</p>
195200
*
196201
* <strong>example:</strong>

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/models/CreateGroupRequest.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public Builder regionId(String regionId) {
142142
}
143143

144144
/**
145+
* <p>The instance ID.</p>
145146
* <p>This parameter is required.</p>
146147
*
147148
* <strong>example:</strong>
@@ -154,6 +155,7 @@ public Builder instanceId(String instanceId) {
154155
}
155156

156157
/**
158+
* <p>The application ID.</p>
157159
* <p>This parameter is required.</p>
158160
*
159161
* <strong>example:</strong>
@@ -166,6 +168,7 @@ public Builder applicationId(String applicationId) {
166168
}
167169

168170
/**
171+
* <p>The authentication information. The value is in the Bearer ${access_token} format. Example: Bearer ATxxxx.</p>
169172
* <p>This parameter is required.</p>
170173
*
171174
* <strong>example:</strong>
@@ -178,7 +181,10 @@ public Builder authorization(String authorization) {
178181
}
179182

180183
/**
181-
* groupExternalId.
184+
* <p>The external ID.</p>
185+
*
186+
* <strong>example:</strong>
187+
* <p>group_2bo6lefcewdausyyxxxx</p>
182188
*/
183189
public Builder groupExternalId(String groupExternalId) {
184190
this.putBodyParameter("groupExternalId", groupExternalId);
@@ -187,6 +193,7 @@ public Builder groupExternalId(String groupExternalId) {
187193
}
188194

189195
/**
196+
* <p>The organization name.</p>
190197
* <p>This parameter is required.</p>
191198
*
192199
* <strong>example:</strong>

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/models/CreateGroupResponseBody.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ private Builder(CreateGroupResponseBody model) {
5454
}
5555

5656
/**
57-
* groupId.
57+
* <p>The group ID.</p>
58+
*
59+
* <strong>example:</strong>
60+
* <p>group_wovwffm62xifdziem7an7xxxxx</p>
5861
*/
5962
public Builder groupId(String groupId) {
6063
this.groupId = groupId;

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/models/DeleteGroupRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public Builder regionId(String regionId) {
128128
}
129129

130130
/**
131+
* <p>The instance ID.</p>
131132
* <p>This parameter is required.</p>
132133
*
133134
* <strong>example:</strong>
@@ -140,6 +141,7 @@ public Builder instanceId(String instanceId) {
140141
}
141142

142143
/**
144+
* <p>The application ID.</p>
143145
* <p>This parameter is required.</p>
144146
*
145147
* <strong>example:</strong>
@@ -152,6 +154,7 @@ public Builder applicationId(String applicationId) {
152154
}
153155

154156
/**
157+
* <p>The group ID.</p>
155158
* <p>This parameter is required.</p>
156159
*
157160
* <strong>example:</strong>
@@ -164,6 +167,7 @@ public Builder groupId(String groupId) {
164167
}
165168

166169
/**
170+
* <p>The authentication information. The value is in the Bearer ${access_token} format. Example: Bearer ATxxxx.</p>
167171
* <p>This parameter is required.</p>
168172
*
169173
* <strong>example:</strong>

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/models/GenerateTokenRequest.java

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -365,22 +365,13 @@ public Builder exclusiveTag(String exclusiveTag) {
365365
}
366366

367367
/**
368-
* <p>The authorization type. Valid values:</p>
368+
* <p>The supported authorization types are as follows:</p>
369369
* <ul>
370-
* <li></li>
371-
* <li></li>
372-
* <li></li>
373-
* <li></li>
374-
* <li></li>
375-
* </ul>
376-
* <!---->
377-
*
378-
* <ul>
379-
* <li>authorization_code</li>
380-
* <li>urn:ietf:params:oauth:grant-type:device_code</li>
381-
* <li>refresh_token</li>
382-
* <li>client_credentials: You must specify the client_id and client_secret parameters.</li>
383-
* <li>password: This option is not supported.</li>
370+
* <li>client_credentials:Client credentials flow, requires client_id and client_secret.</li>
371+
* <li>refresh_token:Refresh token flow.</li>
372+
* <li>authorization_code:Authorization code flow.</li>
373+
* <li>urn:ietf:params:oauth:grant-type:device_code:Device authorization flow.</li>
374+
* <li>password:Password (Resource Owner Password Credentials) flow.</li>
384375
* </ul>
385376
* <p>This parameter is required.</p>
386377
*

eiam-developerapi-20220225/src/main/java/com/aliyun/sdk/service/eiam_developerapi20220225/models/GetGroupRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public Builder regionId(String regionId) {
128128
}
129129

130130
/**
131+
* <p>The instance ID.</p>
131132
* <p>This parameter is required.</p>
132133
*
133134
* <strong>example:</strong>
@@ -140,6 +141,7 @@ public Builder instanceId(String instanceId) {
140141
}
141142

142143
/**
144+
* <p>The application ID.</p>
143145
* <p>This parameter is required.</p>
144146
*
145147
* <strong>example:</strong>
@@ -152,6 +154,7 @@ public Builder applicationId(String applicationId) {
152154
}
153155

154156
/**
157+
* <p>The group ID.</p>
155158
* <p>This parameter is required.</p>
156159
*
157160
* <strong>example:</strong>
@@ -164,6 +167,7 @@ public Builder groupId(String groupId) {
164167
}
165168

166169
/**
170+
* <p>The authentication information. The value is in the Bearer ${access_token} format. Example: Bearer ATxxxx.</p>
167171
* <p>This parameter is required.</p>
168172
*
169173
* <strong>example:</strong>

0 commit comments

Comments
 (0)