File tree Expand file tree Collapse file tree 4 files changed +13
-53
lines changed
services/savingsplans/src/main/resources/codegen-resources Expand file tree Collapse file tree 4 files changed +13
-53
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " AWS Savings Plans" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 187187 "UseDualStack" : false
188188 }
189189 },
190- {
191- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
192- "expect" : {
193- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
194- },
195- "params" : {
196- "Region" : " us-iso-east-1" ,
197- "UseFIPS" : true ,
198- "UseDualStack" : true
199- }
200- },
201190 {
202191 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
203192 "expect" : {
211200 "UseDualStack" : false
212201 }
213202 },
214- {
215- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
216- "expect" : {
217- "error" : " DualStack is enabled but this partition does not support DualStack"
218- },
219- "params" : {
220- "Region" : " us-iso-east-1" ,
221- "UseFIPS" : false ,
222- "UseDualStack" : true
223- }
224- },
225203 {
226204 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
227205 "expect" : {
235213 "UseDualStack" : false
236214 }
237215 },
238- {
239- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
240- "expect" : {
241- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
242- },
243- "params" : {
244- "Region" : " us-isob-east-1" ,
245- "UseFIPS" : true ,
246- "UseDualStack" : true
247- }
248- },
249216 {
250217 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
251218 "expect" : {
259226 "UseDualStack" : false
260227 }
261228 },
262- {
263- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
264- "expect" : {
265- "error" : " DualStack is enabled but this partition does not support DualStack"
266- },
267- "params" : {
268- "Region" : " us-isob-east-1" ,
269- "UseFIPS" : false ,
270- "UseDualStack" : true
271- }
272- },
273229 {
274230 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
275231 "expect" : {
Original file line number Diff line number Diff line change 11{
2- "pagination" : {
3- }
2+ "pagination" : {}
43}
Original file line number Diff line number Diff line change 66 "globalEndpoint" :" savingsplans.amazonaws.com" ,
77 "jsonVersion" :" 1.0" ,
88 "protocol" :" rest-json" ,
9+ "protocols" :[" rest-json" ],
910 "serviceAbbreviation" :" AWSSavingsPlans" ,
1011 "serviceFullName" :" AWS Savings Plans" ,
1112 "serviceId" :" savingsplans" ,
1213 "signatureVersion" :" v4" ,
13- "uid" :" savingsplans-2019-06-28"
14+ "uid" :" savingsplans-2019-06-28" ,
15+ "auth" :[" aws.auth#sigv4" ]
1416 },
1517 "operations" :{
1618 "CreateSavingsPlan" :{
234236 },
235237 "DeleteQueuedSavingsPlanResponse" :{
236238 "type" :" structure" ,
237- "members" :{
238- }
239+ "members" :{}
239240 },
240241 "DescribeSavingsPlanRatesRequest" :{
241242 "type" :" structure" ,
11731174 },
11741175 "TagResourceResponse" :{
11751176 "type" :" structure" ,
1176- "members" :{
1177- }
1177+ "members" :{}
11781178 },
11791179 "TagValue" :{"type" :" string" },
11801180 "TermDurationInSeconds" :{"type" :" long" },
12051205 },
12061206 "UntagResourceResponse" :{
12071207 "type" :" structure" ,
1208- "members" :{
1209- }
1208+ "members" :{}
12101209 },
12111210 "ValidationException" :{
12121211 "type" :" structure" ,
You can’t perform that action at this time.
0 commit comments