@@ -88,7 +88,7 @@ type DeploymentNewResponse struct {
8888 // Timestamp when the deployment was created
8989 CreatedAt time.Time `json:"created_at,required" format:"date-time"`
9090 // Deployment region code
91- Region string `json:"region,required"`
91+ Region constant. AwsUsEast1a `json:"region,required"`
9292 // Current status of the deployment
9393 //
9494 // Any of "queued", "in_progress", "running", "failed", "stopped".
@@ -140,7 +140,7 @@ type DeploymentGetResponse struct {
140140 // Timestamp when the deployment was created
141141 CreatedAt time.Time `json:"created_at,required" format:"date-time"`
142142 // Deployment region code
143- Region string `json:"region,required"`
143+ Region constant. AwsUsEast1a `json:"region,required"`
144144 // Current status of the deployment
145145 //
146146 // Any of "queued", "in_progress", "running", "failed", "stopped".
@@ -206,7 +206,7 @@ type DeploymentFollowResponseUnion struct {
206206 // This field is from variant [DeploymentFollowResponseAppVersionSummaryEvent].
207207 AppName string `json:"app_name"`
208208 // This field is from variant [DeploymentFollowResponseAppVersionSummaryEvent].
209- Region string `json:"region"`
209+ Region constant. AwsUsEast1a `json:"region"`
210210 // This field is from variant [DeploymentFollowResponseAppVersionSummaryEvent].
211211 Version string `json:"version"`
212212 // This field is from variant [DeploymentFollowResponseAppVersionSummaryEvent].
@@ -313,7 +313,7 @@ type DeploymentFollowResponseDeploymentStateDeployment struct {
313313 // Timestamp when the deployment was created
314314 CreatedAt time.Time `json:"created_at,required" format:"date-time"`
315315 // Deployment region code
316- Region string `json:"region,required"`
316+ Region constant. AwsUsEast1a `json:"region,required"`
317317 // Current status of the deployment
318318 //
319319 // Any of "queued", "in_progress", "running", "failed", "stopped".
@@ -356,7 +356,7 @@ type DeploymentFollowResponseAppVersionSummaryEvent struct {
356356 // Event type identifier (always "app_version_summary").
357357 Event constant.AppVersionSummary `json:"event,required"`
358358 // Deployment region code
359- Region string `json:"region,required"`
359+ Region constant. AwsUsEast1a `json:"region,required"`
360360 // Time the state was reported.
361361 Timestamp time.Time `json:"timestamp,required" format:"date-time"`
362362 // Version label for the application
0 commit comments