openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 173 kB
JSON
{"openapi":"3.0.0","info":{"version":"2018-11-05","x-release":"v4","title":"Amazon CloudFront","description":"<fullname>Amazon CloudFront</fullname> <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the <i>Amazon CloudFront Developer Guide</i>.</p>","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":"cloudfront","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/cloudfront-2018-11-05.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-direct":true}],"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://aws.amazon.com/cloudfront/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/2018-11-05/origin-access-identity/cloudfront":{"post":{"operationId":"CreateCloudFrontOriginAccessIdentity","description":"Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see <a href=\"http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateCloudFrontOriginAccessIdentityResult"}}}},"480":{"description":"CloudFrontOriginAccessIdentityAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CloudFrontOriginAccessIdentityAlreadyExists"}}}},"481":{"description":"MissingBody","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/MissingBody"}}}},"482":{"description":"TooManyCloudFrontOriginAccessIdentities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCloudFrontOriginAccessIdentities"}}}},"483":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"484":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateCloudFrontOriginAccessIdentityRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/distribution":{"post":{"operationId":"CreateDistribution","description":"<p>Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery. Send a <code>POST</code> request to the <code>/<i>CloudFront API version</i>/distribution</code>/<code>distribution ID</code> resource.</p> <important> <p>When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using <a>UpdateDistribution</a>, follow the steps included in the documentation to get the current configuration and then make your updates. This helps to make sure that you include all of the required fields. To view a summary, see <a href=\"http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html\">Required Fields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> </important> <p>If you are using Adobe Flash Media Server's RTMP protocol, you set up a different kind of CloudFront distribution. For more information, see <a>CreateStreamingDistribution</a>.</p>","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDistributionResult"}}}},"480":{"description":"CNAMEAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CNAMEAlreadyExists"}}}},"481":{"description":"DistributionAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DistributionAlreadyExists"}}}},"482":{"description":"InvalidOrigin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOrigin"}}}},"483":{"description":"InvalidOriginAccessIdentity","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginAccessIdentity"}}}},"484":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"485":{"description":"TooManyTrustedSigners","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTrustedSigners"}}}},"486":{"description":"TrustedSignerDoesNotExist","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TrustedSignerDoesNotExist"}}}},"487":{"description":"InvalidViewerCertificate","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidViewerCertificate"}}}},"488":{"description":"InvalidMinimumProtocolVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidMinimumProtocolVersion"}}}},"489":{"description":"MissingBody","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/MissingBody"}}}},"490":{"description":"TooManyDistributionCNAMEs","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributionCNAMEs"}}}},"491":{"description":"TooManyDistributions","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributions"}}}},"492":{"description":"InvalidDefaultRootObject","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDefaultRootObject"}}}},"493":{"description":"InvalidRelativePath","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidRelativePath"}}}},"494":{"description":"InvalidErrorCode","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidErrorCode"}}}},"495":{"description":"InvalidResponseCode","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidResponseCode"}}}},"496":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"497":{"description":"InvalidRequiredProtocol","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidRequiredProtocol"}}}},"498":{"description":"NoSuchOrigin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchOrigin"}}}},"499":{"description":"TooManyOrigins","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyOrigins"}}}},"500":{"description":"TooManyOriginGroupsPerDistribution","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyOriginGroupsPerDistribution"}}}},"501":{"description":"TooManyCacheBehaviors","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCacheBehaviors"}}}},"502":{"description":"TooManyCookieNamesInWhiteList","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCookieNamesInWhiteList"}}}},"503":{"description":"InvalidForwardCookies","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidForwardCookies"}}}},"504":{"description":"TooManyHeadersInForwardedValues","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyHeadersInForwardedValues"}}}},"505":{"description":"InvalidHeadersForS3Origin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidHeadersForS3Origin"}}}},"506":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}},"507":{"description":"TooManyCertificates","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCertificates"}}}},"508":{"description":"InvalidLocationCode","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLocationCode"}}}},"509":{"description":"InvalidGeoRestrictionParameter","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidGeoRestrictionParameter"}}}},"510":{"description":"InvalidProtocolSettings","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidProtocolSettings"}}}},"511":{"description":"InvalidTTLOrder","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTTLOrder"}}}},"512":{"description":"InvalidWebACLId","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidWebACLId"}}}},"513":{"description":"TooManyOriginCustomHeaders","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyOriginCustomHeaders"}}}},"514":{"description":"TooManyQueryStringParameters","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyQueryStringParameters"}}}},"515":{"description":"InvalidQueryStringParameters","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidQueryStringParameters"}}}},"516":{"description":"TooManyDistributionsWithLambdaAssociations","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributionsWithLambdaAssociations"}}}},"517":{"description":"TooManyLambdaFunctionAssociations","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyLambdaFunctionAssociations"}}}},"518":{"description":"InvalidLambdaFunctionAssociation","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLambdaFunctionAssociation"}}}},"519":{"description":"InvalidOriginReadTimeout","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginReadTimeout"}}}},"520":{"description":"InvalidOriginKeepaliveTimeout","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginKeepaliveTimeout"}}}},"521":{"description":"NoSuchFieldLevelEncryptionConfig","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchFieldLevelEncryptionConfig"}}}},"522":{"description":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}}}},"523":{"description":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDistributionRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/distribution#CreateDistributionWithTags":{"post":{"operationId":"CreateDistributionWithTags","description":"Create a new distribution with tags.","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDistributionWithTagsResult"}}}},"480":{"description":"CNAMEAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CNAMEAlreadyExists"}}}},"481":{"description":"DistributionAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DistributionAlreadyExists"}}}},"482":{"description":"InvalidOrigin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOrigin"}}}},"483":{"description":"InvalidOriginAccessIdentity","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginAccessIdentity"}}}},"484":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"485":{"description":"TooManyTrustedSigners","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTrustedSigners"}}}},"486":{"description":"TrustedSignerDoesNotExist","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TrustedSignerDoesNotExist"}}}},"487":{"description":"InvalidViewerCertificate","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidViewerCertificate"}}}},"488":{"description":"InvalidMinimumProtocolVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidMinimumProtocolVersion"}}}},"489":{"description":"MissingBody","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/MissingBody"}}}},"490":{"description":"TooManyDistributionCNAMEs","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributionCNAMEs"}}}},"491":{"description":"TooManyDistributions","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributions"}}}},"492":{"description":"InvalidDefaultRootObject","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDefaultRootObject"}}}},"493":{"description":"InvalidRelativePath","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidRelativePath"}}}},"494":{"description":"InvalidErrorCode","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidErrorCode"}}}},"495":{"description":"InvalidResponseCode","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidResponseCode"}}}},"496":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"497":{"description":"InvalidRequiredProtocol","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidRequiredProtocol"}}}},"498":{"description":"NoSuchOrigin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchOrigin"}}}},"499":{"description":"TooManyOrigins","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyOrigins"}}}},"500":{"description":"TooManyOriginGroupsPerDistribution","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyOriginGroupsPerDistribution"}}}},"501":{"description":"TooManyCacheBehaviors","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCacheBehaviors"}}}},"502":{"description":"TooManyCookieNamesInWhiteList","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCookieNamesInWhiteList"}}}},"503":{"description":"InvalidForwardCookies","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidForwardCookies"}}}},"504":{"description":"TooManyHeadersInForwardedValues","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyHeadersInForwardedValues"}}}},"505":{"description":"InvalidHeadersForS3Origin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidHeadersForS3Origin"}}}},"506":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}},"507":{"description":"TooManyCertificates","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCertificates"}}}},"508":{"description":"InvalidLocationCode","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLocationCode"}}}},"509":{"description":"InvalidGeoRestrictionParameter","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidGeoRestrictionParameter"}}}},"510":{"description":"InvalidProtocolSettings","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidProtocolSettings"}}}},"511":{"description":"InvalidTTLOrder","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTTLOrder"}}}},"512":{"description":"InvalidWebACLId","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidWebACLId"}}}},"513":{"description":"TooManyOriginCustomHeaders","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyOriginCustomHeaders"}}}},"514":{"description":"InvalidTagging","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTagging"}}}},"515":{"description":"TooManyQueryStringParameters","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyQueryStringParameters"}}}},"516":{"description":"InvalidQueryStringParameters","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidQueryStringParameters"}}}},"517":{"description":"TooManyDistributionsWithLambdaAssociations","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributionsWithLambdaAssociations"}}}},"518":{"description":"TooManyLambdaFunctionAssociations","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyLambdaFunctionAssociations"}}}},"519":{"description":"InvalidLambdaFunctionAssociation","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLambdaFunctionAssociation"}}}},"520":{"description":"InvalidOriginReadTimeout","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginReadTimeout"}}}},"521":{"description":"InvalidOriginKeepaliveTimeout","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginKeepaliveTimeout"}}}},"522":{"description":"NoSuchFieldLevelEncryptionConfig","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchFieldLevelEncryptionConfig"}}}},"523":{"description":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}}}},"524":{"description":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}}}}},"parameters":[{"name":"WithTags","in":"query","required":true,"allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDistributionWithTagsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/field-level-encryption#CreateFieldLevelEncryptionConfig":{"post":{"operationId":"CreateFieldLevelEncryptionConfig","description":"Create a new field-level encryption configuration.","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateFieldLevelEncryptionConfigResult"}}}},"480":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}},"481":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"482":{"description":"NoSuchFieldLevelEncryptionProfile","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchFieldLevelEncryptionProfile"}}}},"483":{"description":"FieldLevelEncryptionConfigAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/FieldLevelEncryptionConfigAlreadyExists"}}}},"484":{"description":"TooManyFieldLevelEncryptionConfigs","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyFieldLevelEncryptionConfigs"}}}},"485":{"description":"TooManyFieldLevelEncryptionQueryArgProfiles","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyFieldLevelEncryptionQueryArgProfiles"}}}},"486":{"description":"TooManyFieldLevelEncryptionContentTypeProfiles","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyFieldLevelEncryptionContentTypeProfiles"}}}},"487":{"description":"QueryArgProfileEmpty","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/QueryArgProfileEmpty"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateFieldLevelEncryptionConfigRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/field-level-encryption-profile#CreateFieldLevelEncryptionProfile":{"post":{"operationId":"CreateFieldLevelEncryptionProfile","description":"Create a field-level encryption profile.","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateFieldLevelEncryptionProfileResult"}}}},"480":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}},"481":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"482":{"description":"NoSuchPublicKey","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchPublicKey"}}}},"483":{"description":"FieldLevelEncryptionProfileAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/FieldLevelEncryptionProfileAlreadyExists"}}}},"484":{"description":"FieldLevelEncryptionProfileSizeExceeded","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/FieldLevelEncryptionProfileSizeExceeded"}}}},"485":{"description":"TooManyFieldLevelEncryptionProfiles","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyFieldLevelEncryptionProfiles"}}}},"486":{"description":"TooManyFieldLevelEncryptionEncryptionEntities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyFieldLevelEncryptionEncryptionEntities"}}}},"487":{"description":"TooManyFieldLevelEncryptionFieldPatterns","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyFieldLevelEncryptionFieldPatterns"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateFieldLevelEncryptionProfileRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/distribution/{DistributionId}/invalidation#CreateInvalidation":{"post":{"operationId":"CreateInvalidation","description":"Create a new invalidation. ","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateInvalidationResult"}}}},"480":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"481":{"description":"MissingBody","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/MissingBody"}}}},"482":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"483":{"description":"NoSuchDistribution","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchDistribution"}}}},"484":{"description":"BatchTooLarge","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BatchTooLarge"}}}},"485":{"description":"TooManyInvalidationsInProgress","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyInvalidationsInProgress"}}}},"486":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}}},"parameters":[{"name":"DistributionId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateInvalidationRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/public-key#CreatePublicKey":{"post":{"operationId":"CreatePublicKey","description":"Add a new public key to CloudFront to use, for example, for field-level encryption. You can add a maximum of 10 public keys with one AWS account.","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreatePublicKeyResult"}}}},"480":{"description":"PublicKeyAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PublicKeyAlreadyExists"}}}},"481":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"482":{"description":"TooManyPublicKeys","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyPublicKeys"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreatePublicKeyRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/streaming-distribution#CreateStreamingDistribution":{"post":{"operationId":"CreateStreamingDistribution","description":"<p>Creates a new RMTP distribution. An RTMP distribution is similar to a web distribution, but an RTMP distribution streams media files using the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files using HTTP. </p> <p>To create a new web distribution, submit a <code>POST</code> request to the <i>CloudFront API version</i>/distribution resource. The request body must include a document with a <i>StreamingDistributionConfig</i> element. The response echoes the <code>StreamingDistributionConfig</code> element and returns other information about the RTMP distribution.</p> <p>To get the status of your request, use the <i>GET StreamingDistribution</i> API action. When the value of <code>Enabled</code> is <code>true</code> and the value of <code>Status</code> is <code>Deployed</code>, your distribution is ready. A distribution usually deploys in less than 15 minutes.</p> <p>For more information about web distributions, see <a href=\"http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-rtmp.html\">Working with RTMP Distributions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <important> <p>Beginning with the 2012-05-05 version of the CloudFront API, we made substantial changes to the format of the XML document that you include in the request body when you create or update a web distribution or an RTMP distribution, and when you invalidate objects. With previous versions of the API, we discovered that it was too easy to accidentally delete one or more values for an element that accepts multiple values, for example, CNAMEs and trusted signers. Our changes for the 2012-05-05 release are intended to prevent these accidental deletions and to notify you when there's a mismatch between the number of values you say you're specifying in the <code>Quantity</code> element and the number of values specified.</p> </important>","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateStreamingDistributionResult"}}}},"480":{"description":"CNAMEAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CNAMEAlreadyExists"}}}},"481":{"description":"StreamingDistributionAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/StreamingDistributionAlreadyExists"}}}},"482":{"description":"InvalidOrigin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOrigin"}}}},"483":{"description":"InvalidOriginAccessIdentity","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginAccessIdentity"}}}},"484":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"485":{"description":"TooManyTrustedSigners","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTrustedSigners"}}}},"486":{"description":"TrustedSignerDoesNotExist","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TrustedSignerDoesNotExist"}}}},"487":{"description":"MissingBody","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/MissingBody"}}}},"488":{"description":"TooManyStreamingDistributionCNAMEs","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyStreamingDistributionCNAMEs"}}}},"489":{"description":"TooManyStreamingDistributions","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyStreamingDistributions"}}}},"490":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"491":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateStreamingDistributionRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/streaming-distribution#CreateStreamingDistributionWithTags":{"post":{"operationId":"CreateStreamingDistributionWithTags","description":"Create a new streaming distribution with tags.","responses":{"201":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateStreamingDistributionWithTagsResult"}}}},"480":{"description":"CNAMEAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CNAMEAlreadyExists"}}}},"481":{"description":"StreamingDistributionAlreadyExists","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/StreamingDistributionAlreadyExists"}}}},"482":{"description":"InvalidOrigin","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOrigin"}}}},"483":{"description":"InvalidOriginAccessIdentity","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidOriginAccessIdentity"}}}},"484":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"485":{"description":"TooManyTrustedSigners","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTrustedSigners"}}}},"486":{"description":"TrustedSignerDoesNotExist","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TrustedSignerDoesNotExist"}}}},"487":{"description":"MissingBody","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/MissingBody"}}}},"488":{"description":"TooManyStreamingDistributionCNAMEs","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyStreamingDistributionCNAMEs"}}}},"489":{"description":"TooManyStreamingDistributions","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyStreamingDistributions"}}}},"490":{"description":"InvalidArgument","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidArgument"}}}},"491":{"description":"InconsistentQuantities","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InconsistentQuantities"}}}},"492":{"description":"InvalidTagging","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTagging"}}}}},"parameters":[{"name":"WithTags","in":"query","required":true,"allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateStreamingDistributionWithTagsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/origin-access-identity/cloudfront/{Id}#DeleteCloudFrontOriginAccessIdentity":{"delete":{"operationId":"DeleteCloudFrontOriginAccessIdentity","description":"Delete an origin access identity. ","responses":{"204":{"description":"Success"},"480":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"481":{"description":"InvalidIfMatchVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidIfMatchVersion"}}}},"482":{"description":"NoSuchCloudFrontOriginAccessIdentity","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchCloudFrontOriginAccessIdentity"}}}},"483":{"description":"PreconditionFailed","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PreconditionFailed"}}}},"484":{"description":"CloudFrontOriginAccessIdentityInUse","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CloudFrontOriginAccessIdentityInUse"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteCloudFrontOriginAccessIdentityRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/distribution/{Id}#DeleteDistribution":{"delete":{"operationId":"DeleteDistribution","description":"Delete a distribution. ","responses":{"204":{"description":"Success"},"480":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"481":{"description":"DistributionNotDisabled","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DistributionNotDisabled"}}}},"482":{"description":"InvalidIfMatchVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidIfMatchVersion"}}}},"483":{"description":"NoSuchDistribution","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchDistribution"}}}},"484":{"description":"PreconditionFailed","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PreconditionFailed"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteDistributionRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/field-level-encryption/{Id}#DeleteFieldLevelEncryptionConfig":{"delete":{"operationId":"DeleteFieldLevelEncryptionConfig","description":"Remove a field-level encryption configuration.","responses":{"204":{"description":"Success"},"480":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"481":{"description":"InvalidIfMatchVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidIfMatchVersion"}}}},"482":{"description":"NoSuchFieldLevelEncryptionConfig","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchFieldLevelEncryptionConfig"}}}},"483":{"description":"PreconditionFailed","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PreconditionFailed"}}}},"484":{"description":"FieldLevelEncryptionConfigInUse","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/FieldLevelEncryptionConfigInUse"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteFieldLevelEncryptionConfigRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/field-level-encryption-profile/{Id}#DeleteFieldLevelEncryptionProfile":{"delete":{"operationId":"DeleteFieldLevelEncryptionProfile","description":"Remove a field-level encryption profile.","responses":{"204":{"description":"Success"},"480":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"481":{"description":"InvalidIfMatchVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidIfMatchVersion"}}}},"482":{"description":"NoSuchFieldLevelEncryptionProfile","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchFieldLevelEncryptionProfile"}}}},"483":{"description":"PreconditionFailed","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PreconditionFailed"}}}},"484":{"description":"FieldLevelEncryptionProfileInUse","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/FieldLevelEncryptionProfileInUse"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteFieldLevelEncryptionProfileRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/public-key/{Id}#DeletePublicKey":{"delete":{"operationId":"DeletePublicKey","description":"Remove a public key you previously added to CloudFront.","responses":{"204":{"description":"Success"},"480":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"481":{"description":"PublicKeyInUse","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PublicKeyInUse"}}}},"482":{"description":"InvalidIfMatchVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidIfMatchVersion"}}}},"483":{"description":"NoSuchPublicKey","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchPublicKey"}}}},"484":{"description":"PreconditionFailed","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PreconditionFailed"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeletePublicKeyRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/streaming-distribution/{Id}#DeleteStreamingDistribution":{"delete":{"operationId":"DeleteStreamingDistribution","description":"<p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.</p> <p> <b>To delete an RTMP distribution using the CloudFront API</b>:</p> <ol> <li> <p>Disable the RTMP distribution.</p> </li> <li> <p>Submit a <code>GET Streaming Distribution Config</code> request to get the current configuration and the <code>Etag</code> header for the distribution. </p> </li> <li> <p>Update the XML document that was returned in the response to your <code>GET Streaming Distribution Config</code> request to change the value of <code>Enabled</code> to <code>false</code>.</p> </li> <li> <p>Submit a <code>PUT Streaming Distribution Config</code> request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to the <code>PUT Streaming Distribution Config</code> request to confirm that the distribution was successfully disabled.</p> </li> <li> <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm that your changes have propagated. When propagation is complete, the value of <code>Status</code> is <code>Deployed</code>.</p> </li> <li> <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to your <code>DELETE Streaming Distribution</code> request to confirm that the distribution was successfully deleted.</p> </li> </ol> <p>For information about deleting a distribution using the CloudFront console, see <a href=\"http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html\">Deleting a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>","responses":{"204":{"description":"Success"},"480":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}},"481":{"description":"StreamingDistributionNotDisabled","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/StreamingDistributionNotDisabled"}}}},"482":{"description":"InvalidIfMatchVersion","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidIfMatchVersion"}}}},"483":{"description":"NoSuchStreamingDistribution","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchStreamingDistribution"}}}},"484":{"description":"PreconditionFailed","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PreconditionFailed"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteStreamingDistributionRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/origin-access-identity/cloudfront/{Id}#GetCloudFrontOriginAccessIdentity":{"get":{"operationId":"GetCloudFrontOriginAccessIdentity","description":"Get the information about an origin access identity. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GetCloudFrontOriginAccessIdentityResult"}}}},"480":{"description":"NoSuchCloudFrontOriginAccessIdentity","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchCloudFrontOriginAccessIdentity"}}}},"481":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GetCloudFrontOriginAccessIdentityRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/origin-access-identity/cloudfront/{Id}/config#GetCloudFrontOriginAccessIdentityConfig":{"get":{"operationId":"GetCloudFrontOriginAccessIdentityConfig","description":"Get the configuration information about an origin access identity. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GetCloudFrontOriginAccessIdentityConfigResult"}}}},"480":{"description":"NoSuchCloudFrontOriginAccessIdentity","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchCloudFrontOriginAccessIdentity"}}}},"481":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GetCloudFrontOriginAccessIdentityConfigRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/distribution/{Id}#GetDistribution":{"get":{"operationId":"GetDistribution","description":"Get the information about a distribution. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GetDistributionResult"}}}},"480":{"description":"NoSuchDistribution","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchDistribution"}}}},"481":{"description":"AccessDenied","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AccessDenied"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GetDistributionRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$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"}]},"/2018-11-05/distribution/{Id}/config#GetDistributionConfig":{"get":{"operationId":"GetDistributionConfig","description":"Get the configuration information about a distribution. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GetDistributionConfigResult"}}}},"480":{"description":"NoSuchDistribution","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/NoSuchDistribution"}}}},"481":{"description":"AccessDenied","content":{"text/x