Skip to content

Commit 5c8530c

Browse files
committed
Increase flow control value for ListDbfs.
1 parent 9244a10 commit 5c8530c

39 files changed

+90
-71
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-03-16 Version: 2.0.7
2+
- Increase flow control value for ListDbfs.
3+
- Fix errorcode.
4+
- Add ImageId for ListDbfsAttachableEcsInstances.
5+
- Support list snapshot links in batch.
6+
17
2023-03-15 Version: 3.13.12
28
- Supported AndroidMessageVivoCategory for Push and MassPush.
39
- Supported AndroidHuaweiTargetUserType, AndroidHuaweiReceiptId for Push and MassPush.

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/AddTagsBatchRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
using Aliyun.Acs.Core.Http;
2323
using Aliyun.Acs.Core.Transform;
2424
using Aliyun.Acs.Core.Utils;
25-
using Aliyun.Acs.DBFS;
2625
using Aliyun.Acs.DBFS.Transform;
2726
using Aliyun.Acs.DBFS.Transform.V20200418;
2827

@@ -31,7 +30,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3130
public class AddTagsBatchRequest : RpcAcsRequest<AddTagsBatchResponse>
3231
{
3332
public AddTagsBatchRequest()
34-
: base("DBFS", "2020-04-18", "AddTagsBatch")
33+
: base("DBFS", "2020-04-18", "AddTagsBatch", "dbfs", "openAPI")
3534
{
3635
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3736
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/ApplyAutoSnapshotPolicyRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class ApplyAutoSnapshotPolicyRequest : RpcAcsRequest<ApplyAutoSnapshotPolicyResponse>
3332
{
3433
public ApplyAutoSnapshotPolicyRequest()
35-
: base("DBFS", "2020-04-18", "ApplyAutoSnapshotPolicy")
34+
: base("DBFS", "2020-04-18", "ApplyAutoSnapshotPolicy", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/AttachDbfsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class AttachDbfsRequest : RpcAcsRequest<AttachDbfsResponse>
3332
{
3433
public AttachDbfsRequest()
35-
: base("DBFS", "2020-04-18", "AttachDbfs")
34+
: base("DBFS", "2020-04-18", "AttachDbfs", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/CancelAutoSnapshotPolicyRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class CancelAutoSnapshotPolicyRequest : RpcAcsRequest<CancelAutoSnapshotPolicyResponse>
3332
{
3433
public CancelAutoSnapshotPolicyRequest()
35-
: base("DBFS", "2020-04-18", "CancelAutoSnapshotPolicy")
34+
: base("DBFS", "2020-04-18", "CancelAutoSnapshotPolicy", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/CreateAutoSnapshotPolicyRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class CreateAutoSnapshotPolicyRequest : RpcAcsRequest<CreateAutoSnapshotPolicyResponse>
3332
{
3433
public CreateAutoSnapshotPolicyRequest()
35-
: base("DBFS", "2020-04-18", "CreateAutoSnapshotPolicy")
34+
: base("DBFS", "2020-04-18", "CreateAutoSnapshotPolicy", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/CreateDbfsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class CreateDbfsRequest : RpcAcsRequest<CreateDbfsResponse>
3332
{
3433
public CreateDbfsRequest()
35-
: base("DBFS", "2020-04-18", "CreateDbfs")
34+
: base("DBFS", "2020-04-18", "CreateDbfs", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/CreateServiceLinkedRoleRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class CreateServiceLinkedRoleRequest : RpcAcsRequest<CreateServiceLinkedRoleResponse>
3332
{
3433
public CreateServiceLinkedRoleRequest()
35-
: base("DBFS", "2020-04-18", "CreateServiceLinkedRole")
34+
: base("DBFS", "2020-04-18", "CreateServiceLinkedRole", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/CreateSnapshotRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class CreateSnapshotRequest : RpcAcsRequest<CreateSnapshotResponse>
3332
{
3433
public CreateSnapshotRequest()
35-
: base("DBFS", "2020-04-18", "CreateSnapshot")
34+
: base("DBFS", "2020-04-18", "CreateSnapshot", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/DeleteAutoSnapshotPolicyRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class DeleteAutoSnapshotPolicyRequest : RpcAcsRequest<DeleteAutoSnapshotPolicyResponse>
3332
{
3433
public DeleteAutoSnapshotPolicyRequest()
35-
: base("DBFS", "2020-04-18", "DeleteAutoSnapshotPolicy")
34+
: base("DBFS", "2020-04-18", "DeleteAutoSnapshotPolicy", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/DeleteDbfsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class DeleteDbfsRequest : RpcAcsRequest<DeleteDbfsResponse>
3332
{
3433
public DeleteDbfsRequest()
35-
: base("DBFS", "2020-04-18", "DeleteDbfs")
34+
: base("DBFS", "2020-04-18", "DeleteDbfs", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/DeleteSnapshotRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class DeleteSnapshotRequest : RpcAcsRequest<DeleteSnapshotResponse>
3332
{
3433
public DeleteSnapshotRequest()
35-
: base("DBFS", "2020-04-18", "DeleteSnapshot")
34+
: base("DBFS", "2020-04-18", "DeleteSnapshot", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/DeleteTagsBatchRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class DeleteTagsBatchRequest : RpcAcsRequest<DeleteTagsBatchResponse>
3332
{
3433
public DeleteTagsBatchRequest()
35-
: base("DBFS", "2020-04-18", "DeleteTagsBatch")
34+
: base("DBFS", "2020-04-18", "DeleteTagsBatch", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/DescribeDbfsSpecificationsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class DescribeDbfsSpecificationsRequest : RpcAcsRequest<DescribeDbfsSpecificationsResponse>
3332
{
3433
public DescribeDbfsSpecificationsRequest()
35-
: base("DBFS", "2020-04-18", "DescribeDbfsSpecifications")
34+
: base("DBFS", "2020-04-18", "DescribeDbfsSpecifications", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/DescribeInstanceTypesRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class DescribeInstanceTypesRequest : RpcAcsRequest<DescribeInstanceTypesResponse>
3332
{
3433
public DescribeInstanceTypesRequest()
35-
: base("DBFS", "2020-04-18", "DescribeInstanceTypes")
34+
: base("DBFS", "2020-04-18", "DescribeInstanceTypes", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/DetachDbfsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class DetachDbfsRequest : RpcAcsRequest<DetachDbfsResponse>
3332
{
3433
public DetachDbfsRequest()
35-
: base("DBFS", "2020-04-18", "DetachDbfs")
34+
: base("DBFS", "2020-04-18", "DetachDbfs", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/GetAutoSnapshotPolicyRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class GetAutoSnapshotPolicyRequest : RpcAcsRequest<GetAutoSnapshotPolicyResponse>
3332
{
3433
public GetAutoSnapshotPolicyRequest()
35-
: base("DBFS", "2020-04-18", "GetAutoSnapshotPolicy")
34+
: base("DBFS", "2020-04-18", "GetAutoSnapshotPolicy", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/GetDbfsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class GetDbfsRequest : RpcAcsRequest<GetDbfsResponse>
3332
{
3433
public GetDbfsRequest()
35-
: base("DBFS", "2020-04-18", "GetDbfs")
34+
: base("DBFS", "2020-04-18", "GetDbfs", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/GetServiceLinkedRoleRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class GetServiceLinkedRoleRequest : RpcAcsRequest<GetServiceLinkedRoleResponse>
3332
{
3433
public GetServiceLinkedRoleRequest()
35-
: base("DBFS", "2020-04-18", "GetServiceLinkedRole")
34+
: base("DBFS", "2020-04-18", "GetServiceLinkedRole", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/GetSnapshotLinkRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class GetSnapshotLinkRequest : RpcAcsRequest<GetSnapshotLinkResponse>
3332
{
3433
public GetSnapshotLinkRequest()
35-
: base("DBFS", "2020-04-18", "GetSnapshotLink")
34+
: base("DBFS", "2020-04-18", "GetSnapshotLink", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/ListAutoSnapshotPoliciesRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class ListAutoSnapshotPoliciesRequest : RpcAcsRequest<ListAutoSnapshotPoliciesResponse>
3332
{
3433
public ListAutoSnapshotPoliciesRequest()
35-
: base("DBFS", "2020-04-18", "ListAutoSnapshotPolicies")
34+
: base("DBFS", "2020-04-18", "ListAutoSnapshotPolicies", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/ListAutoSnapshotPolicyAppliedDbfsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class ListAutoSnapshotPolicyAppliedDbfsRequest : RpcAcsRequest<ListAutoSnapshotPolicyAppliedDbfsResponse>
3332
{
3433
public ListAutoSnapshotPolicyAppliedDbfsRequest()
35-
: base("DBFS", "2020-04-18", "ListAutoSnapshotPolicyAppliedDbfs")
34+
: base("DBFS", "2020-04-18", "ListAutoSnapshotPolicyAppliedDbfs", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

aliyun-net-sdk-dbfs/DBFS/Model/V20200418/ListAutoSnapshotPolicyUnappliedDbfsRequest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Aliyun.Acs.Core.Http;
2424
using Aliyun.Acs.Core.Transform;
2525
using Aliyun.Acs.Core.Utils;
26-
using Aliyun.Acs.DBFS;
2726
using Aliyun.Acs.DBFS.Transform;
2827
using Aliyun.Acs.DBFS.Transform.V20200418;
2928

@@ -32,7 +31,7 @@ namespace Aliyun.Acs.DBFS.Model.V20200418
3231
public class ListAutoSnapshotPolicyUnappliedDbfsRequest : RpcAcsRequest<ListAutoSnapshotPolicyUnappliedDbfsResponse>
3332
{
3433
public ListAutoSnapshotPolicyUnappliedDbfsRequest()
35-
: base("DBFS", "2020-04-18", "ListAutoSnapshotPolicyUnappliedDbfs")
34+
: base("DBFS", "2020-04-18", "ListAutoSnapshotPolicyUnappliedDbfs", "dbfs", "openAPI")
3635
{
3736
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3837
{

0 commit comments

Comments
 (0)