Skip to content

Commit 31ddeed

Browse files
committed
Automatically generate sdk tasks.
1 parent 579271d commit 31ddeed

File tree

353 files changed

+764
-347
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+764
-347
lines changed

aliyun-java-sdk-ecs/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022-09-09 Version: 4.24.26
2+
- Automatically generate sdk tasks.
3+
14
2022-09-07 Version: 4.24.25
25
- Support attribute filtering for DescribeInstanceTypes.
36
- Provide cpuArchitecture and insatnceCategory attribute in DescribeInstanceTypes.

aliyun-java-sdk-ecs/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.aliyun</groupId>
55
<artifactId>aliyun-java-sdk-ecs</artifactId>
66
<packaging>jar</packaging>
7-
<version>4.24.25</version>
7+
<version>4.24.26</version>
88
<name>aliyun-java-sdk-ecs</name>
99
<url>http://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java
@@ -27,7 +27,7 @@ http://www.aliyun.com</description>
2727
<groupId>com.aliyun</groupId>
2828
<artifactId>aliyun-java-sdk-core</artifactId>
2929
<optional>true</optional>
30-
<version>[4.3.2,5.0.0)</version>
30+
<version>[4.4.9,5.0.0)</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.google.code.gson</groupId>
@@ -84,9 +84,10 @@ http://www.aliyun.com</description>
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-javadoc-plugin</artifactId>
87-
<version>2.8</version>
87+
<version>3.1.0</version>
8888
<configuration>
8989
<encoding>UTF-8</encoding>
90+
<doclint>none</doclint>
9091
</configuration>
9192
</plugin>
9293
<plugin>

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/AcceptInquiredSystemEventRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class AcceptInquiredSystemEventRequest extends RpcAcsRequest<AcceptInquir
3737

3838
private String choice;
3939
public AcceptInquiredSystemEventRequest() {
40-
super("Ecs", "2014-05-26", "AcceptInquiredSystemEvent", "ecs");
40+
super("Ecs", "2014-05-26", "AcceptInquiredSystemEvent");
4141
setMethod(MethodType.POST);
4242
try {
4343
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/ActivateRouterInterfaceRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class ActivateRouterInterfaceRequest extends RpcAcsRequest<ActivateRouter
3333

3434
private String routerInterfaceId;
3535
public ActivateRouterInterfaceRequest() {
36-
super("Ecs", "2014-05-26", "ActivateRouterInterface", "ecs");
36+
super("Ecs", "2014-05-26", "ActivateRouterInterface");
3737
setMethod(MethodType.POST);
3838
try {
3939
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/AddBandwidthPackageIpsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AddBandwidthPackageIpsRequest extends RpcAcsRequest<AddBandwidthPac
3939

4040
private String ipCount;
4141
public AddBandwidthPackageIpsRequest() {
42-
super("Ecs", "2014-05-26", "AddBandwidthPackageIps", "ecs");
42+
super("Ecs", "2014-05-26", "AddBandwidthPackageIps");
4343
setMethod(MethodType.POST);
4444
try {
4545
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/AddTagsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class AddTagsRequest extends RpcAcsRequest<AddTagsResponse> {
3838

3939
private String resourceType;
4040
public AddTagsRequest() {
41-
super("Ecs", "2014-05-26", "AddTags", "ecs");
41+
super("Ecs", "2014-05-26", "AddTags");
4242
setMethod(MethodType.POST);
4343
try {
4444
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/AllocateDedicatedHostsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class AllocateDedicatedHostsRequest extends RpcAcsRequest<AllocateDedicat
7676

7777
private Integer networkAttributesUdpTimeout;
7878
public AllocateDedicatedHostsRequest() {
79-
super("Ecs", "2014-05-26", "AllocateDedicatedHosts", "ecs");
79+
super("Ecs", "2014-05-26", "AllocateDedicatedHosts");
8080
setMethod(MethodType.POST);
8181
try {
8282
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/AllocateEipAddressRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class AllocateEipAddressRequest extends RpcAcsRequest<AllocateEipAddressR
4343

4444
private String internetChargeType;
4545
public AllocateEipAddressRequest() {
46-
super("Ecs", "2014-05-26", "AllocateEipAddress", "ecs");
46+
super("Ecs", "2014-05-26", "AllocateEipAddress");
4747
setMethod(MethodType.POST);
4848
try {
4949
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/AllocatePublicIpAddressRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AllocatePublicIpAddressRequest extends RpcAcsRequest<AllocatePublic
3939

4040
private String instanceId;
4141
public AllocatePublicIpAddressRequest() {
42-
super("Ecs", "2014-05-26", "AllocatePublicIpAddress", "ecs");
42+
super("Ecs", "2014-05-26", "AllocatePublicIpAddress");
4343
setMethod(MethodType.POST);
4444
try {
4545
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/ApplyAutoSnapshotPolicyRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ApplyAutoSnapshotPolicyRequest extends RpcAcsRequest<ApplyAutoSnaps
3535

3636
private Long ownerId;
3737
public ApplyAutoSnapshotPolicyRequest() {
38-
super("Ecs", "2014-05-26", "ApplyAutoSnapshotPolicy", "ecs");
38+
super("Ecs", "2014-05-26", "ApplyAutoSnapshotPolicy");
3939
setMethod(MethodType.POST);
4040
try {
4141
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);

0 commit comments

Comments
 (0)