Skip to content

Commit b7d1f18

Browse files
Adds Proton 9.0-2 to the list of runtime environment options available when creating an Amazon GameLift Streams application
1 parent 028c075 commit b7d1f18

18 files changed

+1020
-934
lines changed

generator/ServiceModels/gameliftstreams/gameliftstreams-2018-05-10.api.json

Lines changed: 195 additions & 199 deletions
Large diffs are not rendered by default.

generator/ServiceModels/gameliftstreams/gameliftstreams-2018-05-10.docs.json

Lines changed: 74 additions & 125 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"version": "1.0",
3-
"examples": {
4-
}
3+
"examples": {}
54
}

generator/ServiceModels/gameliftstreams/gameliftstreams-2018-05-10.normal.json

Lines changed: 491 additions & 495 deletions
Large diffs are not rendered by default.
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
{
2+
"version" : 2,
3+
"testCases" : [ {
4+
"id" : "ListStreamGroups",
5+
"operationName" : "ListStreamGroups",
6+
"input" : { },
7+
"expectation" : {
8+
"success" : { }
9+
},
10+
"config" : {
11+
"region" : "us-west-2",
12+
"useFips" : false,
13+
"useDualstack" : false,
14+
"useAccountIdRouting" : true
15+
}
16+
}, {
17+
"id" : "GetApplication",
18+
"operationName" : "GetApplication",
19+
"input" : {
20+
"Identifier" : "aBcDeFgHi"
21+
},
22+
"expectation" : {
23+
"failure" : {
24+
"errorId" : "ResourceNotFoundException"
25+
}
26+
},
27+
"config" : {
28+
"region" : "us-west-2",
29+
"useFips" : false,
30+
"useDualstack" : false,
31+
"useAccountIdRouting" : true
32+
}
33+
}, {
34+
"id" : "ListStreamSessionsByAccount",
35+
"operationName" : "ListStreamSessionsByAccount",
36+
"input" : { },
37+
"expectation" : {
38+
"success" : { }
39+
},
40+
"config" : {
41+
"region" : "us-west-2",
42+
"useFips" : false,
43+
"useDualstack" : false,
44+
"useAccountIdRouting" : true
45+
}
46+
}, {
47+
"id" : "GetStreamSession",
48+
"operationName" : "GetStreamSession",
49+
"input" : {
50+
"Identifier" : "abcdefghi",
51+
"StreamSessionIdentifier" : "jklmnopqr"
52+
},
53+
"expectation" : {
54+
"failure" : {
55+
"errorId" : "ResourceNotFoundException"
56+
}
57+
},
58+
"config" : {
59+
"region" : "us-west-2",
60+
"useFips" : false,
61+
"useDualstack" : false,
62+
"useAccountIdRouting" : true
63+
}
64+
}, {
65+
"id" : "ListStreamSessions",
66+
"operationName" : "ListStreamSessions",
67+
"input" : {
68+
"Identifier" : "abcdefghi"
69+
},
70+
"expectation" : {
71+
"failure" : {
72+
"errorId" : "ResourceNotFoundException"
73+
}
74+
},
75+
"config" : {
76+
"region" : "us-west-2",
77+
"useFips" : false,
78+
"useDualstack" : false,
79+
"useAccountIdRouting" : true
80+
}
81+
}, {
82+
"id" : "ListApplications",
83+
"operationName" : "ListApplications",
84+
"input" : { },
85+
"expectation" : {
86+
"success" : { }
87+
},
88+
"config" : {
89+
"region" : "us-west-2",
90+
"useFips" : false,
91+
"useDualstack" : false,
92+
"useAccountIdRouting" : true
93+
}
94+
}, {
95+
"id" : "GetStreamGroup",
96+
"operationName" : "GetStreamGroup",
97+
"input" : {
98+
"Identifier" : "12ab34cd5"
99+
},
100+
"expectation" : {
101+
"failure" : {
102+
"errorId" : "ResourceNotFoundException"
103+
}
104+
},
105+
"config" : {
106+
"region" : "us-west-2",
107+
"useFips" : false,
108+
"useDualstack" : false,
109+
"useAccountIdRouting" : true
110+
}
111+
}, {
112+
"id" : "ListTagsForResource",
113+
"operationName" : "ListTagsForResource",
114+
"input" : {
115+
"ResourceArn" : "arn:aws:gameliftstreams:us-west-2:012345678901:abcdefghi"
116+
},
117+
"expectation" : {
118+
"failure" : {
119+
"errorId" : "ValidationException"
120+
}
121+
},
122+
"config" : {
123+
"region" : "us-west-2",
124+
"useFips" : false,
125+
"useDualstack" : false,
126+
"useAccountIdRouting" : true
127+
}
128+
} ]
129+
}

generator/ServiceModels/gameliftstreams/waiters2.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)