@aws-sdk/client-cloudfront 3.295.0 → 3.297.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 (119) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +153 -857
  2. package/dist-es/protocols/Aws_restXml.js +153 -857
  3. package/dist-types/CloudFront.d.ts +107 -0
  4. package/dist-types/CloudFrontClient.d.ts +24 -4
  5. package/dist-types/commands/AssociateAliasCommand.d.ts +16 -0
  6. package/dist-types/commands/CopyDistributionCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCachePolicyCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDistributionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateInvalidationCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateKeyGroupCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/CreatePublicKeyCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteDistributionCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +16 -0
  36. package/dist-types/commands/DeletePublicKeyCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeFunctionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetCachePolicyCommand.d.ts +16 -0
  42. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +16 -0
  43. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  44. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +16 -0
  45. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +16 -0
  46. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +16 -0
  47. package/dist-types/commands/GetDistributionCommand.d.ts +16 -0
  48. package/dist-types/commands/GetDistributionConfigCommand.d.ts +16 -0
  49. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +16 -0
  50. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +16 -0
  51. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +16 -0
  52. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetInvalidationCommand.d.ts +16 -0
  55. package/dist-types/commands/GetKeyGroupCommand.d.ts +16 -0
  56. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +16 -0
  57. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +16 -0
  58. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
  59. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +16 -0
  60. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +16 -0
  62. package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
  63. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +16 -0
  65. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +16 -0
  66. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +16 -0
  68. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +16 -0
  69. package/dist-types/commands/ListCachePoliciesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +16 -0
  71. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +16 -0
  74. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +16 -0
  75. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +16 -0
  76. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +16 -0
  77. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +16 -0
  78. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +16 -0
  79. package/dist-types/commands/ListDistributionsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +16 -0
  82. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListInvalidationsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListKeyGroupsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +16 -0
  87. package/dist-types/commands/ListPublicKeysCommand.d.ts +16 -0
  88. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +16 -0
  90. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +16 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  92. package/dist-types/commands/PublishFunctionCommand.d.ts +16 -0
  93. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  94. package/dist-types/commands/TestFunctionCommand.d.ts +16 -0
  95. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdateDistributionCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +16 -0
  111. package/dist-types/models/CloudFrontServiceException.d.ts +2 -0
  112. package/dist-types/models/models_0.d.ts +414 -0
  113. package/dist-types/models/models_1.d.ts +472 -0
  114. package/dist-types/pagination/Interfaces.d.ts +3 -0
  115. package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListDistributionsPaginator.d.ts +3 -0
  117. package/dist-types/pagination/ListInvalidationsPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +3 -0
  119. package/package.json +30 -30
@@ -107,6 +107,7 @@ import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutp
107
107
  import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "./commands/UpdateResponseHeadersPolicyCommand";
108
108
  import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
109
109
  /**
110
+ * @public
110
111
  * <fullname>Amazon CloudFront</fullname>
111
112
  * <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers
112
113
  * who need detailed information about CloudFront API actions, data types, and errors. For
@@ -115,6 +116,7 @@ import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCom
115
116
  */
