You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.44.18 (2022-05-19)
===
### Service Client Updates
* `service/gamesparks`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation
Copy file name to clipboardExpand all lines: models/apis/gamesparks/2021-08-17/docs-2.json
+19
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,13 @@
179
179
"StageDeploymentSummary$DeploymentId": "<p>The identifier of the deployment.</p>"
180
180
}
181
181
},
182
+
"DeploymentResult": {
183
+
"base": "<p>The result of the deployment.</p>",
184
+
"refs": {
185
+
"StageDeploymentDetails$DeploymentResult": "<p>The result of the deployment.</p>",
186
+
"StageDeploymentSummary$DeploymentResult": "<p>The result of the deployment.</p>"
187
+
}
188
+
},
182
189
"DeploymentState": {
183
190
"base": null,
184
191
"refs": {
@@ -639,6 +646,12 @@
639
646
"ListStagesRequest$MaxResults": "<p>The maximum number of results to return.</p> <p> Use this parameter with NextToken to get results as a set of sequential pages. </p>"
640
647
}
641
648
},
649
+
"Message": {
650
+
"base": null,
651
+
"refs": {
652
+
"DeploymentResult$Message": "<p>Details about the deployment result.</p>"
653
+
}
654
+
},
642
655
"NextToken": {
643
656
"base": null,
644
657
"refs": {
@@ -696,6 +709,12 @@
696
709
"refs": {
697
710
}
698
711
},
712
+
"ResultCode": {
713
+
"base": null,
714
+
"refs": {
715
+
"DeploymentResult$ResultCode": "<p>The type of deployment result.</p>"
0 commit comments