@alicloud/apig20240327 1.0.1 → 1.0.3

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
@@ -752,6 +752,19 @@ export declare class ResourceStatistic extends $tea.Model {
752
752
  [key: string]: any;
753
753
  });
754
754
  }
755
+ export declare class RouteRulesConflictInfo extends $tea.Model {
756
+ conflicts?: RouteRulesConflictInfoConflicts[];
757
+ domainInfo?: RouteRulesConflictInfoDomainInfo;
758
+ static names(): {
759
+ [key: string]: string;
760
+ };
761
+ static types(): {
762
+ [key: string]: any;
763
+ };
764
+ constructor(map?: {
765
+ [key: string]: any;
766
+ });
767
+ }
755
768
  export declare class ServiceHealthCheck extends $tea.Model {
756
769
  /**
757
770
  * @example
@@ -2123,6 +2136,7 @@ export declare class GetHttpApiOperationResponse extends $tea.Model {
2123
2136
  });
2124
2137
  }
2125
2138
  export declare class ListDomainsRequest extends $tea.Model {
2139
+ gatewayId?: string;
2126
2140
  /**
2127
2141
  * @example
2128
2142
  * test
@@ -2514,6 +2528,7 @@ export declare class ListHttpApiOperationsRequest extends $tea.Model {
2514
2528
  * GET
2515
2529
  */
2516
2530
  method?: string;
2531
+ name?: string;
2517
2532
  /**
2518
2533
  * @example
2519
2534
  * GetUser
@@ -2593,6 +2608,7 @@ export declare class ListHttpApisRequest extends $tea.Model {
2593
2608
  * test-
2594
2609
  */
2595
2610
  keyword?: string;
2611
+ name?: string;
2596
2612
  /**
2597
2613
  * @example
2598
2614
  * 1
@@ -4213,6 +4229,114 @@ export declare class HttpRouteMatchQueryParams extends $tea.Model {
4213
4229
  [key: string]: any;
4214
4230
  });
4215
4231
  }
4232
+ export declare class RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo extends $tea.Model {
4233
+ name?: string;
4234
+ operationId?: string;
4235
+ static names(): {
4236
+ [key: string]: string;
4237
+ };
4238
+ static types(): {
4239
+ [key: string]: any;
4240
+ };
4241
+ constructor(map?: {
4242
+ [key: string]: any;
4243
+ });
4244
+ }
4245
+ export declare class RouteRulesConflictInfoConflictsDetailsConflictingMatch extends $tea.Model {
4246
+ match?: HttpRouteMatch;
4247
+ operationInfo?: RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo;
4248
+ static names(): {
4249
+ [key: string]: string;
4250
+ };
4251
+ static types(): {
4252
+ [key: string]: any;
4253
+ };
4254
+ constructor(map?: {
4255
+ [key: string]: any;
4256
+ });
4257
+ }
4258
+ export declare class RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo extends $tea.Model {
4259
+ name?: string;
4260
+ operationId?: string;
4261
+ static names(): {
4262
+ [key: string]: string;
4263
+ };
4264
+ static types(): {
4265
+ [key: string]: any;
4266
+ };
4267
+ constructor(map?: {
4268
+ [key: string]: any;
4269
+ });
4270
+ }
4271
+ export declare class RouteRulesConflictInfoConflictsDetailsDetectedMatch extends $tea.Model {
4272
+ match?: HttpRouteMatch;
4273
+ operationInfo?: RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo;
4274
+ static names(): {
4275
+ [key: string]: string;
4276
+ };
4277
+ static types(): {
4278
+ [key: string]: any;
4279
+ };
4280
+ constructor(map?: {
4281
+ [key: string]: any;
4282
+ });
4283
+ }
4284
+ export declare class RouteRulesConflictInfoConflictsDetails extends $tea.Model {
4285
+ conflictingMatch?: RouteRulesConflictInfoConflictsDetailsConflictingMatch;
4286
+ detectedMatch?: RouteRulesConflictInfoConflictsDetailsDetectedMatch;
4287
+ level?: string;
4288
+ static names(): {
4289
+ [key: string]: string;
4290
+ };
4291
+ static types(): {
4292
+ [key: string]: any;
4293
+ };
4294
+ constructor(map?: {
4295
+ [key: string]: any;
4296
+ });
4297
+ }
4298
+ export declare class RouteRulesConflictInfoConflictsEnvironmentInfo extends $tea.Model {
4299
+ environmentId?: string;
4300
+ name?: string;
4301
+ static names(): {
4302
+ [key: string]: string;
4303
+ };
4304
+ static types(): {
4305
+ [key: string]: any;
4306
+ };
4307
+ constructor(map?: {
4308
+ [key: string]: any;
4309
+ });
4310
+ }
4311
+ export declare class RouteRulesConflictInfoConflicts extends $tea.Model {
4312
+ details?: RouteRulesConflictInfoConflictsDetails[];
4313
+ environmentInfo?: RouteRulesConflictInfoConflictsEnvironmentInfo;
4314
+ resourceId?: string;
4315
+ resourceName?: string;
4316
+ resourceType?: string;
4317
+ static names(): {
4318
+ [key: string]: string;
4319
+ };
4320
+ static types(): {
4321
+ [key: string]: any;
4322
+ };
4323
+ constructor(map?: {
4324
+ [key: string]: any;
4325
+ });
4326
+ }
4327
+ export declare class RouteRulesConflictInfoDomainInfo extends $tea.Model {
4328
+ domainId?: string;
4329
+ name?: string;
4330
+ static names(): {
4331
+ [key: string]: string;
4332
+ };
4333
+ static types(): {
4334
+ [key: string]: any;
4335
+ };
4336
+ constructor(map?: {
4337
+ [key: string]: any;
4338
+ });
4339
+ }
4216
4340
  export declare class CreateDomainResponseBodyData extends $tea.Model {
4217
4341
  /**
4218
4342
  * @example
package/dist/client.js CHANGED
@@ -26,11 +26,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.CreateGatewayServiceRequest = exports.CreateGatewayRouteResponse = exports.CreateGatewayRouteResponseBody = exports.CreateGatewayRouteRequest = exports.CreateEnvironmentResponse = exports.CreateEnvironmentResponseBody = exports.CreateEnvironmentRequest = exports.CreateDomainResponse = exports.CreateDomainResponseBody = exports.CreateDomainRequest = exports.AddGatewaySecurityGroupRuleResponse = exports.AddGatewaySecurityGroupRuleResponseBody = exports.AddGatewaySecurityGroupRuleRequest = exports.SubDomainInfo = exports.SslCertMetaInfo = exports.ServiceLinkedRole = exports.ServiceHealthCheck = exports.ResourceStatistic = exports.PolicyInfo = exports.PolicyDetailInfo = exports.PolicyClassInfo = exports.HttpRouteMatch = exports.HttpDubboTranscoder = exports.HttpApiVersionInfo = exports.HttpApiVersionConfig = exports.HttpApiResponseContract = exports.HttpApiRequestContract = exports.HttpApiPublishRevisionInfo = exports.HttpApiParameter = exports.HttpApiOperationInfo = exports.HttpApiOperation = exports.HttpApiMockContract = exports.HttpApiInfoByName = exports.HttpApiDomainInfo = exports.HttpApiBackendMatchConditions = exports.HttpApiBackendMatchCondition = exports.HttpApiApiInfo = exports.GatewayServiceSource = exports.GatewayService = exports.GatewayRouteDomainInfo = exports.GatewayRouteDomainConfig = exports.GatewayRouteBackendConfig = exports.GatewayRouteBackend = exports.GatewayLogConfig = exports.GatewayInfo = exports.EnvironmentInfo = exports.DomainInfo = exports.DashboardFilter = exports.CheckServiceLinkedRoleResult = exports.Attachment = void 0;
30
- exports.ListEnvironmentsRequest = exports.ListDomainsResponse = exports.ListDomainsResponseBody = exports.ListDomainsRequest = exports.GetHttpApiOperationResponse = exports.GetHttpApiOperationResponseBody = exports.GetHttpApiResponse = exports.GetHttpApiResponseBody = exports.GetGatewayServiceResponse = exports.GetGatewayServiceResponseBody = exports.GetGatewayRouteResponse = exports.GetGatewayRouteResponseBody = exports.GetGatewayResponse = exports.GetGatewayResponseBody = exports.GetEnvironmentResponse = exports.GetEnvironmentResponseBody = exports.GetDomainResponse = exports.GetDomainResponseBody = exports.DeleteServiceSourceResponse = exports.DeleteServiceSourceResponseBody = exports.DeleteHttpApiOperationResponse = exports.DeleteHttpApiOperationResponseBody = exports.DeleteHttpApiResponse = exports.DeleteHttpApiResponseBody = exports.DeleteGatewayServiceVersionResponse = exports.DeleteGatewayServiceVersionResponseBody = exports.DeleteGatewayServiceResponse = exports.DeleteGatewayServiceResponseBody = exports.DeleteGatewayRouteResponse = exports.DeleteGatewayRouteResponseBody = exports.DeleteGatewayResponse = exports.DeleteGatewayResponseBody = exports.DeleteEnvironmentResponse = exports.DeleteEnvironmentResponseBody = exports.DeleteDomainResponse = exports.DeleteDomainResponseBody = exports.CreateServiceSourceResponse = exports.CreateServiceSourceResponseBody = exports.CreateServiceSourceRequest = exports.CreateHttpApiOperationResponse = exports.CreateHttpApiOperationResponseBody = exports.CreateHttpApiOperationRequest = exports.CreateHttpApiResponse = exports.CreateHttpApiResponseBody = exports.CreateHttpApiRequest = exports.CreateGatewayServiceVersionResponse = exports.CreateGatewayServiceVersionResponseBody = exports.CreateGatewayServiceVersionRequest = exports.CreateGatewayServiceResponse = exports.CreateGatewayServiceResponseBody = void 0;
31
- exports.UpdateServiceSourceResponseBody = exports.UpdateServiceSourceRequest = exports.UpdateHttpApiOperationResponse = exports.UpdateHttpApiOperationResponseBody = exports.UpdateHttpApiOperationRequest = exports.UpdateHttpApiResponse = exports.UpdateHttpApiResponseBody = exports.UpdateHttpApiRequest = exports.UpdateGatewayServiceVersionResponse = exports.UpdateGatewayServiceVersionResponseBody = exports.UpdateGatewayServiceVersionRequest = exports.UpdateGatewayServiceResponse = exports.UpdateGatewayServiceResponseBody = exports.UpdateGatewayServiceRequest = exports.UpdateGatewayRouteResponse = exports.UpdateGatewayRouteResponseBody = exports.UpdateGatewayRouteRequest = exports.UpdateEnvironmentResponse = exports.UpdateEnvironmentResponseBody = exports.UpdateEnvironmentRequest = exports.UpdateDomainResponse = exports.UpdateDomainResponseBody = exports.UpdateDomainRequest = exports.PublishHttpApiResponse = exports.PublishHttpApiResponseBody = exports.PublishHttpApiRequest = exports.PublishGatewayRouteResponse = exports.PublishGatewayRouteResponseBody = exports.OfflineHttpApiResponse = exports.OfflineHttpApiResponseBody = exports.OfflineHttpApiRequest = exports.OfflineGatewayRouteResponse = exports.OfflineGatewayRouteResponseBody = exports.ListHttpApisResponse = exports.ListHttpApisResponseBody = exports.ListHttpApisRequest = exports.ListHttpApiOperationsResponse = exports.ListHttpApiOperationsResponseBody = exports.ListHttpApiOperationsRequest = exports.ListGatewaysResponse = exports.ListGatewaysResponseBody = exports.ListGatewaysRequest = exports.ListGatewayServicesResponse = exports.ListGatewayServicesResponseBody = exports.ListGatewayServicesRequest = exports.ListGatewayRoutesResponse = exports.ListGatewayRoutesResponseBody = exports.ListGatewayRoutesRequest = exports.ListEnvironmentsResponse = exports.ListEnvironmentsResponseBody = void 0;
32
- exports.GetGatewayResponseBodyDataEnvironments = exports.GetEnvironmentResponseBodyData = exports.GetDomainResponseBodyData = exports.CreateServiceSourceResponseBodyData = exports.CreateServiceSourceRequestNacosServiceSourceConfig = exports.CreateServiceSourceRequestK8sServiceSourceConfig = exports.CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig = exports.CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules = exports.CreateHttpApiOperationResponseBodyData = exports.CreateHttpApiOperationResponseBodyDataOperations = exports.CreateHttpApiResponseBodyData = exports.CreateGatewayServiceVersionRequestLabels = exports.CreateGatewayServiceResponseBodyData = exports.CreateGatewayServiceRequestGatewayServiceConfigs = exports.CreateGatewayRouteResponseBodyData = exports.CreateEnvironmentResponseBodyData = exports.CreateDomainResponseBodyData = exports.HttpRouteMatchQueryParams = exports.HttpRouteMatchPath = exports.HttpRouteMatchHeaders = exports.HttpDubboTranscoderMothedMapList = exports.HttpDubboTranscoderMothedMapListParamMapsList = exports.HttpApiResponseContractItems = exports.HttpApiRequestContractBody = exports.HttpApiPublishRevisionInfoVipConfigs = exports.HttpApiPublishRevisionInfoServiceConfigs = exports.HttpApiPublishRevisionInfoEnvironmentInfo = exports.HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo = exports.HttpApiPublishRevisionInfoDnsConfigs = exports.HttpApiPublishRevisionInfoCloudProductConfig = exports.HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs = exports.HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs = exports.HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs = exports.HttpApiApiInfoEnvironments = exports.HttpApiApiInfoEnvironmentsVipConfigs = exports.HttpApiApiInfoEnvironmentsServiceConfigs = exports.HttpApiApiInfoEnvironmentsDnsConfigs = exports.HttpApiApiInfoEnvironmentsCloudProductConfig = exports.HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs = exports.HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs = exports.HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs = exports.GatewayServiceSourceNacosServiceSourceInfo = exports.GatewayServiceSourceK8sServiceSourceInfo = exports.GatewayServiceSourceK8sServiceSourceInfoIngressConfig = exports.GatewayServicePorts = exports.GatewayRouteDomainInfoDomains = exports.GatewayRouteBackendConfigServices = exports.GatewayRouteBackendServices = exports.GatewayLogConfigSlsConfig = exports.UpdateServiceSourceResponse = void 0;
33
- exports.UpdateServiceSourceRequestK8sServiceSourceConfig = exports.UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig = exports.UpdateGatewayServiceVersionRequestLabels = exports.PublishHttpApiRequestEnvironment = exports.PublishHttpApiRequestEnvironmentVipConfigs = exports.PublishHttpApiRequestEnvironmentServiceConfigs = exports.PublishHttpApiRequestEnvironmentDnsConfigs = exports.PublishHttpApiRequestEnvironmentCloudProductConfig = exports.PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs = exports.PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs = exports.PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs = exports.ListHttpApisResponseBodyData = exports.ListHttpApiOperationsResponseBodyData = exports.ListGatewaysResponseBodyData = exports.ListGatewaysResponseBodyDataItems = exports.ListGatewaysResponseBodyDataItemsLoadBalancers = exports.ListGatewaysResponseBodyDataItemsLoadBalancersPorts = exports.ListGatewayServicesResponseBodyData = exports.ListGatewayRoutesResponseBodyData = exports.ListGatewayRoutesResponseBodyDataItems = exports.ListEnvironmentsResponseBodyData = exports.ListDomainsResponseBodyData = exports.GetGatewayRouteResponseBodyData = exports.GetGatewayResponseBodyData = exports.GetGatewayResponseBodyDataZones = exports.GetGatewayResponseBodyDataZonesVSwitch = exports.GetGatewayResponseBodyDataVpc = exports.GetGatewayResponseBodyDataVSwitch = exports.GetGatewayResponseBodyDataSecurityGroup = exports.GetGatewayResponseBodyDataLoadBalancers = exports.GetGatewayResponseBodyDataLoadBalancersPorts = void 0;
29
+ exports.CreateGatewayRouteResponse = exports.CreateGatewayRouteResponseBody = exports.CreateGatewayRouteRequest = exports.CreateEnvironmentResponse = exports.CreateEnvironmentResponseBody = exports.CreateEnvironmentRequest = exports.CreateDomainResponse = exports.CreateDomainResponseBody = exports.CreateDomainRequest = exports.AddGatewaySecurityGroupRuleResponse = exports.AddGatewaySecurityGroupRuleResponseBody = exports.AddGatewaySecurityGroupRuleRequest = exports.SubDomainInfo = exports.SslCertMetaInfo = exports.ServiceLinkedRole = exports.ServiceHealthCheck = exports.RouteRulesConflictInfo = exports.ResourceStatistic = exports.PolicyInfo = exports.PolicyDetailInfo = exports.PolicyClassInfo = exports.HttpRouteMatch = exports.HttpDubboTranscoder = exports.HttpApiVersionInfo = exports.HttpApiVersionConfig = exports.HttpApiResponseContract = exports.HttpApiRequestContract = exports.HttpApiPublishRevisionInfo = exports.HttpApiParameter = exports.HttpApiOperationInfo = exports.HttpApiOperation = exports.HttpApiMockContract = exports.HttpApiInfoByName = exports.HttpApiDomainInfo = exports.HttpApiBackendMatchConditions = exports.HttpApiBackendMatchCondition = exports.HttpApiApiInfo = exports.GatewayServiceSource = exports.GatewayService = exports.GatewayRouteDomainInfo = exports.GatewayRouteDomainConfig = exports.GatewayRouteBackendConfig = exports.GatewayRouteBackend = exports.GatewayLogConfig = exports.GatewayInfo = exports.EnvironmentInfo = exports.DomainInfo = exports.DashboardFilter = exports.CheckServiceLinkedRoleResult = exports.Attachment = void 0;
30
+ exports.ListDomainsResponse = exports.ListDomainsResponseBody = exports.ListDomainsRequest = exports.GetHttpApiOperationResponse = exports.GetHttpApiOperationResponseBody = exports.GetHttpApiResponse = exports.GetHttpApiResponseBody = exports.GetGatewayServiceResponse = exports.GetGatewayServiceResponseBody = exports.GetGatewayRouteResponse = exports.GetGatewayRouteResponseBody = exports.GetGatewayResponse = exports.GetGatewayResponseBody = exports.GetEnvironmentResponse = exports.GetEnvironmentResponseBody = exports.GetDomainResponse = exports.GetDomainResponseBody = exports.DeleteServiceSourceResponse = exports.DeleteServiceSourceResponseBody = exports.DeleteHttpApiOperationResponse = exports.DeleteHttpApiOperationResponseBody = exports.DeleteHttpApiResponse = exports.DeleteHttpApiResponseBody = exports.DeleteGatewayServiceVersionResponse = exports.DeleteGatewayServiceVersionResponseBody = exports.DeleteGatewayServiceResponse = exports.DeleteGatewayServiceResponseBody = exports.DeleteGatewayRouteResponse = exports.DeleteGatewayRouteResponseBody = exports.DeleteGatewayResponse = exports.DeleteGatewayResponseBody = exports.DeleteEnvironmentResponse = exports.DeleteEnvironmentResponseBody = exports.DeleteDomainResponse = exports.DeleteDomainResponseBody = exports.CreateServiceSourceResponse = exports.CreateServiceSourceResponseBody = exports.CreateServiceSourceRequest = exports.CreateHttpApiOperationResponse = exports.CreateHttpApiOperationResponseBody = exports.CreateHttpApiOperationRequest = exports.CreateHttpApiResponse = exports.CreateHttpApiResponseBody = exports.CreateHttpApiRequest = exports.CreateGatewayServiceVersionResponse = exports.CreateGatewayServiceVersionResponseBody = exports.CreateGatewayServiceVersionRequest = exports.CreateGatewayServiceResponse = exports.CreateGatewayServiceResponseBody = exports.CreateGatewayServiceRequest = void 0;
31
+ exports.UpdateServiceSourceRequest = exports.UpdateHttpApiOperationResponse = exports.UpdateHttpApiOperationResponseBody = exports.UpdateHttpApiOperationRequest = exports.UpdateHttpApiResponse = exports.UpdateHttpApiResponseBody = exports.UpdateHttpApiRequest = exports.UpdateGatewayServiceVersionResponse = exports.UpdateGatewayServiceVersionResponseBody = exports.UpdateGatewayServiceVersionRequest = exports.UpdateGatewayServiceResponse = exports.UpdateGatewayServiceResponseBody = exports.UpdateGatewayServiceRequest = exports.UpdateGatewayRouteResponse = exports.UpdateGatewayRouteResponseBody = exports.UpdateGatewayRouteRequest = exports.UpdateEnvironmentResponse = exports.UpdateEnvironmentResponseBody = exports.UpdateEnvironmentRequest = exports.UpdateDomainResponse = exports.UpdateDomainResponseBody = exports.UpdateDomainRequest = exports.PublishHttpApiResponse = exports.PublishHttpApiResponseBody = exports.PublishHttpApiRequest = exports.PublishGatewayRouteResponse = exports.PublishGatewayRouteResponseBody = exports.OfflineHttpApiResponse = exports.OfflineHttpApiResponseBody = exports.OfflineHttpApiRequest = exports.OfflineGatewayRouteResponse = exports.OfflineGatewayRouteResponseBody = exports.ListHttpApisResponse = exports.ListHttpApisResponseBody = exports.ListHttpApisRequest = exports.ListHttpApiOperationsResponse = exports.ListHttpApiOperationsResponseBody = exports.ListHttpApiOperationsRequest = exports.ListGatewaysResponse = exports.ListGatewaysResponseBody = exports.ListGatewaysRequest = exports.ListGatewayServicesResponse = exports.ListGatewayServicesResponseBody = exports.ListGatewayServicesRequest = exports.ListGatewayRoutesResponse = exports.ListGatewayRoutesResponseBody = exports.ListGatewayRoutesRequest = exports.ListEnvironmentsResponse = exports.ListEnvironmentsResponseBody = exports.ListEnvironmentsRequest = void 0;
32
+ exports.CreateHttpApiOperationResponseBodyDataOperations = exports.CreateHttpApiResponseBodyData = exports.CreateGatewayServiceVersionRequestLabels = exports.CreateGatewayServiceResponseBodyData = exports.CreateGatewayServiceRequestGatewayServiceConfigs = exports.CreateGatewayRouteResponseBodyData = exports.CreateEnvironmentResponseBodyData = exports.CreateDomainResponseBodyData = exports.RouteRulesConflictInfoDomainInfo = exports.RouteRulesConflictInfoConflicts = exports.RouteRulesConflictInfoConflictsEnvironmentInfo = exports.RouteRulesConflictInfoConflictsDetails = exports.RouteRulesConflictInfoConflictsDetailsDetectedMatch = exports.RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo = exports.RouteRulesConflictInfoConflictsDetailsConflictingMatch = exports.RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo = exports.HttpRouteMatchQueryParams = exports.HttpRouteMatchPath = exports.HttpRouteMatchHeaders = exports.HttpDubboTranscoderMothedMapList = exports.HttpDubboTranscoderMothedMapListParamMapsList = exports.HttpApiResponseContractItems = exports.HttpApiRequestContractBody = exports.HttpApiPublishRevisionInfoVipConfigs = exports.HttpApiPublishRevisionInfoServiceConfigs = exports.HttpApiPublishRevisionInfoEnvironmentInfo = exports.HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo = exports.HttpApiPublishRevisionInfoDnsConfigs = exports.HttpApiPublishRevisionInfoCloudProductConfig = exports.HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs = exports.HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs = exports.HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs = exports.HttpApiApiInfoEnvironments = exports.HttpApiApiInfoEnvironmentsVipConfigs = exports.HttpApiApiInfoEnvironmentsServiceConfigs = exports.HttpApiApiInfoEnvironmentsDnsConfigs = exports.HttpApiApiInfoEnvironmentsCloudProductConfig = exports.HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs = exports.HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs = exports.HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs = exports.GatewayServiceSourceNacosServiceSourceInfo = exports.GatewayServiceSourceK8sServiceSourceInfo = exports.GatewayServiceSourceK8sServiceSourceInfoIngressConfig = exports.GatewayServicePorts = exports.GatewayRouteDomainInfoDomains = exports.GatewayRouteBackendConfigServices = exports.GatewayRouteBackendServices = exports.GatewayLogConfigSlsConfig = exports.UpdateServiceSourceResponse = exports.UpdateServiceSourceResponseBody = void 0;
33
+ exports.UpdateServiceSourceRequestK8sServiceSourceConfig = exports.UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig = exports.UpdateGatewayServiceVersionRequestLabels = exports.PublishHttpApiRequestEnvironment = exports.PublishHttpApiRequestEnvironmentVipConfigs = exports.PublishHttpApiRequestEnvironmentServiceConfigs = exports.PublishHttpApiRequestEnvironmentDnsConfigs = exports.PublishHttpApiRequestEnvironmentCloudProductConfig = exports.PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs = exports.PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs = exports.PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs = exports.ListHttpApisResponseBodyData = exports.ListHttpApiOperationsResponseBodyData = exports.ListGatewaysResponseBodyData = exports.ListGatewaysResponseBodyDataItems = exports.ListGatewaysResponseBodyDataItemsLoadBalancers = exports.ListGatewaysResponseBodyDataItemsLoadBalancersPorts = exports.ListGatewayServicesResponseBodyData = exports.ListGatewayRoutesResponseBodyData = exports.ListGatewayRoutesResponseBodyDataItems = exports.ListEnvironmentsResponseBodyData = exports.ListDomainsResponseBodyData = exports.GetGatewayRouteResponseBodyData = exports.GetGatewayResponseBodyData = exports.GetGatewayResponseBodyDataZones = exports.GetGatewayResponseBodyDataZonesVSwitch = exports.GetGatewayResponseBodyDataVpc = exports.GetGatewayResponseBodyDataVSwitch = exports.GetGatewayResponseBodyDataSecurityGroup = exports.GetGatewayResponseBodyDataLoadBalancers = exports.GetGatewayResponseBodyDataLoadBalancersPorts = exports.GetGatewayResponseBodyDataEnvironments = exports.GetEnvironmentResponseBodyData = exports.GetDomainResponseBodyData = exports.CreateServiceSourceResponseBodyData = exports.CreateServiceSourceRequestNacosServiceSourceConfig = exports.CreateServiceSourceRequestK8sServiceSourceConfig = exports.CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig = exports.CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules = exports.CreateHttpApiOperationResponseBodyData = void 0;
34
34
  // This file is auto-generated, don't edit it
35
35
  /**
36
36
  */
@@ -835,6 +835,24 @@ class ResourceStatistic extends $tea.Model {
835
835
  }
836
836
  }