116
117
  export declare class CloudFront extends CloudFrontClient {
117
118
  /**
119
+ * @public
118
120
  * <p>Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront
119
121
  * distribution.</p>
120
122
  * <p>With this operation you can move an alias that's already in use on a CloudFront distribution
@@ -131,6 +133,7 @@ export declare class CloudFront extends CloudFrontClient {
131
133
  associateAlias(args: AssociateAliasCommandInput, cb: (err: any, data?: AssociateAliasCommandOutput) => void): void;
132
134
  associateAlias(args: AssociateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAliasCommandOutput) => void): void;
133
135
  /**
136
+ * @public
134
137
  * <p>Creates a staging distribution using the configuration of the provided primary
135
138
  * distribution. A staging distribution is a copy of an existing distribution (called the
136
139
  * primary distribution) that you can use in a continuous deployment workflow.</p>
@@ -143,6 +146,7 @@ export declare class CloudFront extends CloudFrontClient {
143
146
  copyDistribution(args: CopyDistributionCommandInput, cb: (err: any, data?: CopyDistributionCommandOutput) => void): void;
144
147
  copyDistribution(args: CopyDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDistributionCommandOutput) => void): void;
145
148
  /**
149
+ * @public
146
150
  * <p>Creates a cache policy.</p>
147
151
  * <p>After you create a cache policy, you can attach it to one or more cache behaviors.
148
152
  * When it's attached to a cache behavior, the cache policy determines the
@@ -171,6 +175,7 @@ export declare class CloudFront extends CloudFrontClient {
171
175
  createCachePolicy(args: CreateCachePolicyCommandInput, cb: (err: any, data?: CreateCachePolicyCommandOutput) => void): void;
172
176
  createCachePolicy(args: CreateCachePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCachePolicyCommandOutput) => void): void;
173
177
  /**
178
+ * @public
174
179
  * <p>Creates a new origin access identity. If you're using Amazon S3 for your origin, you can
175
180
  * use an origin access identity to require users to access your content using a CloudFront URL
176
181
  * instead of the Amazon S3 URL. For more information about how to use origin access identities,
@@ -181,6 +186,7 @@ export declare class CloudFront extends CloudFrontClient {
181
186
  createCloudFrontOriginAccessIdentity(args: CreateCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: CreateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
182
187
  createCloudFrontOriginAccessIdentity(args: CreateCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
183
188
  /**
189
+ * @public
184
190
  * <p>Creates a continuous deployment policy that distributes traffic for a custom domain
185
191
  * name to two different CloudFront distributions.</p>
186
192
  * <p>To use a continuous deployment policy, first use <code>CopyDistribution</code> to
@@ -195,30 +201,35 @@ export declare class CloudFront extends CloudFrontClient {
195
201
  createContinuousDeploymentPolicy(args: CreateContinuousDeploymentPolicyCommandInput, cb: (err: any, data?: CreateContinuousDeploymentPolicyCommandOutput) => void): void;
196
202
  createContinuousDeploymentPolicy(args: CreateContinuousDeploymentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContinuousDeploymentPolicyCommandOutput) => void): void;
197
203
  /**
204
+ * @public
198
205
  * <p>Creates a CloudFront distribution.</p>
199
206
  */
200
207
  createDistribution(args: CreateDistributionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDistributionCommandOutput>;
201
208
  createDistribution(args: CreateDistributionCommandInput, cb: (err: any, data?: CreateDistributionCommandOutput) => void): void;
202
209
  createDistribution(args: CreateDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionCommandOutput) => void): void;
203
210
  /**
211
+ * @public
204
212
  * <p>Create a new distribution with tags.</p>
205
213
  */
206
214
  createDistributionWithTags(args: CreateDistributionWithTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateDistributionWithTagsCommandOutput>;
207
215
  createDistributionWithTags(args: CreateDistributionWithTagsCommandInput, cb: (err: any, data?: CreateDistributionWithTagsCommandOutput) => void): void;
208
216
  createDistributionWithTags(args: CreateDistributionWithTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionWithTagsCommandOutput) => void): void;
209
217
  /**
218
+ * @public
210
219
  * <p>Create a new field-level encryption configuration.</p>
211
220
  */
212
221
  createFieldLevelEncryptionConfig(args: CreateFieldLevelEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateFieldLevelEncryptionConfigCommandOutput>;
213
222
  createFieldLevelEncryptionConfig(args: CreateFieldLevelEncryptionConfigCommandInput, cb: (err: any, data?: CreateFieldLevelEncryptionConfigCommandOutput) => void): void;
214
223
  createFieldLevelEncryptionConfig(args: CreateFieldLevelEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFieldLevelEncryptionConfigCommandOutput) => void): void;
215
224
  /**
225
+ * @public
216
226
  * <p>Create a field-level encryption profile.</p>
217
227
  */
218
228
  createFieldLevelEncryptionProfile(args: CreateFieldLevelEncryptionProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateFieldLevelEncryptionProfileCommandOutput>;
219
229
  createFieldLevelEncryptionProfile(args: CreateFieldLevelEncryptionProfileCommandInput, cb: (err: any, data?: CreateFieldLevelEncryptionProfileCommandOutput) => void): void;
220
230
  createFieldLevelEncryptionProfile(args: CreateFieldLevelEncryptionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFieldLevelEncryptionProfileCommandOutput) => void): void;
221
231
  /**
232
+ * @public
222
233
  * <p>Creates a CloudFront function.</p>
223
234
  * <p>To create a function, you provide the function code and some configuration information
224
235
  * about the function. The response contains an Amazon Resource Name (ARN) that uniquely
@@ -235,12 +246,14 @@ export declare class CloudFront extends CloudFrontClient {
235
246
  createFunction(args: CreateFunctionCommandInput, cb: (err: any, data?: CreateFunctionCommandOutput) => void): void;
236
247
  createFunction(args: CreateFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFunctionCommandOutput) => void): void;
237
248
  /**
249
+ * @public
238
250
  * <p>Create a new invalidation.</p>
239
251
  */
240
252
  createInvalidation(args: CreateInvalidationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInvalidationCommandOutput>;
241
253
  createInvalidation(args: CreateInvalidationCommandInput, cb: (err: any, data?: CreateInvalidationCommandOutput) => void): void;
242
254
  createInvalidation(args: CreateInvalidationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInvalidationCommandOutput) => void): void;
243
255
  /**
256
+ * @public
244
257
  * <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>
245
258
  * <p>To create a key group, you must specify at least one public key for the key group.
246
259
  * After you create a key group, you can reference it from one or more cache behaviors.
@@ -255,6 +268,7 @@ export declare class CloudFront extends CloudFrontClient {
255
268
  createKeyGroup(args: CreateKeyGroupCommandInput, cb: (err: any, data?: CreateKeyGroupCommandOutput) => void): void;
256
269
  createKeyGroup(args: CreateKeyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKeyGroupCommandOutput) => void): void;
257
270
  /**
271
+ * @public
258
272
  * <p>Enables additional CloudWatch metrics for the specified CloudFront distribution. The
259
273
  * additional metrics incur an additional cost.</p>
260
274
  * <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
@@ -264,6 +278,7 @@ export declare class CloudFront extends CloudFrontClient {
264
278
  createMonitoringSubscription(args: CreateMonitoringSubscriptionCommandInput, cb: (err: any, data?: CreateMonitoringSubscriptionCommandOutput) => void): void;
265
279
  createMonitoringSubscription(args: CreateMonitoringSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMonitoringSubscriptionCommandOutput) => void): void;
266
280
  /**
281
+ * @public
267
282
  * <p>Creates a new origin access control in CloudFront. After you create an origin access
268
283
  * control, you can add it to an origin in a CloudFront distribution so that CloudFront sends
269
284
  * authenticated (signed) requests to the origin.</p>
@@ -276,6 +291,7 @@ export declare class CloudFront extends CloudFrontClient {
276
291
  createOriginAccessControl(args: CreateOriginAccessControlCommandInput, cb: (err: any, data?: CreateOriginAccessControlCommandOutput) => void): void;
277
292
  createOriginAccessControl(args: CreateOriginAccessControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOriginAccessControlCommandOutput) => void): void;
278
293
  /**
294
+ * @public
279
295
  * <p>Creates an origin request policy.</p>
280
296
  * <p>After you create an origin request policy, you can attach it to one or more cache
281
297
  * behaviors. When it's attached to a cache behavior, the origin request policy determines
@@ -308,12 +324,14 @@ export declare class CloudFront extends CloudFrontClient {
308
324
  createOriginRequestPolicy(args: CreateOriginRequestPolicyCommandInput, cb: (err: any, data?: CreateOriginRequestPolicyCommandOutput) => void): void;
309
325
  createOriginRequestPolicy(args: CreateOriginRequestPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOriginRequestPolicyCommandOutput) => void): void;
310
326
  /**
327
+ * @public
311
328
  * <p>Uploads a public key to CloudFront that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p>
312
329
  */
313
330
  createPublicKey(args: CreatePublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreatePublicKeyCommandOutput>;
314
331
  createPublicKey(args: CreatePublicKeyCommandInput, cb: (err: any, data?: CreatePublicKeyCommandOutput) => void): void;
315
332
  createPublicKey(args: CreatePublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublicKeyCommandOutput) => void): void;
316
333
  /**
334
+ * @public
317
335
  * <p>Creates a real-time log configuration.</p>
318
336
  * <p>After you create a real-time log configuration, you can attach it to one or more cache
319
337
  * behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p>
@@ -324,6 +342,7 @@ export declare class CloudFront extends CloudFrontClient {
324
342
  createRealtimeLogConfig(args: CreateRealtimeLogConfigCommandInput, cb: (err: any, data?: CreateRealtimeLogConfigCommandOutput) => void): void;
325
343
  createRealtimeLogConfig(args: CreateRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRealtimeLogConfigCommandOutput) => void): void;
326
344
  /**
345
+ * @public
327
346
  * <p>Creates a response headers policy.</p>
328
347
  * <p>A response headers policy contains information about a set of HTTP headers. To create a
329
348
  * response headers policy, you provide some metadata about the policy and a set of
@@ -340,6 +359,7 @@ export declare class CloudFront extends CloudFrontClient {
340
359
  createResponseHeadersPolicy(args: CreateResponseHeadersPolicyCommandInput, cb: (err: any, data?: CreateResponseHeadersPolicyCommandOutput) => void): void;
341
360
  createResponseHeadersPolicy(args: CreateResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResponseHeadersPolicyCommandOutput) => void): void;
342
361
  /**
362
+ * @public
343
363
  * <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP)
344
364
  * 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
345
365
  * forum.</p>
@@ -348,6 +368,7 @@ export declare class CloudFront extends CloudFrontClient {
348
368
  createStreamingDistribution(args: CreateStreamingDistributionCommandInput, cb: (err: any, data?: CreateStreamingDistributionCommandOutput) => void): void;
349
369
  createStreamingDistribution(args: CreateStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingDistributionCommandOutput) => void): void;
350
370
  /**
371
+ * @public
351
372
  * <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP)
352
373
  * 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
353
374
  * forum.</p>
@@ -356,6 +377,7 @@ export declare class CloudFront extends CloudFrontClient {
356
377
  createStreamingDistributionWithTags(args: CreateStreamingDistributionWithTagsCommandInput, cb: (err: any, data?: CreateStreamingDistributionWithTagsCommandOutput) => void): void;
357
378
  createStreamingDistributionWithTags(args: CreateStreamingDistributionWithTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingDistributionWithTagsCommandOutput) => void): void;
358
379
  /**
380
+ * @public
359
381
  * <p>Deletes a cache policy.</p>
360
382
  * <p>You cannot delete a cache policy if it's attached to a cache behavior. First update
361
383
  * your distributions to remove the cache policy from all cache behaviors, then delete the
@@ -368,12 +390,14 @@ export declare class CloudFront extends CloudFrontClient {
368
390
  deleteCachePolicy(args: DeleteCachePolicyCommandInput, cb: (err: any, data?: DeleteCachePolicyCommandOutput) => void): void;
369
391
  deleteCachePolicy(args: DeleteCachePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCachePolicyCommandOutput) => void): void;
370
392
  /**
393
+ * @public
371
394
  * <p>Delete an origin access identity.</p>
372
395
  */
373
396
  deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
374
397
  deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: DeleteCloudFrontOriginAccessIdentityCommandOutput) => void): void;
375
398
  deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCloudFrontOriginAccessIdentityCommandOutput) => void): void;
