@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.
Files changed (114) hide show
  1. package/README.md +1 -6
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/CloudFront.d.ts +1 -5
  5. package/dist-types/CloudFrontClient.d.ts +1 -5
  6. package/dist-types/commands/AssociateAliasCommand.d.ts +1 -11
  7. package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -2
  8. package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +1 -2
  9. package/dist-types/commands/CopyDistributionCommand.d.ts +26 -90
  10. package/dist-types/commands/CreateAnycastIpListCommand.d.ts +1 -2
  11. package/dist-types/commands/CreateCachePolicyCommand.d.ts +7 -39
  12. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +5 -16
  13. package/dist-types/commands/CreateConnectionGroupCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +3 -13
  15. package/dist-types/commands/CreateDistributionCommand.d.ts +27 -69
  16. package/dist-types/commands/CreateDistributionTenantCommand.d.ts +1 -2
  17. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +28 -83
  18. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +4 -8
  19. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +3 -6
  20. package/dist-types/commands/CreateFunctionCommand.d.ts +4 -19
  21. package/dist-types/commands/CreateInvalidationCommand.d.ts +3 -6
  22. package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +3 -6
  23. package/dist-types/commands/CreateKeyGroupCommand.d.ts +4 -17
  24. package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +1 -2
  25. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -4
  26. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -11
  27. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +7 -44
  28. package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -2
  29. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +3 -11
  30. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +7 -32
  31. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +5 -11
  32. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +5 -11
  33. package/dist-types/commands/CreateVpcOriginCommand.d.ts +2 -4
  34. package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +1 -2
  35. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +3 -11
  36. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -2
  37. package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +1 -2
  38. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteDistributionCommand.d.ts +2 -4
  40. package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +2 -4
  41. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -2
  43. package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -11
  44. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -9
  45. package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +1 -2
  46. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +3 -11
  48. package/dist-types/commands/DeletePublicKeyCommand.d.ts +1 -2
  49. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
  50. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -11
  51. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +3 -53
  52. package/dist-types/commands/DeleteVpcOriginCommand.d.ts +1 -2
  53. package/dist-types/commands/DescribeFunctionCommand.d.ts +1 -5
  54. package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -2
  55. package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +1 -2
  56. package/dist-types/commands/GetCachePolicyCommand.d.ts +1 -14
  57. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +1 -6
  58. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -2
  59. package/dist-types/commands/GetFunctionCommand.d.ts +1 -4
  60. package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -7
  61. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -6
  62. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -2
  63. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -15
  64. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -7
  65. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
  66. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +1 -8
  67. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -7
  68. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -2
  69. package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
  70. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -23
  71. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
  72. package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
  73. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -7
  74. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -7
  75. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -7
  76. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
  77. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -7
  78. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -5
  79. package/dist-types/commands/ListDomainConflictsCommand.d.ts +1 -2
  80. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -2
  81. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -2
  82. package/dist-types/commands/ListFunctionsCommand.d.ts +1 -8
  83. package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -6
  84. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -11
  85. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -8
  86. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -6
  87. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -8
  88. package/dist-types/commands/PublishFunctionCommand.d.ts +2 -12
  89. package/dist-types/commands/TestFunctionCommand.d.ts +1 -10
  90. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +7 -33
  91. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +3 -6
  92. package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +2 -4
  93. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +3 -26
  94. package/dist-types/commands/UpdateDistributionCommand.d.ts +26 -99
  95. package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +2 -4
  96. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +23 -82
  97. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +1 -2
  98. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +4 -8
  99. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +4 -8
  100. package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -10
  101. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +4 -25
  102. package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -2
  103. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -2
  104. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +7 -35
  105. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -4
  106. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
  107. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +7 -38
  108. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -6
  109. package/dist-types/commands/UpdateVpcOriginCommand.d.ts +3 -6
  110. package/dist-types/index.d.ts +1 -5
  111. package/dist-types/models/models_0.d.ts +324 -2005
  112. package/dist-types/models/models_1.d.ts +297 -1243
  113. package/dist-types/models/models_2.d.ts +45 -119
  114. package/package.json +15 -15