837
837
  exports.ResourceStatistic = ResourceStatistic;
838
+ class RouteRulesConflictInfo extends $tea.Model {
839
+ static names() {
840
+ return {
841
+ conflicts: 'conflicts',
842
+ domainInfo: 'domainInfo',
843
+ };
844
+ }
845
+ static types() {
846
+ return {
847
+ conflicts: { 'type': 'array', 'itemType': RouteRulesConflictInfoConflicts },
848
+ domainInfo: RouteRulesConflictInfoDomainInfo,
849
+ };
850
+ }
851
+ constructor(map) {
852
+ super(map);
853
+ }
854
+ }
855
+ exports.RouteRulesConflictInfo = RouteRulesConflictInfo;
838
856
  class ServiceHealthCheck extends $tea.Model {
839
857
  static names() {
840
858
  return {
@@ -2192,6 +2210,7 @@ exports.GetHttpApiOperationResponse = GetHttpApiOperationResponse;
2192
2210
  class ListDomainsRequest extends $tea.Model {
2193
2211
  static names() {
2194
2212
  return {
2213
+ gatewayId: 'gatewayId',
2195
2214
  nameLike: 'nameLike',
2196
2215
  pageNumber: 'pageNumber',
2197
2216
  pageSize: 'pageSize',
@@ -2199,6 +2218,7 @@ class ListDomainsRequest extends $tea.Model {
2199
2218
  }
2200
2219
  static types() {
2201
2220
  return {
2221
+ gatewayId: 'string',
2202
2222
  nameLike: 'string',
2203
2223
  pageNumber: 'number',
2204
2224
  pageSize: 'number',
@@ -2521,6 +2541,7 @@ class ListHttpApiOperationsRequest extends $tea.Model {
2521
2541
  static names() {
2522
2542
  return {
2523
2543
  method: 'method',
2544
+ name: 'name',
2524
2545
  nameLike: 'nameLike',
2525
2546
  pageNumber: 'pageNumber',
2526
2547
  pageSize: 'pageSize',
@@ -2530,6 +2551,7 @@ class ListHttpApiOperationsRequest extends $tea.Model {
2530
2551
  static types() {
2531
2552
  return {
2532
2553
  method: 'string',
2554
+ name: 'string',
2533
2555
  nameLike: 'string',
2534
2556
  pageNumber: 'number',
2535
2557
  pageSize: 'number',
@@ -2587,6 +2609,7 @@ class ListHttpApisRequest extends $tea.Model {
2587
2609
  static names() {
2588
2610
  return {
2589
2611
  keyword: 'keyword',
2612
+ name: 'name',
2590
2613
  pageNumber: 'pageNumber',
2591
2614
  pageSize: 'pageSize',
2592
2615
  publishedOnly: 'publishedOnly',
@@ -2595,6 +2618,7 @@ class ListHttpApisRequest extends $tea.Model {
2595
2618
  static types() {
2596
2619
  return {
2597
2620
  keyword: 'string',
2621
+ name: 'string',
2598
2622
  pageNumber: 'number',
2599
2623
  pageSize: 'number',
2600
2624
  publishedOnly: 'boolean',
@@ -4037,6 +4061,158 @@ class HttpRouteMatchQueryParams extends $tea.Model {
4037
4061
  }
4038
4062
  }
4039
4063
  exports.HttpRouteMatchQueryParams = HttpRouteMatchQueryParams;
4064
+ class RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo extends $tea.Model {
4065
+ static names() {
4066
+ return {
4067
+ name: 'name',
4068
+ operationId: 'operationId',
4069
+ };
4070
+ }
4071
+ static types() {
4072
+ return {
4073
+ name: 'string',
4074
+ operationId: 'string',
4075
+ };
4076
+ }
4077
+ constructor(map) {
4078
+ super(map);
4079
+ }
4080
+ }
4081
+ exports.RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo = RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo;
4082
+ class RouteRulesConflictInfoConflictsDetailsConflictingMatch extends $tea.Model {
4083
+ static names() {
4084
+ return {
4085
+ match: 'match',
4086
+ operationInfo: 'operationInfo',
4087
+ };
4088
+ }
4089
+ static types() {
4090
+ return {
4091
+ match: HttpRouteMatch,
4092
+ operationInfo: RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo,
4093
+ };
4094
+ }
4095
+ constructor(map) {
4096
+ super(map);
4097
+ }
4098
+ }
4099
+ exports.RouteRulesConflictInfoConflictsDetailsConflictingMatch = RouteRulesConflictInfoConflictsDetailsConflictingMatch;
4100
+ class RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo extends $tea.Model {
4101
+ static names() {
4102
+ return {
4103
+ name: 'name',
4104
+ operationId: 'operationId',
4105
+ };
4106
+ }
4107
+ static types() {
4108
+ return {
4109
+ name: 'string',
4110
+ operationId: 'string',
4111
+ };
4112
+ }
4113
+ constructor(map) {
4114
+ super(map);
4115
+ }
4116
+ }
4117
+ exports.RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo = RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo;
4118
+ class RouteRulesConflictInfoConflictsDetailsDetectedMatch extends $tea.Model {
4119
+ static names() {
4120
+ return {
4121
+ match: 'match',
4122
+ operationInfo: 'operationInfo',
4123
+ };
4124
+ }
4125
+ static types() {
4126
+ return {
4127
+ match: HttpRouteMatch,
4128
+ operationInfo: RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo,
4129
+ };
4130
+ }
4131
+ constructor(map) {
4132
+ super(map);
4133
+ }
4134
+ }
4135
+ exports.RouteRulesConflictInfoConflictsDetailsDetectedMatch = RouteRulesConflictInfoConflictsDetailsDetectedMatch;
4136
+ class RouteRulesConflictInfoConflictsDetails extends $tea.Model {
4137
+ static names() {
4138
+ return {
4139
+ conflictingMatch: 'conflictingMatch',
4140
+ detectedMatch: 'detectedMatch',
4141
+ level: 'level',
4142
+ };
4143
+ }
4144
+ static types() {
4145
+ return {
4146
+ conflictingMatch: RouteRulesConflictInfoConflictsDetailsConflictingMatch,
4147
+ detectedMatch: RouteRulesConflictInfoConflictsDetailsDetectedMatch,
4148
+ level: 'string',
4149
+ };
4150
+ }
4151
+ constructor(map) {
4152
+ super(map);
4153
+ }
4154
+ }
4155
+ exports.RouteRulesConflictInfoConflictsDetails = RouteRulesConflictInfoConflictsDetails;
4156
+ class RouteRulesConflictInfoConflictsEnvironmentInfo extends $tea.Model {
4157
+ static names() {
4158
+ return {
4159
+ environmentId: 'environmentId',
4160
+ name: 'name',
4161
+ };
4162
+ }
4163
+ static types() {
4164
+ return {
4165
+ environmentId: 'string',
4166
+ name: 'string',
4167
+ };
4168
+ }
4169
+ constructor(map) {
4170
+ super(map);
4171
+ }
4172
+ }
4173
+ exports.RouteRulesConflictInfoConflictsEnvironmentInfo = RouteRulesConflictInfoConflictsEnvironmentInfo;
4174
+ class RouteRulesConflictInfoConflicts extends $tea.Model {
4175
+ static names() {
4176
+ return {
4177
+ details: 'details',
4178
+ environmentInfo: 'environmentInfo',
4179
+ resourceId: 'resourceId',
4180
+ resourceName: 'resourceName',
4181
+ resourceType: 'resourceType',
4182
+ };
4183
+ }
4184
+ static types() {
4185
+ return {
4186
+ details: { 'type': 'array', 'itemType': RouteRulesConflictInfoConflictsDetails },
4187
+ environmentInfo: RouteRulesConflictInfoConflictsEnvironmentInfo,
4188
+ resourceId: 'string',
4189
+ resourceName: 'string',
4190
+ resourceType: 'string',
4191
+ };
4192
+ }
4193
+ constructor(map) {
4194
+ super(map);
4195
+ }
4196
+ }
4197
+ exports.RouteRulesConflictInfoConflicts = RouteRulesConflictInfoConflicts;
4198
+ class RouteRulesConflictInfoDomainInfo extends $tea.Model {
4199
+ static names() {
4200
+ return {
4201
+ domainId: 'domainId',
4202
+ name: 'name',
4203
+ };
4204
+ }
4205
+ static types() {
4206
+ return {
4207
+ domainId: 'string',
4208
+ name: 'string',
4209
+ };
4210
+ }
4211
+ constructor(map) {
4212
+ super(map);
4213
+ }
4214
+ }
4215
+ exports.RouteRulesConflictInfoDomainInfo = RouteRulesConflictInfoDomainInfo;
4040
4216
  class CreateDomainResponseBodyData extends $tea.Model {
4041
4217
  static names() {
4042
4218
  return {
@@ -6144,6 +6320,9 @@ class Client extends openapi_client_1.default {
6144
6320
  async listDomainsWithOptions(request, headers, runtime) {
6145
6321
  tea_util_1.default.validateModel(request);
6146
6322
  let query = {};
6323
+ if (!tea_util_1.default.isUnset(request.gatewayId)) {
6324
+ query["gatewayId"] = request.gatewayId;
6325
+ }
6147
6326
  if (!tea_util_1.default.isUnset(request.nameLike)) {
6148
6327
  query["nameLike"] = request.nameLike;
6149
6328
  }
@@ -6414,6 +6593,9 @@ class Client extends openapi_client_1.default {
6414
6593
  if (!tea_util_1.default.isUnset(request.method)) {
6415
6594
  query["method"] = request.method;
6416
6595
  }
6596
+ if (!tea_util_1.default.isUnset(request.name)) {
6597
+ query["name"] = request.name;
6598
+ }
6417
6599
  if (!tea_util_1.default.isUnset(request.nameLike)) {
6418
6600
  query["nameLike"] = request.nameLike;
6419
6601
  }
@@ -6468,6 +6650,9 @@ class Client extends openapi_client_1.default {
6468
6650
  if (!tea_util_1.default.isUnset(request.keyword)) {
6469
6651
  query["keyword"] = request.keyword;
6470
6652
  }
6653
+ if (!tea_util_1.default.isUnset(request.name)) {
6654
+ query["name"] = request.name;
6655
+ }
6471
6656
  if (!tea_util_1.default.isUnset(request.pageNumber)) {
6472
6657
  query["pageNumber"] = request.pageNumber;
6473
6658
  }