376
399
  /**
400
+ * @public
377
401
  * <p>Deletes a continuous deployment policy.</p>
378
402
  * <p>You cannot delete a continuous deployment policy that's attached to a primary
379
403
  * distribution. First update your distribution to remove the continuous deployment policy,
@@ -383,24 +407,28 @@ export declare class CloudFront extends CloudFrontClient {
383
407
  deleteContinuousDeploymentPolicy(args: DeleteContinuousDeploymentPolicyCommandInput, cb: (err: any, data?: DeleteContinuousDeploymentPolicyCommandOutput) => void): void;
384
408
  deleteContinuousDeploymentPolicy(args: DeleteContinuousDeploymentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContinuousDeploymentPolicyCommandOutput) => void): void;
385
409
  /**
410
+ * @public
386
411
  * <p>Delete a distribution.</p>
387
412
  */
388
413
  deleteDistribution(args: DeleteDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionCommandOutput>;
389
414
  deleteDistribution(args: DeleteDistributionCommandInput, cb: (err: any, data?: DeleteDistributionCommandOutput) => void): void;
390
415
  deleteDistribution(args: DeleteDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDistributionCommandOutput) => void): void;
391
416
  /**
417
+ * @public
392
418
  * <p>Remove a field-level encryption configuration.</p>
393
419
  */
394
420
  deleteFieldLevelEncryptionConfig(args: DeleteFieldLevelEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFieldLevelEncryptionConfigCommandOutput>;
395
421
  deleteFieldLevelEncryptionConfig(args: DeleteFieldLevelEncryptionConfigCommandInput, cb: (err: any, data?: DeleteFieldLevelEncryptionConfigCommandOutput) => void): void;
396
422
  deleteFieldLevelEncryptionConfig(args: DeleteFieldLevelEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFieldLevelEncryptionConfigCommandOutput) => void): void;
397
423
  /**
424
+ * @public
398
425
  * <p>Remove a field-level encryption profile.</p>
399
426
  */
400
427
  deleteFieldLevelEncryptionProfile(args: DeleteFieldLevelEncryptionProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFieldLevelEncryptionProfileCommandOutput>;
401
428
  deleteFieldLevelEncryptionProfile(args: DeleteFieldLevelEncryptionProfileCommandInput, cb: (err: any, data?: DeleteFieldLevelEncryptionProfileCommandOutput) => void): void;
402
429
  deleteFieldLevelEncryptionProfile(args: DeleteFieldLevelEncryptionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFieldLevelEncryptionProfileCommandOutput) => void): void;
403
430
  /**
431
+ * @public
404
432
  * <p>Deletes a CloudFront function.</p>
405
433
  * <p>You cannot delete a function if it's associated with a cache behavior. First, update
406
434
  * your distributions to remove the function association from all cache behaviors, then
@@ -413,6 +441,7 @@ export declare class CloudFront extends CloudFrontClient {
413
441
  deleteFunction(args: DeleteFunctionCommandInput, cb: (err: any, data?: DeleteFunctionCommandOutput) => void): void;
414
442
  deleteFunction(args: DeleteFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFunctionCommandOutput) => void): void;
415
443
  /**
444
+ * @public
416
445
  * <p>Deletes a key group.</p>
417
446
  * <p>You cannot delete a key group that is referenced in a cache behavior. First update
418
447
  * your distributions to remove the key group from all cache behaviors, then delete the key
@@ -425,6 +454,7 @@ export declare class CloudFront extends CloudFrontClient {
425
454
  deleteKeyGroup(args: DeleteKeyGroupCommandInput, cb: (err: any, data?: DeleteKeyGroupCommandOutput) => void): void;
426
455
  deleteKeyGroup(args: DeleteKeyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKeyGroupCommandOutput) => void): void;
427
456
  /**
457
+ * @public
428
458
  * <p>Disables additional CloudWatch metrics for the specified CloudFront
429
459
  * distribution.</p>
430
460
  */
@@ -432,6 +462,7 @@ export declare class CloudFront extends CloudFrontClient {
432
462
  deleteMonitoringSubscription(args: DeleteMonitoringSubscriptionCommandInput, cb: (err: any, data?: DeleteMonitoringSubscriptionCommandOutput) => void): void;
433
463
  deleteMonitoringSubscription(args: DeleteMonitoringSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMonitoringSubscriptionCommandOutput) => void): void;
434
464
  /**
465
+ * @public
435
466
  * <p>Deletes a CloudFront origin access control.</p>
436
467
  * <p>You cannot delete an origin access control if it's in use. First, update all
437
468
  * distributions to remove the origin access control from all origins, then delete the
@@ -441,6 +472,7 @@ export declare class CloudFront extends CloudFrontClient {
441
472
  deleteOriginAccessControl(args: DeleteOriginAccessControlCommandInput, cb: (err: any, data?: DeleteOriginAccessControlCommandOutput) => void): void;
442
473
  deleteOriginAccessControl(args: DeleteOriginAccessControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOriginAccessControlCommandOutput) => void): void;
443
474
  /**
475
+ * @public
444
476
  * <p>Deletes an origin request policy.</p>
445
477
  * <p>You cannot delete an origin request policy if it's attached to any cache behaviors.
446
478
  * First update your distributions to remove the origin request policy from all cache
@@ -453,12 +485,14 @@ export declare class CloudFront extends CloudFrontClient {
453
485
  deleteOriginRequestPolicy(args: DeleteOriginRequestPolicyCommandInput, cb: (err: any, data?: DeleteOriginRequestPolicyCommandOutput) => void): void;
454
486
  deleteOriginRequestPolicy(args: DeleteOriginRequestPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOriginRequestPolicyCommandOutput) => void): void;
455
487
  /**
488
+ * @public
456
489
  * <p>Remove a public key you previously added to CloudFront.</p>
457
490
  */
458
491
  deletePublicKey(args: DeletePublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePublicKeyCommandOutput>;
459
492
  deletePublicKey(args: DeletePublicKeyCommandInput, cb: (err: any, data?: DeletePublicKeyCommandOutput) => void): void;
460
493
  deletePublicKey(args: DeletePublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublicKeyCommandOutput) => void): void;
461
494
  /**
495
+ * @public
462
496
  * <p>Deletes a real-time log configuration.</p>
463
497
  * <p>You cannot delete a real-time log configuration if it's attached to a cache behavior.
464
498
  * First update your distributions to remove the real-time log configuration from all cache
@@ -471,6 +505,7 @@ export declare class CloudFront extends CloudFrontClient {
471
505
  deleteRealtimeLogConfig(args: DeleteRealtimeLogConfigCommandInput, cb: (err: any, data?: DeleteRealtimeLogConfigCommandOutput) => void): void;
472
506
  deleteRealtimeLogConfig(args: DeleteRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRealtimeLogConfigCommandOutput) => void): void;
473
507
  /**
508
+ * @public
474
509
  * <p>Deletes a response headers policy.</p>
475
510
  * <p>You cannot delete a response headers policy if it's attached to a cache behavior.
476
511
  * First update your distributions to remove the response headers policy from all cache
@@ -483,6 +518,7 @@ export declare class CloudFront extends CloudFrontClient {
483
518
  deleteResponseHeadersPolicy(args: DeleteResponseHeadersPolicyCommandInput, cb: (err: any, data?: DeleteResponseHeadersPolicyCommandOutput) => void): void;
484
519
  deleteResponseHeadersPolicy(args: DeleteResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResponseHeadersPolicyCommandOutput) => void): void;
485
520
  /**
521
+ * @public
486
522
  * <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API,
487
523
  * perform the following steps.</p>
488
524
  * <p>
@@ -537,6 +573,7 @@ export declare class CloudFront extends CloudFrontClient {
537
573
  deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void): void;
538
574
  deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void): void;
539
575
  /**
576
+ * @public
540
577
  * <p>Gets configuration information and metadata about a CloudFront function, but not the
541
578
  * function's code. To get a function's code, use <code>GetFunction</code>.</p>
542
579
  * <p>To get configuration information and metadata about a function, you must provide the
@@ -547,6 +584,7 @@ export declare class CloudFront extends CloudFrontClient {
547
584
  describeFunction(args: DescribeFunctionCommandInput, cb: (err: any, data?: DescribeFunctionCommandOutput) => void): void;
548
585
  describeFunction(args: DescribeFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFunctionCommandOutput) => void): void;
549
586
  /**
587
+ * @public
550
588
  * <p>Gets a cache policy, including the following metadata:</p>
551
589
  * <ul>
552
590
  * <li>
@@ -566,6 +604,7 @@ export declare class CloudFront extends CloudFrontClient {
566
604
  getCachePolicy(args: GetCachePolicyCommandInput, cb: (err: any, data?: GetCachePolicyCommandOutput) => void): void;
567
605
  getCachePolicy(args: GetCachePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCachePolicyCommandOutput) => void): void;
568
606
  /**
607
+ * @public
569
608
  * <p>Gets a cache policy configuration.</p>
570
609
  * <p>To get a cache policy configuration, you must provide the policy's identifier. If the
571
610
  * cache policy is attached to a distribution's cache behavior, you can get the policy's
@@ -577,18 +616,21 @@ export declare class CloudFront extends CloudFrontClient {
577
616
  getCachePolicyConfig(args: GetCachePolicyConfigCommandInput, cb: (err: any, data?: GetCachePolicyConfigCommandOutput) => void): void;
578
617
  getCachePolicyConfig(args: GetCachePolicyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCachePolicyConfigCommandOutput) => void): void;
579
618
  /**
619
+ * @public
580
620
  * <p>Get the information about an origin access identity.</p>
581
621
  */
