File tree Expand file tree Collapse file tree 6 files changed +209
-487
lines changed
src/resources/api-gateway Expand file tree Collapse file tree 6 files changed +209
-487
lines changed Original file line number Diff line number Diff line change @@ -2345,7 +2345,7 @@ Methods:
23452345
23462346Types:
23472347
2348- - <code ><a href =" ./src/resources/api-gateway/operations/operations.ts " >APIShieldOperation </a ></code >
2348+ - <code ><a href =" ./src/resources/api-gateway/operations/operations.ts " >APIShield </a ></code >
23492349- <code ><a href =" ./src/resources/api-gateway/operations/operations.ts " >OperationCreateResponse</a ></code >
23502350- <code ><a href =" ./src/resources/api-gateway/operations/operations.ts " >OperationListResponse</a ></code >
23512351- <code ><a href =" ./src/resources/api-gateway/operations/operations.ts " >OperationDeleteResponse</a ></code >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import * as ExpressionTemplateAPI from './expression-template/expression-templat
2222import { ExpressionTemplate } from './expression-template/expression-template' ;
2323import * as OperationsAPI from './operations/operations' ;
2424import {
25- APIShieldOperation ,
25+ APIShield ,
2626 OperationBulkDeleteParams ,
2727 OperationBulkDeleteResponse ,
2828 OperationCreateParams ,
@@ -92,7 +92,7 @@ export declare namespace APIGateway {
9292
9393 export {
9494 Operations as Operations ,
95- type APIShieldOperation as APIShieldOperation ,
95+ type APIShield as APIShield ,
9696 type OperationCreateResponse as OperationCreateResponse ,
9797 type OperationListResponse as OperationListResponse ,
9898 type OperationDeleteResponse as OperationDeleteResponse ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export { ExpressionTemplate } from './expression-template/index';
1919export {
2020 OperationListResponsesV4PagePaginationArray ,
2121 Operations ,
22- type APIShieldOperation ,
22+ type APIShield ,
2323 type OperationCreateResponse ,
2424 type OperationListResponse ,
2525 type OperationDeleteResponse ,
Original file line number Diff line number Diff line change 33export {
44 OperationListResponsesV4PagePaginationArray ,
55 Operations ,
6- type APIShieldOperation ,
6+ type APIShield ,
77 type OperationCreateResponse ,
88 type OperationListResponse ,
99 type OperationDeleteResponse ,
You can’t perform that action at this time.
0 commit comments