|
33 | 33 | {"shape":"ResourceNotFoundException"}, |
34 | 34 | {"shape":"InvalidTokenException"} |
35 | 35 | ], |
36 | | - "documentation":"<p>Provides information on whether the supplied account IDs are associated with a membership.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>" |
| 36 | + "documentation":"<p>Provides information on whether the supplied account IDs are associated with a membership.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>", |
| 37 | + "readonly":true |
37 | 38 | }, |
38 | 39 | "CancelMembership":{ |
39 | 40 | "name":"CancelMembership", |
|
169 | 170 | {"shape":"ResourceNotFoundException"}, |
170 | 171 | {"shape":"InvalidTokenException"} |
171 | 172 | ], |
172 | | - "documentation":"<p>Returns the attributes of a case.</p>" |
| 173 | + "documentation":"<p>Returns the attributes of a case.</p>", |
| 174 | + "readonly":true |
173 | 175 | }, |
174 | 176 | "GetCaseAttachmentDownloadUrl":{ |
175 | 177 | "name":"GetCaseAttachmentDownloadUrl", |
|
191 | 193 | {"shape":"ResourceNotFoundException"}, |
192 | 194 | {"shape":"InvalidTokenException"} |
193 | 195 | ], |
194 | | - "documentation":"<p>Returns a Pre-Signed URL for uploading attachments into a case.</p>" |
| 196 | + "documentation":"<p>Returns a Pre-Signed URL for uploading attachments into a case.</p>", |
| 197 | + "readonly":true |
195 | 198 | }, |
196 | 199 | "GetCaseAttachmentUploadUrl":{ |
197 | 200 | "name":"GetCaseAttachmentUploadUrl", |
|
236 | 239 | {"shape":"ResourceNotFoundException"}, |
237 | 240 | {"shape":"InvalidTokenException"} |
238 | 241 | ], |
239 | | - "documentation":"<p>Returns the attributes of a membership.</p>" |
| 242 | + "documentation":"<p>Returns the attributes of a membership.</p>", |
| 243 | + "readonly":true |
240 | 244 | }, |
241 | 245 | "ListCaseEdits":{ |
242 | 246 | "name":"ListCaseEdits", |
|
258 | 262 | {"shape":"ResourceNotFoundException"}, |
259 | 263 | {"shape":"InvalidTokenException"} |
260 | 264 | ], |
261 | | - "documentation":"<p>Views the case history for edits made to a designated case.</p>" |
| 265 | + "documentation":"<p>Views the case history for edits made to a designated case.</p>", |
| 266 | + "readonly":true |
262 | 267 | }, |
263 | 268 | "ListCases":{ |
264 | 269 | "name":"ListCases", |
|
280 | 285 | {"shape":"ResourceNotFoundException"}, |
281 | 286 | {"shape":"InvalidTokenException"} |
282 | 287 | ], |
283 | | - "documentation":"<p>Lists all cases the requester has access to.</p>" |
| 288 | + "documentation":"<p>Lists all cases the requester has access to.</p>", |
| 289 | + "readonly":true |
284 | 290 | }, |
285 | 291 | "ListComments":{ |
286 | 292 | "name":"ListComments", |
|
302 | 308 | {"shape":"ResourceNotFoundException"}, |
303 | 309 | {"shape":"InvalidTokenException"} |
304 | 310 | ], |
305 | | - "documentation":"<p>Returns comments for a designated case.</p>" |
| 311 | + "documentation":"<p>Returns comments for a designated case.</p>", |
| 312 | + "readonly":true |
306 | 313 | }, |
307 | 314 | "ListMemberships":{ |
308 | 315 | "name":"ListMemberships", |
|
324 | 331 | {"shape":"ResourceNotFoundException"}, |
325 | 332 | {"shape":"InvalidTokenException"} |
326 | 333 | ], |
327 | | - "documentation":"<p>Returns the memberships that the calling principal can access.</p>" |
| 334 | + "documentation":"<p>Returns the memberships that the calling principal can access.</p>", |
| 335 | + "readonly":true |
328 | 336 | }, |
329 | 337 | "ListTagsForResource":{ |
330 | 338 | "name":"ListTagsForResource", |
|
346 | 354 | {"shape":"ConflictException"}, |
347 | 355 | {"shape":"InvalidTokenException"} |
348 | 356 | ], |
349 | | - "documentation":"<p>Returns currently configured tags on a resource.</p>" |
| 357 | + "documentation":"<p>Returns currently configured tags on a resource.</p>", |
| 358 | + "readonly":true |
350 | 359 | }, |
351 | 360 | "TagResource":{ |
352 | 361 | "name":"TagResource", |
|
561 | 570 | "ap-southeast-3", |
562 | 571 | "ap-southeast-4", |
563 | 572 | "ap-southeast-5", |
| 573 | + "ap-southeast-6", |
564 | 574 | "ap-southeast-7", |
565 | 575 | "ca-central-1", |
566 | 576 | "ca-west-1", |
|
814 | 824 | "min":6, |
815 | 825 | "pattern":"\\d{6}" |
816 | 826 | }, |
| 827 | + "CommunicationPreferences":{ |
| 828 | + "type":"list", |
| 829 | + "member":{"shape":"CommunicationType"} |
| 830 | + }, |
| 831 | + "CommunicationType":{ |
| 832 | + "type":"string", |
| 833 | + "enum":[ |
| 834 | + "Case Created", |
| 835 | + "Case Updated", |
| 836 | + "Case Acknowledged", |
| 837 | + "Case Closed", |
| 838 | + "Case Updated To Service Managed", |
| 839 | + "Case Status Updated", |
| 840 | + "Case Pending Customer Action Reminder", |
| 841 | + "Case Attachment Url Uploaded", |
| 842 | + "Case Comment Added", |
| 843 | + "Case Comment Updated", |
| 844 | + "Membership Created", |
| 845 | + "Membership Updated", |
| 846 | + "Membership Cancelled", |
| 847 | + "Register Delegated Administrator", |
| 848 | + "Deregister Delegated Administrator", |
| 849 | + "Disable AWS Service Access" |
| 850 | + ] |
| 851 | + }, |
817 | 852 | "ConflictException":{ |
818 | 853 | "type":"structure", |
819 | 854 | "required":[ |
|
1386 | 1421 | "email":{ |
1387 | 1422 | "shape":"EmailAddress", |
1388 | 1423 | "documentation":"<p/>" |
| 1424 | + }, |
| 1425 | + "communicationPreferences":{ |
| 1426 | + "shape":"CommunicationPreferences", |
| 1427 | + "documentation":"<p/>" |
1389 | 1428 | } |
1390 | 1429 | }, |
1391 | 1430 | "documentation":"<p/>" |
|
1903 | 1942 | }, |
1904 | 1943 | "PrincipalId":{ |
1905 | 1944 | "type":"string", |
1906 | | - "pattern":".*((^AWS Responder)|(^\\d{12}$)|(^security-ir.amazonaws.com)).*" |
| 1945 | + "pattern":".*((^AWS Responder)|(^\\d{12}$)|(^arn:([^:]*aws[^:]*):(?:(?:iam)::\\d{12}:(?:user|role|group|root)(?:(?:/[^/]+)+)?|(?:sts)::\\d{12}:assumed-role/[^/]+/[^/]+)$)|(^security-ir.amazonaws.com)).*" |
1907 | 1946 | }, |
1908 | 1947 | "ResolverType":{ |
1909 | 1948 | "type":"string", |
|
0 commit comments