582
622
  getCloudFrontOriginAccessIdentity(args: GetCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<GetCloudFrontOriginAccessIdentityCommandOutput>;
583
623
  getCloudFrontOriginAccessIdentity(args: GetCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityCommandOutput) => void): void;
584
624
  getCloudFrontOriginAccessIdentity(args: GetCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityCommandOutput) => void): void;
585
625
  /**
626
+ * @public
586
627
  * <p>Get the configuration information about an origin access identity.</p>
587
628
  */
588
629
  getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
589
630
  getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput) => void): void;
590
631
  getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput) => void): void;
591
632
  /**
633
+ * @public
592
634
  * <p>Gets a continuous deployment policy, including metadata (the policy's identifier and
593
635
  * the date and time when the policy was last modified).</p>
594
636
  */
@@ -596,48 +638,56 @@ export declare class CloudFront extends CloudFrontClient {
596
638
  getContinuousDeploymentPolicy(args: GetContinuousDeploymentPolicyCommandInput, cb: (err: any, data?: GetContinuousDeploymentPolicyCommandOutput) => void): void;
597
639
  getContinuousDeploymentPolicy(args: GetContinuousDeploymentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContinuousDeploymentPolicyCommandOutput) => void): void;
598
640
  /**
641
+ * @public
599
642
  * <p>Gets configuration information about a continuous deployment policy.</p>
600
643
  */
601
644
  getContinuousDeploymentPolicyConfig(args: GetContinuousDeploymentPolicyConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetContinuousDeploymentPolicyConfigCommandOutput>;
602
645
  getContinuousDeploymentPolicyConfig(args: GetContinuousDeploymentPolicyConfigCommandInput, cb: (err: any, data?: GetContinuousDeploymentPolicyConfigCommandOutput) => void): void;
603
646
  getContinuousDeploymentPolicyConfig(args: GetContinuousDeploymentPolicyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContinuousDeploymentPolicyConfigCommandOutput) => void): void;
604
647
  /**
648
+ * @public
605
649
  * <p>Get the information about a distribution.</p>
606
650
  */
607
651
  getDistribution(args: GetDistributionCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionCommandOutput>;
608
652
  getDistribution(args: GetDistributionCommandInput, cb: (err: any, data?: GetDistributionCommandOutput) => void): void;
609
653
  getDistribution(args: GetDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionCommandOutput) => void): void;
610
654
  /**
655
+ * @public
611
656
  * <p>Get the configuration information about a distribution.</p>
612
657
  */
613
658
  getDistributionConfig(args: GetDistributionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionConfigCommandOutput>;
614
659
  getDistributionConfig(args: GetDistributionConfigCommandInput, cb: (err: any, data?: GetDistributionConfigCommandOutput) => void): void;
615
660
  getDistributionConfig(args: GetDistributionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionConfigCommandOutput) => void): void;
616
661
  /**
662
+ * @public
617
663
  * <p>Get the field-level encryption configuration information.</p>
618
664
  */
619
665
  getFieldLevelEncryption(args: GetFieldLevelEncryptionCommandInput, options?: __HttpHandlerOptions): Promise<GetFieldLevelEncryptionCommandOutput>;
620
666
  getFieldLevelEncryption(args: GetFieldLevelEncryptionCommandInput, cb: (err: any, data?: GetFieldLevelEncryptionCommandOutput) => void): void;
621
667
  getFieldLevelEncryption(args: GetFieldLevelEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFieldLevelEncryptionCommandOutput) => void): void;
622
668
  /**
669
+ * @public
623
670
  * <p>Get the field-level encryption configuration information.</p>
624
671
  */
625
672
  getFieldLevelEncryptionConfig(args: GetFieldLevelEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetFieldLevelEncryptionConfigCommandOutput>;
626
673
  getFieldLevelEncryptionConfig(args: GetFieldLevelEncryptionConfigCommandInput, cb: (err: any, data?: GetFieldLevelEncryptionConfigCommandOutput) => void): void;
627
674
  getFieldLevelEncryptionConfig(args: GetFieldLevelEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFieldLevelEncryptionConfigCommandOutput) => void): void;
628
675
  /**
676
+ * @public
629
677
  * <p>Get the field-level encryption profile information.</p>
630
678
  */
631
679
  getFieldLevelEncryptionProfile(args: GetFieldLevelEncryptionProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetFieldLevelEncryptionProfileCommandOutput>;
632
680
  getFieldLevelEncryptionProfile(args: GetFieldLevelEncryptionProfileCommandInput, cb: (err: any, data?: GetFieldLevelEncryptionProfileCommandOutput) => void): void;
633
681
  getFieldLevelEncryptionProfile(args: GetFieldLevelEncryptionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFieldLevelEncryptionProfileCommandOutput) => void): void;
634
682
  /**
683
+ * @public
635
684
  * <p>Get the field-level encryption profile configuration information.</p>
636
685
  */
637
686
  getFieldLevelEncryptionProfileConfig(args: GetFieldLevelEncryptionProfileConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetFieldLevelEncryptionProfileConfigCommandOutput>;
638
687
  getFieldLevelEncryptionProfileConfig(args: GetFieldLevelEncryptionProfileConfigCommandInput, cb: (err: any, data?: GetFieldLevelEncryptionProfileConfigCommandOutput) => void): void;
639
688
  getFieldLevelEncryptionProfileConfig(args: GetFieldLevelEncryptionProfileConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFieldLevelEncryptionProfileConfigCommandOutput) => void): void;
640
689
  /**
690
+ * @public
641
691
  * <p>Gets the code of a CloudFront function. To get configuration information and metadata about
642
692
  * a function, use <code>DescribeFunction</code>.</p>
643
693
  * <p>To get a function's code, you must provide the function's name and stage. To get these
@@ -647,12 +697,14 @@ export declare class CloudFront extends CloudFrontClient {
647
697
  getFunction(args: GetFunctionCommandInput, cb: (err: any, data?: GetFunctionCommandOutput) => void): void;
648
698
  getFunction(args: GetFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionCommandOutput) => void): void;
649
699
  /**
700
+ * @public
650
701
  * <p>Get the information about an invalidation.</p>
651
702
  */
