@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
@@ -74,8 +74,7 @@ declare const UpdateKeyValueStoreCommand_base: {
74
74
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
75
75
  *
76
76
  * @throws {@link PreconditionFailed} (client fault)
77
- * <p>The precondition in one or more of the request fields evaluated to
78
- * <code>false</code>.</p>
77
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
79
78
  *
80
79
  * @throws {@link UnsupportedOperation} (client fault)
81
80
  * <p>This operation is not supported in this Amazon Web Services Region.</p>
@@ -88,8 +88,7 @@ declare const UpdateOriginAccessControlCommand_base: {
88
88
  * <p>An origin access control with the specified parameters already exists.</p>
89
89
  *
90
90
  * @throws {@link PreconditionFailed} (client fault)
91
- * <p>The precondition in one or more of the request fields evaluated to
92
- * <code>false</code>.</p>
91
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
93
92
  *
94
93
  * @throws {@link CloudFrontServiceException}
95
94
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,25 +27,7 @@ declare const UpdateOriginRequestPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates an origin request policy configuration.</p>
31
- * <p>When you update an origin request policy configuration, all the fields are updated
32
- * with the values provided in the request. You cannot update some fields independent of
33
- * others. To update an origin request policy configuration:</p>
34
- * <ol>
35
- * <li>
36
- * <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current
37
- * configuration.</p>
38
- * </li>
39
- * <li>
40
- * <p>Locally modify the fields in the origin request policy configuration that you
41
- * want to update.</p>
42
- * </li>
43
- * <li>
44
- * <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin
45
- * request policy configuration, including the fields that you modified and those
46
- * that you didn't.</p>
47
- * </li>
48
- * </ol>
30
+ * <p>Updates an origin request policy configuration.</p> <p>When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:</p> <ol> <li> <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current configuration.</p> </li> <li> <p>Locally modify the fields in the origin request policy configuration that you want to update.</p> </li> <li> <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin request policy configuration, including the fields that you modified and those that you didn't.</p> </li> </ol>
49
31
  * @example
50
32
  * Use a bare-bones client and the command you need to make an API call.
51
33
  * ```javascript
@@ -143,8 +125,7 @@ declare const UpdateOriginRequestPolicyCommand_base: {
143
125
  * <p>The update contains modifications that are not allowed.</p>
144
126
  *
145
127
  * @throws {@link InconsistentQuantities} (client fault)
146
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
147
- * match.</p>
128
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
148
129
  *
149
130
  * @throws {@link InvalidArgument} (client fault)
150
131
  * <p>An argument is invalid.</p>
@@ -156,28 +137,19 @@ declare const UpdateOriginRequestPolicyCommand_base: {
156
137
  * <p>The origin request policy does not exist.</p>
157
138
  *
158
139
  * @throws {@link OriginRequestPolicyAlreadyExists} (client fault)
159
- * <p>An origin request policy with this name already exists. You must provide a unique
160
- * name. To modify an existing origin request policy, use
161
- * <code>UpdateOriginRequestPolicy</code>.</p>
140
+ * <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>
162
141
  *
163
142
  * @throws {@link PreconditionFailed} (client fault)
164
- * <p>The precondition in one or more of the request fields evaluated to
165
- * <code>false</code>.</p>
143
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
166
144
  *
167
145
  * @throws {@link TooManyCookiesInOriginRequestPolicy} (client fault)
168
- * <p>The number of cookies in the origin request policy exceeds the maximum. For more
169
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
170
- * <i>Amazon CloudFront Developer Guide</i>.</p>
146
+ * <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>
171
147
  *
172
148
  * @throws {@link TooManyHeadersInOriginRequestPolicy} (client fault)
173
- * <p>The number of headers in the origin request policy exceeds the maximum. For more
174
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
175
- * <i>Amazon CloudFront Developer Guide</i>.</p>
149
+ * <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>
176
150
  *
177
151
  * @throws {@link TooManyQueryStringsInOriginRequestPolicy} (client fault)
178
- * <p>The number of query strings in the origin request policy exceeds the maximum. For more
179
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
180
- * <i>Amazon CloudFront Developer Guide</i>.</p>
152
+ * <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>
181
153
  *
182
154
  * @throws {@link CloudFrontServiceException}
183
155
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,8 +27,7 @@ declare const UpdatePublicKeyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Update public key information. Note that the only value you can change is the
31
- * comment.</p>
30
+ * <p>Update public key information. Note that the only value you can change is the comment.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -88,8 +87,7 @@ declare const UpdatePublicKeyCommand_base: {
88
87
  * <p>The specified public key doesn't exist.</p>
89
88
  *
90
89
  * @throws {@link PreconditionFailed} (client fault)
91
- * <p>The precondition in one or more of the request fields evaluated to
92
- * <code>false</code>.</p>
90
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
93
91
  *
94
92
  * @throws {@link CloudFrontServiceException}
95
93
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -27,27 +27,7 @@ declare const UpdateRealtimeLogConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a real-time log configuration.</p>
31
- * <p>When you update a real-time log configuration, all the parameters are updated with the
32
- * values provided in the request. You cannot update some parameters independent of others.
33
- * To update a real-time log configuration:</p>
34
- * <ol>
35
- * <li>
36
- * <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log
37
- * configuration.</p>
38
- * </li>
39
- * <li>
40
- * <p>Locally modify the parameters in the real-time log configuration that you want
41
- * to update.</p>
42
- * </li>
43
- * <li>
44
- * <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire
45
- * real-time log configuration, including the parameters that you modified and
46
- * those that you didn't.</p>
47
- * </li>
48
- * </ol>
49
- * <p>You cannot update a real-time log configuration's <code>Name</code> or
50
- * <code>ARN</code>.</p>
30
+ * <p>Updates a real-time log configuration.</p> <p>When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:</p> <ol> <li> <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log configuration.</p> </li> <li> <p>Locally modify the parameters in the real-time log configuration that you want to update.</p> </li> <li> <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn't.</p> </li> </ol> <p>You cannot update a real-time log configuration's <code>Name</code> or <code>ARN</code>.</p>
51
31
  * @example
52
32
  * Use a bare-bones client and the command you need to make an API call.
53
33
  * ```javascript
@@ -27,25 +27,7 @@ declare const UpdateResponseHeadersPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a response headers policy.</p>
31
- * <p>When you update a response headers policy, the entire policy is replaced. You cannot
32
- * update some policy fields independent of others. To update a response headers policy
33
- * configuration:</p>
34
- * <ol>
35
- * <li>
36
- * <p>Use <code>GetResponseHeadersPolicyConfig</code> to get the current policy's
37
- * configuration.</p>
38
- * </li>
39
- * <li>
40
- * <p>Modify the fields in the response headers policy configuration that you want
41
- * to update.</p>
42
- * </li>
43
- * <li>
44
- * <p>Call <code>UpdateResponseHeadersPolicy</code>, providing the entire response
45
- * headers policy configuration, including the fields that you modified and those
46
- * that you didn't.</p>
47
- * </li>
48
- * </ol>
30
+ * <p>Updates a response headers policy.</p> <p>When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:</p> <ol> <li> <p>Use <code>GetResponseHeadersPolicyConfig</code> to get the current policy's configuration.</p> </li> <li> <p>Modify the fields in the response headers policy configuration that you want to update.</p> </li> <li> <p>Call <code>UpdateResponseHeadersPolicy</code>, providing the entire response headers policy configuration, including the fields that you modified and those that you didn't.</p> </li> </ol>
49
31
  * @example
50
32
  * Use a bare-bones client and the command you need to make an API call.
51
33
  * ```javascript
@@ -249,8 +231,7 @@ declare const UpdateResponseHeadersPolicyCommand_base: {
249
231
  * <p>The update contains modifications that are not allowed.</p>
250
232
  *
251
233
  * @throws {@link InconsistentQuantities} (client fault)
252
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
253
- * match.</p>
234
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
254
235
  *
255
236
  * @throws {@link InvalidArgument} (client fault)
256
237
  * <p>An argument is invalid.</p>
@@ -262,31 +243,19 @@ declare const UpdateResponseHeadersPolicyCommand_base: {
262
243
  * <p>The response headers policy does not exist.</p>
263
244
  *
264
245
  * @throws {@link PreconditionFailed} (client fault)
265
- * <p>The precondition in one or more of the request fields evaluated to
266
- * <code>false</code>.</p>
246
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
267
247
  *
268
248
  * @throws {@link ResponseHeadersPolicyAlreadyExists} (client fault)
269
- * <p>A response headers policy with this name already exists. You must provide a unique
270
- * name. To modify an existing response headers policy, use
271
- * <code>UpdateResponseHeadersPolicy</code>.</p>
249
+ * <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>
272
250
  *
273
251
  * @throws {@link TooLongCSPInResponseHeadersPolicy} (client fault)
274
- * <p>The length of the <code>Content-Security-Policy</code> header value in the response
275
- * headers policy exceeds the maximum.</p>
276
- * <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
277
- * <i>Amazon CloudFront Developer Guide</i>.</p>
252
+ * <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>
278
253
  *
279
254
  * @throws {@link TooManyCustomHeadersInResponseHeadersPolicy} (client fault)
280
- * <p>The number of custom headers in the response headers policy exceeds the
281
- * maximum.</p>
282
- * <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
283
- * <i>Amazon CloudFront Developer Guide</i>.</p>
255
+ * <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>
284
256
  *
285
257
  * @throws {@link TooManyRemoveHeadersInResponseHeadersPolicy} (client fault)
286
- * <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers
287
- * policy exceeds the maximum.</p>
288
- * <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
289
- * <i>Amazon CloudFront Developer Guide</i>.</p>
258
+ * <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>
290
259
  *
291
260
  * @throws {@link CloudFrontServiceException}
292
261
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
@@ -140,8 +140,7 @@ declare const UpdateStreamingDistributionCommand_base: {
140
140
  * <p>The update contains modifications that are not allowed.</p>
141
141
  *
142
142
  * @throws {@link InconsistentQuantities} (client fault)
143
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
144
- * match.</p>
143
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
145
144
  *
146
145
  * @throws {@link InvalidArgument} (client fault)
147
146
  * <p>An argument is invalid.</p>
@@ -156,15 +155,13 @@ declare const UpdateStreamingDistributionCommand_base: {
156
155
  * <p>The origin access identity is not valid or doesn't exist.</p>
157
156
  *
158
157
  * @throws {@link MissingBody} (client fault)
159
- * <p>This operation requires a body. Ensure that the body is present and the
160
- * <code>Content-Type</code> header is set.</p>
158
+ * <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
161
159
  *
162
160
  * @throws {@link NoSuchStreamingDistribution} (client fault)
163
161
  * <p>The specified streaming distribution does not exist.</p>
164
162
  *
165
163
  * @throws {@link PreconditionFailed} (client fault)
166
- * <p>The precondition in one or more of the request fields evaluated to
167
- * <code>false</code>.</p>
164
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
168
165
  *
169
166
  * @throws {@link TooManyStreamingDistributionCNAMEs} (client fault)
170
167
  * <p>Your request contains more CNAMEs than are allowed per distribution.</p>
@@ -92,8 +92,7 @@ declare const UpdateVpcOriginCommand_base: {
92
92
  * <p>The entity cannot be updated while it is in use.</p>
93
93
  *
94
94
  * @throws {@link EntityAlreadyExists} (client fault)
95
- * <p>The entity already exists. You must provide a unique
96
- * entity.</p>
95
+ * <p>The entity already exists. You must provide a unique entity.</p>
97
96
  *
98
97
  * @throws {@link EntityLimitExceeded} (client fault)
99
98
  * <p>The entity limit has been exceeded.</p>
@@ -105,8 +104,7 @@ declare const UpdateVpcOriginCommand_base: {
105
104
  * <p>The update contains modifications that are not allowed.</p>
106
105
  *
107
106
  * @throws {@link InconsistentQuantities} (client fault)
108
- * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
109
- * match.</p>
107
+ * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
110
108
  *
111
109
  * @throws {@link InvalidArgument} (client fault)
112
110
  * <p>An argument is invalid.</p>
@@ -115,8 +113,7 @@ declare const UpdateVpcOriginCommand_base: {
115
113
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
116
114
  *
117
115
  * @throws {@link PreconditionFailed} (client fault)
118
- * <p>The precondition in one or more of the request fields evaluated to
119
- * <code>false</code>.</p>
116
+ * <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
120
117
  *
121
118
  * @throws {@link UnsupportedOperation} (client fault)
122
119
  * <p>This operation is not supported in this Amazon Web Services Region.</p>
@@ -1,9 +1,5 @@
1
1
  /**
2
- * <fullname>Amazon CloudFront</fullname>
3
- * <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers
4
- * who need detailed information about CloudFront API actions, data types, and errors. For
5
- * detailed information about CloudFront features, see the
6
- * <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html">Amazon CloudFront Developer Guide</a>.</p>
2
+ * <fullname>Amazon CloudFront</fullname> <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html">Amazon CloudFront Developer Guide</a>.</p>
7
3
  *
8
4
  * @packageDocumentation
9
5
  */