openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 24.3 kB
JSON
{"openapi":"3.0.0","info":{"version":"2018-05-10","x-release":"v4","title":"AWS License Manager Linux Subscriptions","description":"With License Manager, you can discover and track your commercial Linux subscriptions on running Amazon EC2 instances.","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","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":"license-manager-linux-subscriptions","x-aws-signingName":"license-manager-linux-subscriptions","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/license-manager-linux-subscriptions-2018-05-10.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/license-manager-linux-subscriptions/"},"servers":[{"url":"http://license-manager-linux-subscriptions.{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 AWS License Manager Linux Subscriptions multi-region endpoint"},{"url":"https://license-manager-linux-subscriptions.{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 AWS License Manager Linux Subscriptions multi-region endpoint"},{"url":"http://license-manager-linux-subscriptions.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AWS License Manager Linux Subscriptions endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://license-manager-linux-subscriptions.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AWS License Manager Linux Subscriptions endpoint for China (Beijing) and China (Ningxia)"}],"paths":{"/subscription/GetServiceSettings":{"post":{"operationId":"GetServiceSettings","description":"Lists the Linux subscriptions service settings.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetServiceSettingsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[]},"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"}]},"/subscription/ListLinuxSubscriptionInstances":{"post":{"operationId":"ListLinuxSubscriptionInstances","description":"Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLinuxSubscriptionInstancesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"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}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"Filters":{"description":"<p>An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of <code>AmiID</code> with an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.</p> <p>The valid names for this filter are:</p> <ul> <li> <p> <code>AmiID</code> </p> </li> <li> <p> <code>InstanceID</code> </p> </li> <li> <p> <code>AccountID</code> </p> </li> <li> <p> <code>Status</code> </p> </li> <li> <p> <code>Region</code> </p> </li> <li> <p> <code>UsageOperation</code> </p> </li> <li> <p> <code>ProductCode</code> </p> </li> <li> <p> <code>InstanceType</code> </p> </li> </ul> <p>The valid Operators for this filter are:</p> <ul> <li> <p> <code>contains</code> </p> </li> <li> <p> <code>equals</code> </p> </li> <li> <p> <code>Notequal</code> </p> </li> </ul>","type":"array","items":{"$ref":"#/components/schemas/Filter"}},"MaxResults":{"description":"Maximum number of results to return in a single call.","type":"integer"},"NextToken":{"description":"Token for the next set of results.","type":"string","minLength":1,"maxLength":16384}}}}}}},"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"}]},"/subscription/ListLinuxSubscriptions":{"post":{"operationId":"ListLinuxSubscriptions","description":"Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLinuxSubscriptionsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"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}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"Filters":{"description":"<p>An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of <code>Subscription</code> with an optional operator to see subscriptions that match, partially match, or don't match a certain subscription's name.</p> <p>The valid names for this filter are:</p> <ul> <li> <p> <code>Subscription</code> </p> </li> </ul> <p>The valid Operators for this filter are:</p> <ul> <li> <p> <code>contains</code> </p> </li> <li> <p> <code>equals</code> </p> </li> <li> <p> <code>Notequal</code> </p> </li> </ul>","type":"array","items":{"$ref":"#/components/schemas/Filter"}},"MaxResults":{"description":"Maximum number of results to return in a single call.","type":"integer"},"NextToken":{"description":"Token for the next set of results.","type":"string","minLength":1,"maxLength":16384}}}}}}},"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"}]},"/subscription/UpdateServiceSettings":{"post":{"operationId":"UpdateServiceSettings","description":"Updates the service settings for Linux subscriptions.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateServiceSettingsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["LinuxSubscriptionsDiscovery","LinuxSubscriptionsDiscoverySettings"],"properties":{"AllowUpdate":{"description":"Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.","type":"boolean"},"LinuxSubscriptionsDiscovery":{"description":"Describes if the discovery of Linux subscriptions is enabled.","type":"string","enum":["Enabled","Disabled"]},"LinuxSubscriptionsDiscoverySettings":{"description":"Lists the settings defined for discovering Linux subscriptions.","type":"object","properties":{"OrganizationIntegration":{"allOf":[{"$ref":"#/components/schemas/OrganizationIntegration"},{"description":"Details if you have enabled resource discovery across your accounts in Organizations."}]},"SourceRegions":{"allOf":[{"$ref":"#/components/schemas/StringList"},{"description":"The Regions in which to discover data for Linux subscriptions."}]}}}}}}}}},"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":{"GetServiceSettingsResponse":{"type":"object","properties":{"HomeRegions":{"allOf":[{"$ref":"#/components/schemas/StringList"},{"description":"The Region in which License Manager displays the aggregated data for Linux subscriptions."}]},"LinuxSubscriptionsDiscovery":{"allOf":[{"$ref":"#/components/schemas/LinuxSubscriptionsDiscovery"},{"description":"Lists if discovery has been enabled for Linux subscriptions."}]},"LinuxSubscriptionsDiscoverySettings":{"allOf":[{"$ref":"#/components/schemas/LinuxSubscriptionsDiscoverySettings"},{"description":"Lists the settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/Status"},{"description":"Indicates the status of Linux subscriptions settings being applied."}]},"StatusMessage":{"allOf":[{"$ref":"#/components/schemas/StringMap"},{"description":"A message which details the Linux subscriptions service settings current status."}]}}},"InternalServerException":{},"ThrottlingException":{},"ValidationException":{},"ListLinuxSubscriptionInstancesResponse":{"type":"object","properties":{"Instances":{"allOf":[{"$ref":"#/components/schemas/InstanceList"},{"description":"An array that contains instance objects."}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"Token for the next set of results."}]}}},"Filter":{"type":"object","properties":{"Name":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The type of name to filter by."}]},"Operator":{"allOf":[{"$ref":"#/components/schemas/Operator"},{"description":"An operator for filtering results."}]},"Values":{"allOf":[{"$ref":"#/components/schemas/StringList"},{"description":"One or more values for the name to filter by."}]}},"description":"A filter object that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria."},"ListLinuxSubscriptionsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"Token for the next set of results."}]},"Subscriptions":{"allOf":[{"$ref":"#/components/schemas/SubscriptionList"},{"description":"An array that contains subscription objects."}]}}},"UpdateServiceSettingsResponse":{"type":"object","properties":{"HomeRegions":{"allOf":[{"$ref":"#/components/schemas/StringList"},{"description":"The Region in which License Manager displays the aggregated data for Linux subscriptions."}]},"LinuxSubscriptionsDiscovery":{"allOf":[{"$ref":"#/components/schemas/LinuxSubscriptionsDiscovery"},{"description":"Lists if discovery has been enabled for Linux subscriptions."}]},"LinuxSubscriptionsDiscoverySettings":{"allOf":[{"$ref":"#/components/schemas/LinuxSubscriptionsDiscoverySettings"},{"description":"The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/Status"},{"description":"Indicates the status of Linux subscriptions settings being applied."}]},"StatusMessage":{"allOf":[{"$ref":"#/components/schemas/StringMap"},{"description":"A message which details the Linux subscriptions service settings current status."}]}}},"OrganizationIntegration":{"type":"string","enum":["Enabled","Disabled"]},"StringList":{"type":"array","items":{"$ref":"#/components/schemas/StringListMemberString"},"minItems":1,"maxItems":100},"Boolean":{"type":"boolean"},"BoxInteger":{"type":"integer"},"BoxLong":{"type":"integer"},"String":{"type":"string"},"Operator":{"type":"string","enum":["Equal","NotEqual","Contains"],"minLength":1,"maxLength":20},"FilterList":{"type":"array","items":{"$ref":"#/components/schemas/Filter"}},"GetServiceSettingsRequest":{"type":"object","title":"GetServiceSettingsRequest","properties":{}},"LinuxSubscriptionsDiscovery":{"type":"string","enum":["Enabled","Disabled"]},"LinuxSubscriptionsDiscoverySettings":{"type":"object","required":["OrganizationIntegration","SourceRegions"],"properties":{"OrganizationIntegration":{"allOf":[{"$ref":"#/components/schemas/OrganizationIntegration"},{"description":"Details if you have enabled resource discovery across your accounts in Organizations."}]},"SourceRegions":{"allOf":[{"$ref":"#/components/schemas/StringList"},{"description":"The Regions in which to discover data for Linux subscriptions."}]}},"description":"Lists the settings defined for discovering Linux subscriptions."},"Status":{"type":"string","enum":["InProgress","Completed","Successful","Failed"]},"StringMap":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/String"}},"ProductCodeList":{"type":"array","items":{"$ref":"#/components/schemas/String"}},"Instance":{"type":"object","properties":{"AccountID":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The account ID which owns the instance."}]},"AmiId":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The AMI ID used to launch the instance."}]},"InstanceID":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The instance ID of the resource."}]},"InstanceType":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The instance type of the resource."}]},"LastUpdatedTime":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The time in which the last discovery updated the instance details."}]},"ProductCode":{"allOf":[{"$ref":"#/components/schemas/ProductCodeList"},{"description":"The product code for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/license-manager/latest/userguide/linux-subscriptions-usage-operation.html\">Usage operation values</a> in the <i>License Manager User Guide</i> ."}]},"Region":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The Region the instance is running in."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The status of the instance."}]},"SubscriptionName":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The name of the subscription being used by the instance."}]},"UsageOperation":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The usage operation of the instance. For more information, see For more information, see <a href=\"https://docs.aws.amazon.com/license-manager/latest/userguide/linux-subscriptions-usage-operation.html\">Usage operation values</a> in the <i>License Manager User Guide</i>."}]}},"description":"Details discovered information about a running instance using Linux subscriptions."},"InstanceList":{"type":"array","items":{"$ref":"#/components/schemas/Instance"}},"ListLinuxSubscriptionInstancesRequestNextTokenString":{"type":"string","minLength":1,"maxLength":16384},"ListLinuxSubscriptionInstancesRequest":{"type":"object","title":"ListLinuxSubscriptionInstancesRequest","properties":{"Filters":{"allOf":[{"$ref":"#/components/schemas/FilterList"},{"description":"<p>An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of <code>AmiID</code> with an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.</p> <p>The valid names for this filter are:</p> <ul> <li> <p> <code>AmiID</code> </p> </li> <li> <p> <code>InstanceID</code> </p> </li> <li> <p> <code>AccountID</code> </p> </li> <li> <p> <code>Status</code> </p> </li> <li> <p> <code>Region</code> </p> </li> <li> <p> <code>UsageOperation</code> </p> </li> <li> <p> <code>ProductCode</code> </p> </li> <li> <p> <code>InstanceType</code> </p> </li> </ul> <p>The valid Operators for this filter are:</p> <ul> <li> <p> <code>contains</code> </p> </li> <li> <p> <code>equals</code> </p> </li> <li> <p> <code>Notequal</code> </p> </li> </ul>"}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/BoxInteger"},{"description":"Maximum number of results to return in a single call."}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/ListLinuxSubscriptionInstancesRequestNextTokenString"},{"description":"Token for the next set of results."}]}},"description":"NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request increases."},"ListLinuxSubscriptionsRequestNextTokenString":{"type":"string","minLength":1,"maxLength":16384},"ListLinuxSubscriptionsRequest":{"type":"object","title":"ListLinuxSubscriptionsRequest","properties":{"Filters":{"allOf":[{"$ref":"#/components/schemas/FilterList"},{"description":"<p>An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of <code>Subscription</code> with an optional operator to see subscriptions that match, partially match, or don't match a certain subscription's name.</p> <p>The valid names for this filter are:</p> <ul> <li> <p> <code>Subscription</code> </p> </li> </ul> <p>The valid Operators for this filter are:</p> <ul> <li> <p> <code>contains</code> </p> </li> <li> <p> <code>equals</code> </p> </li> <li> <p> <code>Notequal</code> </p> </li> </ul>"}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/BoxInteger"},{"description":"Maximum number of results to return in a single call."}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/ListLinuxSubscriptionsRequestNextTokenString"},{"description":"Token for the next set of results."}]}},"description":"NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request increases."},"SubscriptionList":{"type":"array","items":{"$ref":"#/components/schemas/Subscription"}},"StringListMemberString":{"type":"string","minLength":1,"maxLength":100},"Subscription":{"type":"object","properties":{"InstanceCount":{"allOf":[{"$ref":"#/components/schemas/BoxLong"},{"description":"The total amount of running instances using this subscription."}]},"Name":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The name of the subscription."}]},"Type":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The type of subscription. The type can be subscription-included with Amazon EC2, Bring Your Own Subscription model (BYOS), or from the Amazon Web Services Marketplace. Certain subscriptions may use licensing from the Amazon Web Services Marketplace as well as OS licensing from Amazon EC2 or BYOS."}]}},"description":"An object which details a discovered Linux subscription."},"UpdateServiceSettingsRequest":{"type":"object","required":["LinuxSubscriptionsDiscovery","LinuxSubscriptionsDiscoverySettings"],"title":"UpdateServiceSettingsRequest","properties":{"AllowUpdate":{"allOf":[{"$ref":"#/components/schemas/Boolean"},{"description":"Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region."}]},"LinuxSubscriptionsDiscovery":{"allOf":[{"$ref":"#/components/schemas/LinuxSubscriptionsDiscovery"},{"description":"Describes if the discovery of Linux subscriptions is enabled."}]},"LinuxSubscriptionsDiscoverySettings":{"allOf":[{"$ref":"#/components/schemas/LinuxSubscriptionsDiscoverySettings"},{"description":"The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from."}]}}}}},"security":[{"hmac":[]}]}