652
703
  getInvalidation(args: GetInvalidationCommandInput, options?: __HttpHandlerOptions): Promise<GetInvalidationCommandOutput>;
653
704
  getInvalidation(args: GetInvalidationCommandInput, cb: (err: any, data?: GetInvalidationCommandOutput) => void): void;
654
705
  getInvalidation(args: GetInvalidationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvalidationCommandOutput) => void): void;
655
706
  /**
707
+ * @public
656
708
  * <p>Gets a key group, including the date and time when the key group was last
657
709
  * modified.</p>
658
710
  * <p>To get a key group, you must provide the key group's identifier. If the key group is
@@ -665,6 +717,7 @@ export declare class CloudFront extends CloudFrontClient {
665
717
  getKeyGroup(args: GetKeyGroupCommandInput, cb: (err: any, data?: GetKeyGroupCommandOutput) => void): void;
666
718
  getKeyGroup(args: GetKeyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyGroupCommandOutput) => void): void;
667
719
  /**
720
+ * @public
668
721
  * <p>Gets a key group configuration.</p>
669
722
  * <p>To get a key group configuration, you must provide the key group's identifier. If the
670
723
  * key group is referenced in a distribution's cache behavior, you can get the key group's
@@ -676,6 +729,7 @@ export declare class CloudFront extends CloudFrontClient {
676
729
  getKeyGroupConfig(args: GetKeyGroupConfigCommandInput, cb: (err: any, data?: GetKeyGroupConfigCommandOutput) => void): void;
677
730
  getKeyGroupConfig(args: GetKeyGroupConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyGroupConfigCommandOutput) => void): void;
678
731
  /**
732
+ * @public
679
733
  * <p>Gets information about whether additional CloudWatch metrics are enabled for the
680
734
  * specified CloudFront distribution.</p>
681
735
  */
@@ -683,18 +737,21 @@ export declare class CloudFront extends CloudFrontClient {
683
737
  getMonitoringSubscription(args: GetMonitoringSubscriptionCommandInput, cb: (err: any, data?: GetMonitoringSubscriptionCommandOutput) => void): void;
684
738
  getMonitoringSubscription(args: GetMonitoringSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMonitoringSubscriptionCommandOutput) => void): void;
685
739
  /**
740
+ * @public
686
741
  * <p>Gets a CloudFront origin access control, including its unique identifier.</p>
687
742
  */
688
743
  getOriginAccessControl(args: GetOriginAccessControlCommandInput, options?: __HttpHandlerOptions): Promise<GetOriginAccessControlCommandOutput>;
689
744
  getOriginAccessControl(args: GetOriginAccessControlCommandInput, cb: (err: any, data?: GetOriginAccessControlCommandOutput) => void): void;
690
745
  getOriginAccessControl(args: GetOriginAccessControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOriginAccessControlCommandOutput) => void): void;
691
746
  /**
747
+ * @public
692
748
  * <p>Gets a CloudFront origin access control configuration.</p>
693
749
  */
694
750
  getOriginAccessControlConfig(args: GetOriginAccessControlConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetOriginAccessControlConfigCommandOutput>;
695
751
  getOriginAccessControlConfig(args: GetOriginAccessControlConfigCommandInput, cb: (err: any, data?: GetOriginAccessControlConfigCommandOutput) => void): void;
696
752
  getOriginAccessControlConfig(args: GetOriginAccessControlConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOriginAccessControlConfigCommandOutput) => void): void;
697
753
  /**
754
+ * @public
698
755
  * <p>Gets an origin request policy, including the following metadata:</p>
699
756
  * <ul>
700
757
  * <li>
@@ -715,6 +772,7 @@ export declare class CloudFront extends CloudFrontClient {
715
772
  getOriginRequestPolicy(args: GetOriginRequestPolicyCommandInput, cb: (err: any, data?: GetOriginRequestPolicyCommandOutput) => void): void;
716
773
  getOriginRequestPolicy(args: GetOriginRequestPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOriginRequestPolicyCommandOutput) => void): void;
717
774
  /**
775
+ * @public
718
776
  * <p>Gets an origin request policy configuration.</p>
719
777
  * <p>To get an origin request policy configuration, you must provide the policy's
720
778
  * identifier. If the origin request policy is attached to a distribution's cache behavior,
@@ -727,18 +785,21 @@ export declare class CloudFront extends CloudFrontClient {
727
785
  getOriginRequestPolicyConfig(args: GetOriginRequestPolicyConfigCommandInput, cb: (err: any, data?: GetOriginRequestPolicyConfigCommandOutput) => void): void;
728
786
  getOriginRequestPolicyConfig(args: GetOriginRequestPolicyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOriginRequestPolicyConfigCommandOutput) => void): void;
729
787
  /**
788
+ * @public
730
789
  * <p>Gets a public key.</p>
731
790
  */
732
791
  getPublicKey(args: GetPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetPublicKeyCommandOutput>;
733
792
  getPublicKey(args: GetPublicKeyCommandInput, cb: (err: any, data?: GetPublicKeyCommandOutput) => void): void;
734
793
  getPublicKey(args: GetPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicKeyCommandOutput) => void): void;
735
794
  /**
795
+ * @public
736
796
  * <p>Gets a public key configuration.</p>
737
797
  */
738
798
  getPublicKeyConfig(args: GetPublicKeyConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetPublicKeyConfigCommandOutput>;
739
799
  getPublicKeyConfig(args: GetPublicKeyConfigCommandInput, cb: (err: any, data?: GetPublicKeyConfigCommandOutput) => void): void;
740
800
  getPublicKeyConfig(args: GetPublicKeyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicKeyConfigCommandOutput) => void): void;
741
801
  /**
802
+ * @public
742
803
  * <p>Gets a real-time log configuration.</p>
743
804
  * <p>To get a real-time log configuration, you can provide the configuration's name or its
744
805
  * Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
@@ -748,6 +809,7 @@ export declare class CloudFront extends CloudFrontClient {
748
809
  getRealtimeLogConfig(args: GetRealtimeLogConfigCommandInput, cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void): void;
749
810
  getRealtimeLogConfig(args: GetRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void): void;
750
811
  /**
812
+ * @public
751
813
  * <p>Gets a response headers policy, including metadata (the policy's identifier and the
752
814
  * date and time when the policy was last modified).</p>
753
815
  * <p>To get a response headers policy, you must provide the policy's identifier. If the
@@ -761,6 +823,7 @@ export declare class CloudFront extends CloudFrontClient {
761
823
  getResponseHeadersPolicy(args: GetResponseHeadersPolicyCommandInput, cb: (err: any, data?: GetResponseHeadersPolicyCommandOutput) => void): void;
762
824
  getResponseHeadersPolicy(args: GetResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponseHeadersPolicyCommandOutput) => void): void;
763
825
  /**
826
+ * @public
764
827
  * <p>Gets a response headers policy configuration.</p>
765
828
  * <p>To get a response headers policy configuration, you must provide the policy's
766
829
  * identifier. If the response headers policy is attached to a distribution's cache
@@ -773,6 +836,7 @@ export declare class CloudFront extends CloudFrontClient {
773
836
  getResponseHeadersPolicyConfig(args: GetResponseHeadersPolicyConfigCommandInput, cb: (err: any, data?: GetResponseHeadersPolicyConfigCommandOutput) => void): void;
774
837
  getResponseHeadersPolicyConfig(args: GetResponseHeadersPolicyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponseHeadersPolicyConfigCommandOutput) => void): void;
775
838
  /**
839
+ * @public
776
840
  * <p>Gets information about a specified RTMP distribution, including the distribution
777
841
  * configuration.</p>
778
842
  */
