File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 14
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-aac74422364f9d25e30fcefd510297580b77be4b84c71416c5b9de5b882e5945 .yml
3- openapi_spec_hash : 4d42a5d93bd82754acf11e32e7438a04
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-2fed6c2aef6fb20a2815d0ed36d801c566a73ea11a66db5d892b1533a1fac19e .yml
3+ openapi_spec_hash : 55559a2ca985ed36cb8a13b09f80dcb5
44config_hash : a085d1b39ddf0b26ee798501a9f47e20
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export namespace AppListResponse {
5757 /**
5858 * Deployment region code
5959 */
60- region : string ;
60+ region : 'aws.us-east-1a' ;
6161
6262 /**
6363 * Version label for the application
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export interface DeploymentCreateResponse {
7373 /**
7474 * Deployment region code
7575 */
76- region : string ;
76+ region : 'aws.us-east-1a' ;
7777
7878 /**
7979 * Current status of the deployment
@@ -118,7 +118,7 @@ export interface DeploymentRetrieveResponse {
118118 /**
119119 * Deployment region code
120120 */
121- region : string ;
121+ region : 'aws.us-east-1a' ;
122122
123123 /**
124124 * Current status of the deployment
@@ -214,7 +214,7 @@ export namespace DeploymentFollowResponse {
214214 /**
215215 * Deployment region code
216216 */
217- region : string ;
217+ region : 'aws.us-east-1a' ;
218218
219219 /**
220220 * Current status of the deployment
@@ -265,7 +265,7 @@ export namespace DeploymentFollowResponse {
265265 /**
266266 * Deployment region code
267267 */
268- region : string ;
268+ region : 'aws.us-east-1a' ;
269269
270270 /**
271271 * Time the state was reported.
You can’t perform that action at this time.
0 commit comments