|
34 | 34 | ],
|
35 | 35 | "documentation":"<p>Associates your quota request template with your organization. When a new Amazon Web Services account is created in your organization, the quota increase requests in the template are automatically applied to the account. You can add a quota increase request for any adjustable quota to your template.</p>"
|
36 | 36 | },
|
| 37 | + "CreateSupportCase":{ |
| 38 | + "name":"CreateSupportCase", |
| 39 | + "http":{ |
| 40 | + "method":"POST", |
| 41 | + "requestUri":"/" |
| 42 | + }, |
| 43 | + "input":{"shape":"CreateSupportCaseRequest"}, |
| 44 | + "output":{"shape":"CreateSupportCaseResponse"}, |
| 45 | + "errors":[ |
| 46 | + {"shape":"DependencyAccessDeniedException"}, |
| 47 | + {"shape":"ResourceAlreadyExistsException"}, |
| 48 | + {"shape":"AccessDeniedException"}, |
| 49 | + {"shape":"NoSuchResourceException"}, |
| 50 | + {"shape":"IllegalArgumentException"}, |
| 51 | + {"shape":"InvalidResourceStateException"}, |
| 52 | + {"shape":"ServiceException"}, |
| 53 | + {"shape":"TooManyRequestsException"} |
| 54 | + ], |
| 55 | + "documentation":"<p>Creates a Support case for an existing quota increase request. This call only creates a Support case if the request has a <code>Pending</code> status. </p>" |
| 56 | + }, |
37 | 57 | "DeleteServiceQuotaIncreaseRequestFromTemplate":{
|
38 | 58 | "name":"DeleteServiceQuotaIncreaseRequestFromTemplate",
|
39 | 59 | "http":{
|
|
406 | 426 | },
|
407 | 427 | "AssociateServiceQuotaTemplateRequest":{
|
408 | 428 | "type":"structure",
|
409 |
| - "members":{ |
410 |
| - } |
| 429 | + "members":{} |
411 | 430 | },
|
412 | 431 | "AssociateServiceQuotaTemplateResponse":{
|
413 | 432 | "type":"structure",
|
414 |
| - "members":{ |
415 |
| - } |
| 433 | + "members":{} |
416 | 434 | },
|
417 | 435 | "AwsRegion":{
|
418 | 436 | "type":"string",
|
419 | 437 | "max":64,
|
420 | 438 | "min":1,
|
421 | 439 | "pattern":"[a-zA-Z][a-zA-Z0-9-]{1,128}"
|
422 | 440 | },
|
| 441 | + "CreateSupportCaseRequest":{ |
| 442 | + "type":"structure", |
| 443 | + "required":["RequestId"], |
| 444 | + "members":{ |
| 445 | + "RequestId":{ |
| 446 | + "shape":"RequestId", |
| 447 | + "documentation":"<p>The ID of the pending quota increase request for which you want to open a Support case. </p>" |
| 448 | + } |
| 449 | + } |
| 450 | + }, |
| 451 | + "CreateSupportCaseResponse":{ |
| 452 | + "type":"structure", |
| 453 | + "members":{} |
| 454 | + }, |
423 | 455 | "CustomerServiceEngagementId":{"type":"string"},
|
424 | 456 | "DateTime":{"type":"timestamp"},
|
425 | 457 | "DeleteServiceQuotaIncreaseRequestFromTemplateRequest":{
|
|
446 | 478 | },
|
447 | 479 | "DeleteServiceQuotaIncreaseRequestFromTemplateResponse":{
|
448 | 480 | "type":"structure",
|
449 |
| - "members":{ |
450 |
| - } |
| 481 | + "members":{} |
451 | 482 | },
|
452 | 483 | "DependencyAccessDeniedException":{
|
453 | 484 | "type":"structure",
|
|
459 | 490 | },
|
460 | 491 | "DisassociateServiceQuotaTemplateRequest":{
|
461 | 492 | "type":"structure",
|
462 |
| - "members":{ |
463 |
| - } |
| 493 | + "members":{} |
464 | 494 | },
|
465 | 495 | "DisassociateServiceQuotaTemplateResponse":{
|
466 | 496 | "type":"structure",
|
467 |
| - "members":{ |
468 |
| - } |
| 497 | + "members":{} |
469 | 498 | },
|
470 | 499 | "ErrorCode":{
|
471 | 500 | "type":"string",
|
|
520 | 549 | },
|
521 | 550 | "GetAssociationForServiceQuotaTemplateRequest":{
|
522 | 551 | "type":"structure",
|
523 |
| - "members":{ |
524 |
| - } |
| 552 | + "members":{} |
525 | 553 | },
|
526 | 554 | "GetAssociationForServiceQuotaTemplateResponse":{
|
527 | 555 | "type":"structure",
|
|
1428 | 1456 | },
|
1429 | 1457 | "TagResourceResponse":{
|
1430 | 1458 | "type":"structure",
|
1431 |
| - "members":{ |
1432 |
| - } |
| 1459 | + "members":{} |
1433 | 1460 | },
|
1434 | 1461 | "TagValue":{
|
1435 | 1462 | "type":"string",
|
|
1480 | 1507 | },
|
1481 | 1508 | "UntagResourceResponse":{
|
1482 | 1509 | "type":"structure",
|
1483 |
| - "members":{ |
1484 |
| - } |
| 1510 | + "members":{} |
1485 | 1511 | }
|
1486 | 1512 | },
|
1487 | 1513 | "documentation":"<p>With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow. Quotas, also referred to as limits, are the maximum number of resources that you can create in your Amazon Web Services account. For more information, see the <a href=\"https://docs.aws.amazon.com/servicequotas/latest/userguide/\">Service Quotas User Guide</a>.</p> <p>You need Amazon Web Services CLI version 2.13.20 or higher to view and manage resource-level quotas such as <code>Instances per domain</code> for Amazon OpenSearch Service.</p>"
|
|
0 commit comments