@@ -780,12 +844,14 @@ export declare class CloudFront extends CloudFrontClient {
780
844
  getStreamingDistribution(args: GetStreamingDistributionCommandInput, cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void): void;
781
845
  getStreamingDistribution(args: GetStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void): void;
782
846
  /**
847
+ * @public
783
848
  * <p>Get the configuration information about a streaming distribution.</p>
784
849
  */
785
850
  getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamingDistributionConfigCommandOutput>;
786
851
  getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void): void;
787
852
  getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void): void;
788
853
  /**
854
+ * @public
789
855
  * <p>Gets a list of cache policies.</p>
790
856
  * <p>You can optionally apply a filter to return only the managed policies created by
791
857
  * Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
@@ -799,12 +865,14 @@ export declare class CloudFront extends CloudFrontClient {
799
865
  listCachePolicies(args: ListCachePoliciesCommandInput, cb: (err: any, data?: ListCachePoliciesCommandOutput) => void): void;
800
866
  listCachePolicies(args: ListCachePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCachePoliciesCommandOutput) => void): void;
801
867
  /**
868
+ * @public
802
869
  * <p>Lists origin access identities.</p>
803
870
  */
804
871
  listCloudFrontOriginAccessIdentities(args: ListCloudFrontOriginAccessIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListCloudFrontOriginAccessIdentitiesCommandOutput>;
805
872
  listCloudFrontOriginAccessIdentities(args: ListCloudFrontOriginAccessIdentitiesCommandInput, cb: (err: any, data?: ListCloudFrontOriginAccessIdentitiesCommandOutput) => void): void;
806
873
  listCloudFrontOriginAccessIdentities(args: ListCloudFrontOriginAccessIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCloudFrontOriginAccessIdentitiesCommandOutput) => void): void;
807
874
  /**
875
+ * @public
808
876
  * <p>Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or
809
877
  * overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services
810
878
  * accounts for each conflicting alias. In the returned list, the distribution and account
@@ -833,6 +901,7 @@ export declare class CloudFront extends CloudFrontClient {
833
901
  listConflictingAliases(args: ListConflictingAliasesCommandInput, cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void): void;
834
902
  listConflictingAliases(args: ListConflictingAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void): void;
835
903
  /**
904
+ * @public
836
905
  * <p>Gets a list of the continuous deployment policies in your Amazon Web Services account.</p>
837
906
  * <p>You can optionally specify the maximum number of items to receive in the response. If
838
907
  * the total number of items in the list exceeds the maximum that you specify, or the
@@ -844,12 +913,14 @@ export declare class CloudFront extends CloudFrontClient {
844
913
  listContinuousDeploymentPolicies(args: ListContinuousDeploymentPoliciesCommandInput, cb: (err: any, data?: ListContinuousDeploymentPoliciesCommandOutput) => void): void;
845
914
  listContinuousDeploymentPolicies(args: ListContinuousDeploymentPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContinuousDeploymentPoliciesCommandOutput) => void): void;
846
915
  /**
916
+ * @public
847
917
  * <p>List CloudFront distributions.</p>
848
918
  */
849
919
  listDistributions(args: ListDistributionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsCommandOutput>;
850
920
  listDistributions(args: ListDistributionsCommandInput, cb: (err: any, data?: ListDistributionsCommandOutput) => void): void;
851
921
  listDistributions(args: ListDistributionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsCommandOutput) => void): void;
852
922
  /**
923
+ * @public
853
924
  * <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
854
925
  * associated with the specified cache policy.</p>
855
926
  * <p>You can optionally specify the maximum number of items to receive in the response. If
@@ -862,6 +933,7 @@ export declare class CloudFront extends CloudFrontClient {
862
933
  listDistributionsByCachePolicyId(args: ListDistributionsByCachePolicyIdCommandInput, cb: (err: any, data?: ListDistributionsByCachePolicyIdCommandOutput) => void): void;
863
934
  listDistributionsByCachePolicyId(args: ListDistributionsByCachePolicyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByCachePolicyIdCommandOutput) => void): void;
864
935
  /**
936
+ * @public
865
937
  * <p>Gets a list of distribution IDs for distributions that have a cache behavior that
866
938
  * references the specified key group.</p>
867
939
  * <p>You can optionally specify the maximum number of items to receive in the response. If
@@ -874,6 +946,7 @@ export declare class CloudFront extends CloudFrontClient {
874
946
  listDistributionsByKeyGroup(args: ListDistributionsByKeyGroupCommandInput, cb: (err: any, data?: ListDistributionsByKeyGroupCommandOutput) => void): void;
875
947
  listDistributionsByKeyGroup(args: ListDistributionsByKeyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByKeyGroupCommandOutput) => void): void;
876
948
  /**
949
+ * @public
877
950
  * <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
878
951
  * associated with the specified origin request policy.</p>
879
952
  * <p>You can optionally specify the maximum number of items to receive in the response. If
@@ -886,6 +959,7 @@ export declare class CloudFront extends CloudFrontClient {
886
959
  listDistributionsByOriginRequestPolicyId(args: ListDistributionsByOriginRequestPolicyIdCommandInput, cb: (err: any, data?: ListDistributionsByOriginRequestPolicyIdCommandOutput) => void): void;
887
960
  listDistributionsByOriginRequestPolicyId(args: ListDistributionsByOriginRequestPolicyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByOriginRequestPolicyIdCommandOutput) => void): void;
888
961
  /**
962
+ * @public
889
963
  * <p>Gets a list of distributions that have a cache behavior that's associated with the
890
964
  * specified real-time log configuration.</p>
891
965
  * <p>You can specify the real-time log configuration by its name or its Amazon Resource
@@ -901,6 +975,7 @@ export declare class CloudFront extends CloudFrontClient {
901
975
  listDistributionsByRealtimeLogConfig(args: ListDistributionsByRealtimeLogConfigCommandInput, cb: (err: any, data?: ListDistributionsByRealtimeLogConfigCommandOutput) => void): void;
902
976
  listDistributionsByRealtimeLogConfig(args: ListDistributionsByRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByRealtimeLogConfigCommandOutput) => void): void;
903
977
  /**
978
+ * @public
904
979
  * <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
905
980
  * associated with the specified response headers policy.</p>
906
981
  * <p>You can optionally specify the maximum number of items to receive in the response. If
@@ -913,12 +988,14 @@ export declare class CloudFront extends CloudFrontClient {
913
988
  listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, cb: (err: any, data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput) => void): void;
914
989
  listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput) => void): void;
915
990
  /**
991
+ * @public
916
992
  * <p>List the distributions that are associated with a specified WAF web ACL.</p>
917
993
  */
918
994
  listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByWebACLIdCommandOutput>;
919
995
  listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void): void;
920
996
  listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void): void;
921
997
  /**
998
+ * @public
922
999
  * <p>List all field-level encryption configurations that have been created in CloudFront for this
923
1000
  * account.</p>
924
1001
  */
@@ -926,6 +1003,7 @@ export declare class CloudFront extends CloudFrontClient {
926
1003
  listFieldLevelEncryptionConfigs(args: ListFieldLevelEncryptionConfigsCommandInput, cb: (err: any, data?: ListFieldLevelEncryptionConfigsCommandOutput) => void): void;
927
1004
  listFieldLevelEncryptionConfigs(args: ListFieldLevelEncryptionConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFieldLevelEncryptionConfigsCommandOutput) => void): void;
928
1005
  /**
1006
+ * @public
929
1007
  * <p>Request a list of field-level encryption profiles that have been created in CloudFront for
930
1008
  * this account.</p>
931
1009
  */
@@ -933,6 +1011,7 @@ export declare class CloudFront extends CloudFrontClient {
933
1011
  listFieldLevelEncryptionProfiles(args: ListFieldLevelEncryptionProfilesCommandInput, cb: (err: any, data?: ListFieldLevelEncryptionProfilesCommandOutput) => void): void;
934
1012
  listFieldLevelEncryptionProfiles(args: ListFieldLevelEncryptionProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFieldLevelEncryptionProfilesCommandOutput) => void): void;