@@ -27,15 +27,7 @@ declare const CreateKeyGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a key group that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront signed URLs and signed cookies</a>.</p>
31
- * <p>To create a key group, you must specify at least one public key for the key group.
32
- * After you create a key group, you can reference it from one or more cache behaviors.
33
- * When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed
34
- * cookies for all requests that match the cache behavior. The URLs or cookies must be
35
- * signed with a private key whose corresponding public key is in the key group. The signed
36
- * URL or cookie contains information about which public key CloudFront should use to verify the
37
- * signature. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving private content</a> in the
38
- * <i>Amazon CloudFront Developer Guide</i>.</p>
30
+ * <p>Creates a key group that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront signed URLs and signed cookies</a>.</p> <p>To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -81,18 +73,13 @@ declare const CreateKeyGroupCommand_base: {
81
73
  * <p>An argument is invalid.</p>
82
74
  *
83
75
  * @throws {@link KeyGroupAlreadyExists} (client fault)
84
- * <p>A key group with this name already exists. You must provide a unique name. To modify
85
- * an existing key group, use <code>UpdateKeyGroup</code>.</p>
76
+ * <p>A key group with this name already exists. You must provide a unique name. To modify an existing key group, use <code>UpdateKeyGroup</code>.</p>
86
77
  *
87
78
  * @throws {@link TooManyKeyGroups} (client fault)
88
- * <p>You have reached the maximum number of key groups for this Amazon Web Services account. For more
89
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
90
- * <i>Amazon CloudFront Developer Guide</i>.</p>
79
+ * <p>You have reached the maximum number of key groups 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>
91
80
  *
92
81
  * @throws {@link TooManyPublicKeysInKeyGroup} (client fault)
93
- * <p>The number of public keys in this key group is more than the maximum allowed. For more
94
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
95
- * <i>Amazon CloudFront Developer Guide</i>.</p>
82
+ * <p>The number of public keys in 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>
96
83
  *
97
84
  * @throws {@link CloudFrontServiceException}
98
85
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -69,8 +69,7 @@ declare const CreateKeyValueStoreCommand_base: {
69
69
  * <p>Access denied.</p>
70
70
  *
71
71
  * @throws {@link EntityAlreadyExists} (client fault)
72
- * <p>The entity already exists. You must provide a unique
73
- * entity.</p>
72
+ * <p>The entity already exists. You must provide a unique entity.</p>
74
73
  *
75
74
  * @throws {@link EntityLimitExceeded} (client fault)
76
75
  * <p>The entity limit has been exceeded.</p>
@@ -27,10 +27,7 @@ declare const CreateMonitoringSubscriptionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The
31
- * additional metrics incur an additional cost.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional">Viewing additional CloudFront distribution metrics</a> in
33
- * the <i>Amazon CloudFront Developer Guide</i>.</p>
30
+ * <p>Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional">Viewing additional CloudFront distribution metrics</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -27,13 +27,7 @@ declare const CreateOriginAccessControlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new origin access control in CloudFront. After you create an origin access
31
- * control, you can add it to an origin in a CloudFront distribution so that CloudFront sends
32
- * authenticated (signed) requests to the origin.</p>
33
- * <p>This makes it possible to block public access to the origin, allowing viewers (users) to
34
- * access the origin's content only through CloudFront.</p>
35
- * <p>For more information about using a CloudFront origin access control, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html">Restricting access to an Amazon Web Services origin</a> in the
36
- * <i>Amazon CloudFront Developer Guide</i>.</p>
30
+ * <p>Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin.</p> <p>This makes it possible to block public access to the origin, allowing viewers (users) to access the origin's content only through CloudFront.</p> <p>For more information about using a CloudFront origin access control, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html">Restricting access to an Amazon Web Services origin</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -81,10 +75,7 @@ declare const CreateOriginAccessControlCommand_base: {
81
75
  * <p>An origin access control with the specified parameters already exists.</p>
82
76
  *
83
77
  * @throws {@link TooManyOriginAccessControls} (client fault)
84
- * <p>The number of origin access controls in your Amazon Web Services account exceeds the maximum
85
- * allowed.</p>
86
- * <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
87
- * <i>Amazon CloudFront Developer Guide</i>.</p>
78
+ * <p>The number of origin access controls in your Amazon Web Services account exceeds the maximum allowed.</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>
88
79
  *
89
80
  * @throws {@link CloudFrontServiceException}
90
81
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,33 +27,7 @@ declare const CreateOriginRequestPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an origin request policy.</p>
31
- * <p>After you create an origin request policy, you can attach it to one or more cache
32
- * behaviors. When it's attached to a cache behavior, the origin request policy determines
33
- * the values that CloudFront includes in requests that it sends to the origin. Each request that
34
- * CloudFront sends to the origin includes the following:</p>
35
- * <ul>
36
- * <li>
37
- * <p>The request body and the URL path (without the domain name) from the viewer
38
- * request.</p>
39
- * </li>
40
- * <li>
41
- * <p>The headers that CloudFront automatically includes in every origin request,
42
- * including <code>Host</code>, <code>User-Agent</code>, and
43
- * <code>X-Amz-Cf-Id</code>.</p>
44
- * </li>
45
- * <li>
46
- * <p>All HTTP headers, cookies, and URL query strings that are specified in the
47
- * cache policy or the origin request policy. These can include items from the
48
- * viewer request and, in the case of headers, additional ones that are added by
49
- * CloudFront.</p>
50
- * </li>
51
- * </ul>
52
- * <p>CloudFront sends a request when it can't find a valid object in its cache that matches the
53
- * request. If you want to send values to the origin and also include them in the cache
54
- * key, use <code>CachePolicy</code>.</p>
55
- * <p>For more information about origin request policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html">Controlling origin requests</a> in the
56
- * <i>Amazon CloudFront Developer Guide</i>.</p>
30
+ * <p>Creates an origin request policy.</p> <p>After you create an origin request policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.</p> </li> </ul> <p>CloudFront sends a request when it can't find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use <code>CachePolicy</code>.</p> <p>For more information about origin request policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html">Controlling origin requests</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
57
31
  * @example
58
32
  * Use a bare-bones client and the command you need to make an API call.
59
33
  * ```javascript
@@ -147,36 +121,25 @@ declare const CreateOriginRequestPolicyCommand_base: {
147
121
  * <p>Access denied.</p>
148
122
  *
149
123
  * @throws {@link InconsistentQuantities} (client fault)
150
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
151
- * match.</p>
124
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
152
125
  *
153
126
  * @throws {@link InvalidArgument} (client fault)
154
127
  * <p>An argument is invalid.</p>
155
128
  *
156
129
  * @throws {@link OriginRequestPolicyAlreadyExists} (client fault)
157
- * <p>An origin request policy with this name already exists. You must provide a unique
158
- * name. To modify an existing origin request policy, use
159
- * <code>UpdateOriginRequestPolicy</code>.</p>
130
+ * <p>An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use <code>UpdateOriginRequestPolicy</code>.</p>
160
131
  *
161
132
  * @throws {@link TooManyCookiesInOriginRequestPolicy} (client fault)
162
- * <p>The number of cookies in the origin request policy exceeds the maximum. For more
163
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
164
- * <i>Amazon CloudFront Developer Guide</i>.</p>
133
+ * <p>The number of cookies in the origin request policy exceeds the maximum. 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>
165
134
  *
166
135
  * @throws {@link TooManyHeadersInOriginRequestPolicy} (client fault)
167
- * <p>The number of headers in the origin request policy exceeds the maximum. For more
168
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
169
- * <i>Amazon CloudFront Developer Guide</i>.</p>
136
+ * <p>The number of headers in the origin request policy exceeds the maximum. 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>
170
137
  *
171
138
  * @throws {@link TooManyOriginRequestPolicies} (client fault)
172
- * <p>You have reached the maximum number of origin request policies for this Amazon Web Services account.
173
- * 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
174
- * <i>Amazon CloudFront Developer Guide</i>.</p>
139
+ * <p>You have reached the maximum number of origin request policies 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>
175
140
  *
176
141
  * @throws {@link TooManyQueryStringsInOriginRequestPolicy} (client fault)
177
- * <p>The number of query strings in the origin request policy exceeds the maximum. For more
178
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
179
- * <i>Amazon CloudFront Developer Guide</i>.</p>
142
+ * <p>The number of query strings in the origin request policy exceeds the maximum. 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>
180
143
  *
181
144
  * @throws {@link CloudFrontServiceException}
182
145
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -74,8 +74,7 @@ declare const CreatePublicKeyCommand_base: {
74
74
  * <p>The specified public key already exists.</p>
75
75
  *
76
76
  * @throws {@link TooManyPublicKeys} (client fault)
77
- * <p>The maximum number of public keys for field-level encryption have been created. To
78
- * create a new public key, delete one of the existing keys.</p>
77
+ * <p>The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.</p>
79
78
  *
80
79
  * @throws {@link CloudFrontServiceException}
81
80
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,11 +27,7 @@ declare const CreateRealtimeLogConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a real-time log configuration.</p>
31
- * <p>After you create a real-time log configuration, you can attach it to one or more cache
32
- * behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p>
33
- * <p>For more information about real-time log configurations, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time logs</a> in the
34
- * <i>Amazon CloudFront Developer Guide</i>.</p>
30
+ * <p>Creates a real-time log configuration.</p> <p>After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p> <p>For more information about real-time log configurations, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -91,14 +87,10 @@ declare const CreateRealtimeLogConfigCommand_base: {
91
87
  * <p>An argument is invalid.</p>
92
88
  *
93
89
  * @throws {@link RealtimeLogConfigAlreadyExists} (client fault)
94
- * <p>A real-time log configuration with this name already exists. You must provide a unique
95
- * name. To modify an existing real-time log configuration, use
96
- * <code>UpdateRealtimeLogConfig</code>.</p>
90
+ * <p>A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use <code>UpdateRealtimeLogConfig</code>.</p>
97
91
  *
98
92
  * @throws {@link TooManyRealtimeLogConfigs} (client fault)
99
- * <p>You have reached the maximum number of real-time log configurations for this
100
- * 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
101
- * <i>Amazon CloudFront Developer Guide</i>.</p>
93
+ * <p>You have reached the maximum number of real-time log configurations 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>
102
94
  *
103
95
  * @throws {@link CloudFrontServiceException}
104
96
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,17 +27,7 @@ declare const CreateResponseHeadersPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a response headers policy.</p>
31
- * <p>A response headers policy contains information about a set of HTTP headers. To create a
32
- * response headers policy, you provide some metadata about the policy and a set of
33
- * configurations that specify the headers.</p>
34
- * <p>After you create a response headers policy, you can use its ID to attach it to one or more
35
- * cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the
36
- * response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to
37
- * requests that match the cache behavior. CloudFront adds or removes response headers according
38
- * to the configuration of the response headers policy.</p>
39
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html">Adding or removing HTTP headers in CloudFront responses</a> in the
40
- * <i>Amazon CloudFront Developer Guide</i>.</p>
30
+ * <p>Creates a response headers policy.</p> <p>A response headers policy contains information about a set of HTTP headers. To create a response headers policy, you provide some metadata about the policy and a set of configurations that specify the headers.</p> <p>After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html">Adding or removing HTTP headers in CloudFront responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
41
31
  * @example
42
32
  * Use a bare-bones client and the command you need to make an API call.
43
33
  * ```javascript
@@ -237,40 +227,25 @@ declare const CreateResponseHeadersPolicyCommand_base: {
237
227
  * <p>Access denied.</p>
238
228
  *
239
229
  * @throws {@link InconsistentQuantities} (client fault)
240
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
241
- * match.</p>
230
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
242
231
  *
243
232
  * @throws {@link InvalidArgument} (client fault)
244
233
  * <p>An argument is invalid.</p>
245
234
  *
246
235
  * @throws {@link ResponseHeadersPolicyAlreadyExists} (client fault)
247
- * <p>A response headers policy with this name already exists. You must provide a unique
248
- * name. To modify an existing response headers policy, use
249
- * <code>UpdateResponseHeadersPolicy</code>.</p>
236
+ * <p>A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use <code>UpdateResponseHeadersPolicy</code>.</p>
250
237
  *
251
238
  * @throws {@link TooLongCSPInResponseHeadersPolicy} (client fault)
252
- * <p>The length of the <code>Content-Security-Policy</code> header value in the response
253
- * headers policy exceeds the maximum.</p>
254
- * <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
255
- * <i>Amazon CloudFront Developer Guide</i>.</p>
239
+ * <p>The length of the <code>Content-Security-Policy</code> header value in the response headers policy exceeds the maximum.</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>
256
240
  *
257
241
  * @throws {@link TooManyCustomHeadersInResponseHeadersPolicy} (client fault)
258
- * <p>The number of custom headers in the response headers policy exceeds the
259
- * maximum.</p>
260
- * <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
261
- * <i>Amazon CloudFront Developer Guide</i>.</p>
242
+ * <p>The number of custom headers in the response headers policy exceeds the maximum.</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>
262
243
  *
263
244
  * @throws {@link TooManyRemoveHeadersInResponseHeadersPolicy} (client fault)
264
- * <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers
265
- * policy exceeds the maximum.</p>
266
- * <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
267
- * <i>Amazon CloudFront Developer Guide</i>.</p>
245
+ * <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers policy exceeds the maximum.</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>
268
246
  *
269
247
  * @throws {@link TooManyResponseHeadersPolicies} (client fault)
270
- * <p>You have reached the maximum number of response headers policies for this
271
- * Amazon Web Services account.</p>
272
- * <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
273
- * <i>Amazon CloudFront Developer Guide</i>.</p>
248
+ * <p>You have reached the maximum number of response headers policies for this Amazon Web Services account.</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>
274
249
  *
275
250
  * @throws {@link CloudFrontServiceException}
276
251
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,9 +27,7 @@ declare const CreateStreamingDistributionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP)
31
- * distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion
32
- * forum.</p>
30
+ * <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion forum.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -138,8 +136,7 @@ declare const CreateStreamingDistributionCommand_base: {
138
136
  * <p>The CNAME specified is already defined for CloudFront.</p>
139
137
  *
140
138
  * @throws {@link InconsistentQuantities} (client fault)
141
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
142
- * match.</p>
139
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
143
140
  *
144
141
  * @throws {@link InvalidArgument} (client fault)
145
142
  * <p>An argument is invalid.</p>
@@ -154,19 +151,16 @@ declare const CreateStreamingDistributionCommand_base: {
154
151
  * <p>The origin access identity is not valid or doesn't exist.</p>
155
152
  *
156
153
  * @throws {@link MissingBody} (client fault)
157
- * <p>This operation requires a body. Ensure that the body is present and the
158
- * <code>Content-Type</code> header is set.</p>
154
+ * <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
159
155
  *
160
156
  * @throws {@link StreamingDistributionAlreadyExists} (client fault)
161
- * <p>The caller reference you attempted to create the streaming distribution with is
162
- * associated with another distribution</p>
157
+ * <p>The caller reference you attempted to create the streaming distribution with is associated with another distribution</p>
163
158
  *
164
159
  * @throws {@link TooManyStreamingDistributionCNAMEs} (client fault)
165
160
  * <p>Your request contains more CNAMEs than are allowed per distribution.</p>
166
161
  *
167
162
  * @throws {@link TooManyStreamingDistributions} (client fault)
168
- * <p>Processing your request would cause you to exceed the maximum number of streaming
169
- * distributions allowed.</p>
163
+ * <p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>
170
164
  *
171
165
  * @throws {@link TooManyTrustedSigners} (client fault)
172
166
  * <p>Your request contains more trusted signers than are allowed per distribution.</p>
@@ -27,9 +27,7 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP)
31
- * distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion
32
- * forum.</p>
30
+ * <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion forum.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -148,8 +146,7 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
148
146
  * <p>The CNAME specified is already defined for CloudFront.</p>
149
147
  *
150
148
  * @throws {@link InconsistentQuantities} (client fault)
151
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
152
- * match.</p>
149
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
153
150
  *
154
151
  * @throws {@link InvalidArgument} (client fault)
155
152
  * <p>An argument is invalid.</p>
@@ -167,19 +164,16 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
167
164
  * <p>The tagging specified is not valid.</p>
168
165
  *
169
166
  * @throws {@link MissingBody} (client fault)
170
- * <p>This operation requires a body. Ensure that the body is present and the
171
- * <code>Content-Type</code> header is set.</p>
167
+ * <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
172
168
  *
173
169
  * @throws {@link StreamingDistributionAlreadyExists} (client fault)
174
- * <p>The caller reference you attempted to create the streaming distribution with is
175
- * associated with another distribution</p>
170
+ * <p>The caller reference you attempted to create the streaming distribution with is associated with another distribution</p>
176
171
  *
177
172
  * @throws {@link TooManyStreamingDistributionCNAMEs} (client fault)
178
173
  * <p>Your request contains more CNAMEs than are allowed per distribution.</p>
179
174
  *
180
175
  * @throws {@link TooManyStreamingDistributions} (client fault)
181
- * <p>Processing your request would cause you to exceed the maximum number of streaming
182
- * distributions allowed.</p>
176
+ * <p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>
183
177
  *
184
178
  * @throws {@link TooManyTrustedSigners} (client fault)
185
179
  * <p>Your request contains more trusted signers than are allowed per distribution.</p>
@@ -96,15 +96,13 @@ declare const CreateVpcOriginCommand_base: {
96
96
  * <p>Access denied.</p>
97
97
  *
98
98
  * @throws {@link EntityAlreadyExists} (client fault)
99
- * <p>The entity already exists. You must provide a unique
100
- * entity.</p>
99
+ * <p>The entity already exists. You must provide a unique entity.</p>
101
100
  *
102
101
  * @throws {@link EntityLimitExceeded} (client fault)
103
102
  * <p>The entity limit has been exceeded.</p>
104
103
  *
105
104
  * @throws {@link InconsistentQuantities} (client fault)
106
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
107
- * match.</p>
105
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
108
106
  *
109
107
  * @throws {@link InvalidArgument} (client fault)
110
108
  * <p>An argument is invalid.</p>
@@ -69,8 +69,7 @@ declare const DeleteAnycastIpListCommand_base: {
69
69
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
70
70
  *
71
71
  * @throws {@link PreconditionFailed} (client fault)
72
- * <p>The precondition in one or more of the request fields evaluated to
73
- * <code>false</code>.</p>
72
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
74
73
  *
75
74
  * @throws {@link UnsupportedOperation} (client fault)
76
75
  * <p>This operation is not supported in this Amazon Web Services Region.</p>
@@ -27,13 +27,7 @@ declare const DeleteCachePolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a cache policy.</p>
31
- * <p>You cannot delete a cache policy if it's attached to a cache behavior. First update
32
- * your distributions to remove the cache policy from all cache behaviors, then delete the
33
- * cache policy.</p>
34
- * <p>To delete a cache policy, you must provide the policy's identifier and version. To get
35
- * these values, you can use <code>ListCachePolicies</code> or
36
- * <code>GetCachePolicy</code>.</p>
30
+ * <p>Deletes a cache policy.</p> <p>You cannot delete a cache policy if it's attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.</p> <p>To delete a cache policy, you must provide the policy's identifier and version. To get these values, you can use <code>ListCachePolicies</code> or <code>GetCachePolicy</code>.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -60,8 +54,7 @@ declare const DeleteCachePolicyCommand_base: {
60
54
  * <p>Access denied.</p>
61
55
  *
62
56
  * @throws {@link CachePolicyInUse} (client fault)
63
- * <p>Cannot delete the cache policy because it is attached to one or more cache
64
- * behaviors.</p>
57
+ * <p>Cannot delete the cache policy because it is attached to one or more cache behaviors.</p>
65
58
  *
66
59
  * @throws {@link IllegalDelete} (client fault)
67
60
  * <p>Deletion is not allowed for this entity.</p>
@@ -73,8 +66,7 @@ declare const DeleteCachePolicyCommand_base: {
73
66
  * <p>The cache policy does not exist.</p>
74
67
  *
75
68
  * @throws {@link PreconditionFailed} (client fault)
76
- * <p>The precondition in one or more of the request fields evaluated to
77
- * <code>false</code>.</p>
69
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
78
70
  *
79
71
  * @throws {@link CloudFrontServiceException}
80
72
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -63,8 +63,7 @@ declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
63
63
  * <p>The specified origin access identity does not exist.</p>
64
64
  *
65
65
  * @throws {@link PreconditionFailed} (client fault)
66
- * <p>The precondition in one or more of the request fields evaluated to
67
- * <code>false</code>.</p>
66
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
68
67
  *
69
68
  * @throws {@link CloudFrontServiceException}
70
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -63,8 +63,7 @@ declare const DeleteConnectionGroupCommand_base: {
63
63
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
64
64
  *
65
65
  * @throws {@link PreconditionFailed} (client fault)
66
- * <p>The precondition in one or more of the request fields evaluated to
67
- * <code>false</code>.</p>
66
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
68
67
  *
69
68
  * @throws {@link ResourceNotDisabled} (client fault)
70
69
  * <p>The specified CloudFront resource hasn't been disabled yet.</p>
@@ -27,10 +27,7 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a continuous deployment policy.</p>
31
- * <p>You cannot delete a continuous deployment policy that's attached to a primary
32
- * distribution. First update your distribution to remove the continuous deployment policy,
33
- * then you can delete the policy.</p>
30
+ * <p>Deletes a continuous deployment policy.</p> <p>You cannot delete a continuous deployment policy that's attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -57,8 +54,7 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
57
54
  * <p>Access denied.</p>
58
55
  *
59
56
  * @throws {@link ContinuousDeploymentPolicyInUse} (client fault)
60
- * <p>You cannot delete a continuous deployment policy that is associated with a primary
61
- * distribution.</p>
57
+ * <p>You cannot delete a continuous deployment policy that is associated with a primary distribution.</p>
62
58
  *
63
59
  * @throws {@link InvalidArgument} (client fault)
64
60
  * <p>An argument is invalid.</p>
@@ -70,8 +66,7 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
70
66
  * <p>The continuous deployment policy doesn't exist.</p>
71
67
  *
72
68
  * @throws {@link PreconditionFailed} (client fault)
73
- * <p>The precondition in one or more of the request fields evaluated to
74
- * <code>false</code>.</p>
69
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
75
70
  *
76
71
  * @throws {@link CloudFrontServiceException}
77
72
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -54,8 +54,7 @@ declare const DeleteDistributionCommand_base: {
54
54
  * <p>Access denied.</p>
55
55
  *
56
56
  * @throws {@link DistributionNotDisabled} (client fault)
57
- * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
58
- * before you can delete it.</p>
57
+ * <p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>
59
58
  *
60
59
  * @throws {@link InvalidIfMatchVersion} (client fault)
61
60
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
@@ -64,8 +63,7 @@ declare const DeleteDistributionCommand_base: {
64
63
  * <p>The specified distribution does not exist.</p>
65
64
  *
66
65
  * @throws {@link PreconditionFailed} (client fault)
67
- * <p>The precondition in one or more of the request fields evaluated to
68
- * <code>false</code>.</p>
66
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
69
67
  *
70
68
  * @throws {@link ResourceInUse} (client fault)
71
69
  * <p>Cannot delete this resource because it is in use.</p>
@@ -27,8 +27,7 @@ declare const DeleteDistributionTenantCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a distribution tenant. If you use this API operation to delete a distribution tenant that is currently enabled, the request will fail.</p>
31
- * <p>To delete a distribution tenant, you must first disable the distribution tenant by using the <code>UpdateDistributionTenant</code> API operation.</p>
30
+ * <p>Deletes a distribution tenant. If you use this API operation to delete a distribution tenant that is currently enabled, the request will fail.</p> <p>To delete a distribution tenant, you must first disable the distribution tenant by using the <code>UpdateDistributionTenant</code> API operation.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -61,8 +60,7 @@ declare const DeleteDistributionTenantCommand_base: {
61
60
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
62
61
  *
63
62
  * @throws {@link PreconditionFailed} (client fault)
64
- * <p>The precondition in one or more of the request fields evaluated to
65
- * <code>false</code>.</p>
63
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
66
64
  *
67
65
  * @throws {@link ResourceNotDisabled} (client fault)
68
66
  * <p>The specified CloudFront resource hasn't been disabled yet.</p>
@@ -63,8 +63,7 @@ declare const DeleteFieldLevelEncryptionConfigCommand_base: {
63
63
  * <p>The specified configuration for field-level encryption doesn't exist.</p>
64
64
  *
65
65
  * @throws {@link PreconditionFailed} (client fault)
66
- * <p>The precondition in one or more of the request fields evaluated to
67
- * <code>false</code>.</p>
66
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
68
67
  *
69
68
  * @throws {@link CloudFrontServiceException}
70
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -63,8 +63,7 @@ declare const DeleteFieldLevelEncryptionProfileCommand_base: {
63
63
  * <p>The specified profile for field-level encryption doesn't exist.</p>
64
64
  *
65
65
  * @throws {@link PreconditionFailed} (client fault)
66
- * <p>The precondition in one or more of the request fields evaluated to
67
- * <code>false</code>.</p>
66
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
68
67
  *
69
68
  * @throws {@link CloudFrontServiceException}
70
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,13 +27,7 @@ declare const DeleteFunctionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a CloudFront function.</p>
31
- * <p>You cannot delete a function if it's associated with a cache behavior. First, update
32
- * your distributions to remove the function association from all cache behaviors, then
33
- * delete the function.</p>
34
- * <p>To delete a function, you must provide the function's name and version
35
- * (<code>ETag</code> value). To get these values, you can use
36
- * <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
30
+ * <p>Deletes a CloudFront function.</p> <p>You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.</p> <p>To delete a function, you must provide the function's name and version (<code>ETag</code> value). To get these values, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -57,8 +51,7 @@ declare const DeleteFunctionCommand_base: {
57
51
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
58
52
  *
59
53
  * @throws {@link FunctionInUse} (client fault)
60
- * <p>Cannot delete the function because it's attached to one or more cache
61
- * behaviors.</p>
54
+ * <p>Cannot delete the function because it's attached to one or more cache behaviors.</p>
62
55
  *
63
56
  * @throws {@link InvalidIfMatchVersion} (client fault)
64
57
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
@@ -67,8 +60,7 @@ declare const DeleteFunctionCommand_base: {
67
60
  * <p>The function does not exist.</p>
68
61
  *
69
62
  * @throws {@link PreconditionFailed} (client fault)
70
- * <p>The precondition in one or more of the request fields evaluated to
71
- * <code>false</code>.</p>
63
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
72
64
  *
73
65
  * @throws {@link UnsupportedOperation} (client fault)
74
66
  * <p>This operation is not supported in this Amazon Web Services Region.</p>