@aws-sdk/client-cloudfront 3.804.0 → 3.808.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -6
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/CloudFront.d.ts +1 -5
- package/dist-types/CloudFrontClient.d.ts +1 -5
- package/dist-types/commands/AssociateAliasCommand.d.ts +1 -11
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -2
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +1 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +26 -90
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +1 -2
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +7 -39
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +5 -16
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +3 -13
- package/dist-types/commands/CreateDistributionCommand.d.ts +27 -69
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +1 -2
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +28 -83
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +4 -8
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +3 -6
- package/dist-types/commands/CreateFunctionCommand.d.ts +4 -19
- package/dist-types/commands/CreateInvalidationCommand.d.ts +3 -6
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +3 -6
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +4 -17
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -4
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -11
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +7 -44
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -2
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +3 -11
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +7 -32
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +5 -11
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +5 -11
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +2 -4
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -2
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDistributionCommand.d.ts +2 -4
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +2 -4
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -11
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -9
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +3 -53
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFunctionCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +1 -2
- package/dist-types/commands/GetCachePolicyCommand.d.ts +1 -14
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +1 -6
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -2
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -4
- package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -7
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -6
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -15
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -7
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +1 -8
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -7
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -2
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -23
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -5
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +1 -2
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -8
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -6
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -11
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -6
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/PublishFunctionCommand.d.ts +2 -12
- package/dist-types/commands/TestFunctionCommand.d.ts +1 -10
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +7 -33
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +3 -6
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +2 -4
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +3 -26
- package/dist-types/commands/UpdateDistributionCommand.d.ts +26 -99
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +2 -4
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +23 -82
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +4 -8
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +4 -8
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -10
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +4 -25
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +7 -35
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -4
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +7 -38
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -6
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +3 -6
- package/dist-types/index.d.ts +1 -5
- package/dist-types/models/models_0.d.ts +324 -2005
- package/dist-types/models/models_1.d.ts +297 -1243
- package/dist-types/models/models_2.d.ts +45 -119
- package/package.json +15 -15
|
@@ -732,12 +732,10 @@ declare const CreateDistributionCommand_base: {
|
|
|
732
732
|
* <p>The CNAME specified is already defined for CloudFront.</p>
|
|
733
733
|
*
|
|
734
734
|
* @throws {@link ContinuousDeploymentPolicyInUse} (client fault)
|
|
735
|
-
* <p>You cannot delete a continuous deployment policy that is associated with a primary
|
|
736
|
-
* distribution.</p>
|
|
735
|
+
* <p>You cannot delete a continuous deployment policy that is associated with a primary distribution.</p>
|
|
737
736
|
*
|
|
738
737
|
* @throws {@link DistributionAlreadyExists} (client fault)
|
|
739
|
-
* <p>The caller reference you attempted to create the distribution with is associated with
|
|
740
|
-
* another distribution.</p>
|
|
738
|
+
* <p>The caller reference you attempted to create the distribution with is associated with another distribution.</p>
|
|
741
739
|
*
|
|
742
740
|
* @throws {@link EntityLimitExceeded} (client fault)
|
|
743
741
|
* <p>The entity limit has been exceeded.</p>
|
|
@@ -746,16 +744,13 @@ declare const CreateDistributionCommand_base: {
|
|
|
746
744
|
* <p>The entity was not found.</p>
|
|
747
745
|
*
|
|
748
746
|
* @throws {@link IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior} (client fault)
|
|
749
|
-
* <p>The specified configuration for field-level encryption can't be associated with the
|
|
750
|
-
* specified cache behavior.</p>
|
|
747
|
+
* <p>The specified configuration for field-level encryption can't be associated with the specified cache behavior.</p>
|
|
751
748
|
*
|
|
752
749
|
* @throws {@link IllegalOriginAccessConfiguration} (client fault)
|
|
753
|
-
* <p>An origin cannot contain both an origin access control (OAC) and an origin access
|
|
754
|
-
* identity (OAI).</p>
|
|
750
|
+
* <p>An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).</p>
|
|
755
751
|
*
|
|
756
752
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
757
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
758
|
-
* match.</p>
|
|
753
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
759
754
|
*
|
|
760
755
|
* @throws {@link InvalidArgument} (client fault)
|
|
761
756
|
* <p>An argument is invalid.</p>
|
|
@@ -764,16 +759,13 @@ declare const CreateDistributionCommand_base: {
|
|
|
764
759
|
* <p>The default root object file name is too big or contains an invalid character.</p>
|
|
765
760
|
*
|
|
766
761
|
* @throws {@link InvalidDomainNameForOriginAccessControl} (client fault)
|
|
767
|
-
* <p>An origin access control is associated with an origin whose domain name is not
|
|
768
|
-
* supported.</p>
|
|
762
|
+
* <p>An origin access control is associated with an origin whose domain name is not supported.</p>
|
|
769
763
|
*
|
|
770
764
|
* @throws {@link InvalidErrorCode} (client fault)
|
|
771
765
|
* <p>An invalid error code was specified.</p>
|
|
772
766
|
*
|
|
773
767
|
* @throws {@link InvalidForwardCookies} (client fault)
|
|
774
|
-
* <p>Your request contains forward cookies option which doesn't match with the expectation
|
|
775
|
-
* for the <code>whitelisted</code> list of cookie names. Either list of cookie names has
|
|
776
|
-
* been specified when not allowed or list of cookie names is missing when expected.</p>
|
|
768
|
+
* <p>Your request contains forward cookies option which doesn't match with the expectation for the <code>whitelisted</code> list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.</p>
|
|
777
769
|
*
|
|
778
770
|
* @throws {@link InvalidFunctionAssociation} (client fault)
|
|
779
771
|
* <p>A CloudFront function association is invalid.</p>
|
|
@@ -809,20 +801,16 @@ declare const CreateDistributionCommand_base: {
|
|
|
809
801
|
* <p>The read timeout specified for the origin is not valid.</p>
|
|
810
802
|
*
|
|
811
803
|
* @throws {@link InvalidProtocolSettings} (client fault)
|
|
812
|
-
* <p>You cannot specify SSLv3 as the minimum protocol version if you only want to support
|
|
813
|
-
* only clients that support Server Name Indication (SNI).</p>
|
|
804
|
+
* <p>You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).</p>
|
|
814
805
|
*
|
|
815
806
|
* @throws {@link InvalidQueryStringParameters} (client fault)
|
|
816
807
|
* <p>The query string parameters specified are not valid.</p>
|
|
817
808
|
*
|
|
818
809
|
* @throws {@link InvalidRelativePath} (client fault)
|
|
819
|
-
* <p>The relative path is too big, is not URL-encoded, or does not begin with a slash
|
|
820
|
-
* (/).</p>
|
|
810
|
+
* <p>The relative path is too big, is not URL-encoded, or does not begin with a slash (/).</p>
|
|
821
811
|
*
|
|
822
812
|
* @throws {@link InvalidRequiredProtocol} (client fault)
|
|
823
|
-
* <p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol
|
|
824
|
-
* in your request, or omit the <code>RequiredProtocols</code> element from your
|
|
825
|
-
* distribution configuration.</p>
|
|
813
|
+
* <p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the <code>RequiredProtocols</code> element from your distribution configuration.</p>
|
|
826
814
|
*
|
|
827
815
|
* @throws {@link InvalidResponseCode} (client fault)
|
|
828
816
|
* <p>A response code is not valid.</p>
|
|
@@ -834,15 +822,10 @@ declare const CreateDistributionCommand_base: {
|
|
|
834
822
|
* <p>A viewer certificate specified is not valid.</p>
|
|
835
823
|
*
|
|
836
824
|
* @throws {@link InvalidWebACLId} (client fault)
|
|
837
|
-
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest
|
|
838
|
-
* version of WAF, use the ACL ARN, for example
|
|
839
|
-
* <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
|
|
840
|
-
* To specify a web ACL created using WAF Classic, use the ACL ID, for example
|
|
841
|
-
* <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
825
|
+
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
842
826
|
*
|
|
843
827
|
* @throws {@link MissingBody} (client fault)
|
|
844
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
845
|
-
* <code>Content-Type</code> header is set.</p>
|
|
828
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
846
829
|
*
|
|
847
830
|
* @throws {@link NoSuchCachePolicy} (client fault)
|
|
848
831
|
* <p>The cache policy does not exist.</p>
|
|
@@ -875,83 +858,58 @@ declare const CreateDistributionCommand_base: {
|
|
|
875
858
|
* <p>You cannot create anymore custom SSL/TLS certificates.</p>
|
|
876
859
|
*
|
|
877
860
|
* @throws {@link TooManyCookieNamesInWhiteList} (client fault)
|
|
878
|
-
* <p>Your request contains more cookie names in the whitelist than are allowed per cache
|
|
879
|
-
* behavior.</p>
|
|
861
|
+
* <p>Your request contains more cookie names in the whitelist than are allowed per cache behavior.</p>
|
|
880
862
|
*
|
|
881
863
|
* @throws {@link TooManyDistributionCNAMEs} (client fault)
|
|
882
864
|
* <p>Your request contains more CNAMEs than are allowed per distribution.</p>
|
|
883
865
|
*
|
|
884
866
|
* @throws {@link TooManyDistributions} (client fault)
|
|
885
|
-
* <p>Processing your request would cause you to exceed the maximum number of distributions
|
|
886
|
-
* allowed.</p>
|
|
867
|
+
* <p>Processing your request would cause you to exceed the maximum number of distributions allowed.</p>
|
|
887
868
|
*
|
|
888
869
|
* @throws {@link TooManyDistributionsAssociatedToCachePolicy} (client fault)
|
|
889
|
-
* <p>The maximum number of distributions have been associated with the specified cache
|
|
890
|
-
* policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
891
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
870
|
+
* <p>The maximum number of distributions have been associated with the specified cache policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
892
871
|
*
|
|
893
872
|
* @throws {@link TooManyDistributionsAssociatedToFieldLevelEncryptionConfig} (client fault)
|
|
894
|
-
* <p>The maximum number of distributions have been associated with the specified
|
|
895
|
-
* configuration for field-level encryption.</p>
|
|
873
|
+
* <p>The maximum number of distributions have been associated with the specified configuration for field-level encryption.</p>
|
|
896
874
|
*
|
|
897
875
|
* @throws {@link TooManyDistributionsAssociatedToKeyGroup} (client fault)
|
|
898
|
-
* <p>The number of distributions that reference this key group is more than the maximum
|
|
899
|
-
* allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
900
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
876
|
+
* <p>The number of distributions that reference this key group is more than the maximum allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
901
877
|
*
|
|
902
878
|
* @throws {@link TooManyDistributionsAssociatedToOriginAccessControl} (client fault)
|
|
903
|
-
* <p>The maximum number of distributions have been associated with the specified origin
|
|
904
|
-
* access control.</p>
|
|
905
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
906
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
879
|
+
* <p>The maximum number of distributions have been associated with the specified origin access control.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
907
880
|
*
|
|
908
881
|
* @throws {@link TooManyDistributionsAssociatedToOriginRequestPolicy} (client fault)
|
|
909
|
-
* <p>The maximum number of distributions have been associated with the specified origin
|
|
910
|
-
* request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
911
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
882
|
+
* <p>The maximum number of distributions have been associated with the specified origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
912
883
|
*
|
|
913
884
|
* @throws {@link TooManyDistributionsAssociatedToResponseHeadersPolicy} (client fault)
|
|
914
|
-
* <p>The maximum number of distributions have been associated with the specified response
|
|
915
|
-
* headers policy.</p>
|
|
916
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
917
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
885
|
+
* <p>The maximum number of distributions have been associated with the specified response headers policy.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
918
886
|
*
|
|
919
887
|
* @throws {@link TooManyDistributionsWithFunctionAssociations} (client fault)
|
|
920
|
-
* <p>You have reached the maximum number of distributions that are associated with a CloudFront
|
|
921
|
-
* function. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
922
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
888
|
+
* <p>You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
923
889
|
*
|
|
924
890
|
* @throws {@link TooManyDistributionsWithLambdaAssociations} (client fault)
|
|
925
|
-
* <p>Processing your request would cause the maximum number of distributions with
|
|
926
|
-
* Lambda@Edge function associations per owner to be exceeded.</p>
|
|
891
|
+
* <p>Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.</p>
|
|
927
892
|
*
|
|
928
893
|
* @throws {@link TooManyDistributionsWithSingleFunctionARN} (client fault)
|
|
929
|
-
* <p>The maximum number of distributions have been associated with the specified
|
|
930
|
-
* Lambda@Edge function.</p>
|
|
894
|
+
* <p>The maximum number of distributions have been associated with the specified Lambda@Edge function.</p>
|
|
931
895
|
*
|
|
932
896
|
* @throws {@link TooManyFunctionAssociations} (client fault)
|
|
933
|
-
* <p>You have reached the maximum number of CloudFront function associations for this
|
|
934
|
-
* distribution. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
935
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
897
|
+
* <p>You have reached the maximum number of CloudFront function associations for this distribution. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
936
898
|
*
|
|
937
899
|
* @throws {@link TooManyHeadersInForwardedValues} (client fault)
|
|
938
900
|
* <p>Your request contains too many headers in forwarded values.</p>
|
|
939
901
|
*
|
|
940
902
|
* @throws {@link TooManyKeyGroupsAssociatedToDistribution} (client fault)
|
|
941
|
-
* <p>The number of key groups referenced by this distribution is more than the maximum
|
|
942
|
-
* allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
943
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
903
|
+
* <p>The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
944
904
|
*
|
|
945
905
|
* @throws {@link TooManyLambdaFunctionAssociations} (client fault)
|
|
946
|
-
* <p>Your request contains more Lambda@Edge function associations than are allowed per
|
|
947
|
-
* distribution.</p>
|
|
906
|
+
* <p>Your request contains more Lambda@Edge function associations than are allowed per distribution.</p>
|
|
948
907
|
*
|
|
949
908
|
* @throws {@link TooManyOriginCustomHeaders} (client fault)
|
|
950
909
|
* <p>Your request contains too many origin custom headers.</p>
|
|
951
910
|
*
|
|
952
911
|
* @throws {@link TooManyOriginGroupsPerDistribution} (client fault)
|
|
953
|
-
* <p>Processing your request would cause you to exceed the maximum number of origin groups
|
|
954
|
-
* allowed.</p>
|
|
912
|
+
* <p>Processing your request would cause you to exceed the maximum number of origin groups allowed.</p>
|
|
955
913
|
*
|
|
956
914
|
* @throws {@link TooManyOrigins} (client fault)
|
|
957
915
|
* <p>You cannot create more origins for the distribution.</p>
|
|
@@ -146,8 +146,7 @@ declare const CreateDistributionTenantCommand_base: {
|
|
|
146
146
|
* <p>The CNAME specified is already defined for CloudFront.</p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link EntityAlreadyExists} (client fault)
|
|
149
|
-
* <p>The entity already exists. You must provide a unique
|
|
150
|
-
* entity.</p>
|
|
149
|
+
* <p>The entity already exists. You must provide a unique entity.</p>
|
|
151
150
|
*
|
|
152
151
|
* @throws {@link EntityLimitExceeded} (client fault)
|
|
153
152
|
* <p>The entity limit has been exceeded.</p>
|
|
@@ -27,20 +27,7 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Create a new distribution with tags. This API operation requires the following IAM
|
|
31
|
-
* permissions:</p>
|
|
32
|
-
* <ul>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html">CreateDistribution</a>
|
|
36
|
-
* </p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_TagResource.html">TagResource</a>
|
|
41
|
-
* </p>
|
|
42
|
-
* </li>
|
|
43
|
-
* </ul>
|
|
30
|
+
* <p>Create a new distribution with tags. This API operation requires the following IAM permissions:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html">CreateDistribution</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_TagResource.html">TagResource</a> </p> </li> </ul>
|
|
44
31
|
* @example
|
|
45
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
46
33
|
* ```javascript
|
|
@@ -755,27 +742,22 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
755
742
|
* <p>The CNAME specified is already defined for CloudFront.</p>
|
|
756
743
|
*
|
|
757
744
|
* @throws {@link ContinuousDeploymentPolicyInUse} (client fault)
|
|
758
|
-
* <p>You cannot delete a continuous deployment policy that is associated with a primary
|
|
759
|
-
* distribution.</p>
|
|
745
|
+
* <p>You cannot delete a continuous deployment policy that is associated with a primary distribution.</p>
|
|
760
746
|
*
|
|
761
747
|
* @throws {@link DistributionAlreadyExists} (client fault)
|
|
762
|
-
* <p>The caller reference you attempted to create the distribution with is associated with
|
|
763
|
-
* another distribution.</p>
|
|
748
|
+
* <p>The caller reference you attempted to create the distribution with is associated with another distribution.</p>
|
|
764
749
|
*
|
|
765
750
|
* @throws {@link EntityNotFound} (client fault)
|
|
766
751
|
* <p>The entity was not found.</p>
|
|
767
752
|
*
|
|
768
753
|
* @throws {@link IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior} (client fault)
|
|
769
|
-
* <p>The specified configuration for field-level encryption can't be associated with the
|
|
770
|
-
* specified cache behavior.</p>
|
|
754
|
+
* <p>The specified configuration for field-level encryption can't be associated with the specified cache behavior.</p>
|
|
771
755
|
*
|
|
772
756
|
* @throws {@link IllegalOriginAccessConfiguration} (client fault)
|
|
773
|
-
* <p>An origin cannot contain both an origin access control (OAC) and an origin access
|
|
774
|
-
* identity (OAI).</p>
|
|
757
|
+
* <p>An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).</p>
|
|
775
758
|
*
|
|
776
759
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
777
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
778
|
-
* match.</p>
|
|
760
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
779
761
|
*
|
|
780
762
|
* @throws {@link InvalidArgument} (client fault)
|
|
781
763
|
* <p>An argument is invalid.</p>
|
|
@@ -784,16 +766,13 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
784
766
|
* <p>The default root object file name is too big or contains an invalid character.</p>
|
|
785
767
|
*
|
|
786
768
|
* @throws {@link InvalidDomainNameForOriginAccessControl} (client fault)
|
|
787
|
-
* <p>An origin access control is associated with an origin whose domain name is not
|
|
788
|
-
* supported.</p>
|
|
769
|
+
* <p>An origin access control is associated with an origin whose domain name is not supported.</p>
|
|
789
770
|
*
|
|
790
771
|
* @throws {@link InvalidErrorCode} (client fault)
|
|
791
772
|
* <p>An invalid error code was specified.</p>
|
|
792
773
|
*
|
|
793
774
|
* @throws {@link InvalidForwardCookies} (client fault)
|
|
794
|
-
* <p>Your request contains forward cookies option which doesn't match with the expectation
|
|
795
|
-
* for the <code>whitelisted</code> list of cookie names. Either list of cookie names has
|
|
796
|
-
* been specified when not allowed or list of cookie names is missing when expected.</p>
|
|
775
|
+
* <p>Your request contains forward cookies option which doesn't match with the expectation for the <code>whitelisted</code> list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.</p>
|
|
797
776
|
*
|
|
798
777
|
* @throws {@link InvalidFunctionAssociation} (client fault)
|
|
799
778
|
* <p>A CloudFront function association is invalid.</p>
|
|
@@ -829,20 +808,16 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
829
808
|
* <p>The read timeout specified for the origin is not valid.</p>
|
|
830
809
|
*
|
|
831
810
|
* @throws {@link InvalidProtocolSettings} (client fault)
|
|
832
|
-
* <p>You cannot specify SSLv3 as the minimum protocol version if you only want to support
|
|
833
|
-
* only clients that support Server Name Indication (SNI).</p>
|
|
811
|
+
* <p>You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).</p>
|
|
834
812
|
*
|
|
835
813
|
* @throws {@link InvalidQueryStringParameters} (client fault)
|
|
836
814
|
* <p>The query string parameters specified are not valid.</p>
|
|
837
815
|
*
|
|
838
816
|
* @throws {@link InvalidRelativePath} (client fault)
|
|
839
|
-
* <p>The relative path is too big, is not URL-encoded, or does not begin with a slash
|
|
840
|
-
* (/).</p>
|
|
817
|
+
* <p>The relative path is too big, is not URL-encoded, or does not begin with a slash (/).</p>
|
|
841
818
|
*
|
|
842
819
|
* @throws {@link InvalidRequiredProtocol} (client fault)
|
|
843
|
-
* <p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol
|
|
844
|
-
* in your request, or omit the <code>RequiredProtocols</code> element from your
|
|
845
|
-
* distribution configuration.</p>
|
|
820
|
+
* <p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the <code>RequiredProtocols</code> element from your distribution configuration.</p>
|
|
846
821
|
*
|
|
847
822
|
* @throws {@link InvalidResponseCode} (client fault)
|
|
848
823
|
* <p>A response code is not valid.</p>
|
|
@@ -857,15 +832,10 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
857
832
|
* <p>A viewer certificate specified is not valid.</p>
|
|
858
833
|
*
|
|
859
834
|
* @throws {@link InvalidWebACLId} (client fault)
|
|
860
|
-
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest
|
|
861
|
-
* version of WAF, use the ACL ARN, for example
|
|
862
|
-
* <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
|
|
863
|
-
* To specify a web ACL created using WAF Classic, use the ACL ID, for example
|
|
864
|
-
* <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
835
|
+
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
865
836
|
*
|
|
866
837
|
* @throws {@link MissingBody} (client fault)
|
|
867
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
868
|
-
* <code>Content-Type</code> header is set.</p>
|
|
838
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
869
839
|
*
|
|
870
840
|
* @throws {@link NoSuchCachePolicy} (client fault)
|
|
871
841
|
* <p>The cache policy does not exist.</p>
|
|
@@ -898,83 +868,58 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
898
868
|
* <p>You cannot create anymore custom SSL/TLS certificates.</p>
|
|
899
869
|
*
|
|
900
870
|
* @throws {@link TooManyCookieNamesInWhiteList} (client fault)
|
|
901
|
-
* <p>Your request contains more cookie names in the whitelist than are allowed per cache
|
|
902
|
-
* behavior.</p>
|
|
871
|
+
* <p>Your request contains more cookie names in the whitelist than are allowed per cache behavior.</p>
|
|
903
872
|
*
|
|
904
873
|
* @throws {@link TooManyDistributionCNAMEs} (client fault)
|
|
905
874
|
* <p>Your request contains more CNAMEs than are allowed per distribution.</p>
|
|
906
875
|
*
|
|
907
876
|
* @throws {@link TooManyDistributions} (client fault)
|
|
908
|
-
* <p>Processing your request would cause you to exceed the maximum number of distributions
|
|
909
|
-
* allowed.</p>
|
|
877
|
+
* <p>Processing your request would cause you to exceed the maximum number of distributions allowed.</p>
|
|
910
878
|
*
|
|
911
879
|
* @throws {@link TooManyDistributionsAssociatedToCachePolicy} (client fault)
|
|
912
|
-
* <p>The maximum number of distributions have been associated with the specified cache
|
|
913
|
-
* policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
914
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
880
|
+
* <p>The maximum number of distributions have been associated with the specified cache policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
915
881
|
*
|
|
916
882
|
* @throws {@link TooManyDistributionsAssociatedToFieldLevelEncryptionConfig} (client fault)
|
|
917
|
-
* <p>The maximum number of distributions have been associated with the specified
|
|
918
|
-
* configuration for field-level encryption.</p>
|
|
883
|
+
* <p>The maximum number of distributions have been associated with the specified configuration for field-level encryption.</p>
|
|
919
884
|
*
|
|
920
885
|
* @throws {@link TooManyDistributionsAssociatedToKeyGroup} (client fault)
|
|
921
|
-
* <p>The number of distributions that reference this key group is more than the maximum
|
|
922
|
-
* allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
923
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
886
|
+
* <p>The number of distributions that reference this key group is more than the maximum allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
924
887
|
*
|
|
925
888
|
* @throws {@link TooManyDistributionsAssociatedToOriginAccessControl} (client fault)
|
|
926
|
-
* <p>The maximum number of distributions have been associated with the specified origin
|
|
927
|
-
* access control.</p>
|
|
928
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
929
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
889
|
+
* <p>The maximum number of distributions have been associated with the specified origin access control.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
930
890
|
*
|
|
931
891
|
* @throws {@link TooManyDistributionsAssociatedToOriginRequestPolicy} (client fault)
|
|
932
|
-
* <p>The maximum number of distributions have been associated with the specified origin
|
|
933
|
-
* request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
934
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
892
|
+
* <p>The maximum number of distributions have been associated with the specified origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
935
893
|
*
|
|
936
894
|
* @throws {@link TooManyDistributionsAssociatedToResponseHeadersPolicy} (client fault)
|
|
937
|
-
* <p>The maximum number of distributions have been associated with the specified response
|
|
938
|
-
* headers policy.</p>
|
|
939
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
940
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
895
|
+
* <p>The maximum number of distributions have been associated with the specified response headers policy.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
941
896
|
*
|
|
942
897
|
* @throws {@link TooManyDistributionsWithFunctionAssociations} (client fault)
|
|
943
|
-
* <p>You have reached the maximum number of distributions that are associated with a CloudFront
|
|
944
|
-
* function. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
945
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
898
|
+
* <p>You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
946
899
|
*
|
|
947
900
|
* @throws {@link TooManyDistributionsWithLambdaAssociations} (client fault)
|
|
948
|
-
* <p>Processing your request would cause the maximum number of distributions with
|
|
949
|
-
* Lambda@Edge function associations per owner to be exceeded.</p>
|
|
901
|
+
* <p>Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.</p>
|
|
950
902
|
*
|
|
951
903
|
* @throws {@link TooManyDistributionsWithSingleFunctionARN} (client fault)
|
|
952
|
-
* <p>The maximum number of distributions have been associated with the specified
|
|
953
|
-
* Lambda@Edge function.</p>
|
|
904
|
+
* <p>The maximum number of distributions have been associated with the specified Lambda@Edge function.</p>
|
|
954
905
|
*
|
|
955
906
|
* @throws {@link TooManyFunctionAssociations} (client fault)
|
|
956
|
-
* <p>You have reached the maximum number of CloudFront function associations for this
|
|
957
|
-
* distribution. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
958
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
907
|
+
* <p>You have reached the maximum number of CloudFront function associations for this distribution. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
959
908
|
*
|
|
960
909
|
* @throws {@link TooManyHeadersInForwardedValues} (client fault)
|
|
961
910
|
* <p>Your request contains too many headers in forwarded values.</p>
|
|
962
911
|
*
|
|
963
912
|
* @throws {@link TooManyKeyGroupsAssociatedToDistribution} (client fault)
|
|
964
|
-
* <p>The number of key groups referenced by this distribution is more than the maximum
|
|
965
|
-
* allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
966
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
913
|
+
* <p>The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
967
914
|
*
|
|
968
915
|
* @throws {@link TooManyLambdaFunctionAssociations} (client fault)
|
|
969
|
-
* <p>Your request contains more Lambda@Edge function associations than are allowed per
|
|
970
|
-
* distribution.</p>
|
|
916
|
+
* <p>Your request contains more Lambda@Edge function associations than are allowed per distribution.</p>
|
|
971
917
|
*
|
|
972
918
|
* @throws {@link TooManyOriginCustomHeaders} (client fault)
|
|
973
919
|
* <p>Your request contains too many origin custom headers.</p>
|
|
974
920
|
*
|
|
975
921
|
* @throws {@link TooManyOriginGroupsPerDistribution} (client fault)
|
|
976
|
-
* <p>Processing your request would cause you to exceed the maximum number of origin groups
|
|
977
|
-
* allowed.</p>
|
|
922
|
+
* <p>Processing your request would cause you to exceed the maximum number of origin groups allowed.</p>
|
|
978
923
|
*
|
|
979
924
|
* @throws {@link TooManyOrigins} (client fault)
|
|
980
925
|
* <p>You cannot create more origins for the distribution.</p>
|
|
@@ -117,8 +117,7 @@ declare const CreateFieldLevelEncryptionConfigCommand_base: {
|
|
|
117
117
|
* <p>The specified configuration for field-level encryption already exists.</p>
|
|
118
118
|
*
|
|
119
119
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
120
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
121
|
-
* match.</p>
|
|
120
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
122
121
|
*
|
|
123
122
|
* @throws {@link InvalidArgument} (client fault)
|
|
124
123
|
* <p>An argument is invalid.</p>
|
|
@@ -130,16 +129,13 @@ declare const CreateFieldLevelEncryptionConfigCommand_base: {
|
|
|
130
129
|
* <p>No profile specified for the field-level encryption query argument.</p>
|
|
131
130
|
*
|
|
132
131
|
* @throws {@link TooManyFieldLevelEncryptionConfigs} (client fault)
|
|
133
|
-
* <p>The maximum number of configurations for field-level encryption have been
|
|
134
|
-
* created.</p>
|
|
132
|
+
* <p>The maximum number of configurations for field-level encryption have been created.</p>
|
|
135
133
|
*
|
|
136
134
|
* @throws {@link TooManyFieldLevelEncryptionContentTypeProfiles} (client fault)
|
|
137
|
-
* <p>The maximum number of content type profiles for field-level encryption have been
|
|
138
|
-
* created.</p>
|
|
135
|
+
* <p>The maximum number of content type profiles for field-level encryption have been created.</p>
|
|
139
136
|
*
|
|
140
137
|
* @throws {@link TooManyFieldLevelEncryptionQueryArgProfiles} (client fault)
|
|
141
|
-
* <p>The maximum number of query arg profiles for field-level encryption have been
|
|
142
|
-
* created.</p>
|
|
138
|
+
* <p>The maximum number of query arg profiles for field-level encryption have been created.</p>
|
|
143
139
|
*
|
|
144
140
|
* @throws {@link CloudFrontServiceException}
|
|
145
141
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -102,8 +102,7 @@ declare const CreateFieldLevelEncryptionProfileCommand_base: {
|
|
|
102
102
|
* <p>The maximum size of a profile for field-level encryption was exceeded.</p>
|
|
103
103
|
*
|
|
104
104
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
105
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
106
|
-
* match.</p>
|
|
105
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
107
106
|
*
|
|
108
107
|
* @throws {@link InvalidArgument} (client fault)
|
|
109
108
|
* <p>An argument is invalid.</p>
|
|
@@ -112,12 +111,10 @@ declare const CreateFieldLevelEncryptionProfileCommand_base: {
|
|
|
112
111
|
* <p>The specified public key doesn't exist.</p>
|
|
113
112
|
*
|
|
114
113
|
* @throws {@link TooManyFieldLevelEncryptionEncryptionEntities} (client fault)
|
|
115
|
-
* <p>The maximum number of encryption entities for field-level encryption have been
|
|
116
|
-
* created.</p>
|
|
114
|
+
* <p>The maximum number of encryption entities for field-level encryption have been created.</p>
|
|
117
115
|
*
|
|
118
116
|
* @throws {@link TooManyFieldLevelEncryptionFieldPatterns} (client fault)
|
|
119
|
-
* <p>The maximum number of field patterns for field-level encryption have been
|
|
120
|
-
* created.</p>
|
|
117
|
+
* <p>The maximum number of field patterns for field-level encryption have been created.</p>
|
|
121
118
|
*
|
|
122
119
|
* @throws {@link TooManyFieldLevelEncryptionProfiles} (client fault)
|
|
123
120
|
* <p>The maximum number of profiles for field-level encryption have been created.</p>
|
|
@@ -27,17 +27,7 @@ declare const CreateFunctionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a CloudFront function.</p>
|
|
31
|
-
* <p>To create a function, you provide the function code and some configuration information
|
|
32
|
-
* about the function. The response contains an Amazon Resource Name (ARN) that uniquely
|
|
33
|
-
* identifies the function.</p>
|
|
34
|
-
* <p>When you create a function, it's in the <code>DEVELOPMENT</code> stage. In this stage,
|
|
35
|
-
* you can test the function with <code>TestFunction</code>, and update it with
|
|
36
|
-
* <code>UpdateFunction</code>.</p>
|
|
37
|
-
* <p>When you're ready to use your function with a CloudFront distribution, use
|
|
38
|
-
* <code>PublishFunction</code> to copy the function from the <code>DEVELOPMENT</code>
|
|
39
|
-
* stage to <code>LIVE</code>. When it's live, you can attach the function to a
|
|
40
|
-
* distribution's cache behavior, using the function's ARN.</p>
|
|
30
|
+
* <p>Creates a CloudFront function.</p> <p>To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.</p> <p>When you create a function, it's in the <code>DEVELOPMENT</code> stage. In this stage, you can test the function with <code>TestFunction</code>, and update it with <code>UpdateFunction</code>.</p> <p>When you're ready to use your function with a CloudFront distribution, use <code>PublishFunction</code> to copy the function from the <code>DEVELOPMENT</code> stage to <code>LIVE</code>. When it's live, you can attach the function to a distribution's cache behavior, using the function's ARN.</p>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -98,21 +88,16 @@ declare const CreateFunctionCommand_base: {
|
|
|
98
88
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
99
89
|
*
|
|
100
90
|
* @throws {@link FunctionAlreadyExists} (client fault)
|
|
101
|
-
* <p>A function with the same name already exists in this Amazon Web Services account. To create a
|
|
102
|
-
* function, you must provide a unique name. To update an existing function, use
|
|
103
|
-
* <code>UpdateFunction</code>.</p>
|
|
91
|
+
* <p>A function with the same name already exists in this Amazon Web Services account. To create a function, you must provide a unique name. To update an existing function, use <code>UpdateFunction</code>.</p>
|
|
104
92
|
*
|
|
105
93
|
* @throws {@link FunctionSizeLimitExceeded} (client fault)
|
|
106
|
-
* <p>The function is too large. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
107
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
94
|
+
* <p>The function is too large. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
108
95
|
*
|
|
109
96
|
* @throws {@link InvalidArgument} (client fault)
|
|
110
97
|
* <p>An argument is invalid.</p>
|
|
111
98
|
*
|
|
112
99
|
* @throws {@link TooManyFunctions} (client fault)
|
|
113
|
-
* <p>You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more
|
|
114
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
115
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
100
|
+
* <p>You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
116
101
|
*
|
|
117
102
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
118
103
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -81,22 +81,19 @@ declare const CreateInvalidationCommand_base: {
|
|
|
81
81
|
* <p>Invalidation batch specified is too large.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
84
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
85
|
-
* match.</p>
|
|
84
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
86
85
|
*
|
|
87
86
|
* @throws {@link InvalidArgument} (client fault)
|
|
88
87
|
* <p>An argument is invalid.</p>
|
|
89
88
|
*
|
|
90
89
|
* @throws {@link MissingBody} (client fault)
|
|
91
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
92
|
-
* <code>Content-Type</code> header is set.</p>
|
|
90
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
93
91
|
*
|
|
94
92
|
* @throws {@link NoSuchDistribution} (client fault)
|
|
95
93
|
* <p>The specified distribution does not exist.</p>
|
|
96
94
|
*
|
|
97
95
|
* @throws {@link TooManyInvalidationsInProgress} (client fault)
|
|
98
|
-
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch
|
|
99
|
-
* requests, or invalidation objects.</p>
|
|
96
|
+
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>
|
|
100
97
|
*
|
|
101
98
|
* @throws {@link CloudFrontServiceException}
|
|
102
99
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -84,19 +84,16 @@ declare const CreateInvalidationForDistributionTenantCommand_base: {
|
|
|
84
84
|
* <p>The entity was not found.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
87
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
88
|
-
* match.</p>
|
|
87
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
89
88
|
*
|
|
90
89
|
* @throws {@link InvalidArgument} (client fault)
|
|
91
90
|
* <p>An argument is invalid.</p>
|
|
92
91
|
*
|
|
93
92
|
* @throws {@link MissingBody} (client fault)
|
|
94
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
95
|
-
* <code>Content-Type</code> header is set.</p>
|
|
93
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
96
94
|
*
|
|
97
95
|
* @throws {@link TooManyInvalidationsInProgress} (client fault)
|
|
98
|
-
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch
|
|
99
|
-
* requests, or invalidation objects.</p>
|
|
96
|
+
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>
|
|
100
97
|
*
|
|
101
98
|
* @throws {@link CloudFrontServiceException}
|
|
102
99
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|