935
1013
  /**
1014
+ * @public
936
1015
  * <p>Gets a list of all CloudFront functions in your Amazon Web Services account.</p>
937
1016
  * <p>You can optionally apply a filter to return only the functions that are in the
938
1017
  * specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
@@ -946,12 +1025,14 @@ export declare class CloudFront extends CloudFrontClient {
946
1025
  listFunctions(args: ListFunctionsCommandInput, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
947
1026
  listFunctions(args: ListFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
948
1027
  /**
1028
+ * @public
949
1029
  * <p>Lists invalidation batches.</p>
950
1030
  */
951
1031
  listInvalidations(args: ListInvalidationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvalidationsCommandOutput>;
952
1032
  listInvalidations(args: ListInvalidationsCommandInput, cb: (err: any, data?: ListInvalidationsCommandOutput) => void): void;
953
1033
  listInvalidations(args: ListInvalidationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvalidationsCommandOutput) => void): void;
954
1034
  /**
1035
+ * @public
955
1036
  * <p>Gets a list of key groups.</p>
956
1037
  * <p>You can optionally specify the maximum number of items to receive in the response. If
957
1038
  * the total number of items in the list exceeds the maximum that you specify, or the
@@ -963,6 +1044,7 @@ export declare class CloudFront extends CloudFrontClient {
963
1044
  listKeyGroups(args: ListKeyGroupsCommandInput, cb: (err: any, data?: ListKeyGroupsCommandOutput) => void): void;
964
1045
  listKeyGroups(args: ListKeyGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyGroupsCommandOutput) => void): void;
965
1046
  /**
1047
+ * @public
966
1048
  * <p>Gets the list of CloudFront origin access controls in this Amazon Web Services account.</p>
967
1049
  * <p>You can optionally specify the maximum number of items to receive in the response. If
968
1050
  * the total number of items in the list exceeds the maximum that you specify, or the
@@ -974,6 +1056,7 @@ export declare class CloudFront extends CloudFrontClient {
974
1056
  listOriginAccessControls(args: ListOriginAccessControlsCommandInput, cb: (err: any, data?: ListOriginAccessControlsCommandOutput) => void): void;
975
1057
  listOriginAccessControls(args: ListOriginAccessControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOriginAccessControlsCommandOutput) => void): void;
976
1058
  /**
1059
+ * @public
977
1060
  * <p>Gets a list of origin request policies.</p>
978
1061
  * <p>You can optionally apply a filter to return only the managed policies created by
979
1062
  * Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
@@ -987,12 +1070,14 @@ export declare class CloudFront extends CloudFrontClient {
987
1070
  listOriginRequestPolicies(args: ListOriginRequestPoliciesCommandInput, cb: (err: any, data?: ListOriginRequestPoliciesCommandOutput) => void): void;
988
1071
  listOriginRequestPolicies(args: ListOriginRequestPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOriginRequestPoliciesCommandOutput) => void): void;
989
1072
  /**
1073
+ * @public
990
1074
  * <p>List all public keys that have been added to CloudFront for this account.</p>
991
1075
  */
992
1076
  listPublicKeys(args: ListPublicKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListPublicKeysCommandOutput>;
993
1077
  listPublicKeys(args: ListPublicKeysCommandInput, cb: (err: any, data?: ListPublicKeysCommandOutput) => void): void;
994
1078
  listPublicKeys(args: ListPublicKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublicKeysCommandOutput) => void): void;
995
1079
  /**
1080
+ * @public
996
1081
  * <p>Gets a list of real-time log configurations.</p>
997
1082
  * <p>You can optionally specify the maximum number of items to receive in the response. If
998
1083
  * the total number of items in the list exceeds the maximum that you specify, or the
@@ -1004,6 +1089,7 @@ export declare class CloudFront extends CloudFrontClient {
1004
1089
  listRealtimeLogConfigs(args: ListRealtimeLogConfigsCommandInput, cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void): void;
1005
1090
  listRealtimeLogConfigs(args: ListRealtimeLogConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void): void;
1006
1091
  /**
1092
+ * @public
1007
1093
  * <p>Gets a list of response headers policies.</p>
1008
1094
  * <p>You can optionally apply a filter to get only the managed policies created by Amazon Web Services,
1009
1095
  * or only the custom policies created in your Amazon Web Services account.</p>
@@ -1017,18 +1103,21 @@ export declare class CloudFront extends CloudFrontClient {
1017
1103
  listResponseHeadersPolicies(args: ListResponseHeadersPoliciesCommandInput, cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void): void;
1018
1104
  listResponseHeadersPolicies(args: ListResponseHeadersPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void): void;
1019
1105
  /**
1106
+ * @public
1020
1107
  * <p>List streaming distributions.</p>
1021
1108
  */
1022
1109
  listStreamingDistributions(args: ListStreamingDistributionsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamingDistributionsCommandOutput>;
1023
1110
  listStreamingDistributions(args: ListStreamingDistributionsCommandInput, cb: (err: any, data?: ListStreamingDistributionsCommandOutput) => void): void;
1024
1111
  listStreamingDistributions(args: ListStreamingDistributionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamingDistributionsCommandOutput) => void): void;
1025
1112
  /**
1113
+ * @public
1026
1114
  * <p>List tags for a CloudFront resource.</p>
1027
1115
  */
1028
1116
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
1029
1117
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1030
1118
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1031
1119
  /**
1120
+ * @public
1032
1121
  * <p>Publishes a CloudFront function by copying the function code from the
1033
1122
  * <code>DEVELOPMENT</code> stage to <code>LIVE</code>. This automatically updates all
1034
1123
  * cache behaviors that are using this function to use the newly published copy in the
@@ -1044,12 +1133,14 @@ export declare class CloudFront extends CloudFrontClient {
1044
1133
  publishFunction(args: PublishFunctionCommandInput, cb: (err: any, data?: PublishFunctionCommandOutput) => void): void;
1045
1134
  publishFunction(args: PublishFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishFunctionCommandOutput) => void): void;
1046
1135
  /**
1136
+ * @public
1047
1137
  * <p>Add tags to a CloudFront resource.</p>
1048
1138
  */
1049
1139
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1050
1140
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1051
1141
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1052
1142
  /**
1143
+ * @public
1053
1144
  * <p>Tests a CloudFront function.</p>
1054
1145
  * <p>To test a function, you provide an <i>event object</i> that represents
1055
1146
  * an HTTP request or response that your CloudFront distribution could receive in production.
@@ -1065,12 +1156,14 @@ export declare class CloudFront extends CloudFrontClient {
1065
1156
  testFunction(args: TestFunctionCommandInput, cb: (err: any, data?: TestFunctionCommandOutput) => void): void;
1066
1157
  testFunction(args: TestFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestFunctionCommandOutput) => void): void;
1067
1158
  /**
1159
+ * @public
1068
1160
  * <p>Remove tags from a CloudFront resource.</p>
1069
1161
  */
1070
1162
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
1071
1163
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1072
1164
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1073
1165
  /**
1166
+ * @public
1074
1167
  * <p>Updates a cache policy configuration.</p>
1075
1168
  * <p>When you update a cache policy configuration, all the fields are updated with the
1076
1169
  * values provided in the request. You cannot update some fields independent of others. To
@@ -1094,12 +1187,14 @@ export declare class CloudFront extends CloudFrontClient {
1094
1187
  updateCachePolicy(args: UpdateCachePolicyCommandInput, cb: (err: any, data?: UpdateCachePolicyCommandOutput) => void): void;
1095
1188
  updateCachePolicy(args: UpdateCachePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCachePolicyCommandOutput) => void): void;
1096
1189
  /**
1190
+ * @public
1097
1191
  * <p>Update an origin access identity.</p>
1098
1192
  */
1099
1193
  updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
1100
1194
  updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: UpdateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
