Service Quotas icon

Service Quotas

With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow

COMMUNITYAPI KEY0 INSTALLS
API Docs
OpenAPI Specificationv3.0
{
  "openapi": "3.0.0",
  "info": {
    "version": "2019-06-24",
    "x-release": "v4",
    "title": "Service Quotas",
    "description": "With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow. Quotas, also referred to as limits, are the maximum number of resources that you can create in your AWS account. For more information, see the <a href=\"https://docs.aws.amazon.com/servicequotas/latest/userguide/\">Service Quotas User Guide</a>.",
    "x-logo": {
      "url": "https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png",
      "backgroundColor": "#FFFFFF"
    },
    "termsOfService": "https://aws.amazon.com/service-terms/",
    "contact": {
      "name": "Mike Ralphson",
      "email": "mike.ralphson@gmail.com",
      "url": "https://github.com/mermade/aws2openapi",
      "x-twitter": "PermittedSoc"
    },
    "license": {
      "name": "Apache 2.0 License",
      "url": "http://www.apache.org/licenses/"
    },
    "x-providerName": "amazonaws.com",
    "x-serviceName": "service-quotas",
    "x-origin": [
      {
        "contentType": "application/json",
        "url": "https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/service-quotas-2019-06-24.normal.json",
        "converter": {
          "url": "https://github.com/mermade/aws2openapi",
          "version": "1.0.0"
        },
        "x-apisguru-driver": "external"
      }
    ],
    "x-apiClientRegistration": {
      "url": "https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"
    },
    "x-apisguru-categories": [
      "cloud"
    ],
    "x-preferred": true
  },
  "externalDocs": {
    "description": "Amazon Web Services documentation",
    "url": "https://docs.aws.amazon.com/servicequotas/"
  },
  "servers": [
    {
      "url": "http://servicequotas.{region}.amazonaws.com",
      "variables": {
        "region": {
          "description": "The AWS region",
          "enum": [
            "us-east-1",
            "us-east-2",
            "us-west-1",
            "us-west-2",
            "us-gov-west-1",
            "us-gov-east-1",
            "ca-central-1",
            "eu-north-1",
            "eu-west-1",
            "eu-west-2",
            "eu-west-3",
            "eu-central-1",
            "eu-south-1",
            "af-south-1",
            "ap-northeast-1",
            "ap-northeast-2",
            "ap-northeast-3",
            "ap-southeast-1",
            "ap-southeast-2",
            "ap-east-1",
            "ap-south-1",
            "sa-east-1",
            "me-south-1"
          ],
          "default": "us-east-1"
        }
      },
      "description": "The Service Quotas multi-region endpoint"
    },
    {
      "url": "https://servicequotas.{region}.amazonaws.com",
      "variables": {
        "region": {
          "description": "The AWS region",
          "enum": [
            "us-east-1",
            "us-east-2",
            "us-west-1",
            "us-west-2",
            "us-gov-west-1",
            "us-gov-east-1",
            "ca-central-1",
            "eu-north-1",
            "eu-west-1",
            "eu-west-2",
            "eu-west-3",
            "eu-central-1",
            "eu-south-1",
            "af-south-1",
            "ap-northeast-1",
            "ap-northeast-2",
            "ap-northeast-3",
            "ap-southeast-1",
            "ap-southeast-2",
            "ap-east-1",
            "ap-south-1",
            "sa-east-1",
            "me-south-1"
          ],
          "default": "us-east-1"
        }
      },
      "description": "The Service Quotas multi-region endpoint"
    },
    {
      "url": "http://servicequotas.{region}.amazonaws.com.cn",
      "variables": {
        "region": {
          "description": "The AWS region",
          "enum": [
            "cn-north-1",
            "cn-northwest-1"
          ],
          "default": "cn-north-1"
        }
      },
      "description": "The Service Quotas endpoint for China (Beijing) and China (Ningxia)"
    },
    {
      "url": "https://servicequotas.{region}.amazonaws.com.cn",
      "variables": {
        "region": {
          "description": "The AWS region",
          "enum": [
            "cn-north-1",
            "cn-northwest-1"
          ],
          "default": "cn-north-1"
        }
      },
      "description": "The Service Quotas endpoint for China (Beijing) and China (Ningxia)"
    }
  ],
  "x-hasEquivalentPaths": true,
  "paths": {
    "/#X-Amz-Target=ServiceQuotasV20190624.AssociateServiceQuotaTemplate": {
      "post": {
        "operationId": "AssociateServiceQuotaTemplate",
        "description": "Associates your quota request template with your organization. When a new 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.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AssociateServiceQuotaTemplateResponse"
                }
              }
            }
          },
          "480": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "482": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "483": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "484": {
            "description": "AWSServiceAccessNotEnabledException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AWSServiceAccessNotEnabledException"
                }
              }
            }
          },
          "485": {
            "description": "OrganizationNotInAllFeaturesModeException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OrganizationNotInAllFeaturesModeException"
                }
              }
            }
          },
          "486": {
            "description": "TemplatesNotAvailableInRegionException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TemplatesNotAvailableInRegionException"
                }
              }
            }
          },
          "487": {
            "description": "NoAvailableOrganizationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoAvailableOrganizationException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AssociateServiceQuotaTemplateRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.AssociateServiceQuotaTemplate"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.DeleteServiceQuotaIncreaseRequestFromTemplate": {
      "post": {
        "operationId": "DeleteServiceQuotaIncreaseRequestFromTemplate",
        "description": "Deletes the quota increase request for the specified quota from your quota request template.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteServiceQuotaIncreaseRequestFromTemplateResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "482": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "483": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "484": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "485": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "486": {
            "description": "AWSServiceAccessNotEnabledException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AWSServiceAccessNotEnabledException"
                }
              }
            }
          },
          "487": {
            "description": "TemplatesNotAvailableInRegionException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TemplatesNotAvailableInRegionException"
                }
              }
            }
          },
          "488": {
            "description": "NoAvailableOrganizationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoAvailableOrganizationException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteServiceQuotaIncreaseRequestFromTemplateRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.DeleteServiceQuotaIncreaseRequestFromTemplate"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.DisassociateServiceQuotaTemplate": {
      "post": {
        "operationId": "DisassociateServiceQuotaTemplate",
        "description": "Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new accounts in your organization. Disabling a quota request template does not apply its quota increase requests.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DisassociateServiceQuotaTemplateResponse"
                }
              }
            }
          },
          "480": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "ServiceQuotaTemplateNotInUseException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceQuotaTemplateNotInUseException"
                }
              }
            }
          },
          "482": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "483": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "484": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "485": {
            "description": "AWSServiceAccessNotEnabledException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AWSServiceAccessNotEnabledException"
                }
              }
            }
          },
          "486": {
            "description": "TemplatesNotAvailableInRegionException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TemplatesNotAvailableInRegionException"
                }
              }
            }
          },
          "487": {
            "description": "NoAvailableOrganizationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoAvailableOrganizationException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DisassociateServiceQuotaTemplateRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.DisassociateServiceQuotaTemplate"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.GetAWSDefaultServiceQuota": {
      "post": {
        "operationId": "GetAWSDefaultServiceQuota",
        "description": "Retrieves the default value for the specified quota. The default value does not reflect any quota increases.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAWSDefaultServiceQuotaResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "484": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetAWSDefaultServiceQuotaRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.GetAWSDefaultServiceQuota"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.GetAssociationForServiceQuotaTemplate": {
      "post": {
        "operationId": "GetAssociationForServiceQuotaTemplate",
        "description": "Retrieves the status of the association for the quota request template.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationForServiceQuotaTemplateResponse"
                }
              }
            }
          },
          "480": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "ServiceQuotaTemplateNotInUseException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceQuotaTemplateNotInUseException"
                }
              }
            }
          },
          "482": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "483": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "484": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "485": {
            "description": "AWSServiceAccessNotEnabledException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AWSServiceAccessNotEnabledException"
                }
              }
            }
          },
          "486": {
            "description": "TemplatesNotAvailableInRegionException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TemplatesNotAvailableInRegionException"
                }
              }
            }
          },
          "487": {
            "description": "NoAvailableOrganizationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoAvailableOrganizationException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetAssociationForServiceQuotaTemplateRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.GetAssociationForServiceQuotaTemplate"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.GetRequestedServiceQuotaChange": {
      "post": {
        "operationId": "GetRequestedServiceQuotaChange",
        "description": "Retrieves information about the specified quota increase request.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetRequestedServiceQuotaChangeResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "484": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetRequestedServiceQuotaChangeRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.GetRequestedServiceQuotaChange"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuota": {
      "post": {
        "operationId": "GetServiceQuota",
        "description": "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.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceQuotaResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "484": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetServiceQuotaRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.GetServiceQuota"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuotaIncreaseRequestFromTemplate": {
      "post": {
        "operationId": "GetServiceQuotaIncreaseRequestFromTemplate",
        "description": "Retrieves information about the specified quota increase request in your quota request template.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceQuotaIncreaseRequestFromTemplateResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "482": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "483": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "484": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "485": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "486": {
            "description": "AWSServiceAccessNotEnabledException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AWSServiceAccessNotEnabledException"
                }
              }
            }
          },
          "487": {
            "description": "TemplatesNotAvailableInRegionException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TemplatesNotAvailableInRegionException"
                }
              }
            }
          },
          "488": {
            "description": "NoAvailableOrganizationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoAvailableOrganizationException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetServiceQuotaIncreaseRequestFromTemplateRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.GetServiceQuotaIncreaseRequestFromTemplate"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.ListAWSDefaultServiceQuotas": {
      "post": {
        "operationId": "ListAWSDefaultServiceQuotas",
        "description": "Lists the default values for the quotas for the specified AWS service. A default value does not reflect any quota increases.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListAWSDefaultServiceQuotasResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "InvalidPaginationTokenException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InvalidPaginationTokenException"
                }
              }
            }
          },
          "484": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "485": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListAWSDefaultServiceQuotasRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "MaxResults",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination limit",
            "required": false
          },
          {
            "name": "NextToken",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination token",
            "required": false
          },
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.ListAWSDefaultServiceQuotas"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.ListRequestedServiceQuotaChangeHistory": {
      "post": {
        "operationId": "ListRequestedServiceQuotaChangeHistory",
        "description": "Retrieves the quota increase requests for the specified service.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListRequestedServiceQuotaChangeHistoryResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "InvalidPaginationTokenException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InvalidPaginationTokenException"
                }
              }
            }
          },
          "484": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "485": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListRequestedServiceQuotaChangeHistoryRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "MaxResults",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination limit",
            "required": false
          },
          {
            "name": "NextToken",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination token",
            "required": false
          },
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.ListRequestedServiceQuotaChangeHistory"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.ListRequestedServiceQuotaChangeHistoryByQuota": {
      "post": {
        "operationId": "ListRequestedServiceQuotaChangeHistoryByQuota",
        "description": "Retrieves the quota increase requests for the specified quota.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListRequestedServiceQuotaChangeHistoryByQuotaResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "InvalidPaginationTokenException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InvalidPaginationTokenException"
                }
              }
            }
          },
          "484": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "485": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListRequestedServiceQuotaChangeHistoryByQuotaRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "MaxResults",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination limit",
            "required": false
          },
          {
            "name": "NextToken",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination token",
            "required": false
          },
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.ListRequestedServiceQuotaChangeHistoryByQuota"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.ListServiceQuotaIncreaseRequestsInTemplate": {
      "post": {
        "operationId": "ListServiceQuotaIncreaseRequestsInTemplate",
        "description": "Lists the quota increase requests in the specified quota request template.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListServiceQuotaIncreaseRequestsInTemplateResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "482": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "483": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "484": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "485": {
            "description": "AWSServiceAccessNotEnabledException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AWSServiceAccessNotEnabledException"
                }
              }
            }
          },
          "486": {
            "description": "TemplatesNotAvailableInRegionException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TemplatesNotAvailableInRegionException"
                }
              }
            }
          },
          "487": {
            "description": "NoAvailableOrganizationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoAvailableOrganizationException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListServiceQuotaIncreaseRequestsInTemplateRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "MaxResults",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination limit",
            "required": false
          },
          {
            "name": "NextToken",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination token",
            "required": false
          },
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.ListServiceQuotaIncreaseRequestsInTemplate"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.ListServiceQuotas": {
      "post": {
        "operationId": "ListServiceQuotas",
        "description": "Lists the applied quota values for the specified AWS 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.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListServiceQuotasResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "InvalidPaginationTokenException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InvalidPaginationTokenException"
                }
              }
            }
          },
          "484": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "485": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListServiceQuotasRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "MaxResults",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination limit",
            "required": false
          },
          {
            "name": "NextToken",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination token",
            "required": false
          },
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.ListServiceQuotas"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.ListServices": {
      "post": {
        "operationId": "ListServices",
        "description": "Lists the names and codes for the services integrated with Service Quotas.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListServicesResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "482": {
            "description": "InvalidPaginationTokenException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InvalidPaginationTokenException"
                }
              }
            }
          },
          "483": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "484": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListServicesRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "MaxResults",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination limit",
            "required": false
          },
          {
            "name": "NextToken",
            "in": "query",
            "schema": {
              "type": "string"
            },
            "description": "Pagination token",
            "required": false
          },
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.ListServices"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.ListTagsForResource": {
      "post": {
        "operationId": "ListTagsForResource",
        "description": "Returns a list of the tags assigned to the specified applied quota.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListTagsForResourceResponse"
                }
              }
            }
          },
          "480": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "484": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListTagsForResourceRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.ListTagsForResource"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.PutServiceQuotaIncreaseRequestIntoTemplate": {
      "post": {
        "operationId": "PutServiceQuotaIncreaseRequestIntoTemplate",
        "description": "Adds a quota increase request to your quota request template.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PutServiceQuotaIncreaseRequestIntoTemplateResponse"
                }
              }
            }
          },
          "480": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "482": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "483": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "484": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "485": {
            "description": "QuotaExceededException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuotaExceededException"
                }
              }
            }
          },
          "486": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "487": {
            "description": "AWSServiceAccessNotEnabledException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AWSServiceAccessNotEnabledException"
                }
              }
            }
          },
          "488": {
            "description": "TemplatesNotAvailableInRegionException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TemplatesNotAvailableInRegionException"
                }
              }
            }
          },
          "489": {
            "description": "NoAvailableOrganizationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoAvailableOrganizationException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PutServiceQuotaIncreaseRequestIntoTemplateRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.PutServiceQuotaIncreaseRequestIntoTemplate"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.RequestServiceQuotaIncrease": {
      "post": {
        "operationId": "RequestServiceQuotaIncrease",
        "description": "Submits a quota increase request for the specified quota.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RequestServiceQuotaIncreaseResponse"
                }
              }
            }
          },
          "480": {
            "description": "DependencyAccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DependencyAccessDeniedException"
                }
              }
            }
          },
          "481": {
            "description": "QuotaExceededException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuotaExceededException"
                }
              }
            }
          },
          "482": {
            "description": "ResourceAlreadyExistsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResourceAlreadyExistsException"
                }
              }
            }
          },
          "483": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "484": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "485": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "486": {
            "description": "InvalidResourceStateException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/InvalidResourceStateException"
                }
              }
            }
          },
          "487": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          },
          "488": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RequestServiceQuotaIncreaseRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.RequestServiceQuotaIncrease"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.TagResource": {
      "post": {
        "operationId": "TagResource",
        "description": "Adds tags to the specified applied quota. You can include one or more tags to add to the quota.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TagResourceResponse"
                }
              }
            }
          },
          "480": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "TooManyTagsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyTagsException"
                }
              }
            }
          },
          "483": {
            "description": "TagPolicyViolationException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TagPolicyViolationException"
                }
              }
            }
          },
          "484": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "485": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "486": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/TagResourceRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.TagResource"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    },
    "/#X-Amz-Target=ServiceQuotasV20190624.UntagResource": {
      "post": {
        "operationId": "UntagResource",
        "description": "Removes tags from the specified applied quota. You can specify one or more tags to remove.",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UntagResourceResponse"
                }
              }
            }
          },
          "480": {
            "description": "TooManyRequestsException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TooManyRequestsException"
                }
              }
            }
          },
          "481": {
            "description": "NoSuchResourceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NoSuchResourceException"
                }
              }
            }
          },
          "482": {
            "description": "IllegalArgumentException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IllegalArgumentException"
                }
              }
            }
          },
          "483": {
            "description": "AccessDeniedException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AccessDeniedException"
                }
              }
            }
          },
          "484": {
            "description": "ServiceException",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceException"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UntagResourceRequest"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "X-Amz-Target",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "ServiceQuotasV20190624.UntagResource"
              ]
            }
          }
        ]
      },
      "parameters": [
        {
          "$ref": "#/components/parameters/X-Amz-Content-Sha256"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Date"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Algorithm"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Credential"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Security-Token"
        },
        {
          "$ref": "#/components/parameters/X-Amz-Signature"
        },
        {
          "$ref": "#/components/parameters/X-Amz-SignedHeaders"
        }
      ]
    }
  },
  "components": {
    "parameters": {
      "X-Amz-Content-Sha256": {
        "name": "X-Amz-Content-Sha256",
        "in": "header",
        "schema": {
          "type": "string"
        },
        "required": false
      },
      "X-Amz-Date": {
        "name": "X-Amz-Date",
        "in": "header",
        "schema": {
          "type": "string"
        },
        "required": false
      },
      "X-Amz-Algorithm": {
        "name": "X-Amz-Algorithm",
        "in": "header",
        "schema": {
          "type": "string"
        },
        "required": false
      },
      "X-Amz-Credential": {
        "name": "X-Amz-Credential",
        "in": "header",
        "schema": {
          "type": "string"
        },
        "required": false
      },
      "X-Amz-Security-Token": {
        "name": "X-Amz-Security-Token",
        "in": "header",
        "schema": {
          "type": "string"
        },
        "required": false
      },
      "X-Amz-Signature": {
        "name": "X-Amz-Signature",
        "in": "header",
        "schema": {
          "type": "string"
        },
        "required": false
      },
      "X-Amz-SignedHeaders": {
        "name": "X-Amz-SignedHeaders",
        "in": "header",
        "schema": {
          "type": "string"
        },
        "required": false
      }
    },
    "securitySchemes": {
      "hmac": {
        "type": "apiKey",
        "name": "Authorization",
        "in": "header",
        "description": "Amazon Signature authorization v4",
        "x-amazon-apigateway-authtype": "awsSigv4"
      }
    },
    "schemas": {
      "AssociateServiceQuotaTemplateResponse": {
        "type": "object",
        "properties": {}
      },
      "AssociateServiceQuotaTemplateRequest": {
        "type": "object",
        "title": "AssociateServiceQuotaTemplateRequest",
        "properties": {}
      },
      "DependencyAccessDeniedException": {},
      "AccessDeniedException": {},
      "ServiceException": {},
      "TooManyRequestsException": {},
      "AWSServiceAccessNotEnabledException": {},
      "OrganizationNotInAllFeaturesModeException": {},
      "TemplatesNotAvailableInRegionException": {},
      "NoAvailableOrganizationException": {},
      "DeleteServiceQuotaIncreaseRequestFromTemplateResponse": {
        "type": "object",
        "properties": {}
      },
      "DeleteServiceQuotaIncreaseRequestFromTemplateRequest": {
        "type": "object",
        "required": [
          "ServiceCode",
          "QuotaCode",
          "AwsRegion"
        ],
        "title": "DeleteServiceQuotaIncreaseRequestFromTemplateRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "AwsRegion": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AwsRegion"
              },
              {
                "description": "The AWS Region."
              }
            ]
          }
        }
      },
      "NoSuchResourceException": {},
      "IllegalArgumentException": {},
      "DisassociateServiceQuotaTemplateResponse": {
        "type": "object",
        "properties": {}
      },
      "DisassociateServiceQuotaTemplateRequest": {
        "type": "object",
        "title": "DisassociateServiceQuotaTemplateRequest",
        "properties": {}
      },
      "ServiceQuotaTemplateNotInUseException": {},
      "GetAWSDefaultServiceQuotaResponse": {
        "type": "object",
        "properties": {
          "Quota": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuota"
              },
              {
                "description": "Information about the quota."
              }
            ]
          }
        }
      },
      "GetAWSDefaultServiceQuotaRequest": {
        "type": "object",
        "required": [
          "ServiceCode",
          "QuotaCode"
        ],
        "title": "GetAWSDefaultServiceQuotaRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          }
        }
      },
      "GetAssociationForServiceQuotaTemplateResponse": {
        "type": "object",
        "properties": {
          "ServiceQuotaTemplateAssociationStatus": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuotaTemplateAssociationStatus"
              },
              {
                "description": "The association status. If the status is <code>ASSOCIATED</code>, the quota increase requests in the template are automatically applied to new accounts in your organization."
              }
            ]
          }
        }
      },
      "GetAssociationForServiceQuotaTemplateRequest": {
        "type": "object",
        "title": "GetAssociationForServiceQuotaTemplateRequest",
        "properties": {}
      },
      "GetRequestedServiceQuotaChangeResponse": {
        "type": "object",
        "properties": {
          "RequestedQuota": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestedServiceQuotaChange"
              },
              {
                "description": "Information about the quota increase request."
              }
            ]
          }
        }
      },
      "GetRequestedServiceQuotaChangeRequest": {
        "type": "object",
        "required": [
          "RequestId"
        ],
        "title": "GetRequestedServiceQuotaChangeRequest",
        "properties": {
          "RequestId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestId"
              },
              {
                "description": "The ID of the quota increase request."
              }
            ]
          }
        }
      },
      "GetServiceQuotaResponse": {
        "type": "object",
        "properties": {
          "Quota": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuota"
              },
              {
                "description": "Information about the quota."
              }
            ]
          }
        }
      },
      "GetServiceQuotaRequest": {
        "type": "object",
        "required": [
          "ServiceCode",
          "QuotaCode"
        ],
        "title": "GetServiceQuotaRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          }
        }
      },
      "GetServiceQuotaIncreaseRequestFromTemplateResponse": {
        "type": "object",
        "properties": {
          "ServiceQuotaIncreaseRequestInTemplate": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuotaIncreaseRequestInTemplate"
              },
              {
                "description": "Information about the quota increase request."
              }
            ]
          }
        }
      },
      "GetServiceQuotaIncreaseRequestFromTemplateRequest": {
        "type": "object",
        "required": [
          "ServiceCode",
          "QuotaCode",
          "AwsRegion"
        ],
        "title": "GetServiceQuotaIncreaseRequestFromTemplateRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "AwsRegion": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AwsRegion"
              },
              {
                "description": "The AWS Region."
              }
            ]
          }
        }
      },
      "ListAWSDefaultServiceQuotasResponse": {
        "type": "object",
        "properties": {
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return."
              }
            ]
          },
          "Quotas": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuotaListDefinition"
              },
              {
                "description": "Information about the quotas."
              }
            ]
          }
        }
      },
      "ListAWSDefaultServiceQuotasRequest": {
        "type": "object",
        "required": [
          "ServiceCode"
        ],
        "title": "ListAWSDefaultServiceQuotasRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token for the next page of results."
              }
            ]
          },
          "MaxResults": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MaxResults"
              },
              {
                "description": "The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call."
              }
            ]
          }
        }
      },
      "InvalidPaginationTokenException": {},
      "ListRequestedServiceQuotaChangeHistoryResponse": {
        "type": "object",
        "properties": {
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return."
              }
            ]
          },
          "RequestedQuotas": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestedServiceQuotaChangeHistoryListDefinition"
              },
              {
                "description": "Information about the quota increase requests."
              }
            ]
          }
        }
      },
      "ListRequestedServiceQuotaChangeHistoryRequest": {
        "type": "object",
        "title": "ListRequestedServiceQuotaChangeHistoryRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "Status": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestStatus"
              },
              {
                "description": "The status of the quota increase request."
              }
            ]
          },
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token for the next page of results."
              }
            ]
          },
          "MaxResults": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MaxResults"
              },
              {
                "description": "The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call."
              }
            ]
          }
        }
      },
      "ListRequestedServiceQuotaChangeHistoryByQuotaResponse": {
        "type": "object",
        "properties": {
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return."
              }
            ]
          },
          "RequestedQuotas": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestedServiceQuotaChangeHistoryListDefinition"
              },
              {
                "description": "Information about the quota increase requests."
              }
            ]
          }
        }
      },
      "ListRequestedServiceQuotaChangeHistoryByQuotaRequest": {
        "type": "object",
        "required": [
          "ServiceCode",
          "QuotaCode"
        ],
        "title": "ListRequestedServiceQuotaChangeHistoryByQuotaRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "Status": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestStatus"
              },
              {
                "description": "The status value of the quota increase request."
              }
            ]
          },
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token for the next page of results."
              }
            ]
          },
          "MaxResults": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MaxResults"
              },
              {
                "description": "The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call."
              }
            ]
          }
        }
      },
      "ListServiceQuotaIncreaseRequestsInTemplateResponse": {
        "type": "object",
        "properties": {
          "ServiceQuotaIncreaseRequestInTemplateList": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuotaIncreaseRequestInTemplateList"
              },
              {
                "description": "Information about the quota increase requests."
              }
            ]
          },
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return."
              }
            ]
          }
        }
      },
      "ListServiceQuotaIncreaseRequestsInTemplateRequest": {
        "type": "object",
        "title": "ListServiceQuotaIncreaseRequestsInTemplateRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "AwsRegion": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AwsRegion"
              },
              {
                "description": "The AWS Region."
              }
            ]
          },
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token for the next page of results."
              }
            ]
          },
          "MaxResults": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MaxResults"
              },
              {
                "description": "The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call."
              }
            ]
          }
        }
      },
      "ListServiceQuotasResponse": {
        "type": "object",
        "properties": {
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return."
              }
            ]
          },
          "Quotas": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuotaListDefinition"
              },
              {
                "description": "Information about the quotas."
              }
            ]
          }
        }
      },
      "ListServiceQuotasRequest": {
        "type": "object",
        "required": [
          "ServiceCode"
        ],
        "title": "ListServiceQuotasRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token for the next page of results."
              }
            ]
          },
          "MaxResults": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MaxResults"
              },
              {
                "description": "The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call."
              }
            ]
          }
        }
      },
      "ListServicesResponse": {
        "type": "object",
        "properties": {
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return."
              }
            ]
          },
          "Services": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceInfoListDefinition"
              },
              {
                "description": "Information about the services."
              }
            ]
          }
        }
      },
      "ListServicesRequest": {
        "type": "object",
        "title": "ListServicesRequest",
        "properties": {
          "NextToken": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NextToken"
              },
              {
                "description": "The token for the next page of results."
              }
            ]
          },
          "MaxResults": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MaxResults"
              },
              {
                "description": "The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call."
              }
            ]
          }
        }
      },
      "ListTagsForResourceResponse": {
        "type": "object",
        "properties": {
          "Tags": {
            "allOf": [
              {
                "$ref": "#/components/schemas/OutputTags"
              },
              {
                "description": "A complex data type that contains zero or more tag elements."
              }
            ]
          }
        }
      },
      "ListTagsForResourceRequest": {
        "type": "object",
        "required": [
          "ResourceARN"
        ],
        "title": "ListTagsForResourceRequest",
        "properties": {
          "ResourceARN": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AmazonResourceName"
              },
              {
                "description": "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> AWS CLI command or the <a href=\"https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html\">ListServiceQuotas</a> AWS API operation."
              }
            ]
          }
        }
      },
      "PutServiceQuotaIncreaseRequestIntoTemplateResponse": {
        "type": "object",
        "properties": {
          "ServiceQuotaIncreaseRequestInTemplate": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceQuotaIncreaseRequestInTemplate"
              },
              {
                "description": "Information about the quota increase request."
              }
            ]
          }
        }
      },
      "PutServiceQuotaIncreaseRequestIntoTemplateRequest": {
        "type": "object",
        "required": [
          "QuotaCode",
          "ServiceCode",
          "AwsRegion",
          "DesiredValue"
        ],
        "title": "PutServiceQuotaIncreaseRequestIntoTemplateRequest",
        "properties": {
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "AwsRegion": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AwsRegion"
              },
              {
                "description": "The AWS Region."
              }
            ]
          },
          "DesiredValue": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaValue"
              },
              {
                "description": "The new, increased value for the quota."
              }
            ]
          }
        }
      },
      "QuotaExceededException": {},
      "RequestServiceQuotaIncreaseResponse": {
        "type": "object",
        "properties": {
          "RequestedQuota": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestedServiceQuotaChange"
              },
              {
                "description": "Information about the quota increase request."
              }
            ]
          }
        }
      },
      "RequestServiceQuotaIncreaseRequest": {
        "type": "object",
        "required": [
          "ServiceCode",
          "QuotaCode",
          "DesiredValue"
        ],
        "title": "RequestServiceQuotaIncreaseRequest",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "DesiredValue": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaValue"
              },
              {
                "description": "The new, increased value for the quota."
              }
            ]
          }
        }
      },
      "ResourceAlreadyExistsException": {},
      "InvalidResourceStateException": {},
      "TagResourceResponse": {
        "type": "object",
        "properties": {}
      },
      "TagResourceRequest": {
        "type": "object",
        "required": [
          "ResourceARN",
          "Tags"
        ],
        "title": "TagResourceRequest",
        "properties": {
          "ResourceARN": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AmazonResourceName"
              },
              {
                "description": "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> AWS CLI command or the <a href=\"https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html\">ListServiceQuotas</a> AWS API operation."
              }
            ]
          },
          "Tags": {
            "allOf": [
              {
                "$ref": "#/components/schemas/InputTags"
              },
              {
                "description": "The tags that you want to add to the resource."
              }
            ]
          }
        }
      },
      "TooManyTagsException": {},
      "TagPolicyViolationException": {},
      "UntagResourceResponse": {
        "type": "object",
        "properties": {}
      },
      "UntagResourceRequest": {
        "type": "object",
        "required": [
          "ResourceARN",
          "TagKeys"
        ],
        "title": "UntagResourceRequest",
        "properties": {
          "ResourceARN": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AmazonResourceName"
              },
              {
                "description": "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> AWS CLI command or the <a href=\"https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html\">ListServiceQuotas</a> AWS API operation."
              }
            ]
          },
          "TagKeys": {
            "allOf": [
              {
                "$ref": "#/components/schemas/InputTagKeys"
              },
              {
                "description": "The keys of the tags that you want to remove from the resource."
              }
            ]
          }
        }
      },
      "AmazonResourceName": {
        "type": "string",
        "pattern": "arn:aws(-[\\w]+)*:*:.+:[0-9]{12}:.+",
        "minLength": 1,
        "maxLength": 1011
      },
      "AwsRegion": {
        "type": "string",
        "pattern": "[a-zA-Z][a-zA-Z0-9-]{1,128}",
        "minLength": 1,
        "maxLength": 64
      },
      "CustomerServiceEngagementId": {
        "type": "string"
      },
      "DateTime": {
        "type": "string",
        "format": "date-time"
      },
      "ServiceCode": {
        "type": "string",
        "pattern": "[a-zA-Z][a-zA-Z0-9-]{1,63}",
        "minLength": 1,
        "maxLength": 63
      },
      "QuotaCode": {
        "type": "string",
        "pattern": "[a-zA-Z][a-zA-Z0-9-]{1,128}",
        "minLength": 1,
        "maxLength": 128
      },
      "ErrorCode": {
        "type": "string",
        "enum": [
          "DEPENDENCY_ACCESS_DENIED_ERROR",
          "DEPENDENCY_THROTTLING_ERROR",
          "DEPENDENCY_SERVICE_ERROR",
          "SERVICE_QUOTA_NOT_AVAILABLE_ERROR"
        ]
      },
      "ErrorMessage": {
        "type": "string"
      },
      "ErrorReason": {
        "type": "object",
        "properties": {
          "ErrorCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ErrorCode"
              },
              {
                "description": "<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 service or quota.</p> </li> <li> <p> <code>DEPENDENCY_THROTTLING_ERROR</code> - The service is throttling Service Quotas.</p> </li> <li> <p> <code>DEPENDENCY_SERVICE_ERROR</code> - The 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>"
              }
            ]
          },
          "ErrorMessage": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ErrorMessage"
              },
              {
                "description": "The error message."
              }
            ]
          }
        },
        "description": "An error that explains why an action did not succeed."
      },
      "ServiceQuota": {
        "type": "object",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "ServiceName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceName"
              },
              {
                "description": "The service name."
              }
            ]
          },
          "QuotaArn": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaArn"
              },
              {
                "description": "The Amazon Resource Name (ARN) of the quota."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "QuotaName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaName"
              },
              {
                "description": "The quota name."
              }
            ]
          },
          "Value": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaValue"
              },
              {
                "description": "The quota value."
              }
            ]
          },
          "Unit": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaUnit"
              },
              {
                "description": "The unit of measurement."
              }
            ]
          },
          "Adjustable": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaAdjustable"
              },
              {
                "description": "Indicates whether the quota value can be increased."
              }
            ]
          },
          "GlobalQuota": {
            "allOf": [
              {
                "$ref": "#/components/schemas/GlobalQuota"
              },
              {
                "description": "Indicates whether the quota is global."
              }
            ]
          },
          "UsageMetric": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MetricInfo"
              },
              {
                "description": "Information about the measurement."
              }
            ]
          },
          "Period": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaPeriod"
              },
              {
                "description": "The period of time."
              }
            ]
          },
          "ErrorReason": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ErrorReason"
              },
              {
                "description": "The error code and error reason."
              }
            ]
          }
        },
        "description": "Information about a quota."
      },
      "ServiceQuotaTemplateAssociationStatus": {
        "type": "string",
        "enum": [
          "ASSOCIATED",
          "DISASSOCIATED"
        ]
      },
      "RequestId": {
        "type": "string",
        "pattern": "[0-9a-zA-Z][a-zA-Z0-9-]{1,128}",
        "minLength": 1,
        "maxLength": 128
      },
      "RequestedServiceQuotaChange": {
        "type": "object",
        "properties": {
          "Id": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestId"
              },
              {
                "description": "The unique identifier."
              }
            ]
          },
          "CaseId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/CustomerServiceEngagementId"
              },
              {
                "description": "The case ID."
              }
            ]
          },
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "ServiceName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceName"
              },
              {
                "description": "The service name."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "QuotaName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaName"
              },
              {
                "description": "The quota name."
              }
            ]
          },
          "DesiredValue": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaValue"
              },
              {
                "description": "The new, increased value for the quota."
              }
            ]
          },
          "Status": {
            "allOf": [
              {
                "$ref": "#/components/schemas/RequestStatus"
              },
              {
                "description": "The state of the quota increase request."
              }
            ]
          },
          "Created": {
            "allOf": [
              {
                "$ref": "#/components/schemas/DateTime"
              },
              {
                "description": "The date and time when the quota increase request was received and the case ID was created."
              }
            ]
          },
          "LastUpdated": {
            "allOf": [
              {
                "$ref": "#/components/schemas/DateTime"
              },
              {
                "description": "The date and time of the most recent change."
              }
            ]
          },
          "Requester": {
            "allOf": [
              {
                "$ref": "#/components/schemas/Requester"
              },
              {
                "description": "The IAM identity of the requester."
              }
            ]
          },
          "QuotaArn": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaArn"
              },
              {
                "description": "The Amazon Resource Name (ARN) of the quota."
              }
            ]
          },
          "GlobalQuota": {
            "allOf": [
              {
                "$ref": "#/components/schemas/GlobalQuota"
              },
              {
                "description": "Indicates whether the quota is global."
              }
            ]
          },
          "Unit": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaUnit"
              },
              {
                "description": "The unit of measurement."
              }
            ]
          }
        },
        "description": "Information about a quota increase request."
      },
      "ServiceQuotaIncreaseRequestInTemplate": {
        "type": "object",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "ServiceName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceName"
              },
              {
                "description": "The service name."
              }
            ]
          },
          "QuotaCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaCode"
              },
              {
                "description": "The quota identifier."
              }
            ]
          },
          "QuotaName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaName"
              },
              {
                "description": "The quota name."
              }
            ]
          },
          "DesiredValue": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaValue"
              },
              {
                "description": "The new, increased value of the quota."
              }
            ]
          },
          "AwsRegion": {
            "allOf": [
              {
                "$ref": "#/components/schemas/AwsRegion"
              },
              {
                "description": "The AWS Region."
              }
            ]
          },
          "Unit": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaUnit"
              },
              {
                "description": "The unit of measurement."
              }
            ]
          },
          "GlobalQuota": {
            "allOf": [
              {
                "$ref": "#/components/schemas/GlobalQuota"
              },
              {
                "description": "Indicates whether the quota is global."
              }
            ]
          }
        },
        "description": "Information about a quota increase request."
      },
      "GlobalQuota": {
        "type": "boolean"
      },
      "TagKey": {
        "type": "string",
        "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$",
        "minLength": 1,
        "maxLength": 128
      },
      "InputTagKeys": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/TagKey"
        }
      },
      "Tag": {
        "type": "object",
        "required": [
          "Key",
          "Value"
        ],
        "properties": {
          "Key": {
            "allOf": [
              {
                "$ref": "#/components/schemas/TagKey"
              },
              {
                "description": "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 _ - . : / = + @."
              }
            ]
          },
          "Value": {
            "allOf": [
              {
                "$ref": "#/components/schemas/TagValue"
              },
              {
                "description": "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 _ - . : / = + @."
              }
            ]
          }
        },
        "description": "A complex data type that contains a tag key and tag value."
      },
      "InputTags": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/Tag"
        },
        "minItems": 1
      },
      "NextToken": {
        "type": "string",
        "pattern": "^[a-zA-Z0-9/+]*={0,2}$",
        "maxLength": 2048
      },
      "MaxResults": {
        "type": "integer",
        "minimum": 1,
        "maximum": 100
      },
      "ServiceQuotaListDefinition": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/ServiceQuota"
        }
      },
      "RequestStatus": {
        "type": "string",
        "enum": [
          "PENDING",
          "CASE_OPENED",
          "APPROVED",
          "DENIED",
          "CASE_CLOSED"
        ]
      },
      "RequestedServiceQuotaChangeHistoryListDefinition": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/RequestedServiceQuotaChange"
        }
      },
      "ServiceQuotaIncreaseRequestInTemplateList": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/ServiceQuotaIncreaseRequestInTemplate"
        }
      },
      "ServiceInfoListDefinition": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/ServiceInfo"
        }
      },
      "OutputTags": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/Tag"
        },
        "maxItems": 200
      },
      "MetricDimensionName": {
        "type": "string"
      },
      "MetricDimensionValue": {
        "type": "string"
      },
      "MetricDimensionsMapDefinition": {
        "type": "object",
        "maxProperties": 10,
        "additionalProperties": {
          "$ref": "#/components/schemas/MetricDimensionValue"
        }
      },
      "QuotaMetricNamespace": {
        "type": "string"
      },
      "QuotaMetricName": {
        "type": "string"
      },
      "Statistic": {
        "type": "string",
        "pattern": "(Sum|Maximum)",
        "minLength": 1,
        "maxLength": 256
      },
      "MetricInfo": {
        "type": "object",
        "properties": {
          "MetricNamespace": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaMetricNamespace"
              },
              {
                "description": "The namespace of the metric."
              }
            ]
          },
          "MetricName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/QuotaMetricName"
              },
              {
                "description": "The name of the metric."
              }
            ]
          },
          "MetricDimensions": {
            "allOf": [
              {
                "$ref": "#/components/schemas/MetricDimensionsMapDefinition"
              },
              {
                "description": "The metric dimension. This is a name/value pair that is part of the identity of a metric."
              }
            ]
          },
          "MetricStatisticRecommendation": {
            "allOf": [
              {
                "$ref": "#/components/schemas/Statistic"
              },
              {
                "description": "The metric statistic that we recommend you use when determining quota usage."
              }
            ]
          }
        },
        "description": "Information about the CloudWatch metric that reflects quota usage."
      },
      "PeriodUnit": {
        "type": "string",
        "enum": [
          "MICROSECOND",
          "MILLISECOND",
          "SECOND",
          "MINUTE",
          "HOUR",
          "DAY",
          "WEEK"
        ]
      },
      "PeriodValue": {
        "type": "integer"
      },
      "QuotaValue": {
        "type": "number",
        "format": "double",
        "minimum": 0,
        "maximum": 10000000000
      },
      "QuotaAdjustable": {
        "type": "boolean"
      },
      "QuotaArn": {
        "type": "string"
      },
      "QuotaName": {
        "type": "string"
      },
      "QuotaPeriod": {
        "type": "object",
        "properties": {
          "PeriodValue": {
            "allOf": [
              {
                "$ref": "#/components/schemas/PeriodValue"
              },
              {
                "description": "The value."
              }
            ]
          },
          "PeriodUnit": {
            "allOf": [
              {
                "$ref": "#/components/schemas/PeriodUnit"
              },
              {
                "description": "The time unit."
              }
            ]
          }
        },
        "description": "Information about the quota period."
      },
      "QuotaUnit": {
        "type": "string"
      },
      "ServiceName": {
        "type": "string"
      },
      "Requester": {
        "type": "string"
      },
      "ServiceInfo": {
        "type": "object",
        "properties": {
          "ServiceCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceCode"
              },
              {
                "description": "The service identifier."
              }
            ]
          },
          "ServiceName": {
            "allOf": [
              {
                "$ref": "#/components/schemas/ServiceName"
              },
              {
                "description": "The service name."
              }
            ]
          }
        },
        "description": "Information about a service."
      },
      "TagValue": {
        "type": "string",
        "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$",
        "minLength": 0,
        "maxLength": 256
      }
    }
  },
  "security": [
    {
      "hmac": []
    }
  ]
}