@alicloud/cloudapi20160714 2.0.0 → 2.0.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
@@ -2219,54 +2219,6 @@ export declare class DescribeApiSignaturesResponse extends $tea.Model {
2219
2219
  [key: string]: any;
2220
2220
  });
2221
2221
  }
2222
- export declare class DescribeApiStageRequest extends $tea.Model {
2223
- groupId?: string;
2224
- securityToken?: string;
2225
- stageId?: string;
2226
- static names(): {
2227
- [key: string]: string;
2228
- };
2229
- static types(): {
2230
- [key: string]: any;
2231
- };
2232
- constructor(map?: {
2233
- [key: string]: any;
2234
- });
2235
- }
2236
- export declare class DescribeApiStageResponseBody extends $tea.Model {
2237
- createdTime?: string;
2238
- description?: string;
2239
- groupId?: string;
2240
- modifiedTime?: string;
2241
- requestId?: string;
2242
- stageId?: string;
2243
- stageName?: string;
2244
- variables?: DescribeApiStageResponseBodyVariables;
2245
- static names(): {
2246
- [key: string]: string;
2247
- };
2248
- static types(): {
2249
- [key: string]: any;
2250
- };
2251
- constructor(map?: {
2252
- [key: string]: any;
2253
- });
2254
- }
2255
- export declare class DescribeApiStageResponse extends $tea.Model {
2256
- headers: {
2257
- [key: string]: string;
2258
- };
2259
- body: DescribeApiStageResponseBody;
2260
- static names(): {
2261
- [key: string]: string;
2262
- };
2263
- static types(): {
2264
- [key: string]: any;
2265
- };
2266
- constructor(map?: {
2267
- [key: string]: any;
2268
- });
2269
- }
2270
2222
  export declare class DescribeApiTrafficControlsRequest extends $tea.Model {
2271
2223
  apiIds?: string;
2272
2224
  groupId?: string;
@@ -4002,11 +3954,11 @@ export declare class DescribeUpdateVpcInfoTaskResponse extends $tea.Model {
4002
3954
  });
4003
3955
  }
4004
3956
  export declare class DescribeVpcAccessesRequest extends $tea.Model {
4005
- accurateQuery?: boolean;
4006
3957
  name?: string;
4007
3958
  pageNumber?: number;
4008
3959
  pageSize?: number;
4009
3960
  securityToken?: string;
3961
+ vpcAccessId?: string;
4010
3962
  static names(): {
4011
3963
  [key: string]: string;
4012
3964
  };
@@ -4097,6 +4049,7 @@ export declare class DryRunSwaggerRequest extends $tea.Model {
4097
4049
  };
4098
4050
  groupId?: string;
4099
4051
  overwrite?: boolean;
4052
+ securityToken?: string;
4100
4053
  static names(): {
4101
4054
  [key: string]: string;
4102
4055
  };
@@ -4113,6 +4066,7 @@ export declare class DryRunSwaggerShrinkRequest extends $tea.Model {
4113
4066
  globalConditionShrink?: string;
4114
4067
  groupId?: string;
4115
4068
  overwrite?: boolean;
4069
+ securityToken?: string;
4116
4070
  static names(): {
4117
4071
  [key: string]: string;
4118
4072
  };
@@ -4164,6 +4118,7 @@ export declare class ImportSwaggerRequest extends $tea.Model {
4164
4118
  };
4165
4119
  groupId?: string;
4166
4120
  overwrite?: boolean;
4121
+ securityToken?: string;
4167
4122
  static names(): {
4168
4123
  [key: string]: string;
4169
4124
  };
@@ -4181,6 +4136,7 @@ export declare class ImportSwaggerShrinkRequest extends $tea.Model {
4181
4136
  globalConditionShrink?: string;
4182
4137
  groupId?: string;
4183
4138
  overwrite?: boolean;
4139
+ securityToken?: string;
4184
4140
  static names(): {
4185
4141
  [key: string]: string;
4186
4142
  };
@@ -7322,77 +7278,6 @@ export declare class DescribeApiSignaturesResponseBodyApiSignatures extends $tea
7322
7278
  [key: string]: any;
7323
7279
  });
7324
7280
  }