1101
1195
  updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
1102
1196
  /**
1197
+ * @public
1103
1198
  * <p>Updates a continuous deployment policy. You can update a continuous deployment policy
1104
1199
  * to enable or disable it, to change the percentage of traffic that it sends to the
1105
1200
  * staging distribution, or to change the staging distribution that it sends traffic
@@ -1127,6 +1222,7 @@ export declare class CloudFront extends CloudFrontClient {
1127
1222
  updateContinuousDeploymentPolicy(args: UpdateContinuousDeploymentPolicyCommandInput, cb: (err: any, data?: UpdateContinuousDeploymentPolicyCommandOutput) => void): void;
1128
1223
  updateContinuousDeploymentPolicy(args: UpdateContinuousDeploymentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContinuousDeploymentPolicyCommandOutput) => void): void;
1129
1224
  /**
1225
+ * @public
1130
1226
  * <p>Updates the configuration for a CloudFront distribution.</p>
1131
1227
  * <p>The update process includes getting the current distribution configuration, updating
1132
1228
  * it to make your changes, and then submitting an <code>UpdateDistribution</code> request
@@ -1168,6 +1264,7 @@ export declare class CloudFront extends CloudFrontClient {
1168
1264
  updateDistribution(args: UpdateDistributionCommandInput, cb: (err: any, data?: UpdateDistributionCommandOutput) => void): void;
1169
1265
  updateDistribution(args: UpdateDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionCommandOutput) => void): void;
1170
1266
  /**
1267
+ * @public
1171
1268
  * <p>Copies the staging distribution's configuration to its corresponding primary
1172
1269
  * distribution. The primary distribution retains its <code>Aliases</code> (also known as
1173
1270
  * alternate domain names or CNAMEs) and <code>ContinuousDeploymentPolicyId</code> value,
@@ -1183,18 +1280,21 @@ export declare class CloudFront extends CloudFrontClient {
1183
1280
  updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, cb: (err: any, data?: UpdateDistributionWithStagingConfigCommandOutput) => void): void;
1184
1281
  updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionWithStagingConfigCommandOutput) => void): void;
1185
1282
  /**
1283
+ * @public
1186
1284
  * <p>Update a field-level encryption configuration.</p>
1187
1285
  */
1188
1286
  updateFieldLevelEncryptionConfig(args: UpdateFieldLevelEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFieldLevelEncryptionConfigCommandOutput>;
1189
1287
  updateFieldLevelEncryptionConfig(args: UpdateFieldLevelEncryptionConfigCommandInput, cb: (err: any, data?: UpdateFieldLevelEncryptionConfigCommandOutput) => void): void;
1190
1288
  updateFieldLevelEncryptionConfig(args: UpdateFieldLevelEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFieldLevelEncryptionConfigCommandOutput) => void): void;
1191
1289
  /**
1290
+ * @public
1192
1291
  * <p>Update a field-level encryption profile.</p>
1193
1292
  */
1194
1293
  updateFieldLevelEncryptionProfile(args: UpdateFieldLevelEncryptionProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFieldLevelEncryptionProfileCommandOutput>;
1195
1294
  updateFieldLevelEncryptionProfile(args: UpdateFieldLevelEncryptionProfileCommandInput, cb: (err: any, data?: UpdateFieldLevelEncryptionProfileCommandOutput) => void): void;
1196
1295
  updateFieldLevelEncryptionProfile(args: UpdateFieldLevelEncryptionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFieldLevelEncryptionProfileCommandOutput) => void): void;
1197
1296
  /**
1297
+ * @public
1198
1298
  * <p>Updates a CloudFront function.</p>
1199
1299
  * <p>You can update a function's code or the comment that describes the function. You
1200
1300
  * cannot update a function's name.</p>
@@ -1206,6 +1306,7 @@ export declare class CloudFront extends CloudFrontClient {
1206
1306
  updateFunction(args: UpdateFunctionCommandInput, cb: (err: any, data?: UpdateFunctionCommandOutput) => void): void;
1207
1307
  updateFunction(args: UpdateFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFunctionCommandOutput) => void): void;
1208
1308
  /**
1309
+ * @public
1209
1310
  * <p>Updates a key group.</p>
1210
1311
  * <p>When you update a key group, all the fields are updated with the values provided in
1211
1312
  * the request. You cannot update some fields independent of others. To update a key
@@ -1229,12 +1330,14 @@ export declare class CloudFront extends CloudFrontClient {
1229
1330
  updateKeyGroup(args: UpdateKeyGroupCommandInput, cb: (err: any, data?: UpdateKeyGroupCommandOutput) => void): void;
1230
1331
  updateKeyGroup(args: UpdateKeyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKeyGroupCommandOutput) => void): void;
1231
1332
  /**
1333
+ * @public
1232
1334
  * <p>Updates a CloudFront origin access control.</p>
1233
1335
  */
1234
1336
  updateOriginAccessControl(args: UpdateOriginAccessControlCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOriginAccessControlCommandOutput>;
1235
1337
  updateOriginAccessControl(args: UpdateOriginAccessControlCommandInput, cb: (err: any, data?: UpdateOriginAccessControlCommandOutput) => void): void;
1236
1338
  updateOriginAccessControl(args: UpdateOriginAccessControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOriginAccessControlCommandOutput) => void): void;
1237
1339
  /**
1340
+ * @public
1238
1341
  * <p>Updates an origin request policy configuration.</p>
1239
1342
  * <p>When you update an origin request policy configuration, all the fields are updated
1240
1343
  * with the values provided in the request. You cannot update some fields independent of
@@ -1259,6 +1362,7 @@ export declare class CloudFront extends CloudFrontClient {
1259
1362
  updateOriginRequestPolicy(args: UpdateOriginRequestPolicyCommandInput, cb: (err: any, data?: UpdateOriginRequestPolicyCommandOutput) => void): void;
1260
1363
  updateOriginRequestPolicy(args: UpdateOriginRequestPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOriginRequestPolicyCommandOutput) => void): void;
1261
1364
  /**
1365
+ * @public
1262
1366
  * <p>Update public key information. Note that the only value you can change is the
1263
1367
  * comment.</p>
1264
1368
  */
@@ -1266,6 +1370,7 @@ export declare class CloudFront extends CloudFrontClient {
1266
1370
  updatePublicKey(args: UpdatePublicKeyCommandInput, cb: (err: any, data?: UpdatePublicKeyCommandOutput) => void): void;
1267
1371
  updatePublicKey(args: UpdatePublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublicKeyCommandOutput) => void): void;
1268
1372
  /**
1373
+ * @public
1269
1374
  * <p>Updates a real-time log configuration.</p>
1270
1375
  * <p>When you update a real-time log configuration, all the parameters are updated with the
1271
1376
  * values provided in the request. You cannot update some parameters independent of others.
@@ -1292,6 +1397,7 @@ export declare class CloudFront extends CloudFrontClient {
1292
1397
  updateRealtimeLogConfig(args: UpdateRealtimeLogConfigCommandInput, cb: (err: any, data?: UpdateRealtimeLogConfigCommandOutput) => void): void;
1293
1398
  updateRealtimeLogConfig(args: UpdateRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRealtimeLogConfigCommandOutput) => void): void;
1294
1399
  /**
1400
+ * @public
1295
1401
  * <p>Updates a response headers policy.</p>
1296
1402
  * <p>When you update a response headers policy, the entire policy is replaced. You cannot
1297
1403
  * update some policy fields independent of others. To update a response headers policy
@@ -1316,6 +1422,7 @@ export declare class CloudFront extends CloudFrontClient {
1316
1422
  updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void): void;
1317
1423
  updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void): void;
1318
1424
  /**
1425
+ * @public
1319
1426
  * <p>Update a streaming distribution.</p>
1320
1427
  */
1321
1428
  updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamingDistributionCommandOutput>;