@alicloud/ga20191120 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -675,6 +675,7 @@ export declare class CreateBasicIpSetRequest extends $tea.Model {
675
675
  accelerateRegionId?: string;
676
676
  acceleratorId?: string;
677
677
  clientToken?: string;
678
+ ispType?: string;
678
679
  regionId?: string;
679
680
  static names(): {
680
681
  [key: string]: string;
@@ -2547,6 +2548,7 @@ export declare class GetBasicIpSetResponseBody extends $tea.Model {
2547
2548
  ipAddress?: string;
2548
2549
  ipSetId?: string;
2549
2550
  ipVersion?: string;
2551
+ ispType?: string;
2550
2552
  requestId?: string;
2551
2553
  state?: string;
2552
2554
  static names(): {
package/dist/client.js CHANGED
@@ -970,6 +970,7 @@ class CreateBasicIpSetRequest extends $tea.Model {
970
970
  accelerateRegionId: 'AccelerateRegionId',
971
971
  acceleratorId: 'AcceleratorId',
972
972
  clientToken: 'ClientToken',
973
+ ispType: 'IspType',
973
974
  regionId: 'RegionId',
974
975
  };
975
976
  }
@@ -978,6 +979,7 @@ class CreateBasicIpSetRequest extends $tea.Model {
978
979
  accelerateRegionId: 'string',
979
980
  acceleratorId: 'string',
980
981
  clientToken: 'string',
982
+ ispType: 'string',
981
983
  regionId: 'string',
982
984
  };
983
985
  }
@@ -3583,6 +3585,7 @@ class GetBasicIpSetResponseBody extends $tea.Model {
3583
3585
  ipAddress: 'IpAddress',
3584
3586
  ipSetId: 'IpSetId',
3585
3587
  ipVersion: 'IpVersion',
3588
+ ispType: 'IspType',
3586
3589
  requestId: 'RequestId',
3587
3590
  state: 'State',
3588
3591
  };
@@ -3595,6 +3598,7 @@ class GetBasicIpSetResponseBody extends $tea.Model {
3595
3598
  ipAddress: 'string',
3596
3599
  ipSetId: 'string',
3597
3600
  ipVersion: 'string',
3601
+ ispType: 'string',
3598
3602
  requestId: 'string',
3599
3603
  state: 'string',
3600
3604
  };
@@ -8837,6 +8841,9 @@ class Client extends openapi_client_1.default {
8837
8841
  if (!tea_util_1.default.isUnset(request.clientToken)) {
8838
8842
  query["ClientToken"] = request.clientToken;
8839
8843
  }
8844
+ if (!tea_util_1.default.isUnset(request.ispType)) {
8845
+ query["IspType"] = request.ispType;
8846
+ }
8840
8847
  if (!tea_util_1.default.isUnset(request.regionId)) {
8841
8848
  query["RegionId"] = request.regionId;
8842
8849
  }