1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2019-06-24", 5 "endpointPrefix":"servicequotas", 6 "jsonVersion":"1.1", 7 "protocol":"json", 8 "serviceFullName":"Service Quotas", 9 "serviceId":"Service Quotas", 10 "signatureVersion":"v4", 11 "targetPrefix":"ServiceQuotasV20190624", 12 "uid":"service-quotas-2019-06-24" 13 }, 14 "operations":{ 15 "AssociateServiceQuotaTemplate":{ 16 "name":"AssociateServiceQuotaTemplate", 17 "http":{ 18 "method":"POST", 19 "requestUri":"/" 20 }, 21 "input":{"shape":"AssociateServiceQuotaTemplateRequest"}, 22 "output":{"shape":"AssociateServiceQuotaTemplateResponse"}, 23 "errors":[ 24 {"shape":"DependencyAccessDeniedException"}, 25 {"shape":"AccessDeniedException"}, 26 {"shape":"ServiceException"}, 27 {"shape":"TooManyRequestsException"}, 28 {"shape":"AWSServiceAccessNotEnabledException"}, 29 {"shape":"OrganizationNotInAllFeaturesModeException"}, 30 {"shape":"TemplatesNotAvailableInRegionException"}, 31 {"shape":"NoAvailableOrganizationException"} 32 ], 33 "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>" 34 }, 35 "DeleteServiceQuotaIncreaseRequestFromTemplate":{ 36 "name":"DeleteServiceQuotaIncreaseRequestFromTemplate", 37 "http":{ 38 "method":"POST", 39 "requestUri":"/" 40 }, 41 "input":{"shape":"DeleteServiceQuotaIncreaseRequestFromTemplateRequest"}, 42 "output":{"shape":"DeleteServiceQuotaIncreaseRequestFromTemplateResponse"}, 43 "errors":[ 44 {"shape":"AccessDeniedException"}, 45 {"shape":"ServiceException"}, 46 {"shape":"DependencyAccessDeniedException"}, 47 {"shape":"TooManyRequestsException"}, 48 {"shape":"NoSuchResourceException"}, 49 {"shape":"IllegalArgumentException"}, 50 {"shape":"AWSServiceAccessNotEnabledException"}, 51 {"shape":"TemplatesNotAvailableInRegionException"}, 52 {"shape":"NoAvailableOrganizationException"} 53 ], 54 "documentation":"<p>Deletes the quota increase request for the specified quota from your quota request template.</p>" 55 }, 56 "DisassociateServiceQuotaTemplate":{ 57 "name":"DisassociateServiceQuotaTemplate", 58 "http":{ 59 "method":"POST", 60 "requestUri":"/" 61 }, 62 "input":{"shape":"DisassociateServiceQuotaTemplateRequest"}, 63 "output":{"shape":"DisassociateServiceQuotaTemplateResponse"}, 64 "errors":[ 65 {"shape":"DependencyAccessDeniedException"}, 66 {"shape":"ServiceQuotaTemplateNotInUseException"}, 67 {"shape":"AccessDeniedException"}, 68 {"shape":"ServiceException"}, 69 {"shape":"TooManyRequestsException"}, 70 {"shape":"AWSServiceAccessNotEnabledException"}, 71 {"shape":"TemplatesNotAvailableInRegionException"}, 72 {"shape":"NoAvailableOrganizationException"} 73 ], 74 "documentation":"<p>Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new Amazon Web Services accounts in your organization. Disabling a quota request template does not apply its quota increase requests.</p>" 75 }, 76 "GetAWSDefaultServiceQuota":{ 77 "name":"GetAWSDefaultServiceQuota", 78 "http":{ 79 "method":"POST", 80 "requestUri":"/" 81 }, 82 "input":{"shape":"GetAWSDefaultServiceQuotaRequest"}, 83 "output":{"shape":"GetAWSDefaultServiceQuotaResponse"}, 84 "errors":[ 85 {"shape":"AccessDeniedException"}, 86 {"shape":"NoSuchResourceException"}, 87 {"shape":"IllegalArgumentException"}, 88 {"shape":"ServiceException"}, 89 {"shape":"TooManyRequestsException"} 90 ], 91 "documentation":"<p>Retrieves the default value for the specified quota. The default value does not reflect any quota increases.</p>" 92 }, 93 "GetAssociationForServiceQuotaTemplate":{ 94 "name":"GetAssociationForServiceQuotaTemplate", 95 "http":{ 96 "method":"POST", 97 "requestUri":"/" 98 }, 99 "input":{"shape":"GetAssociationForServiceQuotaTemplateRequest"}, 100 "output":{"shape":"GetAssociationForServiceQuotaTemplateResponse"}, 101 "errors":[ 102 {"shape":"DependencyAccessDeniedException"}, 103 {"shape":"ServiceQuotaTemplateNotInUseException"}, 104 {"shape":"AccessDeniedException"}, 105 {"shape":"ServiceException"}, 106 {"shape":"TooManyRequestsException"}, 107 {"shape":"AWSServiceAccessNotEnabledException"}, 108 {"shape":"TemplatesNotAvailableInRegionException"}, 109 {"shape":"NoAvailableOrganizationException"} 110 ], 111 "documentation":"<p>Retrieves the status of the association for the quota request template.</p>" 112 }, 113 "GetRequestedServiceQuotaChange":{ 114 "name":"GetRequestedServiceQuotaChange", 115 "http":{ 116 "method":"POST", 117 "requestUri":"/" 118 }, 119 "input":{"shape":"GetRequestedServiceQuotaChangeRequest"}, 120 "output":{"shape":"GetRequestedServiceQuotaChangeResponse"}, 121 "errors":[ 122 {"shape":"AccessDeniedException"}, 123 {"shape":"NoSuchResourceException"}, 124 {"shape":"IllegalArgumentException"}, 125 {"shape":"ServiceException"}, 126 {"shape":"TooManyRequestsException"} 127 ], 128 "documentation":"<p>Retrieves information about the specified quota increase request.</p>" 129 }, 130 "GetServiceQuota":{ 131 "name":"GetServiceQuota", 132 "http":{ 133 "method":"POST", 134 "requestUri":"/" 135 }, 136 "input":{"shape":"GetServiceQuotaRequest"}, 137 "output":{"shape":"GetServiceQuotaResponse"}, 138 "errors":[ 139 {"shape":"AccessDeniedException"}, 140 {"shape":"NoSuchResourceException"}, 141 {"shape":"IllegalArgumentException"}, 142 {"shape":"ServiceException"}, 143 {"shape":"TooManyRequestsException"} 144 ], 145 "documentation":"<p>Retrieves the applied quota value for the specified quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.</p>" 146 }, 147 "GetServiceQuotaIncreaseRequestFromTemplate":{ 148 "name":"GetServiceQuotaIncreaseRequestFromTemplate", 149 "http":{ 150 "method":"POST", 151 "requestUri":"/" 152 }, 153 "input":{"shape":"GetServiceQuotaIncreaseRequestFromTemplateRequest"}, 154 "output":{"shape":"GetServiceQuotaIncreaseRequestFromTemplateResponse"}, 155 "errors":[ 156 {"shape":"AccessDeniedException"}, 157 {"shape":"DependencyAccessDeniedException"}, 158 {"shape":"ServiceException"}, 159 {"shape":"TooManyRequestsException"}, 160 {"shape":"NoSuchResourceException"}, 161 {"shape":"IllegalArgumentException"}, 162 {"shape":"AWSServiceAccessNotEnabledException"}, 163 {"shape":"TemplatesNotAvailableInRegionException"}, 164 {"shape":"NoAvailableOrganizationException"} 165 ], 166 "documentation":"<p>Retrieves information about the specified quota increase request in your quota request template.</p>" 167 }, 168 "ListAWSDefaultServiceQuotas":{ 169 "name":"ListAWSDefaultServiceQuotas", 170 "http":{ 171 "method":"POST", 172 "requestUri":"/" 173 }, 174 "input":{"shape":"ListAWSDefaultServiceQuotasRequest"}, 175 "output":{"shape":"ListAWSDefaultServiceQuotasResponse"}, 176 "errors":[ 177 {"shape":"AccessDeniedException"}, 178 {"shape":"NoSuchResourceException"}, 179 {"shape":"IllegalArgumentException"}, 180 {"shape":"InvalidPaginationTokenException"}, 181 {"shape":"ServiceException"}, 182 {"shape":"TooManyRequestsException"} 183 ], 184 "documentation":"<p>Lists the default values for the quotas for the specified Amazon Web Service. A default value does not reflect any quota increases.</p>" 185 }, 186 "ListRequestedServiceQuotaChangeHistory":{ 187 "name":"ListRequestedServiceQuotaChangeHistory", 188 "http":{ 189 "method":"POST", 190 "requestUri":"/" 191 }, 192 "input":{"shape":"ListRequestedServiceQuotaChangeHistoryRequest"}, 193 "output":{"shape":"ListRequestedServiceQuotaChangeHistoryResponse"}, 194 "errors":[ 195 {"shape":"AccessDeniedException"}, 196 {"shape":"NoSuchResourceException"}, 197 {"shape":"IllegalArgumentException"}, 198 {"shape":"InvalidPaginationTokenException"}, 199 {"shape":"ServiceException"}, 200 {"shape":"TooManyRequestsException"} 201 ], 202 "documentation":"<p>Retrieves the quota increase requests for the specified Amazon Web Service.</p>" 203 }, 204 "ListRequestedServiceQuotaChangeHistoryByQuota":{ 205 "name":"ListRequestedServiceQuotaChangeHistoryByQuota", 206 "http":{ 207 "method":"POST", 208 "requestUri":"/" 209 }, 210 "input":{"shape":"ListRequestedServiceQuotaChangeHistoryByQuotaRequest"}, 211 "output":{"shape":"ListRequestedServiceQuotaChangeHistoryByQuotaResponse"}, 212 "errors":[ 213 {"shape":"AccessDeniedException"}, 214 {"shape":"NoSuchResourceException"}, 215 {"shape":"IllegalArgumentException"}, 216 {"shape":"InvalidPaginationTokenException"}, 217 {"shape":"ServiceException"}, 218 {"shape":"TooManyRequestsException"} 219 ], 220 "documentation":"<p>Retrieves the quota increase requests for the specified quota.</p>" 221 }, 222 "ListServiceQuotaIncreaseRequestsInTemplate":{ 223 "name":"ListServiceQuotaIncreaseRequestsInTemplate", 224 "http":{ 225 "method":"POST", 226 "requestUri":"/" 227 }, 228 "input":{"shape":"ListServiceQuotaIncreaseRequestsInTemplateRequest"}, 229 "output":{"shape":"ListServiceQuotaIncreaseRequestsInTemplateResponse"}, 230 "errors":[ 231 {"shape":"AccessDeniedException"}, 232 {"shape":"DependencyAccessDeniedException"}, 233 {"shape":"ServiceException"}, 234 {"shape":"TooManyRequestsException"}, 235 {"shape":"IllegalArgumentException"}, 236 {"shape":"AWSServiceAccessNotEnabledException"}, 237 {"shape":"TemplatesNotAvailableInRegionException"}, 238 {"shape":"NoAvailableOrganizationException"} 239 ], 240 "documentation":"<p>Lists the quota increase requests in the specified quota request template.</p>" 241 }, 242 "ListServiceQuotas":{ 243 "name":"ListServiceQuotas", 244 "http":{ 245 "method":"POST", 246 "requestUri":"/" 247 }, 248 "input":{"shape":"ListServiceQuotasRequest"}, 249 "output":{"shape":"ListServiceQuotasResponse"}, 250 "errors":[ 251 {"shape":"AccessDeniedException"}, 252 {"shape":"NoSuchResourceException"}, 253 {"shape":"IllegalArgumentException"}, 254 {"shape":"InvalidPaginationTokenException"}, 255 {"shape":"ServiceException"}, 256 {"shape":"TooManyRequestsException"} 257 ], 258 "documentation":"<p>Lists the applied quota values for the specified Amazon Web Service. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.</p>" 259 }, 260 "ListServices":{ 261 "name":"ListServices", 262 "http":{ 263 "method":"POST", 264 "requestUri":"/" 265 }, 266 "input":{"shape":"ListServicesRequest"}, 267 "output":{"shape":"ListServicesResponse"}, 268 "errors":[ 269 {"shape":"AccessDeniedException"}, 270 {"shape":"IllegalArgumentException"}, 271 {"shape":"InvalidPaginationTokenException"}, 272 {"shape":"ServiceException"}, 273 {"shape":"TooManyRequestsException"} 274 ], 275 "documentation":"<p>Lists the names and codes for the Amazon Web Services integrated with Service Quotas.</p>" 276 }, 277 "ListTagsForResource":{ 278 "name":"ListTagsForResource", 279 "http":{ 280 "method":"POST", 281 "requestUri":"/" 282 }, 283 "input":{"shape":"ListTagsForResourceRequest"}, 284 "output":{"shape":"ListTagsForResourceResponse"}, 285 "errors":[ 286 {"shape":"TooManyRequestsException"}, 287 {"shape":"NoSuchResourceException"}, 288 {"shape":"IllegalArgumentException"}, 289 {"shape":"AccessDeniedException"}, 290 {"shape":"ServiceException"} 291 ], 292 "documentation":"<p>Returns a list of the tags assigned to the specified applied quota.</p>" 293 }, 294 "PutServiceQuotaIncreaseRequestIntoTemplate":{ 295 "name":"PutServiceQuotaIncreaseRequestIntoTemplate", 296 "http":{ 297 "method":"POST", 298 "requestUri":"/" 299 }, 300 "input":{"shape":"PutServiceQuotaIncreaseRequestIntoTemplateRequest"}, 301 "output":{"shape":"PutServiceQuotaIncreaseRequestIntoTemplateResponse"}, 302 "errors":[ 303 {"shape":"AccessDeniedException"}, 304 {"shape":"DependencyAccessDeniedException"}, 305 {"shape":"ServiceException"}, 306 {"shape":"TooManyRequestsException"}, 307 {"shape":"IllegalArgumentException"}, 308 {"shape":"QuotaExceededException"}, 309 {"shape":"NoSuchResourceException"}, 310 {"shape":"AWSServiceAccessNotEnabledException"}, 311 {"shape":"TemplatesNotAvailableInRegionException"}, 312 {"shape":"NoAvailableOrganizationException"} 313 ], 314 "documentation":"<p>Adds a quota increase request to your quota request template.</p>" 315 }, 316 "RequestServiceQuotaIncrease":{ 317 "name":"RequestServiceQuotaIncrease", 318 "http":{ 319 "method":"POST", 320 "requestUri":"/" 321 }, 322 "input":{"shape":"RequestServiceQuotaIncreaseRequest"}, 323 "output":{"shape":"RequestServiceQuotaIncreaseResponse"}, 324 "errors":[ 325 {"shape":"DependencyAccessDeniedException"}, 326 {"shape":"QuotaExceededException"}, 327 {"shape":"ResourceAlreadyExistsException"}, 328 {"shape":"AccessDeniedException"}, 329 {"shape":"NoSuchResourceException"}, 330 {"shape":"IllegalArgumentException"}, 331 {"shape":"InvalidResourceStateException"}, 332 {"shape":"ServiceException"}, 333 {"shape":"TooManyRequestsException"} 334 ], 335 "documentation":"<p>Submits a quota increase request for the specified quota.</p>" 336 }, 337 "TagResource":{ 338 "name":"TagResource", 339 "http":{ 340 "method":"POST", 341 "requestUri":"/" 342 }, 343 "input":{"shape":"TagResourceRequest"}, 344 "output":{"shape":"TagResourceResponse"}, 345 "errors":[ 346 {"shape":"TooManyRequestsException"}, 347 {"shape":"NoSuchResourceException"}, 348 {"shape":"TooManyTagsException"}, 349 {"shape":"TagPolicyViolationException"}, 350 {"shape":"IllegalArgumentException"}, 351 {"shape":"AccessDeniedException"}, 352 {"shape":"ServiceException"} 353 ], 354 "documentation":"<p>Adds tags to the specified applied quota. You can include one or more tags to add to the quota.</p>" 355 }, 356 "UntagResource":{ 357 "name":"UntagResource", 358 "http":{ 359 "method":"POST", 360 "requestUri":"/" 361 }, 362 "input":{"shape":"UntagResourceRequest"}, 363 "output":{"shape":"UntagResourceResponse"}, 364 "errors":[ 365 {"shape":"TooManyRequestsException"}, 366 {"shape":"NoSuchResourceException"}, 367 {"shape":"IllegalArgumentException"}, 368 {"shape":"AccessDeniedException"}, 369 {"shape":"ServiceException"} 370 ], 371 "documentation":"<p>Removes tags from the specified applied quota. You can specify one or more tags to remove.</p>" 372 } 373 }, 374 "shapes":{ 375 "AWSServiceAccessNotEnabledException":{ 376 "type":"structure", 377 "members":{ 378 "Message":{"shape":"ExceptionMessage"} 379 }, 380 "documentation":"<p>The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.</p>", 381 "exception":true 382 }, 383 "AccessDeniedException":{ 384 "type":"structure", 385 "members":{ 386 "Message":{"shape":"ExceptionMessage"} 387 }, 388 "documentation":"<p>You do not have sufficient permission to perform this action.</p>", 389 "exception":true 390 }, 391 "AmazonResourceName":{ 392 "type":"string", 393 "max":1011, 394 "min":1, 395 "pattern":"arn:aws(-[\\w]+)*:*:.+:[0-9]{12}:.+" 396 }, 397 "AppliedLevelEnum":{ 398 "type":"string", 399 "enum":[ 400 "ACCOUNT", 401 "RESOURCE", 402 "ALL" 403 ] 404 }, 405 "AssociateServiceQuotaTemplateRequest":{ 406 "type":"structure", 407 "members":{ 408 } 409 }, 410 "AssociateServiceQuotaTemplateResponse":{ 411 "type":"structure", 412 "members":{ 413 } 414 }, 415 "AwsRegion":{ 416 "type":"string", 417 "max":64, 418 "min":1, 419 "pattern":"[a-zA-Z][a-zA-Z0-9-]{1,128}" 420 }, 421 "CustomerServiceEngagementId":{"type":"string"}, 422 "DateTime":{"type":"timestamp"}, 423 "DeleteServiceQuotaIncreaseRequestFromTemplateRequest":{ 424 "type":"structure", 425 "required":[ 426 "ServiceCode", 427 "QuotaCode", 428 "AwsRegion" 429 ], 430 "members":{ 431 "ServiceCode":{ 432 "shape":"ServiceCode", 433 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 434 }, 435 "QuotaCode":{ 436 "shape":"QuotaCode", 437 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 438 }, 439 "AwsRegion":{ 440 "shape":"AwsRegion", 441 "documentation":"<p>Specifies the Amazon Web Services Region for which the request was made.</p>" 442 } 443 } 444 }, 445 "DeleteServiceQuotaIncreaseRequestFromTemplateResponse":{ 446 "type":"structure", 447 "members":{ 448 } 449 }, 450 "DependencyAccessDeniedException":{ 451 "type":"structure", 452 "members":{ 453 "Message":{"shape":"ExceptionMessage"} 454 }, 455 "documentation":"<p>You can't perform this action because a dependency does not have access.</p>", 456 "exception":true 457 }, 458 "DisassociateServiceQuotaTemplateRequest":{ 459 "type":"structure", 460 "members":{ 461 } 462 }, 463 "DisassociateServiceQuotaTemplateResponse":{ 464 "type":"structure", 465 "members":{ 466 } 467 }, 468 "ErrorCode":{ 469 "type":"string", 470 "enum":[ 471 "DEPENDENCY_ACCESS_DENIED_ERROR", 472 "DEPENDENCY_THROTTLING_ERROR", 473 "DEPENDENCY_SERVICE_ERROR", 474 "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" 475 ] 476 }, 477 "ErrorMessage":{"type":"string"}, 478 "ErrorReason":{ 479 "type":"structure", 480 "members":{ 481 "ErrorCode":{ 482 "shape":"ErrorCode", 483 "documentation":"<p>Service Quotas returns the following error values:</p> <ul> <li> <p> <code>DEPENDENCY_ACCESS_DENIED_ERROR</code> - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Service or quota.</p> </li> <li> <p> <code>DEPENDENCY_THROTTLING_ERROR</code> - The Amazon Web Service is throttling Service Quotas. </p> </li> <li> <p> <code>DEPENDENCY_SERVICE_ERROR</code> - The Amazon Web Service is not available.</p> </li> <li> <p> <code>SERVICE_QUOTA_NOT_AVAILABLE_ERROR</code> - There was an error in Service Quotas.</p> </li> </ul>" 484 }, 485 "ErrorMessage":{ 486 "shape":"ErrorMessage", 487 "documentation":"<p>The error message.</p>" 488 } 489 }, 490 "documentation":"<p>An error that explains why an action did not succeed.</p>" 491 }, 492 "ExceptionMessage":{"type":"string"}, 493 "GetAWSDefaultServiceQuotaRequest":{ 494 "type":"structure", 495 "required":[ 496 "ServiceCode", 497 "QuotaCode" 498 ], 499 "members":{ 500 "ServiceCode":{ 501 "shape":"ServiceCode", 502 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 503 }, 504 "QuotaCode":{ 505 "shape":"QuotaCode", 506 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 507 } 508 } 509 }, 510 "GetAWSDefaultServiceQuotaResponse":{ 511 "type":"structure", 512 "members":{ 513 "Quota":{ 514 "shape":"ServiceQuota", 515 "documentation":"<p>Information about the quota.</p>" 516 } 517 } 518 }, 519 "GetAssociationForServiceQuotaTemplateRequest":{ 520 "type":"structure", 521 "members":{ 522 } 523 }, 524 "GetAssociationForServiceQuotaTemplateResponse":{ 525 "type":"structure", 526 "members":{ 527 "ServiceQuotaTemplateAssociationStatus":{ 528 "shape":"ServiceQuotaTemplateAssociationStatus", 529 "documentation":"<p>The association status. If the status is <code>ASSOCIATED</code>, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization.</p>" 530 } 531 } 532 }, 533 "GetRequestedServiceQuotaChangeRequest":{ 534 "type":"structure", 535 "required":["RequestId"], 536 "members":{ 537 "RequestId":{ 538 "shape":"RequestId", 539 "documentation":"<p>Specifies the ID of the quota increase request.</p>" 540 } 541 } 542 }, 543 "GetRequestedServiceQuotaChangeResponse":{ 544 "type":"structure", 545 "members":{ 546 "RequestedQuota":{ 547 "shape":"RequestedServiceQuotaChange", 548 "documentation":"<p>Information about the quota increase request.</p>" 549 } 550 } 551 }, 552 "GetServiceQuotaIncreaseRequestFromTemplateRequest":{ 553 "type":"structure", 554 "required":[ 555 "ServiceCode", 556 "QuotaCode", 557 "AwsRegion" 558 ], 559 "members":{ 560 "ServiceCode":{ 561 "shape":"ServiceCode", 562 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 563 }, 564 "QuotaCode":{ 565 "shape":"QuotaCode", 566 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 567 }, 568 "AwsRegion":{ 569 "shape":"AwsRegion", 570 "documentation":"<p>Specifies the Amazon Web Services Region for which you made the request.</p>" 571 } 572 } 573 }, 574 "GetServiceQuotaIncreaseRequestFromTemplateResponse":{ 575 "type":"structure", 576 "members":{ 577 "ServiceQuotaIncreaseRequestInTemplate":{ 578 "shape":"ServiceQuotaIncreaseRequestInTemplate", 579 "documentation":"<p>Information about the quota increase request.</p>" 580 } 581 } 582 }, 583 "GetServiceQuotaRequest":{ 584 "type":"structure", 585 "required":[ 586 "ServiceCode", 587 "QuotaCode" 588 ], 589 "members":{ 590 "ServiceCode":{ 591 "shape":"ServiceCode", 592 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 593 }, 594 "QuotaCode":{ 595 "shape":"QuotaCode", 596 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 597 }, 598 "ContextId":{ 599 "shape":"QuotaContextId", 600 "documentation":"<p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.</p>" 601 } 602 } 603 }, 604 "GetServiceQuotaResponse":{ 605 "type":"structure", 606 "members":{ 607 "Quota":{ 608 "shape":"ServiceQuota", 609 "documentation":"<p>Information about the quota.</p>" 610 } 611 } 612 }, 613 "GlobalQuota":{"type":"boolean"}, 614 "IllegalArgumentException":{ 615 "type":"structure", 616 "members":{ 617 "Message":{"shape":"ExceptionMessage"} 618 }, 619 "documentation":"<p>Invalid input was provided.</p>", 620 "exception":true 621 }, 622 "InputTagKeys":{ 623 "type":"list", 624 "member":{"shape":"TagKey"} 625 }, 626 "InputTags":{ 627 "type":"list", 628 "member":{"shape":"Tag"}, 629 "min":1 630 }, 631 "InvalidPaginationTokenException":{ 632 "type":"structure", 633 "members":{ 634 "Message":{"shape":"ExceptionMessage"} 635 }, 636 "documentation":"<p>Invalid input was provided.</p>", 637 "exception":true 638 }, 639 "InvalidResourceStateException":{ 640 "type":"structure", 641 "members":{ 642 "Message":{"shape":"ExceptionMessage"} 643 }, 644 "documentation":"<p>The resource is in an invalid state.</p>", 645 "exception":true 646 }, 647 "ListAWSDefaultServiceQuotasRequest":{ 648 "type":"structure", 649 "required":["ServiceCode"], 650 "members":{ 651 "ServiceCode":{ 652 "shape":"ServiceCode", 653 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 654 }, 655 "NextToken":{ 656 "shape":"NextToken", 657 "documentation":"<p>Specifies a value for receiving additional results after you receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code> response indicates that more output is available. Set this parameter to the value of the previous call's <code>NextToken</code> response to indicate where the output should continue from.</p>" 658 }, 659 "MaxResults":{ 660 "shape":"MaxResults", 661 "documentation":"<p>Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the <code>NextToken</code> response element is present and has a value (is not null). Include that value as the <code>NextToken</code> request parameter in the next call to the operation to get the next part of the results.</p> <note> <p>An API operation can return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p> </note>" 662 } 663 } 664 }, 665 "ListAWSDefaultServiceQuotasResponse":{ 666 "type":"structure", 667 "members":{ 668 "NextToken":{ 669 "shape":"NextToken", 670 "documentation":"<p>If present, indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>.</p>" 671 }, 672 "Quotas":{ 673 "shape":"ServiceQuotaListDefinition", 674 "documentation":"<p>Information about the quotas.</p>" 675 } 676 } 677 }, 678 "ListRequestedServiceQuotaChangeHistoryByQuotaRequest":{ 679 "type":"structure", 680 "required":[ 681 "ServiceCode", 682 "QuotaCode" 683 ], 684 "members":{ 685 "ServiceCode":{ 686 "shape":"ServiceCode", 687 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 688 }, 689 "QuotaCode":{ 690 "shape":"QuotaCode", 691 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 692 }, 693 "Status":{ 694 "shape":"RequestStatus", 695 "documentation":"<p>Specifies that you want to filter the results to only the requests with the matching status.</p>" 696 }, 697 "NextToken":{ 698 "shape":"NextToken", 699 "documentation":"<p>Specifies a value for receiving additional results after you receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code> response indicates that more output is available. Set this parameter to the value of the previous call's <code>NextToken</code> response to indicate where the output should continue from.</p>" 700 }, 701 "MaxResults":{ 702 "shape":"MaxResults", 703 "documentation":"<p>Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the <code>NextToken</code> response element is present and has a value (is not null). Include that value as the <code>NextToken</code> request parameter in the next call to the operation to get the next part of the results.</p> <note> <p>An API operation can return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p> </note>" 704 }, 705 "QuotaRequestedAtLevel":{ 706 "shape":"AppliedLevelEnum", 707 "documentation":"<p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>" 708 } 709 } 710 }, 711 "ListRequestedServiceQuotaChangeHistoryByQuotaResponse":{ 712 "type":"structure", 713 "members":{ 714 "NextToken":{ 715 "shape":"NextToken", 716 "documentation":"<p>If present, indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>.</p>" 717 }, 718 "RequestedQuotas":{ 719 "shape":"RequestedServiceQuotaChangeHistoryListDefinition", 720 "documentation":"<p>Information about the quota increase requests.</p>" 721 } 722 } 723 }, 724 "ListRequestedServiceQuotaChangeHistoryRequest":{ 725 "type":"structure", 726 "members":{ 727 "ServiceCode":{ 728 "shape":"ServiceCode", 729 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 730 }, 731 "Status":{ 732 "shape":"RequestStatus", 733 "documentation":"<p>Specifies that you want to filter the results to only the requests with the matching status.</p>" 734 }, 735 "NextToken":{ 736 "shape":"NextToken", 737 "documentation":"<p>Specifies a value for receiving additional results after you receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code> response indicates that more output is available. Set this parameter to the value of the previous call's <code>NextToken</code> response to indicate where the output should continue from.</p>" 738 }, 739 "MaxResults":{ 740 "shape":"MaxResults", 741 "documentation":"<p>Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the <code>NextToken</code> response element is present and has a value (is not null). Include that value as the <code>NextToken</code> request parameter in the next call to the operation to get the next part of the results.</p> <note> <p>An API operation can return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p> </note>" 742 }, 743 "QuotaRequestedAtLevel":{ 744 "shape":"AppliedLevelEnum", 745 "documentation":"<p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>" 746 } 747 } 748 }, 749 "ListRequestedServiceQuotaChangeHistoryResponse":{ 750 "type":"structure", 751 "members":{ 752 "NextToken":{ 753 "shape":"NextToken", 754 "documentation":"<p>If present, indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>.</p>" 755 }, 756 "RequestedQuotas":{ 757 "shape":"RequestedServiceQuotaChangeHistoryListDefinition", 758 "documentation":"<p>Information about the quota increase requests.</p>" 759 } 760 } 761 }, 762 "ListServiceQuotaIncreaseRequestsInTemplateRequest":{ 763 "type":"structure", 764 "members":{ 765 "ServiceCode":{ 766 "shape":"ServiceCode", 767 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 768 }, 769 "AwsRegion":{ 770 "shape":"AwsRegion", 771 "documentation":"<p>Specifies the Amazon Web Services Region for which you made the request.</p>" 772 }, 773 "NextToken":{ 774 "shape":"NextToken", 775 "documentation":"<p>Specifies a value for receiving additional results after you receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code> response indicates that more output is available. Set this parameter to the value of the previous call's <code>NextToken</code> response to indicate where the output should continue from.</p>" 776 }, 777 "MaxResults":{ 778 "shape":"MaxResults", 779 "documentation":"<p>Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the <code>NextToken</code> response element is present and has a value (is not null). Include that value as the <code>NextToken</code> request parameter in the next call to the operation to get the next part of the results.</p> <note> <p>An API operation can return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p> </note>" 780 } 781 } 782 }, 783 "ListServiceQuotaIncreaseRequestsInTemplateResponse":{ 784 "type":"structure", 785 "members":{ 786 "ServiceQuotaIncreaseRequestInTemplateList":{ 787 "shape":"ServiceQuotaIncreaseRequestInTemplateList", 788 "documentation":"<p>Information about the quota increase requests.</p>" 789 }, 790 "NextToken":{ 791 "shape":"NextToken", 792 "documentation":"<p>If present, indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>.</p>" 793 } 794 } 795 }, 796 "ListServiceQuotasRequest":{ 797 "type":"structure", 798 "required":["ServiceCode"], 799 "members":{ 800 "ServiceCode":{ 801 "shape":"ServiceCode", 802 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 803 }, 804 "NextToken":{ 805 "shape":"NextToken", 806 "documentation":"<p>Specifies a value for receiving additional results after you receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code> response indicates that more output is available. Set this parameter to the value of the previous call's <code>NextToken</code> response to indicate where the output should continue from.</p>" 807 }, 808 "MaxResults":{ 809 "shape":"MaxResults", 810 "documentation":"<p>Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the <code>NextToken</code> response element is present and has a value (is not null). Include that value as the <code>NextToken</code> request parameter in the next call to the operation to get the next part of the results.</p> <note> <p>An API operation can return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p> </note>" 811 }, 812 "QuotaCode":{ 813 "shape":"QuotaCode", 814 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 815 }, 816 "QuotaAppliedAtLevel":{ 817 "shape":"AppliedLevelEnum", 818 "documentation":"<p>Specifies at which level of granularity that the quota value is applied.</p>" 819 } 820 } 821 }, 822 "ListServiceQuotasResponse":{ 823 "type":"structure", 824 "members":{ 825 "NextToken":{ 826 "shape":"NextToken", 827 "documentation":"<p>If present, indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>.</p>" 828 }, 829 "Quotas":{ 830 "shape":"ServiceQuotaListDefinition", 831 "documentation":"<p>Information about the quotas.</p>" 832 } 833 } 834 }, 835 "ListServicesRequest":{ 836 "type":"structure", 837 "members":{ 838 "NextToken":{ 839 "shape":"NextToken", 840 "documentation":"<p>Specifies a value for receiving additional results after you receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code> response indicates that more output is available. Set this parameter to the value of the previous call's <code>NextToken</code> response to indicate where the output should continue from.</p>" 841 }, 842 "MaxResults":{ 843 "shape":"MaxResults", 844 "documentation":"<p>Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the <code>NextToken</code> response element is present and has a value (is not null). Include that value as the <code>NextToken</code> request parameter in the next call to the operation to get the next part of the results.</p> <note> <p>An API operation can return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p> </note>" 845 } 846 } 847 }, 848 "ListServicesResponse":{ 849 "type":"structure", 850 "members":{ 851 "NextToken":{ 852 "shape":"NextToken", 853 "documentation":"<p>If present, indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>.</p>" 854 }, 855 "Services":{ 856 "shape":"ServiceInfoListDefinition", 857 "documentation":"<p>The list of the Amazon Web Service names and service codes.</p>" 858 } 859 } 860 }, 861 "ListTagsForResourceRequest":{ 862 "type":"structure", 863 "required":["ResourceARN"], 864 "members":{ 865 "ResourceARN":{ 866 "shape":"AmazonResourceName", 867 "documentation":"<p>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You can get this information by using the Service Quotas console, or by listing the quotas using the <a href=\"https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html\">list-service-quotas</a> CLI command or the <a href=\"https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html\">ListServiceQuotas</a> Amazon Web Services API operation.</p>" 868 } 869 } 870 }, 871 "ListTagsForResourceResponse":{ 872 "type":"structure", 873 "members":{ 874 "Tags":{ 875 "shape":"OutputTags", 876 "documentation":"<p>A complex data type that contains zero or more tag elements.</p>" 877 } 878 } 879 }, 880 "MaxResults":{ 881 "type":"integer", 882 "max":100, 883 "min":1 884 }, 885 "MetricDimensionName":{"type":"string"}, 886 "MetricDimensionValue":{"type":"string"}, 887 "MetricDimensionsMapDefinition":{ 888 "type":"map", 889 "key":{"shape":"MetricDimensionName"}, 890 "value":{"shape":"MetricDimensionValue"}, 891 "max":10 892 }, 893 "MetricInfo":{ 894 "type":"structure", 895 "members":{ 896 "MetricNamespace":{ 897 "shape":"QuotaMetricNamespace", 898 "documentation":"<p>The namespace of the metric.</p>" 899 }, 900 "MetricName":{ 901 "shape":"QuotaMetricName", 902 "documentation":"<p>The name of the metric.</p>" 903 }, 904 "MetricDimensions":{ 905 "shape":"MetricDimensionsMapDefinition", 906 "documentation":"<p>The metric dimension. This is a name/value pair that is part of the identity of a metric.</p>" 907 }, 908 "MetricStatisticRecommendation":{ 909 "shape":"Statistic", 910 "documentation":"<p>The metric statistic that we recommend you use when determining quota usage.</p>" 911 } 912 }, 913 "documentation":"<p>Information about the CloudWatch metric that reflects quota usage.</p>" 914 }, 915 "NextToken":{ 916 "type":"string", 917 "max":2048, 918 "pattern":"^[a-zA-Z0-9/+]*={0,2}$" 919 }, 920 "NoAvailableOrganizationException":{ 921 "type":"structure", 922 "members":{ 923 "Message":{"shape":"ExceptionMessage"} 924 }, 925 "documentation":"<p>The Amazon Web Services account making this call is not a member of an organization.</p>", 926 "exception":true 927 }, 928 "NoSuchResourceException":{ 929 "type":"structure", 930 "members":{ 931 "Message":{"shape":"ExceptionMessage"} 932 }, 933 "documentation":"<p>The specified resource does not exist.</p>", 934 "exception":true 935 }, 936 "OrganizationNotInAllFeaturesModeException":{ 937 "type":"structure", 938 "members":{ 939 "Message":{"shape":"ExceptionMessage"} 940 }, 941 "documentation":"<p>The organization that your Amazon Web Services account belongs to is not in All Features mode.</p>", 942 "exception":true 943 }, 944 "OutputTags":{ 945 "type":"list", 946 "member":{"shape":"Tag"}, 947 "max":200 948 }, 949 "PeriodUnit":{ 950 "type":"string", 951 "enum":[ 952 "MICROSECOND", 953 "MILLISECOND", 954 "SECOND", 955 "MINUTE", 956 "HOUR", 957 "DAY", 958 "WEEK" 959 ] 960 }, 961 "PeriodValue":{"type":"integer"}, 962 "PutServiceQuotaIncreaseRequestIntoTemplateRequest":{ 963 "type":"structure", 964 "required":[ 965 "QuotaCode", 966 "ServiceCode", 967 "AwsRegion", 968 "DesiredValue" 969 ], 970 "members":{ 971 "QuotaCode":{ 972 "shape":"QuotaCode", 973 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 974 }, 975 "ServiceCode":{ 976 "shape":"ServiceCode", 977 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 978 }, 979 "AwsRegion":{ 980 "shape":"AwsRegion", 981 "documentation":"<p>Specifies the Amazon Web Services Region to which the template applies.</p>" 982 }, 983 "DesiredValue":{ 984 "shape":"QuotaValue", 985 "documentation":"<p>Specifies the new, increased value for the quota.</p>" 986 } 987 } 988 }, 989 "PutServiceQuotaIncreaseRequestIntoTemplateResponse":{ 990 "type":"structure", 991 "members":{ 992 "ServiceQuotaIncreaseRequestInTemplate":{ 993 "shape":"ServiceQuotaIncreaseRequestInTemplate", 994 "documentation":"<p>Information about the quota increase request.</p>" 995 } 996 } 997 }, 998 "QuotaAdjustable":{"type":"boolean"}, 999 "QuotaArn":{"type":"string"}, 1000 "QuotaCode":{ 1001 "type":"string", 1002 "max":128, 1003 "min":1, 1004 "pattern":"[a-zA-Z][a-zA-Z0-9-]{1,128}" 1005 }, 1006 "QuotaContextId":{"type":"string"}, 1007 "QuotaContextInfo":{ 1008 "type":"structure", 1009 "members":{ 1010 "ContextScope":{ 1011 "shape":"QuotaContextScope", 1012 "documentation":"<p>Specifies whether the quota applies to an Amazon Web Services account, or to a resource.</p>" 1013 }, 1014 "ContextScopeType":{ 1015 "shape":"QuotaContextScopeType", 1016 "documentation":"<p>When the <code>ContextScope</code> is <code>RESOURCE</code>, then this specifies the resource type of the specified resource.</p>" 1017 }, 1018 "ContextId":{ 1019 "shape":"QuotaContextId", 1020 "documentation":"<p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.</p>" 1021 } 1022 }, 1023 "documentation":"<p>A structure that describes the context for a service quota. The context identifies what the quota applies to.</p>" 1024 }, 1025 "QuotaContextScope":{ 1026 "type":"string", 1027 "enum":[ 1028 "RESOURCE", 1029 "ACCOUNT" 1030 ] 1031 }, 1032 "QuotaContextScopeType":{"type":"string"}, 1033 "QuotaExceededException":{ 1034 "type":"structure", 1035 "members":{ 1036 "Message":{"shape":"ExceptionMessage"} 1037 }, 1038 "documentation":"<p>You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.</p>", 1039 "exception":true 1040 }, 1041 "QuotaMetricName":{"type":"string"}, 1042 "QuotaMetricNamespace":{"type":"string"}, 1043 "QuotaName":{"type":"string"}, 1044 "QuotaPeriod":{ 1045 "type":"structure", 1046 "members":{ 1047 "PeriodValue":{ 1048 "shape":"PeriodValue", 1049 "documentation":"<p>The value associated with the reported <code>PeriodUnit</code>.</p>" 1050 }, 1051 "PeriodUnit":{ 1052 "shape":"PeriodUnit", 1053 "documentation":"<p>The time unit.</p>" 1054 } 1055 }, 1056 "documentation":"<p>Information about the quota period.</p>" 1057 }, 1058 "QuotaUnit":{"type":"string"}, 1059 "QuotaValue":{ 1060 "type":"double", 1061 "max":10000000000, 1062 "min":0 1063 }, 1064 "RequestId":{ 1065 "type":"string", 1066 "max":128, 1067 "min":1, 1068 "pattern":"[0-9a-zA-Z][a-zA-Z0-9-]{1,128}" 1069 }, 1070 "RequestServiceQuotaIncreaseRequest":{ 1071 "type":"structure", 1072 "required":[ 1073 "ServiceCode", 1074 "QuotaCode", 1075 "DesiredValue" 1076 ], 1077 "members":{ 1078 "ServiceCode":{ 1079 "shape":"ServiceCode", 1080 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 1081 }, 1082 "QuotaCode":{ 1083 "shape":"QuotaCode", 1084 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 1085 }, 1086 "DesiredValue":{ 1087 "shape":"QuotaValue", 1088 "documentation":"<p>Specifies the new, increased value for the quota.</p>" 1089 }, 1090 "ContextId":{ 1091 "shape":"QuotaContextId", 1092 "documentation":"<p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.</p>" 1093 } 1094 } 1095 }, 1096 "RequestServiceQuotaIncreaseResponse":{ 1097 "type":"structure", 1098 "members":{ 1099 "RequestedQuota":{ 1100 "shape":"RequestedServiceQuotaChange", 1101 "documentation":"<p>Information about the quota increase request.</p>" 1102 } 1103 } 1104 }, 1105 "RequestStatus":{ 1106 "type":"string", 1107 "enum":[ 1108 "PENDING", 1109 "CASE_OPENED", 1110 "APPROVED", 1111 "DENIED", 1112 "CASE_CLOSED", 1113 "NOT_APPROVED", 1114 "INVALID_REQUEST" 1115 ] 1116 }, 1117 "RequestedServiceQuotaChange":{ 1118 "type":"structure", 1119 "members":{ 1120 "Id":{ 1121 "shape":"RequestId", 1122 "documentation":"<p>The unique identifier.</p>" 1123 }, 1124 "CaseId":{ 1125 "shape":"CustomerServiceEngagementId", 1126 "documentation":"<p>The case ID.</p>" 1127 }, 1128 "ServiceCode":{ 1129 "shape":"ServiceCode", 1130 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 1131 }, 1132 "ServiceName":{ 1133 "shape":"ServiceName", 1134 "documentation":"<p>Specifies the service name.</p>" 1135 }, 1136 "QuotaCode":{ 1137 "shape":"QuotaCode", 1138 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 1139 }, 1140 "QuotaName":{ 1141 "shape":"QuotaName", 1142 "documentation":"<p>Specifies the quota name.</p>" 1143 }, 1144 "DesiredValue":{ 1145 "shape":"QuotaValue", 1146 "documentation":"<p>The new, increased value for the quota.</p>" 1147 }, 1148 "Status":{ 1149 "shape":"RequestStatus", 1150 "documentation":"<p>The state of the quota increase request.</p>" 1151 }, 1152 "Created":{ 1153 "shape":"DateTime", 1154 "documentation":"<p>The date and time when the quota increase request was received and the case ID was created.</p>" 1155 }, 1156 "LastUpdated":{ 1157 "shape":"DateTime", 1158 "documentation":"<p>The date and time of the most recent change.</p>" 1159 }, 1160 "Requester":{ 1161 "shape":"Requester", 1162 "documentation":"<p>The IAM identity of the requester.</p>" 1163 }, 1164 "QuotaArn":{ 1165 "shape":"QuotaArn", 1166 "documentation":"<p>The Amazon Resource Name (ARN) of the quota.</p>" 1167 }, 1168 "GlobalQuota":{ 1169 "shape":"GlobalQuota", 1170 "documentation":"<p>Indicates whether the quota is global.</p>" 1171 }, 1172 "Unit":{ 1173 "shape":"QuotaUnit", 1174 "documentation":"<p>The unit of measurement.</p>" 1175 }, 1176 "QuotaRequestedAtLevel":{ 1177 "shape":"AppliedLevelEnum", 1178 "documentation":"<p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>" 1179 }, 1180 "QuotaContext":{ 1181 "shape":"QuotaContextInfo", 1182 "documentation":"<p>The context for this service quota.</p>" 1183 } 1184 }, 1185 "documentation":"<p>Information about a quota increase request.</p>" 1186 }, 1187 "RequestedServiceQuotaChangeHistoryListDefinition":{ 1188 "type":"list", 1189 "member":{"shape":"RequestedServiceQuotaChange"} 1190 }, 1191 "Requester":{"type":"string"}, 1192 "ResourceAlreadyExistsException":{ 1193 "type":"structure", 1194 "members":{ 1195 "Message":{"shape":"ExceptionMessage"} 1196 }, 1197 "documentation":"<p>The specified resource already exists.</p>", 1198 "exception":true 1199 }, 1200 "ServiceCode":{ 1201 "type":"string", 1202 "max":63, 1203 "min":1, 1204 "pattern":"[a-zA-Z][a-zA-Z0-9-]{1,63}" 1205 }, 1206 "ServiceException":{ 1207 "type":"structure", 1208 "members":{ 1209 "Message":{"shape":"ExceptionMessage"} 1210 }, 1211 "documentation":"<p>Something went wrong.</p>", 1212 "exception":true, 1213 "fault":true 1214 }, 1215 "ServiceInfo":{ 1216 "type":"structure", 1217 "members":{ 1218 "ServiceCode":{ 1219 "shape":"ServiceCode", 1220 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 1221 }, 1222 "ServiceName":{ 1223 "shape":"ServiceName", 1224 "documentation":"<p>Specifies the service name.</p>" 1225 } 1226 }, 1227 "documentation":"<p>Information about an Amazon Web Service.</p>" 1228 }, 1229 "ServiceInfoListDefinition":{ 1230 "type":"list", 1231 "member":{"shape":"ServiceInfo"} 1232 }, 1233 "ServiceName":{"type":"string"}, 1234 "ServiceQuota":{ 1235 "type":"structure", 1236 "members":{ 1237 "ServiceCode":{ 1238 "shape":"ServiceCode", 1239 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 1240 }, 1241 "ServiceName":{ 1242 "shape":"ServiceName", 1243 "documentation":"<p>Specifies the service name.</p>" 1244 }, 1245 "QuotaArn":{ 1246 "shape":"QuotaArn", 1247 "documentation":"<p>The Amazon Resource Name (ARN) of the quota.</p>" 1248 }, 1249 "QuotaCode":{ 1250 "shape":"QuotaCode", 1251 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 1252 }, 1253 "QuotaName":{ 1254 "shape":"QuotaName", 1255 "documentation":"<p>Specifies the quota name.</p>" 1256 }, 1257 "Value":{ 1258 "shape":"QuotaValue", 1259 "documentation":"<p>The quota value.</p>" 1260 }, 1261 "Unit":{ 1262 "shape":"QuotaUnit", 1263 "documentation":"<p>The unit of measurement.</p>" 1264 }, 1265 "Adjustable":{ 1266 "shape":"QuotaAdjustable", 1267 "documentation":"<p>Indicates whether the quota value can be increased.</p>" 1268 }, 1269 "GlobalQuota":{ 1270 "shape":"GlobalQuota", 1271 "documentation":"<p>Indicates whether the quota is global.</p>" 1272 }, 1273 "UsageMetric":{ 1274 "shape":"MetricInfo", 1275 "documentation":"<p>Information about the measurement.</p>" 1276 }, 1277 "Period":{ 1278 "shape":"QuotaPeriod", 1279 "documentation":"<p>The period of time.</p>" 1280 }, 1281 "ErrorReason":{ 1282 "shape":"ErrorReason", 1283 "documentation":"<p>The error code and error reason.</p>" 1284 }, 1285 "QuotaAppliedAtLevel":{ 1286 "shape":"AppliedLevelEnum", 1287 "documentation":"<p>Specifies at which level of granularity that the quota value is applied.</p>" 1288 }, 1289 "QuotaContext":{ 1290 "shape":"QuotaContextInfo", 1291 "documentation":"<p>The context for this service quota.</p>" 1292 } 1293 }, 1294 "documentation":"<p>Information about a quota.</p>" 1295 }, 1296 "ServiceQuotaIncreaseRequestInTemplate":{ 1297 "type":"structure", 1298 "members":{ 1299 "ServiceCode":{ 1300 "shape":"ServiceCode", 1301 "documentation":"<p>Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>" 1302 }, 1303 "ServiceName":{ 1304 "shape":"ServiceName", 1305 "documentation":"<p>Specifies the service name.</p>" 1306 }, 1307 "QuotaCode":{ 1308 "shape":"QuotaCode", 1309 "documentation":"<p>Specifies the quota identifier. To find the quota code for a specific quota, use the <a>ListServiceQuotas</a> operation, and look for the <code>QuotaCode</code> response in the output for the quota you want.</p>" 1310 }, 1311 "QuotaName":{ 1312 "shape":"QuotaName", 1313 "documentation":"<p>Specifies the quota name.</p>" 1314 }, 1315 "DesiredValue":{ 1316 "shape":"QuotaValue", 1317 "documentation":"<p>The new, increased value of the quota.</p>" 1318 }, 1319 "AwsRegion":{ 1320 "shape":"AwsRegion", 1321 "documentation":"<p>The Amazon Web Services Region.</p>" 1322 }, 1323 "Unit":{ 1324 "shape":"QuotaUnit", 1325 "documentation":"<p>The unit of measurement.</p>" 1326 }, 1327 "GlobalQuota":{ 1328 "shape":"GlobalQuota", 1329 "documentation":"<p>Indicates whether the quota is global.</p>" 1330 } 1331 }, 1332 "documentation":"<p>Information about a quota increase request.</p>" 1333 }, 1334 "ServiceQuotaIncreaseRequestInTemplateList":{ 1335 "type":"list", 1336 "member":{"shape":"ServiceQuotaIncreaseRequestInTemplate"} 1337 }, 1338 "ServiceQuotaListDefinition":{ 1339 "type":"list", 1340 "member":{"shape":"ServiceQuota"} 1341 }, 1342 "ServiceQuotaTemplateAssociationStatus":{ 1343 "type":"string", 1344 "enum":[ 1345 "ASSOCIATED", 1346 "DISASSOCIATED" 1347 ] 1348 }, 1349 "ServiceQuotaTemplateNotInUseException":{ 1350 "type":"structure", 1351 "members":{ 1352 "Message":{"shape":"ExceptionMessage"} 1353 }, 1354 "documentation":"<p>The quota request template is not associated with your organization.</p>", 1355 "exception":true 1356 }, 1357 "Statistic":{ 1358 "type":"string", 1359 "max":256, 1360 "min":1, 1361 "pattern":"(Sum|Maximum)" 1362 }, 1363 "Tag":{ 1364 "type":"structure", 1365 "required":[ 1366 "Key", 1367 "Value" 1368 ], 1369 "members":{ 1370 "Key":{ 1371 "shape":"TagKey", 1372 "documentation":"<p>A string that contains a tag key. The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.</p>" 1373 }, 1374 "Value":{ 1375 "shape":"TagValue", 1376 "documentation":"<p>A string that contains an optional tag value. The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.</p>" 1377 } 1378 }, 1379 "documentation":"<p>A complex data type that contains a tag key and tag value.</p>" 1380 }, 1381 "TagKey":{ 1382 "type":"string", 1383 "max":128, 1384 "min":1, 1385 "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" 1386 }, 1387 "TagPolicyViolationException":{ 1388 "type":"structure", 1389 "members":{ 1390 "Message":{"shape":"ExceptionMessage"} 1391 }, 1392 "documentation":"<p>The specified tag is a reserved word and cannot be used.</p>", 1393 "exception":true 1394 }, 1395 "TagResourceRequest":{ 1396 "type":"structure", 1397 "required":[ 1398 "ResourceARN", 1399 "Tags" 1400 ], 1401 "members":{ 1402 "ResourceARN":{ 1403 "shape":"AmazonResourceName", 1404 "documentation":"<p>The Amazon Resource Name (ARN) for the applied quota. You can get this information by using the Service Quotas console, or by listing the quotas using the <a href=\"https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html\">list-service-quotas</a> CLI command or the <a href=\"https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html\">ListServiceQuotas</a> Amazon Web Services API operation.</p>" 1405 }, 1406 "Tags":{ 1407 "shape":"InputTags", 1408 "documentation":"<p>The tags that you want to add to the resource.</p>" 1409 } 1410 } 1411 }, 1412 "TagResourceResponse":{ 1413 "type":"structure", 1414 "members":{ 1415 } 1416 }, 1417 "TagValue":{ 1418 "type":"string", 1419 "max":256, 1420 "min":0, 1421 "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" 1422 }, 1423 "TemplatesNotAvailableInRegionException":{ 1424 "type":"structure", 1425 "members":{ 1426 "Message":{"shape":"ExceptionMessage"} 1427 }, 1428 "documentation":"<p>The Service Quotas template is not available in this Amazon Web Services Region.</p>", 1429 "exception":true 1430 }, 1431 "TooManyRequestsException":{ 1432 "type":"structure", 1433 "members":{ 1434 "Message":{"shape":"ExceptionMessage"} 1435 }, 1436 "documentation":"<p>Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.</p>", 1437 "exception":true 1438 }, 1439 "TooManyTagsException":{ 1440 "type":"structure", 1441 "members":{ 1442 "Message":{"shape":"ExceptionMessage"} 1443 }, 1444 "documentation":"<p>You've exceeded the number of tags allowed for a resource. For more information, see <a href=\"https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions\">Tag restrictions</a> in the <i>Service Quotas User Guide</i>.</p>", 1445 "exception":true 1446 }, 1447 "UntagResourceRequest":{ 1448 "type":"structure", 1449 "required":[ 1450 "ResourceARN", 1451 "TagKeys" 1452 ], 1453 "members":{ 1454 "ResourceARN":{ 1455 "shape":"AmazonResourceName", 1456 "documentation":"<p>The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get this information by using the Service Quotas console, or by listing the quotas using the <a href=\"https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html\">list-service-quotas</a> CLI command or the <a href=\"https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html\">ListServiceQuotas</a> Amazon Web Services API operation.</p>" 1457 }, 1458 "TagKeys":{ 1459 "shape":"InputTagKeys", 1460 "documentation":"<p>The keys of the tags that you want to remove from the resource.</p>" 1461 } 1462 } 1463 }, 1464 "UntagResourceResponse":{ 1465 "type":"structure", 1466 "members":{ 1467 } 1468 } 1469 }, 1470 "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>" 1471} 1472