7325
- export declare class DescribeApiStageResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem extends $tea.Model {
7326
- conditionValue?: string;
7327
- maxValue?: number;
7328
- minValue?: number;
7329
- resultValue?: string;
7330
- static names(): {
7331
- [key: string]: string;
7332
- };
7333
- static types(): {
7334
- [key: string]: any;
7335
- };
7336
- constructor(map?: {
7337
- [key: string]: any;
7338
- });
7339
- }
7340
- export declare class DescribeApiStageResponseBodyVariablesVariableItemStageRouteModelRouteRules extends $tea.Model {
7341
- routeRuleItem?: DescribeApiStageResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem[];
7342
- static names(): {
7343
- [key: string]: string;
7344
- };
7345
- static types(): {
7346
- [key: string]: any;
7347
- };
7348
- constructor(map?: {
7349
- [key: string]: any;
7350
- });
7351
- }
7352
- export declare class DescribeApiStageResponseBodyVariablesVariableItemStageRouteModel extends $tea.Model {
7353
- location?: string;
7354
- parameterCatalog?: string;
7355
- parameterType?: string;
7356
- routeMatchSymbol?: string;
7357
- routeRules?: DescribeApiStageResponseBodyVariablesVariableItemStageRouteModelRouteRules;
7358
- serviceParameterName?: string;
7359
- static names(): {
7360
- [key: string]: string;
7361
- };
7362
- static types(): {
7363
- [key: string]: any;
7364
- };
7365
- constructor(map?: {
7366
- [key: string]: any;
7367
- });
7368
- }
7369
- export declare class DescribeApiStageResponseBodyVariablesVariableItem extends $tea.Model {
7370
- stageRouteModel?: DescribeApiStageResponseBodyVariablesVariableItemStageRouteModel;
7371
- supportRoute?: boolean;
7372
- variableName?: string;
7373
- variableValue?: string;
7374
- static names(): {
7375
- [key: string]: string;
7376
- };
7377
- static types(): {
7378
- [key: string]: any;
7379
- };
7380
- constructor(map?: {
7381
- [key: string]: any;
7382
- });
7383
- }
7384
- export declare class DescribeApiStageResponseBodyVariables extends $tea.Model {
7385
- variableItem?: DescribeApiStageResponseBodyVariablesVariableItem[];
7386
- static names(): {
7387
- [key: string]: string;
7388
- };
7389
- static types(): {
7390
- [key: string]: any;
7391
- };
7392
- constructor(map?: {
7393
- [key: string]: any;
7394
- });
7395
- }
7396
7281
  export declare class DescribeApiTrafficControlsResponseBodyApiTrafficControlsApiTrafficControlItem extends $tea.Model {
7397
7282
  apiId?: string;
7398
7283
  apiName?: string;
@@ -8896,6 +8781,7 @@ export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccess
8896
8781
  name?: string;
8897
8782
  port?: number;
8898
8783
  regionId?: string;
8784
+ vpcAccessId?: string;
8899
8785
  vpcId?: string;
8900
8786
  static names(): {
8901
8787
  [key: string]: string;
@@ -9376,8 +9262,6 @@ export default class Client extends OpenApi {
9376
9262
  describeApiQpsData(request: DescribeApiQpsDataRequest): Promise<DescribeApiQpsDataResponse>;
9377
9263
  describeApiSignaturesWithOptions(request: DescribeApiSignaturesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiSignaturesResponse>;
9378
9264
  describeApiSignatures(request: DescribeApiSignaturesRequest): Promise<DescribeApiSignaturesResponse>;
9379
- describeApiStageWithOptions(request: DescribeApiStageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiStageResponse>;
9380
- describeApiStage(request: DescribeApiStageRequest): Promise<DescribeApiStageResponse>;
9381
9265
  describeApiTrafficControlsWithOptions(request: DescribeApiTrafficControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiTrafficControlsResponse>;
9382
9266
  describeApiTrafficControls(request: DescribeApiTrafficControlsRequest): Promise<DescribeApiTrafficControlsResponse>;
9383
9267
  describeApiTrafficDataWithOptions(request: DescribeApiTrafficDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiTrafficDataResponse>;