Skip to content

Commit 0ffb8fe

Browse files
author
AWS
committed
GameSparks Update: This release adds an optional DeploymentResult field in the responses of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs.
1 parent 54850c5 commit 0ffb8fe

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "GameSparks",
4+
"contributor": "",
5+
"description": "This release adds an optional DeploymentResult field in the responses of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs."
6+
}

services/gamesparks/src/main/resources/codegen-resources/service-2.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,20 @@
846846
"min":1,
847847
"pattern":"^\\S(.*\\S)?$"
848848
},
849+
"DeploymentResult":{
850+
"type":"structure",
851+
"members":{
852+
"Message":{
853+
"shape":"Message",
854+
"documentation":"<p>Details about the deployment result.</p>"
855+
},
856+
"ResultCode":{
857+
"shape":"ResultCode",
858+
"documentation":"<p>The type of deployment result.</p>"
859+
}
860+
},
861+
"documentation":"<p>The result of the deployment.</p>"
862+
},
849863
"DeploymentState":{
850864
"type":"string",
851865
"enum":[
@@ -1840,6 +1854,7 @@
18401854
"max":100,
18411855
"min":1
18421856
},
1857+
"Message":{"type":"string"},
18431858
"NextToken":{
18441859
"type":"string",
18451860
"max":1024,
@@ -1889,6 +1904,14 @@
18891904
},
18901905
"exception":true
18911906
},
1907+
"ResultCode":{
1908+
"type":"string",
1909+
"enum":[
1910+
"SUCCESS",
1911+
"INVALID_ROLE_FAILURE",
1912+
"UNSPECIFIED_FAILURE"
1913+
]
1914+
},
18921915
"RoleARN":{
18931916
"type":"string",
18941917
"max":2048,
@@ -2060,6 +2083,10 @@
20602083
"shape":"DeploymentId",
20612084
"documentation":"<p>The identifier of the deployment.</p>"
20622085
},
2086+
"DeploymentResult":{
2087+
"shape":"DeploymentResult",
2088+
"documentation":"<p>The result of the deployment.</p>"
2089+
},
20632090
"DeploymentState":{
20642091
"shape":"DeploymentState",
20652092
"documentation":"<p>The state of the deployment.</p>"
@@ -2090,6 +2117,10 @@
20902117
"shape":"DeploymentId",
20912118
"documentation":"<p>The identifier of the deployment.</p>"
20922119
},
2120+
"DeploymentResult":{
2121+
"shape":"DeploymentResult",
2122+
"documentation":"<p>The result of the deployment.</p>"
2123+
},
20932124
"DeploymentState":{
20942125
"shape":"DeploymentState",
20952126
"documentation":"<p>The state of the deployment.</p>"

0 commit comments

Comments
 (0)