@alicloud/ga20191120 2.1.1 → 2.1.2

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
@@ -7691,6 +7691,33 @@ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortO
7691
7691
  [key: string]: any;
7692
7692
  });
7693
7693
  }
7694
+ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsSystemTag extends $tea.Model {
7695
+ key?: string;
7696
+ scope?: string;
7697
+ value?: string;
7698
+ static names(): {
7699
+ [key: string]: string;
7700
+ };
7701
+ static types(): {
7702
+ [key: string]: any;
7703
+ };
7704
+ constructor(map?: {
7705
+ [key: string]: any;
7706
+ });
7707
+ }
7708
+ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsTag extends $tea.Model {
7709
+ key?: string;
7710
+ value?: string;
7711
+ static names(): {
7712
+ [key: string]: string;
7713
+ };
7714
+ static types(): {
7715
+ [key: string]: any;
7716
+ };
7717
+ constructor(map?: {
7718
+ [key: string]: any;
7719
+ });
7720
+ }
7694
7721
  export declare class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
7695
7722
  enableClientIPPreservationProxyProtocol?: boolean;
7696
7723
  enableClientIPPreservationToa?: boolean;
@@ -7706,6 +7733,8 @@ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurations exte
7706
7733
  healthCheckPort?: number;
7707
7734
  healthCheckProtocol?: string;
7708
7735
  portOverrides?: CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides[];
7736
+ systemTag?: CreateEndpointGroupsRequestEndpointGroupConfigurationsSystemTag[];
7737
+ tag?: CreateEndpointGroupsRequestEndpointGroupConfigurationsTag[];
7709
7738
  thresholdCount?: number;
7710
7739
  trafficPercentage?: number;
7711
7740
  static names(): {
@@ -7939,6 +7968,7 @@ export declare class CreateListenerRequestCustomRoutingEndpointGroupConfiguratio
7939
7968
  }
7940
7969
  export declare class CreateListenerRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
7941
7970
  endpoint?: string;
7971
+ subAddress?: string;
7942
7972
  type?: string;
7943
7973
  weight?: number;
