Skip to content

Commit a9a14fe

Browse files
This release introduces CreateSupportCase operation to SDK.
1 parent e6cb292 commit a9a14fe

15 files changed

+909
-144
lines changed

generator/ServiceModels/service-quotas/service-quotas-2019-06-24.api.json

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,25 @@
3333
{"shape":"NoAvailableOrganizationException"}
3434
]
3535
},
36+
"CreateSupportCase":{
37+
"name":"CreateSupportCase",
38+
"http":{
39+
"method":"POST",
40+
"requestUri":"/"
41+
},
42+
"input":{"shape":"CreateSupportCaseRequest"},
43+
"output":{"shape":"CreateSupportCaseResponse"},
44+
"errors":[
45+
{"shape":"DependencyAccessDeniedException"},
46+
{"shape":"ResourceAlreadyExistsException"},
47+
{"shape":"AccessDeniedException"},
48+
{"shape":"NoSuchResourceException"},
49+
{"shape":"IllegalArgumentException"},
50+
{"shape":"InvalidResourceStateException"},
51+
{"shape":"ServiceException"},
52+
{"shape":"TooManyRequestsException"}
53+
]
54+
},
3655
"DeleteServiceQuotaIncreaseRequestFromTemplate":{
3756
"name":"DeleteServiceQuotaIncreaseRequestFromTemplate",
3857
"http":{
@@ -385,20 +404,29 @@
385404
},
386405
"AssociateServiceQuotaTemplateRequest":{
387406
"type":"structure",
388-
"members":{
389-
}
407+
"members":{}
390408
},
391409
"AssociateServiceQuotaTemplateResponse":{
392410
"type":"structure",
393-
"members":{
394-
}
411+
"members":{}
395412
},
396413
"AwsRegion":{
397414
"type":"string",
398415
"max":64,
399416
"min":1,
400417
"pattern":"[a-zA-Z][a-zA-Z0-9-]{1,128}"
401418
},
419+
"CreateSupportCaseRequest":{
420+
"type":"structure",
421+
"required":["RequestId"],
422+
"members":{
423+
"RequestId":{"shape":"RequestId"}
424+
}
425+
},
426+
"CreateSupportCaseResponse":{
427+
"type":"structure",
428+
"members":{}
429+
},
402430
"CustomerServiceEngagementId":{"type":"string"},
403431
"DateTime":{"type":"timestamp"},
404432
"DeleteServiceQuotaIncreaseRequestFromTemplateRequest":{
@@ -416,8 +444,7 @@
416444
},
417445
"DeleteServiceQuotaIncreaseRequestFromTemplateResponse":{
418446
"type":"structure",
419-
"members":{
420-
}
447+
"members":{}
421448
},
422449
"DependencyAccessDeniedException":{
423450
"type":"structure",
@@ -428,13 +455,11 @@
428455
},
429456
"DisassociateServiceQuotaTemplateRequest":{
430457
"type":"structure",
431-
"members":{
432-
}
458+
"members":{}
433459
},
434460
"DisassociateServiceQuotaTemplateResponse":{
435461
"type":"structure",
436-
"members":{
437-
}
462+
"members":{}
438463
},
439464
"ErrorCode":{
440465
"type":"string",
@@ -473,8 +498,7 @@
473498
},
474499
"GetAssociationForServiceQuotaTemplateRequest":{
475500
"type":"structure",
476-
"members":{
477-
}
501+
"members":{}
478502
},
479503
"GetAssociationForServiceQuotaTemplateResponse":{
480504
"type":"structure",
@@ -1017,8 +1041,7 @@
10171041
},
10181042
"TagResourceResponse":{
10191043
"type":"structure",
1020-
"members":{
1021-
}
1044+
"members":{}
10221045
},
10231046
"TagValue":{
10241047
"type":"string",
@@ -1060,8 +1083,7 @@
10601083
},
10611084
"UntagResourceResponse":{
10621085
"type":"structure",
1063-
"members":{
1064-
}
1086+
"members":{}
10651087
}
10661088
}
10671089
}

0 commit comments

Comments
 (0)