@alicloud/ga20191120 1.0.6 → 1.0.7
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.js +82 -164
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +82 -164
package/dist/client.js
CHANGED
|
@@ -7161,7 +7161,6 @@ class Client extends openapi_client_1.default {
|
|
|
7161
7161
|
query["RegionId"] = request.regionId;
|
|
7162
7162
|
let req = new $OpenApi.OpenApiRequest({
|
|
7163
7163
|
query: openapi_util_1.default.query(query),
|
|
7164
|
-
body: tea_util_1.default.toMap(request),
|
|
7165
7164
|
});
|
|
7166
7165
|
let params = new $OpenApi.Params({
|
|
7167
7166
|
action: "AddEntriesToAcl",
|
|
@@ -7171,7 +7170,7 @@ class Client extends openapi_client_1.default {
|
|
|
7171
7170
|
method: "POST",
|
|
7172
7171
|
authType: "AK",
|
|
7173
7172
|
style: "RPC",
|
|
7174
|
-
reqBodyType: "
|
|
7173
|
+
reqBodyType: "formData",
|
|
7175
7174
|
bodyType: "json",
|
|
7176
7175
|
});
|
|
7177
7176
|
return $tea.cast(await this.callApi(params, req, runtime), new AddEntriesToAclResponse({}));
|
|
@@ -7191,7 +7190,6 @@ class Client extends openapi_client_1.default {
|
|
|
7191
7190
|
query["RegionId"] = request.regionId;
|
|
7192
7191
|
let req = new $OpenApi.OpenApiRequest({
|
|
7193
7192
|
query: openapi_util_1.default.query(query),
|
|
7194
|
-
body: tea_util_1.default.toMap(request),
|
|
7195
7193
|
});
|
|
7196
7194
|
let params = new $OpenApi.Params({
|
|
7197
7195
|
action: "AssociateAclsWithListener",
|
|
@@ -7201,7 +7199,7 @@ class Client extends openapi_client_1.default {
|
|
|
7201
7199
|
method: "POST",
|
|
7202
7200
|
authType: "AK",
|
|
7203
7201
|
style: "RPC",
|
|
7204
|
-
reqBodyType: "
|
|
7202
|
+
reqBodyType: "formData",
|
|
7205
7203
|
bodyType: "json",
|
|
7206
7204
|
});
|
|
7207
7205
|
return $tea.cast(await this.callApi(params, req, runtime), new AssociateAclsWithListenerResponse({}));
|
|
@@ -7220,7 +7218,6 @@ class Client extends openapi_client_1.default {
|
|
|
7220
7218
|
query["RegionId"] = request.regionId;
|
|
7221
7219
|
let req = new $OpenApi.OpenApiRequest({
|
|
7222
7220
|
query: openapi_util_1.default.query(query),
|
|
7223
|
-
body: tea_util_1.default.toMap(request),
|
|
7224
7221
|
});
|
|
7225
7222
|
let params = new $OpenApi.Params({
|
|
7226
7223
|
action: "AssociateAdditionalCertificatesWithListener",
|
|
@@ -7230,7 +7227,7 @@ class Client extends openapi_client_1.default {
|
|
|
7230
7227
|
method: "POST",
|
|
7231
7228
|
authType: "AK",
|
|
7232
7229
|
style: "RPC",
|
|
7233
|
-
reqBodyType: "
|
|
7230
|
+
reqBodyType: "formData",
|
|
7234
7231
|
bodyType: "json",
|
|
7235
7232
|
});
|
|
7236
7233
|
return $tea.cast(await this.callApi(params, req, runtime), new AssociateAdditionalCertificatesWithListenerResponse({}));
|
|
@@ -7248,7 +7245,6 @@ class Client extends openapi_client_1.default {
|
|
|
7248
7245
|
query["RegionId"] = request.regionId;
|
|
7249
7246
|
let req = new $OpenApi.OpenApiRequest({
|
|
7250
7247
|
query: openapi_util_1.default.query(query),
|
|
7251
|
-
body: tea_util_1.default.toMap(request),
|
|
7252
7248
|
});
|
|
7253
7249
|
let params = new $OpenApi.Params({
|
|
7254
7250
|
action: "AttachDdosToAccelerator",
|
|
@@ -7258,7 +7254,7 @@ class Client extends openapi_client_1.default {
|
|
|
7258
7254
|
method: "POST",
|
|
7259
7255
|
authType: "AK",
|
|
7260
7256
|
style: "RPC",
|
|
7261
|
-
reqBodyType: "
|
|
7257
|
+
reqBodyType: "formData",
|
|
7262
7258
|
bodyType: "json",
|
|
7263
7259
|
});
|
|
7264
7260
|
return $tea.cast(await this.callApi(params, req, runtime), new AttachDdosToAcceleratorResponse({}));
|
|
@@ -7280,7 +7276,6 @@ class Client extends openapi_client_1.default {
|
|
|
7280
7276
|
query["SlsRegionId"] = request.slsRegionId;
|
|
7281
7277
|
let req = new $OpenApi.OpenApiRequest({
|
|
7282
7278
|
query: openapi_util_1.default.query(query),
|
|
7283
|
-
body: tea_util_1.default.toMap(request),
|
|
7284
7279
|
});
|
|
7285
7280
|
let params = new $OpenApi.Params({
|
|
7286
7281
|
action: "AttachLogStoreToEndpointGroup",
|
|
@@ -7290,7 +7285,7 @@ class Client extends openapi_client_1.default {
|
|
|
7290
7285
|
method: "POST",
|
|
7291
7286
|
authType: "AK",
|
|
7292
7287
|
style: "RPC",
|
|
7293
|
-
reqBodyType: "
|
|
7288
|
+
reqBodyType: "formData",
|
|
7294
7289
|
bodyType: "json",
|
|
7295
7290
|
});
|
|
7296
7291
|
return $tea.cast(await this.callApi(params, req, runtime), new AttachLogStoreToEndpointGroupResponse({}));
|
|
@@ -7307,7 +7302,6 @@ class Client extends openapi_client_1.default {
|
|
|
7307
7302
|
query["RegionId"] = request.regionId;
|
|
7308
7303
|
let req = new $OpenApi.OpenApiRequest({
|
|
7309
7304
|
query: openapi_util_1.default.query(query),
|
|
7310
|
-
body: tea_util_1.default.toMap(request),
|
|
7311
7305
|
});
|
|
7312
7306
|
let params = new $OpenApi.Params({
|
|
7313
7307
|
action: "BandwidthPackageAddAccelerator",
|
|
@@ -7317,7 +7311,7 @@ class Client extends openapi_client_1.default {
|
|
|
7317
7311
|
method: "POST",
|
|
7318
7312
|
authType: "AK",
|
|
7319
7313
|
style: "RPC",
|
|
7320
|
-
reqBodyType: "
|
|
7314
|
+
reqBodyType: "formData",
|
|
7321
7315
|
bodyType: "json",
|
|
7322
7316
|
});
|
|
7323
7317
|
return $tea.cast(await this.callApi(params, req, runtime), new BandwidthPackageAddAcceleratorResponse({}));
|
|
@@ -7334,7 +7328,6 @@ class Client extends openapi_client_1.default {
|
|
|
7334
7328
|
query["RegionId"] = request.regionId;
|
|
7335
7329
|
let req = new $OpenApi.OpenApiRequest({
|
|
7336
7330
|
query: openapi_util_1.default.query(query),
|
|
7337
|
-
body: tea_util_1.default.toMap(request),
|
|
7338
7331
|
});
|
|
7339
7332
|
let params = new $OpenApi.Params({
|
|
7340
7333
|
action: "BandwidthPackageRemoveAccelerator",
|
|
@@ -7344,7 +7337,7 @@ class Client extends openapi_client_1.default {
|
|
|
7344
7337
|
method: "POST",
|
|
7345
7338
|
authType: "AK",
|
|
7346
7339
|
style: "RPC",
|
|
7347
|
-
reqBodyType: "
|
|
7340
|
+
reqBodyType: "formData",
|
|
7348
7341
|
bodyType: "json",
|
|
7349
7342
|
});
|
|
7350
7343
|
return $tea.cast(await this.callApi(params, req, runtime), new BandwidthPackageRemoveAcceleratorResponse({}));
|
|
@@ -7366,7 +7359,6 @@ class Client extends openapi_client_1.default {
|
|
|
7366
7359
|
query["RegionId"] = request.regionId;
|
|
7367
7360
|
let req = new $OpenApi.OpenApiRequest({
|
|
7368
7361
|
query: openapi_util_1.default.query(query),
|
|
7369
|
-
body: tea_util_1.default.toMap(request),
|
|
7370
7362
|
});
|
|
7371
7363
|
let params = new $OpenApi.Params({
|
|
7372
7364
|
action: "ConfigEndpointProbe",
|
|
@@ -7376,7 +7368,7 @@ class Client extends openapi_client_1.default {
|
|
|
7376
7368
|
method: "POST",
|
|
7377
7369
|
authType: "AK",
|
|
7378
7370
|
style: "RPC",
|
|
7379
|
-
reqBodyType: "
|
|
7371
|
+
reqBodyType: "formData",
|
|
7380
7372
|
bodyType: "json",
|
|
7381
7373
|
});
|
|
7382
7374
|
return $tea.cast(await this.callApi(params, req, runtime), new ConfigEndpointProbeResponse({}));
|
|
@@ -7400,7 +7392,6 @@ class Client extends openapi_client_1.default {
|
|
|
7400
7392
|
query["Spec"] = request.spec;
|
|
7401
7393
|
let req = new $OpenApi.OpenApiRequest({
|
|
7402
7394
|
query: openapi_util_1.default.query(query),
|
|
7403
|
-
body: tea_util_1.default.toMap(request),
|
|
7404
7395
|
});
|
|
7405
7396
|
let params = new $OpenApi.Params({
|
|
7406
7397
|
action: "CreateAccelerator",
|
|
@@ -7410,7 +7401,7 @@ class Client extends openapi_client_1.default {
|
|
|
7410
7401
|
method: "POST",
|
|
7411
7402
|
authType: "AK",
|
|
7412
7403
|
style: "RPC",
|
|
7413
|
-
reqBodyType: "
|
|
7404
|
+
reqBodyType: "formData",
|
|
7414
7405
|
bodyType: "json",
|
|
7415
7406
|
});
|
|
7416
7407
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateAcceleratorResponse({}));
|
|
@@ -7430,7 +7421,6 @@ class Client extends openapi_client_1.default {
|
|
|
7430
7421
|
query["RegionId"] = request.regionId;
|
|
7431
7422
|
let req = new $OpenApi.OpenApiRequest({
|
|
7432
7423
|
query: openapi_util_1.default.query(query),
|
|
7433
|
-
body: tea_util_1.default.toMap(request),
|
|
7434
7424
|
});
|
|
7435
7425
|
let params = new $OpenApi.Params({
|
|
7436
7426
|
action: "CreateAcl",
|
|
@@ -7440,7 +7430,7 @@ class Client extends openapi_client_1.default {
|
|
|
7440
7430
|
method: "POST",
|
|
7441
7431
|
authType: "AK",
|
|
7442
7432
|
style: "RPC",
|
|
7443
|
-
reqBodyType: "
|
|
7433
|
+
reqBodyType: "formData",
|
|
7444
7434
|
bodyType: "json",
|
|
7445
7435
|
});
|
|
7446
7436
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateAclResponse({}));
|
|
@@ -7468,7 +7458,6 @@ class Client extends openapi_client_1.default {
|
|
|
7468
7458
|
query["Type"] = request.type;
|
|
7469
7459
|
let req = new $OpenApi.OpenApiRequest({
|
|
7470
7460
|
query: openapi_util_1.default.query(query),
|
|
7471
|
-
body: tea_util_1.default.toMap(request),
|
|
7472
7461
|
});
|
|
7473
7462
|
let params = new $OpenApi.Params({
|
|
7474
7463
|
action: "CreateBandwidthPackage",
|
|
@@ -7478,7 +7467,7 @@ class Client extends openapi_client_1.default {
|
|
|
7478
7467
|
method: "POST",
|
|
7479
7468
|
authType: "AK",
|
|
7480
7469
|
style: "RPC",
|
|
7481
|
-
reqBodyType: "
|
|
7470
|
+
reqBodyType: "formData",
|
|
7482
7471
|
bodyType: "json",
|
|
7483
7472
|
});
|
|
7484
7473
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateBandwidthPackageResponse({}));
|
|
@@ -7500,7 +7489,6 @@ class Client extends openapi_client_1.default {
|
|
|
7500
7489
|
query["RegionId"] = request.regionId;
|
|
7501
7490
|
let req = new $OpenApi.OpenApiRequest({
|
|
7502
7491
|
query: openapi_util_1.default.query(query),
|
|
7503
|
-
body: tea_util_1.default.toMap(request),
|
|
7504
7492
|
});
|
|
7505
7493
|
let params = new $OpenApi.Params({
|
|
7506
7494
|
action: "CreateBasicAccelerator",
|
|
@@ -7510,7 +7498,7 @@ class Client extends openapi_client_1.default {
|
|
|
7510
7498
|
method: "POST",
|
|
7511
7499
|
authType: "AK",
|
|
7512
7500
|
style: "RPC",
|
|
7513
|
-
reqBodyType: "
|
|
7501
|
+
reqBodyType: "formData",
|
|
7514
7502
|
bodyType: "json",
|
|
7515
7503
|
});
|
|
7516
7504
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateBasicAcceleratorResponse({}));
|
|
@@ -7532,7 +7520,6 @@ class Client extends openapi_client_1.default {
|
|
|
7532
7520
|
query["RegionId"] = request.regionId;
|
|
7533
7521
|
let req = new $OpenApi.OpenApiRequest({
|
|
7534
7522
|
query: openapi_util_1.default.query(query),
|
|
7535
|
-
body: tea_util_1.default.toMap(request),
|
|
7536
7523
|
});
|
|
7537
7524
|
let params = new $OpenApi.Params({
|
|
7538
7525
|
action: "CreateBasicEndpointGroup",
|
|
@@ -7542,7 +7529,7 @@ class Client extends openapi_client_1.default {
|
|
|
7542
7529
|
method: "POST",
|
|
7543
7530
|
authType: "AK",
|
|
7544
7531
|
style: "RPC",
|
|
7545
|
-
reqBodyType: "
|
|
7532
|
+
reqBodyType: "formData",
|
|
7546
7533
|
bodyType: "json",
|
|
7547
7534
|
});
|
|
7548
7535
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateBasicEndpointGroupResponse({}));
|
|
@@ -7560,7 +7547,6 @@ class Client extends openapi_client_1.default {
|
|
|
7560
7547
|
query["RegionId"] = request.regionId;
|
|
7561
7548
|
let req = new $OpenApi.OpenApiRequest({
|
|
7562
7549
|
query: openapi_util_1.default.query(query),
|
|
7563
|
-
body: tea_util_1.default.toMap(request),
|
|
7564
7550
|
});
|
|
7565
7551
|
let params = new $OpenApi.Params({
|
|
7566
7552
|
action: "CreateBasicIpSet",
|
|
@@ -7570,7 +7556,7 @@ class Client extends openapi_client_1.default {
|
|
|
7570
7556
|
method: "POST",
|
|
7571
7557
|
authType: "AK",
|
|
7572
7558
|
style: "RPC",
|
|
7573
|
-
reqBodyType: "
|
|
7559
|
+
reqBodyType: "formData",
|
|
7574
7560
|
bodyType: "json",
|
|
7575
7561
|
});
|
|
7576
7562
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateBasicIpSetResponse({}));
|
|
@@ -7602,7 +7588,6 @@ class Client extends openapi_client_1.default {
|
|
|
7602
7588
|
query["TrafficPercentage"] = request.trafficPercentage;
|
|
7603
7589
|
let req = new $OpenApi.OpenApiRequest({
|
|
7604
7590
|
query: openapi_util_1.default.query(query),
|
|
7605
|
-
body: tea_util_1.default.toMap(request),
|
|
7606
7591
|
});
|
|
7607
7592
|
let params = new $OpenApi.Params({
|
|
7608
7593
|
action: "CreateEndpointGroup",
|
|
@@ -7612,7 +7597,7 @@ class Client extends openapi_client_1.default {
|
|
|
7612
7597
|
method: "POST",
|
|
7613
7598
|
authType: "AK",
|
|
7614
7599
|
style: "RPC",
|
|
7615
|
-
reqBodyType: "
|
|
7600
|
+
reqBodyType: "formData",
|
|
7616
7601
|
bodyType: "json",
|
|
7617
7602
|
});
|
|
7618
7603
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateEndpointGroupResponse({}));
|
|
@@ -7632,7 +7617,6 @@ class Client extends openapi_client_1.default {
|
|
|
7632
7617
|
query["RegionId"] = request.regionId;
|
|
7633
7618
|
let req = new $OpenApi.OpenApiRequest({
|
|
7634
7619
|
query: openapi_util_1.default.query(query),
|
|
7635
|
-
body: tea_util_1.default.toMap(request),
|
|
7636
7620
|
});
|
|
7637
7621
|
let params = new $OpenApi.Params({
|
|
7638
7622
|
action: "CreateEndpointGroups",
|
|
@@ -7642,7 +7626,7 @@ class Client extends openapi_client_1.default {
|
|
|
7642
7626
|
method: "POST",
|
|
7643
7627
|
authType: "AK",
|
|
7644
7628
|
style: "RPC",
|
|
7645
|
-
reqBodyType: "
|
|
7629
|
+
reqBodyType: "formData",
|
|
7646
7630
|
bodyType: "json",
|
|
7647
7631
|
});
|
|
7648
7632
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateEndpointGroupsResponse({}));
|
|
@@ -7661,7 +7645,6 @@ class Client extends openapi_client_1.default {
|
|
|
7661
7645
|
query["RegionId"] = request.regionId;
|
|
7662
7646
|
let req = new $OpenApi.OpenApiRequest({
|
|
7663
7647
|
query: openapi_util_1.default.query(query),
|
|
7664
|
-
body: tea_util_1.default.toMap(request),
|
|
7665
7648
|
});
|
|
7666
7649
|
let params = new $OpenApi.Params({
|
|
7667
7650
|
action: "CreateForwardingRules",
|
|
@@ -7671,7 +7654,7 @@ class Client extends openapi_client_1.default {
|
|
|
7671
7654
|
method: "POST",
|
|
7672
7655
|
authType: "AK",
|
|
7673
7656
|
style: "RPC",
|
|
7674
|
-
reqBodyType: "
|
|
7657
|
+
reqBodyType: "formData",
|
|
7675
7658
|
bodyType: "json",
|
|
7676
7659
|
});
|
|
7677
7660
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateForwardingRulesResponse({}));
|
|
@@ -7689,7 +7672,6 @@ class Client extends openapi_client_1.default {
|
|
|
7689
7672
|
query["RegionId"] = request.regionId;
|
|
7690
7673
|
let req = new $OpenApi.OpenApiRequest({
|
|
7691
7674
|
query: openapi_util_1.default.query(query),
|
|
7692
|
-
body: tea_util_1.default.toMap(request),
|
|
7693
7675
|
});
|
|
7694
7676
|
let params = new $OpenApi.Params({
|
|
7695
7677
|
action: "CreateIpSets",
|
|
@@ -7699,7 +7681,7 @@ class Client extends openapi_client_1.default {
|
|
|
7699
7681
|
method: "POST",
|
|
7700
7682
|
authType: "AK",
|
|
7701
7683
|
style: "RPC",
|
|
7702
|
-
reqBodyType: "
|
|
7684
|
+
reqBodyType: "formData",
|
|
7703
7685
|
bodyType: "json",
|
|
7704
7686
|
});
|
|
7705
7687
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateIpSetsResponse({}));
|
|
@@ -7725,7 +7707,6 @@ class Client extends openapi_client_1.default {
|
|
|
7725
7707
|
query["XForwardedForConfig"] = request.XForwardedForConfig;
|
|
7726
7708
|
let req = new $OpenApi.OpenApiRequest({
|
|
7727
7709
|
query: openapi_util_1.default.query(query),
|
|
7728
|
-
body: tea_util_1.default.toMap(request),
|
|
7729
7710
|
});
|
|
7730
7711
|
let params = new $OpenApi.Params({
|
|
7731
7712
|
action: "CreateListener",
|
|
@@ -7735,7 +7716,7 @@ class Client extends openapi_client_1.default {
|
|
|
7735
7716
|
method: "POST",
|
|
7736
7717
|
authType: "AK",
|
|
7737
7718
|
style: "RPC",
|
|
7738
|
-
reqBodyType: "
|
|
7719
|
+
reqBodyType: "formData",
|
|
7739
7720
|
bodyType: "json",
|
|
7740
7721
|
});
|
|
7741
7722
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateListenerResponse({}));
|
|
@@ -7754,7 +7735,6 @@ class Client extends openapi_client_1.default {
|
|
|
7754
7735
|
query["SpareIps"] = request.spareIps;
|
|
7755
7736
|
let req = new $OpenApi.OpenApiRequest({
|
|
7756
7737
|
query: openapi_util_1.default.query(query),
|
|
7757
|
-
body: tea_util_1.default.toMap(request),
|
|
7758
7738
|
});
|
|
7759
7739
|
let params = new $OpenApi.Params({
|
|
7760
7740
|
action: "CreateSpareIps",
|
|
@@ -7764,7 +7744,7 @@ class Client extends openapi_client_1.default {
|
|
|
7764
7744
|
method: "POST",
|
|
7765
7745
|
authType: "AK",
|
|
7766
7746
|
style: "RPC",
|
|
7767
|
-
reqBodyType: "
|
|
7747
|
+
reqBodyType: "formData",
|
|
7768
7748
|
bodyType: "json",
|
|
7769
7749
|
});
|
|
7770
7750
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateSpareIpsResponse({}));
|
|
@@ -7780,7 +7760,6 @@ class Client extends openapi_client_1.default {
|
|
|
7780
7760
|
query["RegionId"] = request.regionId;
|
|
7781
7761
|
let req = new $OpenApi.OpenApiRequest({
|
|
7782
7762
|
query: openapi_util_1.default.query(query),
|
|
7783
|
-
body: tea_util_1.default.toMap(request),
|
|
7784
7763
|
});
|
|
7785
7764
|
let params = new $OpenApi.Params({
|
|
7786
7765
|
action: "DeleteAccelerator",
|
|
@@ -7790,7 +7769,7 @@ class Client extends openapi_client_1.default {
|
|
|
7790
7769
|
method: "POST",
|
|
7791
7770
|
authType: "AK",
|
|
7792
7771
|
style: "RPC",
|
|
7793
|
-
reqBodyType: "
|
|
7772
|
+
reqBodyType: "formData",
|
|
7794
7773
|
bodyType: "json",
|
|
7795
7774
|
});
|
|
7796
7775
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteAcceleratorResponse({}));
|
|
@@ -7808,7 +7787,6 @@ class Client extends openapi_client_1.default {
|
|
|
7808
7787
|
query["RegionId"] = request.regionId;
|
|
7809
7788
|
let req = new $OpenApi.OpenApiRequest({
|
|
7810
7789
|
query: openapi_util_1.default.query(query),
|
|
7811
|
-
body: tea_util_1.default.toMap(request),
|
|
7812
7790
|
});
|
|
7813
7791
|
let params = new $OpenApi.Params({
|
|
7814
7792
|
action: "DeleteAcl",
|
|
@@ -7818,7 +7796,7 @@ class Client extends openapi_client_1.default {
|
|
|
7818
7796
|
method: "POST",
|
|
7819
7797
|
authType: "AK",
|
|
7820
7798
|
style: "RPC",
|
|
7821
|
-
reqBodyType: "
|
|
7799
|
+
reqBodyType: "formData",
|
|
7822
7800
|
bodyType: "json",
|
|
7823
7801
|
});
|
|
7824
7802
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteAclResponse({}));
|
|
@@ -7835,7 +7813,6 @@ class Client extends openapi_client_1.default {
|
|
|
7835
7813
|
query["RegionId"] = request.regionId;
|
|
7836
7814
|
let req = new $OpenApi.OpenApiRequest({
|
|
7837
7815
|
query: openapi_util_1.default.query(query),
|
|
7838
|
-
body: tea_util_1.default.toMap(request),
|
|
7839
7816
|
});
|
|
7840
7817
|
let params = new $OpenApi.Params({
|
|
7841
7818
|
action: "DeleteBandwidthPackage",
|
|
@@ -7845,7 +7822,7 @@ class Client extends openapi_client_1.default {
|
|
|
7845
7822
|
method: "POST",
|
|
7846
7823
|
authType: "AK",
|
|
7847
7824
|
style: "RPC",
|
|
7848
|
-
reqBodyType: "
|
|
7825
|
+
reqBodyType: "formData",
|
|
7849
7826
|
bodyType: "json",
|
|
7850
7827
|
});
|
|
7851
7828
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteBandwidthPackageResponse({}));
|
|
@@ -7861,7 +7838,6 @@ class Client extends openapi_client_1.default {
|
|
|
7861
7838
|
query["RegionId"] = request.regionId;
|
|
7862
7839
|
let req = new $OpenApi.OpenApiRequest({
|
|
7863
7840
|
query: openapi_util_1.default.query(query),
|
|
7864
|
-
body: tea_util_1.default.toMap(request),
|
|
7865
7841
|
});
|
|
7866
7842
|
let params = new $OpenApi.Params({
|
|
7867
7843
|
action: "DeleteBasicAccelerator",
|
|
@@ -7871,7 +7847,7 @@ class Client extends openapi_client_1.default {
|
|
|
7871
7847
|
method: "POST",
|
|
7872
7848
|
authType: "AK",
|
|
7873
7849
|
style: "RPC",
|
|
7874
|
-
reqBodyType: "
|
|
7850
|
+
reqBodyType: "formData",
|
|
7875
7851
|
bodyType: "json",
|
|
7876
7852
|
});
|
|
7877
7853
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteBasicAcceleratorResponse({}));
|
|
@@ -7887,7 +7863,6 @@ class Client extends openapi_client_1.default {
|
|
|
7887
7863
|
query["EndpointGroupId"] = request.endpointGroupId;
|
|
7888
7864
|
let req = new $OpenApi.OpenApiRequest({
|
|
7889
7865
|
query: openapi_util_1.default.query(query),
|
|
7890
|
-
body: tea_util_1.default.toMap(request),
|
|
7891
7866
|
});
|
|
7892
7867
|
let params = new $OpenApi.Params({
|
|
7893
7868
|
action: "DeleteBasicEndpointGroup",
|
|
@@ -7897,7 +7872,7 @@ class Client extends openapi_client_1.default {
|
|
|
7897
7872
|
method: "POST",
|
|
7898
7873
|
authType: "AK",
|
|
7899
7874
|
style: "RPC",
|
|
7900
|
-
reqBodyType: "
|
|
7875
|
+
reqBodyType: "formData",
|
|
7901
7876
|
bodyType: "json",
|
|
7902
7877
|
});
|
|
7903
7878
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteBasicEndpointGroupResponse({}));
|
|
@@ -7914,7 +7889,6 @@ class Client extends openapi_client_1.default {
|
|
|
7914
7889
|
query["RegionId"] = request.regionId;
|
|
7915
7890
|
let req = new $OpenApi.OpenApiRequest({
|
|
7916
7891
|
query: openapi_util_1.default.query(query),
|
|
7917
|
-
body: tea_util_1.default.toMap(request),
|
|
7918
7892
|
});
|
|
7919
7893
|
let params = new $OpenApi.Params({
|
|
7920
7894
|
action: "DeleteBasicIpSet",
|
|
@@ -7924,7 +7898,7 @@ class Client extends openapi_client_1.default {
|
|
|
7924
7898
|
method: "POST",
|
|
7925
7899
|
authType: "AK",
|
|
7926
7900
|
style: "RPC",
|
|
7927
|
-
reqBodyType: "
|
|
7901
|
+
reqBodyType: "formData",
|
|
7928
7902
|
bodyType: "json",
|
|
7929
7903
|
});
|
|
7930
7904
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteBasicIpSetResponse({}));
|
|
@@ -7941,7 +7915,6 @@ class Client extends openapi_client_1.default {
|
|
|
7941
7915
|
query["EndpointGroupId"] = request.endpointGroupId;
|
|
7942
7916
|
let req = new $OpenApi.OpenApiRequest({
|
|
7943
7917
|
query: openapi_util_1.default.query(query),
|
|
7944
|
-
body: tea_util_1.default.toMap(request),
|
|
7945
7918
|
});
|
|
7946
7919
|
let params = new $OpenApi.Params({
|
|
7947
7920
|
action: "DeleteEndpointGroup",
|
|
@@ -7951,7 +7924,7 @@ class Client extends openapi_client_1.default {
|
|
|
7951
7924
|
method: "POST",
|
|
7952
7925
|
authType: "AK",
|
|
7953
7926
|
style: "RPC",
|
|
7954
|
-
reqBodyType: "
|
|
7927
|
+
reqBodyType: "formData",
|
|
7955
7928
|
bodyType: "json",
|
|
7956
7929
|
});
|
|
7957
7930
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteEndpointGroupResponse({}));
|
|
@@ -7969,7 +7942,6 @@ class Client extends openapi_client_1.default {
|
|
|
7969
7942
|
query["RegionId"] = request.regionId;
|
|
7970
7943
|
let req = new $OpenApi.OpenApiRequest({
|
|
7971
7944
|
query: openapi_util_1.default.query(query),
|
|
7972
|
-
body: tea_util_1.default.toMap(request),
|
|
7973
7945
|
});
|
|
7974
7946
|
let params = new $OpenApi.Params({
|
|
7975
7947
|
action: "DeleteEndpointGroups",
|
|
@@ -7979,7 +7951,7 @@ class Client extends openapi_client_1.default {
|
|
|
7979
7951
|
method: "POST",
|
|
7980
7952
|
authType: "AK",
|
|
7981
7953
|
style: "RPC",
|
|
7982
|
-
reqBodyType: "
|
|
7954
|
+
reqBodyType: "formData",
|
|
7983
7955
|
bodyType: "json",
|
|
7984
7956
|
});
|
|
7985
7957
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteEndpointGroupsResponse({}));
|
|
@@ -7998,7 +7970,6 @@ class Client extends openapi_client_1.default {
|
|
|
7998
7970
|
query["RegionId"] = request.regionId;
|
|
7999
7971
|
let req = new $OpenApi.OpenApiRequest({
|
|
8000
7972
|
query: openapi_util_1.default.query(query),
|
|
8001
|
-
body: tea_util_1.default.toMap(request),
|
|
8002
7973
|
});
|
|
8003
7974
|
let params = new $OpenApi.Params({
|
|
8004
7975
|
action: "DeleteForwardingRules",
|
|
@@ -8008,7 +7979,7 @@ class Client extends openapi_client_1.default {
|
|
|
8008
7979
|
method: "POST",
|
|
8009
7980
|
authType: "AK",
|
|
8010
7981
|
style: "RPC",
|
|
8011
|
-
reqBodyType: "
|
|
7982
|
+
reqBodyType: "formData",
|
|
8012
7983
|
bodyType: "json",
|
|
8013
7984
|
});
|
|
8014
7985
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteForwardingRulesResponse({}));
|
|
@@ -8026,7 +7997,6 @@ class Client extends openapi_client_1.default {
|
|
|
8026
7997
|
query["RegionId"] = request.regionId;
|
|
8027
7998
|
let req = new $OpenApi.OpenApiRequest({
|
|
8028
7999
|
query: openapi_util_1.default.query(query),
|
|
8029
|
-
body: tea_util_1.default.toMap(request),
|
|
8030
8000
|
});
|
|
8031
8001
|
let params = new $OpenApi.Params({
|
|
8032
8002
|
action: "DeleteIpSet",
|
|
@@ -8036,7 +8006,7 @@ class Client extends openapi_client_1.default {
|
|
|
8036
8006
|
method: "POST",
|
|
8037
8007
|
authType: "AK",
|
|
8038
8008
|
style: "RPC",
|
|
8039
|
-
reqBodyType: "
|
|
8009
|
+
reqBodyType: "formData",
|
|
8040
8010
|
bodyType: "json",
|
|
8041
8011
|
});
|
|
8042
8012
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteIpSetResponse({}));
|
|
@@ -8052,7 +8022,6 @@ class Client extends openapi_client_1.default {
|
|
|
8052
8022
|
query["RegionId"] = request.regionId;
|
|
8053
8023
|
let req = new $OpenApi.OpenApiRequest({
|
|
8054
8024
|
query: openapi_util_1.default.query(query),
|
|
8055
|
-
body: tea_util_1.default.toMap(request),
|
|
8056
8025
|
});
|
|
8057
8026
|
let params = new $OpenApi.Params({
|
|
8058
8027
|
action: "DeleteIpSets",
|
|
@@ -8062,7 +8031,7 @@ class Client extends openapi_client_1.default {
|
|
|
8062
8031
|
method: "POST",
|
|
8063
8032
|
authType: "AK",
|
|
8064
8033
|
style: "RPC",
|
|
8065
|
-
reqBodyType: "
|
|
8034
|
+
reqBodyType: "formData",
|
|
8066
8035
|
bodyType: "json",
|
|
8067
8036
|
});
|
|
8068
8037
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteIpSetsResponse({}));
|
|
@@ -8079,7 +8048,6 @@ class Client extends openapi_client_1.default {
|
|
|
8079
8048
|
query["ListenerId"] = request.listenerId;
|
|
8080
8049
|
let req = new $OpenApi.OpenApiRequest({
|
|
8081
8050
|
query: openapi_util_1.default.query(query),
|
|
8082
|
-
body: tea_util_1.default.toMap(request),
|
|
8083
8051
|
});
|
|
8084
8052
|
let params = new $OpenApi.Params({
|
|
8085
8053
|
action: "DeleteListener",
|
|
@@ -8089,7 +8057,7 @@ class Client extends openapi_client_1.default {
|
|
|
8089
8057
|
method: "POST",
|
|
8090
8058
|
authType: "AK",
|
|
8091
8059
|
style: "RPC",
|
|
8092
|
-
reqBodyType: "
|
|
8060
|
+
reqBodyType: "formData",
|
|
8093
8061
|
bodyType: "json",
|
|
8094
8062
|
});
|
|
8095
8063
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteListenerResponse({}));
|
|
@@ -8108,7 +8076,6 @@ class Client extends openapi_client_1.default {
|
|
|
8108
8076
|
query["SpareIps"] = request.spareIps;
|
|
8109
8077
|
let req = new $OpenApi.OpenApiRequest({
|
|
8110
8078
|
query: openapi_util_1.default.query(query),
|
|
8111
|
-
body: tea_util_1.default.toMap(request),
|
|
8112
8079
|
});
|
|
8113
8080
|
let params = new $OpenApi.Params({
|
|
8114
8081
|
action: "DeleteSpareIps",
|
|
@@ -8118,7 +8085,7 @@ class Client extends openapi_client_1.default {
|
|
|
8118
8085
|
method: "POST",
|
|
8119
8086
|
authType: "AK",
|
|
8120
8087
|
style: "RPC",
|
|
8121
|
-
reqBodyType: "
|
|
8088
|
+
reqBodyType: "formData",
|
|
8122
8089
|
bodyType: "json",
|
|
8123
8090
|
});
|
|
8124
8091
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteSpareIpsResponse({}));
|
|
@@ -8134,7 +8101,6 @@ class Client extends openapi_client_1.default {
|
|
|
8134
8101
|
query["RegionId"] = request.regionId;
|
|
8135
8102
|
let req = new $OpenApi.OpenApiRequest({
|
|
8136
8103
|
query: openapi_util_1.default.query(query),
|
|
8137
|
-
body: tea_util_1.default.toMap(request),
|
|
8138
8104
|
});
|
|
8139
8105
|
let params = new $OpenApi.Params({
|
|
8140
8106
|
action: "DescribeAccelerator",
|
|
@@ -8144,7 +8110,7 @@ class Client extends openapi_client_1.default {
|
|
|
8144
8110
|
method: "POST",
|
|
8145
8111
|
authType: "AK",
|
|
8146
8112
|
style: "RPC",
|
|
8147
|
-
reqBodyType: "
|
|
8113
|
+
reqBodyType: "formData",
|
|
8148
8114
|
bodyType: "json",
|
|
8149
8115
|
});
|
|
8150
8116
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAcceleratorResponse({}));
|
|
@@ -8160,7 +8126,6 @@ class Client extends openapi_client_1.default {
|
|
|
8160
8126
|
query["RegionId"] = request.regionId;
|
|
8161
8127
|
let req = new $OpenApi.OpenApiRequest({
|
|
8162
8128
|
query: openapi_util_1.default.query(query),
|
|
8163
|
-
body: tea_util_1.default.toMap(request),
|
|
8164
8129
|
});
|
|
8165
8130
|
let params = new $OpenApi.Params({
|
|
8166
8131
|
action: "DescribeAcceleratorAutoRenewAttribute",
|
|
@@ -8170,7 +8135,7 @@ class Client extends openapi_client_1.default {
|
|
|
8170
8135
|
method: "POST",
|
|
8171
8136
|
authType: "AK",
|
|
8172
8137
|
style: "RPC",
|
|
8173
|
-
reqBodyType: "
|
|
8138
|
+
reqBodyType: "formData",
|
|
8174
8139
|
bodyType: "json",
|
|
8175
8140
|
});
|
|
8176
8141
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAcceleratorAutoRenewAttributeResponse({}));
|
|
@@ -8186,7 +8151,6 @@ class Client extends openapi_client_1.default {
|
|
|
8186
8151
|
query["RegionId"] = request.regionId;
|
|
8187
8152
|
let req = new $OpenApi.OpenApiRequest({
|
|
8188
8153
|
query: openapi_util_1.default.query(query),
|
|
8189
|
-
body: tea_util_1.default.toMap(request),
|
|
8190
8154
|
});
|
|
8191
8155
|
let params = new $OpenApi.Params({
|
|
8192
8156
|
action: "DescribeBandwidthPackage",
|
|
@@ -8196,7 +8160,7 @@ class Client extends openapi_client_1.default {
|
|
|
8196
8160
|
method: "POST",
|
|
8197
8161
|
authType: "AK",
|
|
8198
8162
|
style: "RPC",
|
|
8199
|
-
reqBodyType: "
|
|
8163
|
+
reqBodyType: "formData",
|
|
8200
8164
|
bodyType: "json",
|
|
8201
8165
|
});
|
|
8202
8166
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeBandwidthPackageResponse({}));
|
|
@@ -8212,7 +8176,6 @@ class Client extends openapi_client_1.default {
|
|
|
8212
8176
|
query["RegionId"] = request.regionId;
|
|
8213
8177
|
let req = new $OpenApi.OpenApiRequest({
|
|
8214
8178
|
query: openapi_util_1.default.query(query),
|
|
8215
|
-
body: tea_util_1.default.toMap(request),
|
|
8216
8179
|
});
|
|
8217
8180
|
let params = new $OpenApi.Params({
|
|
8218
8181
|
action: "DescribeEndpointGroup",
|
|
@@ -8222,7 +8185,7 @@ class Client extends openapi_client_1.default {
|
|
|
8222
8185
|
method: "POST",
|
|
8223
8186
|
authType: "AK",
|
|
8224
8187
|
style: "RPC",
|
|
8225
|
-
reqBodyType: "
|
|
8188
|
+
reqBodyType: "formData",
|
|
8226
8189
|
bodyType: "json",
|
|
8227
8190
|
});
|
|
8228
8191
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEndpointGroupResponse({}));
|
|
@@ -8238,7 +8201,6 @@ class Client extends openapi_client_1.default {
|
|
|
8238
8201
|
query["RegionId"] = request.regionId;
|
|
8239
8202
|
let req = new $OpenApi.OpenApiRequest({
|
|
8240
8203
|
query: openapi_util_1.default.query(query),
|
|
8241
|
-
body: tea_util_1.default.toMap(request),
|
|
8242
8204
|
});
|
|
8243
8205
|
let params = new $OpenApi.Params({
|
|
8244
8206
|
action: "DescribeIpSet",
|
|
@@ -8248,7 +8210,7 @@ class Client extends openapi_client_1.default {
|
|
|
8248
8210
|
method: "POST",
|
|
8249
8211
|
authType: "AK",
|
|
8250
8212
|
style: "RPC",
|
|
8251
|
-
reqBodyType: "
|
|
8213
|
+
reqBodyType: "formData",
|
|
8252
8214
|
bodyType: "json",
|
|
8253
8215
|
});
|
|
8254
8216
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeIpSetResponse({}));
|
|
@@ -8264,7 +8226,6 @@ class Client extends openapi_client_1.default {
|
|
|
8264
8226
|
query["RegionId"] = request.regionId;
|
|
8265
8227
|
let req = new $OpenApi.OpenApiRequest({
|
|
8266
8228
|
query: openapi_util_1.default.query(query),
|
|
8267
|
-
body: tea_util_1.default.toMap(request),
|
|
8268
8229
|
});
|
|
8269
8230
|
let params = new $OpenApi.Params({
|
|
8270
8231
|
action: "DescribeListener",
|
|
@@ -8274,7 +8235,7 @@ class Client extends openapi_client_1.default {
|
|
|
8274
8235
|
method: "POST",
|
|
8275
8236
|
authType: "AK",
|
|
8276
8237
|
style: "RPC",
|
|
8277
|
-
reqBodyType: "
|
|
8238
|
+
reqBodyType: "formData",
|
|
8278
8239
|
bodyType: "json",
|
|
8279
8240
|
});
|
|
8280
8241
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeListenerResponse({}));
|
|
@@ -8289,7 +8250,6 @@ class Client extends openapi_client_1.default {
|
|
|
8289
8250
|
query["RegionId"] = request.regionId;
|
|
8290
8251
|
let req = new $OpenApi.OpenApiRequest({
|
|
8291
8252
|
query: openapi_util_1.default.query(query),
|
|
8292
|
-
body: tea_util_1.default.toMap(request),
|
|
8293
8253
|
});
|
|
8294
8254
|
let params = new $OpenApi.Params({
|
|
8295
8255
|
action: "DescribeRegions",
|
|
@@ -8299,7 +8259,7 @@ class Client extends openapi_client_1.default {
|
|
|
8299
8259
|
method: "POST",
|
|
8300
8260
|
authType: "AK",
|
|
8301
8261
|
style: "RPC",
|
|
8302
|
-
reqBodyType: "
|
|
8262
|
+
reqBodyType: "formData",
|
|
8303
8263
|
bodyType: "json",
|
|
8304
8264
|
});
|
|
8305
8265
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
@@ -8315,7 +8275,6 @@ class Client extends openapi_client_1.default {
|
|
|
8315
8275
|
query["RegionId"] = request.regionId;
|
|
8316
8276
|
let req = new $OpenApi.OpenApiRequest({
|
|
8317
8277
|
query: openapi_util_1.default.query(query),
|
|
8318
|
-
body: tea_util_1.default.toMap(request),
|
|
8319
8278
|
});
|
|
8320
8279
|
let params = new $OpenApi.Params({
|
|
8321
8280
|
action: "DetachDdosFromAccelerator",
|
|
@@ -8325,7 +8284,7 @@ class Client extends openapi_client_1.default {
|
|
|
8325
8284
|
method: "POST",
|
|
8326
8285
|
authType: "AK",
|
|
8327
8286
|
style: "RPC",
|
|
8328
|
-
reqBodyType: "
|
|
8287
|
+
reqBodyType: "formData",
|
|
8329
8288
|
bodyType: "json",
|
|
8330
8289
|
});
|
|
8331
8290
|
return $tea.cast(await this.callApi(params, req, runtime), new DetachDdosFromAcceleratorResponse({}));
|
|
@@ -8344,7 +8303,6 @@ class Client extends openapi_client_1.default {
|
|
|
8344
8303
|
query["RegionId"] = request.regionId;
|
|
8345
8304
|
let req = new $OpenApi.OpenApiRequest({
|
|
8346
8305
|
query: openapi_util_1.default.query(query),
|
|
8347
|
-
body: tea_util_1.default.toMap(request),
|
|
8348
8306
|
});
|
|
8349
8307
|
let params = new $OpenApi.Params({
|
|
8350
8308
|
action: "DetachLogStoreFromEndpointGroup",
|
|
@@ -8354,7 +8312,7 @@ class Client extends openapi_client_1.default {
|
|
|
8354
8312
|
method: "POST",
|
|
8355
8313
|
authType: "AK",
|
|
8356
8314
|
style: "RPC",
|
|
8357
|
-
reqBodyType: "
|
|
8315
|
+
reqBodyType: "formData",
|
|
8358
8316
|
bodyType: "json",
|
|
8359
8317
|
});
|
|
8360
8318
|
return $tea.cast(await this.callApi(params, req, runtime), new DetachLogStoreFromEndpointGroupResponse({}));
|
|
@@ -8373,7 +8331,6 @@ class Client extends openapi_client_1.default {
|
|
|
8373
8331
|
query["RegionId"] = request.regionId;
|
|
8374
8332
|
let req = new $OpenApi.OpenApiRequest({
|
|
8375
8333
|
query: openapi_util_1.default.query(query),
|
|
8376
|
-
body: tea_util_1.default.toMap(request),
|
|
8377
8334
|
});
|
|
8378
8335
|
let params = new $OpenApi.Params({
|
|
8379
8336
|
action: "DissociateAclsFromListener",
|
|
@@ -8383,7 +8340,7 @@ class Client extends openapi_client_1.default {
|
|
|
8383
8340
|
method: "POST",
|
|
8384
8341
|
authType: "AK",
|
|
8385
8342
|
style: "RPC",
|
|
8386
|
-
reqBodyType: "
|
|
8343
|
+
reqBodyType: "formData",
|
|
8387
8344
|
bodyType: "json",
|
|
8388
8345
|
});
|
|
8389
8346
|
return $tea.cast(await this.callApi(params, req, runtime), new DissociateAclsFromListenerResponse({}));
|
|
@@ -8402,7 +8359,6 @@ class Client extends openapi_client_1.default {
|
|
|
8402
8359
|
query["RegionId"] = request.regionId;
|
|
8403
8360
|
let req = new $OpenApi.OpenApiRequest({
|
|
8404
8361
|
query: openapi_util_1.default.query(query),
|
|
8405
|
-
body: tea_util_1.default.toMap(request),
|
|
8406
8362
|
});
|
|
8407
8363
|
let params = new $OpenApi.Params({
|
|
8408
8364
|
action: "DissociateAdditionalCertificatesFromListener",
|
|
@@ -8412,7 +8368,7 @@ class Client extends openapi_client_1.default {
|
|
|
8412
8368
|
method: "POST",
|
|
8413
8369
|
authType: "AK",
|
|
8414
8370
|
style: "RPC",
|
|
8415
|
-
reqBodyType: "
|
|
8371
|
+
reqBodyType: "formData",
|
|
8416
8372
|
bodyType: "json",
|
|
8417
8373
|
});
|
|
8418
8374
|
return $tea.cast(await this.callApi(params, req, runtime), new DissociateAdditionalCertificatesFromListenerResponse({}));
|
|
@@ -8428,7 +8384,6 @@ class Client extends openapi_client_1.default {
|
|
|
8428
8384
|
query["RegionId"] = request.regionId;
|
|
8429
8385
|
let req = new $OpenApi.OpenApiRequest({
|
|
8430
8386
|
query: openapi_util_1.default.query(query),
|
|
8431
|
-
body: tea_util_1.default.toMap(request),
|
|
8432
8387
|
});
|
|
8433
8388
|
let params = new $OpenApi.Params({
|
|
8434
8389
|
action: "GetAcl",
|
|
@@ -8438,7 +8393,7 @@ class Client extends openapi_client_1.default {
|
|
|
8438
8393
|
method: "POST",
|
|
8439
8394
|
authType: "AK",
|
|
8440
8395
|
style: "RPC",
|
|
8441
|
-
reqBodyType: "
|
|
8396
|
+
reqBodyType: "formData",
|
|
8442
8397
|
bodyType: "json",
|
|
8443
8398
|
});
|
|
8444
8399
|
return $tea.cast(await this.callApi(params, req, runtime), new GetAclResponse({}));
|
|
@@ -8454,7 +8409,6 @@ class Client extends openapi_client_1.default {
|
|
|
8454
8409
|
query["RegionId"] = request.regionId;
|
|
8455
8410
|
let req = new $OpenApi.OpenApiRequest({
|
|
8456
8411
|
query: openapi_util_1.default.query(query),
|
|
8457
|
-
body: tea_util_1.default.toMap(request),
|
|
8458
8412
|
});
|
|
8459
8413
|
let params = new $OpenApi.Params({
|
|
8460
8414
|
action: "GetBasicAccelerator",
|
|
@@ -8464,7 +8418,7 @@ class Client extends openapi_client_1.default {
|
|
|
8464
8418
|
method: "POST",
|
|
8465
8419
|
authType: "AK",
|
|
8466
8420
|
style: "RPC",
|
|
8467
|
-
reqBodyType: "
|
|
8421
|
+
reqBodyType: "formData",
|
|
8468
8422
|
bodyType: "json",
|
|
8469
8423
|
});
|
|
8470
8424
|
return $tea.cast(await this.callApi(params, req, runtime), new GetBasicAcceleratorResponse({}));
|
|
@@ -8481,7 +8435,6 @@ class Client extends openapi_client_1.default {
|
|
|
8481
8435
|
query["RegionId"] = request.regionId;
|
|
8482
8436
|
let req = new $OpenApi.OpenApiRequest({
|
|
8483
8437
|
query: openapi_util_1.default.query(query),
|
|
8484
|
-
body: tea_util_1.default.toMap(request),
|
|
8485
8438
|
});
|
|
8486
8439
|
let params = new $OpenApi.Params({
|
|
8487
8440
|
action: "GetBasicEndpointGroup",
|
|
@@ -8491,7 +8444,7 @@ class Client extends openapi_client_1.default {
|
|
|
8491
8444
|
method: "POST",
|
|
8492
8445
|
authType: "AK",
|
|
8493
8446
|
style: "RPC",
|
|
8494
|
-
reqBodyType: "
|
|
8447
|
+
reqBodyType: "formData",
|
|
8495
8448
|
bodyType: "json",
|
|
8496
8449
|
});
|
|
8497
8450
|
return $tea.cast(await this.callApi(params, req, runtime), new GetBasicEndpointGroupResponse({}));
|
|
@@ -8508,7 +8461,6 @@ class Client extends openapi_client_1.default {
|
|
|
8508
8461
|
query["RegionId"] = request.regionId;
|
|
8509
8462
|
let req = new $OpenApi.OpenApiRequest({
|
|
8510
8463
|
query: openapi_util_1.default.query(query),
|
|
8511
|
-
body: tea_util_1.default.toMap(request),
|
|
8512
8464
|
});
|
|
8513
8465
|
let params = new $OpenApi.Params({
|
|
8514
8466
|
action: "GetBasicIpSet",
|
|
@@ -8518,7 +8470,7 @@ class Client extends openapi_client_1.default {
|
|
|
8518
8470
|
method: "POST",
|
|
8519
8471
|
authType: "AK",
|
|
8520
8472
|
style: "RPC",
|
|
8521
|
-
reqBodyType: "
|
|
8473
|
+
reqBodyType: "formData",
|
|
8522
8474
|
bodyType: "json",
|
|
8523
8475
|
});
|
|
8524
8476
|
return $tea.cast(await this.callApi(params, req, runtime), new GetBasicIpSetResponse({}));
|
|
@@ -8537,7 +8489,6 @@ class Client extends openapi_client_1.default {
|
|
|
8537
8489
|
query["RegionId"] = request.regionId;
|
|
8538
8490
|
let req = new $OpenApi.OpenApiRequest({
|
|
8539
8491
|
query: openapi_util_1.default.query(query),
|
|
8540
|
-
body: tea_util_1.default.toMap(request),
|
|
8541
8492
|
});
|
|
8542
8493
|
let params = new $OpenApi.Params({
|
|
8543
8494
|
action: "GetHealthStatus",
|
|
@@ -8547,7 +8498,7 @@ class Client extends openapi_client_1.default {
|
|
|
8547
8498
|
method: "POST",
|
|
8548
8499
|
authType: "AK",
|
|
8549
8500
|
style: "RPC",
|
|
8550
|
-
reqBodyType: "
|
|
8501
|
+
reqBodyType: "formData",
|
|
8551
8502
|
bodyType: "json",
|
|
8552
8503
|
});
|
|
8553
8504
|
return $tea.cast(await this.callApi(params, req, runtime), new GetHealthStatusResponse({}));
|
|
@@ -8566,7 +8517,6 @@ class Client extends openapi_client_1.default {
|
|
|
8566
8517
|
query["SpareIp"] = request.spareIp;
|
|
8567
8518
|
let req = new $OpenApi.OpenApiRequest({
|
|
8568
8519
|
query: openapi_util_1.default.query(query),
|
|
8569
|
-
body: tea_util_1.default.toMap(request),
|
|
8570
8520
|
});
|
|
8571
8521
|
let params = new $OpenApi.Params({
|
|
8572
8522
|
action: "GetSpareIp",
|
|
@@ -8576,7 +8526,7 @@ class Client extends openapi_client_1.default {
|
|
|
8576
8526
|
method: "POST",
|
|
8577
8527
|
authType: "AK",
|
|
8578
8528
|
style: "RPC",
|
|
8579
|
-
reqBodyType: "
|
|
8529
|
+
reqBodyType: "formData",
|
|
8580
8530
|
bodyType: "json",
|
|
8581
8531
|
});
|
|
8582
8532
|
return $tea.cast(await this.callApi(params, req, runtime), new GetSpareIpResponse({}));
|
|
@@ -8591,7 +8541,6 @@ class Client extends openapi_client_1.default {
|
|
|
8591
8541
|
query["RegionId"] = request.regionId;
|
|
8592
8542
|
let req = new $OpenApi.OpenApiRequest({
|
|
8593
8543
|
query: openapi_util_1.default.query(query),
|
|
8594
|
-
body: tea_util_1.default.toMap(request),
|
|
8595
8544
|
});
|
|
8596
8545
|
let params = new $OpenApi.Params({
|
|
8597
8546
|
action: "ListAccelerateAreas",
|
|
@@ -8601,7 +8550,7 @@ class Client extends openapi_client_1.default {
|
|
|
8601
8550
|
method: "POST",
|
|
8602
8551
|
authType: "AK",
|
|
8603
8552
|
style: "RPC",
|
|
8604
|
-
reqBodyType: "
|
|
8553
|
+
reqBodyType: "formData",
|
|
8605
8554
|
bodyType: "json",
|
|
8606
8555
|
});
|
|
8607
8556
|
return $tea.cast(await this.callApi(params, req, runtime), new ListAccelerateAreasResponse({}));
|
|
@@ -8620,7 +8569,6 @@ class Client extends openapi_client_1.default {
|
|
|
8620
8569
|
query["State"] = request.state;
|
|
8621
8570
|
let req = new $OpenApi.OpenApiRequest({
|
|
8622
8571
|
query: openapi_util_1.default.query(query),
|
|
8623
|
-
body: tea_util_1.default.toMap(request),
|
|
8624
8572
|
});
|
|
8625
8573
|
let params = new $OpenApi.Params({
|
|
8626
8574
|
action: "ListAccelerators",
|
|
@@ -8630,7 +8578,7 @@ class Client extends openapi_client_1.default {
|
|
|
8630
8578
|
method: "POST",
|
|
8631
8579
|
authType: "AK",
|
|
8632
8580
|
style: "RPC",
|
|
8633
|
-
reqBodyType: "
|
|
8581
|
+
reqBodyType: "formData",
|
|
8634
8582
|
bodyType: "json",
|
|
8635
8583
|
});
|
|
8636
8584
|
return $tea.cast(await this.callApi(params, req, runtime), new ListAcceleratorsResponse({}));
|
|
@@ -8650,7 +8598,6 @@ class Client extends openapi_client_1.default {
|
|
|
8650
8598
|
query["RegionId"] = request.regionId;
|
|
8651
8599
|
let req = new $OpenApi.OpenApiRequest({
|
|
8652
8600
|
query: openapi_util_1.default.query(query),
|
|
8653
|
-
body: tea_util_1.default.toMap(request),
|
|
8654
8601
|
});
|
|
8655
8602
|
let params = new $OpenApi.Params({
|
|
8656
8603
|
action: "ListAcls",
|
|
@@ -8660,7 +8607,7 @@ class Client extends openapi_client_1.default {
|
|
|
8660
8607
|
method: "POST",
|
|
8661
8608
|
authType: "AK",
|
|
8662
8609
|
style: "RPC",
|
|
8663
|
-
reqBodyType: "
|
|
8610
|
+
reqBodyType: "formData",
|
|
8664
8611
|
bodyType: "json",
|
|
8665
8612
|
});
|
|
8666
8613
|
return $tea.cast(await this.callApi(params, req, runtime), new ListAclsResponse({}));
|
|
@@ -8676,7 +8623,6 @@ class Client extends openapi_client_1.default {
|
|
|
8676
8623
|
query["RegionId"] = request.regionId;
|
|
8677
8624
|
let req = new $OpenApi.OpenApiRequest({
|
|
8678
8625
|
query: openapi_util_1.default.query(query),
|
|
8679
|
-
body: tea_util_1.default.toMap(request),
|
|
8680
8626
|
});
|
|
8681
8627
|
let params = new $OpenApi.Params({
|
|
8682
8628
|
action: "ListAvailableAccelerateAreas",
|
|
@@ -8686,7 +8632,7 @@ class Client extends openapi_client_1.default {
|
|
|
8686
8632
|
method: "POST",
|
|
8687
8633
|
authType: "AK",
|
|
8688
8634
|
style: "RPC",
|
|
8689
|
-
reqBodyType: "
|
|
8635
|
+
reqBodyType: "formData",
|
|
8690
8636
|
bodyType: "json",
|
|
8691
8637
|
});
|
|
8692
8638
|
return $tea.cast(await this.callApi(params, req, runtime), new ListAvailableAccelerateAreasResponse({}));
|
|
@@ -8702,7 +8648,6 @@ class Client extends openapi_client_1.default {
|
|
|
8702
8648
|
query["RegionId"] = request.regionId;
|
|
8703
8649
|
let req = new $OpenApi.OpenApiRequest({
|
|
8704
8650
|
query: openapi_util_1.default.query(query),
|
|
8705
|
-
body: tea_util_1.default.toMap(request),
|
|
8706
8651
|
});
|
|
8707
8652
|
let params = new $OpenApi.Params({
|
|
8708
8653
|
action: "ListAvailableBusiRegions",
|
|
@@ -8712,7 +8657,7 @@ class Client extends openapi_client_1.default {
|
|
|
8712
8657
|
method: "POST",
|
|
8713
8658
|
authType: "AK",
|
|
8714
8659
|
style: "RPC",
|
|
8715
|
-
reqBodyType: "
|
|
8660
|
+
reqBodyType: "formData",
|
|
8716
8661
|
bodyType: "json",
|
|
8717
8662
|
});
|
|
8718
8663
|
return $tea.cast(await this.callApi(params, req, runtime), new ListAvailableBusiRegionsResponse({}));
|
|
@@ -8732,7 +8677,6 @@ class Client extends openapi_client_1.default {
|
|
|
8732
8677
|
query["Type"] = request.type;
|
|
8733
8678
|
let req = new $OpenApi.OpenApiRequest({
|
|
8734
8679
|
query: openapi_util_1.default.query(query),
|
|
8735
|
-
body: tea_util_1.default.toMap(request),
|
|
8736
8680
|
});
|
|
8737
8681
|
let params = new $OpenApi.Params({
|
|
8738
8682
|
action: "ListBandwidthPackages",
|
|
@@ -8742,7 +8686,7 @@ class Client extends openapi_client_1.default {
|
|
|
8742
8686
|
method: "POST",
|
|
8743
8687
|
authType: "AK",
|
|
8744
8688
|
style: "RPC",
|
|
8745
|
-
reqBodyType: "
|
|
8689
|
+
reqBodyType: "formData",
|
|
8746
8690
|
bodyType: "json",
|
|
8747
8691
|
});
|
|
8748
8692
|
return $tea.cast(await this.callApi(params, req, runtime), new ListBandwidthPackagesResponse({}));
|
|
@@ -8759,7 +8703,6 @@ class Client extends openapi_client_1.default {
|
|
|
8759
8703
|
query["RegionId"] = request.regionId;
|
|
8760
8704
|
let req = new $OpenApi.OpenApiRequest({
|
|
8761
8705
|
query: openapi_util_1.default.query(query),
|
|
8762
|
-
body: tea_util_1.default.toMap(request),
|
|
8763
8706
|
});
|
|
8764
8707
|
let params = new $OpenApi.Params({
|
|
8765
8708
|
action: "ListBandwidthackages",
|
|
@@ -8769,7 +8712,7 @@ class Client extends openapi_client_1.default {
|
|
|
8769
8712
|
method: "POST",
|
|
8770
8713
|
authType: "AK",
|
|
8771
8714
|
style: "RPC",
|
|
8772
|
-
reqBodyType: "
|
|
8715
|
+
reqBodyType: "formData",
|
|
8773
8716
|
bodyType: "json",
|
|
8774
8717
|
});
|
|
8775
8718
|
return $tea.cast(await this.callApi(params, req, runtime), new ListBandwidthackagesResponse({}));
|
|
@@ -8788,7 +8731,6 @@ class Client extends openapi_client_1.default {
|
|
|
8788
8731
|
query["State"] = request.state;
|
|
8789
8732
|
let req = new $OpenApi.OpenApiRequest({
|
|
8790
8733
|
query: openapi_util_1.default.query(query),
|
|
8791
|
-
body: tea_util_1.default.toMap(request),
|
|
8792
8734
|
});
|
|
8793
8735
|
let params = new $OpenApi.Params({
|
|
8794
8736
|
action: "ListBasicAccelerators",
|
|
@@ -8798,7 +8740,7 @@ class Client extends openapi_client_1.default {
|
|
|
8798
8740
|
method: "POST",
|
|
8799
8741
|
authType: "AK",
|
|
8800
8742
|
style: "RPC",
|
|
8801
|
-
reqBodyType: "
|
|
8743
|
+
reqBodyType: "formData",
|
|
8802
8744
|
bodyType: "json",
|
|
8803
8745
|
});
|
|
8804
8746
|
return $tea.cast(await this.callApi(params, req, runtime), new ListBasicAcceleratorsResponse({}));
|
|
@@ -8813,7 +8755,6 @@ class Client extends openapi_client_1.default {
|
|
|
8813
8755
|
query["RegionId"] = request.regionId;
|
|
8814
8756
|
let req = new $OpenApi.OpenApiRequest({
|
|
8815
8757
|
query: openapi_util_1.default.query(query),
|
|
8816
|
-
body: tea_util_1.default.toMap(request),
|
|
8817
8758
|
});
|
|
8818
8759
|
let params = new $OpenApi.Params({
|
|
8819
8760
|
action: "ListBusiRegions",
|
|
@@ -8823,7 +8764,7 @@ class Client extends openapi_client_1.default {
|
|
|
8823
8764
|
method: "POST",
|
|
8824
8765
|
authType: "AK",
|
|
8825
8766
|
style: "RPC",
|
|
8826
|
-
reqBodyType: "
|
|
8767
|
+
reqBodyType: "formData",
|
|
8827
8768
|
bodyType: "json",
|
|
8828
8769
|
});
|
|
8829
8770
|
return $tea.cast(await this.callApi(params, req, runtime), new ListBusiRegionsResponse({}));
|
|
@@ -8845,7 +8786,6 @@ class Client extends openapi_client_1.default {
|
|
|
8845
8786
|
query["RegionId"] = request.regionId;
|
|
8846
8787
|
let req = new $OpenApi.OpenApiRequest({
|
|
8847
8788
|
query: openapi_util_1.default.query(query),
|
|
8848
|
-
body: tea_util_1.default.toMap(request),
|
|
8849
8789
|
});
|
|
8850
8790
|
let params = new $OpenApi.Params({
|
|
8851
8791
|
action: "ListEndpointGroups",
|
|
@@ -8855,7 +8795,7 @@ class Client extends openapi_client_1.default {
|
|
|
8855
8795
|
method: "POST",
|
|
8856
8796
|
authType: "AK",
|
|
8857
8797
|
style: "RPC",
|
|
8858
|
-
reqBodyType: "
|
|
8798
|
+
reqBodyType: "formData",
|
|
8859
8799
|
bodyType: "json",
|
|
8860
8800
|
});
|
|
8861
8801
|
return $tea.cast(await this.callApi(params, req, runtime), new ListEndpointGroupsResponse({}));
|
|
@@ -8876,7 +8816,6 @@ class Client extends openapi_client_1.default {
|
|
|
8876
8816
|
query["RegionId"] = request.regionId;
|
|
8877
8817
|
let req = new $OpenApi.OpenApiRequest({
|
|
8878
8818
|
query: openapi_util_1.default.query(query),
|
|
8879
|
-
body: tea_util_1.default.toMap(request),
|
|
8880
8819
|
});
|
|
8881
8820
|
let params = new $OpenApi.Params({
|
|
8882
8821
|
action: "ListForwardingRules",
|
|
@@ -8886,7 +8825,7 @@ class Client extends openapi_client_1.default {
|
|
|
8886
8825
|
method: "POST",
|
|
8887
8826
|
authType: "AK",
|
|
8888
8827
|
style: "RPC",
|
|
8889
|
-
reqBodyType: "
|
|
8828
|
+
reqBodyType: "formData",
|
|
8890
8829
|
bodyType: "json",
|
|
8891
8830
|
});
|
|
8892
8831
|
return $tea.cast(await this.callApi(params, req, runtime), new ListForwardingRulesResponse({}));
|
|
@@ -8904,7 +8843,6 @@ class Client extends openapi_client_1.default {
|
|
|
8904
8843
|
query["RegionId"] = request.regionId;
|
|
8905
8844
|
let req = new $OpenApi.OpenApiRequest({
|
|
8906
8845
|
query: openapi_util_1.default.query(query),
|
|
8907
|
-
body: tea_util_1.default.toMap(request),
|
|
8908
8846
|
});
|
|
8909
8847
|
let params = new $OpenApi.Params({
|
|
8910
8848
|
action: "ListIpSets",
|
|
@@ -8914,7 +8852,7 @@ class Client extends openapi_client_1.default {
|
|
|
8914
8852
|
method: "POST",
|
|
8915
8853
|
authType: "AK",
|
|
8916
8854
|
style: "RPC",
|
|
8917
|
-
reqBodyType: "
|
|
8855
|
+
reqBodyType: "formData",
|
|
8918
8856
|
bodyType: "json",
|
|
8919
8857
|
});
|
|
8920
8858
|
return $tea.cast(await this.callApi(params, req, runtime), new ListIpSetsResponse({}));
|
|
@@ -8934,7 +8872,6 @@ class Client extends openapi_client_1.default {
|
|
|
8934
8872
|
query["Role"] = request.role;
|
|
8935
8873
|
let req = new $OpenApi.OpenApiRequest({
|
|
8936
8874
|
query: openapi_util_1.default.query(query),
|
|
8937
|
-
body: tea_util_1.default.toMap(request),
|
|
8938
8875
|
});
|
|
8939
8876
|
let params = new $OpenApi.Params({
|
|
8940
8877
|
action: "ListListenerCertificates",
|
|
@@ -8944,7 +8881,7 @@ class Client extends openapi_client_1.default {
|
|
|
8944
8881
|
method: "POST",
|
|
8945
8882
|
authType: "AK",
|
|
8946
8883
|
style: "RPC",
|
|
8947
|
-
reqBodyType: "
|
|
8884
|
+
reqBodyType: "formData",
|
|
8948
8885
|
bodyType: "json",
|
|
8949
8886
|
});
|
|
8950
8887
|
return $tea.cast(await this.callApi(params, req, runtime), new ListListenerCertificatesResponse({}));
|
|
@@ -8962,7 +8899,6 @@ class Client extends openapi_client_1.default {
|
|
|
8962
8899
|
query["RegionId"] = request.regionId;
|
|
8963
8900
|
let req = new $OpenApi.OpenApiRequest({
|
|
8964
8901
|
query: openapi_util_1.default.query(query),
|
|
8965
|
-
body: tea_util_1.default.toMap(request),
|
|
8966
8902
|
});
|
|
8967
8903
|
let params = new $OpenApi.Params({
|
|
8968
8904
|
action: "ListListeners",
|
|
@@ -8972,7 +8908,7 @@ class Client extends openapi_client_1.default {
|
|
|
8972
8908
|
method: "POST",
|
|
8973
8909
|
authType: "AK",
|
|
8974
8910
|
style: "RPC",
|
|
8975
|
-
reqBodyType: "
|
|
8911
|
+
reqBodyType: "formData",
|
|
8976
8912
|
bodyType: "json",
|
|
8977
8913
|
});
|
|
8978
8914
|
return $tea.cast(await this.callApi(params, req, runtime), new ListListenersResponse({}));
|
|
@@ -8990,7 +8926,6 @@ class Client extends openapi_client_1.default {
|
|
|
8990
8926
|
query["RegionId"] = request.regionId;
|
|
8991
8927
|
let req = new $OpenApi.OpenApiRequest({
|
|
8992
8928
|
query: openapi_util_1.default.query(query),
|
|
8993
|
-
body: tea_util_1.default.toMap(request),
|
|
8994
8929
|
});
|
|
8995
8930
|
let params = new $OpenApi.Params({
|
|
8996
8931
|
action: "ListSpareIps",
|
|
@@ -9000,7 +8935,7 @@ class Client extends openapi_client_1.default {
|
|
|
9000
8935
|
method: "POST",
|
|
9001
8936
|
authType: "AK",
|
|
9002
8937
|
style: "RPC",
|
|
9003
|
-
reqBodyType: "
|
|
8938
|
+
reqBodyType: "formData",
|
|
9004
8939
|
bodyType: "json",
|
|
9005
8940
|
});
|
|
9006
8941
|
return $tea.cast(await this.callApi(params, req, runtime), new ListSpareIpsResponse({}));
|
|
@@ -9017,7 +8952,6 @@ class Client extends openapi_client_1.default {
|
|
|
9017
8952
|
query["RegionId"] = request.regionId;
|
|
9018
8953
|
let req = new $OpenApi.OpenApiRequest({
|
|
9019
8954
|
query: openapi_util_1.default.query(query),
|
|
9020
|
-
body: tea_util_1.default.toMap(request),
|
|
9021
8955
|
});
|
|
9022
8956
|
let params = new $OpenApi.Params({
|
|
9023
8957
|
action: "ListSystemSecurityPolicies",
|
|
@@ -9027,7 +8961,7 @@ class Client extends openapi_client_1.default {
|
|
|
9027
8961
|
method: "POST",
|
|
9028
8962
|
authType: "AK",
|
|
9029
8963
|
style: "RPC",
|
|
9030
|
-
reqBodyType: "
|
|
8964
|
+
reqBodyType: "formData",
|
|
9031
8965
|
bodyType: "json",
|
|
9032
8966
|
});
|
|
9033
8967
|
return $tea.cast(await this.callApi(params, req, runtime), new ListSystemSecurityPoliciesResponse({}));
|
|
@@ -9046,7 +8980,6 @@ class Client extends openapi_client_1.default {
|
|
|
9046
8980
|
query["RegionId"] = request.regionId;
|
|
9047
8981
|
let req = new $OpenApi.OpenApiRequest({
|
|
9048
8982
|
query: openapi_util_1.default.query(query),
|
|
9049
|
-
body: tea_util_1.default.toMap(request),
|
|
9050
8983
|
});
|
|
9051
8984
|
let params = new $OpenApi.Params({
|
|
9052
8985
|
action: "RemoveEntriesFromAcl",
|
|
@@ -9056,7 +8989,7 @@ class Client extends openapi_client_1.default {
|
|
|
9056
8989
|
method: "POST",
|
|
9057
8990
|
authType: "AK",
|
|
9058
8991
|
style: "RPC",
|
|
9059
|
-
reqBodyType: "
|
|
8992
|
+
reqBodyType: "formData",
|
|
9060
8993
|
bodyType: "json",
|
|
9061
8994
|
});
|
|
9062
8995
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveEntriesFromAclResponse({}));
|
|
@@ -9073,7 +9006,6 @@ class Client extends openapi_client_1.default {
|
|
|
9073
9006
|
query["TargetBandwidthPackageId"] = request.targetBandwidthPackageId;
|
|
9074
9007
|
let req = new $OpenApi.OpenApiRequest({
|
|
9075
9008
|
query: openapi_util_1.default.query(query),
|
|
9076
|
-
body: tea_util_1.default.toMap(request),
|
|
9077
9009
|
});
|
|
9078
9010
|
let params = new $OpenApi.Params({
|
|
9079
9011
|
action: "ReplaceBandwidthPackage",
|
|
@@ -9083,7 +9015,7 @@ class Client extends openapi_client_1.default {
|
|
|
9083
9015
|
method: "POST",
|
|
9084
9016
|
authType: "AK",
|
|
9085
9017
|
style: "RPC",
|
|
9086
|
-
reqBodyType: "
|
|
9018
|
+
reqBodyType: "formData",
|
|
9087
9019
|
bodyType: "json",
|
|
9088
9020
|
});
|
|
9089
9021
|
return $tea.cast(await this.callApi(params, req, runtime), new ReplaceBandwidthPackageResponse({}));
|
|
@@ -9105,7 +9037,6 @@ class Client extends openapi_client_1.default {
|
|
|
9105
9037
|
query["Spec"] = request.spec;
|
|
9106
9038
|
let req = new $OpenApi.OpenApiRequest({
|
|
9107
9039
|
query: openapi_util_1.default.query(query),
|
|
9108
|
-
body: tea_util_1.default.toMap(request),
|
|
9109
9040
|
});
|
|
9110
9041
|
let params = new $OpenApi.Params({
|
|
9111
9042
|
action: "UpdateAccelerator",
|
|
@@ -9115,7 +9046,7 @@ class Client extends openapi_client_1.default {
|
|
|
9115
9046
|
method: "POST",
|
|
9116
9047
|
authType: "AK",
|
|
9117
9048
|
style: "RPC",
|
|
9118
|
-
reqBodyType: "
|
|
9049
|
+
reqBodyType: "formData",
|
|
9119
9050
|
bodyType: "json",
|
|
9120
9051
|
});
|
|
9121
9052
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateAcceleratorResponse({}));
|
|
@@ -9136,7 +9067,6 @@ class Client extends openapi_client_1.default {
|
|
|
9136
9067
|
query["RenewalStatus"] = request.renewalStatus;
|
|
9137
9068
|
let req = new $OpenApi.OpenApiRequest({
|
|
9138
9069
|
query: openapi_util_1.default.query(query),
|
|
9139
|
-
body: tea_util_1.default.toMap(request),
|
|
9140
9070
|
});
|
|
9141
9071
|
let params = new $OpenApi.Params({
|
|
9142
9072
|
action: "UpdateAcceleratorAutoRenewAttribute",
|
|
@@ -9146,7 +9076,7 @@ class Client extends openapi_client_1.default {
|
|
|
9146
9076
|
method: "POST",
|
|
9147
9077
|
authType: "AK",
|
|
9148
9078
|
style: "RPC",
|
|
9149
|
-
reqBodyType: "
|
|
9079
|
+
reqBodyType: "formData",
|
|
9150
9080
|
bodyType: "json",
|
|
9151
9081
|
});
|
|
9152
9082
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateAcceleratorAutoRenewAttributeResponse({}));
|
|
@@ -9162,7 +9092,6 @@ class Client extends openapi_client_1.default {
|
|
|
9162
9092
|
query["RegionId"] = request.regionId;
|
|
9163
9093
|
let req = new $OpenApi.OpenApiRequest({
|
|
9164
9094
|
query: openapi_util_1.default.query(query),
|
|
9165
|
-
body: tea_util_1.default.toMap(request),
|
|
9166
9095
|
});
|
|
9167
9096
|
let params = new $OpenApi.Params({
|
|
9168
9097
|
action: "UpdateAcceleratorConfirm",
|
|
@@ -9172,7 +9101,7 @@ class Client extends openapi_client_1.default {
|
|
|
9172
9101
|
method: "POST",
|
|
9173
9102
|
authType: "AK",
|
|
9174
9103
|
style: "RPC",
|
|
9175
|
-
reqBodyType: "
|
|
9104
|
+
reqBodyType: "formData",
|
|
9176
9105
|
bodyType: "json",
|
|
9177
9106
|
});
|
|
9178
9107
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateAcceleratorConfirmResponse({}));
|
|
@@ -9191,7 +9120,6 @@ class Client extends openapi_client_1.default {
|
|
|
9191
9120
|
query["RegionId"] = request.regionId;
|
|
9192
9121
|
let req = new $OpenApi.OpenApiRequest({
|
|
9193
9122
|
query: openapi_util_1.default.query(query),
|
|
9194
|
-
body: tea_util_1.default.toMap(request),
|
|
9195
9123
|
});
|
|
9196
9124
|
let params = new $OpenApi.Params({
|
|
9197
9125
|
action: "UpdateAclAttribute",
|
|
@@ -9201,7 +9129,7 @@ class Client extends openapi_client_1.default {
|
|
|
9201
9129
|
method: "POST",
|
|
9202
9130
|
authType: "AK",
|
|
9203
9131
|
style: "RPC",
|
|
9204
|
-
reqBodyType: "
|
|
9132
|
+
reqBodyType: "formData",
|
|
9205
9133
|
bodyType: "json",
|
|
9206
9134
|
});
|
|
9207
9135
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateAclAttributeResponse({}));
|
|
@@ -9223,7 +9151,6 @@ class Client extends openapi_client_1.default {
|
|
|
9223
9151
|
query["RegionId"] = request.regionId;
|
|
9224
9152
|
let req = new $OpenApi.OpenApiRequest({
|
|
9225
9153
|
query: openapi_util_1.default.query(query),
|
|
9226
|
-
body: tea_util_1.default.toMap(request),
|
|
9227
9154
|
});
|
|
9228
9155
|
let params = new $OpenApi.Params({
|
|
9229
9156
|
action: "UpdateBandwidthPackage",
|
|
@@ -9233,7 +9160,7 @@ class Client extends openapi_client_1.default {
|
|
|
9233
9160
|
method: "POST",
|
|
9234
9161
|
authType: "AK",
|
|
9235
9162
|
style: "RPC",
|
|
9236
|
-
reqBodyType: "
|
|
9163
|
+
reqBodyType: "formData",
|
|
9237
9164
|
bodyType: "json",
|
|
9238
9165
|
});
|
|
9239
9166
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateBandwidthPackageResponse({}));
|
|
@@ -9252,7 +9179,6 @@ class Client extends openapi_client_1.default {
|
|
|
9252
9179
|
query["RegionId"] = request.regionId;
|
|
9253
9180
|
let req = new $OpenApi.OpenApiRequest({
|
|
9254
9181
|
query: openapi_util_1.default.query(query),
|
|
9255
|
-
body: tea_util_1.default.toMap(request),
|
|
9256
9182
|
});
|
|
9257
9183
|
let params = new $OpenApi.Params({
|
|
9258
9184
|
action: "UpdateBasicAccelerator",
|
|
@@ -9262,7 +9188,7 @@ class Client extends openapi_client_1.default {
|
|
|
9262
9188
|
method: "POST",
|
|
9263
9189
|
authType: "AK",
|
|
9264
9190
|
style: "RPC",
|
|
9265
|
-
reqBodyType: "
|
|
9191
|
+
reqBodyType: "formData",
|
|
9266
9192
|
bodyType: "json",
|
|
9267
9193
|
});
|
|
9268
9194
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateBasicAcceleratorResponse({}));
|
|
@@ -9283,7 +9209,6 @@ class Client extends openapi_client_1.default {
|
|
|
9283
9209
|
query["RegionId"] = request.regionId;
|
|
9284
9210
|
let req = new $OpenApi.OpenApiRequest({
|
|
9285
9211
|
query: openapi_util_1.default.query(query),
|
|
9286
|
-
body: tea_util_1.default.toMap(request),
|
|
9287
9212
|
});
|
|
9288
9213
|
let params = new $OpenApi.Params({
|
|
9289
9214
|
action: "UpdateBasicEndpointGroup",
|
|
@@ -9293,7 +9218,7 @@ class Client extends openapi_client_1.default {
|
|
|
9293
9218
|
method: "POST",
|
|
9294
9219
|
authType: "AK",
|
|
9295
9220
|
style: "RPC",
|
|
9296
|
-
reqBodyType: "
|
|
9221
|
+
reqBodyType: "formData",
|
|
9297
9222
|
bodyType: "json",
|
|
9298
9223
|
});
|
|
9299
9224
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateBasicEndpointGroupResponse({}));
|
|
@@ -9323,7 +9248,6 @@ class Client extends openapi_client_1.default {
|
|
|
9323
9248
|
query["TrafficPercentage"] = request.trafficPercentage;
|
|
9324
9249
|
let req = new $OpenApi.OpenApiRequest({
|
|
9325
9250
|
query: openapi_util_1.default.query(query),
|
|
9326
|
-
body: tea_util_1.default.toMap(request),
|
|
9327
9251
|
});
|
|
9328
9252
|
let params = new $OpenApi.Params({
|
|
9329
9253
|
action: "UpdateEndpointGroup",
|
|
@@ -9333,7 +9257,7 @@ class Client extends openapi_client_1.default {
|
|
|
9333
9257
|
method: "POST",
|
|
9334
9258
|
authType: "AK",
|
|
9335
9259
|
style: "RPC",
|
|
9336
|
-
reqBodyType: "
|
|
9260
|
+
reqBodyType: "formData",
|
|
9337
9261
|
bodyType: "json",
|
|
9338
9262
|
});
|
|
9339
9263
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateEndpointGroupResponse({}));
|
|
@@ -9352,7 +9276,6 @@ class Client extends openapi_client_1.default {
|
|
|
9352
9276
|
query["RegionId"] = request.regionId;
|
|
9353
9277
|
let req = new $OpenApi.OpenApiRequest({
|
|
9354
9278
|
query: openapi_util_1.default.query(query),
|
|
9355
|
-
body: tea_util_1.default.toMap(request),
|
|
9356
9279
|
});
|
|
9357
9280
|
let params = new $OpenApi.Params({
|
|
9358
9281
|
action: "UpdateEndpointGroupAttribute",
|
|
@@ -9362,7 +9285,7 @@ class Client extends openapi_client_1.default {
|
|
|
9362
9285
|
method: "POST",
|
|
9363
9286
|
authType: "AK",
|
|
9364
9287
|
style: "RPC",
|
|
9365
|
-
reqBodyType: "
|
|
9288
|
+
reqBodyType: "formData",
|
|
9366
9289
|
bodyType: "json",
|
|
9367
9290
|
});
|
|
9368
9291
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateEndpointGroupAttributeResponse({}));
|
|
@@ -9381,7 +9304,6 @@ class Client extends openapi_client_1.default {
|
|
|
9381
9304
|
query["RegionId"] = request.regionId;
|
|
9382
9305
|
let req = new $OpenApi.OpenApiRequest({
|
|
9383
9306
|
query: openapi_util_1.default.query(query),
|
|
9384
|
-
body: tea_util_1.default.toMap(request),
|
|
9385
9307
|
});
|
|
9386
9308
|
let params = new $OpenApi.Params({
|
|
9387
9309
|
action: "UpdateEndpointGroups",
|
|
@@ -9391,7 +9313,7 @@ class Client extends openapi_client_1.default {
|
|
|
9391
9313
|
method: "POST",
|
|
9392
9314
|
authType: "AK",
|
|
9393
9315
|
style: "RPC",
|
|
9394
|
-
reqBodyType: "
|
|
9316
|
+
reqBodyType: "formData",
|
|
9395
9317
|
bodyType: "json",
|
|
9396
9318
|
});
|
|
9397
9319
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateEndpointGroupsResponse({}));
|
|
@@ -9410,7 +9332,6 @@ class Client extends openapi_client_1.default {
|
|
|
9410
9332
|
query["RegionId"] = request.regionId;
|
|
9411
9333
|
let req = new $OpenApi.OpenApiRequest({
|
|
9412
9334
|
query: openapi_util_1.default.query(query),
|
|
9413
|
-
body: tea_util_1.default.toMap(request),
|
|
9414
9335
|
});
|
|
9415
9336
|
let params = new $OpenApi.Params({
|
|
9416
9337
|
action: "UpdateForwardingRules",
|
|
@@ -9420,7 +9341,7 @@ class Client extends openapi_client_1.default {
|
|
|
9420
9341
|
method: "POST",
|
|
9421
9342
|
authType: "AK",
|
|
9422
9343
|
style: "RPC",
|
|
9423
|
-
reqBodyType: "
|
|
9344
|
+
reqBodyType: "formData",
|
|
9424
9345
|
bodyType: "json",
|
|
9425
9346
|
});
|
|
9426
9347
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateForwardingRulesResponse({}));
|
|
@@ -9438,7 +9359,6 @@ class Client extends openapi_client_1.default {
|
|
|
9438
9359
|
query["RegionId"] = request.regionId;
|
|
9439
9360
|
let req = new $OpenApi.OpenApiRequest({
|
|
9440
9361
|
query: openapi_util_1.default.query(query),
|
|
9441
|
-
body: tea_util_1.default.toMap(request),
|
|
9442
9362
|
});
|
|
9443
9363
|
let params = new $OpenApi.Params({
|
|
9444
9364
|
action: "UpdateIpSet",
|
|
@@ -9448,7 +9368,7 @@ class Client extends openapi_client_1.default {
|
|
|
9448
9368
|
method: "POST",
|
|
9449
9369
|
authType: "AK",
|
|
9450
9370
|
style: "RPC",
|
|
9451
|
-
reqBodyType: "
|
|
9371
|
+
reqBodyType: "formData",
|
|
9452
9372
|
bodyType: "json",
|
|
9453
9373
|
});
|
|
9454
9374
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateIpSetResponse({}));
|
|
@@ -9464,7 +9384,6 @@ class Client extends openapi_client_1.default {
|
|
|
9464
9384
|
query["RegionId"] = request.regionId;
|
|
9465
9385
|
let req = new $OpenApi.OpenApiRequest({
|
|
9466
9386
|
query: openapi_util_1.default.query(query),
|
|
9467
|
-
body: tea_util_1.default.toMap(request),
|
|
9468
9387
|
});
|
|
9469
9388
|
let params = new $OpenApi.Params({
|
|
9470
9389
|
action: "UpdateIpSets",
|
|
@@ -9474,7 +9393,7 @@ class Client extends openapi_client_1.default {
|
|
|
9474
9393
|
method: "POST",
|
|
9475
9394
|
authType: "AK",
|
|
9476
9395
|
style: "RPC",
|
|
9477
|
-
reqBodyType: "
|
|
9396
|
+
reqBodyType: "formData",
|
|
9478
9397
|
bodyType: "json",
|
|
9479
9398
|
});
|
|
9480
9399
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateIpSetsResponse({}));
|
|
@@ -9501,7 +9420,6 @@ class Client extends openapi_client_1.default {
|
|
|
9501
9420
|
query["XForwardedForConfig"] = request.XForwardedForConfig;
|
|
9502
9421
|
let req = new $OpenApi.OpenApiRequest({
|
|
9503
9422
|
query: openapi_util_1.default.query(query),
|
|
9504
|
-
body: tea_util_1.default.toMap(request),
|
|
9505
9423
|
});
|
|
9506
9424
|
let params = new $OpenApi.Params({
|
|
9507
9425
|
action: "UpdateListener",
|
|
@@ -9511,7 +9429,7 @@ class Client extends openapi_client_1.default {
|
|
|
9511
9429
|
method: "POST",
|
|
9512
9430
|
authType: "AK",
|
|
9513
9431
|
style: "RPC",
|
|
9514
|
-
reqBodyType: "
|
|
9432
|
+
reqBodyType: "formData",
|
|
9515
9433
|
bodyType: "json",
|
|
9516
9434
|
});
|
|
9517
9435
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateListenerResponse({}));
|