Skip to content

Commit 6ff76b5

Browse files
committed
fix(alb): DescribeRules output
1 parent 878bd95 commit 6ff76b5

2 files changed

Lines changed: 39 additions & 4 deletions

File tree

service/alb/src/types/query-string-config-for-describe-rules-output.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,25 @@
55
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
66
*
77
* OpenAPI spec version: common-version
8-
*
8+
*
99
*
1010
* NOTE: This class is auto generated by the swagger code generator program.
1111
* https://github.com/swagger-api/swagger-codegen.git
1212
* Do not edit the class manually.
1313
*/
1414

15+
import { ValueForDescribeRulesOutput } from './value-for-describe-rules-output';
1516
/**
16-
*
17+
*
1718
*
1819
* @export
1920
* @interface QueryStringConfigForDescribeRulesOutput
2021
*/
2122
export interface QueryStringConfigForDescribeRulesOutput {
2223

2324
/**
24-
* @type {Array<string>}
25+
* @type {Array<ValueForDescribeRulesOutput>}
2526
* @memberof QueryStringConfigForDescribeRulesOutput
2627
*/
27-
Values?: Array<string>;
28+
Values?: Array<ValueForDescribeRulesOutput>;
2829
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* alb
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface ValueForDescribeRulesOutput
20+
*/
21+
export interface ValueForDescribeRulesOutput {
22+
23+
/**
24+
* @type {string}
25+
* @memberof ValueForDescribeRulesOutput
26+
*/
27+
Key: string;
28+
29+
/**
30+
* @type {string}
31+
* @memberof ValueForDescribeRulesOutput
32+
*/
33+
Value: string;
34+
}

0 commit comments

Comments
 (0)