7944
7974
  static names(): {
@@ -12363,8 +12393,7 @@ export default class Client extends OpenApi {
12363
12393
  * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
12364
12394
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you cannot change the mode of the instance to managed mode.
12365
12395
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you can obtain all operation permissions on the instance.
12366
- * **
12367
- * **Warning** If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.
12396
+ * <warning>If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.></warning>
12368
12397
  *
12369
12398
  * @param request UpdateServiceManagedControlRequest
12370
12399
  * @param runtime runtime options for this request RuntimeOptions
@@ -12375,8 +12404,7 @@ export default class Client extends OpenApi {
12375
12404
  * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
12376
12405
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you cannot change the mode of the instance to managed mode.
12377
12406
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you can obtain all operation permissions on the instance.
12378
- * **
12379
- * **Warning** If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.
12407
+ * <warning>If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.></warning>
12380
12408
  *
12381
12409
  * @param request UpdateServiceManagedControlRequest
12382
12410
  * @return UpdateServiceManagedControlResponse
package/dist/client.js CHANGED
@@ -10809,6 +10809,44 @@ class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extend
10809
10809
  }
10810
10810
  }
10811
10811
  exports.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides = CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides;
10812
+ class CreateEndpointGroupsRequestEndpointGroupConfigurationsSystemTag extends $tea.Model {
10813
+ constructor(map) {
10814
+ super(map);
10815
+ }
10816
+ static names() {
10817
+ return {
10818
+ key: 'Key',
10819
+ scope: 'Scope',
10820
+ value: 'Value',
10821
+ };
10822
+ }
10823
+ static types() {
10824
+ return {
10825
+ key: 'string',
10826
+ scope: 'string',
10827
+ value: 'string',
10828
+ };
10829
+ }
10830
+ }
10831
+ exports.CreateEndpointGroupsRequestEndpointGroupConfigurationsSystemTag = CreateEndpointGroupsRequestEndpointGroupConfigurationsSystemTag;
10832
+ class CreateEndpointGroupsRequestEndpointGroupConfigurationsTag extends $tea.Model {
10833
+ constructor(map) {
10834
+ super(map);
10835
+ }
10836
+ static names() {
10837
+ return {
10838
+ key: 'Key',
10839
+ value: 'Value',
10840
+ };
10841
+ }
10842
+ static types() {
10843
+ return {
10844
+ key: 'string',
10845
+ value: 'string',
10846
+ };
10847
+ }
10848
+ }
10849
+ exports.CreateEndpointGroupsRequestEndpointGroupConfigurationsTag = CreateEndpointGroupsRequestEndpointGroupConfigurationsTag;
10812
10850
  class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
10813
10851
  constructor(map) {
10814
10852
  super(map);
@@ -10829,6 +10867,8 @@ class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model
10829
10867
  healthCheckPort: 'HealthCheckPort',
10830
10868
  healthCheckProtocol: 'HealthCheckProtocol',
10831
10869
  portOverrides: 'PortOverrides',
10870
+ systemTag: 'SystemTag',
10871
+ tag: 'Tag',
10832
10872
  thresholdCount: 'ThresholdCount',
10833
10873
  trafficPercentage: 'TrafficPercentage',
10834
10874
  };
@@ -10849,6 +10889,8 @@ class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model
10849
10889
  healthCheckPort: 'number',
10850
10890
  healthCheckProtocol: 'string',
10851
10891
  portOverrides: { 'type': 'array', 'itemType': CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides },
10892
+ systemTag: { 'type': 'array', 'itemType': CreateEndpointGroupsRequestEndpointGroupConfigurationsSystemTag },
10893
+ tag: { 'type': 'array', 'itemType': CreateEndpointGroupsRequestEndpointGroupConfigurationsTag },
10852
10894
  thresholdCount: 'number',
10853
10895
  trafficPercentage: 'number',
10854
10896
  };
@@ -11172,6 +11214,7 @@ class CreateListenerRequestEndpointGroupConfigurationsEndpointConfigurations ext
11172
11214
  static names() {
11173
11215
  return {
11174
11216
  endpoint: 'Endpoint',
11217
+ subAddress: 'SubAddress',
11175
11218
  type: 'Type',
11176
11219
  weight: 'Weight',
11177
11220
  };
@@ -11179,6 +11222,7 @@ class CreateListenerRequestEndpointGroupConfigurationsEndpointConfigurations ext
11179
11222
  static types() {
11180
11223
  return {
11181
11224
  endpoint: 'string',
11225
+ subAddress: 'string',
11182
11226
  type: 'string',
11183
11227
  weight: 'number',
11184
11228
  };
@@ -22258,8 +22302,7 @@ class Client extends openapi_client_1.default {
22258
22302
  * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
22259
22303
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you cannot change the mode of the instance to managed mode.
22260
22304
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you can obtain all operation permissions on the instance.
22261
- * **
22262
- * **Warning** If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.
22305
+ * <warning>If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.></warning>
22263
22306
  *
22264
22307
  * @param request UpdateServiceManagedControlRequest
22265
22308
  * @param runtime runtime options for this request RuntimeOptions
@@ -22303,8 +22346,7 @@ class Client extends openapi_client_1.default {
22303
22346
  * * This operation is applicable only to **managed** Global Accelerator (GA) instances.
22304
22347
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you cannot change the mode of the instance to managed mode.
22305
22348
  * * After you change the control mode of a GA instance from managed mode to unmanaged mode, you can obtain all operation permissions on the instance.
22306
- * **
22307
- * **Warning** If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.
22349
+ * <warning>If you change or delete a configuration of a GA instance whose control mode is changed from managed mode to unmanaged mode, the cloud services that depend on the instance may not work as expected. Proceed with caution.></warning>
22308
22350
  *
22309
22351
  * @param request UpdateServiceManagedControlRequest
22310
22352
  * @return UpdateServiceManagedControlResponse